@charset "UTF-8";pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/*!
  Theme: StackOverflow Light
  Description: Light theme as used on stackoverflow.com
  Author: stackoverflow.com
  Maintainer: @Hirse
  Website: https://github.com/StackExchange/Stacks
  License: MIT
  Updated: 2021-05-15

  Updated for @stackoverflow/stacks v0.64.0
  Code Blocks: /blob/v0.64.0/lib/css/components/_stacks-code-blocks.less
  Colors: /blob/v0.64.0/lib/css/exports/_stacks-constants-colors.less
*/
.hljs {
  /* var(--highlight-color) */
  color: #2f3337;
  /* var(--highlight-bg) */
  background: #f6f6f6
}
.hljs-subst {
  /* var(--highlight-color) */
  color: #2f3337
}
.hljs-comment {
  /* var(--highlight-comment) */
  color: #656e77
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-meta .hljs-keyword,
.hljs-doctag,
.hljs-section {
  /* var(--highlight-keyword) */
  color: #015692
}
.hljs-attr {
  /* var(--highlight-attribute); */
  color: #015692
}
.hljs-attribute {
  /* var(--highlight-symbol) */
  color: #803378
}
.hljs-name,
.hljs-type,
.hljs-number,
.hljs-selector-id,
.hljs-quote,
.hljs-template-tag {
  /* var(--highlight-namespace) */
  color: #b75501
}
.hljs-selector-class {
  /* var(--highlight-keyword) */
  color: #015692
}
.hljs-string,
.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr {
  /* var(--highlight-variable) */
  color: #54790d
}
.hljs-meta,
.hljs-selector-pseudo {
  /* var(--highlight-keyword) */
  color: #015692
}
.hljs-built_in,
.hljs-title,
.hljs-literal {
  /* var(--highlight-literal) */
  color: #b75501
}
.hljs-bullet,
.hljs-code {
  /* var(--highlight-punctuation) */
  color: #535a60
}
.hljs-meta .hljs-string {
  /* var(--highlight-variable) */
  color: #54790d
}
.hljs-deletion {
  /* var(--highlight-deletion) */
  color: #c02d2e
}
.hljs-addition {
  /* var(--highlight-addition) */
  color: #2f6f44
}
.hljs-emphasis {
  font-style: italic
}
.hljs-strong {
  font-weight: bold
}
.hljs-formula,
.hljs-operator,
.hljs-params,
.hljs-property,
.hljs-punctuation,
.hljs-tag {
  /* purposely ignored */
  
}body[data-v-c5fcf7d4] {
  overflow: scroll;
}
.mobile-view[data-v-c5fcf7d4] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-c5fcf7d4] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-c5fcf7d4] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-c5fcf7d4] {
  font-size: 1.6rem;
}
p[data-v-c5fcf7d4] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-c5fcf7d4] {
  color: #004D99;
}
a[data-v-c5fcf7d4]:hover, a.link-hover[data-v-c5fcf7d4] {
  color: #000040;
}
a[data-v-c5fcf7d4]:hover:disabled,
a:hover .disabled[data-v-c5fcf7d4], a.link-hover[data-v-c5fcf7d4]:disabled,
a.link-hover .disabled[data-v-c5fcf7d4] {
  background-color: transparent !important;
}
a[data-v-c5fcf7d4]:focus, a.link-focus[data-v-c5fcf7d4] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-c5fcf7d4]:visited, a.link-visited[data-v-c5fcf7d4] {
  color: #800080;
}
a[data-v-c5fcf7d4]:disabled, a.disabled[data-v-c5fcf7d4] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-c5fcf7d4]:disabled:focus, a.disabled[data-v-c5fcf7d4]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-c5fcf7d4]:not(.button) {
  color: white;
}
.background-dark a[data-v-c5fcf7d4]:disabled, .background-dark a.disabled[data-v-c5fcf7d4] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-c5fcf7d4]:disabled:focus, .background-dark a.disabled[data-v-c5fcf7d4]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-c5fcf7d4] {
  font-weight: 600;
}
a[data-v-c5fcf7d4]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-c5fcf7d4], .h1[data-v-c5fcf7d4] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-c5fcf7d4], .h1[data-v-c5fcf7d4] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-c5fcf7d4], .h1[data-v-c5fcf7d4] {
    font-size: 3.9rem;
}
}
h1[data-v-c5fcf7d4], .h1[data-v-c5fcf7d4] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-c5fcf7d4], .h1[data-v-c5fcf7d4] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-c5fcf7d4], .h1[data-v-c5fcf7d4] {
    line-height: 4.8rem;
}
}
h1[data-v-c5fcf7d4], .h1[data-v-c5fcf7d4] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-c5fcf7d4], .h1[data-v-c5fcf7d4] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-c5fcf7d4], .h1[data-v-c5fcf7d4] {
    letter-spacing: normal;
}
}
h1[data-v-c5fcf7d4], .h1[data-v-c5fcf7d4] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-c5fcf7d4], .h2[data-v-c5fcf7d4] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-c5fcf7d4], .h2[data-v-c5fcf7d4] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-c5fcf7d4], .h2[data-v-c5fcf7d4] {
    font-size: 3.1rem;
}
}
h2[data-v-c5fcf7d4], .h2[data-v-c5fcf7d4] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-c5fcf7d4], .h2[data-v-c5fcf7d4] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-c5fcf7d4], .h2[data-v-c5fcf7d4] {
    line-height: 4rem;
}
}
h2[data-v-c5fcf7d4], .h2[data-v-c5fcf7d4] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-c5fcf7d4], .h2[data-v-c5fcf7d4] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-c5fcf7d4], .h2[data-v-c5fcf7d4] {
    letter-spacing: normal;
}
}
h2[data-v-c5fcf7d4], .h2[data-v-c5fcf7d4] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-c5fcf7d4], .h3[data-v-c5fcf7d4] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-c5fcf7d4], .h3[data-v-c5fcf7d4] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-c5fcf7d4], .h3[data-v-c5fcf7d4] {
    font-size: 2.5rem;
}
}
h3[data-v-c5fcf7d4], .h3[data-v-c5fcf7d4] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-c5fcf7d4], .h3[data-v-c5fcf7d4] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-c5fcf7d4], .h3[data-v-c5fcf7d4] {
    line-height: 3.2rem;
}
}
h3[data-v-c5fcf7d4], .h3[data-v-c5fcf7d4] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-c5fcf7d4], .h3[data-v-c5fcf7d4] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-c5fcf7d4], .h3[data-v-c5fcf7d4] {
    letter-spacing: normal;
}
}
h3[data-v-c5fcf7d4], .h3[data-v-c5fcf7d4] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-c5fcf7d4], .h4[data-v-c5fcf7d4] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-c5fcf7d4], .h4[data-v-c5fcf7d4] {
    font-size: 2rem;
}
}
h4[data-v-c5fcf7d4], .h4[data-v-c5fcf7d4] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-c5fcf7d4], .h4[data-v-c5fcf7d4] {
    line-height: 2.8rem;
}
}
h4[data-v-c5fcf7d4], .h4[data-v-c5fcf7d4] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-c5fcf7d4], .h4[data-v-c5fcf7d4] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-c5fcf7d4], .h4[data-v-c5fcf7d4] {
    letter-spacing: normal;
}
}
h4[data-v-c5fcf7d4], .h4[data-v-c5fcf7d4] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-c5fcf7d4], .h5[data-v-c5fcf7d4] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-c5fcf7d4], .h5[data-v-c5fcf7d4] {
    font-size: 1.6rem;
}
}
h5[data-v-c5fcf7d4], .h5[data-v-c5fcf7d4] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-c5fcf7d4], .h5[data-v-c5fcf7d4] {
    line-height: 2.4rem;
}
}
h5[data-v-c5fcf7d4], .h5[data-v-c5fcf7d4] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-c5fcf7d4], .h5[data-v-c5fcf7d4] {
    letter-spacing: normal;
}
}
h5[data-v-c5fcf7d4], .h5[data-v-c5fcf7d4] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-c5fcf7d4], .h6[data-v-c5fcf7d4] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-c5fcf7d4], .body-text[data-v-c5fcf7d4], .body-copy-text[data-v-c5fcf7d4] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-c5fcf7d4], .figcaption[data-v-c5fcf7d4] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-c5fcf7d4], .figcaption p[data-v-c5fcf7d4] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-c5fcf7d4] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-c5fcf7d4] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-c5fcf7d4] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-c5fcf7d4], .small-text[data-v-c5fcf7d4] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-c5fcf7d4] {
  font-weight: 400;
}
.weight-semibold[data-v-c5fcf7d4] {
  font-weight: 600;
}
.facit[data-v-c5fcf7d4] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-c5fcf7d4], b[data-v-c5fcf7d4], .bold[data-v-c5fcf7d4] {
  font-weight: 700;
}
.italic[data-v-c5fcf7d4], em[data-v-c5fcf7d4] {
  font-style: italic;
}
.form-label[data-v-c5fcf7d4] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-c5fcf7d4]:focus, .h1[data-v-c5fcf7d4]:focus,
h2[data-v-c5fcf7d4]:focus, .h2[data-v-c5fcf7d4]:focus,
h3[data-v-c5fcf7d4]:focus, .h3[data-v-c5fcf7d4]:focus,
h4[data-v-c5fcf7d4]:focus, .h4[data-v-c5fcf7d4]:focus,
h5[data-v-c5fcf7d4]:focus, .h5[data-v-c5fcf7d4]:focus,
h6[data-v-c5fcf7d4]:focus, .h6[data-v-c5fcf7d4]:focus {
  outline: none;
}
h1[data-v-c5fcf7d4], .h1[data-v-c5fcf7d4] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-c5fcf7d4], .h2[data-v-c5fcf7d4] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-c5fcf7d4], .h2[data-v-c5fcf7d4] {
    margin-top: 4rem;
}
}
h3[data-v-c5fcf7d4], .h3[data-v-c5fcf7d4] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-c5fcf7d4], .h3[data-v-c5fcf7d4] {
    margin-top: 4rem;
}
}
h4[data-v-c5fcf7d4], .h4[data-v-c5fcf7d4] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-c5fcf7d4], .h5[data-v-c5fcf7d4] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-c5fcf7d4], .h6[data-v-c5fcf7d4] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-c5fcf7d4] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-c5fcf7d4], .body-text[data-v-c5fcf7d4] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-c5fcf7d4], h5 + ul[data-v-c5fcf7d4], h5 + ol[data-v-c5fcf7d4], .h5 + p[data-v-c5fcf7d4], .h5 + ul[data-v-c5fcf7d4], .h5 + ol[data-v-c5fcf7d4], h6 + p[data-v-c5fcf7d4], h6 + ul[data-v-c5fcf7d4], h6 + ol[data-v-c5fcf7d4], .h6 + p[data-v-c5fcf7d4], .h6 + ul[data-v-c5fcf7d4], .h6 + ol[data-v-c5fcf7d4] {
  margin-top: 0;
}
button.function-link[data-v-c5fcf7d4] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-c5fcf7d4] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-c5fcf7d4]:hover, .function-link[data-v-c5fcf7d4]:visited, .function-link[data-v-c5fcf7d4]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-c5fcf7d4] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-c5fcf7d4] {
  text-align: right;
}
.back-link[data-v-c5fcf7d4] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-c5fcf7d4] {
    margin-bottom: 32px;
}
}
.back-link[data-v-c5fcf7d4] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-c5fcf7d4]::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[data-v-c5fcf7d4]:active, .back-link[data-v-c5fcf7d4]:focus, .back-link[data-v-c5fcf7d4]:hover, .back-link[data-v-c5fcf7d4]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-c5fcf7d4] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-c5fcf7d4] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-c5fcf7d4], h1 a[data-v-c5fcf7d4]:hover, h1 a[data-v-c5fcf7d4]:visited, h1 a[data-v-c5fcf7d4]:focus, .h1 a[data-v-c5fcf7d4], .h1 a[data-v-c5fcf7d4]:hover, .h1 a[data-v-c5fcf7d4]:visited, .h1 a[data-v-c5fcf7d4]:focus,
h2 a[data-v-c5fcf7d4],
h2 a[data-v-c5fcf7d4]:hover,
h2 a[data-v-c5fcf7d4]:visited,
h2 a[data-v-c5fcf7d4]:focus, .h2 a[data-v-c5fcf7d4], .h2 a[data-v-c5fcf7d4]:hover, .h2 a[data-v-c5fcf7d4]:visited, .h2 a[data-v-c5fcf7d4]:focus,
h3 a[data-v-c5fcf7d4],
h3 a[data-v-c5fcf7d4]:hover,
h3 a[data-v-c5fcf7d4]:visited,
h3 a[data-v-c5fcf7d4]:focus, .h3 a[data-v-c5fcf7d4], .h3 a[data-v-c5fcf7d4]:hover, .h3 a[data-v-c5fcf7d4]:visited, .h3 a[data-v-c5fcf7d4]:focus,
h4 a[data-v-c5fcf7d4],
h4 a[data-v-c5fcf7d4]:hover,
h4 a[data-v-c5fcf7d4]:visited,
h4 a[data-v-c5fcf7d4]:focus, .h4 a[data-v-c5fcf7d4], .h4 a[data-v-c5fcf7d4]:hover, .h4 a[data-v-c5fcf7d4]:visited, .h4 a[data-v-c5fcf7d4]:focus,
h5 a[data-v-c5fcf7d4],
h5 a[data-v-c5fcf7d4]:hover,
h5 a[data-v-c5fcf7d4]:visited,
h5 a[data-v-c5fcf7d4]:focus, .h5 a[data-v-c5fcf7d4], .h5 a[data-v-c5fcf7d4]:hover, .h5 a[data-v-c5fcf7d4]:visited, .h5 a[data-v-c5fcf7d4]:focus,
h6 a[data-v-c5fcf7d4],
h6 a[data-v-c5fcf7d4]:hover,
h6 a[data-v-c5fcf7d4]:visited,
h6 a[data-v-c5fcf7d4]:focus, .h6 a[data-v-c5fcf7d4], .h6 a[data-v-c5fcf7d4]:hover, .h6 a[data-v-c5fcf7d4]:visited, .h6 a[data-v-c5fcf7d4]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-c5fcf7d4], .h1 a.search-link[data-v-c5fcf7d4],
h2 a.search-link[data-v-c5fcf7d4], .h2 a.search-link[data-v-c5fcf7d4],
h3 a.search-link[data-v-c5fcf7d4], .h3 a.search-link[data-v-c5fcf7d4],
h4 a.search-link[data-v-c5fcf7d4], .h4 a.search-link[data-v-c5fcf7d4],
h5 a.search-link[data-v-c5fcf7d4], .h5 a.search-link[data-v-c5fcf7d4],
h6 a.search-link[data-v-c5fcf7d4], .h6 a.search-link[data-v-c5fcf7d4] {
  text-decoration: none;
}
h1 a.search-link[data-v-c5fcf7d4]:visited, .h1 a.search-link[data-v-c5fcf7d4]:visited,
h2 a.search-link[data-v-c5fcf7d4]:visited, .h2 a.search-link[data-v-c5fcf7d4]:visited,
h3 a.search-link[data-v-c5fcf7d4]:visited, .h3 a.search-link[data-v-c5fcf7d4]:visited,
h4 a.search-link[data-v-c5fcf7d4]:visited, .h4 a.search-link[data-v-c5fcf7d4]:visited,
h5 a.search-link[data-v-c5fcf7d4]:visited, .h5 a.search-link[data-v-c5fcf7d4]:visited,
h6 a.search-link[data-v-c5fcf7d4]:visited, .h6 a.search-link[data-v-c5fcf7d4]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-c5fcf7d4]:focus, .h1 a.search-link[data-v-c5fcf7d4]:focus,
h2 a.search-link[data-v-c5fcf7d4]:focus, .h2 a.search-link[data-v-c5fcf7d4]:focus,
h3 a.search-link[data-v-c5fcf7d4]:focus, .h3 a.search-link[data-v-c5fcf7d4]:focus,
h4 a.search-link[data-v-c5fcf7d4]:focus, .h4 a.search-link[data-v-c5fcf7d4]:focus,
h5 a.search-link[data-v-c5fcf7d4]:focus, .h5 a.search-link[data-v-c5fcf7d4]:focus,
h6 a.search-link[data-v-c5fcf7d4]:focus, .h6 a.search-link[data-v-c5fcf7d4]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-c5fcf7d4]:hover, .h1 a.search-link[data-v-c5fcf7d4]:hover,
h2 a.search-link[data-v-c5fcf7d4]:hover, .h2 a.search-link[data-v-c5fcf7d4]:hover,
h3 a.search-link[data-v-c5fcf7d4]:hover, .h3 a.search-link[data-v-c5fcf7d4]:hover,
h4 a.search-link[data-v-c5fcf7d4]:hover, .h4 a.search-link[data-v-c5fcf7d4]:hover,
h5 a.search-link[data-v-c5fcf7d4]:hover, .h5 a.search-link[data-v-c5fcf7d4]:hover,
h6 a.search-link[data-v-c5fcf7d4]:hover, .h6 a.search-link[data-v-c5fcf7d4]:hover {
  text-decoration: underline;
}
cite[data-v-c5fcf7d4],
var[data-v-c5fcf7d4],
address[data-v-c5fcf7d4],
dfn[data-v-c5fcf7d4] {
  font-style: normal;
}
h1[data-v-c5fcf7d4], .h1[data-v-c5fcf7d4],
h2[data-v-c5fcf7d4], .h2[data-v-c5fcf7d4],
h3[data-v-c5fcf7d4], .h3[data-v-c5fcf7d4],
h4[data-v-c5fcf7d4], .h4[data-v-c5fcf7d4],
h5[data-v-c5fcf7d4], .h5[data-v-c5fcf7d4],
h6[data-v-c5fcf7d4], .h6[data-v-c5fcf7d4] {
  max-width: 66ch;
}
p[data-v-c5fcf7d4],
ul[data-v-c5fcf7d4]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-c5fcf7d4]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-c5fcf7d4] {
  max-width: 66ch;
}
.form-label[data-v-c5fcf7d4], .form-hint[data-v-c5fcf7d4], .form-error-message[data-v-c5fcf7d4] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-c5fcf7d4], .form-radio + label[data-v-c5fcf7d4] {
  max-width: 66ch;
}
.displayheading-1[data-v-c5fcf7d4] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-c5fcf7d4] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-c5fcf7d4] {
  color: #358000;
}
.text-negative[data-v-c5fcf7d4] {
  color: #CC0000;
}
.color-text-black[data-v-c5fcf7d4] {
  color: #1a1a1a;
}
.background-dark[data-v-c5fcf7d4] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-c5fcf7d4], .background-dark span[data-v-c5fcf7d4] {
  color: white;
}
.field-group-title[data-v-c5fcf7d4] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-c5fcf7d4] {
  border: 2px solid #1a1a1a;
}
h1[data-v-c5fcf7d4], h2[data-v-c5fcf7d4], h3[data-v-c5fcf7d4], h4[data-v-c5fcf7d4], h5[data-v-c5fcf7d4], h6[data-v-c5fcf7d4], p[data-v-c5fcf7d4], legend[data-v-c5fcf7d4], strong[data-v-c5fcf7d4], b[data-v-c5fcf7d4], cite[data-v-c5fcf7d4], var[data-v-c5fcf7d4], address[data-v-c5fcf7d4], dfn[data-v-c5fcf7d4] {
  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[data-v-c5fcf7d4] {
  text-transform: uppercase;
}
.lowercase[data-v-c5fcf7d4] {
  text-transform: lowercase;
}
.d-inline[data-v-c5fcf7d4] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-c5fcf7d4] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-c5fcf7d4] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-c5fcf7d4] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-c5fcf7d4] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-c5fcf7d4] {
    display: inline !important;
}
}
.flex-grow[data-v-c5fcf7d4] {
  flex-grow: 1;
}
.weight-normal[data-v-c5fcf7d4] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-c5fcf7d4] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-c5fcf7d4] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-c5fcf7d4] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-c5fcf7d4] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-c5fcf7d4] {
    margin-bottom: 0;
}
}
.gray-100[data-v-c5fcf7d4] {
  background-color: #F5F5F5;
}
.highlight[data-v-c5fcf7d4] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-c5fcf7d4] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-c5fcf7d4] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-c5fcf7d4] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-c5fcf7d4] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-c5fcf7d4] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-c5fcf7d4] {
  z-index: 10000;
}
.video-responsive[data-v-c5fcf7d4] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-c5fcf7d4] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-c5fcf7d4]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-c5fcf7d4]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-c5fcf7d4] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-c5fcf7d4] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-c5fcf7d4] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-c5fcf7d4]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-c5fcf7d4]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-c5fcf7d4] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-c5fcf7d4] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-c5fcf7d4] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-c5fcf7d4] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-c5fcf7d4],
.sidenav-list-virk.sidenav-list li li[data-v-c5fcf7d4],
.sidenav-list-virk.sidenav-list a[data-v-c5fcf7d4] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-c5fcf7d4] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-c5fcf7d4] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-c5fcf7d4] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-c5fcf7d4] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-c5fcf7d4] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-c5fcf7d4]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-c5fcf7d4]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-c5fcf7d4] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-c5fcf7d4]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-c5fcf7d4] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.alert-heading[data-v-c5fcf7d4] {
  margin-bottom: 0.5rem;
}
.alert-text[data-v-c5fcf7d4] {
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 80ch !important;
}
.alert-text[data-v-c5fcf7d4] * {
  max-width: 80ch !important;
  overflow-wrap: break-word;
  word-break: break-word;
}body[data-v-70b220e3] {
  overflow: scroll;
}
.mobile-view[data-v-70b220e3] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-70b220e3] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-70b220e3] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-70b220e3] {
  font-size: 1.6rem;
}
p[data-v-70b220e3] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-70b220e3] {
  color: #004D99;
}
a[data-v-70b220e3]:hover, a.link-hover[data-v-70b220e3] {
  color: #000040;
}
a[data-v-70b220e3]:hover:disabled,
a:hover .disabled[data-v-70b220e3], a.link-hover[data-v-70b220e3]:disabled,
a.link-hover .disabled[data-v-70b220e3] {
  background-color: transparent !important;
}
a[data-v-70b220e3]:focus, a.link-focus[data-v-70b220e3] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-70b220e3]:visited, a.link-visited[data-v-70b220e3] {
  color: #800080;
}
a[data-v-70b220e3]:disabled, a.disabled[data-v-70b220e3] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-70b220e3]:disabled:focus, a.disabled[data-v-70b220e3]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-70b220e3]:not(.button) {
  color: white;
}
.background-dark a[data-v-70b220e3]:disabled, .background-dark a.disabled[data-v-70b220e3] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-70b220e3]:disabled:focus, .background-dark a.disabled[data-v-70b220e3]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-70b220e3] {
  font-weight: 600;
}
a[data-v-70b220e3]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-70b220e3], .h1[data-v-70b220e3] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-70b220e3], .h1[data-v-70b220e3] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-70b220e3], .h1[data-v-70b220e3] {
    font-size: 3.9rem;
}
}
h1[data-v-70b220e3], .h1[data-v-70b220e3] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-70b220e3], .h1[data-v-70b220e3] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-70b220e3], .h1[data-v-70b220e3] {
    line-height: 4.8rem;
}
}
h1[data-v-70b220e3], .h1[data-v-70b220e3] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-70b220e3], .h1[data-v-70b220e3] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-70b220e3], .h1[data-v-70b220e3] {
    letter-spacing: normal;
}
}
h1[data-v-70b220e3], .h1[data-v-70b220e3] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-70b220e3], .h2[data-v-70b220e3] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-70b220e3], .h2[data-v-70b220e3] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-70b220e3], .h2[data-v-70b220e3] {
    font-size: 3.1rem;
}
}
h2[data-v-70b220e3], .h2[data-v-70b220e3] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-70b220e3], .h2[data-v-70b220e3] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-70b220e3], .h2[data-v-70b220e3] {
    line-height: 4rem;
}
}
h2[data-v-70b220e3], .h2[data-v-70b220e3] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-70b220e3], .h2[data-v-70b220e3] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-70b220e3], .h2[data-v-70b220e3] {
    letter-spacing: normal;
}
}
h2[data-v-70b220e3], .h2[data-v-70b220e3] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-70b220e3], .h3[data-v-70b220e3] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-70b220e3], .h3[data-v-70b220e3] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-70b220e3], .h3[data-v-70b220e3] {
    font-size: 2.5rem;
}
}
h3[data-v-70b220e3], .h3[data-v-70b220e3] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-70b220e3], .h3[data-v-70b220e3] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-70b220e3], .h3[data-v-70b220e3] {
    line-height: 3.2rem;
}
}
h3[data-v-70b220e3], .h3[data-v-70b220e3] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-70b220e3], .h3[data-v-70b220e3] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-70b220e3], .h3[data-v-70b220e3] {
    letter-spacing: normal;
}
}
h3[data-v-70b220e3], .h3[data-v-70b220e3] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-70b220e3], .h4[data-v-70b220e3] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-70b220e3], .h4[data-v-70b220e3] {
    font-size: 2rem;
}
}
h4[data-v-70b220e3], .h4[data-v-70b220e3] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-70b220e3], .h4[data-v-70b220e3] {
    line-height: 2.8rem;
}
}
h4[data-v-70b220e3], .h4[data-v-70b220e3] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-70b220e3], .h4[data-v-70b220e3] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-70b220e3], .h4[data-v-70b220e3] {
    letter-spacing: normal;
}
}
h4[data-v-70b220e3], .h4[data-v-70b220e3] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-70b220e3], .h5[data-v-70b220e3] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-70b220e3], .h5[data-v-70b220e3] {
    font-size: 1.6rem;
}
}
h5[data-v-70b220e3], .h5[data-v-70b220e3] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-70b220e3], .h5[data-v-70b220e3] {
    line-height: 2.4rem;
}
}
h5[data-v-70b220e3], .h5[data-v-70b220e3] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-70b220e3], .h5[data-v-70b220e3] {
    letter-spacing: normal;
}
}
h5[data-v-70b220e3], .h5[data-v-70b220e3] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-70b220e3], .h6[data-v-70b220e3] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-70b220e3], .body-text[data-v-70b220e3], .body-copy-text[data-v-70b220e3] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-70b220e3], .figcaption[data-v-70b220e3] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-70b220e3], .figcaption p[data-v-70b220e3] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-70b220e3] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-70b220e3] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-70b220e3] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-70b220e3], .small-text[data-v-70b220e3] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-70b220e3] {
  font-weight: 400;
}
.weight-semibold[data-v-70b220e3] {
  font-weight: 600;
}
.facit[data-v-70b220e3] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-70b220e3], b[data-v-70b220e3], .bold[data-v-70b220e3] {
  font-weight: 700;
}
.italic[data-v-70b220e3], em[data-v-70b220e3] {
  font-style: italic;
}
.form-label[data-v-70b220e3] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-70b220e3]:focus, .h1[data-v-70b220e3]:focus,
h2[data-v-70b220e3]:focus, .h2[data-v-70b220e3]:focus,
h3[data-v-70b220e3]:focus, .h3[data-v-70b220e3]:focus,
h4[data-v-70b220e3]:focus, .h4[data-v-70b220e3]:focus,
h5[data-v-70b220e3]:focus, .h5[data-v-70b220e3]:focus,
h6[data-v-70b220e3]:focus, .h6[data-v-70b220e3]:focus {
  outline: none;
}
h1[data-v-70b220e3], .h1[data-v-70b220e3] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-70b220e3], .h2[data-v-70b220e3] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-70b220e3], .h2[data-v-70b220e3] {
    margin-top: 4rem;
}
}
h3[data-v-70b220e3], .h3[data-v-70b220e3] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-70b220e3], .h3[data-v-70b220e3] {
    margin-top: 4rem;
}
}
h4[data-v-70b220e3], .h4[data-v-70b220e3] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-70b220e3], .h5[data-v-70b220e3] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-70b220e3], .h6[data-v-70b220e3] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-70b220e3] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-70b220e3], .body-text[data-v-70b220e3] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-70b220e3], h5 + ul[data-v-70b220e3], h5 + ol[data-v-70b220e3], .h5 + p[data-v-70b220e3], .h5 + ul[data-v-70b220e3], .h5 + ol[data-v-70b220e3], h6 + p[data-v-70b220e3], h6 + ul[data-v-70b220e3], h6 + ol[data-v-70b220e3], .h6 + p[data-v-70b220e3], .h6 + ul[data-v-70b220e3], .h6 + ol[data-v-70b220e3] {
  margin-top: 0;
}
button.function-link[data-v-70b220e3] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-70b220e3] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-70b220e3]:hover, .function-link[data-v-70b220e3]:visited, .function-link[data-v-70b220e3]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-70b220e3] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-70b220e3] {
  text-align: right;
}
.back-link[data-v-70b220e3] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-70b220e3] {
    margin-bottom: 32px;
}
}
.back-link[data-v-70b220e3] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-70b220e3]::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[data-v-70b220e3]:active, .back-link[data-v-70b220e3]:focus, .back-link[data-v-70b220e3]:hover, .back-link[data-v-70b220e3]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-70b220e3] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-70b220e3] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-70b220e3], h1 a[data-v-70b220e3]:hover, h1 a[data-v-70b220e3]:visited, h1 a[data-v-70b220e3]:focus, .h1 a[data-v-70b220e3], .h1 a[data-v-70b220e3]:hover, .h1 a[data-v-70b220e3]:visited, .h1 a[data-v-70b220e3]:focus,
h2 a[data-v-70b220e3],
h2 a[data-v-70b220e3]:hover,
h2 a[data-v-70b220e3]:visited,
h2 a[data-v-70b220e3]:focus, .h2 a[data-v-70b220e3], .h2 a[data-v-70b220e3]:hover, .h2 a[data-v-70b220e3]:visited, .h2 a[data-v-70b220e3]:focus,
h3 a[data-v-70b220e3],
h3 a[data-v-70b220e3]:hover,
h3 a[data-v-70b220e3]:visited,
h3 a[data-v-70b220e3]:focus, .h3 a[data-v-70b220e3], .h3 a[data-v-70b220e3]:hover, .h3 a[data-v-70b220e3]:visited, .h3 a[data-v-70b220e3]:focus,
h4 a[data-v-70b220e3],
h4 a[data-v-70b220e3]:hover,
h4 a[data-v-70b220e3]:visited,
h4 a[data-v-70b220e3]:focus, .h4 a[data-v-70b220e3], .h4 a[data-v-70b220e3]:hover, .h4 a[data-v-70b220e3]:visited, .h4 a[data-v-70b220e3]:focus,
h5 a[data-v-70b220e3],
h5 a[data-v-70b220e3]:hover,
h5 a[data-v-70b220e3]:visited,
h5 a[data-v-70b220e3]:focus, .h5 a[data-v-70b220e3], .h5 a[data-v-70b220e3]:hover, .h5 a[data-v-70b220e3]:visited, .h5 a[data-v-70b220e3]:focus,
h6 a[data-v-70b220e3],
h6 a[data-v-70b220e3]:hover,
h6 a[data-v-70b220e3]:visited,
h6 a[data-v-70b220e3]:focus, .h6 a[data-v-70b220e3], .h6 a[data-v-70b220e3]:hover, .h6 a[data-v-70b220e3]:visited, .h6 a[data-v-70b220e3]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-70b220e3], .h1 a.search-link[data-v-70b220e3],
h2 a.search-link[data-v-70b220e3], .h2 a.search-link[data-v-70b220e3],
h3 a.search-link[data-v-70b220e3], .h3 a.search-link[data-v-70b220e3],
h4 a.search-link[data-v-70b220e3], .h4 a.search-link[data-v-70b220e3],
h5 a.search-link[data-v-70b220e3], .h5 a.search-link[data-v-70b220e3],
h6 a.search-link[data-v-70b220e3], .h6 a.search-link[data-v-70b220e3] {
  text-decoration: none;
}
h1 a.search-link[data-v-70b220e3]:visited, .h1 a.search-link[data-v-70b220e3]:visited,
h2 a.search-link[data-v-70b220e3]:visited, .h2 a.search-link[data-v-70b220e3]:visited,
h3 a.search-link[data-v-70b220e3]:visited, .h3 a.search-link[data-v-70b220e3]:visited,
h4 a.search-link[data-v-70b220e3]:visited, .h4 a.search-link[data-v-70b220e3]:visited,
h5 a.search-link[data-v-70b220e3]:visited, .h5 a.search-link[data-v-70b220e3]:visited,
h6 a.search-link[data-v-70b220e3]:visited, .h6 a.search-link[data-v-70b220e3]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-70b220e3]:focus, .h1 a.search-link[data-v-70b220e3]:focus,
h2 a.search-link[data-v-70b220e3]:focus, .h2 a.search-link[data-v-70b220e3]:focus,
h3 a.search-link[data-v-70b220e3]:focus, .h3 a.search-link[data-v-70b220e3]:focus,
h4 a.search-link[data-v-70b220e3]:focus, .h4 a.search-link[data-v-70b220e3]:focus,
h5 a.search-link[data-v-70b220e3]:focus, .h5 a.search-link[data-v-70b220e3]:focus,
h6 a.search-link[data-v-70b220e3]:focus, .h6 a.search-link[data-v-70b220e3]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-70b220e3]:hover, .h1 a.search-link[data-v-70b220e3]:hover,
h2 a.search-link[data-v-70b220e3]:hover, .h2 a.search-link[data-v-70b220e3]:hover,
h3 a.search-link[data-v-70b220e3]:hover, .h3 a.search-link[data-v-70b220e3]:hover,
h4 a.search-link[data-v-70b220e3]:hover, .h4 a.search-link[data-v-70b220e3]:hover,
h5 a.search-link[data-v-70b220e3]:hover, .h5 a.search-link[data-v-70b220e3]:hover,
h6 a.search-link[data-v-70b220e3]:hover, .h6 a.search-link[data-v-70b220e3]:hover {
  text-decoration: underline;
}
cite[data-v-70b220e3],
var[data-v-70b220e3],
address[data-v-70b220e3],
dfn[data-v-70b220e3] {
  font-style: normal;
}
h1[data-v-70b220e3], .h1[data-v-70b220e3],
h2[data-v-70b220e3], .h2[data-v-70b220e3],
h3[data-v-70b220e3], .h3[data-v-70b220e3],
h4[data-v-70b220e3], .h4[data-v-70b220e3],
h5[data-v-70b220e3], .h5[data-v-70b220e3],
h6[data-v-70b220e3], .h6[data-v-70b220e3] {
  max-width: 66ch;
}
p[data-v-70b220e3],
ul[data-v-70b220e3]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-70b220e3]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-70b220e3] {
  max-width: 66ch;
}
.form-label[data-v-70b220e3], .form-hint[data-v-70b220e3], .form-error-message[data-v-70b220e3] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-70b220e3], .form-radio + label[data-v-70b220e3] {
  max-width: 66ch;
}
.displayheading-1[data-v-70b220e3] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-70b220e3] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-70b220e3] {
  color: #358000;
}
.text-negative[data-v-70b220e3] {
  color: #CC0000;
}
.color-text-black[data-v-70b220e3] {
  color: #1a1a1a;
}
.background-dark[data-v-70b220e3] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-70b220e3], .background-dark span[data-v-70b220e3] {
  color: white;
}
.field-group-title[data-v-70b220e3] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-70b220e3] {
  border: 2px solid #1a1a1a;
}
h1[data-v-70b220e3], h2[data-v-70b220e3], h3[data-v-70b220e3], h4[data-v-70b220e3], h5[data-v-70b220e3], h6[data-v-70b220e3], p[data-v-70b220e3], legend[data-v-70b220e3], strong[data-v-70b220e3], b[data-v-70b220e3], cite[data-v-70b220e3], var[data-v-70b220e3], address[data-v-70b220e3], dfn[data-v-70b220e3] {
  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[data-v-70b220e3] {
  text-transform: uppercase;
}
.lowercase[data-v-70b220e3] {
  text-transform: lowercase;
}
.d-inline[data-v-70b220e3] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-70b220e3] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-70b220e3] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-70b220e3] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-70b220e3] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-70b220e3] {
    display: inline !important;
}
}
.flex-grow[data-v-70b220e3] {
  flex-grow: 1;
}
.weight-normal[data-v-70b220e3] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-70b220e3] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-70b220e3] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-70b220e3] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-70b220e3] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-70b220e3] {
    margin-bottom: 0;
}
}
.gray-100[data-v-70b220e3] {
  background-color: #F5F5F5;
}
.highlight[data-v-70b220e3] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-70b220e3] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-70b220e3] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-70b220e3] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-70b220e3] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-70b220e3] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-70b220e3] {
  z-index: 10000;
}
.video-responsive[data-v-70b220e3] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-70b220e3] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-70b220e3]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-70b220e3]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-70b220e3] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-70b220e3] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-70b220e3] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-70b220e3]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-70b220e3]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-70b220e3] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-70b220e3] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-70b220e3] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-70b220e3] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-70b220e3],
.sidenav-list-virk.sidenav-list li li[data-v-70b220e3],
.sidenav-list-virk.sidenav-list a[data-v-70b220e3] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-70b220e3] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-70b220e3] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-70b220e3] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-70b220e3] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-70b220e3] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-70b220e3]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-70b220e3]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-70b220e3] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-70b220e3]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-70b220e3] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
body.modal-open[data-v-70b220e3] {
  overflow: hidden;
}
.modal-backdrop[data-v-70b220e3] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8888;
  padding: 16px;
}
.fds-modal[data-v-70b220e3]:focus-visible {
  outline: none;
}
.fds-modal[data-v-70b220e3] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 16px;
}
.fds-modal[aria-hidden=false][data-v-70b220e3] {
  display: flex;
}
.fds-modal .modal-content[data-v-70b220e3] {
  align-self: center;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 100%;
  position: relative;
  margin: 24px auto 24px;
}
.fds-modal .modal-bottom-page[data-v-70b220e3] {
  position: fixed;
  margin-top: 0;
  margin-bottom: 0;
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}
.fds-modal .modal-filter[data-v-70b220e3] {
  position: fixed;
  left: 0;
  height: 100%;
  margin: 0;
}
.fds-modal .modal-filter .modal-header[data-v-70b220e3] {
  padding: 0;
}
.fds-modal .modal-filter .modal-title[data-v-70b220e3] {
  display: none;
}
.fds-modal .modal-header[data-v-70b220e3] {
  padding: 16px 24px 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-70b220e3] {
    padding: 40px 40px 8px 40px;
}
}
.fds-modal .modal-header[data-v-70b220e3] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-70b220e3] {
    padding-right: 48px;
}
}
.fds-modal .modal-header h1[data-v-70b220e3],
.fds-modal .modal-header h2[data-v-70b220e3],
.fds-modal .modal-header h3[data-v-70b220e3],
.fds-modal .modal-header h4[data-v-70b220e3],
.fds-modal .modal-header h5[data-v-70b220e3],
.fds-modal .modal-header h6[data-v-70b220e3],
.fds-modal .modal-header .h1[data-v-70b220e3],
.fds-modal .modal-header .h2[data-v-70b220e3],
.fds-modal .modal-header .h3[data-v-70b220e3],
.fds-modal .modal-header .h4[data-v-70b220e3],
.fds-modal .modal-header .h5[data-v-70b220e3],
.fds-modal .modal-header .h6[data-v-70b220e3] {
  color: #1a1a1a;
}
.fds-modal .modal-title[data-v-70b220e3] {
  margin: 24px 48px 8px 0;
}
@media (min-width: 768px) {
.fds-modal .modal-title[data-v-70b220e3] {
    margin: 0 48px 0 0;
}
}
.fds-modal .modal-body[data-v-70b220e3] {
  background-color: white;
  color: #1a1a1a;
  padding: 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-body[data-v-70b220e3] {
    padding: 8px 40px 8px 40px;
}
}
.fds-modal .modal-body[data-v-70b220e3] > *:first-child {
  margin-top: 0;
}
.fds-modal .modal-body p[data-v-70b220e3],
.fds-modal .modal-body h1[data-v-70b220e3],
.fds-modal .modal-body h2[data-v-70b220e3],
.fds-modal .modal-body h3[data-v-70b220e3],
.fds-modal .modal-body h4[data-v-70b220e3],
.fds-modal .modal-body h5[data-v-70b220e3],
.fds-modal .modal-body h6[data-v-70b220e3],
.fds-modal .modal-body .h1[data-v-70b220e3],
.fds-modal .modal-body .h2[data-v-70b220e3],
.fds-modal .modal-body .h3[data-v-70b220e3],
.fds-modal .modal-body .h4[data-v-70b220e3],
.fds-modal .modal-body .h5[data-v-70b220e3],
.fds-modal .modal-body .h6[data-v-70b220e3] {
  color: #1a1a1a;
}
.fds-modal .modal-footer[data-v-70b220e3] {
  padding: 0px 24px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-footer[data-v-70b220e3] {
    padding: 8px 40px 40px 40px;
}
}
.fds-modal .modal-footer[data-v-70b220e3] {
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 992px) {
.fds-modal .modal-footer[data-v-70b220e3] {
    display: flex;
}
}
.fds-modal .modal-footer .button[data-v-70b220e3] {
  margin-top: 8px;
  margin-right: 16px;
}
.fds-modal .modal-footer p[data-v-70b220e3],
.fds-modal .modal-footer h1[data-v-70b220e3],
.fds-modal .modal-footer h2[data-v-70b220e3],
.fds-modal .modal-footer h3[data-v-70b220e3],
.fds-modal .modal-footer h4[data-v-70b220e3],
.fds-modal .modal-footer h5[data-v-70b220e3],
.fds-modal .modal-footer h6[data-v-70b220e3],
.fds-modal .modal-footer .h1[data-v-70b220e3],
.fds-modal .modal-footer .h2[data-v-70b220e3],
.fds-modal .modal-footer .h3[data-v-70b220e3],
.fds-modal .modal-footer .h4[data-v-70b220e3],
.fds-modal .modal-footer .h5[data-v-70b220e3],
.fds-modal .modal-footer .h6[data-v-70b220e3] {
  color: #1a1a1a;
}
.fds-modal .modal-close[data-v-70b220e3] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: inherit;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-close[data-v-70b220e3] {
    top: 24px;
    right: 32px;
}
}
.fds-modal .modal-close[data-v-70b220e3]:hover, .fds-modal .modal-close[data-v-70b220e3]:visited, .fds-modal .modal-close[data-v-70b220e3]:focus {
  color: #1a1a1a;
}
.fds-modal[data-v-70b220e3] {
  /**************************\
        Animation Style
    \**************************/
}
@keyframes modalfadeIn-70b220e3 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes modalfadeOut-70b220e3 {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes modalslideIn-70b220e3 {
from {
    transform: translateY(15%);
}
to {
    transform: translateY(0);
}
}
@keyframes modalslideOut-70b220e3 {
from {
    transform: translateY(0);
}
to {
    transform: translateY(-10%);
}
}
.fds-modal[aria-hidden=false] .modal-content[data-v-70b220e3] {
  animation: modalslideIn-70b220e3 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal[aria-hidden=true] .modal-content[data-v-70b220e3] {
  animation: modalslideOut-70b220e3 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal .button-unstyled[data-v-70b220e3] {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: #004D99;
  font: inherit;
  text-align: left;
  cursor: pointer;
  text-decoration: underline;
}
.fds-modal .button-unstyled[data-v-70b220e3]:hover, .fds-modal .button-unstyled[data-v-70b220e3]:focus {
  text-decoration: underline;
  color: #000040;
}
.fds-modal .button-unstyled[data-v-70b220e3]:visited {
  color: #800080;
}
.fds-modal .button-unstyled[data-v-70b220e3]:disabled {
  cursor: default;
  color: #a9a9a9;
  text-decoration: none;
}
.unstyle-router[data-v-70b220e3] {
  color: #ffffff !important;
  text-decoration: none;
}
.fritekst-streng[data-v-70b220e3] {
  word-wrap: break-word;
}
body[data-v-3927b27e] {
  overflow: scroll;
}
.mobile-view[data-v-3927b27e] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-3927b27e] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-3927b27e] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-3927b27e] {
  font-size: 1.6rem;
}
p[data-v-3927b27e] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-3927b27e] {
  color: #004D99;
}
a[data-v-3927b27e]:hover, a.link-hover[data-v-3927b27e] {
  color: #000040;
}
a[data-v-3927b27e]:hover:disabled,
a:hover .disabled[data-v-3927b27e], a.link-hover[data-v-3927b27e]:disabled,
a.link-hover .disabled[data-v-3927b27e] {
  background-color: transparent !important;
}
a[data-v-3927b27e]:focus, a.link-focus[data-v-3927b27e] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-3927b27e]:visited, a.link-visited[data-v-3927b27e] {
  color: #800080;
}
a[data-v-3927b27e]:disabled, a.disabled[data-v-3927b27e] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-3927b27e]:disabled:focus, a.disabled[data-v-3927b27e]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-3927b27e]:not(.button) {
  color: white;
}
.background-dark a[data-v-3927b27e]:disabled, .background-dark a.disabled[data-v-3927b27e] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-3927b27e]:disabled:focus, .background-dark a.disabled[data-v-3927b27e]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-3927b27e] {
  font-weight: 600;
}
a[data-v-3927b27e]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-3927b27e], .h1[data-v-3927b27e] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-3927b27e], .h1[data-v-3927b27e] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-3927b27e], .h1[data-v-3927b27e] {
    font-size: 3.9rem;
}
}
h1[data-v-3927b27e], .h1[data-v-3927b27e] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-3927b27e], .h1[data-v-3927b27e] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-3927b27e], .h1[data-v-3927b27e] {
    line-height: 4.8rem;
}
}
h1[data-v-3927b27e], .h1[data-v-3927b27e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-3927b27e], .h1[data-v-3927b27e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-3927b27e], .h1[data-v-3927b27e] {
    letter-spacing: normal;
}
}
h1[data-v-3927b27e], .h1[data-v-3927b27e] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-3927b27e], .h2[data-v-3927b27e] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-3927b27e], .h2[data-v-3927b27e] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-3927b27e], .h2[data-v-3927b27e] {
    font-size: 3.1rem;
}
}
h2[data-v-3927b27e], .h2[data-v-3927b27e] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-3927b27e], .h2[data-v-3927b27e] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-3927b27e], .h2[data-v-3927b27e] {
    line-height: 4rem;
}
}
h2[data-v-3927b27e], .h2[data-v-3927b27e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-3927b27e], .h2[data-v-3927b27e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-3927b27e], .h2[data-v-3927b27e] {
    letter-spacing: normal;
}
}
h2[data-v-3927b27e], .h2[data-v-3927b27e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-3927b27e], .h3[data-v-3927b27e] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-3927b27e], .h3[data-v-3927b27e] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-3927b27e], .h3[data-v-3927b27e] {
    font-size: 2.5rem;
}
}
h3[data-v-3927b27e], .h3[data-v-3927b27e] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-3927b27e], .h3[data-v-3927b27e] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-3927b27e], .h3[data-v-3927b27e] {
    line-height: 3.2rem;
}
}
h3[data-v-3927b27e], .h3[data-v-3927b27e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-3927b27e], .h3[data-v-3927b27e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-3927b27e], .h3[data-v-3927b27e] {
    letter-spacing: normal;
}
}
h3[data-v-3927b27e], .h3[data-v-3927b27e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-3927b27e], .h4[data-v-3927b27e] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-3927b27e], .h4[data-v-3927b27e] {
    font-size: 2rem;
}
}
h4[data-v-3927b27e], .h4[data-v-3927b27e] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-3927b27e], .h4[data-v-3927b27e] {
    line-height: 2.8rem;
}
}
h4[data-v-3927b27e], .h4[data-v-3927b27e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-3927b27e], .h4[data-v-3927b27e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-3927b27e], .h4[data-v-3927b27e] {
    letter-spacing: normal;
}
}
h4[data-v-3927b27e], .h4[data-v-3927b27e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-3927b27e], .h5[data-v-3927b27e] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-3927b27e], .h5[data-v-3927b27e] {
    font-size: 1.6rem;
}
}
h5[data-v-3927b27e], .h5[data-v-3927b27e] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-3927b27e], .h5[data-v-3927b27e] {
    line-height: 2.4rem;
}
}
h5[data-v-3927b27e], .h5[data-v-3927b27e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-3927b27e], .h5[data-v-3927b27e] {
    letter-spacing: normal;
}
}
h5[data-v-3927b27e], .h5[data-v-3927b27e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-3927b27e], .h6[data-v-3927b27e] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-3927b27e], .body-text[data-v-3927b27e], .body-copy-text[data-v-3927b27e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-3927b27e], .figcaption[data-v-3927b27e] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-3927b27e], .figcaption p[data-v-3927b27e] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-3927b27e] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-3927b27e] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-3927b27e] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-3927b27e], .small-text[data-v-3927b27e] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-3927b27e] {
  font-weight: 400;
}
.weight-semibold[data-v-3927b27e] {
  font-weight: 600;
}
.facit[data-v-3927b27e] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-3927b27e], b[data-v-3927b27e], .bold[data-v-3927b27e] {
  font-weight: 700;
}
.italic[data-v-3927b27e], em[data-v-3927b27e] {
  font-style: italic;
}
.form-label[data-v-3927b27e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-3927b27e]:focus, .h1[data-v-3927b27e]:focus,
h2[data-v-3927b27e]:focus, .h2[data-v-3927b27e]:focus,
h3[data-v-3927b27e]:focus, .h3[data-v-3927b27e]:focus,
h4[data-v-3927b27e]:focus, .h4[data-v-3927b27e]:focus,
h5[data-v-3927b27e]:focus, .h5[data-v-3927b27e]:focus,
h6[data-v-3927b27e]:focus, .h6[data-v-3927b27e]:focus {
  outline: none;
}
h1[data-v-3927b27e], .h1[data-v-3927b27e] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-3927b27e], .h2[data-v-3927b27e] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-3927b27e], .h2[data-v-3927b27e] {
    margin-top: 4rem;
}
}
h3[data-v-3927b27e], .h3[data-v-3927b27e] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-3927b27e], .h3[data-v-3927b27e] {
    margin-top: 4rem;
}
}
h4[data-v-3927b27e], .h4[data-v-3927b27e] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-3927b27e], .h5[data-v-3927b27e] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-3927b27e], .h6[data-v-3927b27e] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-3927b27e] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-3927b27e], .body-text[data-v-3927b27e] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-3927b27e], h5 + ul[data-v-3927b27e], h5 + ol[data-v-3927b27e], .h5 + p[data-v-3927b27e], .h5 + ul[data-v-3927b27e], .h5 + ol[data-v-3927b27e], h6 + p[data-v-3927b27e], h6 + ul[data-v-3927b27e], h6 + ol[data-v-3927b27e], .h6 + p[data-v-3927b27e], .h6 + ul[data-v-3927b27e], .h6 + ol[data-v-3927b27e] {
  margin-top: 0;
}
button.function-link[data-v-3927b27e], button.accordion-bulk-button[data-v-3927b27e] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-3927b27e], button.accordion-bulk-button[data-v-3927b27e] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-3927b27e]:hover, button.accordion-bulk-button[data-v-3927b27e]:hover, .function-link[data-v-3927b27e]:visited, button.accordion-bulk-button[data-v-3927b27e]:visited, .function-link[data-v-3927b27e]:focus, button.accordion-bulk-button[data-v-3927b27e]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-3927b27e], button.accordion-bulk-button .icon-svg[data-v-3927b27e] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-3927b27e], button.link-right.accordion-bulk-button[data-v-3927b27e] {
  text-align: right;
}
.back-link[data-v-3927b27e] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-3927b27e] {
    margin-bottom: 32px;
}
}
.back-link[data-v-3927b27e] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-3927b27e]::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[data-v-3927b27e]:active, .back-link[data-v-3927b27e]:focus, .back-link[data-v-3927b27e]:hover, .back-link[data-v-3927b27e]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-3927b27e] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-3927b27e] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-3927b27e], h1 a[data-v-3927b27e]:hover, h1 a[data-v-3927b27e]:visited, h1 a[data-v-3927b27e]:focus, .h1 a[data-v-3927b27e], .h1 a[data-v-3927b27e]:hover, .h1 a[data-v-3927b27e]:visited, .h1 a[data-v-3927b27e]:focus,
h2 a[data-v-3927b27e],
h2 a[data-v-3927b27e]:hover,
h2 a[data-v-3927b27e]:visited,
h2 a[data-v-3927b27e]:focus, .h2 a[data-v-3927b27e], .h2 a[data-v-3927b27e]:hover, .h2 a[data-v-3927b27e]:visited, .h2 a[data-v-3927b27e]:focus,
h3 a[data-v-3927b27e],
h3 a[data-v-3927b27e]:hover,
h3 a[data-v-3927b27e]:visited,
h3 a[data-v-3927b27e]:focus, .h3 a[data-v-3927b27e], .h3 a[data-v-3927b27e]:hover, .h3 a[data-v-3927b27e]:visited, .h3 a[data-v-3927b27e]:focus,
h4 a[data-v-3927b27e],
h4 a[data-v-3927b27e]:hover,
h4 a[data-v-3927b27e]:visited,
h4 a[data-v-3927b27e]:focus, .h4 a[data-v-3927b27e], .h4 a[data-v-3927b27e]:hover, .h4 a[data-v-3927b27e]:visited, .h4 a[data-v-3927b27e]:focus,
h5 a[data-v-3927b27e],
h5 a[data-v-3927b27e]:hover,
h5 a[data-v-3927b27e]:visited,
h5 a[data-v-3927b27e]:focus, .h5 a[data-v-3927b27e], .h5 a[data-v-3927b27e]:hover, .h5 a[data-v-3927b27e]:visited, .h5 a[data-v-3927b27e]:focus,
h6 a[data-v-3927b27e],
h6 a[data-v-3927b27e]:hover,
h6 a[data-v-3927b27e]:visited,
h6 a[data-v-3927b27e]:focus, .h6 a[data-v-3927b27e], .h6 a[data-v-3927b27e]:hover, .h6 a[data-v-3927b27e]:visited, .h6 a[data-v-3927b27e]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-3927b27e], .h1 a.search-link[data-v-3927b27e],
h2 a.search-link[data-v-3927b27e], .h2 a.search-link[data-v-3927b27e],
h3 a.search-link[data-v-3927b27e], .h3 a.search-link[data-v-3927b27e],
h4 a.search-link[data-v-3927b27e], .h4 a.search-link[data-v-3927b27e],
h5 a.search-link[data-v-3927b27e], .h5 a.search-link[data-v-3927b27e],
h6 a.search-link[data-v-3927b27e], .h6 a.search-link[data-v-3927b27e] {
  text-decoration: none;
}
h1 a.search-link[data-v-3927b27e]:visited, .h1 a.search-link[data-v-3927b27e]:visited,
h2 a.search-link[data-v-3927b27e]:visited, .h2 a.search-link[data-v-3927b27e]:visited,
h3 a.search-link[data-v-3927b27e]:visited, .h3 a.search-link[data-v-3927b27e]:visited,
h4 a.search-link[data-v-3927b27e]:visited, .h4 a.search-link[data-v-3927b27e]:visited,
h5 a.search-link[data-v-3927b27e]:visited, .h5 a.search-link[data-v-3927b27e]:visited,
h6 a.search-link[data-v-3927b27e]:visited, .h6 a.search-link[data-v-3927b27e]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-3927b27e]:focus, .h1 a.search-link[data-v-3927b27e]:focus,
h2 a.search-link[data-v-3927b27e]:focus, .h2 a.search-link[data-v-3927b27e]:focus,
h3 a.search-link[data-v-3927b27e]:focus, .h3 a.search-link[data-v-3927b27e]:focus,
h4 a.search-link[data-v-3927b27e]:focus, .h4 a.search-link[data-v-3927b27e]:focus,
h5 a.search-link[data-v-3927b27e]:focus, .h5 a.search-link[data-v-3927b27e]:focus,
h6 a.search-link[data-v-3927b27e]:focus, .h6 a.search-link[data-v-3927b27e]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-3927b27e]:hover, .h1 a.search-link[data-v-3927b27e]:hover,
h2 a.search-link[data-v-3927b27e]:hover, .h2 a.search-link[data-v-3927b27e]:hover,
h3 a.search-link[data-v-3927b27e]:hover, .h3 a.search-link[data-v-3927b27e]:hover,
h4 a.search-link[data-v-3927b27e]:hover, .h4 a.search-link[data-v-3927b27e]:hover,
h5 a.search-link[data-v-3927b27e]:hover, .h5 a.search-link[data-v-3927b27e]:hover,
h6 a.search-link[data-v-3927b27e]:hover, .h6 a.search-link[data-v-3927b27e]:hover {
  text-decoration: underline;
}
cite[data-v-3927b27e],
var[data-v-3927b27e],
address[data-v-3927b27e],
dfn[data-v-3927b27e] {
  font-style: normal;
}
h1[data-v-3927b27e], .h1[data-v-3927b27e],
h2[data-v-3927b27e], .h2[data-v-3927b27e],
h3[data-v-3927b27e], .h3[data-v-3927b27e],
h4[data-v-3927b27e], .h4[data-v-3927b27e],
h5[data-v-3927b27e], .h5[data-v-3927b27e],
h6[data-v-3927b27e], .h6[data-v-3927b27e] {
  max-width: 66ch;
}
p[data-v-3927b27e],
ul[data-v-3927b27e]:not(.accordion):not(.tabnav):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-3927b27e]:not(.accordion):not(.tabnav):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-3927b27e] {
  max-width: 66ch;
}
.form-label[data-v-3927b27e], .form-hint[data-v-3927b27e], .form-error-message[data-v-3927b27e] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-3927b27e], .form-radio + label[data-v-3927b27e] {
  max-width: 66ch;
}
.displayheading-1[data-v-3927b27e] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-3927b27e] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-3927b27e] {
  color: #358000;
}
.text-negative[data-v-3927b27e] {
  color: #CC0000;
}
.color-text-black[data-v-3927b27e] {
  color: #1a1a1a;
}
.background-dark[data-v-3927b27e] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-3927b27e], .background-dark span[data-v-3927b27e] {
  color: white;
}
.field-group-title[data-v-3927b27e] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-3927b27e] {
  border: 2px solid #1a1a1a;
}
h1[data-v-3927b27e], h2[data-v-3927b27e], h3[data-v-3927b27e], h4[data-v-3927b27e], h5[data-v-3927b27e], h6[data-v-3927b27e], p[data-v-3927b27e], legend[data-v-3927b27e], strong[data-v-3927b27e], b[data-v-3927b27e], cite[data-v-3927b27e], var[data-v-3927b27e], address[data-v-3927b27e], dfn[data-v-3927b27e] {
  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[data-v-3927b27e] {
  text-transform: uppercase;
}
.lowercase[data-v-3927b27e] {
  text-transform: lowercase;
}
.d-inline[data-v-3927b27e] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-3927b27e] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-3927b27e] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-3927b27e] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-3927b27e] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-3927b27e] {
    display: inline !important;
}
}
.flex-grow[data-v-3927b27e] {
  flex-grow: 1;
}
.weight-normal[data-v-3927b27e] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-3927b27e] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-3927b27e] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-3927b27e] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-3927b27e] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-3927b27e] {
    margin-bottom: 0;
}
}
.gray-100[data-v-3927b27e] {
  background-color: #F5F5F5;
}
.highlight[data-v-3927b27e] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-3927b27e] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-3927b27e] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-3927b27e] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-3927b27e] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-3927b27e] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-3927b27e] {
  z-index: 10000;
}
.video-responsive[data-v-3927b27e] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-3927b27e] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-3927b27e]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-3927b27e]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-3927b27e] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-3927b27e] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-3927b27e] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-3927b27e]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-3927b27e]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-3927b27e] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-3927b27e] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-3927b27e] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-3927b27e] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-3927b27e],
.sidenav-list-virk.sidenav-list li li[data-v-3927b27e],
.sidenav-list-virk.sidenav-list a[data-v-3927b27e] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-3927b27e] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-3927b27e] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-3927b27e] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-3927b27e] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-3927b27e] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-3927b27e]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-3927b27e]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-3927b27e] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-3927b27e]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-3927b27e] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html[data-v-3927b27e] {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body[data-v-3927b27e] {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main[data-v-3927b27e] {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1[data-v-3927b27e] {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr[data-v-3927b27e] {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre[data-v-3927b27e] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a[data-v-3927b27e] {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title][data-v-3927b27e] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b[data-v-3927b27e],
strong[data-v-3927b27e] {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code[data-v-3927b27e],
kbd[data-v-3927b27e],
samp[data-v-3927b27e] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small[data-v-3927b27e] {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub[data-v-3927b27e],
sup[data-v-3927b27e] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub[data-v-3927b27e] {
  bottom: -0.25em;
}
sup[data-v-3927b27e] {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img[data-v-3927b27e] {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button[data-v-3927b27e],
input[data-v-3927b27e],
optgroup[data-v-3927b27e],
select[data-v-3927b27e],
textarea[data-v-3927b27e] {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button[data-v-3927b27e],
input[data-v-3927b27e] { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button[data-v-3927b27e],
select[data-v-3927b27e] { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button[data-v-3927b27e],
[type=button][data-v-3927b27e],
[type=reset][data-v-3927b27e],
[type=submit][data-v-3927b27e] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button[data-v-3927b27e]::-moz-focus-inner,
[type=button][data-v-3927b27e]::-moz-focus-inner,
[type=reset][data-v-3927b27e]::-moz-focus-inner,
[type=submit][data-v-3927b27e]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button[data-v-3927b27e]:-moz-focusring,
[type=button][data-v-3927b27e]:-moz-focusring,
[type=reset][data-v-3927b27e]:-moz-focusring,
[type=submit][data-v-3927b27e]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset[data-v-3927b27e] {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend[data-v-3927b27e] {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress[data-v-3927b27e] {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea[data-v-3927b27e] {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox][data-v-3927b27e],
[type=radio][data-v-3927b27e] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number][data-v-3927b27e]::-webkit-inner-spin-button,
[type=number][data-v-3927b27e]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search][data-v-3927b27e] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search][data-v-3927b27e]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
[data-v-3927b27e]::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details[data-v-3927b27e] {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary[data-v-3927b27e] {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template[data-v-3927b27e] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden][data-v-3927b27e] {
  display: none;
}

/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-3927b27e] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/IBMPlexSans-Bold-2C9u87Yj.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-Bold-BFdE_egq.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/assets/fonts/IBMPlexSans-BoldItalic-bGcn1MCo.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-BoldItalic-BAIFovnx.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/IBMPlexSans-Italic-DwjVlniu.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-Italic-CYr9jXG4.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/IBMPlexSans-Medium-UeyEdR2n.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-Medium-D7YuMikw.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 500;
  src: url("/assets/fonts/IBMPlexSans-MediumItalic-BaK08J97.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-MediumItalic-BENdRtT0.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/IBMPlexSans-Regular-DqS-h1X5.eot"); /* IE9 Compat Modes */
  src: url("/assets/fonts/IBMPlexSans-Regular-DqS-h1X5.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/IBMPlexSans-Regular-Cq2L15Xu.woff") format("woff"), url("/assets/fonts/IBMPlexSans-Regular-8pRtkRrQ.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-Regular-FfXo57ZH.ttf") format("truet ype"); /* Safari, Android, iOS */
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/IBMPlexSans-SemiBold-M85qYQJk.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-SemiBold-CouHcydL.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/fonts/IBMPlexSans-SemiBoldItalic-BAjxys0i.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-SemiBoldItalic-CqoJLOzN.woff") format("woff");
  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[data-v-3927b27e] {
  box-sizing: border-box;
  line-height: normal;
}
[data-v-3927b27e],[data-v-3927b27e]::before,[data-v-3927b27e]::after {
  box-sizing: inherit;
}
body[data-v-3927b27e] {
  background-color: white;
  color: #1a1a1a;
  overflow-x: hidden;
}
[hidden][data-v-3927b27e] {
  display: none !important;
}
a[data-v-3927b27e]:focus, button[data-v-3927b27e]:focus, input[data-v-3927b27e]:focus, select[data-v-3927b27e]:focus, textarea[data-v-3927b27e]:focus,
.focus[data-v-3927b27e] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}

/* stylelint-disable */
.container[data-v-3927b27e] {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
.container[data-v-3927b27e] {
    max-width: 100%;
}
}
@media (min-width: 768px) {
.container[data-v-3927b27e] {
    max-width: 100%;
}
}
@media (min-width: 992px) {
.container[data-v-3927b27e] {
    max-width: 100%;
}
}
@media (min-width: 1200px) {
.container[data-v-3927b27e] {
    max-width: 1200px;
}
}
.container[class*=w-][data-v-3927b27e] {
  max-width: inherit !important;
}
.row[data-v-3927b27e] {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.row.no-gutters[data-v-3927b27e] {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > .col[data-v-3927b27e],
.row.no-gutters > [class*=col-][data-v-3927b27e] {
  padding-right: 0;
  padding-left: 0;
}
.row.row-bordered[data-v-3927b27e] {
  border-top: 1px solid #BFBFBF;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 2.4rem;
}
.row.row-bordered[data-v-3927b27e]:last-of-type {
  border-bottom: 1px solid #BFBFBF;
}
.col-xxl[data-v-3927b27e],
.col-xxl-auto[data-v-3927b27e], .col-xxl-12[data-v-3927b27e], .col-xxl-11[data-v-3927b27e], .col-xxl-10[data-v-3927b27e], .col-xxl-9[data-v-3927b27e], .col-xxl-8[data-v-3927b27e], .col-xxl-7[data-v-3927b27e], .col-xxl-6[data-v-3927b27e], .col-xxl-5[data-v-3927b27e], .col-xxl-4[data-v-3927b27e], .col-xxl-3[data-v-3927b27e], .col-xxl-2[data-v-3927b27e], .col-xxl-1[data-v-3927b27e], .col-xl[data-v-3927b27e],
.col-xl-auto[data-v-3927b27e], .col-xl-12[data-v-3927b27e], .col-xl-11[data-v-3927b27e], .col-xl-10[data-v-3927b27e], .col-xl-9[data-v-3927b27e], .col-xl-8[data-v-3927b27e], .col-xl-7[data-v-3927b27e], .col-xl-6[data-v-3927b27e], .col-xl-5[data-v-3927b27e], .col-xl-4[data-v-3927b27e], .col-xl-3[data-v-3927b27e], .col-xl-2[data-v-3927b27e], .col-xl-1[data-v-3927b27e], .col-lg[data-v-3927b27e],
.col-lg-auto[data-v-3927b27e], .col-lg-12[data-v-3927b27e], .col-lg-11[data-v-3927b27e], .col-lg-10[data-v-3927b27e], .col-lg-9[data-v-3927b27e], .col-lg-8[data-v-3927b27e], .col-lg-7[data-v-3927b27e], .col-lg-6[data-v-3927b27e], .col-lg-5[data-v-3927b27e], .col-lg-4[data-v-3927b27e], .col-lg-3[data-v-3927b27e], .col-lg-2[data-v-3927b27e], .col-lg-1[data-v-3927b27e], .col-md[data-v-3927b27e],
.col-md-auto[data-v-3927b27e], .col-md-12[data-v-3927b27e], .col-md-11[data-v-3927b27e], .col-md-10[data-v-3927b27e], .col-md-9[data-v-3927b27e], .col-md-8[data-v-3927b27e], .col-md-7[data-v-3927b27e], .col-md-6[data-v-3927b27e], .col-md-5[data-v-3927b27e], .col-md-4[data-v-3927b27e], .col-md-3[data-v-3927b27e], .col-md-2[data-v-3927b27e], .col-md-1[data-v-3927b27e], .col-sm[data-v-3927b27e],
.col-sm-auto[data-v-3927b27e], .col-sm-12[data-v-3927b27e], .col-sm-11[data-v-3927b27e], .col-sm-10[data-v-3927b27e], .col-sm-9[data-v-3927b27e], .col-sm-8[data-v-3927b27e], .col-sm-7[data-v-3927b27e], .col-sm-6[data-v-3927b27e], .col-sm-5[data-v-3927b27e], .col-sm-4[data-v-3927b27e], .col-sm-3[data-v-3927b27e], .col-sm-2[data-v-3927b27e], .col-sm-1[data-v-3927b27e], .col[data-v-3927b27e],
.col-auto[data-v-3927b27e], .col-12[data-v-3927b27e], .col-11[data-v-3927b27e], .col-10[data-v-3927b27e], .col-9[data-v-3927b27e], .col-8[data-v-3927b27e], .col-7[data-v-3927b27e], .col-6[data-v-3927b27e], .col-5[data-v-3927b27e], .col-4[data-v-3927b27e], .col-3[data-v-3927b27e], .col-2[data-v-3927b27e], .col-1[data-v-3927b27e] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}
.col[data-v-3927b27e] {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto[data-v-3927b27e] {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1[data-v-3927b27e] {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2[data-v-3927b27e] {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3[data-v-3927b27e] {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4[data-v-3927b27e] {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5[data-v-3927b27e] {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6[data-v-3927b27e] {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7[data-v-3927b27e] {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8[data-v-3927b27e] {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9[data-v-3927b27e] {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10[data-v-3927b27e] {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11[data-v-3927b27e] {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12[data-v-3927b27e] {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first[data-v-3927b27e] {
  order: -1;
}
.order-1[data-v-3927b27e] {
  order: 1;
}
.order-2[data-v-3927b27e] {
  order: 2;
}
.order-3[data-v-3927b27e] {
  order: 3;
}
.order-4[data-v-3927b27e] {
  order: 4;
}
.order-5[data-v-3927b27e] {
  order: 5;
}
.order-6[data-v-3927b27e] {
  order: 6;
}
.order-7[data-v-3927b27e] {
  order: 7;
}
.order-8[data-v-3927b27e] {
  order: 8;
}
.order-9[data-v-3927b27e] {
  order: 9;
}
.order-10[data-v-3927b27e] {
  order: 10;
}
.order-11[data-v-3927b27e] {
  order: 11;
}
.order-12[data-v-3927b27e] {
  order: 12;
}
@media (min-width: 576px) {
.col-sm[data-v-3927b27e] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-sm-auto[data-v-3927b27e] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-sm-1[data-v-3927b27e] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-sm-2[data-v-3927b27e] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-sm-3[data-v-3927b27e] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-sm-4[data-v-3927b27e] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-sm-5[data-v-3927b27e] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-sm-6[data-v-3927b27e] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-sm-7[data-v-3927b27e] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-sm-8[data-v-3927b27e] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-sm-9[data-v-3927b27e] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-sm-10[data-v-3927b27e] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-sm-11[data-v-3927b27e] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-sm-12[data-v-3927b27e] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-sm-first[data-v-3927b27e] {
    order: -1;
}
.order-sm-1[data-v-3927b27e] {
    order: 1;
}
.order-sm-2[data-v-3927b27e] {
    order: 2;
}
.order-sm-3[data-v-3927b27e] {
    order: 3;
}
.order-sm-4[data-v-3927b27e] {
    order: 4;
}
.order-sm-5[data-v-3927b27e] {
    order: 5;
}
.order-sm-6[data-v-3927b27e] {
    order: 6;
}
.order-sm-7[data-v-3927b27e] {
    order: 7;
}
.order-sm-8[data-v-3927b27e] {
    order: 8;
}
.order-sm-9[data-v-3927b27e] {
    order: 9;
}
.order-sm-10[data-v-3927b27e] {
    order: 10;
}
.order-sm-11[data-v-3927b27e] {
    order: 11;
}
.order-sm-12[data-v-3927b27e] {
    order: 12;
}
}
@media (min-width: 768px) {
.col-md[data-v-3927b27e] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-md-auto[data-v-3927b27e] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-md-1[data-v-3927b27e] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-md-2[data-v-3927b27e] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-md-3[data-v-3927b27e] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-md-4[data-v-3927b27e] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-md-5[data-v-3927b27e] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-md-6[data-v-3927b27e] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-7[data-v-3927b27e] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-md-8[data-v-3927b27e] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-md-9[data-v-3927b27e] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-md-10[data-v-3927b27e] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-md-11[data-v-3927b27e] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-md-12[data-v-3927b27e] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-md-first[data-v-3927b27e] {
    order: -1;
}
.order-md-1[data-v-3927b27e] {
    order: 1;
}
.order-md-2[data-v-3927b27e] {
    order: 2;
}
.order-md-3[data-v-3927b27e] {
    order: 3;
}
.order-md-4[data-v-3927b27e] {
    order: 4;
}
.order-md-5[data-v-3927b27e] {
    order: 5;
}
.order-md-6[data-v-3927b27e] {
    order: 6;
}
.order-md-7[data-v-3927b27e] {
    order: 7;
}
.order-md-8[data-v-3927b27e] {
    order: 8;
}
.order-md-9[data-v-3927b27e] {
    order: 9;
}
.order-md-10[data-v-3927b27e] {
    order: 10;
}
.order-md-11[data-v-3927b27e] {
    order: 11;
}
.order-md-12[data-v-3927b27e] {
    order: 12;
}
}
@media (min-width: 992px) {
.col-lg[data-v-3927b27e] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-lg-auto[data-v-3927b27e] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-lg-1[data-v-3927b27e] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-lg-2[data-v-3927b27e] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-lg-3[data-v-3927b27e] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-lg-4[data-v-3927b27e] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-lg-5[data-v-3927b27e] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-lg-6[data-v-3927b27e] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-lg-7[data-v-3927b27e] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-lg-8[data-v-3927b27e] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-lg-9[data-v-3927b27e] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-lg-10[data-v-3927b27e] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-lg-11[data-v-3927b27e] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-lg-12[data-v-3927b27e] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-lg-first[data-v-3927b27e] {
    order: -1;
}
.order-lg-1[data-v-3927b27e] {
    order: 1;
}
.order-lg-2[data-v-3927b27e] {
    order: 2;
}
.order-lg-3[data-v-3927b27e] {
    order: 3;
}
.order-lg-4[data-v-3927b27e] {
    order: 4;
}
.order-lg-5[data-v-3927b27e] {
    order: 5;
}
.order-lg-6[data-v-3927b27e] {
    order: 6;
}
.order-lg-7[data-v-3927b27e] {
    order: 7;
}
.order-lg-8[data-v-3927b27e] {
    order: 8;
}
.order-lg-9[data-v-3927b27e] {
    order: 9;
}
.order-lg-10[data-v-3927b27e] {
    order: 10;
}
.order-lg-11[data-v-3927b27e] {
    order: 11;
}
.order-lg-12[data-v-3927b27e] {
    order: 12;
}
}
@media (min-width: 1200px) {
.col-xl[data-v-3927b27e] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-xl-auto[data-v-3927b27e] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-xl-1[data-v-3927b27e] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-xl-2[data-v-3927b27e] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-xl-3[data-v-3927b27e] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xl-4[data-v-3927b27e] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-xl-5[data-v-3927b27e] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-xl-6[data-v-3927b27e] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xl-7[data-v-3927b27e] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-xl-8[data-v-3927b27e] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-xl-9[data-v-3927b27e] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xl-10[data-v-3927b27e] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-xl-11[data-v-3927b27e] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-xl-12[data-v-3927b27e] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-xl-first[data-v-3927b27e] {
    order: -1;
}
.order-xl-1[data-v-3927b27e] {
    order: 1;
}
.order-xl-2[data-v-3927b27e] {
    order: 2;
}
.order-xl-3[data-v-3927b27e] {
    order: 3;
}
.order-xl-4[data-v-3927b27e] {
    order: 4;
}
.order-xl-5[data-v-3927b27e] {
    order: 5;
}
.order-xl-6[data-v-3927b27e] {
    order: 6;
}
.order-xl-7[data-v-3927b27e] {
    order: 7;
}
.order-xl-8[data-v-3927b27e] {
    order: 8;
}
.order-xl-9[data-v-3927b27e] {
    order: 9;
}
.order-xl-10[data-v-3927b27e] {
    order: 10;
}
.order-xl-11[data-v-3927b27e] {
    order: 11;
}
.order-xl-12[data-v-3927b27e] {
    order: 12;
}
}
@media (min-width: 1400px) {
.col-xxl[data-v-3927b27e] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-xxl-auto[data-v-3927b27e] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-xxl-1[data-v-3927b27e] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-xxl-2[data-v-3927b27e] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-xxl-3[data-v-3927b27e] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xxl-4[data-v-3927b27e] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-xxl-5[data-v-3927b27e] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-xxl-6[data-v-3927b27e] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xxl-7[data-v-3927b27e] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-xxl-8[data-v-3927b27e] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-xxl-9[data-v-3927b27e] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xxl-10[data-v-3927b27e] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-xxl-11[data-v-3927b27e] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-xxl-12[data-v-3927b27e] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-xxl-first[data-v-3927b27e] {
    order: -1;
}
.order-xxl-1[data-v-3927b27e] {
    order: 1;
}
.order-xxl-2[data-v-3927b27e] {
    order: 2;
}
.order-xxl-3[data-v-3927b27e] {
    order: 3;
}
.order-xxl-4[data-v-3927b27e] {
    order: 4;
}
.order-xxl-5[data-v-3927b27e] {
    order: 5;
}
.order-xxl-6[data-v-3927b27e] {
    order: 6;
}
.order-xxl-7[data-v-3927b27e] {
    order: 7;
}
.order-xxl-8[data-v-3927b27e] {
    order: 8;
}
.order-xxl-9[data-v-3927b27e] {
    order: 9;
}
.order-xxl-10[data-v-3927b27e] {
    order: 10;
}
.order-xxl-11[data-v-3927b27e] {
    order: 11;
}
.order-xxl-12[data-v-3927b27e] {
    order: 12;
}
}
.offset-1[data-v-3927b27e] {
  margin-left: 8.3333333333%;
}
.offset-2[data-v-3927b27e] {
  margin-left: 16.6666666667%;
}
.offset-3[data-v-3927b27e] {
  margin-left: 25%;
}
.offset-4[data-v-3927b27e] {
  margin-left: 33.3333333333%;
}
.offset-5[data-v-3927b27e] {
  margin-left: 41.6666666667%;
}
.offset-6[data-v-3927b27e] {
  margin-left: 50%;
}
.offset-7[data-v-3927b27e] {
  margin-left: 58.3333333333%;
}
.offset-8[data-v-3927b27e] {
  margin-left: 66.6666666667%;
}
.offset-9[data-v-3927b27e] {
  margin-left: 75%;
}
.offset-10[data-v-3927b27e] {
  margin-left: 83.3333333333%;
}
.offset-11[data-v-3927b27e] {
  margin-left: 91.6666666667%;
}
.offset-1[data-v-3927b27e] {
  margin-left: 8.3333333333%;
}
.offset-2[data-v-3927b27e] {
  margin-left: 16.6666666667%;
}
.offset-3[data-v-3927b27e] {
  margin-left: 25%;
}
.offset-4[data-v-3927b27e] {
  margin-left: 33.3333333333%;
}
.offset-5[data-v-3927b27e] {
  margin-left: 41.6666666667%;
}
.offset-6[data-v-3927b27e] {
  margin-left: 50%;
}
.offset-7[data-v-3927b27e] {
  margin-left: 58.3333333333%;
}
.offset-8[data-v-3927b27e] {
  margin-left: 66.6666666667%;
}
.offset-9[data-v-3927b27e] {
  margin-left: 75%;
}
.offset-10[data-v-3927b27e] {
  margin-left: 83.3333333333%;
}
.offset-11[data-v-3927b27e] {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
.offset-sm-0[data-v-3927b27e] {
    margin-left: 0;
}
.offset-sm-1[data-v-3927b27e] {
    margin-left: 8.3333333333%;
}
.offset-sm-2[data-v-3927b27e] {
    margin-left: 16.6666666667%;
}
.offset-sm-3[data-v-3927b27e] {
    margin-left: 25%;
}
.offset-sm-4[data-v-3927b27e] {
    margin-left: 33.3333333333%;
}
.offset-sm-5[data-v-3927b27e] {
    margin-left: 41.6666666667%;
}
.offset-sm-6[data-v-3927b27e] {
    margin-left: 50%;
}
.offset-sm-7[data-v-3927b27e] {
    margin-left: 58.3333333333%;
}
.offset-sm-8[data-v-3927b27e] {
    margin-left: 66.6666666667%;
}
.offset-sm-9[data-v-3927b27e] {
    margin-left: 75%;
}
.offset-sm-10[data-v-3927b27e] {
    margin-left: 83.3333333333%;
}
.offset-sm-11[data-v-3927b27e] {
    margin-left: 91.6666666667%;
}
}
@media (min-width: 768px) {
.offset-md-0[data-v-3927b27e] {
    margin-left: 0;
}
.offset-md-1[data-v-3927b27e] {
    margin-left: 8.3333333333%;
}
.offset-md-2[data-v-3927b27e] {
    margin-left: 16.6666666667%;
}
.offset-md-3[data-v-3927b27e] {
    margin-left: 25%;
}
.offset-md-4[data-v-3927b27e] {
    margin-left: 33.3333333333%;
}
.offset-md-5[data-v-3927b27e] {
    margin-left: 41.6666666667%;
}
.offset-md-6[data-v-3927b27e] {
    margin-left: 50%;
}
.offset-md-7[data-v-3927b27e] {
    margin-left: 58.3333333333%;
}
.offset-md-8[data-v-3927b27e] {
    margin-left: 66.6666666667%;
}
.offset-md-9[data-v-3927b27e] {
    margin-left: 75%;
}
.offset-md-10[data-v-3927b27e] {
    margin-left: 83.3333333333%;
}
.offset-md-11[data-v-3927b27e] {
    margin-left: 91.6666666667%;
}
}
@media (min-width: 992px) {
.offset-lg-0[data-v-3927b27e] {
    margin-left: 0;
}
.offset-lg-1[data-v-3927b27e] {
    margin-left: 8.3333333333%;
}
.offset-lg-2[data-v-3927b27e] {
    margin-left: 16.6666666667%;
}
.offset-lg-3[data-v-3927b27e] {
    margin-left: 25%;
}
.offset-lg-4[data-v-3927b27e] {
    margin-left: 33.3333333333%;
}
.offset-lg-5[data-v-3927b27e] {
    margin-left: 41.6666666667%;
}
.offset-lg-6[data-v-3927b27e] {
    margin-left: 50%;
}
.offset-lg-7[data-v-3927b27e] {
    margin-left: 58.3333333333%;
}
.offset-lg-8[data-v-3927b27e] {
    margin-left: 66.6666666667%;
}
.offset-lg-9[data-v-3927b27e] {
    margin-left: 75%;
}
.offset-lg-10[data-v-3927b27e] {
    margin-left: 83.3333333333%;
}
.offset-lg-11[data-v-3927b27e] {
    margin-left: 91.6666666667%;
}
}
@media (min-width: 1200px) {
.offset-xl-0[data-v-3927b27e] {
    margin-left: 0;
}
.offset-xl-1[data-v-3927b27e] {
    margin-left: 8.3333333333%;
}
.offset-xl-2[data-v-3927b27e] {
    margin-left: 16.6666666667%;
}
.offset-xl-3[data-v-3927b27e] {
    margin-left: 25%;
}
.offset-xl-4[data-v-3927b27e] {
    margin-left: 33.3333333333%;
}
.offset-xl-5[data-v-3927b27e] {
    margin-left: 41.6666666667%;
}
.offset-xl-6[data-v-3927b27e] {
    margin-left: 50%;
}
.offset-xl-7[data-v-3927b27e] {
    margin-left: 58.3333333333%;
}
.offset-xl-8[data-v-3927b27e] {
    margin-left: 66.6666666667%;
}
.offset-xl-9[data-v-3927b27e] {
    margin-left: 75%;
}
.offset-xl-10[data-v-3927b27e] {
    margin-left: 83.3333333333%;
}
.offset-xl-11[data-v-3927b27e] {
    margin-left: 91.6666666667%;
}
}
@media (min-width: 1400px) {
.offset-xxl-0[data-v-3927b27e] {
    margin-left: 0;
}
.offset-xxl-1[data-v-3927b27e] {
    margin-left: 8.3333333333%;
}
.offset-xxl-2[data-v-3927b27e] {
    margin-left: 16.6666666667%;
}
.offset-xxl-3[data-v-3927b27e] {
    margin-left: 25%;
}
.offset-xxl-4[data-v-3927b27e] {
    margin-left: 33.3333333333%;
}
.offset-xxl-5[data-v-3927b27e] {
    margin-left: 41.6666666667%;
}
.offset-xxl-6[data-v-3927b27e] {
    margin-left: 50%;
}
.offset-xxl-7[data-v-3927b27e] {
    margin-left: 58.3333333333%;
}
.offset-xxl-8[data-v-3927b27e] {
    margin-left: 66.6666666667%;
}
.offset-xxl-9[data-v-3927b27e] {
    margin-left: 75%;
}
.offset-xxl-10[data-v-3927b27e] {
    margin-left: 83.3333333333%;
}
.offset-xxl-11[data-v-3927b27e] {
    margin-left: 91.6666666667%;
}
}
html[data-v-3927b27e] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-3927b27e] {
  font-size: 1.6rem;
}
p[data-v-3927b27e] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-3927b27e] {
  color: #004D99;
}
a[data-v-3927b27e]:hover, a.link-hover[data-v-3927b27e] {
  color: #000040;
}
a[data-v-3927b27e]:hover:disabled,
a:hover .disabled[data-v-3927b27e], a.link-hover[data-v-3927b27e]:disabled,
a.link-hover .disabled[data-v-3927b27e] {
  background-color: transparent !important;
}
a[data-v-3927b27e]:focus, a.link-focus[data-v-3927b27e] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-3927b27e]:visited, a.link-visited[data-v-3927b27e] {
  color: #800080;
}
a[data-v-3927b27e]:disabled, a.disabled[data-v-3927b27e] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-3927b27e]:disabled:focus, a.disabled[data-v-3927b27e]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-3927b27e]:not(.button) {
  color: white;
}
.background-dark a[data-v-3927b27e]:disabled, .background-dark a.disabled[data-v-3927b27e] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-3927b27e]:disabled:focus, .background-dark a.disabled[data-v-3927b27e]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-3927b27e] {
  font-weight: 600;
}
a[data-v-3927b27e]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-3927b27e], .h1[data-v-3927b27e] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-3927b27e], .h1[data-v-3927b27e] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-3927b27e], .h1[data-v-3927b27e] {
    font-size: 3.9rem;
}
}
h1[data-v-3927b27e], .h1[data-v-3927b27e] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-3927b27e], .h1[data-v-3927b27e] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-3927b27e], .h1[data-v-3927b27e] {
    line-height: 4.8rem;
}
}
h1[data-v-3927b27e], .h1[data-v-3927b27e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-3927b27e], .h1[data-v-3927b27e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-3927b27e], .h1[data-v-3927b27e] {
    letter-spacing: normal;
}
}
h1[data-v-3927b27e], .h1[data-v-3927b27e] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-3927b27e], .h2[data-v-3927b27e] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-3927b27e], .h2[data-v-3927b27e] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-3927b27e], .h2[data-v-3927b27e] {
    font-size: 3.1rem;
}
}
h2[data-v-3927b27e], .h2[data-v-3927b27e] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-3927b27e], .h2[data-v-3927b27e] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-3927b27e], .h2[data-v-3927b27e] {
    line-height: 4rem;
}
}
h2[data-v-3927b27e], .h2[data-v-3927b27e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-3927b27e], .h2[data-v-3927b27e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-3927b27e], .h2[data-v-3927b27e] {
    letter-spacing: normal;
}
}
h2[data-v-3927b27e], .h2[data-v-3927b27e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-3927b27e], .h3[data-v-3927b27e] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-3927b27e], .h3[data-v-3927b27e] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-3927b27e], .h3[data-v-3927b27e] {
    font-size: 2.5rem;
}
}
h3[data-v-3927b27e], .h3[data-v-3927b27e] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-3927b27e], .h3[data-v-3927b27e] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-3927b27e], .h3[data-v-3927b27e] {
    line-height: 3.2rem;
}
}
h3[data-v-3927b27e], .h3[data-v-3927b27e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-3927b27e], .h3[data-v-3927b27e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-3927b27e], .h3[data-v-3927b27e] {
    letter-spacing: normal;
}
}
h3[data-v-3927b27e], .h3[data-v-3927b27e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-3927b27e], .h4[data-v-3927b27e] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-3927b27e], .h4[data-v-3927b27e] {
    font-size: 2rem;
}
}
h4[data-v-3927b27e], .h4[data-v-3927b27e] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-3927b27e], .h4[data-v-3927b27e] {
    line-height: 2.8rem;
}
}
h4[data-v-3927b27e], .h4[data-v-3927b27e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-3927b27e], .h4[data-v-3927b27e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-3927b27e], .h4[data-v-3927b27e] {
    letter-spacing: normal;
}
}
h4[data-v-3927b27e], .h4[data-v-3927b27e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-3927b27e], .h5[data-v-3927b27e] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-3927b27e], .h5[data-v-3927b27e] {
    font-size: 1.6rem;
}
}
h5[data-v-3927b27e], .h5[data-v-3927b27e] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-3927b27e], .h5[data-v-3927b27e] {
    line-height: 2.4rem;
}
}
h5[data-v-3927b27e], .h5[data-v-3927b27e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-3927b27e], .h5[data-v-3927b27e] {
    letter-spacing: normal;
}
}
h5[data-v-3927b27e], .h5[data-v-3927b27e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-3927b27e], .h6[data-v-3927b27e] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-3927b27e], .body-text[data-v-3927b27e], .body-copy-text[data-v-3927b27e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-3927b27e], .figcaption[data-v-3927b27e] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-3927b27e], .figcaption p[data-v-3927b27e] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-3927b27e] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-3927b27e] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-3927b27e] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-3927b27e], .small-text[data-v-3927b27e] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-3927b27e] {
  font-weight: 400;
}
.weight-semibold[data-v-3927b27e] {
  font-weight: 600;
}
.facit[data-v-3927b27e] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-3927b27e], b[data-v-3927b27e], .bold[data-v-3927b27e] {
  font-weight: 700;
}
.italic[data-v-3927b27e], em[data-v-3927b27e] {
  font-style: italic;
}
.form-label[data-v-3927b27e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-3927b27e]:focus, .h1[data-v-3927b27e]:focus,
h2[data-v-3927b27e]:focus, .h2[data-v-3927b27e]:focus,
h3[data-v-3927b27e]:focus, .h3[data-v-3927b27e]:focus,
h4[data-v-3927b27e]:focus, .h4[data-v-3927b27e]:focus,
h5[data-v-3927b27e]:focus, .h5[data-v-3927b27e]:focus,
h6[data-v-3927b27e]:focus, .h6[data-v-3927b27e]:focus {
  outline: none;
}
h1[data-v-3927b27e], .h1[data-v-3927b27e] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-3927b27e], .h2[data-v-3927b27e] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-3927b27e], .h2[data-v-3927b27e] {
    margin-top: 4rem;
}
}
h3[data-v-3927b27e], .h3[data-v-3927b27e] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-3927b27e], .h3[data-v-3927b27e] {
    margin-top: 4rem;
}
}
h4[data-v-3927b27e], .h4[data-v-3927b27e] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-3927b27e], .h5[data-v-3927b27e] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-3927b27e], .h6[data-v-3927b27e] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-3927b27e] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-3927b27e], .body-text[data-v-3927b27e] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-3927b27e], h5 + ul[data-v-3927b27e], h5 + ol[data-v-3927b27e], .h5 + p[data-v-3927b27e], .h5 + ul[data-v-3927b27e], .h5 + ol[data-v-3927b27e], h6 + p[data-v-3927b27e], h6 + ul[data-v-3927b27e], h6 + ol[data-v-3927b27e], .h6 + p[data-v-3927b27e], .h6 + ul[data-v-3927b27e], .h6 + ol[data-v-3927b27e] {
  margin-top: 0;
}
button.function-link[data-v-3927b27e], button.accordion-bulk-button[data-v-3927b27e] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-3927b27e], button.accordion-bulk-button[data-v-3927b27e] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-3927b27e]:hover, button.accordion-bulk-button[data-v-3927b27e]:hover, .function-link[data-v-3927b27e]:visited, button.accordion-bulk-button[data-v-3927b27e]:visited, .function-link[data-v-3927b27e]:focus, button.accordion-bulk-button[data-v-3927b27e]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-3927b27e], button.accordion-bulk-button .icon-svg[data-v-3927b27e] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-3927b27e], button.link-right.accordion-bulk-button[data-v-3927b27e] {
  text-align: right;
}
.back-link[data-v-3927b27e] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-3927b27e] {
    margin-bottom: 32px;
}
}
.back-link[data-v-3927b27e] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-3927b27e]::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[data-v-3927b27e]:active, .back-link[data-v-3927b27e]:focus, .back-link[data-v-3927b27e]:hover, .back-link[data-v-3927b27e]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-3927b27e] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-3927b27e] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-3927b27e], h1 a[data-v-3927b27e]:hover, h1 a[data-v-3927b27e]:visited, h1 a[data-v-3927b27e]:focus, .h1 a[data-v-3927b27e], .h1 a[data-v-3927b27e]:hover, .h1 a[data-v-3927b27e]:visited, .h1 a[data-v-3927b27e]:focus,
h2 a[data-v-3927b27e],
h2 a[data-v-3927b27e]:hover,
h2 a[data-v-3927b27e]:visited,
h2 a[data-v-3927b27e]:focus, .h2 a[data-v-3927b27e], .h2 a[data-v-3927b27e]:hover, .h2 a[data-v-3927b27e]:visited, .h2 a[data-v-3927b27e]:focus,
h3 a[data-v-3927b27e],
h3 a[data-v-3927b27e]:hover,
h3 a[data-v-3927b27e]:visited,
h3 a[data-v-3927b27e]:focus, .h3 a[data-v-3927b27e], .h3 a[data-v-3927b27e]:hover, .h3 a[data-v-3927b27e]:visited, .h3 a[data-v-3927b27e]:focus,
h4 a[data-v-3927b27e],
h4 a[data-v-3927b27e]:hover,
h4 a[data-v-3927b27e]:visited,
h4 a[data-v-3927b27e]:focus, .h4 a[data-v-3927b27e], .h4 a[data-v-3927b27e]:hover, .h4 a[data-v-3927b27e]:visited, .h4 a[data-v-3927b27e]:focus,
h5 a[data-v-3927b27e],
h5 a[data-v-3927b27e]:hover,
h5 a[data-v-3927b27e]:visited,
h5 a[data-v-3927b27e]:focus, .h5 a[data-v-3927b27e], .h5 a[data-v-3927b27e]:hover, .h5 a[data-v-3927b27e]:visited, .h5 a[data-v-3927b27e]:focus,
h6 a[data-v-3927b27e],
h6 a[data-v-3927b27e]:hover,
h6 a[data-v-3927b27e]:visited,
h6 a[data-v-3927b27e]:focus, .h6 a[data-v-3927b27e], .h6 a[data-v-3927b27e]:hover, .h6 a[data-v-3927b27e]:visited, .h6 a[data-v-3927b27e]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-3927b27e], .h1 a.search-link[data-v-3927b27e],
h2 a.search-link[data-v-3927b27e], .h2 a.search-link[data-v-3927b27e],
h3 a.search-link[data-v-3927b27e], .h3 a.search-link[data-v-3927b27e],
h4 a.search-link[data-v-3927b27e], .h4 a.search-link[data-v-3927b27e],
h5 a.search-link[data-v-3927b27e], .h5 a.search-link[data-v-3927b27e],
h6 a.search-link[data-v-3927b27e], .h6 a.search-link[data-v-3927b27e] {
  text-decoration: none;
}
h1 a.search-link[data-v-3927b27e]:visited, .h1 a.search-link[data-v-3927b27e]:visited,
h2 a.search-link[data-v-3927b27e]:visited, .h2 a.search-link[data-v-3927b27e]:visited,
h3 a.search-link[data-v-3927b27e]:visited, .h3 a.search-link[data-v-3927b27e]:visited,
h4 a.search-link[data-v-3927b27e]:visited, .h4 a.search-link[data-v-3927b27e]:visited,
h5 a.search-link[data-v-3927b27e]:visited, .h5 a.search-link[data-v-3927b27e]:visited,
h6 a.search-link[data-v-3927b27e]:visited, .h6 a.search-link[data-v-3927b27e]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-3927b27e]:focus, .h1 a.search-link[data-v-3927b27e]:focus,
h2 a.search-link[data-v-3927b27e]:focus, .h2 a.search-link[data-v-3927b27e]:focus,
h3 a.search-link[data-v-3927b27e]:focus, .h3 a.search-link[data-v-3927b27e]:focus,
h4 a.search-link[data-v-3927b27e]:focus, .h4 a.search-link[data-v-3927b27e]:focus,
h5 a.search-link[data-v-3927b27e]:focus, .h5 a.search-link[data-v-3927b27e]:focus,
h6 a.search-link[data-v-3927b27e]:focus, .h6 a.search-link[data-v-3927b27e]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-3927b27e]:hover, .h1 a.search-link[data-v-3927b27e]:hover,
h2 a.search-link[data-v-3927b27e]:hover, .h2 a.search-link[data-v-3927b27e]:hover,
h3 a.search-link[data-v-3927b27e]:hover, .h3 a.search-link[data-v-3927b27e]:hover,
h4 a.search-link[data-v-3927b27e]:hover, .h4 a.search-link[data-v-3927b27e]:hover,
h5 a.search-link[data-v-3927b27e]:hover, .h5 a.search-link[data-v-3927b27e]:hover,
h6 a.search-link[data-v-3927b27e]:hover, .h6 a.search-link[data-v-3927b27e]:hover {
  text-decoration: underline;
}
cite[data-v-3927b27e],
var[data-v-3927b27e],
address[data-v-3927b27e],
dfn[data-v-3927b27e] {
  font-style: normal;
}
h1[data-v-3927b27e], .h1[data-v-3927b27e],
h2[data-v-3927b27e], .h2[data-v-3927b27e],
h3[data-v-3927b27e], .h3[data-v-3927b27e],
h4[data-v-3927b27e], .h4[data-v-3927b27e],
h5[data-v-3927b27e], .h5[data-v-3927b27e],
h6[data-v-3927b27e], .h6[data-v-3927b27e] {
  max-width: 66ch;
}
p[data-v-3927b27e],
ul[data-v-3927b27e]:not(.accordion):not(.tabnav):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-3927b27e]:not(.accordion):not(.tabnav):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-3927b27e] {
  max-width: 66ch;
}
.form-label[data-v-3927b27e], .form-hint[data-v-3927b27e], .form-error-message[data-v-3927b27e] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-3927b27e], .form-radio + label[data-v-3927b27e] {
  max-width: 66ch;
}
.displayheading-1[data-v-3927b27e] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-3927b27e] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-3927b27e] {
  color: #358000;
}
.text-negative[data-v-3927b27e] {
  color: #CC0000;
}
.color-text-black[data-v-3927b27e] {
  color: #1a1a1a;
}
.background-dark[data-v-3927b27e] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-3927b27e], .background-dark span[data-v-3927b27e] {
  color: white;
}
.field-group-title[data-v-3927b27e] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-3927b27e] {
  border: 2px solid #1a1a1a;
}
h1[data-v-3927b27e], h2[data-v-3927b27e], h3[data-v-3927b27e], h4[data-v-3927b27e], h5[data-v-3927b27e], h6[data-v-3927b27e], p[data-v-3927b27e], legend[data-v-3927b27e], strong[data-v-3927b27e], b[data-v-3927b27e], cite[data-v-3927b27e], var[data-v-3927b27e], address[data-v-3927b27e], dfn[data-v-3927b27e] {
  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[data-v-3927b27e] {
  text-transform: uppercase;
}
.lowercase[data-v-3927b27e] {
  text-transform: lowercase;
}
.bg-normal[data-v-3927b27e] {
  background: white !important;
  background-color: white !important;
}
.bg-alternative[data-v-3927b27e] {
  background: #F5F5F5 !important;
  background-color: #F5F5F5 !important;
}
.bg-modal[data-v-3927b27e] {
  background: rgba(0, 0, 0, 0.4) !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.w-percent-5[data-v-3927b27e] {
  width: 5% !important;
}
.w-percent-10[data-v-3927b27e] {
  width: 10% !important;
}
.w-percent-15[data-v-3927b27e] {
  width: 15% !important;
}
.w-percent-20[data-v-3927b27e] {
  width: 20% !important;
}
.w-percent-25[data-v-3927b27e] {
  width: 25% !important;
}
.w-percent-30[data-v-3927b27e] {
  width: 30% !important;
}
.w-percent-35[data-v-3927b27e] {
  width: 35% !important;
}
.w-percent-40[data-v-3927b27e] {
  width: 40% !important;
}
.w-percent-45[data-v-3927b27e] {
  width: 45% !important;
}
.w-percent-50[data-v-3927b27e] {
  width: 50% !important;
}
.w-percent-55[data-v-3927b27e] {
  width: 55% !important;
}
.w-percent-60[data-v-3927b27e] {
  width: 60% !important;
}
.w-percent-65[data-v-3927b27e] {
  width: 65% !important;
}
.w-percent-70[data-v-3927b27e] {
  width: 70% !important;
}
.w-percent-75[data-v-3927b27e] {
  width: 75% !important;
}
.w-percent-80[data-v-3927b27e] {
  width: 80% !important;
}
.w-percent-85[data-v-3927b27e] {
  width: 85% !important;
}
.w-percent-90[data-v-3927b27e] {
  width: 90% !important;
}
.w-percent-95[data-v-3927b27e] {
  width: 95% !important;
}
.w-percent-100[data-v-3927b27e] {
  width: 100% !important;
}
@media (min-width: 576px) {
.w-percent-sm-5[data-v-3927b27e] {
    width: 5% !important;
}
.w-percent-sm-10[data-v-3927b27e] {
    width: 10% !important;
}
.w-percent-sm-15[data-v-3927b27e] {
    width: 15% !important;
}
.w-percent-sm-20[data-v-3927b27e] {
    width: 20% !important;
}
.w-percent-sm-25[data-v-3927b27e] {
    width: 25% !important;
}
.w-percent-sm-30[data-v-3927b27e] {
    width: 30% !important;
}
.w-percent-sm-35[data-v-3927b27e] {
    width: 35% !important;
}
.w-percent-sm-40[data-v-3927b27e] {
    width: 40% !important;
}
.w-percent-sm-45[data-v-3927b27e] {
    width: 45% !important;
}
.w-percent-sm-50[data-v-3927b27e] {
    width: 50% !important;
}
.w-percent-sm-55[data-v-3927b27e] {
    width: 55% !important;
}
.w-percent-sm-60[data-v-3927b27e] {
    width: 60% !important;
}
.w-percent-sm-65[data-v-3927b27e] {
    width: 65% !important;
}
.w-percent-sm-70[data-v-3927b27e] {
    width: 70% !important;
}
.w-percent-sm-75[data-v-3927b27e] {
    width: 75% !important;
}
.w-percent-sm-80[data-v-3927b27e] {
    width: 80% !important;
}
.w-percent-sm-85[data-v-3927b27e] {
    width: 85% !important;
}
.w-percent-sm-90[data-v-3927b27e] {
    width: 90% !important;
}
.w-percent-sm-95[data-v-3927b27e] {
    width: 95% !important;
}
.w-percent-sm-100[data-v-3927b27e] {
    width: 100% !important;
}
}
@media (min-width: 768px) {
.w-percent-md-5[data-v-3927b27e] {
    width: 5% !important;
}
.w-percent-md-10[data-v-3927b27e] {
    width: 10% !important;
}
.w-percent-md-15[data-v-3927b27e] {
    width: 15% !important;
}
.w-percent-md-20[data-v-3927b27e] {
    width: 20% !important;
}
.w-percent-md-25[data-v-3927b27e] {
    width: 25% !important;
}
.w-percent-md-30[data-v-3927b27e] {
    width: 30% !important;
}
.w-percent-md-35[data-v-3927b27e] {
    width: 35% !important;
}
.w-percent-md-40[data-v-3927b27e] {
    width: 40% !important;
}
.w-percent-md-45[data-v-3927b27e] {
    width: 45% !important;
}
.w-percent-md-50[data-v-3927b27e] {
    width: 50% !important;
}
.w-percent-md-55[data-v-3927b27e] {
    width: 55% !important;
}
.w-percent-md-60[data-v-3927b27e] {
    width: 60% !important;
}
.w-percent-md-65[data-v-3927b27e] {
    width: 65% !important;
}
.w-percent-md-70[data-v-3927b27e] {
    width: 70% !important;
}
.w-percent-md-75[data-v-3927b27e] {
    width: 75% !important;
}
.w-percent-md-80[data-v-3927b27e] {
    width: 80% !important;
}
.w-percent-md-85[data-v-3927b27e] {
    width: 85% !important;
}
.w-percent-md-90[data-v-3927b27e] {
    width: 90% !important;
}
.w-percent-md-95[data-v-3927b27e] {
    width: 95% !important;
}
.w-percent-md-100[data-v-3927b27e] {
    width: 100% !important;
}
}
@media (min-width: 992px) {
.w-percent-lg-5[data-v-3927b27e] {
    width: 5% !important;
}
.w-percent-lg-10[data-v-3927b27e] {
    width: 10% !important;
}
.w-percent-lg-15[data-v-3927b27e] {
    width: 15% !important;
}
.w-percent-lg-20[data-v-3927b27e] {
    width: 20% !important;
}
.w-percent-lg-25[data-v-3927b27e] {
    width: 25% !important;
}
.w-percent-lg-30[data-v-3927b27e] {
    width: 30% !important;
}
.w-percent-lg-35[data-v-3927b27e] {
    width: 35% !important;
}
.w-percent-lg-40[data-v-3927b27e] {
    width: 40% !important;
}
.w-percent-lg-45[data-v-3927b27e] {
    width: 45% !important;
}
.w-percent-lg-50[data-v-3927b27e] {
    width: 50% !important;
}
.w-percent-lg-55[data-v-3927b27e] {
    width: 55% !important;
}
.w-percent-lg-60[data-v-3927b27e] {
    width: 60% !important;
}
.w-percent-lg-65[data-v-3927b27e] {
    width: 65% !important;
}
.w-percent-lg-70[data-v-3927b27e] {
    width: 70% !important;
}
.w-percent-lg-75[data-v-3927b27e] {
    width: 75% !important;
}
.w-percent-lg-80[data-v-3927b27e] {
    width: 80% !important;
}
.w-percent-lg-85[data-v-3927b27e] {
    width: 85% !important;
}
.w-percent-lg-90[data-v-3927b27e] {
    width: 90% !important;
}
.w-percent-lg-95[data-v-3927b27e] {
    width: 95% !important;
}
.w-percent-lg-100[data-v-3927b27e] {
    width: 100% !important;
}
}
@media (min-width: 1200px) {
.w-percent-xl-5[data-v-3927b27e] {
    width: 5% !important;
}
.w-percent-xl-10[data-v-3927b27e] {
    width: 10% !important;
}
.w-percent-xl-15[data-v-3927b27e] {
    width: 15% !important;
}
.w-percent-xl-20[data-v-3927b27e] {
    width: 20% !important;
}
.w-percent-xl-25[data-v-3927b27e] {
    width: 25% !important;
}
.w-percent-xl-30[data-v-3927b27e] {
    width: 30% !important;
}
.w-percent-xl-35[data-v-3927b27e] {
    width: 35% !important;
}
.w-percent-xl-40[data-v-3927b27e] {
    width: 40% !important;
}
.w-percent-xl-45[data-v-3927b27e] {
    width: 45% !important;
}
.w-percent-xl-50[data-v-3927b27e] {
    width: 50% !important;
}
.w-percent-xl-55[data-v-3927b27e] {
    width: 55% !important;
}
.w-percent-xl-60[data-v-3927b27e] {
    width: 60% !important;
}
.w-percent-xl-65[data-v-3927b27e] {
    width: 65% !important;
}
.w-percent-xl-70[data-v-3927b27e] {
    width: 70% !important;
}
.w-percent-xl-75[data-v-3927b27e] {
    width: 75% !important;
}
.w-percent-xl-80[data-v-3927b27e] {
    width: 80% !important;
}
.w-percent-xl-85[data-v-3927b27e] {
    width: 85% !important;
}
.w-percent-xl-90[data-v-3927b27e] {
    width: 90% !important;
}
.w-percent-xl-95[data-v-3927b27e] {
    width: 95% !important;
}
.w-percent-xl-100[data-v-3927b27e] {
    width: 100% !important;
}
}
@media (min-width: 1400px) {
.w-percent-xxl-5[data-v-3927b27e] {
    width: 5% !important;
}
.w-percent-xxl-10[data-v-3927b27e] {
    width: 10% !important;
}
.w-percent-xxl-15[data-v-3927b27e] {
    width: 15% !important;
}
.w-percent-xxl-20[data-v-3927b27e] {
    width: 20% !important;
}
.w-percent-xxl-25[data-v-3927b27e] {
    width: 25% !important;
}
.w-percent-xxl-30[data-v-3927b27e] {
    width: 30% !important;
}
.w-percent-xxl-35[data-v-3927b27e] {
    width: 35% !important;
}
.w-percent-xxl-40[data-v-3927b27e] {
    width: 40% !important;
}
.w-percent-xxl-45[data-v-3927b27e] {
    width: 45% !important;
}
.w-percent-xxl-50[data-v-3927b27e] {
    width: 50% !important;
}
.w-percent-xxl-55[data-v-3927b27e] {
    width: 55% !important;
}
.w-percent-xxl-60[data-v-3927b27e] {
    width: 60% !important;
}
.w-percent-xxl-65[data-v-3927b27e] {
    width: 65% !important;
}
.w-percent-xxl-70[data-v-3927b27e] {
    width: 70% !important;
}
.w-percent-xxl-75[data-v-3927b27e] {
    width: 75% !important;
}
.w-percent-xxl-80[data-v-3927b27e] {
    width: 80% !important;
}
.w-percent-xxl-85[data-v-3927b27e] {
    width: 85% !important;
}
.w-percent-xxl-90[data-v-3927b27e] {
    width: 90% !important;
}
.w-percent-xxl-95[data-v-3927b27e] {
    width: 95% !important;
}
.w-percent-xxl-100[data-v-3927b27e] {
    width: 100% !important;
}
}
.align-text-left[data-v-3927b27e] {
  text-align: left !important;
}
.align-text-right[data-v-3927b27e] {
  text-align: right !important;
}
.align-text-center[data-v-3927b27e] {
  text-align: center !important;
}
@media (min-width: 576px) {
.align-text-sm-left[data-v-3927b27e] {
    text-align: left !important;
}
.align-text-sm-right[data-v-3927b27e] {
    text-align: right !important;
}
.align-text-sm-center[data-v-3927b27e] {
    text-align: center !important;
}
}
@media (min-width: 768px) {
.align-text-md-left[data-v-3927b27e] {
    text-align: left !important;
}
.align-text-md-right[data-v-3927b27e] {
    text-align: right !important;
}
.align-text-md-center[data-v-3927b27e] {
    text-align: center !important;
}
}
@media (min-width: 992px) {
.align-text-lg-left[data-v-3927b27e] {
    text-align: left !important;
}
.align-text-lg-right[data-v-3927b27e] {
    text-align: right !important;
}
.align-text-lg-center[data-v-3927b27e] {
    text-align: center !important;
}
}
@media (min-width: 1200px) {
.align-text-xl-left[data-v-3927b27e] {
    text-align: left !important;
}
.align-text-xl-right[data-v-3927b27e] {
    text-align: right !important;
}
.align-text-xl-center[data-v-3927b27e] {
    text-align: center !important;
}
}
@media (min-width: 1400px) {
.align-text-xxl-left[data-v-3927b27e] {
    text-align: left !important;
}
.align-text-xxl-right[data-v-3927b27e] {
    text-align: right !important;
}
.align-text-xxl-center[data-v-3927b27e] {
    text-align: center !important;
}
}
.flex-row[data-v-3927b27e] {
  flex-direction: row !important;
}
.flex-column[data-v-3927b27e] {
  flex-direction: column !important;
}
.flex-row-reverse[data-v-3927b27e] {
  flex-direction: row-reverse !important;
}
.flex-column-reverse[data-v-3927b27e] {
  flex-direction: column-reverse !important;
}
.flex-wrap[data-v-3927b27e] {
  flex-wrap: wrap !important;
}
.flex-nowrap[data-v-3927b27e] {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse[data-v-3927b27e] {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start[data-v-3927b27e] {
  justify-content: flex-start !important;
}
.justify-content-end[data-v-3927b27e] {
  justify-content: flex-end !important;
}
.justify-content-center[data-v-3927b27e] {
  justify-content: center !important;
}
.justify-content-between[data-v-3927b27e] {
  justify-content: space-between !important;
}
.justify-content-around[data-v-3927b27e] {
  justify-content: space-around !important;
}
.align-items-start[data-v-3927b27e] {
  align-items: flex-start !important;
}
.align-items-end[data-v-3927b27e] {
  align-items: flex-end !important;
}
.align-items-center[data-v-3927b27e] {
  align-items: center !important;
}
.align-items-baseline[data-v-3927b27e] {
  align-items: baseline !important;
}
.align-items-stretch[data-v-3927b27e] {
  align-items: stretch !important;
}
.align-content-start[data-v-3927b27e] {
  align-content: flex-start !important;
}
.align-content-end[data-v-3927b27e] {
  align-content: flex-end !important;
}
.align-content-center[data-v-3927b27e] {
  align-content: center !important;
}
.align-content-between[data-v-3927b27e] {
  align-content: space-between !important;
}
.align-content-around[data-v-3927b27e] {
  align-content: space-around !important;
}
.align-content-stretch[data-v-3927b27e] {
  align-content: stretch !important;
}
.align-self-auto[data-v-3927b27e] {
  align-self: auto !important;
}
.align-self-start[data-v-3927b27e] {
  align-self: flex-start !important;
}
.align-self-end[data-v-3927b27e] {
  align-self: flex-end !important;
}
.align-self-center[data-v-3927b27e] {
  align-self: center !important;
}
.align-self-baseline[data-v-3927b27e] {
  align-self: baseline !important;
}
.align-self-stretch[data-v-3927b27e] {
  align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row[data-v-3927b27e] {
    flex-direction: row !important;
}
.flex-sm-column[data-v-3927b27e] {
    flex-direction: column !important;
}
.flex-sm-row-reverse[data-v-3927b27e] {
    flex-direction: row-reverse !important;
}
.flex-sm-column-reverse[data-v-3927b27e] {
    flex-direction: column-reverse !important;
}
.flex-sm-wrap[data-v-3927b27e] {
    flex-wrap: wrap !important;
}
.flex-sm-nowrap[data-v-3927b27e] {
    flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse[data-v-3927b27e] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-sm-start[data-v-3927b27e] {
    justify-content: flex-start !important;
}
.justify-content-sm-end[data-v-3927b27e] {
    justify-content: flex-end !important;
}
.justify-content-sm-center[data-v-3927b27e] {
    justify-content: center !important;
}
.justify-content-sm-between[data-v-3927b27e] {
    justify-content: space-between !important;
}
.justify-content-sm-around[data-v-3927b27e] {
    justify-content: space-around !important;
}
.align-items-sm-start[data-v-3927b27e] {
    align-items: flex-start !important;
}
.align-items-sm-end[data-v-3927b27e] {
    align-items: flex-end !important;
}
.align-items-sm-center[data-v-3927b27e] {
    align-items: center !important;
}
.align-items-sm-baseline[data-v-3927b27e] {
    align-items: baseline !important;
}
.align-items-sm-stretch[data-v-3927b27e] {
    align-items: stretch !important;
}
.align-content-sm-start[data-v-3927b27e] {
    align-content: flex-start !important;
}
.align-content-sm-end[data-v-3927b27e] {
    align-content: flex-end !important;
}
.align-content-sm-center[data-v-3927b27e] {
    align-content: center !important;
}
.align-content-sm-between[data-v-3927b27e] {
    align-content: space-between !important;
}
.align-content-sm-around[data-v-3927b27e] {
    align-content: space-around !important;
}
.align-content-sm-stretch[data-v-3927b27e] {
    align-content: stretch !important;
}
.align-self-sm-auto[data-v-3927b27e] {
    align-self: auto !important;
}
.align-self-sm-start[data-v-3927b27e] {
    align-self: flex-start !important;
}
.align-self-sm-end[data-v-3927b27e] {
    align-self: flex-end !important;
}
.align-self-sm-center[data-v-3927b27e] {
    align-self: center !important;
}
.align-self-sm-baseline[data-v-3927b27e] {
    align-self: baseline !important;
}
.align-self-sm-stretch[data-v-3927b27e] {
    align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row[data-v-3927b27e] {
    flex-direction: row !important;
}
.flex-md-column[data-v-3927b27e] {
    flex-direction: column !important;
}
.flex-md-row-reverse[data-v-3927b27e] {
    flex-direction: row-reverse !important;
}
.flex-md-column-reverse[data-v-3927b27e] {
    flex-direction: column-reverse !important;
}
.flex-md-wrap[data-v-3927b27e] {
    flex-wrap: wrap !important;
}
.flex-md-nowrap[data-v-3927b27e] {
    flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse[data-v-3927b27e] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-md-start[data-v-3927b27e] {
    justify-content: flex-start !important;
}
.justify-content-md-end[data-v-3927b27e] {
    justify-content: flex-end !important;
}
.justify-content-md-center[data-v-3927b27e] {
    justify-content: center !important;
}
.justify-content-md-between[data-v-3927b27e] {
    justify-content: space-between !important;
}
.justify-content-md-around[data-v-3927b27e] {
    justify-content: space-around !important;
}
.align-items-md-start[data-v-3927b27e] {
    align-items: flex-start !important;
}
.align-items-md-end[data-v-3927b27e] {
    align-items: flex-end !important;
}
.align-items-md-center[data-v-3927b27e] {
    align-items: center !important;
}
.align-items-md-baseline[data-v-3927b27e] {
    align-items: baseline !important;
}
.align-items-md-stretch[data-v-3927b27e] {
    align-items: stretch !important;
}
.align-content-md-start[data-v-3927b27e] {
    align-content: flex-start !important;
}
.align-content-md-end[data-v-3927b27e] {
    align-content: flex-end !important;
}
.align-content-md-center[data-v-3927b27e] {
    align-content: center !important;
}
.align-content-md-between[data-v-3927b27e] {
    align-content: space-between !important;
}
.align-content-md-around[data-v-3927b27e] {
    align-content: space-around !important;
}
.align-content-md-stretch[data-v-3927b27e] {
    align-content: stretch !important;
}
.align-self-md-auto[data-v-3927b27e] {
    align-self: auto !important;
}
.align-self-md-start[data-v-3927b27e] {
    align-self: flex-start !important;
}
.align-self-md-end[data-v-3927b27e] {
    align-self: flex-end !important;
}
.align-self-md-center[data-v-3927b27e] {
    align-self: center !important;
}
.align-self-md-baseline[data-v-3927b27e] {
    align-self: baseline !important;
}
.align-self-md-stretch[data-v-3927b27e] {
    align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row[data-v-3927b27e] {
    flex-direction: row !important;
}
.flex-lg-column[data-v-3927b27e] {
    flex-direction: column !important;
}
.flex-lg-row-reverse[data-v-3927b27e] {
    flex-direction: row-reverse !important;
}
.flex-lg-column-reverse[data-v-3927b27e] {
    flex-direction: column-reverse !important;
}
.flex-lg-wrap[data-v-3927b27e] {
    flex-wrap: wrap !important;
}
.flex-lg-nowrap[data-v-3927b27e] {
    flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse[data-v-3927b27e] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-lg-start[data-v-3927b27e] {
    justify-content: flex-start !important;
}
.justify-content-lg-end[data-v-3927b27e] {
    justify-content: flex-end !important;
}
.justify-content-lg-center[data-v-3927b27e] {
    justify-content: center !important;
}
.justify-content-lg-between[data-v-3927b27e] {
    justify-content: space-between !important;
}
.justify-content-lg-around[data-v-3927b27e] {
    justify-content: space-around !important;
}
.align-items-lg-start[data-v-3927b27e] {
    align-items: flex-start !important;
}
.align-items-lg-end[data-v-3927b27e] {
    align-items: flex-end !important;
}
.align-items-lg-center[data-v-3927b27e] {
    align-items: center !important;
}
.align-items-lg-baseline[data-v-3927b27e] {
    align-items: baseline !important;
}
.align-items-lg-stretch[data-v-3927b27e] {
    align-items: stretch !important;
}
.align-content-lg-start[data-v-3927b27e] {
    align-content: flex-start !important;
}
.align-content-lg-end[data-v-3927b27e] {
    align-content: flex-end !important;
}
.align-content-lg-center[data-v-3927b27e] {
    align-content: center !important;
}
.align-content-lg-between[data-v-3927b27e] {
    align-content: space-between !important;
}
.align-content-lg-around[data-v-3927b27e] {
    align-content: space-around !important;
}
.align-content-lg-stretch[data-v-3927b27e] {
    align-content: stretch !important;
}
.align-self-lg-auto[data-v-3927b27e] {
    align-self: auto !important;
}
.align-self-lg-start[data-v-3927b27e] {
    align-self: flex-start !important;
}
.align-self-lg-end[data-v-3927b27e] {
    align-self: flex-end !important;
}
.align-self-lg-center[data-v-3927b27e] {
    align-self: center !important;
}
.align-self-lg-baseline[data-v-3927b27e] {
    align-self: baseline !important;
}
.align-self-lg-stretch[data-v-3927b27e] {
    align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row[data-v-3927b27e] {
    flex-direction: row !important;
}
.flex-xl-column[data-v-3927b27e] {
    flex-direction: column !important;
}
.flex-xl-row-reverse[data-v-3927b27e] {
    flex-direction: row-reverse !important;
}
.flex-xl-column-reverse[data-v-3927b27e] {
    flex-direction: column-reverse !important;
}
.flex-xl-wrap[data-v-3927b27e] {
    flex-wrap: wrap !important;
}
.flex-xl-nowrap[data-v-3927b27e] {
    flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse[data-v-3927b27e] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-xl-start[data-v-3927b27e] {
    justify-content: flex-start !important;
}
.justify-content-xl-end[data-v-3927b27e] {
    justify-content: flex-end !important;
}
.justify-content-xl-center[data-v-3927b27e] {
    justify-content: center !important;
}
.justify-content-xl-between[data-v-3927b27e] {
    justify-content: space-between !important;
}
.justify-content-xl-around[data-v-3927b27e] {
    justify-content: space-around !important;
}
.align-items-xl-start[data-v-3927b27e] {
    align-items: flex-start !important;
}
.align-items-xl-end[data-v-3927b27e] {
    align-items: flex-end !important;
}
.align-items-xl-center[data-v-3927b27e] {
    align-items: center !important;
}
.align-items-xl-baseline[data-v-3927b27e] {
    align-items: baseline !important;
}
.align-items-xl-stretch[data-v-3927b27e] {
    align-items: stretch !important;
}
.align-content-xl-start[data-v-3927b27e] {
    align-content: flex-start !important;
}
.align-content-xl-end[data-v-3927b27e] {
    align-content: flex-end !important;
}
.align-content-xl-center[data-v-3927b27e] {
    align-content: center !important;
}
.align-content-xl-between[data-v-3927b27e] {
    align-content: space-between !important;
}
.align-content-xl-around[data-v-3927b27e] {
    align-content: space-around !important;
}
.align-content-xl-stretch[data-v-3927b27e] {
    align-content: stretch !important;
}
.align-self-xl-auto[data-v-3927b27e] {
    align-self: auto !important;
}
.align-self-xl-start[data-v-3927b27e] {
    align-self: flex-start !important;
}
.align-self-xl-end[data-v-3927b27e] {
    align-self: flex-end !important;
}
.align-self-xl-center[data-v-3927b27e] {
    align-self: center !important;
}
.align-self-xl-baseline[data-v-3927b27e] {
    align-self: baseline !important;
}
.align-self-xl-stretch[data-v-3927b27e] {
    align-self: stretch !important;
}
}
@media (min-width: 1400px) {
.flex-xxl-row[data-v-3927b27e] {
    flex-direction: row !important;
}
.flex-xxl-column[data-v-3927b27e] {
    flex-direction: column !important;
}
.flex-xxl-row-reverse[data-v-3927b27e] {
    flex-direction: row-reverse !important;
}
.flex-xxl-column-reverse[data-v-3927b27e] {
    flex-direction: column-reverse !important;
}
.flex-xxl-wrap[data-v-3927b27e] {
    flex-wrap: wrap !important;
}
.flex-xxl-nowrap[data-v-3927b27e] {
    flex-wrap: nowrap !important;
}
.flex-xxl-wrap-reverse[data-v-3927b27e] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-xxl-start[data-v-3927b27e] {
    justify-content: flex-start !important;
}
.justify-content-xxl-end[data-v-3927b27e] {
    justify-content: flex-end !important;
}
.justify-content-xxl-center[data-v-3927b27e] {
    justify-content: center !important;
}
.justify-content-xxl-between[data-v-3927b27e] {
    justify-content: space-between !important;
}
.justify-content-xxl-around[data-v-3927b27e] {
    justify-content: space-around !important;
}
.align-items-xxl-start[data-v-3927b27e] {
    align-items: flex-start !important;
}
.align-items-xxl-end[data-v-3927b27e] {
    align-items: flex-end !important;
}
.align-items-xxl-center[data-v-3927b27e] {
    align-items: center !important;
}
.align-items-xxl-baseline[data-v-3927b27e] {
    align-items: baseline !important;
}
.align-items-xxl-stretch[data-v-3927b27e] {
    align-items: stretch !important;
}
.align-content-xxl-start[data-v-3927b27e] {
    align-content: flex-start !important;
}
.align-content-xxl-end[data-v-3927b27e] {
    align-content: flex-end !important;
}
.align-content-xxl-center[data-v-3927b27e] {
    align-content: center !important;
}
.align-content-xxl-between[data-v-3927b27e] {
    align-content: space-between !important;
}
.align-content-xxl-around[data-v-3927b27e] {
    align-content: space-around !important;
}
.align-content-xxl-stretch[data-v-3927b27e] {
    align-content: stretch !important;
}
.align-self-xxl-auto[data-v-3927b27e] {
    align-self: auto !important;
}
.align-self-xxl-start[data-v-3927b27e] {
    align-self: flex-start !important;
}
.align-self-xxl-end[data-v-3927b27e] {
    align-self: flex-end !important;
}
.align-self-xxl-center[data-v-3927b27e] {
    align-self: center !important;
}
.align-self-xxl-baseline[data-v-3927b27e] {
    align-self: baseline !important;
}
.align-self-xxl-stretch[data-v-3927b27e] {
    align-self: stretch !important;
}
}
.m-0[data-v-3927b27e] {
  margin: 0 !important;
}
.mt-0[data-v-3927b27e],
.my-0[data-v-3927b27e] {
  margin-top: 0 !important;
}
.mr-0[data-v-3927b27e],
.mx-0[data-v-3927b27e] {
  margin-right: 0 !important;
}
.mb-0[data-v-3927b27e],
.my-0[data-v-3927b27e] {
  margin-bottom: 0 !important;
}
.ml-0[data-v-3927b27e],
.mx-0[data-v-3927b27e] {
  margin-left: 0 !important;
}
.m-1[data-v-3927b27e] {
  margin: 2px !important;
}
.mt-1[data-v-3927b27e],
.my-1[data-v-3927b27e] {
  margin-top: 2px !important;
}
.mr-1[data-v-3927b27e],
.mx-1[data-v-3927b27e] {
  margin-right: 2px !important;
}
.mb-1[data-v-3927b27e],
.my-1[data-v-3927b27e] {
  margin-bottom: 2px !important;
}
.ml-1[data-v-3927b27e],
.mx-1[data-v-3927b27e] {
  margin-left: 2px !important;
}
.m-2[data-v-3927b27e] {
  margin: 4px !important;
}
.mt-2[data-v-3927b27e],
.my-2[data-v-3927b27e] {
  margin-top: 4px !important;
}
.mr-2[data-v-3927b27e],
.mx-2[data-v-3927b27e] {
  margin-right: 4px !important;
}
.mb-2[data-v-3927b27e],
.my-2[data-v-3927b27e] {
  margin-bottom: 4px !important;
}
.ml-2[data-v-3927b27e],
.mx-2[data-v-3927b27e] {
  margin-left: 4px !important;
}
.m-3[data-v-3927b27e] {
  margin: 8px !important;
}
.mt-3[data-v-3927b27e],
.my-3[data-v-3927b27e] {
  margin-top: 8px !important;
}
.mr-3[data-v-3927b27e],
.mx-3[data-v-3927b27e] {
  margin-right: 8px !important;
}
.mb-3[data-v-3927b27e],
.my-3[data-v-3927b27e] {
  margin-bottom: 8px !important;
}
.ml-3[data-v-3927b27e],
.mx-3[data-v-3927b27e] {
  margin-left: 8px !important;
}
.m-305[data-v-3927b27e] {
  margin: 12px !important;
}
.mt-305[data-v-3927b27e],
.my-305[data-v-3927b27e] {
  margin-top: 12px !important;
}
.mr-305[data-v-3927b27e],
.mx-305[data-v-3927b27e] {
  margin-right: 12px !important;
}
.mb-305[data-v-3927b27e],
.my-305[data-v-3927b27e] {
  margin-bottom: 12px !important;
}
.ml-305[data-v-3927b27e],
.mx-305[data-v-3927b27e] {
  margin-left: 12px !important;
}
.m-4[data-v-3927b27e] {
  margin: 16px !important;
}
.mt-4[data-v-3927b27e],
.my-4[data-v-3927b27e] {
  margin-top: 16px !important;
}
.mr-4[data-v-3927b27e],
.mx-4[data-v-3927b27e] {
  margin-right: 16px !important;
}
.mb-4[data-v-3927b27e],
.my-4[data-v-3927b27e] {
  margin-bottom: 16px !important;
}
.ml-4[data-v-3927b27e],
.mx-4[data-v-3927b27e] {
  margin-left: 16px !important;
}
.m-405[data-v-3927b27e] {
  margin: 20px !important;
}
.mt-405[data-v-3927b27e],
.my-405[data-v-3927b27e] {
  margin-top: 20px !important;
}
.mr-405[data-v-3927b27e],
.mx-405[data-v-3927b27e] {
  margin-right: 20px !important;
}
.mb-405[data-v-3927b27e],
.my-405[data-v-3927b27e] {
  margin-bottom: 20px !important;
}
.ml-405[data-v-3927b27e],
.mx-405[data-v-3927b27e] {
  margin-left: 20px !important;
}
.m-5[data-v-3927b27e] {
  margin: 24px !important;
}
.mt-5[data-v-3927b27e],
.my-5[data-v-3927b27e] {
  margin-top: 24px !important;
}
.mr-5[data-v-3927b27e],
.mx-5[data-v-3927b27e] {
  margin-right: 24px !important;
}
.mb-5[data-v-3927b27e],
.my-5[data-v-3927b27e] {
  margin-bottom: 24px !important;
}
.ml-5[data-v-3927b27e],
.mx-5[data-v-3927b27e] {
  margin-left: 24px !important;
}
.m-505[data-v-3927b27e] {
  margin: 28px !important;
}
.mt-505[data-v-3927b27e],
.my-505[data-v-3927b27e] {
  margin-top: 28px !important;
}
.mr-505[data-v-3927b27e],
.mx-505[data-v-3927b27e] {
  margin-right: 28px !important;
}
.mb-505[data-v-3927b27e],
.my-505[data-v-3927b27e] {
  margin-bottom: 28px !important;
}
.ml-505[data-v-3927b27e],
.mx-505[data-v-3927b27e] {
  margin-left: 28px !important;
}
.m-6[data-v-3927b27e] {
  margin: 32px !important;
}
.mt-6[data-v-3927b27e],
.my-6[data-v-3927b27e] {
  margin-top: 32px !important;
}
.mr-6[data-v-3927b27e],
.mx-6[data-v-3927b27e] {
  margin-right: 32px !important;
}
.mb-6[data-v-3927b27e],
.my-6[data-v-3927b27e] {
  margin-bottom: 32px !important;
}
.ml-6[data-v-3927b27e],
.mx-6[data-v-3927b27e] {
  margin-left: 32px !important;
}
.m-605[data-v-3927b27e] {
  margin: 36px !important;
}
.mt-605[data-v-3927b27e],
.my-605[data-v-3927b27e] {
  margin-top: 36px !important;
}
.mr-605[data-v-3927b27e],
.mx-605[data-v-3927b27e] {
  margin-right: 36px !important;
}
.mb-605[data-v-3927b27e],
.my-605[data-v-3927b27e] {
  margin-bottom: 36px !important;
}
.ml-605[data-v-3927b27e],
.mx-605[data-v-3927b27e] {
  margin-left: 36px !important;
}
.m-7[data-v-3927b27e] {
  margin: 40px !important;
}
.mt-7[data-v-3927b27e],
.my-7[data-v-3927b27e] {
  margin-top: 40px !important;
}
.mr-7[data-v-3927b27e],
.mx-7[data-v-3927b27e] {
  margin-right: 40px !important;
}
.mb-7[data-v-3927b27e],
.my-7[data-v-3927b27e] {
  margin-bottom: 40px !important;
}
.ml-7[data-v-3927b27e],
.mx-7[data-v-3927b27e] {
  margin-left: 40px !important;
}
.m-705[data-v-3927b27e] {
  margin: 44px !important;
}
.mt-705[data-v-3927b27e],
.my-705[data-v-3927b27e] {
  margin-top: 44px !important;
}
.mr-705[data-v-3927b27e],
.mx-705[data-v-3927b27e] {
  margin-right: 44px !important;
}
.mb-705[data-v-3927b27e],
.my-705[data-v-3927b27e] {
  margin-bottom: 44px !important;
}
.ml-705[data-v-3927b27e],
.mx-705[data-v-3927b27e] {
  margin-left: 44px !important;
}
.m-8[data-v-3927b27e] {
  margin: 48px !important;
}
.mt-8[data-v-3927b27e],
.my-8[data-v-3927b27e] {
  margin-top: 48px !important;
}
.mr-8[data-v-3927b27e],
.mx-8[data-v-3927b27e] {
  margin-right: 48px !important;
}
.mb-8[data-v-3927b27e],
.my-8[data-v-3927b27e] {
  margin-bottom: 48px !important;
}
.ml-8[data-v-3927b27e],
.mx-8[data-v-3927b27e] {
  margin-left: 48px !important;
}
.m-805[data-v-3927b27e] {
  margin: 52px !important;
}
.mt-805[data-v-3927b27e],
.my-805[data-v-3927b27e] {
  margin-top: 52px !important;
}
.mr-805[data-v-3927b27e],
.mx-805[data-v-3927b27e] {
  margin-right: 52px !important;
}
.mb-805[data-v-3927b27e],
.my-805[data-v-3927b27e] {
  margin-bottom: 52px !important;
}
.ml-805[data-v-3927b27e],
.mx-805[data-v-3927b27e] {
  margin-left: 52px !important;
}
.m-9[data-v-3927b27e] {
  margin: 56px !important;
}
.mt-9[data-v-3927b27e],
.my-9[data-v-3927b27e] {
  margin-top: 56px !important;
}
.mr-9[data-v-3927b27e],
.mx-9[data-v-3927b27e] {
  margin-right: 56px !important;
}
.mb-9[data-v-3927b27e],
.my-9[data-v-3927b27e] {
  margin-bottom: 56px !important;
}
.ml-9[data-v-3927b27e],
.mx-9[data-v-3927b27e] {
  margin-left: 56px !important;
}
.m-905[data-v-3927b27e] {
  margin: 60px !important;
}
.mt-905[data-v-3927b27e],
.my-905[data-v-3927b27e] {
  margin-top: 60px !important;
}
.mr-905[data-v-3927b27e],
.mx-905[data-v-3927b27e] {
  margin-right: 60px !important;
}
.mb-905[data-v-3927b27e],
.my-905[data-v-3927b27e] {
  margin-bottom: 60px !important;
}
.ml-905[data-v-3927b27e],
.mx-905[data-v-3927b27e] {
  margin-left: 60px !important;
}
.p-0[data-v-3927b27e] {
  padding: 0 !important;
}
.pt-0[data-v-3927b27e],
.py-0[data-v-3927b27e] {
  padding-top: 0 !important;
}
.pr-0[data-v-3927b27e],
.px-0[data-v-3927b27e] {
  padding-right: 0 !important;
}
.pb-0[data-v-3927b27e],
.py-0[data-v-3927b27e] {
  padding-bottom: 0 !important;
}
.pl-0[data-v-3927b27e],
.px-0[data-v-3927b27e] {
  padding-left: 0 !important;
}
.p-1[data-v-3927b27e] {
  padding: 2px !important;
}
.pt-1[data-v-3927b27e],
.py-1[data-v-3927b27e] {
  padding-top: 2px !important;
}
.pr-1[data-v-3927b27e],
.px-1[data-v-3927b27e] {
  padding-right: 2px !important;
}
.pb-1[data-v-3927b27e],
.py-1[data-v-3927b27e] {
  padding-bottom: 2px !important;
}
.pl-1[data-v-3927b27e],
.px-1[data-v-3927b27e] {
  padding-left: 2px !important;
}
.p-2[data-v-3927b27e] {
  padding: 4px !important;
}
.pt-2[data-v-3927b27e],
.py-2[data-v-3927b27e] {
  padding-top: 4px !important;
}
.pr-2[data-v-3927b27e],
.px-2[data-v-3927b27e] {
  padding-right: 4px !important;
}
.pb-2[data-v-3927b27e],
.py-2[data-v-3927b27e] {
  padding-bottom: 4px !important;
}
.pl-2[data-v-3927b27e],
.px-2[data-v-3927b27e] {
  padding-left: 4px !important;
}
.p-3[data-v-3927b27e] {
  padding: 8px !important;
}
.pt-3[data-v-3927b27e],
.py-3[data-v-3927b27e] {
  padding-top: 8px !important;
}
.pr-3[data-v-3927b27e],
.px-3[data-v-3927b27e] {
  padding-right: 8px !important;
}
.pb-3[data-v-3927b27e],
.py-3[data-v-3927b27e] {
  padding-bottom: 8px !important;
}
.pl-3[data-v-3927b27e],
.px-3[data-v-3927b27e] {
  padding-left: 8px !important;
}
.p-305[data-v-3927b27e] {
  padding: 12px !important;
}
.pt-305[data-v-3927b27e],
.py-305[data-v-3927b27e] {
  padding-top: 12px !important;
}
.pr-305[data-v-3927b27e],
.px-305[data-v-3927b27e] {
  padding-right: 12px !important;
}
.pb-305[data-v-3927b27e],
.py-305[data-v-3927b27e] {
  padding-bottom: 12px !important;
}
.pl-305[data-v-3927b27e],
.px-305[data-v-3927b27e] {
  padding-left: 12px !important;
}
.p-4[data-v-3927b27e] {
  padding: 16px !important;
}
.pt-4[data-v-3927b27e],
.py-4[data-v-3927b27e] {
  padding-top: 16px !important;
}
.pr-4[data-v-3927b27e],
.px-4[data-v-3927b27e] {
  padding-right: 16px !important;
}
.pb-4[data-v-3927b27e],
.py-4[data-v-3927b27e] {
  padding-bottom: 16px !important;
}
.pl-4[data-v-3927b27e],
.px-4[data-v-3927b27e] {
  padding-left: 16px !important;
}
.p-405[data-v-3927b27e] {
  padding: 20px !important;
}
.pt-405[data-v-3927b27e],
.py-405[data-v-3927b27e] {
  padding-top: 20px !important;
}
.pr-405[data-v-3927b27e],
.px-405[data-v-3927b27e] {
  padding-right: 20px !important;
}
.pb-405[data-v-3927b27e],
.py-405[data-v-3927b27e] {
  padding-bottom: 20px !important;
}
.pl-405[data-v-3927b27e],
.px-405[data-v-3927b27e] {
  padding-left: 20px !important;
}
.p-5[data-v-3927b27e] {
  padding: 24px !important;
}
.pt-5[data-v-3927b27e],
.py-5[data-v-3927b27e] {
  padding-top: 24px !important;
}
.pr-5[data-v-3927b27e],
.px-5[data-v-3927b27e] {
  padding-right: 24px !important;
}
.pb-5[data-v-3927b27e],
.py-5[data-v-3927b27e] {
  padding-bottom: 24px !important;
}
.pl-5[data-v-3927b27e],
.px-5[data-v-3927b27e] {
  padding-left: 24px !important;
}
.p-505[data-v-3927b27e] {
  padding: 28px !important;
}
.pt-505[data-v-3927b27e],
.py-505[data-v-3927b27e] {
  padding-top: 28px !important;
}
.pr-505[data-v-3927b27e],
.px-505[data-v-3927b27e] {
  padding-right: 28px !important;
}
.pb-505[data-v-3927b27e],
.py-505[data-v-3927b27e] {
  padding-bottom: 28px !important;
}
.pl-505[data-v-3927b27e],
.px-505[data-v-3927b27e] {
  padding-left: 28px !important;
}
.p-6[data-v-3927b27e] {
  padding: 32px !important;
}
.pt-6[data-v-3927b27e],
.py-6[data-v-3927b27e] {
  padding-top: 32px !important;
}
.pr-6[data-v-3927b27e],
.px-6[data-v-3927b27e] {
  padding-right: 32px !important;
}
.pb-6[data-v-3927b27e],
.py-6[data-v-3927b27e] {
  padding-bottom: 32px !important;
}
.pl-6[data-v-3927b27e],
.px-6[data-v-3927b27e] {
  padding-left: 32px !important;
}
.p-605[data-v-3927b27e] {
  padding: 36px !important;
}
.pt-605[data-v-3927b27e],
.py-605[data-v-3927b27e] {
  padding-top: 36px !important;
}
.pr-605[data-v-3927b27e],
.px-605[data-v-3927b27e] {
  padding-right: 36px !important;
}
.pb-605[data-v-3927b27e],
.py-605[data-v-3927b27e] {
  padding-bottom: 36px !important;
}
.pl-605[data-v-3927b27e],
.px-605[data-v-3927b27e] {
  padding-left: 36px !important;
}
.p-7[data-v-3927b27e] {
  padding: 40px !important;
}
.pt-7[data-v-3927b27e],
.py-7[data-v-3927b27e] {
  padding-top: 40px !important;
}
.pr-7[data-v-3927b27e],
.px-7[data-v-3927b27e] {
  padding-right: 40px !important;
}
.pb-7[data-v-3927b27e],
.py-7[data-v-3927b27e] {
  padding-bottom: 40px !important;
}
.pl-7[data-v-3927b27e],
.px-7[data-v-3927b27e] {
  padding-left: 40px !important;
}
.p-705[data-v-3927b27e] {
  padding: 44px !important;
}
.pt-705[data-v-3927b27e],
.py-705[data-v-3927b27e] {
  padding-top: 44px !important;
}
.pr-705[data-v-3927b27e],
.px-705[data-v-3927b27e] {
  padding-right: 44px !important;
}
.pb-705[data-v-3927b27e],
.py-705[data-v-3927b27e] {
  padding-bottom: 44px !important;
}
.pl-705[data-v-3927b27e],
.px-705[data-v-3927b27e] {
  padding-left: 44px !important;
}
.p-8[data-v-3927b27e] {
  padding: 48px !important;
}
.pt-8[data-v-3927b27e],
.py-8[data-v-3927b27e] {
  padding-top: 48px !important;
}
.pr-8[data-v-3927b27e],
.px-8[data-v-3927b27e] {
  padding-right: 48px !important;
}
.pb-8[data-v-3927b27e],
.py-8[data-v-3927b27e] {
  padding-bottom: 48px !important;
}
.pl-8[data-v-3927b27e],
.px-8[data-v-3927b27e] {
  padding-left: 48px !important;
}
.p-805[data-v-3927b27e] {
  padding: 52px !important;
}
.pt-805[data-v-3927b27e],
.py-805[data-v-3927b27e] {
  padding-top: 52px !important;
}
.pr-805[data-v-3927b27e],
.px-805[data-v-3927b27e] {
  padding-right: 52px !important;
}
.pb-805[data-v-3927b27e],
.py-805[data-v-3927b27e] {
  padding-bottom: 52px !important;
}
.pl-805[data-v-3927b27e],
.px-805[data-v-3927b27e] {
  padding-left: 52px !important;
}
.p-9[data-v-3927b27e] {
  padding: 56px !important;
}
.pt-9[data-v-3927b27e],
.py-9[data-v-3927b27e] {
  padding-top: 56px !important;
}
.pr-9[data-v-3927b27e],
.px-9[data-v-3927b27e] {
  padding-right: 56px !important;
}
.pb-9[data-v-3927b27e],
.py-9[data-v-3927b27e] {
  padding-bottom: 56px !important;
}
.pl-9[data-v-3927b27e],
.px-9[data-v-3927b27e] {
  padding-left: 56px !important;
}
.p-905[data-v-3927b27e] {
  padding: 60px !important;
}
.pt-905[data-v-3927b27e],
.py-905[data-v-3927b27e] {
  padding-top: 60px !important;
}
.pr-905[data-v-3927b27e],
.px-905[data-v-3927b27e] {
  padding-right: 60px !important;
}
.pb-905[data-v-3927b27e],
.py-905[data-v-3927b27e] {
  padding-bottom: 60px !important;
}
.pl-905[data-v-3927b27e],
.px-905[data-v-3927b27e] {
  padding-left: 60px !important;
}
.m-auto[data-v-3927b27e] {
  margin: auto !important;
}
.mt-auto[data-v-3927b27e],
.my-auto[data-v-3927b27e] {
  margin-top: auto !important;
}
.mr-auto[data-v-3927b27e],
.mx-auto[data-v-3927b27e] {
  margin-right: auto !important;
}
.mb-auto[data-v-3927b27e],
.my-auto[data-v-3927b27e] {
  margin-bottom: auto !important;
}
.ml-auto[data-v-3927b27e],
.mx-auto[data-v-3927b27e] {
  margin-left: auto !important;
}
@media (min-width: 576px) {
.m-sm-0[data-v-3927b27e] {
    margin: 0 !important;
}
.mt-sm-0[data-v-3927b27e],
  .my-sm-0[data-v-3927b27e] {
    margin-top: 0 !important;
}
.mr-sm-0[data-v-3927b27e],
  .mx-sm-0[data-v-3927b27e] {
    margin-right: 0 !important;
}
.mb-sm-0[data-v-3927b27e],
  .my-sm-0[data-v-3927b27e] {
    margin-bottom: 0 !important;
}
.ml-sm-0[data-v-3927b27e],
  .mx-sm-0[data-v-3927b27e] {
    margin-left: 0 !important;
}
.m-sm-1[data-v-3927b27e] {
    margin: 2px !important;
}
.mt-sm-1[data-v-3927b27e],
  .my-sm-1[data-v-3927b27e] {
    margin-top: 2px !important;
}
.mr-sm-1[data-v-3927b27e],
  .mx-sm-1[data-v-3927b27e] {
    margin-right: 2px !important;
}
.mb-sm-1[data-v-3927b27e],
  .my-sm-1[data-v-3927b27e] {
    margin-bottom: 2px !important;
}
.ml-sm-1[data-v-3927b27e],
  .mx-sm-1[data-v-3927b27e] {
    margin-left: 2px !important;
}
.m-sm-2[data-v-3927b27e] {
    margin: 4px !important;
}
.mt-sm-2[data-v-3927b27e],
  .my-sm-2[data-v-3927b27e] {
    margin-top: 4px !important;
}
.mr-sm-2[data-v-3927b27e],
  .mx-sm-2[data-v-3927b27e] {
    margin-right: 4px !important;
}
.mb-sm-2[data-v-3927b27e],
  .my-sm-2[data-v-3927b27e] {
    margin-bottom: 4px !important;
}
.ml-sm-2[data-v-3927b27e],
  .mx-sm-2[data-v-3927b27e] {
    margin-left: 4px !important;
}
.m-sm-3[data-v-3927b27e] {
    margin: 8px !important;
}
.mt-sm-3[data-v-3927b27e],
  .my-sm-3[data-v-3927b27e] {
    margin-top: 8px !important;
}
.mr-sm-3[data-v-3927b27e],
  .mx-sm-3[data-v-3927b27e] {
    margin-right: 8px !important;
}
.mb-sm-3[data-v-3927b27e],
  .my-sm-3[data-v-3927b27e] {
    margin-bottom: 8px !important;
}
.ml-sm-3[data-v-3927b27e],
  .mx-sm-3[data-v-3927b27e] {
    margin-left: 8px !important;
}
.m-sm-305[data-v-3927b27e] {
    margin: 12px !important;
}
.mt-sm-305[data-v-3927b27e],
  .my-sm-305[data-v-3927b27e] {
    margin-top: 12px !important;
}
.mr-sm-305[data-v-3927b27e],
  .mx-sm-305[data-v-3927b27e] {
    margin-right: 12px !important;
}
.mb-sm-305[data-v-3927b27e],
  .my-sm-305[data-v-3927b27e] {
    margin-bottom: 12px !important;
}
.ml-sm-305[data-v-3927b27e],
  .mx-sm-305[data-v-3927b27e] {
    margin-left: 12px !important;
}
.m-sm-4[data-v-3927b27e] {
    margin: 16px !important;
}
.mt-sm-4[data-v-3927b27e],
  .my-sm-4[data-v-3927b27e] {
    margin-top: 16px !important;
}
.mr-sm-4[data-v-3927b27e],
  .mx-sm-4[data-v-3927b27e] {
    margin-right: 16px !important;
}
.mb-sm-4[data-v-3927b27e],
  .my-sm-4[data-v-3927b27e] {
    margin-bottom: 16px !important;
}
.ml-sm-4[data-v-3927b27e],
  .mx-sm-4[data-v-3927b27e] {
    margin-left: 16px !important;
}
.m-sm-405[data-v-3927b27e] {
    margin: 20px !important;
}
.mt-sm-405[data-v-3927b27e],
  .my-sm-405[data-v-3927b27e] {
    margin-top: 20px !important;
}
.mr-sm-405[data-v-3927b27e],
  .mx-sm-405[data-v-3927b27e] {
    margin-right: 20px !important;
}
.mb-sm-405[data-v-3927b27e],
  .my-sm-405[data-v-3927b27e] {
    margin-bottom: 20px !important;
}
.ml-sm-405[data-v-3927b27e],
  .mx-sm-405[data-v-3927b27e] {
    margin-left: 20px !important;
}
.m-sm-5[data-v-3927b27e] {
    margin: 24px !important;
}
.mt-sm-5[data-v-3927b27e],
  .my-sm-5[data-v-3927b27e] {
    margin-top: 24px !important;
}
.mr-sm-5[data-v-3927b27e],
  .mx-sm-5[data-v-3927b27e] {
    margin-right: 24px !important;
}
.mb-sm-5[data-v-3927b27e],
  .my-sm-5[data-v-3927b27e] {
    margin-bottom: 24px !important;
}
.ml-sm-5[data-v-3927b27e],
  .mx-sm-5[data-v-3927b27e] {
    margin-left: 24px !important;
}
.m-sm-505[data-v-3927b27e] {
    margin: 28px !important;
}
.mt-sm-505[data-v-3927b27e],
  .my-sm-505[data-v-3927b27e] {
    margin-top: 28px !important;
}
.mr-sm-505[data-v-3927b27e],
  .mx-sm-505[data-v-3927b27e] {
    margin-right: 28px !important;
}
.mb-sm-505[data-v-3927b27e],
  .my-sm-505[data-v-3927b27e] {
    margin-bottom: 28px !important;
}
.ml-sm-505[data-v-3927b27e],
  .mx-sm-505[data-v-3927b27e] {
    margin-left: 28px !important;
}
.m-sm-6[data-v-3927b27e] {
    margin: 32px !important;
}
.mt-sm-6[data-v-3927b27e],
  .my-sm-6[data-v-3927b27e] {
    margin-top: 32px !important;
}
.mr-sm-6[data-v-3927b27e],
  .mx-sm-6[data-v-3927b27e] {
    margin-right: 32px !important;
}
.mb-sm-6[data-v-3927b27e],
  .my-sm-6[data-v-3927b27e] {
    margin-bottom: 32px !important;
}
.ml-sm-6[data-v-3927b27e],
  .mx-sm-6[data-v-3927b27e] {
    margin-left: 32px !important;
}
.m-sm-605[data-v-3927b27e] {
    margin: 36px !important;
}
.mt-sm-605[data-v-3927b27e],
  .my-sm-605[data-v-3927b27e] {
    margin-top: 36px !important;
}
.mr-sm-605[data-v-3927b27e],
  .mx-sm-605[data-v-3927b27e] {
    margin-right: 36px !important;
}
.mb-sm-605[data-v-3927b27e],
  .my-sm-605[data-v-3927b27e] {
    margin-bottom: 36px !important;
}
.ml-sm-605[data-v-3927b27e],
  .mx-sm-605[data-v-3927b27e] {
    margin-left: 36px !important;
}
.m-sm-7[data-v-3927b27e] {
    margin: 40px !important;
}
.mt-sm-7[data-v-3927b27e],
  .my-sm-7[data-v-3927b27e] {
    margin-top: 40px !important;
}
.mr-sm-7[data-v-3927b27e],
  .mx-sm-7[data-v-3927b27e] {
    margin-right: 40px !important;
}
.mb-sm-7[data-v-3927b27e],
  .my-sm-7[data-v-3927b27e] {
    margin-bottom: 40px !important;
}
.ml-sm-7[data-v-3927b27e],
  .mx-sm-7[data-v-3927b27e] {
    margin-left: 40px !important;
}
.m-sm-705[data-v-3927b27e] {
    margin: 44px !important;
}
.mt-sm-705[data-v-3927b27e],
  .my-sm-705[data-v-3927b27e] {
    margin-top: 44px !important;
}
.mr-sm-705[data-v-3927b27e],
  .mx-sm-705[data-v-3927b27e] {
    margin-right: 44px !important;
}
.mb-sm-705[data-v-3927b27e],
  .my-sm-705[data-v-3927b27e] {
    margin-bottom: 44px !important;
}
.ml-sm-705[data-v-3927b27e],
  .mx-sm-705[data-v-3927b27e] {
    margin-left: 44px !important;
}
.m-sm-8[data-v-3927b27e] {
    margin: 48px !important;
}
.mt-sm-8[data-v-3927b27e],
  .my-sm-8[data-v-3927b27e] {
    margin-top: 48px !important;
}
.mr-sm-8[data-v-3927b27e],
  .mx-sm-8[data-v-3927b27e] {
    margin-right: 48px !important;
}
.mb-sm-8[data-v-3927b27e],
  .my-sm-8[data-v-3927b27e] {
    margin-bottom: 48px !important;
}
.ml-sm-8[data-v-3927b27e],
  .mx-sm-8[data-v-3927b27e] {
    margin-left: 48px !important;
}
.m-sm-805[data-v-3927b27e] {
    margin: 52px !important;
}
.mt-sm-805[data-v-3927b27e],
  .my-sm-805[data-v-3927b27e] {
    margin-top: 52px !important;
}
.mr-sm-805[data-v-3927b27e],
  .mx-sm-805[data-v-3927b27e] {
    margin-right: 52px !important;
}
.mb-sm-805[data-v-3927b27e],
  .my-sm-805[data-v-3927b27e] {
    margin-bottom: 52px !important;
}
.ml-sm-805[data-v-3927b27e],
  .mx-sm-805[data-v-3927b27e] {
    margin-left: 52px !important;
}
.m-sm-9[data-v-3927b27e] {
    margin: 56px !important;
}
.mt-sm-9[data-v-3927b27e],
  .my-sm-9[data-v-3927b27e] {
    margin-top: 56px !important;
}
.mr-sm-9[data-v-3927b27e],
  .mx-sm-9[data-v-3927b27e] {
    margin-right: 56px !important;
}
.mb-sm-9[data-v-3927b27e],
  .my-sm-9[data-v-3927b27e] {
    margin-bottom: 56px !important;
}
.ml-sm-9[data-v-3927b27e],
  .mx-sm-9[data-v-3927b27e] {
    margin-left: 56px !important;
}
.m-sm-905[data-v-3927b27e] {
    margin: 60px !important;
}
.mt-sm-905[data-v-3927b27e],
  .my-sm-905[data-v-3927b27e] {
    margin-top: 60px !important;
}
.mr-sm-905[data-v-3927b27e],
  .mx-sm-905[data-v-3927b27e] {
    margin-right: 60px !important;
}
.mb-sm-905[data-v-3927b27e],
  .my-sm-905[data-v-3927b27e] {
    margin-bottom: 60px !important;
}
.ml-sm-905[data-v-3927b27e],
  .mx-sm-905[data-v-3927b27e] {
    margin-left: 60px !important;
}
.p-sm-0[data-v-3927b27e] {
    padding: 0 !important;
}
.pt-sm-0[data-v-3927b27e],
  .py-sm-0[data-v-3927b27e] {
    padding-top: 0 !important;
}
.pr-sm-0[data-v-3927b27e],
  .px-sm-0[data-v-3927b27e] {
    padding-right: 0 !important;
}
.pb-sm-0[data-v-3927b27e],
  .py-sm-0[data-v-3927b27e] {
    padding-bottom: 0 !important;
}
.pl-sm-0[data-v-3927b27e],
  .px-sm-0[data-v-3927b27e] {
    padding-left: 0 !important;
}
.p-sm-1[data-v-3927b27e] {
    padding: 2px !important;
}
.pt-sm-1[data-v-3927b27e],
  .py-sm-1[data-v-3927b27e] {
    padding-top: 2px !important;
}
.pr-sm-1[data-v-3927b27e],
  .px-sm-1[data-v-3927b27e] {
    padding-right: 2px !important;
}
.pb-sm-1[data-v-3927b27e],
  .py-sm-1[data-v-3927b27e] {
    padding-bottom: 2px !important;
}
.pl-sm-1[data-v-3927b27e],
  .px-sm-1[data-v-3927b27e] {
    padding-left: 2px !important;
}
.p-sm-2[data-v-3927b27e] {
    padding: 4px !important;
}
.pt-sm-2[data-v-3927b27e],
  .py-sm-2[data-v-3927b27e] {
    padding-top: 4px !important;
}
.pr-sm-2[data-v-3927b27e],
  .px-sm-2[data-v-3927b27e] {
    padding-right: 4px !important;
}
.pb-sm-2[data-v-3927b27e],
  .py-sm-2[data-v-3927b27e] {
    padding-bottom: 4px !important;
}
.pl-sm-2[data-v-3927b27e],
  .px-sm-2[data-v-3927b27e] {
    padding-left: 4px !important;
}
.p-sm-3[data-v-3927b27e] {
    padding: 8px !important;
}
.pt-sm-3[data-v-3927b27e],
  .py-sm-3[data-v-3927b27e] {
    padding-top: 8px !important;
}
.pr-sm-3[data-v-3927b27e],
  .px-sm-3[data-v-3927b27e] {
    padding-right: 8px !important;
}
.pb-sm-3[data-v-3927b27e],
  .py-sm-3[data-v-3927b27e] {
    padding-bottom: 8px !important;
}
.pl-sm-3[data-v-3927b27e],
  .px-sm-3[data-v-3927b27e] {
    padding-left: 8px !important;
}
.p-sm-305[data-v-3927b27e] {
    padding: 12px !important;
}
.pt-sm-305[data-v-3927b27e],
  .py-sm-305[data-v-3927b27e] {
    padding-top: 12px !important;
}
.pr-sm-305[data-v-3927b27e],
  .px-sm-305[data-v-3927b27e] {
    padding-right: 12px !important;
}
.pb-sm-305[data-v-3927b27e],
  .py-sm-305[data-v-3927b27e] {
    padding-bottom: 12px !important;
}
.pl-sm-305[data-v-3927b27e],
  .px-sm-305[data-v-3927b27e] {
    padding-left: 12px !important;
}
.p-sm-4[data-v-3927b27e] {
    padding: 16px !important;
}
.pt-sm-4[data-v-3927b27e],
  .py-sm-4[data-v-3927b27e] {
    padding-top: 16px !important;
}
.pr-sm-4[data-v-3927b27e],
  .px-sm-4[data-v-3927b27e] {
    padding-right: 16px !important;
}
.pb-sm-4[data-v-3927b27e],
  .py-sm-4[data-v-3927b27e] {
    padding-bottom: 16px !important;
}
.pl-sm-4[data-v-3927b27e],
  .px-sm-4[data-v-3927b27e] {
    padding-left: 16px !important;
}
.p-sm-405[data-v-3927b27e] {
    padding: 20px !important;
}
.pt-sm-405[data-v-3927b27e],
  .py-sm-405[data-v-3927b27e] {
    padding-top: 20px !important;
}
.pr-sm-405[data-v-3927b27e],
  .px-sm-405[data-v-3927b27e] {
    padding-right: 20px !important;
}
.pb-sm-405[data-v-3927b27e],
  .py-sm-405[data-v-3927b27e] {
    padding-bottom: 20px !important;
}
.pl-sm-405[data-v-3927b27e],
  .px-sm-405[data-v-3927b27e] {
    padding-left: 20px !important;
}
.p-sm-5[data-v-3927b27e] {
    padding: 24px !important;
}
.pt-sm-5[data-v-3927b27e],
  .py-sm-5[data-v-3927b27e] {
    padding-top: 24px !important;
}
.pr-sm-5[data-v-3927b27e],
  .px-sm-5[data-v-3927b27e] {
    padding-right: 24px !important;
}
.pb-sm-5[data-v-3927b27e],
  .py-sm-5[data-v-3927b27e] {
    padding-bottom: 24px !important;
}
.pl-sm-5[data-v-3927b27e],
  .px-sm-5[data-v-3927b27e] {
    padding-left: 24px !important;
}
.p-sm-505[data-v-3927b27e] {
    padding: 28px !important;
}
.pt-sm-505[data-v-3927b27e],
  .py-sm-505[data-v-3927b27e] {
    padding-top: 28px !important;
}
.pr-sm-505[data-v-3927b27e],
  .px-sm-505[data-v-3927b27e] {
    padding-right: 28px !important;
}
.pb-sm-505[data-v-3927b27e],
  .py-sm-505[data-v-3927b27e] {
    padding-bottom: 28px !important;
}
.pl-sm-505[data-v-3927b27e],
  .px-sm-505[data-v-3927b27e] {
    padding-left: 28px !important;
}
.p-sm-6[data-v-3927b27e] {
    padding: 32px !important;
}
.pt-sm-6[data-v-3927b27e],
  .py-sm-6[data-v-3927b27e] {
    padding-top: 32px !important;
}
.pr-sm-6[data-v-3927b27e],
  .px-sm-6[data-v-3927b27e] {
    padding-right: 32px !important;
}
.pb-sm-6[data-v-3927b27e],
  .py-sm-6[data-v-3927b27e] {
    padding-bottom: 32px !important;
}
.pl-sm-6[data-v-3927b27e],
  .px-sm-6[data-v-3927b27e] {
    padding-left: 32px !important;
}
.p-sm-605[data-v-3927b27e] {
    padding: 36px !important;
}
.pt-sm-605[data-v-3927b27e],
  .py-sm-605[data-v-3927b27e] {
    padding-top: 36px !important;
}
.pr-sm-605[data-v-3927b27e],
  .px-sm-605[data-v-3927b27e] {
    padding-right: 36px !important;
}
.pb-sm-605[data-v-3927b27e],
  .py-sm-605[data-v-3927b27e] {
    padding-bottom: 36px !important;
}
.pl-sm-605[data-v-3927b27e],
  .px-sm-605[data-v-3927b27e] {
    padding-left: 36px !important;
}
.p-sm-7[data-v-3927b27e] {
    padding: 40px !important;
}
.pt-sm-7[data-v-3927b27e],
  .py-sm-7[data-v-3927b27e] {
    padding-top: 40px !important;
}
.pr-sm-7[data-v-3927b27e],
  .px-sm-7[data-v-3927b27e] {
    padding-right: 40px !important;
}
.pb-sm-7[data-v-3927b27e],
  .py-sm-7[data-v-3927b27e] {
    padding-bottom: 40px !important;
}
.pl-sm-7[data-v-3927b27e],
  .px-sm-7[data-v-3927b27e] {
    padding-left: 40px !important;
}
.p-sm-705[data-v-3927b27e] {
    padding: 44px !important;
}
.pt-sm-705[data-v-3927b27e],
  .py-sm-705[data-v-3927b27e] {
    padding-top: 44px !important;
}
.pr-sm-705[data-v-3927b27e],
  .px-sm-705[data-v-3927b27e] {
    padding-right: 44px !important;
}
.pb-sm-705[data-v-3927b27e],
  .py-sm-705[data-v-3927b27e] {
    padding-bottom: 44px !important;
}
.pl-sm-705[data-v-3927b27e],
  .px-sm-705[data-v-3927b27e] {
    padding-left: 44px !important;
}
.p-sm-8[data-v-3927b27e] {
    padding: 48px !important;
}
.pt-sm-8[data-v-3927b27e],
  .py-sm-8[data-v-3927b27e] {
    padding-top: 48px !important;
}
.pr-sm-8[data-v-3927b27e],
  .px-sm-8[data-v-3927b27e] {
    padding-right: 48px !important;
}
.pb-sm-8[data-v-3927b27e],
  .py-sm-8[data-v-3927b27e] {
    padding-bottom: 48px !important;
}
.pl-sm-8[data-v-3927b27e],
  .px-sm-8[data-v-3927b27e] {
    padding-left: 48px !important;
}
.p-sm-805[data-v-3927b27e] {
    padding: 52px !important;
}
.pt-sm-805[data-v-3927b27e],
  .py-sm-805[data-v-3927b27e] {
    padding-top: 52px !important;
}
.pr-sm-805[data-v-3927b27e],
  .px-sm-805[data-v-3927b27e] {
    padding-right: 52px !important;
}
.pb-sm-805[data-v-3927b27e],
  .py-sm-805[data-v-3927b27e] {
    padding-bottom: 52px !important;
}
.pl-sm-805[data-v-3927b27e],
  .px-sm-805[data-v-3927b27e] {
    padding-left: 52px !important;
}
.p-sm-9[data-v-3927b27e] {
    padding: 56px !important;
}
.pt-sm-9[data-v-3927b27e],
  .py-sm-9[data-v-3927b27e] {
    padding-top: 56px !important;
}
.pr-sm-9[data-v-3927b27e],
  .px-sm-9[data-v-3927b27e] {
    padding-right: 56px !important;
}
.pb-sm-9[data-v-3927b27e],
  .py-sm-9[data-v-3927b27e] {
    padding-bottom: 56px !important;
}
.pl-sm-9[data-v-3927b27e],
  .px-sm-9[data-v-3927b27e] {
    padding-left: 56px !important;
}
.p-sm-905[data-v-3927b27e] {
    padding: 60px !important;
}
.pt-sm-905[data-v-3927b27e],
  .py-sm-905[data-v-3927b27e] {
    padding-top: 60px !important;
}
.pr-sm-905[data-v-3927b27e],
  .px-sm-905[data-v-3927b27e] {
    padding-right: 60px !important;
}
.pb-sm-905[data-v-3927b27e],
  .py-sm-905[data-v-3927b27e] {
    padding-bottom: 60px !important;
}
.pl-sm-905[data-v-3927b27e],
  .px-sm-905[data-v-3927b27e] {
    padding-left: 60px !important;
}
.m-sm-auto[data-v-3927b27e] {
    margin: auto !important;
}
.mt-sm-auto[data-v-3927b27e],
  .my-sm-auto[data-v-3927b27e] {
    margin-top: auto !important;
}
.mr-sm-auto[data-v-3927b27e],
  .mx-sm-auto[data-v-3927b27e] {
    margin-right: auto !important;
}
.mb-sm-auto[data-v-3927b27e],
  .my-sm-auto[data-v-3927b27e] {
    margin-bottom: auto !important;
}
.ml-sm-auto[data-v-3927b27e],
  .mx-sm-auto[data-v-3927b27e] {
    margin-left: auto !important;
}
}
@media (min-width: 768px) {
.m-md-0[data-v-3927b27e] {
    margin: 0 !important;
}
.mt-md-0[data-v-3927b27e],
  .my-md-0[data-v-3927b27e] {
    margin-top: 0 !important;
}
.mr-md-0[data-v-3927b27e],
  .mx-md-0[data-v-3927b27e] {
    margin-right: 0 !important;
}
.mb-md-0[data-v-3927b27e],
  .my-md-0[data-v-3927b27e] {
    margin-bottom: 0 !important;
}
.ml-md-0[data-v-3927b27e],
  .mx-md-0[data-v-3927b27e] {
    margin-left: 0 !important;
}
.m-md-1[data-v-3927b27e] {
    margin: 2px !important;
}
.mt-md-1[data-v-3927b27e],
  .my-md-1[data-v-3927b27e] {
    margin-top: 2px !important;
}
.mr-md-1[data-v-3927b27e],
  .mx-md-1[data-v-3927b27e] {
    margin-right: 2px !important;
}
.mb-md-1[data-v-3927b27e],
  .my-md-1[data-v-3927b27e] {
    margin-bottom: 2px !important;
}
.ml-md-1[data-v-3927b27e],
  .mx-md-1[data-v-3927b27e] {
    margin-left: 2px !important;
}
.m-md-2[data-v-3927b27e] {
    margin: 4px !important;
}
.mt-md-2[data-v-3927b27e],
  .my-md-2[data-v-3927b27e] {
    margin-top: 4px !important;
}
.mr-md-2[data-v-3927b27e],
  .mx-md-2[data-v-3927b27e] {
    margin-right: 4px !important;
}
.mb-md-2[data-v-3927b27e],
  .my-md-2[data-v-3927b27e] {
    margin-bottom: 4px !important;
}
.ml-md-2[data-v-3927b27e],
  .mx-md-2[data-v-3927b27e] {
    margin-left: 4px !important;
}
.m-md-3[data-v-3927b27e] {
    margin: 8px !important;
}
.mt-md-3[data-v-3927b27e],
  .my-md-3[data-v-3927b27e] {
    margin-top: 8px !important;
}
.mr-md-3[data-v-3927b27e],
  .mx-md-3[data-v-3927b27e] {
    margin-right: 8px !important;
}
.mb-md-3[data-v-3927b27e],
  .my-md-3[data-v-3927b27e] {
    margin-bottom: 8px !important;
}
.ml-md-3[data-v-3927b27e],
  .mx-md-3[data-v-3927b27e] {
    margin-left: 8px !important;
}
.m-md-305[data-v-3927b27e] {
    margin: 12px !important;
}
.mt-md-305[data-v-3927b27e],
  .my-md-305[data-v-3927b27e] {
    margin-top: 12px !important;
}
.mr-md-305[data-v-3927b27e],
  .mx-md-305[data-v-3927b27e] {
    margin-right: 12px !important;
}
.mb-md-305[data-v-3927b27e],
  .my-md-305[data-v-3927b27e] {
    margin-bottom: 12px !important;
}
.ml-md-305[data-v-3927b27e],
  .mx-md-305[data-v-3927b27e] {
    margin-left: 12px !important;
}
.m-md-4[data-v-3927b27e] {
    margin: 16px !important;
}
.mt-md-4[data-v-3927b27e],
  .my-md-4[data-v-3927b27e] {
    margin-top: 16px !important;
}
.mr-md-4[data-v-3927b27e],
  .mx-md-4[data-v-3927b27e] {
    margin-right: 16px !important;
}
.mb-md-4[data-v-3927b27e],
  .my-md-4[data-v-3927b27e] {
    margin-bottom: 16px !important;
}
.ml-md-4[data-v-3927b27e],
  .mx-md-4[data-v-3927b27e] {
    margin-left: 16px !important;
}
.m-md-405[data-v-3927b27e] {
    margin: 20px !important;
}
.mt-md-405[data-v-3927b27e],
  .my-md-405[data-v-3927b27e] {
    margin-top: 20px !important;
}
.mr-md-405[data-v-3927b27e],
  .mx-md-405[data-v-3927b27e] {
    margin-right: 20px !important;
}
.mb-md-405[data-v-3927b27e],
  .my-md-405[data-v-3927b27e] {
    margin-bottom: 20px !important;
}
.ml-md-405[data-v-3927b27e],
  .mx-md-405[data-v-3927b27e] {
    margin-left: 20px !important;
}
.m-md-5[data-v-3927b27e] {
    margin: 24px !important;
}
.mt-md-5[data-v-3927b27e],
  .my-md-5[data-v-3927b27e] {
    margin-top: 24px !important;
}
.mr-md-5[data-v-3927b27e],
  .mx-md-5[data-v-3927b27e] {
    margin-right: 24px !important;
}
.mb-md-5[data-v-3927b27e],
  .my-md-5[data-v-3927b27e] {
    margin-bottom: 24px !important;
}
.ml-md-5[data-v-3927b27e],
  .mx-md-5[data-v-3927b27e] {
    margin-left: 24px !important;
}
.m-md-505[data-v-3927b27e] {
    margin: 28px !important;
}
.mt-md-505[data-v-3927b27e],
  .my-md-505[data-v-3927b27e] {
    margin-top: 28px !important;
}
.mr-md-505[data-v-3927b27e],
  .mx-md-505[data-v-3927b27e] {
    margin-right: 28px !important;
}
.mb-md-505[data-v-3927b27e],
  .my-md-505[data-v-3927b27e] {
    margin-bottom: 28px !important;
}
.ml-md-505[data-v-3927b27e],
  .mx-md-505[data-v-3927b27e] {
    margin-left: 28px !important;
}
.m-md-6[data-v-3927b27e] {
    margin: 32px !important;
}
.mt-md-6[data-v-3927b27e],
  .my-md-6[data-v-3927b27e] {
    margin-top: 32px !important;
}
.mr-md-6[data-v-3927b27e],
  .mx-md-6[data-v-3927b27e] {
    margin-right: 32px !important;
}
.mb-md-6[data-v-3927b27e],
  .my-md-6[data-v-3927b27e] {
    margin-bottom: 32px !important;
}
.ml-md-6[data-v-3927b27e],
  .mx-md-6[data-v-3927b27e] {
    margin-left: 32px !important;
}
.m-md-605[data-v-3927b27e] {
    margin: 36px !important;
}
.mt-md-605[data-v-3927b27e],
  .my-md-605[data-v-3927b27e] {
    margin-top: 36px !important;
}
.mr-md-605[data-v-3927b27e],
  .mx-md-605[data-v-3927b27e] {
    margin-right: 36px !important;
}
.mb-md-605[data-v-3927b27e],
  .my-md-605[data-v-3927b27e] {
    margin-bottom: 36px !important;
}
.ml-md-605[data-v-3927b27e],
  .mx-md-605[data-v-3927b27e] {
    margin-left: 36px !important;
}
.m-md-7[data-v-3927b27e] {
    margin: 40px !important;
}
.mt-md-7[data-v-3927b27e],
  .my-md-7[data-v-3927b27e] {
    margin-top: 40px !important;
}
.mr-md-7[data-v-3927b27e],
  .mx-md-7[data-v-3927b27e] {
    margin-right: 40px !important;
}
.mb-md-7[data-v-3927b27e],
  .my-md-7[data-v-3927b27e] {
    margin-bottom: 40px !important;
}
.ml-md-7[data-v-3927b27e],
  .mx-md-7[data-v-3927b27e] {
    margin-left: 40px !important;
}
.m-md-705[data-v-3927b27e] {
    margin: 44px !important;
}
.mt-md-705[data-v-3927b27e],
  .my-md-705[data-v-3927b27e] {
    margin-top: 44px !important;
}
.mr-md-705[data-v-3927b27e],
  .mx-md-705[data-v-3927b27e] {
    margin-right: 44px !important;
}
.mb-md-705[data-v-3927b27e],
  .my-md-705[data-v-3927b27e] {
    margin-bottom: 44px !important;
}
.ml-md-705[data-v-3927b27e],
  .mx-md-705[data-v-3927b27e] {
    margin-left: 44px !important;
}
.m-md-8[data-v-3927b27e] {
    margin: 48px !important;
}
.mt-md-8[data-v-3927b27e],
  .my-md-8[data-v-3927b27e] {
    margin-top: 48px !important;
}
.mr-md-8[data-v-3927b27e],
  .mx-md-8[data-v-3927b27e] {
    margin-right: 48px !important;
}
.mb-md-8[data-v-3927b27e],
  .my-md-8[data-v-3927b27e] {
    margin-bottom: 48px !important;
}
.ml-md-8[data-v-3927b27e],
  .mx-md-8[data-v-3927b27e] {
    margin-left: 48px !important;
}
.m-md-805[data-v-3927b27e] {
    margin: 52px !important;
}
.mt-md-805[data-v-3927b27e],
  .my-md-805[data-v-3927b27e] {
    margin-top: 52px !important;
}
.mr-md-805[data-v-3927b27e],
  .mx-md-805[data-v-3927b27e] {
    margin-right: 52px !important;
}
.mb-md-805[data-v-3927b27e],
  .my-md-805[data-v-3927b27e] {
    margin-bottom: 52px !important;
}
.ml-md-805[data-v-3927b27e],
  .mx-md-805[data-v-3927b27e] {
    margin-left: 52px !important;
}
.m-md-9[data-v-3927b27e] {
    margin: 56px !important;
}
.mt-md-9[data-v-3927b27e],
  .my-md-9[data-v-3927b27e] {
    margin-top: 56px !important;
}
.mr-md-9[data-v-3927b27e],
  .mx-md-9[data-v-3927b27e] {
    margin-right: 56px !important;
}
.mb-md-9[data-v-3927b27e],
  .my-md-9[data-v-3927b27e] {
    margin-bottom: 56px !important;
}
.ml-md-9[data-v-3927b27e],
  .mx-md-9[data-v-3927b27e] {
    margin-left: 56px !important;
}
.m-md-905[data-v-3927b27e] {
    margin: 60px !important;
}
.mt-md-905[data-v-3927b27e],
  .my-md-905[data-v-3927b27e] {
    margin-top: 60px !important;
}
.mr-md-905[data-v-3927b27e],
  .mx-md-905[data-v-3927b27e] {
    margin-right: 60px !important;
}
.mb-md-905[data-v-3927b27e],
  .my-md-905[data-v-3927b27e] {
    margin-bottom: 60px !important;
}
.ml-md-905[data-v-3927b27e],
  .mx-md-905[data-v-3927b27e] {
    margin-left: 60px !important;
}
.p-md-0[data-v-3927b27e] {
    padding: 0 !important;
}
.pt-md-0[data-v-3927b27e],
  .py-md-0[data-v-3927b27e] {
    padding-top: 0 !important;
}
.pr-md-0[data-v-3927b27e],
  .px-md-0[data-v-3927b27e] {
    padding-right: 0 !important;
}
.pb-md-0[data-v-3927b27e],
  .py-md-0[data-v-3927b27e] {
    padding-bottom: 0 !important;
}
.pl-md-0[data-v-3927b27e],
  .px-md-0[data-v-3927b27e] {
    padding-left: 0 !important;
}
.p-md-1[data-v-3927b27e] {
    padding: 2px !important;
}
.pt-md-1[data-v-3927b27e],
  .py-md-1[data-v-3927b27e] {
    padding-top: 2px !important;
}
.pr-md-1[data-v-3927b27e],
  .px-md-1[data-v-3927b27e] {
    padding-right: 2px !important;
}
.pb-md-1[data-v-3927b27e],
  .py-md-1[data-v-3927b27e] {
    padding-bottom: 2px !important;
}
.pl-md-1[data-v-3927b27e],
  .px-md-1[data-v-3927b27e] {
    padding-left: 2px !important;
}
.p-md-2[data-v-3927b27e] {
    padding: 4px !important;
}
.pt-md-2[data-v-3927b27e],
  .py-md-2[data-v-3927b27e] {
    padding-top: 4px !important;
}
.pr-md-2[data-v-3927b27e],
  .px-md-2[data-v-3927b27e] {
    padding-right: 4px !important;
}
.pb-md-2[data-v-3927b27e],
  .py-md-2[data-v-3927b27e] {
    padding-bottom: 4px !important;
}
.pl-md-2[data-v-3927b27e],
  .px-md-2[data-v-3927b27e] {
    padding-left: 4px !important;
}
.p-md-3[data-v-3927b27e] {
    padding: 8px !important;
}
.pt-md-3[data-v-3927b27e],
  .py-md-3[data-v-3927b27e] {
    padding-top: 8px !important;
}
.pr-md-3[data-v-3927b27e],
  .px-md-3[data-v-3927b27e] {
    padding-right: 8px !important;
}
.pb-md-3[data-v-3927b27e],
  .py-md-3[data-v-3927b27e] {
    padding-bottom: 8px !important;
}
.pl-md-3[data-v-3927b27e],
  .px-md-3[data-v-3927b27e] {
    padding-left: 8px !important;
}
.p-md-305[data-v-3927b27e] {
    padding: 12px !important;
}
.pt-md-305[data-v-3927b27e],
  .py-md-305[data-v-3927b27e] {
    padding-top: 12px !important;
}
.pr-md-305[data-v-3927b27e],
  .px-md-305[data-v-3927b27e] {
    padding-right: 12px !important;
}
.pb-md-305[data-v-3927b27e],
  .py-md-305[data-v-3927b27e] {
    padding-bottom: 12px !important;
}
.pl-md-305[data-v-3927b27e],
  .px-md-305[data-v-3927b27e] {
    padding-left: 12px !important;
}
.p-md-4[data-v-3927b27e] {
    padding: 16px !important;
}
.pt-md-4[data-v-3927b27e],
  .py-md-4[data-v-3927b27e] {
    padding-top: 16px !important;
}
.pr-md-4[data-v-3927b27e],
  .px-md-4[data-v-3927b27e] {
    padding-right: 16px !important;
}
.pb-md-4[data-v-3927b27e],
  .py-md-4[data-v-3927b27e] {
    padding-bottom: 16px !important;
}
.pl-md-4[data-v-3927b27e],
  .px-md-4[data-v-3927b27e] {
    padding-left: 16px !important;
}
.p-md-405[data-v-3927b27e] {
    padding: 20px !important;
}
.pt-md-405[data-v-3927b27e],
  .py-md-405[data-v-3927b27e] {
    padding-top: 20px !important;
}
.pr-md-405[data-v-3927b27e],
  .px-md-405[data-v-3927b27e] {
    padding-right: 20px !important;
}
.pb-md-405[data-v-3927b27e],
  .py-md-405[data-v-3927b27e] {
    padding-bottom: 20px !important;
}
.pl-md-405[data-v-3927b27e],
  .px-md-405[data-v-3927b27e] {
    padding-left: 20px !important;
}
.p-md-5[data-v-3927b27e] {
    padding: 24px !important;
}
.pt-md-5[data-v-3927b27e],
  .py-md-5[data-v-3927b27e] {
    padding-top: 24px !important;
}
.pr-md-5[data-v-3927b27e],
  .px-md-5[data-v-3927b27e] {
    padding-right: 24px !important;
}
.pb-md-5[data-v-3927b27e],
  .py-md-5[data-v-3927b27e] {
    padding-bottom: 24px !important;
}
.pl-md-5[data-v-3927b27e],
  .px-md-5[data-v-3927b27e] {
    padding-left: 24px !important;
}
.p-md-505[data-v-3927b27e] {
    padding: 28px !important;
}
.pt-md-505[data-v-3927b27e],
  .py-md-505[data-v-3927b27e] {
    padding-top: 28px !important;
}
.pr-md-505[data-v-3927b27e],
  .px-md-505[data-v-3927b27e] {
    padding-right: 28px !important;
}
.pb-md-505[data-v-3927b27e],
  .py-md-505[data-v-3927b27e] {
    padding-bottom: 28px !important;
}
.pl-md-505[data-v-3927b27e],
  .px-md-505[data-v-3927b27e] {
    padding-left: 28px !important;
}
.p-md-6[data-v-3927b27e] {
    padding: 32px !important;
}
.pt-md-6[data-v-3927b27e],
  .py-md-6[data-v-3927b27e] {
    padding-top: 32px !important;
}
.pr-md-6[data-v-3927b27e],
  .px-md-6[data-v-3927b27e] {
    padding-right: 32px !important;
}
.pb-md-6[data-v-3927b27e],
  .py-md-6[data-v-3927b27e] {
    padding-bottom: 32px !important;
}
.pl-md-6[data-v-3927b27e],
  .px-md-6[data-v-3927b27e] {
    padding-left: 32px !important;
}
.p-md-605[data-v-3927b27e] {
    padding: 36px !important;
}
.pt-md-605[data-v-3927b27e],
  .py-md-605[data-v-3927b27e] {
    padding-top: 36px !important;
}
.pr-md-605[data-v-3927b27e],
  .px-md-605[data-v-3927b27e] {
    padding-right: 36px !important;
}
.pb-md-605[data-v-3927b27e],
  .py-md-605[data-v-3927b27e] {
    padding-bottom: 36px !important;
}
.pl-md-605[data-v-3927b27e],
  .px-md-605[data-v-3927b27e] {
    padding-left: 36px !important;
}
.p-md-7[data-v-3927b27e] {
    padding: 40px !important;
}
.pt-md-7[data-v-3927b27e],
  .py-md-7[data-v-3927b27e] {
    padding-top: 40px !important;
}
.pr-md-7[data-v-3927b27e],
  .px-md-7[data-v-3927b27e] {
    padding-right: 40px !important;
}
.pb-md-7[data-v-3927b27e],
  .py-md-7[data-v-3927b27e] {
    padding-bottom: 40px !important;
}
.pl-md-7[data-v-3927b27e],
  .px-md-7[data-v-3927b27e] {
    padding-left: 40px !important;
}
.p-md-705[data-v-3927b27e] {
    padding: 44px !important;
}
.pt-md-705[data-v-3927b27e],
  .py-md-705[data-v-3927b27e] {
    padding-top: 44px !important;
}
.pr-md-705[data-v-3927b27e],
  .px-md-705[data-v-3927b27e] {
    padding-right: 44px !important;
}
.pb-md-705[data-v-3927b27e],
  .py-md-705[data-v-3927b27e] {
    padding-bottom: 44px !important;
}
.pl-md-705[data-v-3927b27e],
  .px-md-705[data-v-3927b27e] {
    padding-left: 44px !important;
}
.p-md-8[data-v-3927b27e] {
    padding: 48px !important;
}
.pt-md-8[data-v-3927b27e],
  .py-md-8[data-v-3927b27e] {
    padding-top: 48px !important;
}
.pr-md-8[data-v-3927b27e],
  .px-md-8[data-v-3927b27e] {
    padding-right: 48px !important;
}
.pb-md-8[data-v-3927b27e],
  .py-md-8[data-v-3927b27e] {
    padding-bottom: 48px !important;
}
.pl-md-8[data-v-3927b27e],
  .px-md-8[data-v-3927b27e] {
    padding-left: 48px !important;
}
.p-md-805[data-v-3927b27e] {
    padding: 52px !important;
}
.pt-md-805[data-v-3927b27e],
  .py-md-805[data-v-3927b27e] {
    padding-top: 52px !important;
}
.pr-md-805[data-v-3927b27e],
  .px-md-805[data-v-3927b27e] {
    padding-right: 52px !important;
}
.pb-md-805[data-v-3927b27e],
  .py-md-805[data-v-3927b27e] {
    padding-bottom: 52px !important;
}
.pl-md-805[data-v-3927b27e],
  .px-md-805[data-v-3927b27e] {
    padding-left: 52px !important;
}
.p-md-9[data-v-3927b27e] {
    padding: 56px !important;
}
.pt-md-9[data-v-3927b27e],
  .py-md-9[data-v-3927b27e] {
    padding-top: 56px !important;
}
.pr-md-9[data-v-3927b27e],
  .px-md-9[data-v-3927b27e] {
    padding-right: 56px !important;
}
.pb-md-9[data-v-3927b27e],
  .py-md-9[data-v-3927b27e] {
    padding-bottom: 56px !important;
}
.pl-md-9[data-v-3927b27e],
  .px-md-9[data-v-3927b27e] {
    padding-left: 56px !important;
}
.p-md-905[data-v-3927b27e] {
    padding: 60px !important;
}
.pt-md-905[data-v-3927b27e],
  .py-md-905[data-v-3927b27e] {
    padding-top: 60px !important;
}
.pr-md-905[data-v-3927b27e],
  .px-md-905[data-v-3927b27e] {
    padding-right: 60px !important;
}
.pb-md-905[data-v-3927b27e],
  .py-md-905[data-v-3927b27e] {
    padding-bottom: 60px !important;
}
.pl-md-905[data-v-3927b27e],
  .px-md-905[data-v-3927b27e] {
    padding-left: 60px !important;
}
.m-md-auto[data-v-3927b27e] {
    margin: auto !important;
}
.mt-md-auto[data-v-3927b27e],
  .my-md-auto[data-v-3927b27e] {
    margin-top: auto !important;
}
.mr-md-auto[data-v-3927b27e],
  .mx-md-auto[data-v-3927b27e] {
    margin-right: auto !important;
}
.mb-md-auto[data-v-3927b27e],
  .my-md-auto[data-v-3927b27e] {
    margin-bottom: auto !important;
}
.ml-md-auto[data-v-3927b27e],
  .mx-md-auto[data-v-3927b27e] {
    margin-left: auto !important;
}
}
@media (min-width: 992px) {
.m-lg-0[data-v-3927b27e] {
    margin: 0 !important;
}
.mt-lg-0[data-v-3927b27e],
  .my-lg-0[data-v-3927b27e] {
    margin-top: 0 !important;
}
.mr-lg-0[data-v-3927b27e],
  .mx-lg-0[data-v-3927b27e] {
    margin-right: 0 !important;
}
.mb-lg-0[data-v-3927b27e],
  .my-lg-0[data-v-3927b27e] {
    margin-bottom: 0 !important;
}
.ml-lg-0[data-v-3927b27e],
  .mx-lg-0[data-v-3927b27e] {
    margin-left: 0 !important;
}
.m-lg-1[data-v-3927b27e] {
    margin: 2px !important;
}
.mt-lg-1[data-v-3927b27e],
  .my-lg-1[data-v-3927b27e] {
    margin-top: 2px !important;
}
.mr-lg-1[data-v-3927b27e],
  .mx-lg-1[data-v-3927b27e] {
    margin-right: 2px !important;
}
.mb-lg-1[data-v-3927b27e],
  .my-lg-1[data-v-3927b27e] {
    margin-bottom: 2px !important;
}
.ml-lg-1[data-v-3927b27e],
  .mx-lg-1[data-v-3927b27e] {
    margin-left: 2px !important;
}
.m-lg-2[data-v-3927b27e] {
    margin: 4px !important;
}
.mt-lg-2[data-v-3927b27e],
  .my-lg-2[data-v-3927b27e] {
    margin-top: 4px !important;
}
.mr-lg-2[data-v-3927b27e],
  .mx-lg-2[data-v-3927b27e] {
    margin-right: 4px !important;
}
.mb-lg-2[data-v-3927b27e],
  .my-lg-2[data-v-3927b27e] {
    margin-bottom: 4px !important;
}
.ml-lg-2[data-v-3927b27e],
  .mx-lg-2[data-v-3927b27e] {
    margin-left: 4px !important;
}
.m-lg-3[data-v-3927b27e] {
    margin: 8px !important;
}
.mt-lg-3[data-v-3927b27e],
  .my-lg-3[data-v-3927b27e] {
    margin-top: 8px !important;
}
.mr-lg-3[data-v-3927b27e],
  .mx-lg-3[data-v-3927b27e] {
    margin-right: 8px !important;
}
.mb-lg-3[data-v-3927b27e],
  .my-lg-3[data-v-3927b27e] {
    margin-bottom: 8px !important;
}
.ml-lg-3[data-v-3927b27e],
  .mx-lg-3[data-v-3927b27e] {
    margin-left: 8px !important;
}
.m-lg-305[data-v-3927b27e] {
    margin: 12px !important;
}
.mt-lg-305[data-v-3927b27e],
  .my-lg-305[data-v-3927b27e] {
    margin-top: 12px !important;
}
.mr-lg-305[data-v-3927b27e],
  .mx-lg-305[data-v-3927b27e] {
    margin-right: 12px !important;
}
.mb-lg-305[data-v-3927b27e],
  .my-lg-305[data-v-3927b27e] {
    margin-bottom: 12px !important;
}
.ml-lg-305[data-v-3927b27e],
  .mx-lg-305[data-v-3927b27e] {
    margin-left: 12px !important;
}
.m-lg-4[data-v-3927b27e] {
    margin: 16px !important;
}
.mt-lg-4[data-v-3927b27e],
  .my-lg-4[data-v-3927b27e] {
    margin-top: 16px !important;
}
.mr-lg-4[data-v-3927b27e],
  .mx-lg-4[data-v-3927b27e] {
    margin-right: 16px !important;
}
.mb-lg-4[data-v-3927b27e],
  .my-lg-4[data-v-3927b27e] {
    margin-bottom: 16px !important;
}
.ml-lg-4[data-v-3927b27e],
  .mx-lg-4[data-v-3927b27e] {
    margin-left: 16px !important;
}
.m-lg-405[data-v-3927b27e] {
    margin: 20px !important;
}
.mt-lg-405[data-v-3927b27e],
  .my-lg-405[data-v-3927b27e] {
    margin-top: 20px !important;
}
.mr-lg-405[data-v-3927b27e],
  .mx-lg-405[data-v-3927b27e] {
    margin-right: 20px !important;
}
.mb-lg-405[data-v-3927b27e],
  .my-lg-405[data-v-3927b27e] {
    margin-bottom: 20px !important;
}
.ml-lg-405[data-v-3927b27e],
  .mx-lg-405[data-v-3927b27e] {
    margin-left: 20px !important;
}
.m-lg-5[data-v-3927b27e] {
    margin: 24px !important;
}
.mt-lg-5[data-v-3927b27e],
  .my-lg-5[data-v-3927b27e] {
    margin-top: 24px !important;
}
.mr-lg-5[data-v-3927b27e],
  .mx-lg-5[data-v-3927b27e] {
    margin-right: 24px !important;
}
.mb-lg-5[data-v-3927b27e],
  .my-lg-5[data-v-3927b27e] {
    margin-bottom: 24px !important;
}
.ml-lg-5[data-v-3927b27e],
  .mx-lg-5[data-v-3927b27e] {
    margin-left: 24px !important;
}
.m-lg-505[data-v-3927b27e] {
    margin: 28px !important;
}
.mt-lg-505[data-v-3927b27e],
  .my-lg-505[data-v-3927b27e] {
    margin-top: 28px !important;
}
.mr-lg-505[data-v-3927b27e],
  .mx-lg-505[data-v-3927b27e] {
    margin-right: 28px !important;
}
.mb-lg-505[data-v-3927b27e],
  .my-lg-505[data-v-3927b27e] {
    margin-bottom: 28px !important;
}
.ml-lg-505[data-v-3927b27e],
  .mx-lg-505[data-v-3927b27e] {
    margin-left: 28px !important;
}
.m-lg-6[data-v-3927b27e] {
    margin: 32px !important;
}
.mt-lg-6[data-v-3927b27e],
  .my-lg-6[data-v-3927b27e] {
    margin-top: 32px !important;
}
.mr-lg-6[data-v-3927b27e],
  .mx-lg-6[data-v-3927b27e] {
    margin-right: 32px !important;
}
.mb-lg-6[data-v-3927b27e],
  .my-lg-6[data-v-3927b27e] {
    margin-bottom: 32px !important;
}
.ml-lg-6[data-v-3927b27e],
  .mx-lg-6[data-v-3927b27e] {
    margin-left: 32px !important;
}
.m-lg-605[data-v-3927b27e] {
    margin: 36px !important;
}
.mt-lg-605[data-v-3927b27e],
  .my-lg-605[data-v-3927b27e] {
    margin-top: 36px !important;
}
.mr-lg-605[data-v-3927b27e],
  .mx-lg-605[data-v-3927b27e] {
    margin-right: 36px !important;
}
.mb-lg-605[data-v-3927b27e],
  .my-lg-605[data-v-3927b27e] {
    margin-bottom: 36px !important;
}
.ml-lg-605[data-v-3927b27e],
  .mx-lg-605[data-v-3927b27e] {
    margin-left: 36px !important;
}
.m-lg-7[data-v-3927b27e] {
    margin: 40px !important;
}
.mt-lg-7[data-v-3927b27e],
  .my-lg-7[data-v-3927b27e] {
    margin-top: 40px !important;
}
.mr-lg-7[data-v-3927b27e],
  .mx-lg-7[data-v-3927b27e] {
    margin-right: 40px !important;
}
.mb-lg-7[data-v-3927b27e],
  .my-lg-7[data-v-3927b27e] {
    margin-bottom: 40px !important;
}
.ml-lg-7[data-v-3927b27e],
  .mx-lg-7[data-v-3927b27e] {
    margin-left: 40px !important;
}
.m-lg-705[data-v-3927b27e] {
    margin: 44px !important;
}
.mt-lg-705[data-v-3927b27e],
  .my-lg-705[data-v-3927b27e] {
    margin-top: 44px !important;
}
.mr-lg-705[data-v-3927b27e],
  .mx-lg-705[data-v-3927b27e] {
    margin-right: 44px !important;
}
.mb-lg-705[data-v-3927b27e],
  .my-lg-705[data-v-3927b27e] {
    margin-bottom: 44px !important;
}
.ml-lg-705[data-v-3927b27e],
  .mx-lg-705[data-v-3927b27e] {
    margin-left: 44px !important;
}
.m-lg-8[data-v-3927b27e] {
    margin: 48px !important;
}
.mt-lg-8[data-v-3927b27e],
  .my-lg-8[data-v-3927b27e] {
    margin-top: 48px !important;
}
.mr-lg-8[data-v-3927b27e],
  .mx-lg-8[data-v-3927b27e] {
    margin-right: 48px !important;
}
.mb-lg-8[data-v-3927b27e],
  .my-lg-8[data-v-3927b27e] {
    margin-bottom: 48px !important;
}
.ml-lg-8[data-v-3927b27e],
  .mx-lg-8[data-v-3927b27e] {
    margin-left: 48px !important;
}
.m-lg-805[data-v-3927b27e] {
    margin: 52px !important;
}
.mt-lg-805[data-v-3927b27e],
  .my-lg-805[data-v-3927b27e] {
    margin-top: 52px !important;
}
.mr-lg-805[data-v-3927b27e],
  .mx-lg-805[data-v-3927b27e] {
    margin-right: 52px !important;
}
.mb-lg-805[data-v-3927b27e],
  .my-lg-805[data-v-3927b27e] {
    margin-bottom: 52px !important;
}
.ml-lg-805[data-v-3927b27e],
  .mx-lg-805[data-v-3927b27e] {
    margin-left: 52px !important;
}
.m-lg-9[data-v-3927b27e] {
    margin: 56px !important;
}
.mt-lg-9[data-v-3927b27e],
  .my-lg-9[data-v-3927b27e] {
    margin-top: 56px !important;
}
.mr-lg-9[data-v-3927b27e],
  .mx-lg-9[data-v-3927b27e] {
    margin-right: 56px !important;
}
.mb-lg-9[data-v-3927b27e],
  .my-lg-9[data-v-3927b27e] {
    margin-bottom: 56px !important;
}
.ml-lg-9[data-v-3927b27e],
  .mx-lg-9[data-v-3927b27e] {
    margin-left: 56px !important;
}
.m-lg-905[data-v-3927b27e] {
    margin: 60px !important;
}
.mt-lg-905[data-v-3927b27e],
  .my-lg-905[data-v-3927b27e] {
    margin-top: 60px !important;
}
.mr-lg-905[data-v-3927b27e],
  .mx-lg-905[data-v-3927b27e] {
    margin-right: 60px !important;
}
.mb-lg-905[data-v-3927b27e],
  .my-lg-905[data-v-3927b27e] {
    margin-bottom: 60px !important;
}
.ml-lg-905[data-v-3927b27e],
  .mx-lg-905[data-v-3927b27e] {
    margin-left: 60px !important;
}
.p-lg-0[data-v-3927b27e] {
    padding: 0 !important;
}
.pt-lg-0[data-v-3927b27e],
  .py-lg-0[data-v-3927b27e] {
    padding-top: 0 !important;
}
.pr-lg-0[data-v-3927b27e],
  .px-lg-0[data-v-3927b27e] {
    padding-right: 0 !important;
}
.pb-lg-0[data-v-3927b27e],
  .py-lg-0[data-v-3927b27e] {
    padding-bottom: 0 !important;
}
.pl-lg-0[data-v-3927b27e],
  .px-lg-0[data-v-3927b27e] {
    padding-left: 0 !important;
}
.p-lg-1[data-v-3927b27e] {
    padding: 2px !important;
}
.pt-lg-1[data-v-3927b27e],
  .py-lg-1[data-v-3927b27e] {
    padding-top: 2px !important;
}
.pr-lg-1[data-v-3927b27e],
  .px-lg-1[data-v-3927b27e] {
    padding-right: 2px !important;
}
.pb-lg-1[data-v-3927b27e],
  .py-lg-1[data-v-3927b27e] {
    padding-bottom: 2px !important;
}
.pl-lg-1[data-v-3927b27e],
  .px-lg-1[data-v-3927b27e] {
    padding-left: 2px !important;
}
.p-lg-2[data-v-3927b27e] {
    padding: 4px !important;
}
.pt-lg-2[data-v-3927b27e],
  .py-lg-2[data-v-3927b27e] {
    padding-top: 4px !important;
}
.pr-lg-2[data-v-3927b27e],
  .px-lg-2[data-v-3927b27e] {
    padding-right: 4px !important;
}
.pb-lg-2[data-v-3927b27e],
  .py-lg-2[data-v-3927b27e] {
    padding-bottom: 4px !important;
}
.pl-lg-2[data-v-3927b27e],
  .px-lg-2[data-v-3927b27e] {
    padding-left: 4px !important;
}
.p-lg-3[data-v-3927b27e] {
    padding: 8px !important;
}
.pt-lg-3[data-v-3927b27e],
  .py-lg-3[data-v-3927b27e] {
    padding-top: 8px !important;
}
.pr-lg-3[data-v-3927b27e],
  .px-lg-3[data-v-3927b27e] {
    padding-right: 8px !important;
}
.pb-lg-3[data-v-3927b27e],
  .py-lg-3[data-v-3927b27e] {
    padding-bottom: 8px !important;
}
.pl-lg-3[data-v-3927b27e],
  .px-lg-3[data-v-3927b27e] {
    padding-left: 8px !important;
}
.p-lg-305[data-v-3927b27e] {
    padding: 12px !important;
}
.pt-lg-305[data-v-3927b27e],
  .py-lg-305[data-v-3927b27e] {
    padding-top: 12px !important;
}
.pr-lg-305[data-v-3927b27e],
  .px-lg-305[data-v-3927b27e] {
    padding-right: 12px !important;
}
.pb-lg-305[data-v-3927b27e],
  .py-lg-305[data-v-3927b27e] {
    padding-bottom: 12px !important;
}
.pl-lg-305[data-v-3927b27e],
  .px-lg-305[data-v-3927b27e] {
    padding-left: 12px !important;
}
.p-lg-4[data-v-3927b27e] {
    padding: 16px !important;
}
.pt-lg-4[data-v-3927b27e],
  .py-lg-4[data-v-3927b27e] {
    padding-top: 16px !important;
}
.pr-lg-4[data-v-3927b27e],
  .px-lg-4[data-v-3927b27e] {
    padding-right: 16px !important;
}
.pb-lg-4[data-v-3927b27e],
  .py-lg-4[data-v-3927b27e] {
    padding-bottom: 16px !important;
}
.pl-lg-4[data-v-3927b27e],
  .px-lg-4[data-v-3927b27e] {
    padding-left: 16px !important;
}
.p-lg-405[data-v-3927b27e] {
    padding: 20px !important;
}
.pt-lg-405[data-v-3927b27e],
  .py-lg-405[data-v-3927b27e] {
    padding-top: 20px !important;
}
.pr-lg-405[data-v-3927b27e],
  .px-lg-405[data-v-3927b27e] {
    padding-right: 20px !important;
}
.pb-lg-405[data-v-3927b27e],
  .py-lg-405[data-v-3927b27e] {
    padding-bottom: 20px !important;
}
.pl-lg-405[data-v-3927b27e],
  .px-lg-405[data-v-3927b27e] {
    padding-left: 20px !important;
}
.p-lg-5[data-v-3927b27e] {
    padding: 24px !important;
}
.pt-lg-5[data-v-3927b27e],
  .py-lg-5[data-v-3927b27e] {
    padding-top: 24px !important;
}
.pr-lg-5[data-v-3927b27e],
  .px-lg-5[data-v-3927b27e] {
    padding-right: 24px !important;
}
.pb-lg-5[data-v-3927b27e],
  .py-lg-5[data-v-3927b27e] {
    padding-bottom: 24px !important;
}
.pl-lg-5[data-v-3927b27e],
  .px-lg-5[data-v-3927b27e] {
    padding-left: 24px !important;
}
.p-lg-505[data-v-3927b27e] {
    padding: 28px !important;
}
.pt-lg-505[data-v-3927b27e],
  .py-lg-505[data-v-3927b27e] {
    padding-top: 28px !important;
}
.pr-lg-505[data-v-3927b27e],
  .px-lg-505[data-v-3927b27e] {
    padding-right: 28px !important;
}
.pb-lg-505[data-v-3927b27e],
  .py-lg-505[data-v-3927b27e] {
    padding-bottom: 28px !important;
}
.pl-lg-505[data-v-3927b27e],
  .px-lg-505[data-v-3927b27e] {
    padding-left: 28px !important;
}
.p-lg-6[data-v-3927b27e] {
    padding: 32px !important;
}
.pt-lg-6[data-v-3927b27e],
  .py-lg-6[data-v-3927b27e] {
    padding-top: 32px !important;
}
.pr-lg-6[data-v-3927b27e],
  .px-lg-6[data-v-3927b27e] {
    padding-right: 32px !important;
}
.pb-lg-6[data-v-3927b27e],
  .py-lg-6[data-v-3927b27e] {
    padding-bottom: 32px !important;
}
.pl-lg-6[data-v-3927b27e],
  .px-lg-6[data-v-3927b27e] {
    padding-left: 32px !important;
}
.p-lg-605[data-v-3927b27e] {
    padding: 36px !important;
}
.pt-lg-605[data-v-3927b27e],
  .py-lg-605[data-v-3927b27e] {
    padding-top: 36px !important;
}
.pr-lg-605[data-v-3927b27e],
  .px-lg-605[data-v-3927b27e] {
    padding-right: 36px !important;
}
.pb-lg-605[data-v-3927b27e],
  .py-lg-605[data-v-3927b27e] {
    padding-bottom: 36px !important;
}
.pl-lg-605[data-v-3927b27e],
  .px-lg-605[data-v-3927b27e] {
    padding-left: 36px !important;
}
.p-lg-7[data-v-3927b27e] {
    padding: 40px !important;
}
.pt-lg-7[data-v-3927b27e],
  .py-lg-7[data-v-3927b27e] {
    padding-top: 40px !important;
}
.pr-lg-7[data-v-3927b27e],
  .px-lg-7[data-v-3927b27e] {
    padding-right: 40px !important;
}
.pb-lg-7[data-v-3927b27e],
  .py-lg-7[data-v-3927b27e] {
    padding-bottom: 40px !important;
}
.pl-lg-7[data-v-3927b27e],
  .px-lg-7[data-v-3927b27e] {
    padding-left: 40px !important;
}
.p-lg-705[data-v-3927b27e] {
    padding: 44px !important;
}
.pt-lg-705[data-v-3927b27e],
  .py-lg-705[data-v-3927b27e] {
    padding-top: 44px !important;
}
.pr-lg-705[data-v-3927b27e],
  .px-lg-705[data-v-3927b27e] {
    padding-right: 44px !important;
}
.pb-lg-705[data-v-3927b27e],
  .py-lg-705[data-v-3927b27e] {
    padding-bottom: 44px !important;
}
.pl-lg-705[data-v-3927b27e],
  .px-lg-705[data-v-3927b27e] {
    padding-left: 44px !important;
}
.p-lg-8[data-v-3927b27e] {
    padding: 48px !important;
}
.pt-lg-8[data-v-3927b27e],
  .py-lg-8[data-v-3927b27e] {
    padding-top: 48px !important;
}
.pr-lg-8[data-v-3927b27e],
  .px-lg-8[data-v-3927b27e] {
    padding-right: 48px !important;
}
.pb-lg-8[data-v-3927b27e],
  .py-lg-8[data-v-3927b27e] {
    padding-bottom: 48px !important;
}
.pl-lg-8[data-v-3927b27e],
  .px-lg-8[data-v-3927b27e] {
    padding-left: 48px !important;
}
.p-lg-805[data-v-3927b27e] {
    padding: 52px !important;
}
.pt-lg-805[data-v-3927b27e],
  .py-lg-805[data-v-3927b27e] {
    padding-top: 52px !important;
}
.pr-lg-805[data-v-3927b27e],
  .px-lg-805[data-v-3927b27e] {
    padding-right: 52px !important;
}
.pb-lg-805[data-v-3927b27e],
  .py-lg-805[data-v-3927b27e] {
    padding-bottom: 52px !important;
}
.pl-lg-805[data-v-3927b27e],
  .px-lg-805[data-v-3927b27e] {
    padding-left: 52px !important;
}
.p-lg-9[data-v-3927b27e] {
    padding: 56px !important;
}
.pt-lg-9[data-v-3927b27e],
  .py-lg-9[data-v-3927b27e] {
    padding-top: 56px !important;
}
.pr-lg-9[data-v-3927b27e],
  .px-lg-9[data-v-3927b27e] {
    padding-right: 56px !important;
}
.pb-lg-9[data-v-3927b27e],
  .py-lg-9[data-v-3927b27e] {
    padding-bottom: 56px !important;
}
.pl-lg-9[data-v-3927b27e],
  .px-lg-9[data-v-3927b27e] {
    padding-left: 56px !important;
}
.p-lg-905[data-v-3927b27e] {
    padding: 60px !important;
}
.pt-lg-905[data-v-3927b27e],
  .py-lg-905[data-v-3927b27e] {
    padding-top: 60px !important;
}
.pr-lg-905[data-v-3927b27e],
  .px-lg-905[data-v-3927b27e] {
    padding-right: 60px !important;
}
.pb-lg-905[data-v-3927b27e],
  .py-lg-905[data-v-3927b27e] {
    padding-bottom: 60px !important;
}
.pl-lg-905[data-v-3927b27e],
  .px-lg-905[data-v-3927b27e] {
    padding-left: 60px !important;
}
.m-lg-auto[data-v-3927b27e] {
    margin: auto !important;
}
.mt-lg-auto[data-v-3927b27e],
  .my-lg-auto[data-v-3927b27e] {
    margin-top: auto !important;
}
.mr-lg-auto[data-v-3927b27e],
  .mx-lg-auto[data-v-3927b27e] {
    margin-right: auto !important;
}
.mb-lg-auto[data-v-3927b27e],
  .my-lg-auto[data-v-3927b27e] {
    margin-bottom: auto !important;
}
.ml-lg-auto[data-v-3927b27e],
  .mx-lg-auto[data-v-3927b27e] {
    margin-left: auto !important;
}
}
@media (min-width: 1200px) {
.m-xl-0[data-v-3927b27e] {
    margin: 0 !important;
}
.mt-xl-0[data-v-3927b27e],
  .my-xl-0[data-v-3927b27e] {
    margin-top: 0 !important;
}
.mr-xl-0[data-v-3927b27e],
  .mx-xl-0[data-v-3927b27e] {
    margin-right: 0 !important;
}
.mb-xl-0[data-v-3927b27e],
  .my-xl-0[data-v-3927b27e] {
    margin-bottom: 0 !important;
}
.ml-xl-0[data-v-3927b27e],
  .mx-xl-0[data-v-3927b27e] {
    margin-left: 0 !important;
}
.m-xl-1[data-v-3927b27e] {
    margin: 2px !important;
}
.mt-xl-1[data-v-3927b27e],
  .my-xl-1[data-v-3927b27e] {
    margin-top: 2px !important;
}
.mr-xl-1[data-v-3927b27e],
  .mx-xl-1[data-v-3927b27e] {
    margin-right: 2px !important;
}
.mb-xl-1[data-v-3927b27e],
  .my-xl-1[data-v-3927b27e] {
    margin-bottom: 2px !important;
}
.ml-xl-1[data-v-3927b27e],
  .mx-xl-1[data-v-3927b27e] {
    margin-left: 2px !important;
}
.m-xl-2[data-v-3927b27e] {
    margin: 4px !important;
}
.mt-xl-2[data-v-3927b27e],
  .my-xl-2[data-v-3927b27e] {
    margin-top: 4px !important;
}
.mr-xl-2[data-v-3927b27e],
  .mx-xl-2[data-v-3927b27e] {
    margin-right: 4px !important;
}
.mb-xl-2[data-v-3927b27e],
  .my-xl-2[data-v-3927b27e] {
    margin-bottom: 4px !important;
}
.ml-xl-2[data-v-3927b27e],
  .mx-xl-2[data-v-3927b27e] {
    margin-left: 4px !important;
}
.m-xl-3[data-v-3927b27e] {
    margin: 8px !important;
}
.mt-xl-3[data-v-3927b27e],
  .my-xl-3[data-v-3927b27e] {
    margin-top: 8px !important;
}
.mr-xl-3[data-v-3927b27e],
  .mx-xl-3[data-v-3927b27e] {
    margin-right: 8px !important;
}
.mb-xl-3[data-v-3927b27e],
  .my-xl-3[data-v-3927b27e] {
    margin-bottom: 8px !important;
}
.ml-xl-3[data-v-3927b27e],
  .mx-xl-3[data-v-3927b27e] {
    margin-left: 8px !important;
}
.m-xl-305[data-v-3927b27e] {
    margin: 12px !important;
}
.mt-xl-305[data-v-3927b27e],
  .my-xl-305[data-v-3927b27e] {
    margin-top: 12px !important;
}
.mr-xl-305[data-v-3927b27e],
  .mx-xl-305[data-v-3927b27e] {
    margin-right: 12px !important;
}
.mb-xl-305[data-v-3927b27e],
  .my-xl-305[data-v-3927b27e] {
    margin-bottom: 12px !important;
}
.ml-xl-305[data-v-3927b27e],
  .mx-xl-305[data-v-3927b27e] {
    margin-left: 12px !important;
}
.m-xl-4[data-v-3927b27e] {
    margin: 16px !important;
}
.mt-xl-4[data-v-3927b27e],
  .my-xl-4[data-v-3927b27e] {
    margin-top: 16px !important;
}
.mr-xl-4[data-v-3927b27e],
  .mx-xl-4[data-v-3927b27e] {
    margin-right: 16px !important;
}
.mb-xl-4[data-v-3927b27e],
  .my-xl-4[data-v-3927b27e] {
    margin-bottom: 16px !important;
}
.ml-xl-4[data-v-3927b27e],
  .mx-xl-4[data-v-3927b27e] {
    margin-left: 16px !important;
}
.m-xl-405[data-v-3927b27e] {
    margin: 20px !important;
}
.mt-xl-405[data-v-3927b27e],
  .my-xl-405[data-v-3927b27e] {
    margin-top: 20px !important;
}
.mr-xl-405[data-v-3927b27e],
  .mx-xl-405[data-v-3927b27e] {
    margin-right: 20px !important;
}
.mb-xl-405[data-v-3927b27e],
  .my-xl-405[data-v-3927b27e] {
    margin-bottom: 20px !important;
}
.ml-xl-405[data-v-3927b27e],
  .mx-xl-405[data-v-3927b27e] {
    margin-left: 20px !important;
}
.m-xl-5[data-v-3927b27e] {
    margin: 24px !important;
}
.mt-xl-5[data-v-3927b27e],
  .my-xl-5[data-v-3927b27e] {
    margin-top: 24px !important;
}
.mr-xl-5[data-v-3927b27e],
  .mx-xl-5[data-v-3927b27e] {
    margin-right: 24px !important;
}
.mb-xl-5[data-v-3927b27e],
  .my-xl-5[data-v-3927b27e] {
    margin-bottom: 24px !important;
}
.ml-xl-5[data-v-3927b27e],
  .mx-xl-5[data-v-3927b27e] {
    margin-left: 24px !important;
}
.m-xl-505[data-v-3927b27e] {
    margin: 28px !important;
}
.mt-xl-505[data-v-3927b27e],
  .my-xl-505[data-v-3927b27e] {
    margin-top: 28px !important;
}
.mr-xl-505[data-v-3927b27e],
  .mx-xl-505[data-v-3927b27e] {
    margin-right: 28px !important;
}
.mb-xl-505[data-v-3927b27e],
  .my-xl-505[data-v-3927b27e] {
    margin-bottom: 28px !important;
}
.ml-xl-505[data-v-3927b27e],
  .mx-xl-505[data-v-3927b27e] {
    margin-left: 28px !important;
}
.m-xl-6[data-v-3927b27e] {
    margin: 32px !important;
}
.mt-xl-6[data-v-3927b27e],
  .my-xl-6[data-v-3927b27e] {
    margin-top: 32px !important;
}
.mr-xl-6[data-v-3927b27e],
  .mx-xl-6[data-v-3927b27e] {
    margin-right: 32px !important;
}
.mb-xl-6[data-v-3927b27e],
  .my-xl-6[data-v-3927b27e] {
    margin-bottom: 32px !important;
}
.ml-xl-6[data-v-3927b27e],
  .mx-xl-6[data-v-3927b27e] {
    margin-left: 32px !important;
}
.m-xl-605[data-v-3927b27e] {
    margin: 36px !important;
}
.mt-xl-605[data-v-3927b27e],
  .my-xl-605[data-v-3927b27e] {
    margin-top: 36px !important;
}
.mr-xl-605[data-v-3927b27e],
  .mx-xl-605[data-v-3927b27e] {
    margin-right: 36px !important;
}
.mb-xl-605[data-v-3927b27e],
  .my-xl-605[data-v-3927b27e] {
    margin-bottom: 36px !important;
}
.ml-xl-605[data-v-3927b27e],
  .mx-xl-605[data-v-3927b27e] {
    margin-left: 36px !important;
}
.m-xl-7[data-v-3927b27e] {
    margin: 40px !important;
}
.mt-xl-7[data-v-3927b27e],
  .my-xl-7[data-v-3927b27e] {
    margin-top: 40px !important;
}
.mr-xl-7[data-v-3927b27e],
  .mx-xl-7[data-v-3927b27e] {
    margin-right: 40px !important;
}
.mb-xl-7[data-v-3927b27e],
  .my-xl-7[data-v-3927b27e] {
    margin-bottom: 40px !important;
}
.ml-xl-7[data-v-3927b27e],
  .mx-xl-7[data-v-3927b27e] {
    margin-left: 40px !important;
}
.m-xl-705[data-v-3927b27e] {
    margin: 44px !important;
}
.mt-xl-705[data-v-3927b27e],
  .my-xl-705[data-v-3927b27e] {
    margin-top: 44px !important;
}
.mr-xl-705[data-v-3927b27e],
  .mx-xl-705[data-v-3927b27e] {
    margin-right: 44px !important;
}
.mb-xl-705[data-v-3927b27e],
  .my-xl-705[data-v-3927b27e] {
    margin-bottom: 44px !important;
}
.ml-xl-705[data-v-3927b27e],
  .mx-xl-705[data-v-3927b27e] {
    margin-left: 44px !important;
}
.m-xl-8[data-v-3927b27e] {
    margin: 48px !important;
}
.mt-xl-8[data-v-3927b27e],
  .my-xl-8[data-v-3927b27e] {
    margin-top: 48px !important;
}
.mr-xl-8[data-v-3927b27e],
  .mx-xl-8[data-v-3927b27e] {
    margin-right: 48px !important;
}
.mb-xl-8[data-v-3927b27e],
  .my-xl-8[data-v-3927b27e] {
    margin-bottom: 48px !important;
}
.ml-xl-8[data-v-3927b27e],
  .mx-xl-8[data-v-3927b27e] {
    margin-left: 48px !important;
}
.m-xl-805[data-v-3927b27e] {
    margin: 52px !important;
}
.mt-xl-805[data-v-3927b27e],
  .my-xl-805[data-v-3927b27e] {
    margin-top: 52px !important;
}
.mr-xl-805[data-v-3927b27e],
  .mx-xl-805[data-v-3927b27e] {
    margin-right: 52px !important;
}
.mb-xl-805[data-v-3927b27e],
  .my-xl-805[data-v-3927b27e] {
    margin-bottom: 52px !important;
}
.ml-xl-805[data-v-3927b27e],
  .mx-xl-805[data-v-3927b27e] {
    margin-left: 52px !important;
}
.m-xl-9[data-v-3927b27e] {
    margin: 56px !important;
}
.mt-xl-9[data-v-3927b27e],
  .my-xl-9[data-v-3927b27e] {
    margin-top: 56px !important;
}
.mr-xl-9[data-v-3927b27e],
  .mx-xl-9[data-v-3927b27e] {
    margin-right: 56px !important;
}
.mb-xl-9[data-v-3927b27e],
  .my-xl-9[data-v-3927b27e] {
    margin-bottom: 56px !important;
}
.ml-xl-9[data-v-3927b27e],
  .mx-xl-9[data-v-3927b27e] {
    margin-left: 56px !important;
}
.m-xl-905[data-v-3927b27e] {
    margin: 60px !important;
}
.mt-xl-905[data-v-3927b27e],
  .my-xl-905[data-v-3927b27e] {
    margin-top: 60px !important;
}
.mr-xl-905[data-v-3927b27e],
  .mx-xl-905[data-v-3927b27e] {
    margin-right: 60px !important;
}
.mb-xl-905[data-v-3927b27e],
  .my-xl-905[data-v-3927b27e] {
    margin-bottom: 60px !important;
}
.ml-xl-905[data-v-3927b27e],
  .mx-xl-905[data-v-3927b27e] {
    margin-left: 60px !important;
}
.p-xl-0[data-v-3927b27e] {
    padding: 0 !important;
}
.pt-xl-0[data-v-3927b27e],
  .py-xl-0[data-v-3927b27e] {
    padding-top: 0 !important;
}
.pr-xl-0[data-v-3927b27e],
  .px-xl-0[data-v-3927b27e] {
    padding-right: 0 !important;
}
.pb-xl-0[data-v-3927b27e],
  .py-xl-0[data-v-3927b27e] {
    padding-bottom: 0 !important;
}
.pl-xl-0[data-v-3927b27e],
  .px-xl-0[data-v-3927b27e] {
    padding-left: 0 !important;
}
.p-xl-1[data-v-3927b27e] {
    padding: 2px !important;
}
.pt-xl-1[data-v-3927b27e],
  .py-xl-1[data-v-3927b27e] {
    padding-top: 2px !important;
}
.pr-xl-1[data-v-3927b27e],
  .px-xl-1[data-v-3927b27e] {
    padding-right: 2px !important;
}
.pb-xl-1[data-v-3927b27e],
  .py-xl-1[data-v-3927b27e] {
    padding-bottom: 2px !important;
}
.pl-xl-1[data-v-3927b27e],
  .px-xl-1[data-v-3927b27e] {
    padding-left: 2px !important;
}
.p-xl-2[data-v-3927b27e] {
    padding: 4px !important;
}
.pt-xl-2[data-v-3927b27e],
  .py-xl-2[data-v-3927b27e] {
    padding-top: 4px !important;
}
.pr-xl-2[data-v-3927b27e],
  .px-xl-2[data-v-3927b27e] {
    padding-right: 4px !important;
}
.pb-xl-2[data-v-3927b27e],
  .py-xl-2[data-v-3927b27e] {
    padding-bottom: 4px !important;
}
.pl-xl-2[data-v-3927b27e],
  .px-xl-2[data-v-3927b27e] {
    padding-left: 4px !important;
}
.p-xl-3[data-v-3927b27e] {
    padding: 8px !important;
}
.pt-xl-3[data-v-3927b27e],
  .py-xl-3[data-v-3927b27e] {
    padding-top: 8px !important;
}
.pr-xl-3[data-v-3927b27e],
  .px-xl-3[data-v-3927b27e] {
    padding-right: 8px !important;
}
.pb-xl-3[data-v-3927b27e],
  .py-xl-3[data-v-3927b27e] {
    padding-bottom: 8px !important;
}
.pl-xl-3[data-v-3927b27e],
  .px-xl-3[data-v-3927b27e] {
    padding-left: 8px !important;
}
.p-xl-305[data-v-3927b27e] {
    padding: 12px !important;
}
.pt-xl-305[data-v-3927b27e],
  .py-xl-305[data-v-3927b27e] {
    padding-top: 12px !important;
}
.pr-xl-305[data-v-3927b27e],
  .px-xl-305[data-v-3927b27e] {
    padding-right: 12px !important;
}
.pb-xl-305[data-v-3927b27e],
  .py-xl-305[data-v-3927b27e] {
    padding-bottom: 12px !important;
}
.pl-xl-305[data-v-3927b27e],
  .px-xl-305[data-v-3927b27e] {
    padding-left: 12px !important;
}
.p-xl-4[data-v-3927b27e] {
    padding: 16px !important;
}
.pt-xl-4[data-v-3927b27e],
  .py-xl-4[data-v-3927b27e] {
    padding-top: 16px !important;
}
.pr-xl-4[data-v-3927b27e],
  .px-xl-4[data-v-3927b27e] {
    padding-right: 16px !important;
}
.pb-xl-4[data-v-3927b27e],
  .py-xl-4[data-v-3927b27e] {
    padding-bottom: 16px !important;
}
.pl-xl-4[data-v-3927b27e],
  .px-xl-4[data-v-3927b27e] {
    padding-left: 16px !important;
}
.p-xl-405[data-v-3927b27e] {
    padding: 20px !important;
}
.pt-xl-405[data-v-3927b27e],
  .py-xl-405[data-v-3927b27e] {
    padding-top: 20px !important;
}
.pr-xl-405[data-v-3927b27e],
  .px-xl-405[data-v-3927b27e] {
    padding-right: 20px !important;
}
.pb-xl-405[data-v-3927b27e],
  .py-xl-405[data-v-3927b27e] {
    padding-bottom: 20px !important;
}
.pl-xl-405[data-v-3927b27e],
  .px-xl-405[data-v-3927b27e] {
    padding-left: 20px !important;
}
.p-xl-5[data-v-3927b27e] {
    padding: 24px !important;
}
.pt-xl-5[data-v-3927b27e],
  .py-xl-5[data-v-3927b27e] {
    padding-top: 24px !important;
}
.pr-xl-5[data-v-3927b27e],
  .px-xl-5[data-v-3927b27e] {
    padding-right: 24px !important;
}
.pb-xl-5[data-v-3927b27e],
  .py-xl-5[data-v-3927b27e] {
    padding-bottom: 24px !important;
}
.pl-xl-5[data-v-3927b27e],
  .px-xl-5[data-v-3927b27e] {
    padding-left: 24px !important;
}
.p-xl-505[data-v-3927b27e] {
    padding: 28px !important;
}
.pt-xl-505[data-v-3927b27e],
  .py-xl-505[data-v-3927b27e] {
    padding-top: 28px !important;
}
.pr-xl-505[data-v-3927b27e],
  .px-xl-505[data-v-3927b27e] {
    padding-right: 28px !important;
}
.pb-xl-505[data-v-3927b27e],
  .py-xl-505[data-v-3927b27e] {
    padding-bottom: 28px !important;
}
.pl-xl-505[data-v-3927b27e],
  .px-xl-505[data-v-3927b27e] {
    padding-left: 28px !important;
}
.p-xl-6[data-v-3927b27e] {
    padding: 32px !important;
}
.pt-xl-6[data-v-3927b27e],
  .py-xl-6[data-v-3927b27e] {
    padding-top: 32px !important;
}
.pr-xl-6[data-v-3927b27e],
  .px-xl-6[data-v-3927b27e] {
    padding-right: 32px !important;
}
.pb-xl-6[data-v-3927b27e],
  .py-xl-6[data-v-3927b27e] {
    padding-bottom: 32px !important;
}
.pl-xl-6[data-v-3927b27e],
  .px-xl-6[data-v-3927b27e] {
    padding-left: 32px !important;
}
.p-xl-605[data-v-3927b27e] {
    padding: 36px !important;
}
.pt-xl-605[data-v-3927b27e],
  .py-xl-605[data-v-3927b27e] {
    padding-top: 36px !important;
}
.pr-xl-605[data-v-3927b27e],
  .px-xl-605[data-v-3927b27e] {
    padding-right: 36px !important;
}
.pb-xl-605[data-v-3927b27e],
  .py-xl-605[data-v-3927b27e] {
    padding-bottom: 36px !important;
}
.pl-xl-605[data-v-3927b27e],
  .px-xl-605[data-v-3927b27e] {
    padding-left: 36px !important;
}
.p-xl-7[data-v-3927b27e] {
    padding: 40px !important;
}
.pt-xl-7[data-v-3927b27e],
  .py-xl-7[data-v-3927b27e] {
    padding-top: 40px !important;
}
.pr-xl-7[data-v-3927b27e],
  .px-xl-7[data-v-3927b27e] {
    padding-right: 40px !important;
}
.pb-xl-7[data-v-3927b27e],
  .py-xl-7[data-v-3927b27e] {
    padding-bottom: 40px !important;
}
.pl-xl-7[data-v-3927b27e],
  .px-xl-7[data-v-3927b27e] {
    padding-left: 40px !important;
}
.p-xl-705[data-v-3927b27e] {
    padding: 44px !important;
}
.pt-xl-705[data-v-3927b27e],
  .py-xl-705[data-v-3927b27e] {
    padding-top: 44px !important;
}
.pr-xl-705[data-v-3927b27e],
  .px-xl-705[data-v-3927b27e] {
    padding-right: 44px !important;
}
.pb-xl-705[data-v-3927b27e],
  .py-xl-705[data-v-3927b27e] {
    padding-bottom: 44px !important;
}
.pl-xl-705[data-v-3927b27e],
  .px-xl-705[data-v-3927b27e] {
    padding-left: 44px !important;
}
.p-xl-8[data-v-3927b27e] {
    padding: 48px !important;
}
.pt-xl-8[data-v-3927b27e],
  .py-xl-8[data-v-3927b27e] {
    padding-top: 48px !important;
}
.pr-xl-8[data-v-3927b27e],
  .px-xl-8[data-v-3927b27e] {
    padding-right: 48px !important;
}
.pb-xl-8[data-v-3927b27e],
  .py-xl-8[data-v-3927b27e] {
    padding-bottom: 48px !important;
}
.pl-xl-8[data-v-3927b27e],
  .px-xl-8[data-v-3927b27e] {
    padding-left: 48px !important;
}
.p-xl-805[data-v-3927b27e] {
    padding: 52px !important;
}
.pt-xl-805[data-v-3927b27e],
  .py-xl-805[data-v-3927b27e] {
    padding-top: 52px !important;
}
.pr-xl-805[data-v-3927b27e],
  .px-xl-805[data-v-3927b27e] {
    padding-right: 52px !important;
}
.pb-xl-805[data-v-3927b27e],
  .py-xl-805[data-v-3927b27e] {
    padding-bottom: 52px !important;
}
.pl-xl-805[data-v-3927b27e],
  .px-xl-805[data-v-3927b27e] {
    padding-left: 52px !important;
}
.p-xl-9[data-v-3927b27e] {
    padding: 56px !important;
}
.pt-xl-9[data-v-3927b27e],
  .py-xl-9[data-v-3927b27e] {
    padding-top: 56px !important;
}
.pr-xl-9[data-v-3927b27e],
  .px-xl-9[data-v-3927b27e] {
    padding-right: 56px !important;
}
.pb-xl-9[data-v-3927b27e],
  .py-xl-9[data-v-3927b27e] {
    padding-bottom: 56px !important;
}
.pl-xl-9[data-v-3927b27e],
  .px-xl-9[data-v-3927b27e] {
    padding-left: 56px !important;
}
.p-xl-905[data-v-3927b27e] {
    padding: 60px !important;
}
.pt-xl-905[data-v-3927b27e],
  .py-xl-905[data-v-3927b27e] {
    padding-top: 60px !important;
}
.pr-xl-905[data-v-3927b27e],
  .px-xl-905[data-v-3927b27e] {
    padding-right: 60px !important;
}
.pb-xl-905[data-v-3927b27e],
  .py-xl-905[data-v-3927b27e] {
    padding-bottom: 60px !important;
}
.pl-xl-905[data-v-3927b27e],
  .px-xl-905[data-v-3927b27e] {
    padding-left: 60px !important;
}
.m-xl-auto[data-v-3927b27e] {
    margin: auto !important;
}
.mt-xl-auto[data-v-3927b27e],
  .my-xl-auto[data-v-3927b27e] {
    margin-top: auto !important;
}
.mr-xl-auto[data-v-3927b27e],
  .mx-xl-auto[data-v-3927b27e] {
    margin-right: auto !important;
}
.mb-xl-auto[data-v-3927b27e],
  .my-xl-auto[data-v-3927b27e] {
    margin-bottom: auto !important;
}
.ml-xl-auto[data-v-3927b27e],
  .mx-xl-auto[data-v-3927b27e] {
    margin-left: auto !important;
}
}
@media (min-width: 1400px) {
.m-xxl-0[data-v-3927b27e] {
    margin: 0 !important;
}
.mt-xxl-0[data-v-3927b27e],
  .my-xxl-0[data-v-3927b27e] {
    margin-top: 0 !important;
}
.mr-xxl-0[data-v-3927b27e],
  .mx-xxl-0[data-v-3927b27e] {
    margin-right: 0 !important;
}
.mb-xxl-0[data-v-3927b27e],
  .my-xxl-0[data-v-3927b27e] {
    margin-bottom: 0 !important;
}
.ml-xxl-0[data-v-3927b27e],
  .mx-xxl-0[data-v-3927b27e] {
    margin-left: 0 !important;
}
.m-xxl-1[data-v-3927b27e] {
    margin: 2px !important;
}
.mt-xxl-1[data-v-3927b27e],
  .my-xxl-1[data-v-3927b27e] {
    margin-top: 2px !important;
}
.mr-xxl-1[data-v-3927b27e],
  .mx-xxl-1[data-v-3927b27e] {
    margin-right: 2px !important;
}
.mb-xxl-1[data-v-3927b27e],
  .my-xxl-1[data-v-3927b27e] {
    margin-bottom: 2px !important;
}
.ml-xxl-1[data-v-3927b27e],
  .mx-xxl-1[data-v-3927b27e] {
    margin-left: 2px !important;
}
.m-xxl-2[data-v-3927b27e] {
    margin: 4px !important;
}
.mt-xxl-2[data-v-3927b27e],
  .my-xxl-2[data-v-3927b27e] {
    margin-top: 4px !important;
}
.mr-xxl-2[data-v-3927b27e],
  .mx-xxl-2[data-v-3927b27e] {
    margin-right: 4px !important;
}
.mb-xxl-2[data-v-3927b27e],
  .my-xxl-2[data-v-3927b27e] {
    margin-bottom: 4px !important;
}
.ml-xxl-2[data-v-3927b27e],
  .mx-xxl-2[data-v-3927b27e] {
    margin-left: 4px !important;
}
.m-xxl-3[data-v-3927b27e] {
    margin: 8px !important;
}
.mt-xxl-3[data-v-3927b27e],
  .my-xxl-3[data-v-3927b27e] {
    margin-top: 8px !important;
}
.mr-xxl-3[data-v-3927b27e],
  .mx-xxl-3[data-v-3927b27e] {
    margin-right: 8px !important;
}
.mb-xxl-3[data-v-3927b27e],
  .my-xxl-3[data-v-3927b27e] {
    margin-bottom: 8px !important;
}
.ml-xxl-3[data-v-3927b27e],
  .mx-xxl-3[data-v-3927b27e] {
    margin-left: 8px !important;
}
.m-xxl-305[data-v-3927b27e] {
    margin: 12px !important;
}
.mt-xxl-305[data-v-3927b27e],
  .my-xxl-305[data-v-3927b27e] {
    margin-top: 12px !important;
}
.mr-xxl-305[data-v-3927b27e],
  .mx-xxl-305[data-v-3927b27e] {
    margin-right: 12px !important;
}
.mb-xxl-305[data-v-3927b27e],
  .my-xxl-305[data-v-3927b27e] {
    margin-bottom: 12px !important;
}
.ml-xxl-305[data-v-3927b27e],
  .mx-xxl-305[data-v-3927b27e] {
    margin-left: 12px !important;
}
.m-xxl-4[data-v-3927b27e] {
    margin: 16px !important;
}
.mt-xxl-4[data-v-3927b27e],
  .my-xxl-4[data-v-3927b27e] {
    margin-top: 16px !important;
}
.mr-xxl-4[data-v-3927b27e],
  .mx-xxl-4[data-v-3927b27e] {
    margin-right: 16px !important;
}
.mb-xxl-4[data-v-3927b27e],
  .my-xxl-4[data-v-3927b27e] {
    margin-bottom: 16px !important;
}
.ml-xxl-4[data-v-3927b27e],
  .mx-xxl-4[data-v-3927b27e] {
    margin-left: 16px !important;
}
.m-xxl-405[data-v-3927b27e] {
    margin: 20px !important;
}
.mt-xxl-405[data-v-3927b27e],
  .my-xxl-405[data-v-3927b27e] {
    margin-top: 20px !important;
}
.mr-xxl-405[data-v-3927b27e],
  .mx-xxl-405[data-v-3927b27e] {
    margin-right: 20px !important;
}
.mb-xxl-405[data-v-3927b27e],
  .my-xxl-405[data-v-3927b27e] {
    margin-bottom: 20px !important;
}
.ml-xxl-405[data-v-3927b27e],
  .mx-xxl-405[data-v-3927b27e] {
    margin-left: 20px !important;
}
.m-xxl-5[data-v-3927b27e] {
    margin: 24px !important;
}
.mt-xxl-5[data-v-3927b27e],
  .my-xxl-5[data-v-3927b27e] {
    margin-top: 24px !important;
}
.mr-xxl-5[data-v-3927b27e],
  .mx-xxl-5[data-v-3927b27e] {
    margin-right: 24px !important;
}
.mb-xxl-5[data-v-3927b27e],
  .my-xxl-5[data-v-3927b27e] {
    margin-bottom: 24px !important;
}
.ml-xxl-5[data-v-3927b27e],
  .mx-xxl-5[data-v-3927b27e] {
    margin-left: 24px !important;
}
.m-xxl-505[data-v-3927b27e] {
    margin: 28px !important;
}
.mt-xxl-505[data-v-3927b27e],
  .my-xxl-505[data-v-3927b27e] {
    margin-top: 28px !important;
}
.mr-xxl-505[data-v-3927b27e],
  .mx-xxl-505[data-v-3927b27e] {
    margin-right: 28px !important;
}
.mb-xxl-505[data-v-3927b27e],
  .my-xxl-505[data-v-3927b27e] {
    margin-bottom: 28px !important;
}
.ml-xxl-505[data-v-3927b27e],
  .mx-xxl-505[data-v-3927b27e] {
    margin-left: 28px !important;
}
.m-xxl-6[data-v-3927b27e] {
    margin: 32px !important;
}
.mt-xxl-6[data-v-3927b27e],
  .my-xxl-6[data-v-3927b27e] {
    margin-top: 32px !important;
}
.mr-xxl-6[data-v-3927b27e],
  .mx-xxl-6[data-v-3927b27e] {
    margin-right: 32px !important;
}
.mb-xxl-6[data-v-3927b27e],
  .my-xxl-6[data-v-3927b27e] {
    margin-bottom: 32px !important;
}
.ml-xxl-6[data-v-3927b27e],
  .mx-xxl-6[data-v-3927b27e] {
    margin-left: 32px !important;
}
.m-xxl-605[data-v-3927b27e] {
    margin: 36px !important;
}
.mt-xxl-605[data-v-3927b27e],
  .my-xxl-605[data-v-3927b27e] {
    margin-top: 36px !important;
}
.mr-xxl-605[data-v-3927b27e],
  .mx-xxl-605[data-v-3927b27e] {
    margin-right: 36px !important;
}
.mb-xxl-605[data-v-3927b27e],
  .my-xxl-605[data-v-3927b27e] {
    margin-bottom: 36px !important;
}
.ml-xxl-605[data-v-3927b27e],
  .mx-xxl-605[data-v-3927b27e] {
    margin-left: 36px !important;
}
.m-xxl-7[data-v-3927b27e] {
    margin: 40px !important;
}
.mt-xxl-7[data-v-3927b27e],
  .my-xxl-7[data-v-3927b27e] {
    margin-top: 40px !important;
}
.mr-xxl-7[data-v-3927b27e],
  .mx-xxl-7[data-v-3927b27e] {
    margin-right: 40px !important;
}
.mb-xxl-7[data-v-3927b27e],
  .my-xxl-7[data-v-3927b27e] {
    margin-bottom: 40px !important;
}
.ml-xxl-7[data-v-3927b27e],
  .mx-xxl-7[data-v-3927b27e] {
    margin-left: 40px !important;
}
.m-xxl-705[data-v-3927b27e] {
    margin: 44px !important;
}
.mt-xxl-705[data-v-3927b27e],
  .my-xxl-705[data-v-3927b27e] {
    margin-top: 44px !important;
}
.mr-xxl-705[data-v-3927b27e],
  .mx-xxl-705[data-v-3927b27e] {
    margin-right: 44px !important;
}
.mb-xxl-705[data-v-3927b27e],
  .my-xxl-705[data-v-3927b27e] {
    margin-bottom: 44px !important;
}
.ml-xxl-705[data-v-3927b27e],
  .mx-xxl-705[data-v-3927b27e] {
    margin-left: 44px !important;
}
.m-xxl-8[data-v-3927b27e] {
    margin: 48px !important;
}
.mt-xxl-8[data-v-3927b27e],
  .my-xxl-8[data-v-3927b27e] {
    margin-top: 48px !important;
}
.mr-xxl-8[data-v-3927b27e],
  .mx-xxl-8[data-v-3927b27e] {
    margin-right: 48px !important;
}
.mb-xxl-8[data-v-3927b27e],
  .my-xxl-8[data-v-3927b27e] {
    margin-bottom: 48px !important;
}
.ml-xxl-8[data-v-3927b27e],
  .mx-xxl-8[data-v-3927b27e] {
    margin-left: 48px !important;
}
.m-xxl-805[data-v-3927b27e] {
    margin: 52px !important;
}
.mt-xxl-805[data-v-3927b27e],
  .my-xxl-805[data-v-3927b27e] {
    margin-top: 52px !important;
}
.mr-xxl-805[data-v-3927b27e],
  .mx-xxl-805[data-v-3927b27e] {
    margin-right: 52px !important;
}
.mb-xxl-805[data-v-3927b27e],
  .my-xxl-805[data-v-3927b27e] {
    margin-bottom: 52px !important;
}
.ml-xxl-805[data-v-3927b27e],
  .mx-xxl-805[data-v-3927b27e] {
    margin-left: 52px !important;
}
.m-xxl-9[data-v-3927b27e] {
    margin: 56px !important;
}
.mt-xxl-9[data-v-3927b27e],
  .my-xxl-9[data-v-3927b27e] {
    margin-top: 56px !important;
}
.mr-xxl-9[data-v-3927b27e],
  .mx-xxl-9[data-v-3927b27e] {
    margin-right: 56px !important;
}
.mb-xxl-9[data-v-3927b27e],
  .my-xxl-9[data-v-3927b27e] {
    margin-bottom: 56px !important;
}
.ml-xxl-9[data-v-3927b27e],
  .mx-xxl-9[data-v-3927b27e] {
    margin-left: 56px !important;
}
.m-xxl-905[data-v-3927b27e] {
    margin: 60px !important;
}
.mt-xxl-905[data-v-3927b27e],
  .my-xxl-905[data-v-3927b27e] {
    margin-top: 60px !important;
}
.mr-xxl-905[data-v-3927b27e],
  .mx-xxl-905[data-v-3927b27e] {
    margin-right: 60px !important;
}
.mb-xxl-905[data-v-3927b27e],
  .my-xxl-905[data-v-3927b27e] {
    margin-bottom: 60px !important;
}
.ml-xxl-905[data-v-3927b27e],
  .mx-xxl-905[data-v-3927b27e] {
    margin-left: 60px !important;
}
.p-xxl-0[data-v-3927b27e] {
    padding: 0 !important;
}
.pt-xxl-0[data-v-3927b27e],
  .py-xxl-0[data-v-3927b27e] {
    padding-top: 0 !important;
}
.pr-xxl-0[data-v-3927b27e],
  .px-xxl-0[data-v-3927b27e] {
    padding-right: 0 !important;
}
.pb-xxl-0[data-v-3927b27e],
  .py-xxl-0[data-v-3927b27e] {
    padding-bottom: 0 !important;
}
.pl-xxl-0[data-v-3927b27e],
  .px-xxl-0[data-v-3927b27e] {
    padding-left: 0 !important;
}
.p-xxl-1[data-v-3927b27e] {
    padding: 2px !important;
}
.pt-xxl-1[data-v-3927b27e],
  .py-xxl-1[data-v-3927b27e] {
    padding-top: 2px !important;
}
.pr-xxl-1[data-v-3927b27e],
  .px-xxl-1[data-v-3927b27e] {
    padding-right: 2px !important;
}
.pb-xxl-1[data-v-3927b27e],
  .py-xxl-1[data-v-3927b27e] {
    padding-bottom: 2px !important;
}
.pl-xxl-1[data-v-3927b27e],
  .px-xxl-1[data-v-3927b27e] {
    padding-left: 2px !important;
}
.p-xxl-2[data-v-3927b27e] {
    padding: 4px !important;
}
.pt-xxl-2[data-v-3927b27e],
  .py-xxl-2[data-v-3927b27e] {
    padding-top: 4px !important;
}
.pr-xxl-2[data-v-3927b27e],
  .px-xxl-2[data-v-3927b27e] {
    padding-right: 4px !important;
}
.pb-xxl-2[data-v-3927b27e],
  .py-xxl-2[data-v-3927b27e] {
    padding-bottom: 4px !important;
}
.pl-xxl-2[data-v-3927b27e],
  .px-xxl-2[data-v-3927b27e] {
    padding-left: 4px !important;
}
.p-xxl-3[data-v-3927b27e] {
    padding: 8px !important;
}
.pt-xxl-3[data-v-3927b27e],
  .py-xxl-3[data-v-3927b27e] {
    padding-top: 8px !important;
}
.pr-xxl-3[data-v-3927b27e],
  .px-xxl-3[data-v-3927b27e] {
    padding-right: 8px !important;
}
.pb-xxl-3[data-v-3927b27e],
  .py-xxl-3[data-v-3927b27e] {
    padding-bottom: 8px !important;
}
.pl-xxl-3[data-v-3927b27e],
  .px-xxl-3[data-v-3927b27e] {
    padding-left: 8px !important;
}
.p-xxl-305[data-v-3927b27e] {
    padding: 12px !important;
}
.pt-xxl-305[data-v-3927b27e],
  .py-xxl-305[data-v-3927b27e] {
    padding-top: 12px !important;
}
.pr-xxl-305[data-v-3927b27e],
  .px-xxl-305[data-v-3927b27e] {
    padding-right: 12px !important;
}
.pb-xxl-305[data-v-3927b27e],
  .py-xxl-305[data-v-3927b27e] {
    padding-bottom: 12px !important;
}
.pl-xxl-305[data-v-3927b27e],
  .px-xxl-305[data-v-3927b27e] {
    padding-left: 12px !important;
}
.p-xxl-4[data-v-3927b27e] {
    padding: 16px !important;
}
.pt-xxl-4[data-v-3927b27e],
  .py-xxl-4[data-v-3927b27e] {
    padding-top: 16px !important;
}
.pr-xxl-4[data-v-3927b27e],
  .px-xxl-4[data-v-3927b27e] {
    padding-right: 16px !important;
}
.pb-xxl-4[data-v-3927b27e],
  .py-xxl-4[data-v-3927b27e] {
    padding-bottom: 16px !important;
}
.pl-xxl-4[data-v-3927b27e],
  .px-xxl-4[data-v-3927b27e] {
    padding-left: 16px !important;
}
.p-xxl-405[data-v-3927b27e] {
    padding: 20px !important;
}
.pt-xxl-405[data-v-3927b27e],
  .py-xxl-405[data-v-3927b27e] {
    padding-top: 20px !important;
}
.pr-xxl-405[data-v-3927b27e],
  .px-xxl-405[data-v-3927b27e] {
    padding-right: 20px !important;
}
.pb-xxl-405[data-v-3927b27e],
  .py-xxl-405[data-v-3927b27e] {
    padding-bottom: 20px !important;
}
.pl-xxl-405[data-v-3927b27e],
  .px-xxl-405[data-v-3927b27e] {
    padding-left: 20px !important;
}
.p-xxl-5[data-v-3927b27e] {
    padding: 24px !important;
}
.pt-xxl-5[data-v-3927b27e],
  .py-xxl-5[data-v-3927b27e] {
    padding-top: 24px !important;
}
.pr-xxl-5[data-v-3927b27e],
  .px-xxl-5[data-v-3927b27e] {
    padding-right: 24px !important;
}
.pb-xxl-5[data-v-3927b27e],
  .py-xxl-5[data-v-3927b27e] {
    padding-bottom: 24px !important;
}
.pl-xxl-5[data-v-3927b27e],
  .px-xxl-5[data-v-3927b27e] {
    padding-left: 24px !important;
}
.p-xxl-505[data-v-3927b27e] {
    padding: 28px !important;
}
.pt-xxl-505[data-v-3927b27e],
  .py-xxl-505[data-v-3927b27e] {
    padding-top: 28px !important;
}
.pr-xxl-505[data-v-3927b27e],
  .px-xxl-505[data-v-3927b27e] {
    padding-right: 28px !important;
}
.pb-xxl-505[data-v-3927b27e],
  .py-xxl-505[data-v-3927b27e] {
    padding-bottom: 28px !important;
}
.pl-xxl-505[data-v-3927b27e],
  .px-xxl-505[data-v-3927b27e] {
    padding-left: 28px !important;
}
.p-xxl-6[data-v-3927b27e] {
    padding: 32px !important;
}
.pt-xxl-6[data-v-3927b27e],
  .py-xxl-6[data-v-3927b27e] {
    padding-top: 32px !important;
}
.pr-xxl-6[data-v-3927b27e],
  .px-xxl-6[data-v-3927b27e] {
    padding-right: 32px !important;
}
.pb-xxl-6[data-v-3927b27e],
  .py-xxl-6[data-v-3927b27e] {
    padding-bottom: 32px !important;
}
.pl-xxl-6[data-v-3927b27e],
  .px-xxl-6[data-v-3927b27e] {
    padding-left: 32px !important;
}
.p-xxl-605[data-v-3927b27e] {
    padding: 36px !important;
}
.pt-xxl-605[data-v-3927b27e],
  .py-xxl-605[data-v-3927b27e] {
    padding-top: 36px !important;
}
.pr-xxl-605[data-v-3927b27e],
  .px-xxl-605[data-v-3927b27e] {
    padding-right: 36px !important;
}
.pb-xxl-605[data-v-3927b27e],
  .py-xxl-605[data-v-3927b27e] {
    padding-bottom: 36px !important;
}
.pl-xxl-605[data-v-3927b27e],
  .px-xxl-605[data-v-3927b27e] {
    padding-left: 36px !important;
}
.p-xxl-7[data-v-3927b27e] {
    padding: 40px !important;
}
.pt-xxl-7[data-v-3927b27e],
  .py-xxl-7[data-v-3927b27e] {
    padding-top: 40px !important;
}
.pr-xxl-7[data-v-3927b27e],
  .px-xxl-7[data-v-3927b27e] {
    padding-right: 40px !important;
}
.pb-xxl-7[data-v-3927b27e],
  .py-xxl-7[data-v-3927b27e] {
    padding-bottom: 40px !important;
}
.pl-xxl-7[data-v-3927b27e],
  .px-xxl-7[data-v-3927b27e] {
    padding-left: 40px !important;
}
.p-xxl-705[data-v-3927b27e] {
    padding: 44px !important;
}
.pt-xxl-705[data-v-3927b27e],
  .py-xxl-705[data-v-3927b27e] {
    padding-top: 44px !important;
}
.pr-xxl-705[data-v-3927b27e],
  .px-xxl-705[data-v-3927b27e] {
    padding-right: 44px !important;
}
.pb-xxl-705[data-v-3927b27e],
  .py-xxl-705[data-v-3927b27e] {
    padding-bottom: 44px !important;
}
.pl-xxl-705[data-v-3927b27e],
  .px-xxl-705[data-v-3927b27e] {
    padding-left: 44px !important;
}
.p-xxl-8[data-v-3927b27e] {
    padding: 48px !important;
}
.pt-xxl-8[data-v-3927b27e],
  .py-xxl-8[data-v-3927b27e] {
    padding-top: 48px !important;
}
.pr-xxl-8[data-v-3927b27e],
  .px-xxl-8[data-v-3927b27e] {
    padding-right: 48px !important;
}
.pb-xxl-8[data-v-3927b27e],
  .py-xxl-8[data-v-3927b27e] {
    padding-bottom: 48px !important;
}
.pl-xxl-8[data-v-3927b27e],
  .px-xxl-8[data-v-3927b27e] {
    padding-left: 48px !important;
}
.p-xxl-805[data-v-3927b27e] {
    padding: 52px !important;
}
.pt-xxl-805[data-v-3927b27e],
  .py-xxl-805[data-v-3927b27e] {
    padding-top: 52px !important;
}
.pr-xxl-805[data-v-3927b27e],
  .px-xxl-805[data-v-3927b27e] {
    padding-right: 52px !important;
}
.pb-xxl-805[data-v-3927b27e],
  .py-xxl-805[data-v-3927b27e] {
    padding-bottom: 52px !important;
}
.pl-xxl-805[data-v-3927b27e],
  .px-xxl-805[data-v-3927b27e] {
    padding-left: 52px !important;
}
.p-xxl-9[data-v-3927b27e] {
    padding: 56px !important;
}
.pt-xxl-9[data-v-3927b27e],
  .py-xxl-9[data-v-3927b27e] {
    padding-top: 56px !important;
}
.pr-xxl-9[data-v-3927b27e],
  .px-xxl-9[data-v-3927b27e] {
    padding-right: 56px !important;
}
.pb-xxl-9[data-v-3927b27e],
  .py-xxl-9[data-v-3927b27e] {
    padding-bottom: 56px !important;
}
.pl-xxl-9[data-v-3927b27e],
  .px-xxl-9[data-v-3927b27e] {
    padding-left: 56px !important;
}
.p-xxl-905[data-v-3927b27e] {
    padding: 60px !important;
}
.pt-xxl-905[data-v-3927b27e],
  .py-xxl-905[data-v-3927b27e] {
    padding-top: 60px !important;
}
.pr-xxl-905[data-v-3927b27e],
  .px-xxl-905[data-v-3927b27e] {
    padding-right: 60px !important;
}
.pb-xxl-905[data-v-3927b27e],
  .py-xxl-905[data-v-3927b27e] {
    padding-bottom: 60px !important;
}
.pl-xxl-905[data-v-3927b27e],
  .px-xxl-905[data-v-3927b27e] {
    padding-left: 60px !important;
}
.m-xxl-auto[data-v-3927b27e] {
    margin: auto !important;
}
.mt-xxl-auto[data-v-3927b27e],
  .my-xxl-auto[data-v-3927b27e] {
    margin-top: auto !important;
}
.mr-xxl-auto[data-v-3927b27e],
  .mx-xxl-auto[data-v-3927b27e] {
    margin-right: auto !important;
}
.mb-xxl-auto[data-v-3927b27e],
  .my-xxl-auto[data-v-3927b27e] {
    margin-bottom: auto !important;
}
.ml-xxl-auto[data-v-3927b27e],
  .mx-xxl-auto[data-v-3927b27e] {
    margin-left: auto !important;
}
}
.position-static[data-v-3927b27e] {
  position: static !important;
}
.position-relative[data-v-3927b27e] {
  position: relative !important;
}
.position-absolute[data-v-3927b27e] {
  position: absolute !important;
}
.position-fixed[data-v-3927b27e] {
  position: fixed !important;
}
.position-sticky[data-v-3927b27e] {
  position: sticky !important;
}
.fixed-top[data-v-3927b27e] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom[data-v-3927b27e] {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
.sticky-top[data-v-3927b27e] {
    position: sticky;
    top: 0;
    z-index: 1020;
}
}
.d-none[data-v-3927b27e] {
  display: none !important;
}
.d-inline[data-v-3927b27e] {
  display: inline !important;
}
.d-inline-block[data-v-3927b27e] {
  display: inline-block !important;
}
.d-block[data-v-3927b27e] {
  display: block !important;
}
.d-flex[data-v-3927b27e] {
  display: flex !important;
}
.d-inline-flex[data-v-3927b27e] {
  display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none[data-v-3927b27e] {
    display: none !important;
}
.d-sm-inline[data-v-3927b27e] {
    display: inline !important;
}
.d-sm-inline-block[data-v-3927b27e] {
    display: inline-block !important;
}
.d-sm-block[data-v-3927b27e] {
    display: block !important;
}
.d-sm-flex[data-v-3927b27e] {
    display: flex !important;
}
.d-sm-inline-flex[data-v-3927b27e] {
    display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none[data-v-3927b27e] {
    display: none !important;
}
.d-md-inline[data-v-3927b27e] {
    display: inline !important;
}
.d-md-inline-block[data-v-3927b27e] {
    display: inline-block !important;
}
.d-md-block[data-v-3927b27e] {
    display: block !important;
}
.d-md-flex[data-v-3927b27e] {
    display: flex !important;
}
.d-md-inline-flex[data-v-3927b27e] {
    display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none[data-v-3927b27e] {
    display: none !important;
}
.d-lg-inline[data-v-3927b27e] {
    display: inline !important;
}
.d-lg-inline-block[data-v-3927b27e] {
    display: inline-block !important;
}
.d-lg-block[data-v-3927b27e] {
    display: block !important;
}
.d-lg-flex[data-v-3927b27e] {
    display: flex !important;
}
.d-lg-inline-flex[data-v-3927b27e] {
    display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none[data-v-3927b27e] {
    display: none !important;
}
.d-xl-inline[data-v-3927b27e] {
    display: inline !important;
}
.d-xl-inline-block[data-v-3927b27e] {
    display: inline-block !important;
}
.d-xl-block[data-v-3927b27e] {
    display: block !important;
}
.d-xl-flex[data-v-3927b27e] {
    display: flex !important;
}
.d-xl-inline-flex[data-v-3927b27e] {
    display: inline-flex !important;
}
}
@media (min-width: 1400px) {
.d-xxl-none[data-v-3927b27e] {
    display: none !important;
}
.d-xxl-inline[data-v-3927b27e] {
    display: inline !important;
}
.d-xxl-inline-block[data-v-3927b27e] {
    display: inline-block !important;
}
.d-xxl-block[data-v-3927b27e] {
    display: block !important;
}
.d-xxl-flex[data-v-3927b27e] {
    display: flex !important;
}
.d-xxl-inline-flex[data-v-3927b27e] {
    display: inline-flex !important;
}
}
@media print {
.d-print-none[data-v-3927b27e] {
    display: none !important;
}
.d-print-inline[data-v-3927b27e] {
    display: inline !important;
}
.d-print-inline-block[data-v-3927b27e] {
    display: inline-block !important;
}
.d-print-block[data-v-3927b27e] {
    display: block !important;
}
.d-print-table[data-v-3927b27e] {
    display: table !important;
}
.d-print-table-row[data-v-3927b27e] {
    display: table-row !important;
}
.d-print-table-cell[data-v-3927b27e] {
    display: table-cell !important;
}
.d-print-flex[data-v-3927b27e] {
    display: flex !important;
}
.d-print-inline-flex[data-v-3927b27e] {
    display: inline-flex !important;
}
}
.section + .section[data-v-3927b27e] {
  margin-top: 24px;
}
a.button[data-v-3927b27e] {
  display: inline-flex;
  padding-top: 2px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 1px;
  line-height: 2.4rem;
}
.button[data-v-3927b27e] {
  appearance: none;
  display: inline-flex;
  width: 100%;
  min-height: 40px;
  padding-top: 2px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 1px;
  border-radius: 4px;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  border-color: #004993;
  font-size: 1.8rem;
  font-weight: 500;
  color: white;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2.4rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  user-select: text;
  cursor: pointer;
  vertical-align: middle;
}
.button + button[data-v-3927b27e] {
  margin-top: 8px;
}
@media (min-width: 576px) {
.button[data-v-3927b27e] {
    width: auto;
}
.button + button[data-v-3927b27e] {
    margin-top: 0;
}
}
.button.focus[data-v-3927b27e], .button[data-v-3927b27e]:focus {
  outline: 4px solid #747474;
  outline-offset: 1px;
  color: white;
}
.button.button-primary[data-v-3927b27e] {
  color: white;
  background-color: #0059b3;
  border-color: #004993;
}
.button.button-primary[data-v-3927b27e]:hover, .button.button-primary.button-hover[data-v-3927b27e] {
  background-color: #004993;
  border-color: #003972;
}
.button.button-primary.focus[data-v-3927b27e], .button.button-primary[data-v-3927b27e]:focus {
  background-color: #0059b3;
  border-color: #004993;
}
.button.button-primary[data-v-3927b27e]:active, .button.button-primary.button-active[data-v-3927b27e] {
  background-color: #003972;
  border-color: #003972;
}
.button.button-primary[data-v-3927b27e]:disabled, .button.button-primary.disabled[data-v-3927b27e] {
  opacity: 0.3;
  box-shadow: none !important;
  cursor: not-allowed;
}
.button.button-primary[data-v-3927b27e]:disabled:hover, .button.button-primary.disabled[data-v-3927b27e]:hover {
  color: white !important;
  background-color: #0059b3 !important;
  border-color: #004993 !important;
  opacity: 0.3 !important;
  box-shadow: none !important;
}
.button.button-secondary[data-v-3927b27e] {
  color: #0059b3;
  background-color: white;
  border-color: #0059b3;
}
.button.button-secondary[data-v-3927b27e]:hover, .button.button-secondary.button-hover[data-v-3927b27e] {
  color: #1a1a1a;
  background-color: white;
  border-color: #1a1a1a;
}
.button.button-secondary.focus[data-v-3927b27e], .button.button-secondary[data-v-3927b27e]:focus {
  color: #1a1a1a;
  background-color: white;
  border-color: #1a1a1a;
}
.button.button-secondary[data-v-3927b27e]:active, .button.button-secondary.button-active[data-v-3927b27e] {
  color: #1a1a1a;
  background-color: white;
  border-color: #1a1a1a;
}
.button.button-secondary[data-v-3927b27e]:disabled, .button.button-secondary.disabled[data-v-3927b27e] {
  opacity: 0.3;
  box-shadow: none !important;
  cursor: not-allowed;
  border-color: #BFBFBF !important;
}
.button.button-secondary[data-v-3927b27e]:disabled:hover, .button.button-secondary.disabled[data-v-3927b27e]:hover {
  color: #0059b3 !important;
  background-color: white !important;
  border-color: #BFBFBF !important;
  opacity: 0.3 !important;
  box-shadow: none !important;
}
.button.button-tertiary[data-v-3927b27e] {
  border-color: #747474;
  background-color: transparent;
  color: #1a1a1a;
  font-weight: 400;
}
.button.button-tertiary[data-v-3927b27e]:hover, .button.button-tertiary.button-hover[data-v-3927b27e] {
  border-color: #454545;
  background-color: transparent;
  color: #1a1a1a;
}
.button.button-tertiary.focus[data-v-3927b27e], .button.button-tertiary[data-v-3927b27e]:focus {
  border-color: #747474;
  background-color: transparent;
  color: #1a1a1a;
}
.button.button-tertiary[data-v-3927b27e]:active, .button.button-tertiary.button-active[data-v-3927b27e] {
  border-color: #1a1a1a;
  background-color: transparent;
  color: #1a1a1a;
}
.button.button-tertiary[data-v-3927b27e]:disabled, .button.button-tertiary.disabled[data-v-3927b27e] {
  opacity: 0.3;
  box-shadow: none !important;
  cursor: not-allowed;
}
.button.button-tertiary[data-v-3927b27e]:disabled:hover, .button.button-tertiary.disabled[data-v-3927b27e]: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[data-v-3927b27e] {
  color: #454545;
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
  font-weight: 400;
  padding-left: calc(8px - 2px);
}
.button.button-quaternary[data-v-3927b27e]:hover, .button.button-quaternary.button-hover[data-v-3927b27e] {
  background-color: #DCDCDC;
  box-shadow: none;
  border-bottom-color: transparent;
}
.button.button-quaternary.focus[data-v-3927b27e], .button.button-quaternary[data-v-3927b27e]:focus {
  color: #454545;
  box-shadow: none;
  border-bottom-color: transparent;
  background-color: transparent;
}
.button.button-quaternary[data-v-3927b27e]:active, .button.button-quaternary.button-active[data-v-3927b27e] {
  background-color: #BFBFBF;
  box-shadow: none;
  border-bottom-color: transparent;
}
.button.button-quaternary[data-v-3927b27e]:disabled, .button.button-quaternary.disabled[data-v-3927b27e] {
  opacity: 0.3;
  box-shadow: none !important;
  cursor: not-allowed;
}
.button.button-quaternary[data-v-3927b27e]:disabled:hover, .button.button-quaternary.disabled[data-v-3927b27e]: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[data-v-3927b27e] {
  margin-right: 4px;
  min-width: 2.4rem;
}
.button.button-small[data-v-3927b27e] {
  padding: calc(2px) calc(16px - 2px) 0px;
  font-size: 1.4rem;
  min-height: 24px;
}
.button .icon-svg[data-v-3927b27e] {
  margin-right: 8px;
  fill: currentColor;
  min-width: 2.4rem;
}
.button-unstyled[data-v-3927b27e] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.button-unstyled[data-v-3927b27e]:hover, .button-unstyled[data-v-3927b27e]:focus {
  background-color: transparent;
  color: inherit;
}
.button-unstyled[data-v-3927b27e] {
  width: auto;
}
@media (min-width: 768px) {
.button + .button[data-v-3927b27e] {
    margin-left: 8px;
}
.button + .button[data-v-3927b27e]:first-child {
    margin-left: 0;
}
}
.button-column[data-v-3927b27e] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.button-column .button[data-v-3927b27e] {
  margin-top: 8px;
  margin-left: 0;
}
.button-column .button[data-v-3927b27e]:first-child {
  margin-top: 0;
}
.tag[data-v-3927b27e] {
  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: white;
  background-color: #454545;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2.4rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.tag.tag-icon[data-v-3927b27e] {
  padding: 0;
  padding-left: 8px;
}
.tag + .tag[data-v-3927b27e] {
  margin-bottom: 8px;
}
.tag[data-v-3927b27e]:hover, .tag.tag-hover[data-v-3927b27e] {
  background-color: #747474;
}
.tag[data-v-3927b27e]:active, .tag.tag-active[data-v-3927b27e] {
  background-color: #1a1a1a;
}
.tag.focus[data-v-3927b27e], .tag[data-v-3927b27e]:focus {
  background-color: #454545;
}
.tag.focus[data-v-3927b27e], .tag[data-v-3927b27e]:focus {
  outline: 4px solid #747474;
  outline-offset: 1px;
  position: relative;
}
.tag .icon-svg[data-v-3927b27e] {
  float: right;
  margin: 0px 0px 0px 5px;
  fill: white;
}
.button-row[data-v-3927b27e] {
  display: flex;
  margin: 2rem 0 1rem;
}

/* hide the default checkbox */
input[type=checkbox].form-toggle[data-v-3927b27e] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-3927b27e] {
  position: relative;
  display: inline-block;
  min-height: 20px; /* required in case the label is empty */
  padding-left: 68px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 8px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-3927b27e]:before {
  content: "Fra";
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 0;
  border-radius: 50%;
  background-color: white;
  width: 29px;
  height: 29px;
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 500;
  padding-top: 5px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  z-index: 10;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-3927b27e] {
  cursor: not-allowed;
}
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-3927b27e]:before,
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-3927b27e]:hover:before,
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-3927b27e]:active:before,
input[type=checkbox].form-toggle:checked:disabled ~ .form-toggle-label[data-v-3927b27e]:before {
  color: #747474;
}
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-3927b27e]:after,
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-3927b27e]:hover:after,
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-3927b27e]:active:after {
  opacity: 0.5;
  background-color: #747474;
}
input[type=checkbox].form-toggle:checked:disabled ~ .form-toggle-label[data-v-3927b27e]:after,
input[type=checkbox].form-toggle:checked:disabled ~ .form-toggle-label[data-v-3927b27e]:hover:after,
input[type=checkbox].form-toggle:checked:disabled ~ .form-toggle-label[data-v-3927b27e]:active:after {
  opacity: 0.5;
  background-color: #0059b3;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-3927b27e]:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 3px;
  width: 56px;
  height: 33px;
  border-radius: 20px;
  line-height: 1;
  text-align: center;
  background-color: #999999;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-3927b27e]:hover:after {
  background-color: #747474;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-3927b27e]:active:after {
  background-color: #454545;
}
input[type=checkbox].form-toggle:checked ~ .form-toggle-label[data-v-3927b27e]:after {
  background-color: #0059b3;
}
input[type=checkbox].form-toggle:checked ~ .form-toggle-label[data-v-3927b27e]:hover:after {
  background-color: #004993;
}
input[type=checkbox].form-toggle:checked ~ .form-toggle-label[data-v-3927b27e]:active:after {
  background-color: #003972;
}
input[type=checkbox].form-toggle:focus ~ .form-toggle-label[data-v-3927b27e]:after {
  outline: 4px solid #747474;
  outline-offset: 1px;
}

/* checked state */
input[type=checkbox].form-toggle:checked ~ .form-toggle-label[data-v-3927b27e]:before {
  content: "Til";
  left: 26px;
}
.badge[data-v-3927b27e] {
  padding: 0;
  padding-left: 8px;
  padding-right: 8px;
  border: none;
  font-weight: 600;
  color: white;
  background: #1a1a1a;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  display: inline-block;
}
.badge.badge-large[data-v-3927b27e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.badge.badge-small[data-v-3927b27e] {
  font-size: 1.4rem;
  line-height: 2rem;
}
.badge.badge-info[data-v-3927b27e] {
  color: #1a1a1a;
  background-color: #e2f2fb;
}
.badge.badge-success[data-v-3927b27e] {
  color: #1a1a1a;
  background-color: #eeffe2;
}
.badge.badge-warning[data-v-3927b27e] {
  color: #1a1a1a;
  background-color: #ffeecc;
}
.badge.badge-error[data-v-3927b27e] {
  color: #1a1a1a;
  background-color: #ffe0e0;
}
.embed-container iframe[data-v-3927b27e],
.embed-container object[data-v-3927b27e],
.embed-container embed[data-v-3927b27e] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container[data-v-3927b27e] {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
img[data-v-3927b27e] {
  max-width: 100%;
}
figure[data-v-3927b27e] {
  margin-left: 0;
  margin-right: 0;
}
.icon[data-v-3927b27e] {
  height: 2.4rem;
  width: 2.4rem;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 100%;
}
.icon-svg[data-v-3927b27e] {
  height: 2.4rem;
  width: 2.4rem;
  vertical-align: middle;
}
.icon-svg--inherit-color[data-v-3927b27e] {
  fill: currentColor;
}
.icon-svg[data-v-3927b27e]:focus {
  outline: none;
}
.inline-svg[data-v-3927b27e] {
  height: 1em;
  width: 1em;
}
.icon-svg-large[data-v-3927b27e] {
  height: 2.5rem;
  width: 2.5rem;
  vertical-align: middle;
}
.icon-svg-large--inherit-color[data-v-3927b27e] {
  fill: currentColor;
}
.icon-accessibility-new[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20.5%206c-2.61.7-5.67%201-8.5%201s-5.89-.3-8.5-1L3%208c1.86.5%204%20.83%206%201v13h2v-6h2v6h2V9c2-.17%204.14-.5%206-1l-.5-2zM12%206c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202z'/%3e%3c/svg%3e");
}
.icon-account-circle[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zM7.07%2018.28c.43-.9%203.05-1.78%204.93-1.78s4.51.88%204.93%201.78C15.57%2019.36%2013.86%2020%2012%2020s-3.57-.64-4.93-1.72zm11.29-1.45c-1.43-1.74-4.9-2.33-6.36-2.33s-4.93.59-6.36%202.33C4.62%2015.49%204%2013.82%204%2012c0-4.41%203.59-8%208-8s8%203.59%208%208c0%201.82-.62%203.49-1.64%204.83zM12%206c-1.94%200-3.5%201.56-3.5%203.5S10.06%2013%2012%2013s3.5-1.56%203.5-3.5S13.94%206%2012%206zm0%205c-.83%200-1.5-.67-1.5-1.5S11.17%208%2012%208s1.5.67%201.5%201.5S12.83%2011%2012%2011z'/%3e%3c/svg%3e");
}
.icon-add-a-photo[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M21%206h-3.17L16%204h-6v2h5.12l1.83%202H21v12H5v-9H3v9c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V8c0-1.1-.9-2-2-2zM8%2014c0%202.76%202.24%205%205%205s5-2.24%205-5-2.24-5-5-5-5%202.24-5%205zm5-3c1.65%200%203%201.35%203%203s-1.35%203-3%203-3-1.35-3-3%201.35-3%203-3zM5%206h3V4H5V1H3v3H0v2h3v3h2z'/%3e%3c/svg%3e");
}
.icon-add[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
}
.icon-agriculture[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M4,9h5c0-1.1-0.9-2-2-2H4C3.45,7,3,7.45,3,8C3,8.55,3.45,9,4,9z'/%3e%3cpath%20d='M22,14.06V8c0-1.1-0.9-2-2-2h-6.29l-1.06-1.06l1.41-1.41l-0.71-0.71L9.82,6.35l0.71,0.71l1.41-1.41L13,6.71V9%20c0,1.1-0.9,2-2,2H8.96c-0.22-0.16-0.45-0.3-0.69-0.43l-0.4,0.89l-0.46-0.21l0.4-0.9C7.26,10.13,6.64,10,6,10%20c-0.53,0-1.04,0.11-1.52,0.26l0.34,0.91l-0.47,0.18L4,10.42c-1.06,0.46-1.91,1.28-2.43,2.31l0.89,0.4l-0.21,0.46l-0.9-0.4%20C1.13,13.74,1,14.36,1,15c0,0.53,0.11,1.04,0.26,1.52l0.91-0.34l0.18,0.47L1.42,17c0.46,1.06,1.28,1.91,2.31,2.43l0.4-0.89%20l0.46,0.21l-0.4,0.9C4.74,19.87,5.36,20,6,20c0.53,0,1.04-0.11,1.52-0.26l-0.34-0.91l0.47-0.18L8,19.58%20c1.06-0.46,1.91-1.28,2.43-2.31l-0.89-0.4l0.21-0.46l0.9,0.4c0.1-0.26,0.18-0.54,0.24-0.82h5.16C16.03,16.16,16,16.33,16,16.5%20c0,1.93,1.57,3.5,3.5,3.5s3.5-1.57,3.5-3.5C23,15.55,22.62,14.69,22,14.06z%20M6,18c-1.66,0-3-1.34-3-3s1.34-3,3-3s3,1.34,3,3%20S7.66,18,6,18z%20M10.87,14c-0.04-0.18-0.08-0.35-0.13-0.52l-0.91,0.34l-0.18-0.47L10.58,13c0,0,0.42,0,0.42,0c2.21,0,4-1.79,4-4V8%20h5v5.05C19.84,13.03,19.67,13,19.5,13c-0.95,0-1.81,0.38-2.44,1H10.87z%20M19.5,18c-0.83,0-1.5-0.67-1.5-1.5s0.67-1.5,1.5-1.5%20s1.5,0.67,1.5,1.5S20.33,18,19.5,18z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-apps[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%208h4V4H4v4zm6%2012h4v-4h-4v4zm-6%200h4v-4H4v4zm0-6h4v-4H4v4zm6%200h4v-4h-4v4zm6-10v4h4V4h-4zm-6%204h4V4h-4v4zm6%206h4v-4h-4v4zm0%206h4v-4h-4v4z'/%3e%3c/svg%3e");
}
.icon-arrow-back[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'/%3e%3c/svg%3e");
}
.icon-arrow-downward[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%2012l-1.41-1.41L13%2016.17V4h-2v12.17l-5.58-5.59L4%2012l8%208%208-8z'/%3e%3c/svg%3e");
}
.icon-arrow-drop-down[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2010l5%205%205-5H7z'/%3e%3c/svg%3e");
}
.icon-arrow-drop-up[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2014l5-5%205%205H7z'/%3e%3c/svg%3e");
}
.icon-arrow-forward[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8-8-8z'/%3e%3c/svg%3e");
}
.icon-arrow-left[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M24%200v24H0V0h24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M14%207l-5%205%205%205V7z'/%3e%3c/svg%3e");
}
.icon-arrow-right[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%2017l5-5-5-5v10z'/%3e%3c/svg%3e");
}
.icon-arrow-upward[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%2012l1.41%201.41L11%207.83V20h2V7.83l5.58%205.59L20%2012l-8-8-8%208z'/%3e%3c/svg%3e");
}
.icon-assessment[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%203H5c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm0%2016H5V5h14v14zM7%2010h2v7H7zm4-3h2v10h-2zm4%206h2v4h-2z'/%3e%3c/svg%3e");
}
.icon-assignment[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2015h7v2H7zm0-4h10v2H7zm0-4h10v2H7zm12-4h-4.18C14.4%201.84%2013.3%201%2012%201c-1.3%200-2.4.84-2.82%202H5c-.14%200-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64-.1.23-.16.49-.16.77v14c0%20.27.06.54.16.78s.25.45.43.64c.27.27.62.47%201.01.55.13.02.26.03.4.03h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm-7-.25c.41%200%20.75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19%2019H5V5h14v14z'/%3e%3c/svg%3e");
}
.icon-attach-file[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M16.5%206v11.5c0%202.21-1.79%204-4%204s-4-1.79-4-4V5c0-1.38%201.12-2.5%202.5-2.5s2.5%201.12%202.5%202.5v10.5c0%20.55-.45%201-1%201s-1-.45-1-1V6H10v9.5c0%201.38%201.12%202.5%202.5%202.5s2.5-1.12%202.5-2.5V5c0-2.21-1.79-4-4-4S7%202.79%207%205v12.5c0%203.04%202.46%205.5%205.5%205.5s5.5-2.46%205.5-5.5V6h-1.5z'/%3e%3c/svg%3e");
}
.icon-bookmark-border[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M17%203H7c-1.1%200-1.99.9-1.99%202L5%2021l7-3%207%203V5c0-1.1-.9-2-2-2zm0%2015l-5-2.18L7%2018V5h10v13z'/%3e%3c/svg%3e");
}
.icon-bookmarks[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15%207v12.97l-4.21-1.81-.79-.34-.79.34L5%2019.97V7h10m4-6H8.99C7.89%201%207%201.9%207%203h10c1.1%200%202%20.9%202%202v13l2%201V3c0-1.1-.9-2-2-2zm-4%204H5c-1.1%200-2%20.9-2%202v16l7-3%207%203V7c0-1.1-.9-2-2-2z'/%3e%3c/svg%3e");
}
.icon-cached[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%208l-4%204h3c0%203.31-2.69%206-6%206-1.01%200-1.97-.25-2.8-.7l-1.46%201.46C8.97%2019.54%2010.43%2020%2012%2020c4.42%200%208-3.58%208-8h3l-4-4zM6%2012c0-3.31%202.69-6%206-6%201.01%200%201.97.25%202.8.7l1.46-1.46C15.03%204.46%2013.57%204%2012%204c-4.42%200-8%203.58-8%208H1l4%204%204-4H6z'/%3e%3c/svg%3e");
}
.icon-calculator[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M7,2H17A2,2%200%200,1%2019,4V20A2,2%200%200,1%2017,22H7A2,2%200%200,1%205,20V4A2,2%200%200,1%207,2M7,4V8H17V4H7M7,10V12H9V10H7M11,10V12H13V10H11M15,10V12H17V10H15M7,14V16H9V14H7M11,14V16H13V14H11M15,14V16H17V14H15M7,18V20H9V18H7M11,18V20H13V18H11M15,18V20H17V18H15Z'%20/%3e%3c/svg%3e");
}
.icon-card-account-details[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M22,3H2C0.91,3.04%200.04,3.91%200,5V19C0.04,20.09%200.91,20.96%202,21H22C23.09,20.96%2023.96,20.09%2024,19V5C23.96,3.91%2023.09,3.04%2022,3M22,19H2V5H22V19M14,17V15.75C14,14.09%2010.66,13.25%209,13.25C7.34,13.25%204,14.09%204,15.75V17H14M9,7A2.5,2.5%200%200,0%206.5,9.5A2.5,2.5%200%200,0%209,12A2.5,2.5%200%200,0%2011.5,9.5A2.5,2.5%200%200,0%209,7M14,7V8H20V7H14M14,9V10H20V9H14M14,11V12H18V11H14'%20/%3e%3c/svg%3e");
}
.icon-card-text[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M20,20H4A2,2%200%200,1%202,18V6A2,2%200%200,1%204,4H20A2,2%200%200,1%2022,6V18A2,2%200%200,1%2020,20M4,6V18H20V6H4M6,9H18V11H6V9M6,13H16V15H6V13Z'%20/%3e%3c/svg%3e");
}
.icon-chat[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%204h16v12H5.17L4%2017.17V4m0-2c-1.1%200-1.99.9-1.99%202L2%2022l4-4h14c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2H4zm2%2010h8v2H6v-2zm0-3h12v2H6V9zm0-3h12v2H6V6z'/%3e%3c/svg%3e");
}
.icon-check-circle-white[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm4.59-12.42L10%2014.17l-2.59-2.58L6%2013l4%204%208-8z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.icon-check-circle[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm4.59-12.42L10%2014.17l-2.59-2.58L6%2013l4%204%208-8z'/%3e%3c/svg%3e");
}
.icon-chevron-double-left[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M18.41,7.41L17,6L11,12L17,18L18.41,16.59L13.83,12L18.41,7.41M12.41,7.41L11,6L5,12L11,18L12.41,16.59L7.83,12L12.41,7.41Z'%20/%3e%3c/svg%3e");
}
.icon-chevron-double-right[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M5.59,7.41L7,6L13,12L7,18L5.59,16.59L10.17,12L5.59,7.41M11.59,7.41L13,6L19,12L13,18L11.59,16.59L16.17,12L11.59,7.41Z'%20/%3e%3c/svg%3e");
}
.icon-chevron-left[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012l4.58-4.59z'/%3e%3c/svg%3e");
}
.icon-chevron-right[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6-6-6z'/%3e%3c/svg%3e");
}
.icon-close[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012%2019%206.41z'/%3e%3c/svg%3e");
}
.icon-construction[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3crect%20height='8.48'%20transform='matrix(0.7071%20-0.7071%200.7071%200.7071%20-6.8717%2017.6255)'%20width='3'%20x='16.34'%20y='12.87'/%3e%3cpath%20d='M17.5,10c1.93,0,3.5-1.57,3.5-3.5c0-0.58-0.16-1.12-0.41-1.6l-2.7,2.7L16.4,6.11l2.7-2.7C18.62,3.16,18.08,3,17.5,3%20C15.57,3,14,4.57,14,6.5c0,0.41,0.08,0.8,0.21,1.16l-1.85,1.85l-1.78-1.78l0.71-0.71L9.88,5.61L12,3.49%20c-1.17-1.17-3.07-1.17-4.24,0L4.22,7.03l1.41,1.41H2.81L2.1,9.15l3.54,3.54l0.71-0.71V9.15l1.41,1.41l0.71-0.71l1.78,1.78%20l-7.41,7.41l2.12,2.12L16.34,9.79C16.7,9.92,17.09,10,17.5,10z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-contact-support[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%2023.59v-3.6c-5.01-.26-9-4.42-9-9.49C2%205.26%206.26%201%2011.5%201S21%205.26%2021%2010.5c0%204.95-3.44%209.93-8.57%2012.4l-1.43.69zM11.5%203C7.36%203%204%206.36%204%2010.5S7.36%2018%2011.5%2018H13v2.3c3.64-2.3%206-6.08%206-9.8C19%206.36%2015.64%203%2011.5%203zm-1%2011.5h2v2h-2zm2-1.5h-2c0-3.25%203-3%203-5%200-1.1-.9-2-2-2s-2%20.9-2%202h-2c0-2.21%201.79-4%204-4s4%201.79%204%204c0%202.5-3%202.75-3%205z'/%3e%3c/svg%3e");
}
.icon-content-copy[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M16%201H4c-1.1%200-2%20.9-2%202v14h2V3h12V1zm3%204H8c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h11c1.1%200%202-.9%202-2V7c0-1.1-.9-2-2-2zm0%2016H8V7h11v14z'/%3e%3c/svg%3e");
}
.icon-coronavirus[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3cpath%20d='M9.5,12c0,0.55-0.45,1-1,1s-1-0.45-1-1c0-0.55,0.45-1,1-1S9.5,11.45,9.5,12z%20M13.75,10c0.55,0,1-0.45,1-1s-0.45-1-1-1%20s-1,0.45-1,1S13.2,10,13.75,10z%20M10.25,10c0.55,0,1-0.45,1-1s-0.45-1-1-1s-1,0.45-1,1S9.7,10,10.25,10z%20M10.25,14%20c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1s1-0.45,1-1C11.25,14.45,10.8,14,10.25,14z%20M22,11.25v1.5c0,0.41-0.34,0.75-0.75,0.75%20c-0.41,0-0.75-0.34-0.75-0.75h-1.54c-0.15,1.37-0.69,2.63-1.52,3.65l1.09,1.09l0.01-0.01c0.29-0.29,0.77-0.29,1.06,0%20c0.29,0.29,0.29,0.77,0,1.06l-1.06,1.06c-0.29,0.29-0.77,0.29-1.06,0c-0.29-0.29-0.29-0.76-0.01-1.05l-1.09-1.09%20c-1.02,0.82-2.27,1.36-3.64,1.51v1.54h0.01c0.41,0,0.75,0.34,0.75,0.75c0,0.41-0.34,0.75-0.75,0.75h-1.5%20c-0.41,0-0.75-0.34-0.75-0.75c0-0.41,0.33-0.74,0.74-0.75v-1.55c-1.37-0.15-2.62-0.69-3.63-1.51l-1.09,1.09l0.01,0.01%20c0.29,0.29,0.29,0.77,0,1.06c-0.29,0.29-0.77,0.29-1.06,0L4.4,18.54c-0.29-0.29-0.29-0.77,0-1.06c0.29-0.29,0.76-0.29,1.05-0.01%20l1.09-1.09c-0.82-1.02-1.36-2.26-1.5-3.63H3.5c0,0.41-0.34,0.75-0.75,0.75C2.34,13.5,2,13.16,2,12.75v-1.5%20c0-0.41,0.34-0.75,0.75-0.75c0.41,0,0.75,0.34,0.75,0.75h1.54c0.15-1.37,0.69-2.61,1.5-3.63L5.45,6.53C5.16,6.81,4.69,6.81,4.4,6.52%20c-0.29-0.29-0.29-0.77,0-1.06L5.46,4.4c0.29-0.29,0.77-0.29,1.06,0c0.29,0.29,0.29,0.77,0,1.06L6.51,5.47L7.6,6.56%20c1.02-0.82,2.26-1.36,3.63-1.51V3.5c-0.41-0.01-0.74-0.34-0.74-0.75C10.5,2.34,10.84,2,11.25,2h1.5c0.41,0,0.75,0.34,0.75,0.75%20c0,0.41-0.34,0.75-0.75,0.75h-0.01v1.54c1.37,0.14,2.62,0.69,3.64,1.51l1.09-1.09c-0.29-0.29-0.28-0.76,0.01-1.05%20c0.29-0.29,0.77-0.29,1.06,0l1.06,1.06c0.29,0.29,0.29,0.77,0,1.06s-0.77,0.29-1.06,0l-0.01-0.01L17.44,7.6%20c0.82,1.02,1.37,2.27,1.52,3.65h1.54c0-0.41,0.34-0.75,0.75-0.75C21.66,10.5,22,10.84,22,11.25z%20M17,12c0-2.76-2.24-5-5-5%20s-5,2.24-5,5s2.24,5,5,5S17,14.76,17,12z%20M12,11c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1s1-0.45,1-1C13,11.45,12.55,11,12,11z%20M15.5,11c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1s1-0.45,1-1C16.5,11.45,16.05,11,15.5,11z%20M13.75,14c-0.55,0-1,0.45-1,1%20c0,0.55,0.45,1,1,1s1-0.45,1-1C14.75,14.45,14.3,14,13.75,14z'/%3e%3c/svg%3e");
}
.icon-create-new-folder[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%206h-8l-2-2H4c-1.11%200-1.99.89-1.99%202L2%2018c0%201.11.89%202%202%202h16c1.11%200%202-.89%202-2V8c0-1.11-.89-2-2-2zm0%2012H4V6h5.17l2%202H20v10zm-8-4h2v2h2v-2h2v-2h-2v-2h-2v2h-2z'/%3e%3c/svg%3e");
}
.icon-credit-card[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%204H4c-1.11%200-1.99.89-1.99%202L2%2018c0%201.11.89%202%202%202h16c1.11%200%202-.89%202-2V6c0-1.11-.89-2-2-2zm0%2014H4v-6h16v6zm0-10H4V6h16v2z'/%3e%3c/svg%3e");
}
.icon-database[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M12%203C7.58%203%204%204.79%204%207V17C4%2019.21%207.59%2021%2012%2021S20%2019.21%2020%2017V7C20%204.79%2016.42%203%2012%203M18%2017C18%2017.5%2015.87%2019%2012%2019S6%2017.5%206%2017V14.77C7.61%2015.55%209.72%2016%2012%2016S16.39%2015.55%2018%2014.77V17M18%2012.45C16.7%2013.4%2014.42%2014%2012%2014C9.58%2014%207.3%2013.4%206%2012.45V9.64C7.47%2010.47%209.61%2011%2012%2011C14.39%2011%2016.53%2010.47%2018%209.64V12.45M12%209C8.13%209%206%207.5%206%207S8.13%205%2012%205C15.87%205%2018%206.5%2018%207S15.87%209%2012%209Z'%20/%3e%3c/svg%3e");
}
.icon-desktop-windows[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M21%202H3c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h7v2H8v2h8v-2h-2v-2h7c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2zm0%2014H3V4h18v12z'/%3e%3c/svg%3e");
}
.icon-domain[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%207V3H2v18h20V7H12zM6%2019H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4%2012H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm10%2012h-8v-2h2v-2h-2v-2h2v-2h-2V9h8v10zm-2-8h-2v2h2v-2zm0%204h-2v2h2v-2z'/%3e%3c/svg%3e");
}
.icon-done[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9%2016.2L4.8%2012l-1.4%201.4L9%2019%2021%207l-1.4-1.4L9%2016.2z'/%3e%3c/svg%3e");
}
.icon-download-done[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M5%2018h14v2H5v-2zm4.6-2.7L5%2010.7l2-1.9%202.6%202.6L17%204l2%202-9.4%209.3z'/%3e%3c/svg%3e");
}
.icon-drive-eta[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M18.92%205.01C18.72%204.42%2018.16%204%2017.5%204h-11c-.66%200-1.21.42-1.42%201.01L3%2011v8c0%20.55.45%201%201%201h1c.55%200%201-.45%201-1v-1h12v1c0%20.55.45%201%201%201h1c.55%200%201-.45%201-1v-8l-2.08-5.99zM6.85%206h10.29l1.04%203H5.81l1.04-3zM19%2016H5v-4.66l.12-.34h13.77l.11.34V16z'/%3e%3ccircle%20cx='7.5'%20cy='13.5'%20r='1.5'/%3e%3ccircle%20cx='16.5'%20cy='13.5'%20r='1.5'/%3e%3c/svg%3e");
}
.icon-email[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M22%206c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6zm-2%200l-8%205-8-5h16zm0%2012H4V8l8%205%208-5v10z'/%3e%3c/svg%3e");
}
.icon-engineering[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M9,15c-2.67,0-8,1.34-8,4v2h16v-2C17,16.34,11.67,15,9,15z%20M3,19c0.22-0.72,3.31-2,6-2c2.7,0,5.8,1.29,6,2H3z'/%3e%3cpath%20d='M4.74,9H5c0,2.21,1.79,4,4,4s4-1.79,4-4h0.26c0.27,0,0.49-0.22,0.49-0.49V8.49c0-0.27-0.22-0.49-0.49-0.49H13%20c0-1.48-0.81-2.75-2-3.45V5.5C11,5.78,10.78,6,10.5,6S10,5.78,10,5.5V4.14C9.68,4.06,9.35,4,9,4S8.32,4.06,8,4.14V5.5%20C8,5.78,7.78,6,7.5,6S7,5.78,7,5.5V4.55C5.81,5.25,5,6.52,5,8H4.74C4.47,8,4.25,8.22,4.25,8.49v0.03C4.25,8.78,4.47,9,4.74,9z%20M11,9c0,1.1-0.9,2-2,2s-2-0.9-2-2H11z'/%3e%3cpath%20d='M21.98,6.23l0.93-0.83l-0.75-1.3l-1.19,0.39c-0.14-0.11-0.3-0.2-0.47-0.27L20.25,3h-1.5L18.5,4.22%20c-0.17,0.07-0.33,0.16-0.48,0.27L16.84,4.1l-0.75,1.3l0.93,0.83C17,6.4,17,6.58,17.02,6.75L16.09,7.6l0.75,1.3l1.2-0.38%20c0.13,0.1,0.28,0.18,0.43,0.25L18.75,10h1.5l0.27-1.22c0.16-0.07,0.3-0.15,0.44-0.25l1.19,0.38l0.75-1.3l-0.93-0.85%20C22,6.57,21.99,6.4,21.98,6.23z%20M19.5,7.75c-0.69,0-1.25-0.56-1.25-1.25s0.56-1.25,1.25-1.25s1.25,0.56,1.25,1.25%20S20.19,7.75,19.5,7.75z'/%3e%3cpath%20d='M19.4,10.79l-0.85,0.28c-0.1-0.08-0.21-0.14-0.33-0.19L18.04,10h-1.07l-0.18,0.87c-0.12,0.05-0.24,0.12-0.34,0.19%20l-0.84-0.28l-0.54,0.93l0.66,0.59c-0.01,0.13-0.01,0.25,0,0.37l-0.66,0.61l0.54,0.93l0.86-0.27c0.1,0.07,0.2,0.13,0.31,0.18%20L16.96,15h1.07l0.19-0.87c0.11-0.05,0.22-0.11,0.32-0.18l0.85,0.27l0.54-0.93l-0.66-0.61c0.01-0.13,0.01-0.25,0-0.37l0.66-0.59%20L19.4,10.79z%20M17.5,13.39c-0.49,0-0.89-0.4-0.89-0.89c0-0.49,0.4-0.89,0.89-0.89s0.89,0.4,0.89,0.89%20C18.39,12.99,17.99,13.39,17.5,13.39z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-expand-less[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%208l-6%206%201.41%201.41L12%2010.83l4.59%204.58L18%2014l-6-6z'/%3e%3c/svg%3e");
}
.icon-expand-more-white[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.icon-expand-more[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'/%3e%3c/svg%3e");
}
.icon-face[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10.25%2013c0%20.69-.56%201.25-1.25%201.25S7.75%2013.69%207.75%2013s.56-1.25%201.25-1.25%201.25.56%201.25%201.25zM15%2011.75c-.69%200-1.25.56-1.25%201.25s.56%201.25%201.25%201.25%201.25-.56%201.25-1.25-.56-1.25-1.25-1.25zm7%20.25c0%205.52-4.48%2010-10%2010S2%2017.52%202%2012%206.48%202%2012%202s10%204.48%2010%2010zM10.66%204.12C12.06%206.44%2014.6%208%2017.5%208c.46%200%20.91-.05%201.34-.12C17.44%205.56%2014.9%204%2012%204c-.46%200-.91.05-1.34.12zM4.42%209.47c1.71-.97%203.03-2.55%203.66-4.44C6.37%206%205.05%207.58%204.42%209.47zM20%2012c0-.78-.12-1.53-.33-2.24-.7.15-1.42.24-2.17.24-3.13%200-5.92-1.44-7.76-3.69C8.69%208.87%206.6%2010.88%204%2011.86c.01.04%200%20.09%200%20.14%200%204.41%203.59%208%208%208s8-3.59%208-8z'/%3e%3c/svg%3e");
}
.icon-feedback[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%202H4c-1.1%200-1.99.9-1.99%202L2%2022l4-4h14c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2zm0%2014H5.17l-.59.59-.58.58V4h16v12zm-9-4h2v2h-2zm0-6h2v4h-2z'/%3e%3c/svg%3e");
}
.icon-file-download[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M18,15v3H6v-3H4v3c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2v-3H18z%20M17,11l-1.41-1.41L13,12.17V4h-2v8.17L8.41,9.59L7,11l5,5%20L17,11z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-file-excel[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M14%202H6C4.89%202%204%202.9%204%204V20C4%2021.11%204.89%2022%206%2022H18C19.11%2022%2020%2021.11%2020%2020V8L14%202M18%2020H6V4H13V9H18V20M12.9%2014.5L15.8%2019H14L12%2015.6L10%2019H8.2L11.1%2014.5L8.2%2010H10L12%2013.4L14%2010H15.8L12.9%2014.5Z'%20/%3e%3c/svg%3e");
}
.icon-file-image[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M14,2L20,8V20A2,2%200%200,1%2018,22H6A2,2%200%200,1%204,20V4A2,2%200%200,1%206,2H14M18,20V9H13V4H6V20H18M17,13V19H7L12,14L14,16M10,10.5A1.5,1.5%200%200,1%208.5,12A1.5,1.5%200%200,1%207,10.5A1.5,1.5%200%200,1%208.5,9A1.5,1.5%200%200,1%2010,10.5Z'%20/%3e%3c/svg%3e");
}
.icon-file-pdf[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M14,2L20,8V20A2,2%200%200,1%2018,22H6A2,2%200%200,1%204,20V4A2,2%200%200,1%206,2H14M18,20V9H13V4H6V20H18M10.92,12.31C10.68,11.54%2010.15,9.08%2011.55,9.04C12.95,9%2012.03,12.16%2012.03,12.16C12.42,13.65%2014.05,14.72%2014.05,14.72C14.55,14.57%2017.4,14.24%2017,15.72C16.57,17.2%2013.5,15.81%2013.5,15.81C11.55,15.95%2010.09,16.47%2010.09,16.47C8.96,18.58%207.64,19.5%207.1,18.61C6.43,17.5%209.23,16.07%209.23,16.07C10.68,13.72%2010.9,12.35%2010.92,12.31M11.57,13.15C11.17,14.45%2010.37,15.84%2010.37,15.84C11.22,15.5%2013.08,15.11%2013.08,15.11C11.94,14.11%2011.59,13.16%2011.57,13.15M14.71,15.32C14.71,15.32%2016.46,15.97%2016.5,15.71C16.57,15.44%2015.17,15.2%2014.71,15.32M9.05,16.81C8.28,17.11%207.54,18.39%207.72,18.39C7.9,18.4%208.63,17.79%209.05,16.81M11.57,11.26C11.57,11.21%2012,9.58%2011.57,9.53C11.27,9.5%2011.56,11.22%2011.57,11.26Z'%20/%3e%3c/svg%3e");
}
.icon-file-upload[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M18,15v3H6v-3H4v3c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2v-3H18z%20M7,9l1.41,1.41L11,7.83V16h2V7.83l2.59,2.58L17,9l-5-5L7,9z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-file-word[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M14%202H6C4.89%202%204%202.9%204%204V20C4%2021.11%204.89%2022%206%2022H18C19.11%2022%2020%2021.11%2020%2020V8L14%202M18%2020H6V4H13V9H18V20M17.35%2010L15.25%2019H13.85L12.05%2012.21L10.25%2019H8.85L6.65%2010H8.15L9.55%2016.81L11.35%2010H12.65L14.45%2016.81L15.85%2010H17.35Z'%20/%3e%3c/svg%3e");
}
.icon-first-page[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%200v24H0V0h24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M18.41%2016.59L13.82%2012l4.59-4.59L17%206l-6%206%206%206%201.41-1.41zM6%206h2v12H6V6z'/%3e%3c/svg%3e");
}
.icon-flag[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M14.4%206L14%204H5v17h2v-7h5.6l.4%202h7V6z'/%3e%3c/svg%3e");
}
.icon-folder-open[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%206h-8l-2-2H4c-1.1%200-1.99.9-1.99%202L2%2018c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V8c0-1.1-.9-2-2-2zm0%2012H4V8h16v10z'/%3e%3c/svg%3e");
}
.icon-folder[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9.17%206l2%202H20v10H4V6h5.17M10%204H4c-1.1%200-1.99.9-1.99%202L2%2018c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V8c0-1.1-.9-2-2-2h-8l-2-2z'/%3e%3c/svg%3e");
}
.icon-format-align-center[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2015v2h10v-2H7zm-4%206h18v-2H3v2zm0-8h18v-2H3v2zm4-6v2h10V7H7zM3%203v2h18V3H3z'/%3e%3c/svg%3e");
}
.icon-format-align-justify[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2021h18v-2H3v2zm0-4h18v-2H3v2zm0-4h18v-2H3v2zm0-4h18V7H3v2zm0-6v2h18V3H3z'/%3e%3c/svg%3e");
}
.icon-format-align-left[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15%2015H3v2h12v-2zm0-8H3v2h12V7zM3%2013h18v-2H3v2zm0%208h18v-2H3v2zM3%203v2h18V3H3z'/%3e%3c/svg%3e");
}
.icon-format-align-right[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2021h18v-2H3v2zm6-4h12v-2H9v2zm-6-4h18v-2H3v2zm6-4h12V7H9v2zM3%203v2h18V3H3z'/%3e%3c/svg%3e");
}
.icon-format-bold[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.6%2010.79c.97-.67%201.65-1.77%201.65-2.79%200-2.26-1.75-4-4-4H7v14h7.04c2.09%200%203.71-1.7%203.71-3.79%200-1.52-.86-2.82-2.15-3.42zM10%206.5h3c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5h-3v-3zm3.5%209H10v-3h3.5c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5z'/%3e%3c/svg%3e");
}
.icon-format-clear[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%208V5H6.39l3%203h1.83l-.55%201.28%202.09%202.1L14.21%208zM3.41%204.86L2%206.27l6.97%206.97L6.5%2019h3l1.57-3.66L16.73%2021l1.41-1.41z'/%3e%3c/svg%3e");
}
.icon-format-color-fill[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M16.56,8.94L7.62,0L6.21,1.41l2.38,2.38L3.44,8.94c-0.59,0.59-0.59,1.54,0,2.12l5.5,5.5C9.23,16.85,9.62,17,10,17%20s0.77-0.15,1.06-0.44l5.5-5.5C17.15,10.48,17.15,9.53,16.56,8.94z%20M5.21,10L10,5.21L14.79,10H5.21z%20M19,11.5c0,0-2,2.17-2,3.5%20c0,1.1,0.9,2,2,2s2-0.9,2-2C21,13.67,19,11.5,19,11.5z%20M2,20h20v4H2V20z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-format-color-text[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M2,20h20v4H2V20z%20M5.49,17h2.42l1.27-3.58h5.65L16.09,17h2.42L13.25,3h-2.5L5.49,17z%20M9.91,11.39l2.03-5.79h0.12l2.03,5.79%20H9.91z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-format-indent-decrease[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%2017h10v-2H11v2zm-8-5l4%204V8l-4%204zm0%209h18v-2H3v2zM3%203v2h18V3H3zm8%206h10V7H11v2zm0%204h10v-2H11v2z'/%3e%3c/svg%3e");
}
.icon-format-indent-increase[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2021h18v-2H3v2zM3%208v8l4-4-4-4zm8%209h10v-2H11v2zM3%203v2h18V3H3zm8%206h10V7H11v2zm0%204h10v-2H11v2z'/%3e%3c/svg%3e");
}
.icon-format-italic[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%204v3h2.21l-3.42%208H6v3h8v-3h-2.21l3.42-8H18V4h-8z'/%3e%3c/svg%3e");
}
.icon-format-list-bulleted[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%2010.5c-.83%200-1.5.67-1.5%201.5s.67%201.5%201.5%201.5%201.5-.67%201.5-1.5-.67-1.5-1.5-1.5zm0-6c-.83%200-1.5.67-1.5%201.5S3.17%207.5%204%207.5%205.5%206.83%205.5%206%204.83%204.5%204%204.5zm0%2012c-.83%200-1.5.68-1.5%201.5s.68%201.5%201.5%201.5%201.5-.68%201.5-1.5-.67-1.5-1.5-1.5zM7%2019h14v-2H7v2zm0-6h14v-2H7v2zm0-8v2h14V5H7z'/%3e%3c/svg%3e");
}
.icon-format-list-checks[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M3,5H9V11H3V5M5,7V9H7V7H5M11,7H21V9H11V7M11,15H21V17H11V15M5,20L1.5,16.5L2.91,15.09L5,17.17L9.59,12.59L11,14L5,20Z'%20/%3e%3c/svg%3e");
}
.icon-format-list-numbered[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z'/%3e%3c/svg%3e");
}
.icon-format-size[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9%204v3h5v12h3V7h5V4H9zm-6%208h3v7h3v-7h3V9H3v3z'/%3e%3c/svg%3e");
}
.icon-format-underlined[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%2017c3.31%200%206-2.69%206-6V3h-2.5v8c0%201.93-1.57%203.5-3.5%203.5S8.5%2012.93%208.5%2011V3H6v8c0%203.31%202.69%206%206%206zm-7%202v2h14v-2H5z'/%3e%3c/svg%3e");
}
.icon-forum[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15%204v7H5.17L4%2012.17V4h11m1-2H3c-.55%200-1%20.45-1%201v14l4-4h10c.55%200%201-.45%201-1V3c0-.55-.45-1-1-1zm5%204h-2v9H6v2c0%20.55.45%201%201%201h11l4%204V7c0-.55-.45-1-1-1z'/%3e%3c/svg%3e");
}
.icon-forward[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M12%208V4l8%208-8%208v-4H4V8z'/%3e%3c/svg%3e");
}
.icon-fullscreen-exit[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M5%2016h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6%2011h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z'/%3e%3c/svg%3e");
}
.icon-fullscreen[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2014H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12%207h-3v2h5v-5h-2v3zM14%205v2h3v3h2V5h-5z'/%3e%3c/svg%3e");
}
.icon-grade-outline[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%207.13l.97%202.29.47%201.11%201.2.1%202.47.21-1.88%201.63-.91.79.27%201.18.56%202.41-2.12-1.28-1.03-.64-1.03.62-2.12%201.28.56-2.41.27-1.18-.91-.79-1.88-1.63%202.47-.21%201.2-.1.47-1.11.97-2.27M12%202L9.19%208.63%202%209.24l5.46%204.73L5.82%2021%2012%2017.27%2018.18%2021l-1.64-7.03L22%209.24l-7.19-.61L12%202z'/%3e%3c/svg%3e");
}
.icon-grade[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M12%2017.27L18.18%2021l-1.64-7.03L22%209.24l-7.19-.61L12%202%209.19%208.63%202%209.24l5.46%204.73L5.82%2021z'/%3e%3c/svg%3e");
}
.icon-groups[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3cg%3e%3cpath%20d='M4,13c1.1,0,2-0.9,2-2c0-1.1-0.9-2-2-2s-2,0.9-2,2C2,12.1,2.9,13,4,13z%20M5.13,14.1C4.76,14.04,4.39,14,4,14%20c-0.99,0-1.93,0.21-2.78,0.58C0.48,14.9,0,15.62,0,16.43V18l4.5,0v-1.61C4.5,15.56,4.73,14.78,5.13,14.1z%20M20,13c1.1,0,2-0.9,2-2%20c0-1.1-0.9-2-2-2s-2,0.9-2,2C18,12.1,18.9,13,20,13z%20M24,16.43c0-0.81-0.48-1.53-1.22-1.85C21.93,14.21,20.99,14,20,14%20c-0.39,0-0.76,0.04-1.13,0.1c0.4,0.68,0.63,1.46,0.63,2.29V18l4.5,0V16.43z%20M16.24,13.65c-1.17-0.52-2.61-0.9-4.24-0.9%20c-1.63,0-3.07,0.39-4.24,0.9C6.68,14.13,6,15.21,6,16.39V18h12v-1.61C18,15.21,17.32,14.13,16.24,13.65z%20M8.07,16%20c0.09-0.23,0.13-0.39,0.91-0.69c0.97-0.38,1.99-0.56,3.02-0.56s2.05,0.18,3.02,0.56c0.77,0.3,0.81,0.46,0.91,0.69H8.07z%20M12,8%20c0.55,0,1,0.45,1,1s-0.45,1-1,1s-1-0.45-1-1S11.45,8,12,8%20M12,6c-1.66,0-3,1.34-3,3c0,1.66,1.34,3,3,3s3-1.34,3-3%20C15,7.34,13.66,6,12,6L12,6z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-headphones[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M12,3c-4.97,0-9,4.03-9,9v7c0,1.1,0.9,2,2,2h4v-8H5v-1c0-3.87,3.13-7,7-7s7,3.13,7,7v1h-4v8h4c1.1,0,2-0.9,2-2v-7%20C21,7.03,16.97,3,12,3z%20M7,15v4H5v-4H7z%20M19,19h-2v-4h2V19z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-help[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M11%2018h2v-2h-2v2zm1-16C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm0-14c-2.21%200-4%201.79-4%204h2c0-1.1.9-2%202-2s2%20.9%202%202c0%202-3%201.75-3%205h2c0-2.25%203-2.5%203-5%200-2.21-1.79-4-4-4z'/%3e%3c/svg%3e");
}
.icon-highlight-off-white[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.59%208L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208zM12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.icon-highlight-off[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.59%208L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208zM12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");
}
.icon-home[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%205.69l5%204.5V18h-2v-6H9v6H7v-7.81l5-4.5M12%203L2%2012h3v8h6v-6h2v6h6v-8h3L12%203z'/%3e%3c/svg%3e");
}
.icon-hourglass-empty[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M6%202v6h.01L6%208.01%2010%2012l-4%204%20.01.01H6V22h12v-5.99h-.01L18%2016l-4-4%204-3.99-.01-.01H18V2H6zm10%2014.5V20H8v-3.5l4-4%204%204zm-4-5l-4-4V4h8v3.5l-4%204z'/%3e%3c/svg%3e");
}
.icon-how-to-reg[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%2012c2.21%200%204-1.79%204-4s-1.79-4-4-4-4%201.79-4%204%201.79%204%204%204zm0-6c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2zM5%2018c.2-.63%202.57-1.68%204.96-1.94l2.04-2c-.39-.04-.68-.06-1-.06-2.67%200-8%201.34-8%204v2h9l-2-2H5zm15.6-5.5l-5.13%205.17-2.07-2.08L12%2017l3.47%203.5L22%2013.91z'/%3e%3c/svg%3e");
}
.icon-info-white[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.1.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20enable-background='new%200%200%2024%2024'%20xml:space='preserve'%3e%3cg%20id='Bounding_Boxes'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_3'%20display='none'%3e%3c/g%3e%3cpath%20fill='none'%20d='M0,0h24v24H0V0z'/%3e%3c/g%3e%3cg%20id='Rounded'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_5'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,17L12,17c-0.55,0-1-0.45-1-1v-4%20c0-0.55,0.45-1,1-1h0c0.55,0,1,0.45,1,1v4C13,16.55,12.55,17,12,17z%20M13,9h-2V7h2V9z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Sharp'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_4'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M13,17h-2v-6h2V17z%20M13,9h-2V7h2V9z'%20/%3e%3c/g%3e%3c/g%3e%3cg%20id='Outline'%20fill='%23ffffff'%3e%3cg%20id='ui_x5F_spec_x5F_header'%20display='none'%3e%3c/g%3e%3cg%3e%3crect%20x='11'%20y='7'%20width='2'%20height='2'/%3e%3crect%20x='11'%20y='11'%20width='2'%20height='6'/%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20c0-4.41,3.59-8,8-8s8,3.59,8,8C20,16.41,16.41,20,12,20z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Duotone'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_2'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20opacity='0.3'%20d='M12,4c-4.41,0-8,3.59-8,8c0,4.41,3.59,8,8,8s8-3.59,8-8C20,7.59,16.41,4,12,4z%20M13,17h-2v-6h2V17z%20M13,9h-2%20V7h2V9z'/%3e%3crect%20x='11'%20y='7'%20width='2'%20height='2'/%3e%3crect%20x='11'%20y='11'%20width='2'%20height='6'/%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20c0-4.41,3.59-8,8-8s8,3.59,8,8C20,16.41,16.41,20,12,20z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Material'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M13,17h-2v-6h2V17z%20M13,9h-2V7h2V9z'%20/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-info[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%207h2v2h-2zm0%204h2v6h-2zm1-9C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");
}
.icon-insert-drive-file[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14%202H6c-1.1%200-1.99.9-1.99%202L4%2020c0%201.1.89%202%201.99%202H18c1.1%200%202-.9%202-2V8l-6-6zM6%2020V4h7v5h5v11H6z'/%3e%3c/svg%3e");
}
.icon-insert-invitation[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%203h-1V1h-2v2H8V1H6v2H5c-1.11%200-1.99.9-1.99%202L3%2019c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm0%2016H5V9h14v10zm0-12H5V5h14v2zm-2%205h-5v5h5v-5z'/%3e%3c/svg%3e");
}
.icon-language[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11.99%202C6.47%202%202%206.48%202%2012s4.47%2010%209.99%2010C17.52%2022%2022%2017.52%2022%2012S17.52%202%2011.99%202zm6.93%206h-2.95c-.32-1.25-.78-2.45-1.38-3.56%201.84.63%203.37%201.91%204.33%203.56zM12%204.04c.83%201.2%201.48%202.53%201.91%203.96h-3.82c.43-1.43%201.08-2.76%201.91-3.96zM4.26%2014C4.1%2013.36%204%2012.69%204%2012s.1-1.36.26-2h3.38c-.08.66-.14%201.32-.14%202s.06%201.34.14%202H4.26zm.82%202h2.95c.32%201.25.78%202.45%201.38%203.56-1.84-.63-3.37-1.9-4.33-3.56zm2.95-8H5.08c.96-1.66%202.49-2.93%204.33-3.56C8.81%205.55%208.35%206.75%208.03%208zM12%2019.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43%201.43-1.08%202.76-1.91%203.96zM14.34%2014H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16%201.32.16%202s-.07%201.34-.16%202zm.25%205.56c.6-1.11%201.06-2.31%201.38-3.56h2.95c-.96%201.65-2.49%202.93-4.33%203.56zM16.36%2014c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26%201.31.26%202s-.1%201.36-.26%202h-3.38z'/%3e%3c/svg%3e");
}
.icon-laptop[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'%20x='0'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M20,18c1.1,0,2-0.9,2-2V6c0-1.1-0.9-2-2-2H4C2.9,4,2,4.9,2,6v10c0,1.1,0.9,2,2,2H0v2h24v-2H20z%20M4,6h16v10H4V6z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-last-page[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M5.59%207.41L10.18%2012l-4.59%204.59L7%2018l6-6-6-6-1.41%201.41zM16%206h2v12h-2V6z'/%3e%3c/svg%3e");
}
.icon-link[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M17%207h-4v2h4c1.65%200%203%201.35%203%203s-1.35%203-3%203h-4v2h4c2.76%200%205-2.24%205-5s-2.24-5-5-5zm-6%208H7c-1.65%200-3-1.35-3-3s1.35-3%203-3h4V7H7c-2.76%200-5%202.24-5%205s2.24%205%205%205h4v-2zm-3-4h8v2H8z'/%3e%3c/svg%3e");
}
.icon-list-alt[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%207h6v2h-6zm0%204h6v2h-6zm0%204h6v2h-6zM7%207h2v2H7zm0%204h2v2H7zm0%204h2v2H7zM20.1%203H3.9c-.5%200-.9.4-.9.9v16.2c0%20.4.4.9.9.9h16.2c.4%200%20.9-.5.9-.9V3.9c0-.5-.5-.9-.9-.9zM19%2019H5V5h14v14z'/%3e%3c/svg%3e");
}
.icon-local-shipping[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%208h-3V4H3c-1.1%200-2%20.9-2%202v11h2c0%201.66%201.34%203%203%203s3-1.34%203-3h6c0%201.66%201.34%203%203%203s3-1.34%203-3h2v-5l-3-4zm-.5%201.5l1.96%202.5H17V9.5h2.5zM6%2018c-.55%200-1-.45-1-1s.45-1%201-1%201%20.45%201%201-.45%201-1%201zm2.22-3c-.55-.61-1.33-1-2.22-1s-1.67.39-2.22%201H3V6h12v9H8.22zM18%2018c-.55%200-1-.45-1-1s.45-1%201-1%201%20.45%201%201-.45%201-1%201z'/%3e%3c/svg%3e");
}
.icon-location-on[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C8.13%202%205%205.13%205%209c0%205.25%207%2013%207%2013s7-7.75%207-13c0-3.87-3.13-7-7-7zM7%209c0-2.76%202.24-5%205-5s5%202.24%205%205c0%202.88-2.88%207.19-5%209.88C9.92%2016.21%207%2011.85%207%209z'/%3e%3ccircle%20cx='12'%20cy='9'%20r='2.5'/%3e%3c/svg%3e");
}
.icon-lock-open[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M18%208h-1V6c0-2.76-2.24-5-5-5S7%203.24%207%206h2c0-1.66%201.34-3%203-3s3%201.34%203%203v2H6c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2V10c0-1.1-.9-2-2-2zm0%2012H6V10h12v10zm-6-3c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202z'/%3e%3c/svg%3e");
}
.icon-lock[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%20fill='none'%3e%3cpath%20d='M0%200h24v24H0V0z'/%3e%3cpath%20d='M0%200h24v24H0V0z'%20opacity='.87'/%3e%3c/g%3e%3cpath%20d='M18%208h-1V6c0-2.76-2.24-5-5-5S7%203.24%207%206v2H6c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2V10c0-1.1-.9-2-2-2zM9%206c0-1.66%201.34-3%203-3s3%201.34%203%203v2H9V6zm9%2014H6V10h12v10zm-6-3c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202z'/%3e%3c/svg%3e");
}
.icon-map[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M20.5,3L20.34,3.03L15,5.1L9,3L3.36,4.9C3.15,4.97%203,5.15%203,5.38V20.5A0.5,0.5%200%200,0%203.5,21L3.66,20.97L9,18.9L15,21L20.64,19.1C20.85,19.03%2021,18.85%2021,18.62V3.5A0.5,0.5%200%200,0%2020.5,3M10,5.47L14,6.87V18.53L10,17.13V5.47M5,6.46L8,5.45V17.15L5,18.31V6.46M19,17.54L16,18.55V6.86L19,5.7V17.54Z'%20/%3e%3c/svg%3e");
}
.icon-menu[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2018h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'/%3e%3c/svg%3e");
}
.icon-mode[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.06%209.02l.92.92L5.92%2019H5v-.92l9.06-9.06M17.66%203c-.25%200-.51.1-.7.29l-1.83%201.83%203.75%203.75%201.83-1.83c.39-.39.39-1.02%200-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29zm-3.6%203.19L3%2017.25V21h3.75L17.81%209.94l-3.75-3.75z'/%3e%3c/svg%3e");
}
.icon-more-horiz[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M6%2010c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2zm12%200c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2zm-6%200c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2z'/%3e%3c/svg%3e");
}
.icon-more-vert[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%208c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202zm0%202c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2zm0%206c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2z'/%3e%3c/svg%3e");
}
.icon-mouse[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%209c-.04-4.39-3.6-7.93-8-7.93S4.04%204.61%204%209v6c0%204.42%203.58%208%208%208s8-3.58%208-8V9zm-2%200h-5V3.16c2.81.47%204.96%202.9%205%205.84zm-7-5.84V9H6c.04-2.94%202.19-5.37%205-5.84zM18%2015c0%203.31-2.69%206-6%206s-6-2.69-6-6v-4h12v4z'/%3e%3c/svg%3e");
}
.icon-note-add[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M13%2011h-2v3H8v2h3v3h2v-3h3v-2h-3zm1-9H6c-1.1%200-2%20.9-2%202v16c0%201.1.89%202%201.99%202H18c1.1%200%202-.9%202-2V8l-6-6zm4%2018H6V4h7v5h5v11z'/%3e%3c/svg%3e");
}
.icon-notifications[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%2022c1.1%200%202-.9%202-2h-4c0%201.1.9%202%202%202zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5v.68C7.64%205.36%206%207.92%206%2011v5l-2%202v1h16v-1l-2-2zm-2%201H8v-6c0-2.48%201.51-4.5%204-4.5s4%202.02%204%204.5v6z'/%3e%3c/svg%3e");
}
.icon-open-in-new[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2019H5V5h7V3H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2v-7h-2v7zM14%203v2h3.59l-9.83%209.83%201.41%201.41L19%206.41V10h2V3h-7z'/%3e%3c/svg%3e");
}
.icon-open-with[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%209h4V6h3l-5-5-5%205h3v3zm-1%201H6V7l-5%205%205%205v-3h3v-4zm14%202l-5-5v3h-3v4h3v3l5-5zm-9%203h-4v3H7l5%205%205-5h-3v-3z'/%3e%3c/svg%3e");
}
.icon-outlined-flag[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M14%206l-1-2H5v17h2v-7h5l1%202h7V6h-6zm4%208h-4l-1-2H7V6h5l1%202h5v6z'/%3e%3c/svg%3e");
}
.icon-palette[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%2022C6.49%2022%202%2017.51%202%2012S6.49%202%2012%202s10%204.04%2010%209c0%203.31-2.69%206-6%206h-1.77c-.28%200-.5.22-.5.5%200%20.12.05.23.13.33.41.47.64%201.06.64%201.67%200%201.38-1.12%202.5-2.5%202.5zm0-18c-4.41%200-8%203.59-8%208s3.59%208%208%208c.28%200%20.5-.22.5-.5%200-.16-.08-.28-.14-.35-.41-.46-.63-1.05-.63-1.65%200-1.38%201.12-2.5%202.5-2.5H16c2.21%200%204-1.79%204-4%200-3.86-3.59-7-8-7z'/%3e%3ccircle%20cx='6.5'%20cy='11.5'%20r='1.5'/%3e%3ccircle%20cx='9.5'%20cy='7.5'%20r='1.5'/%3e%3ccircle%20cx='14.5'%20cy='7.5'%20r='1.5'/%3e%3ccircle%20cx='17.5'%20cy='11.5'%20r='1.5'/%3e%3c/svg%3e");
}
.icon-payments[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3cpath%20d='M19,14V6c0-1.1-0.9-2-2-2H3C1.9,4,1,4.9,1,6v8c0,1.1,0.9,2,2,2h14C18.1,16,19,15.1,19,14z%20M17,14H3V6h14V14z%20M10,7%20c-1.66,0-3,1.34-3,3s1.34,3,3,3s3-1.34,3-3S11.66,7,10,7z%20M23,7v11c0,1.1-0.9,2-2,2H4c0-1,0-0.9,0-2h17V7C22.1,7,22,7,23,7z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-people-alt[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg/%3e%3cg%3e%3cpath%20d='M16.67,13.13C18.04,14.06,19,15.32,19,17v3h4v-3C23,14.82,19.43,13.53,16.67,13.13z'/%3e%3cpath%20d='M15,12c2.21,0,4-1.79,4-4c0-2.21-1.79-4-4-4c-0.47,0-0.91,0.1-1.33,0.24C14.5,5.27,15,6.58,15,8s-0.5,2.73-1.33,3.76%20C14.09,11.9,14.53,12,15,12z'/%3e%3cpath%20d='M9,12c2.21,0,4-1.79,4-4c0-2.21-1.79-4-4-4S5,5.79,5,8C5,10.21,6.79,12,9,12z%20M9,6c1.1,0,2,0.9,2,2c0,1.1-0.9,2-2,2%20S7,9.1,7,8C7,6.9,7.9,6,9,6z'/%3e%3cpath%20d='M9,13c-2.67,0-8,1.34-8,4v3h16v-3C17,14.34,11.67,13,9,13z%20M15,18H3l0-0.99C3.2,16.29,6.3,15,9,15s5.8,1.29,6,2V18z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-person-add-alt-1[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M13,8c0-2.21-1.79-4-4-4S5,5.79,5,8s1.79,4,4,4S13,10.21,13,8z%20M11,8c0,1.1-0.9,2-2,2S7,9.1,7,8s0.9-2,2-2S11,6.9,11,8z%20M1,18v2h16v-2c0-2.66-5.33-4-8-4S1,15.34,1,18z%20M3,18c0.2-0.71,3.3-2,6-2c2.69,0,5.78,1.28,6,2H3z%20M20,15v-3h3v-2h-3V7h-2v3h-3v2%20h3v3H20z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-person-remove[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M14,8c0-2.21-1.79-4-4-4C7.79,4,6,5.79,6,8c0,2.21,1.79,4,4,4C12.21,12,14,10.21,14,8z%20M12,8c0,1.1-0.9,2-2,2%20c-1.1,0-2-0.9-2-2s0.9-2,2-2C11.1,6,12,6.9,12,8z'/%3e%3cpath%20d='M2,18v2h16v-2c0-2.66-5.33-4-8-4C7.33,14,2,15.34,2,18z%20M4,18c0.2-0.71,3.3-2,6-2c2.69,0,5.77,1.28,6,2H4z'/%3e%3crect%20height='2'%20width='6'%20x='17'%20y='10'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-person[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%206c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2m0%2010c2.7%200%205.8%201.29%206%202H6c.23-.72%203.31-2%206-2m0-12C9.79%204%208%205.79%208%208s1.79%204%204%204%204-1.79%204-4-1.79-4-4-4zm0%2010c-2.67%200-8%201.34-8%204v2h16v-2c0-2.66-5.33-4-8-4z'/%3e%3c/svg%3e");
}
.icon-phone-iphone[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.5%201h-8C6.12%201%205%202.12%205%203.5v17C5%2021.88%206.12%2023%207.5%2023h8c1.38%200%202.5-1.12%202.5-2.5v-17C18%202.12%2016.88%201%2015.5%201zm-4%2021c-.83%200-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5%201.5.67%201.5%201.5-.67%201.5-1.5%201.5zm4.5-4H7V4h9v14z'/%3e%3c/svg%3e");
}
.icon-photo-camera[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.12%204l1.83%202H20v12H4V6h4.05l1.83-2h4.24M15%202H9L7.17%204H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6c0-1.1-.9-2-2-2h-3.17L15%202zm-3%207c1.65%200%203%201.35%203%203s-1.35%203-3%203-3-1.35-3-3%201.35-3%203-3m0-2c-2.76%200-5%202.24-5%205s2.24%205%205%205%205-2.24%205-5-2.24-5-5-5z'/%3e%3c/svg%3e");
}
.icon-playlist-add-check[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3crect%20height='2'%20width='11'%20x='3'%20y='10'/%3e%3crect%20height='2'%20width='11'%20x='3'%20y='6'/%3e%3crect%20height='2'%20width='7'%20x='3'%20y='14'/%3e%3cpolygon%20points='20.59,11.93%2016.34,16.17%2014.22,14.05%2012.81,15.46%2016.34,19%2022,13.34'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-playlist-add[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M14,10H3v2h11V10z%20M14,6H3v2h11V6z%20M18,14v-4h-2v4h-4v2h4v4h2v-4h4v-2H18z%20M3,16h7v-2H3V16z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-print[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%208h-1V3H6v5H5c-1.66%200-3%201.34-3%203v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zM8%205h8v3H8V5zm8%2012v2H8v-4h8v2zm2-2v-2H6v2H4v-4c0-.55.45-1%201-1h14c.55%200%201%20.45%201%201v4h-2z'/%3e%3ccircle%20cx='18'%20cy='11.5'%20r='1'/%3e%3c/svg%3e");
}
.icon-query-builder[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11.99%202C6.47%202%202%206.48%202%2012s4.47%2010%209.99%2010C17.52%2022%2022%2017.52%2022%2012S17.52%202%2011.99%202zM12%2020c-4.42%200-8-3.58-8-8s3.58-8%208-8%208%203.58%208%208-3.58%208-8%208zm.5-13H11v6l5.25%203.15.75-1.23-4.5-2.67z'/%3e%3c/svg%3e");
}
.icon-refresh[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M17.65%206.35C16.2%204.9%2014.21%204%2012%204c-4.42%200-7.99%203.58-7.99%208s3.57%208%207.99%208c3.73%200%206.84-2.55%207.73-6h-2.08c-.82%202.33-3.04%204-5.65%204-3.31%200-6-2.69-6-6s2.69-6%206-6c1.66%200%203.14.69%204.22%201.78L13%2011h7V4l-2.35%202.35z'/%3e%3c/svg%3e");
}
.icon-remove[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'/%3e%3c/svg%3e");
}
.icon-reply[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%209V5l-7%207%207%207v-4.1c5%200%208.5%201.6%2011%205.1-1-5-4-10-11-11z'/%3e%3c/svg%3e");
}
.icon-report-problem[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%205.99L19.53%2019H4.47L12%205.99M12%202L1%2021h22L12%202zm1%2014h-2v2h2v-2zm0-6h-2v4h2v-4z'/%3e%3c/svg%3e");
}
.icon-save[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M17%203H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2V7l-4-4zm2%2016H5V5h11.17L19%207.83V19zm-7-7c-1.66%200-3%201.34-3%203s1.34%203%203%203%203-1.34%203-3-1.34-3-3-3zM6%206h9v4H6z'/%3e%3c/svg%3e");
}
.icon-school[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%203L1%209l4%202.18v6L12%2021l7-3.82v-6l2-1.09V17h2V9L12%203zm6.82%206L12%2012.72%205.18%209%2012%205.28%2018.82%209zM17%2015.99l-5%202.73-5-2.73v-3.72L12%2015l5-2.73v3.72z'/%3e%3c/svg%3e");
}
.icon-science[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M13,11.33L18,18H6l5-6.67V6h2%20M15.96,4H8.04C7.62,4,7.39,4.48,7.65,4.81L9,6.5v4.17L3.2,18.4C2.71,19.06,3.18,20,4,20h16%20c0.82,0,1.29-0.94,0.8-1.6L15,10.67V6.5l1.35-1.69C16.61,4.48,16.38,4,15.96,4L15.96,4z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-search[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014z'/%3e%3c/svg%3e");
}
.icon-send[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4.01%206.03l7.51%203.22-7.52-1%20.01-2.22m7.5%208.72L4%2017.97v-2.22l7.51-1M2.01%203L2%2010l15%202-15%202%20.01%207L23%2012%202.01%203z'/%3e%3c/svg%3e");
}
.icon-settings[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19.43%2012.98c.04-.32.07-.64.07-.98%200-.34-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.09-.16-.26-.25-.44-.25-.06%200-.12.01-.17.03l-2.49%201c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46%202.18%2014.25%202%2014%202h-4c-.25%200-.46.18-.49.42l-.38%202.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.06-.02-.12-.03-.18-.03-.17%200-.34.09-.43.25l-2%203.46c-.13.22-.07.49.12.64l2.11%201.65c-.04.32-.07.65-.07.98%200%20.33.03.66.07.98l-2.11%201.65c-.19.15-.24.42-.12.64l2%203.46c.09.16.26.25.44.25.06%200%20.12-.01.17-.03l2.49-1c.52.4%201.08.73%201.69.98l.38%202.65c.03.24.24.42.49.42h4c.25%200%20.46-.18.49-.42l.38-2.65c.61-.25%201.17-.59%201.69-.98l2.49%201c.06.02.12.03.18.03.17%200%20.34-.09.43-.25l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zm-1.98-1.71c.04.31.05.52.05.73%200%20.21-.02.43-.05.73l-.14%201.13.89.7%201.08.84-.7%201.21-1.27-.51-1.04-.42-.9.68c-.43.32-.84.56-1.25.73l-1.06.43-.16%201.13-.2%201.35h-1.4l-.19-1.35-.16-1.13-1.06-.43c-.43-.18-.83-.41-1.23-.71l-.91-.7-1.06.43-1.27.51-.7-1.21%201.08-.84.89-.7-.14-1.13c-.03-.31-.05-.54-.05-.74s.02-.43.05-.73l.14-1.13-.89-.7-1.08-.84.7-1.21%201.27.51%201.04.42.9-.68c.43-.32.84-.56%201.25-.73l1.06-.43.16-1.13.2-1.35h1.39l.19%201.35.16%201.13%201.06.43c.43.18.83.41%201.23.71l.91.7%201.06-.43%201.27-.51.7%201.21-1.07.85-.89.7.14%201.13zM12%208c-2.21%200-4%201.79-4%204s1.79%204%204%204%204-1.79%204-4-1.79-4-4-4zm0%206c-1.1%200-2-.9-2-2s.9-2%202-2%202%20.9%202%202-.9%202-2%202z'/%3e%3c/svg%3e");
}
.icon-share[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M18%2016.08c-.76%200-1.44.3-1.96.77L8.91%2012.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5%201.25.81%202.04.81%201.66%200%203-1.34%203-3s-1.34-3-3-3-3%201.34-3%203c0%20.24.04.47.09.7L8.04%209.81C7.5%209.31%206.79%209%206%209c-1.66%200-3%201.34-3%203s1.34%203%203%203c.79%200%201.5-.31%202.04-.81l7.12%204.16c-.05.21-.08.43-.08.65%200%201.61%201.31%202.92%202.92%202.92s2.92-1.31%202.92-2.92c0-1.61-1.31-2.92-2.92-2.92zM18%204c.55%200%201%20.45%201%201s-.45%201-1%201-1-.45-1-1%20.45-1%201-1zM6%2013c-.55%200-1-.45-1-1s.45-1%201-1%201%20.45%201%201-.45%201-1%201zm12%207.02c-.55%200-1-.45-1-1s.45-1%201-1%201%20.45%201%201-.45%201-1%201z'/%3e%3c/svg%3e");
}
.icon-shopping-cart[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.55%2013c.75%200%201.41-.41%201.75-1.03l3.58-6.49c.37-.66-.11-1.48-.87-1.48H5.21l-.94-2H1v2h2l3.6%207.59-1.35%202.44C4.52%2015.37%205.48%2017%207%2017h12v-2H7l1.1-2h7.45zM6.16%206h12.15l-2.76%205H8.53L6.16%206zM7%2018c-1.1%200-1.99.9-1.99%202S5.9%2022%207%2022s2-.9%202-2-.9-2-2-2zm10%200c-1.1%200-1.99.9-1.99%202s.89%202%201.99%202%202-.9%202-2-.9-2-2-2z'/%3e%3c/svg%3e");
}
.icon-sort-ascending[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20d='M13%2018H17V16H13V18ZM13%206V8H23V6H13ZM13%2013H20V11H13V13Z'%20fill='black'/%3e%3cpath%20d='M6%202L2%206L5%206L5%2021L7%2021L7%206L10%206L6%202Z'%20fill='black'/%3e%3c/svg%3e");
}
.icon-sort-by-alpha[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.94%204.66h-4.72l2.36-2.36%202.36%202.36zm-4.69%2014.71h4.66l-2.33%202.33-2.33-2.33zM6.1%206.27L1.6%2017.73h1.84l.92-2.45h5.11l.92%202.45h1.84L7.74%206.27H6.1zm-1.13%207.37l1.94-5.18%201.94%205.18H4.97zm10.76%202.5h6.12v1.59h-8.53v-1.29l5.92-8.56h-5.88v-1.6h8.3v1.26l-5.93%208.6z'/%3e%3c/svg%3e");
}
.icon-sort-default[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13%2018H17V16H13V18ZM13%206V8H23V6H13ZM13%2013H20V11H13V13Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2%206L6%202L10%206L7%206L7%2018L10%2018L7%2021L6%2022L5%2021L2%2018L5%2018L5%206L2%206Z'%20fill='black'/%3e%3c/svg%3e");
}
.icon-sort-descending[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13%2018H17V16H13V18ZM13%206V8H23V6H13ZM13%2013H20V11H13V13Z'%20fill='black'/%3e%3cpath%20d='M6%2022L10%2018L7%2018L7%203L5%203L5%2018L2%2018L6%2022Z'%20fill='black'/%3e%3c/svg%3e");
}
.icon-sort-table-ascending[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='%231A1A1A'%20d='M17.9,10.5L12,4.6l-5.9,5.9H17.9z'/%3e%3c/svg%3e");
}
.icon-sort-table-descending[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='%231A1A1A'%20d='M6.1,13.5l5.9,5.9l5.9-5.9H6.1z'/%3e%3c/svg%3e");
}
.icon-sort-table-none[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='%231A1A1A'%20d='M17.9,10.5L12,4.6l-5.9,5.9H17.9z%20M12,6.7L14.3,9H9.7L12,6.7z'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='%231A1A1A'%20d='M6.1,13.5l5.9,5.9l5.9-5.9H6.1z%20M12,17.3L9.7,15h4.7L12,17.3z'/%3e%3c/svg%3e");
}
.icon-sort[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2018h6v-2H3v2zM3%206v2h18V6H3zm0%207h12v-2H3v2z'/%3e%3c/svg%3e");
}
.icon-subdirectory-arrow-left[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%209l1.42%201.42L8.83%2014H18V4h2v12H8.83l3.59%203.58L11%2021l-6-6%206-6z'/%3e%3c/svg%3e");
}
.icon-subdirectory-arrow-right[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M19%2015l-6%206-1.42-1.42L15.17%2016H4V4h2v10h9.17l-3.59-3.58L13%209l6%206z'/%3e%3c/svg%3e");
}
.icon-support-agent[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M21,12.22C21,6.73,16.74,3,12,3c-4.69,0-9,3.65-9,9.28C2.4,12.62,2,13.26,2,14v2c0,1.1,0.9,2,2,2h1v-6.1%20c0-3.87,3.13-7,7-7s7,3.13,7,7V19h-8v2h8c1.1,0,2-0.9,2-2v-1.22c0.59-0.31,1-0.92,1-1.64v-2.3C22,13.14,21.59,12.53,21,12.22z'/%3e%3ccircle%20cx='9'%20cy='13'%20r='1'/%3e%3ccircle%20cx='15'%20cy='13'%20r='1'/%3e%3cpath%20d='M18,11.03C17.52,8.18,15.04,6,12.05,6c-3.03,0-6.29,2.51-6.03,6.45c2.47-1.01,4.33-3.21,4.86-5.89%20C12.19,9.19,14.88,11,18,11.03z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-text-format[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M5%2017v2h14v-2H5zm4.5-4.2h5l.9%202.2h2.1L12.75%204h-1.5L6.5%2015h2.1l.9-2.2zM12%205.98L13.87%2011h-3.74L12%205.98z'/%3e%3c/svg%3e");
}
.icon-trash-can[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M9,3V4H4V6H5V19A2,2%200%200,0%207,21H17A2,2%200%200,0%2019,19V6H20V4H15V3H9M7,6H17V19H7V6M9,8V17H11V8H9M13,8V17H15V8H13Z'%20/%3e%3c/svg%3e");
}
.icon-tune[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2017v2h6v-2H3zM3%205v2h10V5H3zm10%2016v-2h8v-2h-8v-2h-2v6h2zM7%209v2H3v2h4v2h2V9H7zm14%204v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z'/%3e%3c/svg%3e");
}
.icon-vertical-split[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2013h8v2H3zm0%204h8v2H3zm0-8h8v2H3zm0-4h8v2H3zm16%202v10h-4V7h4m2-2h-8v14h8V5z'/%3e%3c/svg%3e");
}
.icon-videocam[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15%208v8H5V8h10m1-2H4c-.55%200-1%20.45-1%201v10c0%20.55.45%201%201%201h12c.55%200%201-.45%201-1v-3.5l4%204v-11l-4%204V7c0-.55-.45-1-1-1z'/%3e%3c/svg%3e");
}
.icon-view-headline[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%2015h16v-2H4v2zm0%204h16v-2H4v2zm0-8h16V9H4v2zm0-6v2h16V5H4z'/%3e%3c/svg%3e");
}
.icon-visibility-off[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0zm0%200h24v24H0V0zm0%200h24v24H0V0zm0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%206c3.79%200%207.17%202.13%208.82%205.5-.59%201.22-1.42%202.27-2.41%203.12l1.41%201.41c1.39-1.23%202.49-2.77%203.18-4.53C21.27%207.11%2017%204%2012%204c-1.27%200-2.49.2-3.64.57l1.65%201.65C10.66%206.09%2011.32%206%2012%206zm-1.07%201.14L13%209.21c.57.25%201.03.71%201.28%201.28l2.07%202.07c.08-.34.14-.7.14-1.07C16.5%209.01%2014.48%207%2012%207c-.37%200-.72.05-1.07.14zM2.01%203.87l2.68%202.68C3.06%207.83%201.77%209.53%201%2011.5%202.73%2015.89%207%2019%2012%2019c1.52%200%202.98-.29%204.32-.82l3.42%203.42%201.41-1.41L3.42%202.45%202.01%203.87zm7.5%207.5l2.61%202.61c-.04.01-.08.02-.12.02-1.38%200-2.5-1.12-2.5-2.5%200-.05.01-.08.01-.13zm-3.4-3.4l1.75%201.75c-.23.55-.36%201.15-.36%201.78%200%202.48%202.02%204.5%204.5%204.5.63%200%201.23-.13%201.77-.36l.98.98c-.88.24-1.8.38-2.75.38-3.79%200-7.17-2.13-8.82-5.5.7-1.43%201.72-2.61%202.93-3.53z'/%3e%3c/svg%3e");
}
.icon-visibility[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%206c3.79%200%207.17%202.13%208.82%205.5C19.17%2014.87%2015.79%2017%2012%2017s-7.17-2.13-8.82-5.5C4.83%208.13%208.21%206%2012%206m0-2C7%204%202.73%207.11%201%2011.5%202.73%2015.89%207%2019%2012%2019s9.27-3.11%2011-7.5C21.27%207.11%2017%204%2012%204zm0%205c1.38%200%202.5%201.12%202.5%202.5S13.38%2014%2012%2014s-2.5-1.12-2.5-2.5S10.62%209%2012%209m0-2c-2.48%200-4.5%202.02-4.5%204.5S9.52%2016%2012%2016s4.5-2.02%204.5-4.5S14.48%207%2012%207z'/%3e%3c/svg%3e");
}
.icon-zoom-in[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014zm.5-7H9v2H7v1h2v2h1v-2h2V9h-2z'/%3e%3c/svg%3e");
}
.icon-zoom-out[data-v-3927b27e]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014zM7%209h5v1H7z'/%3e%3c/svg%3e");
}
.hide-base-svg[data-v-3927b27e] {
  display: none;
}
.form-group[data-v-3927b27e] {
  margin-top: 24px;
}
.form-group[data-v-3927b27e]:first-child {
  margin-top: 0;
}
.form-group-radio[data-v-3927b27e], .form-group-checkbox[data-v-3927b27e] {
  margin-top: 8px;
  position: relative;
}
.form-hint[data-v-3927b27e] {
  display: block;
  color: #747474;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: normal;
  font-weight: 400;
}
.form-label[data-v-3927b27e] {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
.form-label.disabled[data-v-3927b27e] {
  color: #747474;
  font-weight: 500;
}
.form-input[data-v-3927b27e] {
  appearance: none;
  border: 1px solid #747474;
  border-radius: 4px;
  color: #1a1a1a;
  display: block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  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[data-v-3927b27e] {
    /* IE10+ CSS styles go here */
    height: calc(2.4rem + 16px);
}
}
.form-input[data-v-3927b27e]:focus, .form-input.focus[data-v-3927b27e] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.form-input[data-v-3927b27e]::placeholder {
  color: #747474;
  font-style: italic;
  opacity: 1;
  font-weight: 400;
}
table .form-input[data-v-3927b27e] {
  margin-top: 0;
}
textarea.form-input[data-v-3927b27e] {
  height: auto;
}
textarea.no-resize[data-v-3927b27e] {
  resize: none;
}
.form-input-wrapper[data-v-3927b27e] {
  display: flex;
}
.form-input-wrapper .form-input[data-v-3927b27e] {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.form-input-wrapper .form-input[data-v-3927b27e]:focus {
  position: relative;
  z-index: 1;
}
.form-input-wrapper .form-input-prefix + .form-input[data-v-3927b27e], .form-input-wrapper.form-input-wrapper--prefix .form-input[data-v-3927b27e] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-input-wrapper.form-input-wrapper--suffix .form-input[data-v-3927b27e] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-input-wrapper .form-input-prefix[data-v-3927b27e], .form-input-wrapper .form-input-suffix[data-v-3927b27e] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 40px;
  padding: calc(8px - 1px) calc(8px - 1px);
  margin-top: 8px;
  border: 1px solid #747474;
  background-color: #F5F5F5;
  text-align: center;
  white-space: nowrap;
  cursor: default;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.form-input-wrapper .form-input-suffix[data-v-3927b27e] {
  border-left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.form-input-wrapper .form-input-prefix[data-v-3927b27e] {
  border-right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-select[data-v-3927b27e] {
  background-color: white;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'/%3e%3c/svg%3e");
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
  border: 1px solid #747474;
  border-radius: 4px;
  color: #1a1a1a;
  display: block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  height: calc(2.4rem + 16px);
  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;
}
.form-select[data-v-3927b27e]:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #1a1a1a;
}
.form-select[data-v-3927b27e]:focus, .form-select.focus[data-v-3927b27e] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.form-select[data-v-3927b27e]::-ms-expand {
  display: none;
}
.form-select[data-v-3927b27e]:disabled {
  background-color: transparent;
  color: #747474;
  cursor: not-allowed;
}
@-moz-document url-prefix() {
.form-select option[data-v-3927b27e] {
    font-family: Helvetica, Arial, sans-serif;
}
}
table .form-select[data-v-3927b27e] {
  margin-top: 0;
}
.form-group.form-error[data-v-3927b27e] {
  border-left: 4px solid #CC0000;
  padding-left: calc(16px - 4px);
}
.form-group.form-error .form-input[data-v-3927b27e],
.form-group.form-error .form-select[data-v-3927b27e] {
  border: 2px solid #CC0000;
  padding: calc(8px - 2px) calc(16px - 2px);
}
.form-error-message[data-v-3927b27e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
  display: block;
  color: #CC0000;
  margin-top: 4px;
}
.form-group.form-success .form-input[data-v-3927b27e],
.form-group.form-success .form-select[data-v-3927b27e] {
  border: 2px solid #CC0000;
  padding: calc(8px - 2px) calc(16px - 2px);
}
input[type=text][data-v-3927b27e]:disabled,
input[type=email][data-v-3927b27e]:disabled,
input[type=number][data-v-3927b27e]:disabled,
input[type=password][data-v-3927b27e]:disabled,
input[type=search][data-v-3927b27e]:disabled,
input[type=tel][data-v-3927b27e]:disabled,
input[type=url][data-v-3927b27e]:disabled,
textarea[data-v-3927b27e]:disabled {
  background-color: transparent;
  border-color: #DCDCDC;
  color: #747474;
  cursor: not-allowed;
}
input[readonly][type=text][data-v-3927b27e], textarea[readonly][data-v-3927b27e] {
  background-color: #F5F5F5;
  color: #1a1a1a;
  border: 1px solid #DCDCDC;
  cursor: default;
}
.form-limit .form-limit-error[data-v-3927b27e] {
  border: 2px solid #CC0000;
  padding: calc(8px - 2px) calc(16px - 2px);
}
.form-limit .character-limit[data-v-3927b27e] {
  margin-top: 4px;
}
.form-limit .character-limit.limit-exceeded[data-v-3927b27e] {
  color: #CC0000;
}
.form-checkbox[data-v-3927b27e] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}
.form-radio[data-v-3927b27e] {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  margin: 0;
  opacity: 0;
  left: 0px;
  top: 3px;
}
.form-checkbox + label[data-v-3927b27e],
.form-radio + label[data-v-3927b27e] {
  cursor: pointer;
  font-weight: 400;
  line-height: 2.4rem;
  margin-bottom: 0;
  display: inline-block;
  outline: none;
  color: #1a1a1a;
  position: relative;
  padding-left: calc(20px + 8px);
  min-height: 20px;
}
.form-checkbox + label + .form-hint[data-v-3927b27e],
.form-radio + label + .form-hint[data-v-3927b27e] {
  padding-left: calc(20px + 8px);
}
.form-checkbox + label[data-v-3927b27e]::before,
.form-radio + label[data-v-3927b27e]::before {
  content: "";
  display: inline-block;
  background: white;
  border-radius: 2px;
  border: 2px solid #1a1a1a;
  height: 20px;
  line-height: 2.4rem;
  margin-right: 8px;
  width: 20px;
  position: absolute;
  top: 3px;
  left: 0;
}
.form-checkbox.checkbox-large + label[data-v-3927b27e] {
  padding-top: 8px;
  padding-left: calc(32px + 8px);
  padding-bottom: 8px;
  min-height: 32px;
}
.form-checkbox.checkbox-large + label[data-v-3927b27e]:before {
  height: 32px;
  width: 32px;
}
.form-checkbox.checkbox-large + label + .form-hint[data-v-3927b27e] {
  padding-left: calc(32px + 8px);
  margin-top: -8px;
}
.form-radio[data-v-3927b27e] {
  height: 20px;
  width: 20px;
}
.form-radio.radio-large[data-v-3927b27e] {
  height: 32px;
  width: 32px;
}
.form-radio + label[data-v-3927b27e]::before {
  border-radius: 100%;
  height: 20px;
  width: 20px;
}
.form-radio.radio-large + label[data-v-3927b27e] {
  padding-top: 8px;
  padding-left: calc(32px + 8px);
  padding-bottom: 8px;
}
.form-radio.radio-large + label[data-v-3927b27e]:before {
  height: 32px;
  width: 32px;
}
.form-radio.radio-large + label + .form-hint[data-v-3927b27e] {
  padding-left: calc(32px + 8px);
  margin-top: -8px;
}
.form-checkbox.checkbox-large[data-v-3927b27e] {
  width: 20px;
  height: 20px;
}
.form-checkbox.checkbox-large.checkbox-large[data-v-3927b27e] {
  width: 32px;
  height: 32px;
}
.form-checkbox:checked + label[data-v-3927b27e]:before {
  background-color: #1a1a1a;
}
.form-checkbox:checked + label[data-v-3927b27e]:after {
  content: "";
  height: 7px;
  width: 12px;
  position: absolute;
  left: 4px;
  top: 5px;
  box-shadow: -2px 2px 0 0 #fff;
  transform: rotate(-46deg);
}
.form-checkbox.checkbox-large[data-v-3927b27e] {
  width: 22px;
  height: 22px;
}
.form-checkbox.checkbox-large:checked + label[data-v-3927b27e]:after {
  height: 12px;
  width: 20px;
  left: 6px;
  top: 6px;
  box-shadow: -3px 3px 0 0 #fff;
}
.form-radio:checked + label[data-v-3927b27e] {
  position: relative;
}
.form-radio:checked + label[data-v-3927b27e]:after {
  content: "";
  height: calc(20px - 10px);
  width: calc(20px - 10px);
  background-color: #1a1a1a;
  position: absolute;
  left: 5px;
  top: 8px;
  border-radius: 100%;
}
.form-radio.radio-large:checked + label[data-v-3927b27e]:after {
  content: "";
  height: calc(32px - 16px);
  width: calc(32px - 16px);
  left: 8px;
  top: 11px;
}
.form-checkbox:disabled + label[data-v-3927b27e],
.form-radio:disabled + label[data-v-3927b27e] {
  color: #747474;
  cursor: not-allowed;
}
.form-checkbox:disabled + label[data-v-3927b27e]:before,
.form-radio:disabled + label[data-v-3927b27e]:before {
  border-color: #747474;
  background-color: transparent;
}
.form-checkbox:checked[disabled] + label[data-v-3927b27e]:before {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  opacity: 0.5;
}
.form-radio:checked[disabled] + label[data-v-3927b27e]:before {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  opacity: 0.5;
}
.form-checkbox:focus + label[data-v-3927b27e]::before,
.form-checkbox.focus + label[data-v-3927b27e]::before {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.form-radio:focus + label[data-v-3927b27e]::before,
.form-radio.focus + label[data-v-3927b27e]::before {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.form-checkbox[aria-checked=mixed] + label[data-v-3927b27e]:before {
  background-color: #1a1a1a;
}
.form-checkbox[aria-checked=mixed] + label[data-v-3927b27e]:after {
  content: "";
  height: 2px;
  width: 8px;
  left: 8px;
  top: 10px;
  position: absolute;
  box-shadow: -2px 2px 0 0 white;
}
.form-checkbox.checkbox-large[aria-checked=mixed] + label[data-v-3927b27e]:after {
  width: 12px;
  left: 13px;
  top: 16px;
  box-shadow: -3px 3px 0 0 white;
}
.checkbox-content[data-v-3927b27e], .radio-content[data-v-3927b27e] {
  padding-left: calc(20px - 4px);
  padding-top: 16px;
  padding-bottom: 24px;
  border-left: 4px solid #BFBFBF;
  margin-left: 8px;
  margin-top: 4px;
  margin-bottom: 8px;
}
.checkbox-content-large[data-v-3927b27e], .radio-content-large[data-v-3927b27e] {
  padding-left: calc(28px - 4px - 4px / 2);
  margin-left: 14px;
}
.checkbox-content[aria-hidden=true][data-v-3927b27e], .radio-content[aria-hidden=true][data-v-3927b27e] {
  display: none;
}
[type=range][data-v-3927b27e] {
  appearance: none;
  border: none;
  padding-left: 0;
  width: 100%;
}
[type=range][data-v-3927b27e]::-webkit-slider-runnable-track {
  background: #BFBFBF;
  border: 1px solid #747474;
  cursor: pointer;
  height: 1.2rem;
  width: 100%;
}
[type=range][data-v-3927b27e]::-moz-range-track {
  background: #BFBFBF;
  border: 1px solid #747474;
  cursor: pointer;
  height: 1.2rem;
  width: 100%;
}
[type=range][data-v-3927b27e]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #747474;
  height: 2.2rem;
  border-radius: 1.5rem;
  background: #F5F5F5;
  cursor: pointer;
  margin-top: -0.65rem;
  width: 2.2rem;
}
[type=range][data-v-3927b27e]::-moz-range-thumb {
  background: #F5F5F5;
  border: 1px solid #747474;
  border-radius: 1.5rem;
  cursor: pointer;
  height: 2.2rem;
  width: 2.2rem;
}
.date-group[data-v-3927b27e] {
  display: flex;
  align-items: flex-end;
}
.date-group label[data-v-3927b27e] {
  margin-top: 0;
  font-weight: 400;
}
.date-group input[type=number][data-v-3927b27e]::-webkit-inner-spin-button,
.date-group input[type=number][data-v-3927b27e]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.date-group .form-group-day[data-v-3927b27e],
.date-group .form-group-month[data-v-3927b27e],
.date-group .form-group-year[data-v-3927b27e] {
  margin-right: 16px;
  margin-top: 0;
}
.date-group .form-group-day[data-v-3927b27e],
.date-group .form-group-month[data-v-3927b27e] {
  width: calc(2px + 16px + 16px + 2ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.date-group .form-group-day[data-v-3927b27e],
  .date-group .form-group-month[data-v-3927b27e] {
    width: 6.4ex;
}
}
.date-group .form-group-year[data-v-3927b27e] {
  width: calc(2px + 16px + 16px + 4ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.date-group .form-group-year[data-v-3927b27e] {
    width: 9ex;
}
}
.date-group .button-open-calendar[data-v-3927b27e] {
  margin-bottom: 8px;
  display: inline-flex;
}
input[type=number][data-v-3927b27e] {
  -moz-appearance: textfield !important;
}
input[data-v-3927b27e]::-webkit-outer-spin-button,
input[data-v-3927b27e]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.form-label + input[type=file][data-v-3927b27e] {
  margin-top: 8px;
}
input[type=file][data-v-3927b27e] {
  display: block;
}
ul[data-v-3927b27e] {
  padding-left: 0;
  list-style-type: none;
  color: #1a1a1a;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
ul > li[data-v-3927b27e] {
  margin-top: 8px;
  list-style-type: none;
  position: relative;
  padding-left: 16px;
  line-height: 2.4rem;
}
ul > li[data-v-3927b27e]::before {
  content: "•";
  position: absolute;
  left: 0px;
  top: -1px;
  font-size: 2rem;
}
ol[data-v-3927b27e] {
  padding-left: 28px;
}
ol li[data-v-3927b27e] {
  margin-top: 8px;
  line-height: 2.4rem;
}
.article ul > li[data-v-3927b27e], .article ol > li[data-v-3927b27e] {
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: normal;
}
.unstyled-list[data-v-3927b27e] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.unstyled-list > li[data-v-3927b27e] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.unstyled-list > li[data-v-3927b27e]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.bordered-list[data-v-3927b27e] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.bordered-list > li[data-v-3927b27e] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.bordered-list > li[data-v-3927b27e]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.bordered-list[data-v-3927b27e] {
  border-top: 1px solid #BFBFBF;
}
.bordered-list li[data-v-3927b27e] {
  padding: 8px 0px;
  border-bottom: 1px solid #BFBFBF;
}
.nobullet-list[data-v-3927b27e] {
  list-style-type: none;
  padding-left: 0;
}
.nobullet-list > li[data-v-3927b27e] {
  padding-left: 0;
}
.nobullet-list > li[data-v-3927b27e]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.noindent-list > li[data-v-3927b27e] {
  padding-left: 14px;
}
.noindent-list > li[data-v-3927b27e]::before {
  left: 0px;
}
.inline-list[data-v-3927b27e] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.inline-list > li[data-v-3927b27e] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.inline-list > li[data-v-3927b27e]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.inline-list > li[data-v-3927b27e] {
  display: block;
}
@media (min-width: 768px) {
.inline-list > li[data-v-3927b27e] {
    display: inline-block;
}
}
.inline-list li + li[data-v-3927b27e] {
  margin-top: 12px;
}
@media (min-width: 768px) {
.inline-list li + li[data-v-3927b27e] {
    margin-top: 0;
}
}
.spinner[data-v-3927b27e] {
  margin: 50px auto;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: spinner-3927b27e 1.1s infinite ease;
  animation: spinner-3927b27e 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner-status[data-v-3927b27e] {
  text-align: center;
}
@-webkit-keyframes spinner-3927b27e {
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-3927b27e {
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[data-v-3927b27e] {
  margin-top: 40px;
}
.page-content + .page-footer[data-v-3927b27e] {
  margin-top: 40px;
}
.page-container[data-v-3927b27e] {
  padding-top: 2.4rem;
}
@media (min-width: 768px) {
.page-container[data-v-3927b27e] {
    padding-top: 4rem;
}
}
body[data-v-3927b27e] {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.page-container[data-v-3927b27e] {
  flex: 1 0 auto;
}
.collapsed[data-v-3927b27e]:not(.dataTable) {
  display: none;
}
.collapse-transition-collapse[data-v-3927b27e] {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease;
}
.collapse-transition-expand[data-v-3927b27e] {
  position: relative;
  overflow: hidden;
  transition: height 0.2s ease;
}
fieldset[data-v-3927b27e] {
  position: relative;
  border: none;
  margin: 0;
  padding: 0;
}
fieldset ul[data-v-3927b27e] {
  margin-top: 0px;
  margin-bottom: 0px;
}
fieldset + fieldset[data-v-3927b27e] {
  margin-top: 24px;
}
legend h1[data-v-3927b27e], legend .h1[data-v-3927b27e], legend h2[data-v-3927b27e], legend .h2[data-v-3927b27e], legend h3[data-v-3927b27e], legend .h3[data-v-3927b27e], legend h4[data-v-3927b27e], legend .h4[data-v-3927b27e], legend h5[data-v-3927b27e], legend .h5[data-v-3927b27e], legend h6[data-v-3927b27e], legend .h6[data-v-3927b27e] {
  margin-bottom: 0px;
}
input.input-width-xxs[data-v-3927b27e], select.input-width-xxs[data-v-3927b27e], textarea.input-width-xxs[data-v-3927b27e] {
  max-width: 8rem !important;
  width: 100%;
}
input.input-width-xs[data-v-3927b27e], select.input-width-xs[data-v-3927b27e], textarea.input-width-xs[data-v-3927b27e] {
  max-width: 16rem !important;
  width: 100%;
}
input.input-width-s[data-v-3927b27e], select.input-width-s[data-v-3927b27e], textarea.input-width-s[data-v-3927b27e] {
  max-width: 24rem !important;
  width: 100%;
}
input.input-width-m[data-v-3927b27e], select.input-width-m[data-v-3927b27e], textarea.input-width-m[data-v-3927b27e] {
  max-width: 32rem !important;
  width: 100%;
}
input.input-width-l[data-v-3927b27e], select.input-width-l[data-v-3927b27e], textarea.input-width-l[data-v-3927b27e] {
  max-width: 40rem !important;
  width: 100%;
}
input.input-width-xl[data-v-3927b27e], select.input-width-xl[data-v-3927b27e], textarea.input-width-xl[data-v-3927b27e] {
  max-width: 48rem !important;
  width: 100%;
}
input.input-char-4[data-v-3927b27e], select.input-char-4[data-v-3927b27e], textarea.input-char-4[data-v-3927b27e] {
  max-width: calc(34px + 4ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
input.input-char-4[data-v-3927b27e], select.input-char-4[data-v-3927b27e], textarea.input-char-4[data-v-3927b27e] {
    max-width: 9ex;
}
}
input.input-char-4[data-v-3927b27e]::-ms-clear, select.input-char-4[data-v-3927b27e]::-ms-clear, textarea.input-char-4[data-v-3927b27e]::-ms-clear {
  display: none;
}
input.input-char-4[data-v-3927b27e], select.input-char-4[data-v-3927b27e], textarea.input-char-4[data-v-3927b27e] {
  width: 100%;
}
input.input-char-8[data-v-3927b27e], select.input-char-8[data-v-3927b27e], textarea.input-char-8[data-v-3927b27e] {
  max-width: calc(34px + 8ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
input.input-char-8[data-v-3927b27e], select.input-char-8[data-v-3927b27e], textarea.input-char-8[data-v-3927b27e] {
    max-width: 14ex;
}
}
input.input-char-8[data-v-3927b27e]::-ms-clear, select.input-char-8[data-v-3927b27e]::-ms-clear, textarea.input-char-8[data-v-3927b27e]::-ms-clear {
  display: none;
}
input.input-char-8[data-v-3927b27e], select.input-char-8[data-v-3927b27e], textarea.input-char-8[data-v-3927b27e] {
  width: 100%;
}
input.input-char-11[data-v-3927b27e], select.input-char-11[data-v-3927b27e], textarea.input-char-11[data-v-3927b27e] {
  max-width: calc(34px + 11ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
input.input-char-11[data-v-3927b27e], select.input-char-11[data-v-3927b27e], textarea.input-char-11[data-v-3927b27e] {
    max-width: 17ex;
}
}
input.input-char-11[data-v-3927b27e]::-ms-clear, select.input-char-11[data-v-3927b27e]::-ms-clear, textarea.input-char-11[data-v-3927b27e]::-ms-clear {
  display: none;
}
input.input-char-11[data-v-3927b27e], select.input-char-11[data-v-3927b27e], textarea.input-char-11[data-v-3927b27e] {
  width: 100%;
}
input.input-char-27[data-v-3927b27e], select.input-char-27[data-v-3927b27e], textarea.input-char-27[data-v-3927b27e] {
  max-width: calc(34px + 27ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
input.input-char-27[data-v-3927b27e], select.input-char-27[data-v-3927b27e], textarea.input-char-27[data-v-3927b27e] {
    max-width: 36ex;
}
}
input.input-char-27[data-v-3927b27e]::-ms-clear, select.input-char-27[data-v-3927b27e]::-ms-clear, textarea.input-char-27[data-v-3927b27e]::-ms-clear {
  display: none;
}
input.input-char-27[data-v-3927b27e], select.input-char-27[data-v-3927b27e], textarea.input-char-27[data-v-3927b27e] {
  width: 100%;
}
.table[data-v-3927b27e] {
  margin: 0;
  line-height: 2.4rem;
  border: 1px solid #747474;
  width: 100%;
  color: #1a1a1a;
  font-size: 1.6rem;
  border-collapse: inherit;
  border-spacing: 0;
}
.table td[data-v-3927b27e],
.table th[data-v-3927b27e] {
  padding-left: 16px;
  padding-top: 16px;
  padding-right: 15px;
  padding-bottom: 15px;
  border-right: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  background-color: inherit;
  vertical-align: top;
  text-align: left;
}
.table td[data-v-3927b27e]:last-child,
.table th[data-v-3927b27e]:last-child {
  border-right: none;
}
.table td.break-word[data-v-3927b27e],
.table th.break-word[data-v-3927b27e] {
  word-break: break-all;
}
.table td.vertical-align-middle[data-v-3927b27e],
.table th.vertical-align-middle[data-v-3927b27e] {
  vertical-align: middle;
}
.table td.vertical-align-top[data-v-3927b27e],
.table th.vertical-align-top[data-v-3927b27e] {
  vertical-align: top;
}
.table td.vertical-align-bottom[data-v-3927b27e],
.table th.vertical-align-bottom[data-v-3927b27e] {
  vertical-align: bottom;
}
.table thead[data-v-3927b27e] {
  background-color: #F5F5F5;
}
.table thead th[data-v-3927b27e] {
  font-weight: 600;
  padding-top: 15px;
}
.table thead th[data-v-3927b27e]:first-child {
  padding-left: 15px;
}
.table thead th.table-header-no-wrap[data-v-3927b27e] {
  white-space: nowrap;
}
.table thead th button[data-v-3927b27e],
.table thead th .button[data-v-3927b27e] {
  width: auto;
}
.table tbody th[data-v-3927b27e] {
  font-weight: 600;
}
.table tbody tr[data-v-3927b27e] {
  background-color: transparent;
}
.table tbody tr td[data-v-3927b27e]:first-child,
.table tbody tr th[data-v-3927b27e]:first-child {
  padding-left: 15px;
}
.table tbody tr:last-child td[data-v-3927b27e],
.table tbody tr:last-child th[data-v-3927b27e] {
  border-bottom: none;
}
.table.table--compact th[data-v-3927b27e],
.table.table--compact td[data-v-3927b27e] {
  padding-top: 8px;
  padding-bottom: 7px;
}
.table.table--compact thead th[data-v-3927b27e] {
  padding-top: 7px;
}
.table.table--extracompact th[data-v-3927b27e],
.table.table--extracompact td[data-v-3927b27e] {
  padding-top: 1px;
  padding-bottom: 0;
}
.table.table--extracompact thead th[data-v-3927b27e] {
  padding-top: 0;
}
.table.table--borderless[data-v-3927b27e], .table.structured-list[data-v-3927b27e] {
  border: none;
}
.table.table--borderless td[data-v-3927b27e],
.table.table--borderless th[data-v-3927b27e], .table.structured-list td[data-v-3927b27e],
.table.structured-list th[data-v-3927b27e] {
  padding-right: 16px;
  border-right: none;
}
.table.table--borderless thead tr td[data-v-3927b27e]:first-child,
.table.table--borderless thead tr th[data-v-3927b27e]:first-child,
.table.table--borderless tbody tr td[data-v-3927b27e]:first-child,
.table.table--borderless tbody tr th[data-v-3927b27e]:first-child, .table.structured-list thead tr td[data-v-3927b27e]:first-child,
.table.structured-list thead tr th[data-v-3927b27e]:first-child,
.table.structured-list tbody tr td[data-v-3927b27e]:first-child,
.table.structured-list tbody tr th[data-v-3927b27e]:first-child {
  padding-left: 0;
}
.table.table--borderless thead tr td[data-v-3927b27e]:last-child,
.table.table--borderless thead tr th[data-v-3927b27e]:last-child,
.table.table--borderless tbody tr td[data-v-3927b27e]:last-child,
.table.table--borderless tbody tr th[data-v-3927b27e]:last-child, .table.structured-list thead tr td[data-v-3927b27e]:last-child,
.table.structured-list thead tr th[data-v-3927b27e]:last-child,
.table.structured-list tbody tr td[data-v-3927b27e]:last-child,
.table.structured-list tbody tr th[data-v-3927b27e]:last-child {
  padding-right: 0;
}
.table.table--borderless thead[data-v-3927b27e], .table.structured-list thead[data-v-3927b27e] {
  background-color: transparent;
}
.table.table--borderless thead th[data-v-3927b27e], .table.structured-list thead th[data-v-3927b27e] {
  padding-top: 16px;
}
.table.table--borderless tbody tr:last-child td[data-v-3927b27e],
.table.table--borderless tbody tr:last-child th[data-v-3927b27e], .table.structured-list tbody tr:last-child td[data-v-3927b27e],
.table.structured-list tbody tr:last-child th[data-v-3927b27e] {
  border-bottom: 1px solid #BFBFBF;
}
.table.table--borderless.table--compact thead th[data-v-3927b27e], .table.structured-list.table--compact thead th[data-v-3927b27e] {
  padding-top: 8px;
}
.table.table--borderless.table--extracompact thead th[data-v-3927b27e], .table.structured-list.table--extracompact thead th[data-v-3927b27e] {
  padding-top: 1px;
}
.table.table--zebra td[data-v-3927b27e],
.table.table--zebra th[data-v-3927b27e] {
  border-right: 0;
  padding-right: 16px;
}
.table.table--zebra td[data-v-3927b27e]:last-child,
.table.table--zebra th[data-v-3927b27e]:last-child {
  padding-right: 15px;
}
.table.table--zebra tr[data-v-3927b27e]:nth-child(even) {
  background-color: #F5F5F5;
}
.table.table--zebra tbody tr[data-v-3927b27e]:nth-child(odd) {
  background-color: white;
}
.table.table--zebra.table--borderless td[data-v-3927b27e],
.table.table--zebra.table--borderless th[data-v-3927b27e] {
  border: 0;
  padding: 16px;
}
.table.table--zebra.table--borderless thead tr td[data-v-3927b27e]:first-child,
.table.table--zebra.table--borderless thead tr th[data-v-3927b27e]:first-child,
.table.table--zebra.table--borderless tbody tr td[data-v-3927b27e]:first-child,
.table.table--zebra.table--borderless tbody tr th[data-v-3927b27e]:first-child {
  padding-left: 16px;
}
.table.table--zebra.table--borderless thead tr td[data-v-3927b27e]:last-child,
.table.table--zebra.table--borderless thead tr th[data-v-3927b27e]:last-child,
.table.table--zebra.table--borderless tbody tr td[data-v-3927b27e]:last-child,
.table.table--zebra.table--borderless tbody tr th[data-v-3927b27e]:last-child {
  padding-right: 16px;
}
.table.table--zebra.table--borderless thead[data-v-3927b27e] {
  background-color: #F5F5F5;
}
.table.table--zebra.table--borderless tbody tr:last-child td[data-v-3927b27e],
.table.table--zebra.table--borderless tbody tr:last-child th[data-v-3927b27e] {
  border-bottom: none;
}
.table.table--zebra.table--borderless.table--compact td[data-v-3927b27e],
.table.table--zebra.table--borderless.table--compact th[data-v-3927b27e] {
  padding-bottom: 8px;
  padding-top: 8px;
}
.table.table--zebra.table--borderless.table--extracompact td[data-v-3927b27e],
.table.table--zebra.table--borderless.table--extracompact th[data-v-3927b27e] {
  padding-bottom: 1px;
  padding-top: 1px;
}
.table.structured-list tbody tr:first-child td[data-v-3927b27e],
.table.structured-list tbody tr:first-child th[data-v-3927b27e] {
  border-top: 1px solid #BFBFBF;
}
.table.structured-list.table--zebra tbody tr:first-child td[data-v-3927b27e],
.table.structured-list.table--zebra tbody tr:first-child th[data-v-3927b27e] {
  border-top: none;
}
@media screen and (max-width: 767px) {
.table.table--responsive-headers[data-v-3927b27e] {
    display: block;
}
.table.table--responsive-headers thead[data-v-3927b27e] {
    display: none;
}
.table.table--responsive-headers tbody[data-v-3927b27e],
  .table.table--responsive-headers tr[data-v-3927b27e] {
    display: block;
}
.table.table--responsive-headers tr[data-v-3927b27e] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table--responsive-headers tr[data-v-3927b27e]:last-child {
    border-bottom: none;
}
.table.table--responsive-headers td[data-v-3927b27e],
  .table.table--responsive-headers th[data-v-3927b27e] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table--responsive-headers td[data-v-3927b27e]:last-child,
  .table.table--responsive-headers th[data-v-3927b27e]:last-child {
    padding-bottom: 15px;
}
.table.table--responsive-headers td[data-title][data-v-3927b27e]:not([data-title=""]):before,
  .table.table--responsive-headers th[data-title][data-v-3927b27e]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table--responsive-headers.table--compact th[data-v-3927b27e],
  .table.table--responsive-headers.table--compact td[data-v-3927b27e] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table--responsive-headers.table--compact th[data-v-3927b27e]:last-child,
  .table.table--responsive-headers.table--compact td[data-v-3927b27e]:last-child {
    padding-bottom: 7px;
}
.table.table--responsive-headers.table--extracompact th[data-v-3927b27e],
  .table.table--responsive-headers.table--extracompact td[data-v-3927b27e] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table--responsive-headers.table--extracompact th[data-v-3927b27e]:last-child,
  .table.table--responsive-headers.table--extracompact td[data-v-3927b27e]:last-child {
    padding-bottom: 0px;
}
.table.table--responsive-headers.table--borderless td[data-v-3927b27e],
  .table.table--responsive-headers.table--borderless th[data-v-3927b27e], .table.table--responsive-headers.structured-list td[data-v-3927b27e],
  .table.table--responsive-headers.structured-list th[data-v-3927b27e] {
    padding-left: 0;
    padding-right: 0;
}
.table.table--responsive-headers.table--borderless tr:first-child td[data-v-3927b27e]:first-child,
  .table.table--responsive-headers.table--borderless tr:first-child th[data-v-3927b27e]:first-child, .table.table--responsive-headers.structured-list tr:first-child td[data-v-3927b27e]:first-child,
  .table.table--responsive-headers.structured-list tr:first-child th[data-v-3927b27e]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table--responsive-headers.table--borderless tr:last-child td[data-v-3927b27e],
  .table.table--responsive-headers.table--borderless tr:last-child th[data-v-3927b27e], .table.table--responsive-headers.structured-list tr:last-child td[data-v-3927b27e],
  .table.table--responsive-headers.structured-list tr:last-child th[data-v-3927b27e] {
    border-bottom: none;
}
.table.table--responsive-headers.table--borderless tr:last-child td[data-v-3927b27e]:last-child,
  .table.table--responsive-headers.table--borderless tr:last-child th[data-v-3927b27e]:last-child, .table.table--responsive-headers.structured-list tr:last-child td[data-v-3927b27e]:last-child,
  .table.table--responsive-headers.structured-list tr:last-child th[data-v-3927b27e]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table--responsive-headers.table--zebra.table--borderless td[data-v-3927b27e],
  .table.table--responsive-headers.table--zebra.table--borderless th[data-v-3927b27e] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table--responsive-headers.structured-list tbody tr:first-child td[data-v-3927b27e] {
    border-top: none;
}
.table.table--responsive-headers.structured-list tbody tr th[data-v-3927b27e] {
    padding-bottom: 0;
}
.table.table--responsive-headers.structured-list tbody tr td[data-v-3927b27e]:first-of-type {
    padding-top: 0;
}
}
@media screen and (max-width: 767px) {
.table.table-sm-responsive-headers[data-v-3927b27e] {
    display: block;
}
.table.table-sm-responsive-headers thead[data-v-3927b27e] {
    display: none;
}
.table.table-sm-responsive-headers tbody[data-v-3927b27e],
  .table.table-sm-responsive-headers tr[data-v-3927b27e] {
    display: block;
}
.table.table-sm-responsive-headers tr[data-v-3927b27e] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-sm-responsive-headers tr[data-v-3927b27e]:last-child {
    border-bottom: none;
}
.table.table-sm-responsive-headers td[data-v-3927b27e],
  .table.table-sm-responsive-headers th[data-v-3927b27e] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table-sm-responsive-headers td[data-v-3927b27e]:last-child,
  .table.table-sm-responsive-headers th[data-v-3927b27e]:last-child {
    padding-bottom: 15px;
}
.table.table-sm-responsive-headers td[data-title][data-v-3927b27e]:not([data-title=""]):before,
  .table.table-sm-responsive-headers th[data-title][data-v-3927b27e]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table-sm-responsive-headers.table--compact th[data-v-3927b27e],
  .table.table-sm-responsive-headers.table--compact td[data-v-3927b27e] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table-sm-responsive-headers.table--compact th[data-v-3927b27e]:last-child,
  .table.table-sm-responsive-headers.table--compact td[data-v-3927b27e]:last-child {
    padding-bottom: 7px;
}
.table.table-sm-responsive-headers.table--extracompact th[data-v-3927b27e],
  .table.table-sm-responsive-headers.table--extracompact td[data-v-3927b27e] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table-sm-responsive-headers.table--extracompact th[data-v-3927b27e]:last-child,
  .table.table-sm-responsive-headers.table--extracompact td[data-v-3927b27e]:last-child {
    padding-bottom: 0px;
}
.table.table-sm-responsive-headers.table--borderless td[data-v-3927b27e],
  .table.table-sm-responsive-headers.table--borderless th[data-v-3927b27e], .table.table-sm-responsive-headers.structured-list td[data-v-3927b27e],
  .table.table-sm-responsive-headers.structured-list th[data-v-3927b27e] {
    padding-left: 0;
    padding-right: 0;
}
.table.table-sm-responsive-headers.table--borderless tr:first-child td[data-v-3927b27e]:first-child,
  .table.table-sm-responsive-headers.table--borderless tr:first-child th[data-v-3927b27e]:first-child, .table.table-sm-responsive-headers.structured-list tr:first-child td[data-v-3927b27e]:first-child,
  .table.table-sm-responsive-headers.structured-list tr:first-child th[data-v-3927b27e]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table-sm-responsive-headers.table--borderless tr:last-child td[data-v-3927b27e],
  .table.table-sm-responsive-headers.table--borderless tr:last-child th[data-v-3927b27e], .table.table-sm-responsive-headers.structured-list tr:last-child td[data-v-3927b27e],
  .table.table-sm-responsive-headers.structured-list tr:last-child th[data-v-3927b27e] {
    border-bottom: none;
}
.table.table-sm-responsive-headers.table--borderless tr:last-child td[data-v-3927b27e]:last-child,
  .table.table-sm-responsive-headers.table--borderless tr:last-child th[data-v-3927b27e]:last-child, .table.table-sm-responsive-headers.structured-list tr:last-child td[data-v-3927b27e]:last-child,
  .table.table-sm-responsive-headers.structured-list tr:last-child th[data-v-3927b27e]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-sm-responsive-headers.table--zebra.table--borderless td[data-v-3927b27e],
  .table.table-sm-responsive-headers.table--zebra.table--borderless th[data-v-3927b27e] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table-sm-responsive-headers.structured-list tbody tr:first-child td[data-v-3927b27e] {
    border-top: none;
}
.table.table-sm-responsive-headers.structured-list tbody tr th[data-v-3927b27e] {
    padding-bottom: 0;
}
.table.table-sm-responsive-headers.structured-list tbody tr td[data-v-3927b27e]:first-of-type {
    padding-top: 0;
}
}
@media screen and (max-width: 991px) {
.table.table-md-responsive-headers[data-v-3927b27e] {
    display: block;
}
.table.table-md-responsive-headers thead[data-v-3927b27e] {
    display: none;
}
.table.table-md-responsive-headers tbody[data-v-3927b27e],
  .table.table-md-responsive-headers tr[data-v-3927b27e] {
    display: block;
}
.table.table-md-responsive-headers tr[data-v-3927b27e] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-md-responsive-headers tr[data-v-3927b27e]:last-child {
    border-bottom: none;
}
.table.table-md-responsive-headers td[data-v-3927b27e],
  .table.table-md-responsive-headers th[data-v-3927b27e] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table-md-responsive-headers td[data-v-3927b27e]:last-child,
  .table.table-md-responsive-headers th[data-v-3927b27e]:last-child {
    padding-bottom: 15px;
}
.table.table-md-responsive-headers td[data-title][data-v-3927b27e]:not([data-title=""]):before,
  .table.table-md-responsive-headers th[data-title][data-v-3927b27e]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table-md-responsive-headers.table--compact th[data-v-3927b27e],
  .table.table-md-responsive-headers.table--compact td[data-v-3927b27e] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table-md-responsive-headers.table--compact th[data-v-3927b27e]:last-child,
  .table.table-md-responsive-headers.table--compact td[data-v-3927b27e]:last-child {
    padding-bottom: 7px;
}
.table.table-md-responsive-headers.table--extracompact th[data-v-3927b27e],
  .table.table-md-responsive-headers.table--extracompact td[data-v-3927b27e] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table-md-responsive-headers.table--extracompact th[data-v-3927b27e]:last-child,
  .table.table-md-responsive-headers.table--extracompact td[data-v-3927b27e]:last-child {
    padding-bottom: 0px;
}
.table.table-md-responsive-headers.table--borderless td[data-v-3927b27e],
  .table.table-md-responsive-headers.table--borderless th[data-v-3927b27e], .table.table-md-responsive-headers.structured-list td[data-v-3927b27e],
  .table.table-md-responsive-headers.structured-list th[data-v-3927b27e] {
    padding-left: 0;
    padding-right: 0;
}
.table.table-md-responsive-headers.table--borderless tr:first-child td[data-v-3927b27e]:first-child,
  .table.table-md-responsive-headers.table--borderless tr:first-child th[data-v-3927b27e]:first-child, .table.table-md-responsive-headers.structured-list tr:first-child td[data-v-3927b27e]:first-child,
  .table.table-md-responsive-headers.structured-list tr:first-child th[data-v-3927b27e]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table-md-responsive-headers.table--borderless tr:last-child td[data-v-3927b27e],
  .table.table-md-responsive-headers.table--borderless tr:last-child th[data-v-3927b27e], .table.table-md-responsive-headers.structured-list tr:last-child td[data-v-3927b27e],
  .table.table-md-responsive-headers.structured-list tr:last-child th[data-v-3927b27e] {
    border-bottom: none;
}
.table.table-md-responsive-headers.table--borderless tr:last-child td[data-v-3927b27e]:last-child,
  .table.table-md-responsive-headers.table--borderless tr:last-child th[data-v-3927b27e]:last-child, .table.table-md-responsive-headers.structured-list tr:last-child td[data-v-3927b27e]:last-child,
  .table.table-md-responsive-headers.structured-list tr:last-child th[data-v-3927b27e]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-md-responsive-headers.table--zebra.table--borderless td[data-v-3927b27e],
  .table.table-md-responsive-headers.table--zebra.table--borderless th[data-v-3927b27e] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table-md-responsive-headers.structured-list tbody tr:first-child td[data-v-3927b27e] {
    border-top: none;
}
.table.table-md-responsive-headers.structured-list tbody tr th[data-v-3927b27e] {
    padding-bottom: 0;
}
.table.table-md-responsive-headers.structured-list tbody tr td[data-v-3927b27e]:first-of-type {
    padding-top: 0;
}
}
@media screen and (max-width: 1199px) {
.table.table-lg-responsive-headers[data-v-3927b27e] {
    display: block;
}
.table.table-lg-responsive-headers thead[data-v-3927b27e] {
    display: none;
}
.table.table-lg-responsive-headers tbody[data-v-3927b27e],
  .table.table-lg-responsive-headers tr[data-v-3927b27e] {
    display: block;
}
.table.table-lg-responsive-headers tr[data-v-3927b27e] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-lg-responsive-headers tr[data-v-3927b27e]:last-child {
    border-bottom: none;
}
.table.table-lg-responsive-headers td[data-v-3927b27e],
  .table.table-lg-responsive-headers th[data-v-3927b27e] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table-lg-responsive-headers td[data-v-3927b27e]:last-child,
  .table.table-lg-responsive-headers th[data-v-3927b27e]:last-child {
    padding-bottom: 15px;
}
.table.table-lg-responsive-headers td[data-title][data-v-3927b27e]:not([data-title=""]):before,
  .table.table-lg-responsive-headers th[data-title][data-v-3927b27e]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table-lg-responsive-headers.table--compact th[data-v-3927b27e],
  .table.table-lg-responsive-headers.table--compact td[data-v-3927b27e] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table-lg-responsive-headers.table--compact th[data-v-3927b27e]:last-child,
  .table.table-lg-responsive-headers.table--compact td[data-v-3927b27e]:last-child {
    padding-bottom: 7px;
}
.table.table-lg-responsive-headers.table--extracompact th[data-v-3927b27e],
  .table.table-lg-responsive-headers.table--extracompact td[data-v-3927b27e] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table-lg-responsive-headers.table--extracompact th[data-v-3927b27e]:last-child,
  .table.table-lg-responsive-headers.table--extracompact td[data-v-3927b27e]:last-child {
    padding-bottom: 0px;
}
.table.table-lg-responsive-headers.table--borderless td[data-v-3927b27e],
  .table.table-lg-responsive-headers.table--borderless th[data-v-3927b27e], .table.table-lg-responsive-headers.structured-list td[data-v-3927b27e],
  .table.table-lg-responsive-headers.structured-list th[data-v-3927b27e] {
    padding-left: 0;
    padding-right: 0;
}
.table.table-lg-responsive-headers.table--borderless tr:first-child td[data-v-3927b27e]:first-child,
  .table.table-lg-responsive-headers.table--borderless tr:first-child th[data-v-3927b27e]:first-child, .table.table-lg-responsive-headers.structured-list tr:first-child td[data-v-3927b27e]:first-child,
  .table.table-lg-responsive-headers.structured-list tr:first-child th[data-v-3927b27e]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table-lg-responsive-headers.table--borderless tr:last-child td[data-v-3927b27e],
  .table.table-lg-responsive-headers.table--borderless tr:last-child th[data-v-3927b27e], .table.table-lg-responsive-headers.structured-list tr:last-child td[data-v-3927b27e],
  .table.table-lg-responsive-headers.structured-list tr:last-child th[data-v-3927b27e] {
    border-bottom: none;
}
.table.table-lg-responsive-headers.table--borderless tr:last-child td[data-v-3927b27e]:last-child,
  .table.table-lg-responsive-headers.table--borderless tr:last-child th[data-v-3927b27e]:last-child, .table.table-lg-responsive-headers.structured-list tr:last-child td[data-v-3927b27e]:last-child,
  .table.table-lg-responsive-headers.structured-list tr:last-child th[data-v-3927b27e]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-lg-responsive-headers.table--zebra.table--borderless td[data-v-3927b27e],
  .table.table-lg-responsive-headers.table--zebra.table--borderless th[data-v-3927b27e] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table-lg-responsive-headers.structured-list tbody tr:first-child td[data-v-3927b27e] {
    border-top: none;
}
.table.table-lg-responsive-headers.structured-list tbody tr th[data-v-3927b27e] {
    padding-bottom: 0;
}
.table.table-lg-responsive-headers.structured-list tbody tr td[data-v-3927b27e]:first-of-type {
    padding-top: 0;
}
}
@media screen {
.table.table-xxl-responsive-headers[data-v-3927b27e] {
    display: block;
}
.table.table-xxl-responsive-headers thead[data-v-3927b27e] {
    display: none;
}
.table.table-xxl-responsive-headers tbody[data-v-3927b27e],
  .table.table-xxl-responsive-headers tr[data-v-3927b27e] {
    display: block;
}
.table.table-xxl-responsive-headers tr[data-v-3927b27e] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-xxl-responsive-headers tr[data-v-3927b27e]:last-child {
    border-bottom: none;
}
.table.table-xxl-responsive-headers td[data-v-3927b27e],
  .table.table-xxl-responsive-headers th[data-v-3927b27e] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table-xxl-responsive-headers td[data-v-3927b27e]:last-child,
  .table.table-xxl-responsive-headers th[data-v-3927b27e]:last-child {
    padding-bottom: 15px;
}
.table.table-xxl-responsive-headers td[data-title][data-v-3927b27e]:not([data-title=""]):before,
  .table.table-xxl-responsive-headers th[data-title][data-v-3927b27e]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table-xxl-responsive-headers.table--compact th[data-v-3927b27e],
  .table.table-xxl-responsive-headers.table--compact td[data-v-3927b27e] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table-xxl-responsive-headers.table--compact th[data-v-3927b27e]:last-child,
  .table.table-xxl-responsive-headers.table--compact td[data-v-3927b27e]:last-child {
    padding-bottom: 7px;
}
.table.table-xxl-responsive-headers.table--extracompact th[data-v-3927b27e],
  .table.table-xxl-responsive-headers.table--extracompact td[data-v-3927b27e] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table-xxl-responsive-headers.table--extracompact th[data-v-3927b27e]:last-child,
  .table.table-xxl-responsive-headers.table--extracompact td[data-v-3927b27e]:last-child {
    padding-bottom: 0px;
}
.table.table-xxl-responsive-headers.table--borderless td[data-v-3927b27e],
  .table.table-xxl-responsive-headers.table--borderless th[data-v-3927b27e], .table.table-xxl-responsive-headers.structured-list td[data-v-3927b27e],
  .table.table-xxl-responsive-headers.structured-list th[data-v-3927b27e] {
    padding-left: 0;
    padding-right: 0;
}
.table.table-xxl-responsive-headers.table--borderless tr:first-child td[data-v-3927b27e]:first-child,
  .table.table-xxl-responsive-headers.table--borderless tr:first-child th[data-v-3927b27e]:first-child, .table.table-xxl-responsive-headers.structured-list tr:first-child td[data-v-3927b27e]:first-child,
  .table.table-xxl-responsive-headers.structured-list tr:first-child th[data-v-3927b27e]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table-xxl-responsive-headers.table--borderless tr:last-child td[data-v-3927b27e],
  .table.table-xxl-responsive-headers.table--borderless tr:last-child th[data-v-3927b27e], .table.table-xxl-responsive-headers.structured-list tr:last-child td[data-v-3927b27e],
  .table.table-xxl-responsive-headers.structured-list tr:last-child th[data-v-3927b27e] {
    border-bottom: none;
}
.table.table-xxl-responsive-headers.table--borderless tr:last-child td[data-v-3927b27e]:last-child,
  .table.table-xxl-responsive-headers.table--borderless tr:last-child th[data-v-3927b27e]:last-child, .table.table-xxl-responsive-headers.structured-list tr:last-child td[data-v-3927b27e]:last-child,
  .table.table-xxl-responsive-headers.structured-list tr:last-child th[data-v-3927b27e]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-xxl-responsive-headers.table--zebra.table--borderless td[data-v-3927b27e],
  .table.table-xxl-responsive-headers.table--zebra.table--borderless th[data-v-3927b27e] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table-xxl-responsive-headers.structured-list tbody tr:first-child td[data-v-3927b27e] {
    border-top: none;
}
.table.table-xxl-responsive-headers.structured-list tbody tr th[data-v-3927b27e] {
    padding-bottom: 0;
}
.table.table-xxl-responsive-headers.structured-list tbody tr td[data-v-3927b27e]:first-of-type {
    padding-top: 0;
}
}
.table--selectable tbody tr[data-v-3927b27e]:hover, .table--selectable.table.table--zebra tr[data-v-3927b27e]:nth-child(even):hover, .table--selectable.table.table--zebra tr[data-v-3927b27e]:nth-child(odd):hover {
  background-color: #F5F5F5;
}
.table--selectable.table.table--zebra tr.table-row-selected[data-v-3927b27e]:nth-child(even), .table--selectable.table.table--zebra tr.table-row-selected[data-v-3927b27e]:nth-child(odd),
.table--selectable .table-row-selected[data-v-3927b27e] {
  background-color: #DCDCDC;
}
.table-actions[data-v-3927b27e] {
  border-right: 1px solid #747474;
  border-bottom: 1px solid #747474;
  border-left: 1px solid #747474;
  overflow: hidden;
  padding: 16px 15px 15px 15px;
}
.table-actions .table-selected-number[data-v-3927b27e] {
  margin-top: 0px;
}
.table-actions .table-selected-number.no-selected[data-v-3927b27e] {
  color: #747474;
}
.table--responsive-scroll[data-v-3927b27e] {
  overflow-x: auto;
  min-height: 0.01%;
  padding: 5px;
  margin: -5px;
}
hr[data-v-3927b27e] {
  border-top: 1px solid #BFBFBF;
  display: block;
  border-bottom-width: 0;
}

/*
----------------------------------------
Accordion
----------------------------------------
*/
.accordion-button[data-v-3927b27e], .tabnav > button[data-v-3927b27e] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.accordion-button[data-v-3927b27e]:hover, .tabnav > button[data-v-3927b27e]:hover, .accordion-button[data-v-3927b27e]:focus, .tabnav > button[data-v-3927b27e]:focus {
  background-color: transparent;
  color: inherit;
}
.accordion-button[data-v-3927b27e], .tabnav > button[data-v-3927b27e] {
  background-color: #F5F5F5;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'/%3e%3c/svg%3e");
  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.4rem;
  padding: 1.6rem 1.6rem 1.6rem 5.6rem;
  width: 100%;
  font-size: 1.6rem;
  position: relative;
  transition: none;
  border-radius: 3px;
  border: 1px solid #747474;
}
.accordion-button[data-v-3927b27e]:hover, .tabnav > button[data-v-3927b27e]:hover {
  background-color: #DCDCDC;
  color: #1a1a1a;
}
.accordion-button h1[data-v-3927b27e], .tabnav > button h1[data-v-3927b27e], .accordion-button .h1[data-v-3927b27e], .tabnav > button .h1[data-v-3927b27e],
.accordion-button h2[data-v-3927b27e],
.tabnav > button h2[data-v-3927b27e], .accordion-button .h2[data-v-3927b27e], .tabnav > button .h2[data-v-3927b27e],
.accordion-button h3[data-v-3927b27e],
.tabnav > button h3[data-v-3927b27e], .accordion-button .h3[data-v-3927b27e], .tabnav > button .h3[data-v-3927b27e],
.accordion-button h4[data-v-3927b27e],
.tabnav > button h4[data-v-3927b27e], .accordion-button .h4[data-v-3927b27e], .tabnav > button .h4[data-v-3927b27e],
.accordion-button h5[data-v-3927b27e],
.tabnav > button h5[data-v-3927b27e], .accordion-button .h5[data-v-3927b27e], .tabnav > button .h5[data-v-3927b27e],
.accordion-button h6[data-v-3927b27e],
.tabnav > button h6[data-v-3927b27e], .accordion-button .h6[data-v-3927b27e], .tabnav > button .h6[data-v-3927b27e] {
  margin: 0;
}
.accordion-button .icon_text[data-v-3927b27e], .tabnav > button .icon_text[data-v-3927b27e] {
  font-weight: 600;
  margin-right: 8px;
  float: left;
}
.accordion-button .accordion-icon[data-v-3927b27e], .tabnav > button .accordion-icon[data-v-3927b27e] {
  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[data-v-3927b27e], .tabnav > button .accordion-icon[data-v-3927b27e] {
    text-align: center;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    display: flex;
}
}
.accordion-button .accordion-icon .icon-svg[data-v-3927b27e], .tabnav > button .accordion-icon .icon-svg[data-v-3927b27e] {
  fill: #1a1a1a;
  float: left;
}
.accordion-button .accordion-icon:hover .icon-svg[data-v-3927b27e], .tabnav > button .accordion-icon:hover .icon-svg[data-v-3927b27e] {
  fill: #1a1a1a;
}
button.accordion-bulk-button[data-v-3927b27e] {
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 28px;
  margin-bottom: 16px;
}
button.accordion-bulk-button[data-accordion-bulk-expand=true][data-v-3927b27e] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
}
button.accordion-bulk-button[data-accordion-bulk-expand=false][data-v-3927b27e] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'/%3e%3c/svg%3e");
}
.accordion[data-v-3927b27e], .tabnav[data-v-3927b27e] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.accordion > li[data-v-3927b27e], .tabnav > li[data-v-3927b27e] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.accordion > li[data-v-3927b27e]::before, .tabnav > li[data-v-3927b27e]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.accordion[data-v-3927b27e], .tabnav[data-v-3927b27e] {
  margin: 0;
  padding: 0;
  width: 100%;
}
.accordion > ul li ul[data-v-3927b27e], .tabnav > ul li ul[data-v-3927b27e] {
  list-style: disc;
}
.accordion > ul li ul > li > ul[data-v-3927b27e], .tabnav > ul li ul > li > ul[data-v-3927b27e] {
  list-style: circle;
}
.accordion > ul li ul > li > ul > li > ul[data-v-3927b27e], .tabnav > ul li ul > li > ul > li > ul[data-v-3927b27e] {
  list-style: square;
}
.accordion + .accordion[data-v-3927b27e], .tabnav + .accordion[data-v-3927b27e], .accordion + .tabnav[data-v-3927b27e], .tabnav + .tabnav[data-v-3927b27e] {
  margin-top: 0.8rem;
}
.accordion > li[data-v-3927b27e], .tabnav > li[data-v-3927b27e] {
  list-style: none;
  margin-bottom: 0.8rem;
  width: 100%;
}
.accordion > li > h1[data-v-3927b27e], .tabnav > li > h1[data-v-3927b27e], .accordion > li > h2[data-v-3927b27e], .tabnav > li > h2[data-v-3927b27e], .accordion > li > h3[data-v-3927b27e], .tabnav > li > h3[data-v-3927b27e], .accordion > li > h4[data-v-3927b27e], .tabnav > li > h4[data-v-3927b27e], .accordion > li > h5[data-v-3927b27e], .tabnav > li > h5[data-v-3927b27e], .accordion > li > h6[data-v-3927b27e], .tabnav > li > h6[data-v-3927b27e] {
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: normal;
  max-width: none;
}
.accordion-content[data-v-3927b27e], .tabnav-panel[data-v-3927b27e] {
  background-color: white;
  color: #1a1a1a;
  overflow: auto;
  padding: 1.6rem;
  border-bottom: 1px solid #747474;
  border-left: 1px solid #747474;
  border-right: 1px solid #747474;
  border-radius: 0 0 3px 3px;
}
.accordion-content p[data-v-3927b27e], .tabnav-panel p[data-v-3927b27e], .accordion-content h1[data-v-3927b27e], .tabnav-panel h1[data-v-3927b27e], .accordion-content h2[data-v-3927b27e], .tabnav-panel h2[data-v-3927b27e], .accordion-content h3[data-v-3927b27e], .tabnav-panel h3[data-v-3927b27e], .accordion-content h4[data-v-3927b27e], .tabnav-panel h4[data-v-3927b27e], .accordion-content h5[data-v-3927b27e], .tabnav-panel h5[data-v-3927b27e], .accordion-content .h1[data-v-3927b27e], .tabnav-panel .h1[data-v-3927b27e], .accordion-content .h2[data-v-3927b27e], .tabnav-panel .h2[data-v-3927b27e], .accordion-content .h3[data-v-3927b27e], .tabnav-panel .h3[data-v-3927b27e], .accordion-content .h4[data-v-3927b27e], .tabnav-panel .h4[data-v-3927b27e], .accordion-content .h5[data-v-3927b27e], .tabnav-panel .h5[data-v-3927b27e] {
  color: #1a1a1a;
}
.accordion-content[data-v-3927b27e] > *:first-child, .tabnav-panel[data-v-3927b27e] > *:first-child {
  margin-top: 0;
}
.accordion-content[data-v-3927b27e] > *:last-child, .tabnav-panel[data-v-3927b27e] > *:last-child {
  margin-bottom: 0;
}
.accordion-content[data-v-3927b27e]:not([aria-hidden]), .tabnav-panel[data-v-3927b27e]:not([aria-hidden]) {
  display: none;
}
.accordion-content[aria-hidden=true][data-v-3927b27e], [aria-hidden=true].tabnav-panel[data-v-3927b27e] {
  display: none;
}
.accordion-button.accordion-error[data-v-3927b27e], .tabnav > button.accordion-error[data-v-3927b27e] {
  border: 2px solid #CC0000;
}
.accordion-button[aria-expanded=true][data-v-3927b27e], .tabnav > button[aria-expanded=true][data-v-3927b27e] {
  background-color: #DCDCDC;
  border-radius: 3px 3px 0 0;
}
.accordion-button[aria-expanded=true][data-v-3927b27e]:not(.accordion-error), .tabnav > button[aria-expanded=true][data-v-3927b27e]:not(.accordion-error) {
  border-bottom: 1px solid #BFBFBF;
}
.accordion-button[aria-expanded=false][data-v-3927b27e], .tabnav > button[aria-expanded=false][data-v-3927b27e] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 2.4rem;
  border-radius: 3px;
}

/*
----------------------------------------
Alert
----------------------------------------
*/
.alert[data-v-3927b27e] {
  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 #999999;
}
.alert[data-v-3927b27e]:first-child {
  margin-top: 0;
}
.alert.alert--paragraph[data-v-3927b27e] {
  max-width: 66ch;
}
.alert .alert-close[data-v-3927b27e] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.alert .alert-close[data-v-3927b27e]:hover, .alert .alert-close[data-v-3927b27e]:focus {
  background-color: transparent;
  color: inherit;
}
.alert .alert-close[data-v-3927b27e] {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #1a1a1a;
  text-decoration: underline;
}
.alert .alert-close .icon-svg[data-v-3927b27e] {
  margin-right: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
.alert .alert-heading[data-v-3927b27e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  color: #1a1a1a;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.alert .alert-text[data-v-3927b27e] {
  margin-bottom: 0;
  margin-top: 0;
  color: #1a1a1a;
  max-width: 66ch;
}
.alert .alert-text a[data-v-3927b27e], .alert .alert-text a[data-v-3927b27e]:link, .alert .alert-text a[data-v-3927b27e]:active, .alert .alert-text a[data-v-3927b27e]:visited, .alert .alert-text a[data-v-3927b27e]:hover {
  color: #1a1a1a;
}
.alert-success[data-v-3927b27e] {
  background-color: #eeffe2;
  border-color: #358000;
}
.alert-success.alert--show-icon[data-v-3927b27e] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm4.59-12.42L10%2014.17l-2.59-2.58L6%2013l4%204%208-8z'/%3e%3c/svg%3e");
  padding-left: calc(16px + 24px + 8px);
}
.alert-warning[data-v-3927b27e] {
  background-color: #ffeecc;
  border-color: #febb30;
}
.alert-warning.alert--show-icon[data-v-3927b27e] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%205.99L19.53%2019H4.47L12%205.99M12%202L1%2021h22L12%202zm1%2014h-2v2h2v-2zm0-6h-2v4h2v-4z'/%3e%3c/svg%3e");
  padding-left: calc(16px + 24px + 8px);
}
.alert-error[data-v-3927b27e] {
  background-color: #ffe0e0;
  border-color: #CC0000;
}
.alert-error.alert--show-icon[data-v-3927b27e] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.59%208L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208zM12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");
  padding-left: calc(16px + 24px + 8px);
}
.alert-info[data-v-3927b27e] {
  background-color: #e2f2fb;
  border-color: #1B86C3;
}
.alert-info.alert--show-icon[data-v-3927b27e] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%207h2v2h-2zm0%204h2v6h-2zm1-9C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");
  padding-left: calc(16px + 24px + 8px);
}
.alert + .alert[data-v-3927b27e] {
  margin-top: 16px;
}
.button.back-to-top-button[data-v-3927b27e] {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  width: auto;
  background-color: white;
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: auto;
  top: auto;
  z-index: 1;
}
.button.back-to-top-button.button-tertiary[data-v-3927b27e] {
  background-color: white;
}
.button.back-to-top-button.footer-sticky[data-v-3927b27e] {
  position: absolute;
  bottom: auto;
  top: auto;
  margin-top: 16px;
  z-index: auto;
}
@media (max-width: 991px) {
.button.back-to-top-button .icon-svg[data-v-3927b27e] {
    margin-right: 0;
}
}
.breadcrumbs[data-v-3927b27e] {
  color: #1a1a1a;
  font-size: 1.4rem;
}
.breadcrumbs__list[data-v-3927b27e]:after {
  content: "";
  display: block;
  clear: both;
}
.breadcrumbs__list[data-v-3927b27e] {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.breadcrumbs__list-item[data-v-3927b27e] {
  display: block;
  list-style-type: none;
  position: relative;
  margin-top: 0;
  margin-bottom: 2px;
  margin-left: 8px;
  padding-left: 13.655px;
  float: left;
}
.breadcrumbs__list-item[data-v-3927b27e]: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[data-v-3927b27e]:first-child {
  margin-left: 0;
  padding-left: 0;
}
.breadcrumbs__list-item[data-v-3927b27e]:first-child:before {
  content: none;
  display: none;
}
.breadcrumbs__link[data-v-3927b27e] {
  color: #1a1a1a;
}
.breadcrumbs__link[data-v-3927b27e]:visited, .breadcrumbs__link[data-v-3927b27e]:hover, .breadcrumbs__link[data-v-3927b27e]:active {
  color: #1a1a1a;
}
.cookie-container[data-v-3927b27e] {
  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[data-v-3927b27e] {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  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;
  max-height: 75vh;
  overflow-y: auto;
}
.cookie-container .cookie-message p[data-v-3927b27e], .cookie-container .cookie-message h1[data-v-3927b27e], .cookie-container .cookie-message h2[data-v-3927b27e], .cookie-container .cookie-message h3[data-v-3927b27e], .cookie-container .cookie-message h4[data-v-3927b27e], .cookie-container .cookie-message h5[data-v-3927b27e], .cookie-container .cookie-message h6[data-v-3927b27e], .cookie-container .cookie-message .h1[data-v-3927b27e], .cookie-container .cookie-message .h2[data-v-3927b27e], .cookie-container .cookie-message .h3[data-v-3927b27e], .cookie-container .cookie-message .h4[data-v-3927b27e], .cookie-container .cookie-message .h5[data-v-3927b27e], .cookie-container .cookie-message .h6[data-v-3927b27e] {
  color: #1a1a1a;
}
@media (min-width: 1200px) {
.cookie-container .cookie-message[data-v-3927b27e] {
    max-width: calc(1200px + 40px + 40px);
}
}
@media (min-width: 1200px) {
.cookie-container .cookie-message .cookie-text[data-v-3927b27e], .cookie-container .cookie-message .cookie-actions[data-v-3927b27e] {
    padding-left: 40px;
    padding-right: 40px;
}
}
.cookie-container .cookie-message .cookie-actions[data-v-3927b27e] {
  margin-top: 16px;
}
.details[data-v-3927b27e] {
  display: block;
  margin-bottom: 32px;
}
.details .details-summary[data-v-3927b27e]::marker, .details .details-summary[data-v-3927b27e]::-webkit-details-marker {
  display: none;
}
.details[open] .details-summary[data-v-3927b27e] {
  margin-bottom: 8px;
}
.details[open] .details-summary[data-v-3927b27e]:before {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2010l5%205%205-5H7z'/%3e%3c/svg%3e");
  background-position: -10px -8px;
}
.details .details-summary[data-v-3927b27e] {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
}
.details .details-summary[data-v-3927b27e]:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%2017l5-5-5-5v10z'/%3e%3c/svg%3e");
  background-position: -14px -8px;
  background-repeat: no-repeat;
  background-size: 3.4rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 4px;
}
.details .details-summary[data-v-3927b27e]:focus {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.details .details-summary .details-summary-text[data-v-3927b27e] {
  text-decoration: underline;
}
.details .details-text[data-v-3927b27e] {
  padding: 16px;
  border-left: 4px solid #BFBFBF;
  box-sizing: border-box;
}
.details .details-text[aria-hidden=true][data-v-3927b27e] {
  display: none;
}
.details .details-text p[data-v-3927b27e] {
  margin-top: 0;
  margin-bottom: 1.6rem;
}
.details .details-text[data-v-3927b27e] > :last-child {
  margin-bottom: 0;
}
.date-picker[data-v-3927b27e] {
  max-width: 25rem;
}
.date-picker__wrapper[data-v-3927b27e] {
  display: block;
  position: relative;
}
.date-picker__wrapper[data-v-3927b27e]:focus {
  outline: 0;
}
.date-picker--active .date-picker__calendar[data-v-3927b27e], .date-picker--initialized .date-picker__calendar[data-v-3927b27e] {
  z-index: 400;
}
.date-picker__external-input[data-v-3927b27e] {
  max-width: none;
  width: calc(100% - 16px - 16px);
}
.date-picker__button[data-v-3927b27e] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__button[data-v-3927b27e]:hover, .date-picker__button[data-v-3927b27e]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__button[data-v-3927b27e] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%203h-1V1h-2v2H8V1H6v2H5c-1.11%200-1.99.9-1.99%202L3%2019c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm0%2016H5V9h14v10zm0-12H5V5h14v2zm-2%205h-5v5h5v-5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  align-self: stretch;
  background-color: transparent;
  background-position: center;
  margin-top: 0.5em;
  width: 3em;
  display: block;
  cursor: pointer;
}
.date-picker--initialized .date-picker__wrapper[data-v-3927b27e] {
  display: flex;
}
.date-picker__calendar[data-v-3927b27e] {
  border: 1px solid #747474;
  background-color: white;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
.date-picker__calendar[data-v-3927b27e] {
    width: 344px;
}
}
.date-picker__calendar[data-v-3927b27e] {
  z-index: 100;
  margin-top: 4px;
}
.date-picker__calendar__table[data-v-3927b27e] {
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.date-picker__calendar__table thead[data-v-3927b27e] {
  border-bottom: 1px solid #BFBFBF;
}
.date-picker__calendar__table th[data-v-3927b27e] {
  font-weight: 400;
}
.date-picker__calendar__table td[data-v-3927b27e] {
  padding: 0;
}
.date-picker__calendar__table td:first-of-type .date-picker__calendar__date[data-v-3927b27e]:after {
  border-left-width: 0px;
}
.date-picker__calendar__table td:last-of-type .date-picker__calendar__date[data-v-3927b27e]:after {
  border-right-width: 0px;
}
.date-picker__calendar__month-picker .date-picker__calendar__table thead[data-v-3927b27e], .date-picker__calendar__month-picker .date-picker__calendar__table tr[data-v-3927b27e], .date-picker__calendar__year-picker .date-picker__calendar__table thead[data-v-3927b27e], .date-picker__calendar__year-picker .date-picker__calendar__table tr[data-v-3927b27e] {
  border: 0;
}
.date-picker__calendar__row[data-v-3927b27e] {
  display: flex;
  text-align: center;
  width: 100%;
  background-color: #F5F5F5;
  border-bottom: 1px solid #BFBFBF;
}
.date-picker__calendar__row button[data-v-3927b27e]:focus {
  z-index: 10;
  position: relative;
}
.date-picker__calendar__cell[data-v-3927b27e] {
  background-color: #F5F5F5;
  color: #1a1a1a;
  flex: 1;
}
.date-picker__calendar__cell--center-items[data-v-3927b27e] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.date-picker__calendar__previous-year[data-v-3927b27e],
.date-picker__calendar__previous-month[data-v-3927b27e],
.date-picker__calendar__next-year[data-v-3927b27e],
.date-picker__calendar__next-month[data-v-3927b27e] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__previous-year[data-v-3927b27e]:hover, .date-picker__calendar__previous-year[data-v-3927b27e]:focus,
.date-picker__calendar__previous-month[data-v-3927b27e]:hover,
.date-picker__calendar__previous-month[data-v-3927b27e]:focus,
.date-picker__calendar__next-year[data-v-3927b27e]:hover,
.date-picker__calendar__next-year[data-v-3927b27e]:focus,
.date-picker__calendar__next-month[data-v-3927b27e]:hover,
.date-picker__calendar__next-month[data-v-3927b27e]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__previous-year[data-v-3927b27e],
.date-picker__calendar__previous-month[data-v-3927b27e],
.date-picker__calendar__next-year[data-v-3927b27e],
.date-picker__calendar__next-month[data-v-3927b27e] {
  background-position: center;
  height: 30px;
  padding: 20px 10px;
  cursor: pointer;
}
.date-picker__calendar__previous-year[disabled][data-v-3927b27e],
.date-picker__calendar__previous-month[disabled][data-v-3927b27e],
.date-picker__calendar__next-year[disabled][data-v-3927b27e],
.date-picker__calendar__next-month[disabled][data-v-3927b27e] {
  cursor: default;
}
.date-picker__calendar__previous-year[data-v-3927b27e]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M18.41,7.41L17,6L11,12L17,18L18.41,16.59L13.83,12L18.41,7.41M12.41,7.41L11,6L5,12L11,18L12.41,16.59L7.83,12L12.41,7.41Z'%20/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__previous-month[data-v-3927b27e]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012l4.58-4.59z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__next-year[data-v-3927b27e]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M5.59,7.41L7,6L13,12L7,18L5.59,16.59L10.17,12L5.59,7.41M11.59,7.41L13,6L19,12L13,18L11.59,16.59L16.17,12L11.59,7.41Z'%20/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__next-month[data-v-3927b27e]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6-6-6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__day-of-week[data-v-3927b27e] {
  padding: 6px 0px;
}
.date-picker__calendar__date[data-v-3927b27e] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__date[data-v-3927b27e]:hover, .date-picker__calendar__date[data-v-3927b27e]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__date[data-v-3927b27e] {
  text-align: right;
  width: 100%;
  padding: 10px 8px 10px 0px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
.date-picker__calendar__date[data-v-3927b27e] {
    padding: 10px 12px 10px 0px;
}
}
.date-picker__calendar__date[data-v-3927b27e]:after {
  position: absolute;
  top: -1px;
  bottom: 0px;
  left: -1px;
  right: 0px;
  border: 1px solid #BFBFBF;
  content: "";
  display: block;
  pointer-events: none;
}
.date-picker__calendar__date[disabled][data-v-3927b27e] {
  opacity: 0.3;
  cursor: not-allowed;
}
.date-picker__calendar__date--focused[data-v-3927b27e] {
  position: relative;
  z-index: 100;
}
.date-picker__calendar__date--focused[data-v-3927b27e]:after {
  border: 1px solid #747474;
}
.date-picker__calendar__date[data-v-3927b27e]:focus {
  outline: none;
}
.date-picker__calendar__date[data-v-3927b27e]:focus:before {
  outline: 4px solid #747474;
  outline-offset: 1px;
  position: absolute;
  top: -1px;
  bottom: 0px;
  left: -1px;
  right: 0px;
  content: "";
  display: block;
  pointer-events: none;
}
.date-picker__calendar__date--next-month[data-v-3927b27e]:not([disabled]), .date-picker__calendar__date--previous-month[data-v-3927b27e]:not([disabled]) {
  color: #1a1a1a;
  text-indent: -99999px;
  background-color: #F5F5F5;
}
.date-picker__calendar__date--next-month[data-v-3927b27e]:not([disabled]):hover, .date-picker__calendar__date--previous-month[data-v-3927b27e]:not([disabled]):hover {
  background-color: #DCDCDC;
}
.date-picker__calendar__date--selected[data-v-3927b27e], .date-picker__calendar__date--range-date[data-v-3927b27e] {
  background-color: #454545;
  color: white;
  font-weight: 600;
}
.date-picker__calendar__date--selected[data-v-3927b27e]:not([disabled]), .date-picker__calendar__date--range-date[data-v-3927b27e]:not([disabled]) {
  background-color: #454545;
  color: white;
}
.date-picker__calendar__date--range-date-start[data-v-3927b27e] {
  border-top-left-radius: 10%;
  border-bottom-left-radius: 10%;
}
.date-picker__calendar__date--range-date-end[data-v-3927b27e] {
  border-top-right-radius: 10%;
  border-bottom-right-radius: 10%;
}
.date-picker__calendar__date--within-range[data-v-3927b27e] {
  background-color: #747474;
  color: white;
}
.date-picker__calendar__date--within-range[data-v-3927b27e]:not([disabled]) {
  background-color: #747474;
  color: white;
}
.date-picker__calendar__date--within-range[data-v-3927b27e]:not([disabled]):hover {
  background-color: #747474;
}
.date-picker__calendar__date--within-range[data-v-3927b27e]:not([disabled]):focus {
  background-color: #747474;
}
.date-picker__calendar__date--within-range[data-v-3927b27e]:not([disabled]):active {
  background-color: #747474;
}
.date-picker__calendar__month-label[data-v-3927b27e] {
  flex: 4;
  text-align: center;
}
.date-picker__calendar__year-selection[data-v-3927b27e],
.date-picker__calendar__month-selection[data-v-3927b27e] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__year-selection[data-v-3927b27e]:hover, .date-picker__calendar__year-selection[data-v-3927b27e]:focus,
.date-picker__calendar__month-selection[data-v-3927b27e]:hover,
.date-picker__calendar__month-selection[data-v-3927b27e]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__year-selection[data-v-3927b27e],
.date-picker__calendar__month-selection[data-v-3927b27e] {
  display: inline-block;
  padding: 8px 4px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}
@media (min-width: 768px) {
.date-picker__calendar__year-selection[data-v-3927b27e],
  .date-picker__calendar__month-selection[data-v-3927b27e] {
    height: 100%;
    width: auto;
    text-align: left;
}
}
.date-picker__calendar__month-picker[data-v-3927b27e] {
  padding: 20px 5px;
}
.date-picker__calendar__month[data-v-3927b27e] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__month[data-v-3927b27e]:hover, .date-picker__calendar__month[data-v-3927b27e]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__month[data-v-3927b27e] {
  padding: 10px 0;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
}
.date-picker__calendar__month--focused[data-v-3927b27e] {
  outline: 4px solid #747474;
  outline-offset: 2px;
  position: relative;
  z-index: 100;
}
.date-picker__calendar__month[disabled][data-v-3927b27e] {
  opacity: 0.3;
  cursor: not-allowed;
}
.date-picker__calendar__month--selected[data-v-3927b27e] {
  color: #1a1a1a;
  font-weight: 600;
}
.date-picker__calendar__month--selected[data-v-3927b27e]:not([disabled]):hover {
  color: #1a1a1a;
}
.date-picker__calendar__month--selected[data-v-3927b27e]:not([disabled]):focus {
  color: #1a1a1a;
}
.date-picker__calendar__year-picker[data-v-3927b27e] {
  padding: 20px 5px;
}
.date-picker__calendar__previous-year-chunk[data-v-3927b27e],
.date-picker__calendar__next-year-chunk[data-v-3927b27e] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__previous-year-chunk[data-v-3927b27e]:hover, .date-picker__calendar__previous-year-chunk[data-v-3927b27e]:focus,
.date-picker__calendar__next-year-chunk[data-v-3927b27e]:hover,
.date-picker__calendar__next-year-chunk[data-v-3927b27e]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__previous-year-chunk[data-v-3927b27e],
.date-picker__calendar__next-year-chunk[data-v-3927b27e] {
  background-position: center;
  margin: auto;
  padding: 0px 8px;
  cursor: pointer;
}
.date-picker__calendar__previous-year-chunk[data-v-3927b27e]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012l4.58-4.59z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__next-year-chunk[data-v-3927b27e]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6-6-6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__year[data-v-3927b27e] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__year[data-v-3927b27e]:hover, .date-picker__calendar__year[data-v-3927b27e]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__year[data-v-3927b27e] {
  padding: 10px 0;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
}
.date-picker__calendar__year--focused[data-v-3927b27e] {
  outline: 4px solid #747474;
  outline-offset: 1px;
  position: relative;
  z-index: 100;
}
.date-picker__calendar__year[disabled][data-v-3927b27e] {
  opacity: 0.3;
  cursor: not-allowed;
}
.date-picker__calendar__year--selected[data-v-3927b27e] {
  color: #1a1a1a;
  font-weight: 600;
}
.date-picker__calendar__year--selected[data-v-3927b27e]:not([disabled]):hover {
  color: #1a1a1a;
}
.date-picker__calendar__year--selected[data-v-3927b27e]:not([disabled]):focus {
  color: #1a1a1a;
}
footer p[data-v-3927b27e], footer h1[data-v-3927b27e], footer h2[data-v-3927b27e], footer h3[data-v-3927b27e], footer h4[data-v-3927b27e], footer h5[data-v-3927b27e], footer h6[data-v-3927b27e] {
  margin: 0;
}
footer .h1[data-v-3927b27e], footer .h2[data-v-3927b27e], footer .h3[data-v-3927b27e], footer .h4[data-v-3927b27e], footer .h5[data-v-3927b27e], footer .h6[data-v-3927b27e] {
  margin: 0;
}
footer .footer[data-v-3927b27e] {
  border-top: 1px solid #747474;
  background-color: white;
  padding-top: calc(24px - 1px);
  padding-bottom: 16px;
  margin-top: 8rem;
  color: #1a1a1a;
}
@media (min-width: 768px) {
footer .footer[data-v-3927b27e] {
    padding-bottom: calc(56px + 16px);
}
}
footer .footer p[data-v-3927b27e], footer .footer h1[data-v-3927b27e], footer .footer h2[data-v-3927b27e], footer .footer h3[data-v-3927b27e], footer .footer h4[data-v-3927b27e], footer .footer h5[data-v-3927b27e], footer .footer h6[data-v-3927b27e], footer .footer .h1[data-v-3927b27e], footer .footer .h2[data-v-3927b27e], footer .footer .h3[data-v-3927b27e], footer .footer .h4[data-v-3927b27e], footer .footer .h5[data-v-3927b27e], footer .footer .h6[data-v-3927b27e] {
  color: #1a1a1a;
}
footer .footer .function-link[data-v-3927b27e], footer .footer button.accordion-bulk-button[data-v-3927b27e] {
  color: #1a1a1a;
}
footer .footer .function-link[data-v-3927b27e]:hover, footer .footer button.accordion-bulk-button[data-v-3927b27e]:hover, footer .footer .function-link[data-v-3927b27e]:focus, footer .footer button.accordion-bulk-button[data-v-3927b27e]:focus, footer .footer .function-link[data-v-3927b27e]:visited, footer .footer button.accordion-bulk-button[data-v-3927b27e]:visited {
  color: #1a1a1a;
}
footer .footer .footer-col[data-v-3927b27e]:not(:first-child) {
  margin-top: 24px;
}
@media (min-width: 768px) {
footer .footer .footer-col[data-v-3927b27e]:not(:first-child) {
    margin-top: 0;
}
}
footer .footer .logo[data-v-3927b27e] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAABkCAIAAABM5OhcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+VJREFUeNrsnVFr4kAURu0qKAoVCi0ILSgUWuiDb/7/P1FQEFpooKAgtBDpQgv7kY+dHZIY89CHdXrOg0yTOxPWOdy5MxH2LM/zDsB384uvABALEAsQCwCxALEAsQAQCxALEAsAsQCxALEAEAsQCxALALEAsQCxABALEAsQCwCxALEAsQAQCxALEAsAsQCxALEAEAsQCxALALEAsQCxABALEAvSpZf2P+/9/X25XPb7/fl83hy52Wx2u93vAsWPRqOrq6vz8/PmwdUlz3N1+fz87BdcXFyoYzVYYdvtNi/o9XrD4XA8Hl9eXqqNWKeKJr7Zj6enJ8d4mq2XpJFYs9lMujR0KfXSrcFgUDLy+flZ4pZGEK+vr9fX17UiIlYKKU0NqXBzc6NEpbbSj7KLZt13Hx4e4rwiRSSKGgpWylHiCeYpG6mLslH8CI2gixphMpmEFKXIl5cXXddQX19fuoVY6SCB1uu1GsoZ0+n035dSSCDVVquVkpDm/vb2NohoqxQgEUsDjgriK7ZHA97d3cW31L6/v3cmU4yeVepI8X7CZFnm2ii2Kp57rVNquJDyRa2AFrFqVe0SrLSnhsap9UbPdbZzGGIlgoyxJYcCdMsrlyNd3euKhWs5vuKbH+FIKY5YiVRXnkvt4xrCfNcZy6Jo2Wq5lXt7e3P80fHFfr9HrEQKLKeT6qYvxne9AfRn+2KoTbzGt6YfHx8U7+mcQbRcgBx86P92dIUe/ux2uyrMjx5zlBTX3hCxUkDT3/l7BHUU5y191rqii3ZOo8Wmlv48OAdFWHPiRKyTYTAYOFv4qP1QmI2Jxaq6FQ4jFPz4+BiuD4dDZbLmvOVT+/aKU2P974RjTJfYDTW+PsfjcaiWXMK3oU182Dk21/iIdTq5utfzjqzhDGmz2cQ7Rx8N6ErLYyf3UnzpfU7pEUd3poh1YvhFis/WaxfBLMvsU1gKbYCq9TZ5SxnL8RqntvDXc30wlt4rnR8tlibeB+hKG8vlMsy9c9JqtVJDMfG5vNpe4NYF4TAs3jzG+GxdMRpNY4ZgPUtPdLoK5+8pcXZoC50G4R1zFdU0PhTQ7PrdTnUfp3yjWS+V1QpQfMPqJhaLRRxvBau7RTU0fnrrYIdfN3il09Rut1tV8T7+9rtkXawtqG2DFi+thuoS9onq4h9ylURRvAyWWHLRP97qdrvJ/x4r8YwF1FiAWACIBYgFiAWAWIBYgFgAiAWIBYgFgFiAWIBYAIgFiAWIBYBYgFiAWACIBYgFiAWAWIBYgFgAiAWIBYgFgFiAWIBYAIgFiAWIBYjFVwCIBYgFiAWAWIBYgFgA38sfAQYANSgkfdmnfu4AAAAASUVORK5CYII=");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  height: auto;
  max-height: 100%;
  max-width: 150px;
}
footer .footer ul[data-v-3927b27e]:not(:last-child) {
  margin-bottom: 24px;
}
footer .footer ul.footer-links li[data-v-3927b27e] {
  margin-top: 8px;
}
@media (min-width: 768px) {
footer .footer .inline-list > li[data-v-3927b27e]:not(:last-child):after {
    content: "·" !important;
    margin-left: 8px;
    margin-right: 8px;
}
}
footer .footer-theme[data-v-3927b27e] {
  padding-top: 16px;
  padding-bottom: 8px;
}
.header[data-v-3927b27e] {
  width: 100%;
}
.header .logo[data-v-3927b27e] {
  background-image: url("/assets/img/logo_virk-BVEnKfLm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  display: inline-block;
  height: 60px;
  width: 200px;
  max-width: 60%;
}
.header .button[data-v-3927b27e] {
  width: 100%;
}
@media (min-width: 992px) {
.header .button[data-v-3927b27e] {
    width: auto;
}
}
.header h1[data-v-3927b27e], .header h2[data-v-3927b27e], .header h3[data-v-3927b27e], .header h4[data-v-3927b27e], .header h5[data-v-3927b27e], .header h6[data-v-3927b27e], .header p[data-v-3927b27e] {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
.header .form-select[data-v-3927b27e], .header .form-input[data-v-3927b27e] {
    margin-top: 0;
    margin-bottom: 0;
}
.header .form-select[data-v-3927b27e], .header .form-input[data-v-3927b27e] {
    width: auto;
}
}
.header .button-menu-open[data-v-3927b27e] {
  width: auto;
  white-space: nowrap;
}
@media (min-width: 992px) {
.header .button-menu-open[data-v-3927b27e] {
    display: none;
}
}
.header .button-menu-close[data-v-3927b27e] {
  width: unset;
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-right: 16px;
  margin-top: 0px;
  margin-bottom: 0;
}
.header .button-menu-close .icon-svg[data-v-3927b27e] {
  margin: 0 8px 0 0;
}
.header .button-menu-close span[data-v-3927b27e] {
  position: relative;
  top: 1px;
}
@media (min-width: 992px) {
.header .button-menu-close[data-v-3927b27e] {
    display: none;
}
}
.header .portal-header[data-v-3927b27e] {
  background-color: white;
  border-bottom: 1px solid #BFBFBF;
  width: 100%;
}
.header .portal-header.portal-header-compact[data-v-3927b27e] {
  font-size: 1.4rem;
  line-height: 2rem;
}
.header .portal-header.portal-header-compact p[data-v-3927b27e] {
  font-size: 1.4rem;
  line-height: 2rem;
}
.header .portal-header.portal-header-compact .portal-info .user[data-v-3927b27e] {
  max-width: none;
}
.header .portal-header.portal-header-compact .portal-header-inner[data-v-3927b27e] {
  padding-top: 4px;
  padding-bottom: calc(4px - 1px);
}
.header .portal-header.portal-header-compact .logo[data-v-3927b27e] {
  max-height: 24px;
  width: 3.8rem;
  margin-top: 8px;
  margin-bottom: 8px;
}
.header .portal-header .portal-header-inner[data-v-3927b27e] {
  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[data-v-3927b27e] {
    flex-direction: row;
}
}
.header .portal-header .portal-info[data-v-3927b27e] {
  display: none;
}
@media (min-width: 992px) {
.header .portal-header .portal-info[data-v-3927b27e] {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.header .portal-header .portal-info[data-v-3927b27e] > * {
    margin-left: 16px;
}
}
.header .portal-header .portal-info .user[data-v-3927b27e] {
  text-align: right;
  max-width: 500px;
}
.header .portal-header .portal-info .button[data-v-3927b27e] {
  white-space: nowrap;
}
.header .solution-header[data-v-3927b27e] {
  border-bottom: 1px solid #747474;
  background-color: white;
}
@media (min-width: 992px) {
.header .solution-header[data-v-3927b27e] {
    border-bottom: 1px solid #BFBFBF;
}
}
.header .solution-header[data-v-3927b27e] {
  width: 100%;
}
.header .solution-header.header-end[data-v-3927b27e] {
  border-bottom: 1px solid #747474;
}
.header .solution-header .solution-header-inner[data-v-3927b27e] {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-top: calc(16px - 1px);
  padding-bottom: calc(16px - 1px);
}
.header .solution-header .solution-heading a[data-v-3927b27e], .header .solution-header .solution-heading h1[data-v-3927b27e], .header .solution-header .solution-heading .g1[data-v-3927b27e] {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 768px) {
.header .solution-header .solution-heading a[data-v-3927b27e], .header .solution-header .solution-heading h1[data-v-3927b27e], .header .solution-header .solution-heading .g1[data-v-3927b27e] {
    font-size: 2.8rem;
    line-height: 3.2rem;
}
}
.header .solution-header .solution-heading p[data-v-3927b27e], .header .solution-header .solution-heading h2[data-v-3927b27e], .header .solution-header .solution-heading h3[data-v-3927b27e], .header .solution-header .solution-heading h4[data-v-3927b27e], .header .solution-header .solution-heading h5[data-v-3927b27e], .header .solution-header .solution-heading .h2[data-v-3927b27e], .header .solution-header .solution-heading .h3[data-v-3927b27e], .header .solution-header .solution-heading .h4[data-v-3927b27e], .header .solution-header .solution-heading .h5[data-v-3927b27e] {
  color: #1a1a1a;
}
.header .solution-header .solution-heading .function-link[data-v-3927b27e], .header .solution-header .solution-heading button.accordion-bulk-button[data-v-3927b27e] {
  color: #1a1a1a;
}
.header .solution-header .solution-heading .function-link[data-v-3927b27e]:hover, .header .solution-header .solution-heading button.accordion-bulk-button[data-v-3927b27e]:hover, .header .solution-header .solution-heading .function-link[data-v-3927b27e]:focus, .header .solution-header .solution-heading button.accordion-bulk-button[data-v-3927b27e]:focus, .header .solution-header .solution-heading .function-link[data-v-3927b27e]:visited, .header .solution-header .solution-heading button.accordion-bulk-button[data-v-3927b27e]:visited {
  color: #1a1a1a;
}
.header .solution-header .solution-info[data-v-3927b27e] {
  display: none;
}
@media (min-width: 992px) {
.header .solution-header .solution-info[data-v-3927b27e] {
    margin-left: auto;
    text-align: right;
    max-width: 60%;
    display: block;
}
}
.header .authority-name[data-v-3927b27e] {
  color: #454545;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 0;
  margin-bottom: 0;
}
.header .button-contact[data-v-3927b27e] {
  display: inline-flex;
}
.header .button-contact .icon-svg[data-v-3927b27e] {
  position: relative;
  top: -1px;
}
.header .portal-info-mobile[data-v-3927b27e] {
  padding: 24px 16px;
  border-bottom: 1px solid #BFBFBF;
  text-align: left;
}
.header .portal-info-mobile p[data-v-3927b27e] {
  margin-bottom: 8px;
}
.header .portal-info-mobile .button-signin[data-v-3927b27e], .header .portal-info-mobile .button-signout[data-v-3927b27e] {
  margin-top: 8px;
}
@media (min-width: 992px) {
.header .portal-info-mobile[data-v-3927b27e] {
    display: none;
}
}
.header .solution-info-mobile[data-v-3927b27e] {
  padding: 24px 16px;
}
.header .solution-info-mobile p[data-v-3927b27e] {
  margin-bottom: 8px;
  color: #1a1a1a;
}
.header .solution-info-mobile p[data-v-3927b27e]:last-child {
  margin-bottom: 0;
}
.header .solution-info-mobile .function-link[data-v-3927b27e], .header .solution-info-mobile button.accordion-bulk-button[data-v-3927b27e] {
  color: #1a1a1a;
}
.header .solution-info-mobile .function-link[data-v-3927b27e]:hover, .header .solution-info-mobile button.accordion-bulk-button[data-v-3927b27e]:hover, .header .solution-info-mobile .function-link[data-v-3927b27e]:focus, .header .solution-info-mobile button.accordion-bulk-button[data-v-3927b27e]:focus, .header .solution-info-mobile .function-link[data-v-3927b27e]:visited, .header .solution-info-mobile button.accordion-bulk-button[data-v-3927b27e]:visited {
  color: #1a1a1a;
}
@media (min-width: 992px) {
.header .solution-info-mobile[data-v-3927b27e] {
    display: none;
}
}
@keyframes slidein-left-3927b27e {
from {
    transform: translateX(85%);
}
to {
    transform: translateX(0);
}
}
.header .nav[data-v-3927b27e] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  background-color: white;
  display: none;
  flex-direction: column;
  overflow-y: auto;
  padding: 0;
  padding-top: 16px;
  width: 85%;
  z-index: 9000;
}
@media (min-width: 992px) {
.header .nav[data-v-3927b27e] {
    border-left: none;
    display: block;
    overflow-y: visible;
    position: static;
    width: auto;
}
}
@media (min-width: 992px) {
.header .nav[data-v-3927b27e] {
    padding: 0;
    width: 100%;
}
}
.header .nav.is-visible[data-v-3927b27e] {
  animation: slidein-left-3927b27e 0.3s ease-in-out;
  display: block;
}
.header .nav-actions[data-v-3927b27e] {
  margin-top: 8px;
  padding: 0 16px;
}
.header .nav-actions[data-v-3927b27e]:first-child {
  margin-top: 0;
}
.header .nav-actions > li[data-v-3927b27e] {
  margin-top: 8px;
}
.header .nav-actions > li[data-v-3927b27e]:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
.header .nav-actions[data-v-3927b27e] {
    margin-top: 0;
    margin-left: auto;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-right: -4px;
    padding: 0;
}
.header .nav-actions > li[data-v-3927b27e], .header .nav-actions > li[data-v-3927b27e]:first-child {
    margin: calc(8px - 2px) 4px;
}
}
@media (max-width: 1199px) {
.header .function-link[data-v-3927b27e]:not(.icon-link):not(.button-menu-close):not(.button-menu-open), .header button.accordion-bulk-button[data-v-3927b27e]:not(.icon-link):not(.button-menu-close):not(.button-menu-open) {
    display: block;
    margin-top: 8px;
}
.header .function-link:not(.icon-link):not(.button-menu-close):not(.button-menu-open) .icon-svg[data-v-3927b27e], .header button.accordion-bulk-button:not(.icon-link):not(.button-menu-close):not(.button-menu-open) .icon-svg[data-v-3927b27e] {
    float: left;
    margin-left: 0;
    margin-right: 4px;
}
}
@media (min-width: 992px) {
.header .function-link + .function-link[data-v-3927b27e], .header button.accordion-bulk-button + .function-link[data-v-3927b27e], .header .function-link + button.accordion-bulk-button[data-v-3927b27e], .header button.accordion-bulk-button + button.accordion-bulk-button[data-v-3927b27e] {
    margin-left: 16px;
}
}
.overlay[data-v-3927b27e] {
  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[data-v-3927b27e] {
  opacity: 0.75;
  visibility: visible;
}
body.modal-open[data-v-3927b27e] {
  overflow: hidden;
}
.modal-backdrop[data-v-3927b27e] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8888;
  padding: 16px;
}
.fds-modal[data-v-3927b27e] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 16px;
}
.fds-modal[aria-hidden=false][data-v-3927b27e] {
  display: flex;
}
.fds-modal .modal-content[data-v-3927b27e] {
  align-self: center;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 100%;
  position: relative;
  margin: 24px auto 24px;
}
.fds-modal .modal-header[data-v-3927b27e] {
  padding: 16px 24px 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-3927b27e] {
    padding: 40px 40px 8px 40px;
}
}
.fds-modal .modal-header[data-v-3927b27e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-3927b27e] {
    padding-right: 48px;
}
}
.fds-modal .modal-header h1[data-v-3927b27e], .fds-modal .modal-header h2[data-v-3927b27e], .fds-modal .modal-header h3[data-v-3927b27e], .fds-modal .modal-header h4[data-v-3927b27e], .fds-modal .modal-header h5[data-v-3927b27e], .fds-modal .modal-header h6[data-v-3927b27e], .fds-modal .modal-header .h1[data-v-3927b27e], .fds-modal .modal-header .h2[data-v-3927b27e], .fds-modal .modal-header .h3[data-v-3927b27e], .fds-modal .modal-header .h4[data-v-3927b27e], .fds-modal .modal-header .h5[data-v-3927b27e], .fds-modal .modal-header .h6[data-v-3927b27e] {
  color: #1a1a1a;
}
.fds-modal .modal-title[data-v-3927b27e] {
  margin: 24px 48px 8px 0;
}
@media (min-width: 768px) {
.fds-modal .modal-title[data-v-3927b27e] {
    margin: 0 48px 0 0;
}
}
.fds-modal .modal-body[data-v-3927b27e] {
  background-color: white;
  color: #1a1a1a;
  padding: 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-body[data-v-3927b27e] {
    padding: 8px 40px 8px 40px;
}
}
.fds-modal .modal-body[data-v-3927b27e] > *:first-child {
  margin-top: 0;
}
.fds-modal .modal-body p[data-v-3927b27e], .fds-modal .modal-body h1[data-v-3927b27e], .fds-modal .modal-body h2[data-v-3927b27e], .fds-modal .modal-body h3[data-v-3927b27e], .fds-modal .modal-body h4[data-v-3927b27e], .fds-modal .modal-body h5[data-v-3927b27e], .fds-modal .modal-body h6[data-v-3927b27e], .fds-modal .modal-body .h1[data-v-3927b27e], .fds-modal .modal-body .h2[data-v-3927b27e], .fds-modal .modal-body .h3[data-v-3927b27e], .fds-modal .modal-body .h4[data-v-3927b27e], .fds-modal .modal-body .h5[data-v-3927b27e], .fds-modal .modal-body .h6[data-v-3927b27e] {
  color: #1a1a1a;
}
.fds-modal .modal-footer[data-v-3927b27e] {
  padding: 0px 24px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-footer[data-v-3927b27e] {
    padding: 8px 40px 40px 40px;
}
}
.fds-modal .modal-footer[data-v-3927b27e] {
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 992px) {
.fds-modal .modal-footer[data-v-3927b27e] {
    display: flex;
}
}
.fds-modal .modal-footer .button[data-v-3927b27e] {
  margin-top: 8px;
  margin-right: 16px;
}
.fds-modal .modal-footer p[data-v-3927b27e], .fds-modal .modal-footer h1[data-v-3927b27e], .fds-modal .modal-footer h2[data-v-3927b27e], .fds-modal .modal-footer h3[data-v-3927b27e], .fds-modal .modal-footer h4[data-v-3927b27e], .fds-modal .modal-footer h5[data-v-3927b27e], .fds-modal .modal-footer h6[data-v-3927b27e], .fds-modal .modal-footer .h1[data-v-3927b27e], .fds-modal .modal-footer .h2[data-v-3927b27e], .fds-modal .modal-footer .h3[data-v-3927b27e], .fds-modal .modal-footer .h4[data-v-3927b27e], .fds-modal .modal-footer .h5[data-v-3927b27e], .fds-modal .modal-footer .h6[data-v-3927b27e] {
  color: #1a1a1a;
}
.fds-modal .modal-close[data-v-3927b27e] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: inherit;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-close[data-v-3927b27e] {
    top: 24px;
    right: 32px;
}
}
.fds-modal .modal-close[data-v-3927b27e]:hover, .fds-modal .modal-close[data-v-3927b27e]:visited, .fds-modal .modal-close[data-v-3927b27e]:focus {
  color: #1a1a1a;
}
.fds-modal[data-v-3927b27e] {
  /**************************\
        Animation Style
    \**************************/
}
@keyframes modalfadeIn-3927b27e {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes modalfadeOut-3927b27e {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes modalslideIn-3927b27e {
from {
    transform: translateY(15%);
}
to {
    transform: translateY(0);
}
}
@keyframes modalslideOut-3927b27e {
from {
    transform: translateY(0);
}
to {
    transform: translateY(-10%);
}
}
.fds-modal[aria-hidden=false] .modal-content[data-v-3927b27e] {
  animation: modalslideIn-3927b27e 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal[aria-hidden=true] .modal-content[data-v-3927b27e] {
  animation: modalslideOut-3927b27e 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.mobile_nav-active[data-v-3927b27e] {
  overflow: hidden;
}
.mobile_nav-active .nav .nav-actions .overflow-menu[data-v-3927b27e] {
  width: 100%;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[data-v-3927b27e] {
  width: 100%;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-3927b27e]:after, .mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-3927b27e]:before, .mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[data-v-3927b27e]:after, .mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[data-v-3927b27e]:before {
  display: none;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner[data-v-3927b27e] {
  position: static;
  border: none;
  box-shadow: none;
  min-width: inherit;
  margin-top: 0;
  padding-top: 0px;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner .overflow-list[data-v-3927b27e] {
  padding-left: 16px;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner a[data-v-3927b27e], .mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner button[data-v-3927b27e] {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner a[data-v-3927b27e]:hover, .mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner button[data-v-3927b27e]:hover {
  background-color: transparent;
}
.navbar[data-v-3927b27e] {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 16px;
}
@media (min-width: 992px) {
.navbar[data-v-3927b27e] {
    padding: 0;
    flex-direction: row;
}
}
.navbar .helptext[data-v-3927b27e] {
  color: #747474;
  font-weight: 400;
}
.navbar .navbar-inner[data-v-3927b27e] {
  border-bottom: 1px solid #BFBFBF;
}
@media (min-width: 992px) {
.navbar .navbar-inner[data-v-3927b27e] {
    border-bottom: none;
}
}
.navbar-context-actions[data-v-3927b27e] {
  padding-bottom: 16px;
}
@media (min-width: 992px) {
.navbar-context-actions[data-v-3927b27e] {
    padding-top: 16px;
    padding-bottom: 0;
}
}
.nav-primary[data-v-3927b27e] {
  padding-top: 0;
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.nav-primary > li[data-v-3927b27e] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.nav-primary > li[data-v-3927b27e]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.nav-primary[data-v-3927b27e] {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  border-top: 1px solid #BFBFBF;
}
.nav-primary + .nav-actions[data-v-3927b27e] {
  border-top: 1px solid #BFBFBF;
  margin-top: 0;
}
@media (min-width: 992px) {
.nav-primary + .nav-actions[data-v-3927b27e] {
    border-top: none;
}
}
@media (min-width: 992px) {
.nav-primary[data-v-3927b27e] {
    border-top: none;
    flex-direction: row;
    flex-shrink: 0;
    flex-wrap: wrap;
    margin-top: 0;
    margin-left: -12px;
    border-bottom: none;
}
}
.nav-primary ul[data-v-3927b27e] {
  margin-left: 16px;
}
@media (min-width: 992px) {
.nav-primary ul[data-v-3927b27e] {
    margin-left: 0;
}
}
.nav-primary .nav-link[data-v-3927b27e] {
  text-decoration: none;
  color: #1a1a1a;
  background-color: transparent;
  display: block;
  padding: 15px 0 16px;
}
@media (min-width: 992px) {
.nav-primary .nav-link span[data-v-3927b27e] {
    display: block;
    border-bottom: 7px solid transparent;
}
}
@media (min-width: 992px) {
.nav-primary .nav-link span[data-v-3927b27e] {
    padding-bottom: 9px;
}
}
.nav-primary li[data-v-3927b27e] {
  margin-top: 0;
  padding-left: 0px;
  border-bottom: 1px solid #BFBFBF;
}
@media (min-width: 992px) {
.nav-primary li[data-v-3927b27e] {
    border-bottom: none;
}
}
.nav-primary li[data-v-3927b27e]:last-of-type {
  border-bottom: none;
}
.nav-primary li li li .overflow-menu .buttton-overflow-menu[data-v-3927b27e] {
  padding-top: 11px;
  padding-bottom: 12px;
}
.nav-primary li li li .nav-link[data-v-3927b27e] {
  padding-top: 11px;
  padding-bottom: 12px;
}
.nav-primary > li > .overflow-menu > button.button-overflow-menu[data-v-3927b27e] {
  padding-left: 16px;
}
.nav-primary > li > .overflow-menu > .overflow-menu-inner > .overflow-list[data-v-3927b27e] {
  margin-left: 32px;
}
@media (min-width: 992px) {
.nav-primary > li[data-v-3927b27e] {
    border-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}
.nav-primary > li > .overflow-menu > button.button-overflow-menu[data-v-3927b27e] {
    padding-left: 12px;
}
}
.nav-primary > li > .nav-link[data-v-3927b27e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  white-space: nowrap;
  padding-left: 16px;
}
@media (min-width: 992px) {
.nav-primary > li > .nav-link[data-v-3927b27e] {
    padding-bottom: 0px;
    padding-left: 0;
}
}
@media (min-width: 992px) {
.nav-primary > li > .nav-link[data-v-3927b27e]:hover {
    background-color: transparent;
    color: #1a1a1a;
}
.nav-primary > li > .nav-link:hover span[data-v-3927b27e] {
    border-bottom: 7px solid transparent;
}
}
.nav-primary > li > .nav-link[data-v-3927b27e]:focus {
  position: relative;
  z-index: 100;
  background-color: transparent;
  color: #1a1a1a;
}
.nav-primary > li > .nav-link:focus span[data-v-3927b27e] {
  border-bottom: 7px solid transparent;
}
@media (min-width: 992px) {
.nav-primary > li > .nav-link[data-v-3927b27e], .nav-primary > li > button[data-v-3927b27e], .nav-primary > li .button-overflow-menu[data-v-3927b27e] {
    padding-left: 12px;
    padding-right: 12px;
}
.nav-primary > li > .nav-link span[data-v-3927b27e], .nav-primary > li > button span[data-v-3927b27e], .nav-primary > li .button-overflow-menu span[data-v-3927b27e] {
    border-bottom: 7px solid transparent;
    padding-bottom: calc(8px + 1px);
}
.nav-primary > li > .nav-link:hover span[data-v-3927b27e], .nav-primary > li > button:hover span[data-v-3927b27e], .nav-primary > li .button-overflow-menu:hover span[data-v-3927b27e] {
    border-bottom: 7px solid transparent;
}
.nav-primary > li > .nav-link:focus span[data-v-3927b27e], .nav-primary > li > button:focus span[data-v-3927b27e], .nav-primary > li .button-overflow-menu:focus span[data-v-3927b27e] {
    border-bottom: 7px solid transparent;
}
}
.nav-primary .active > a[data-v-3927b27e], .nav-primary .overflow-menu .overflow-menu-inner .overflow-list > li.active > a[data-v-3927b27e] {
  font-weight: 600;
}
@media (min-width: 992px) {
.nav-primary .current > a[data-v-3927b27e], .nav-primary .current .button-overflow-menu[data-v-3927b27e] {
    background-color: transparent;
    color: #1a1a1a;
}
.nav-primary .current > a span[data-v-3927b27e], .nav-primary .current .button-overflow-menu span[data-v-3927b27e] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current > a[data-v-3927b27e]:hover, .nav-primary .current > a[data-v-3927b27e]:focus, .nav-primary .current > a[data-v-3927b27e]:hover, .nav-primary .current > a[data-v-3927b27e]:visited, .nav-primary .current .button-overflow-menu[data-v-3927b27e]:hover, .nav-primary .current .button-overflow-menu[data-v-3927b27e]:focus, .nav-primary .current .button-overflow-menu[data-v-3927b27e]:hover, .nav-primary .current .button-overflow-menu[data-v-3927b27e]:visited {
    background-color: transparent;
    color: #1a1a1a;
}
.nav-primary .current > a:hover span[data-v-3927b27e], .nav-primary .current > a:focus span[data-v-3927b27e], .nav-primary .current > a:hover span[data-v-3927b27e], .nav-primary .current > a:visited span[data-v-3927b27e], .nav-primary .current .button-overflow-menu:hover span[data-v-3927b27e], .nav-primary .current .button-overflow-menu:focus span[data-v-3927b27e], .nav-primary .current .button-overflow-menu:hover span[data-v-3927b27e], .nav-primary .current .button-overflow-menu:visited span[data-v-3927b27e] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[data-v-3927b27e] {
    font-weight: 600;
    color: #1a1a1a;
    background-color: transparent;
}
.nav-primary .current .overflow-menu .button-overflow-menu span[data-v-3927b27e] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[data-v-3927b27e]:focus, .nav-primary .current .overflow-menu .button-overflow-menu[data-v-3927b27e]:active {
    color: #1a1a1a;
    background-color: transparent;
    position: relative;
    z-index: 2;
}
.nav-primary .current .overflow-menu .button-overflow-menu:focus span[data-v-3927b27e], .nav-primary .current .overflow-menu .button-overflow-menu:active span[data-v-3927b27e] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[data-v-3927b27e]:hover {
    color: #1a1a1a;
    background-color: transparent;
}
.nav-primary .current .overflow-menu .button-overflow-menu:hover span[data-v-3927b27e] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-3927b27e] {
    background-color: #454545;
    color: white;
}
.nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true] span[data-v-3927b27e] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-3927b27e]:hover, .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-3927b27e]:focus, .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-3927b27e]:active {
    background-color: #454545;
    color: white;
}
.nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true]:hover span[data-v-3927b27e], .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true]:focus span[data-v-3927b27e], .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true]:active span[data-v-3927b27e] {
    border-bottom: 7px solid #0059b3;
}
}
.nav-primary .current > a[data-v-3927b27e], .nav-primary .current > .overflow-menu > .button-overflow-menu[data-v-3927b27e] {
  color: #1a1a1a;
}
@media (min-width: 992px) {
.nav-primary .current > a[data-v-3927b27e], .nav-primary .current > .overflow-menu > .button-overflow-menu[data-v-3927b27e] {
    font-weight: 500;
}
}
.nav-primary[data-v-3927b27e] {
  /*region: nav-primary overflow menu */
}
.nav-primary .overflow-menu[data-v-3927b27e] {
  display: block;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu[data-v-3927b27e] {
    display: inline-block;
}
}
.nav-primary .overflow-menu .button-overflow-menu[data-v-3927b27e] {
  color: #1a1a1a;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  padding-top: 15px;
  padding-bottom: 16px;
  padding-left: 0px;
  padding-right: 40px;
  white-space: normal;
  width: 100%;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .button-overflow-menu[data-v-3927b27e] {
    padding-bottom: 0;
    width: unset;
    padding-right: 12px;
    padding-left: 12px;
}
}
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-3927b27e]:after, .nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-3927b27e]:before, .nav-primary .overflow-menu .button-overflow-menu[data-v-3927b27e]:after, .nav-primary .overflow-menu .button-overflow-menu[data-v-3927b27e]:before {
  display: none;
}
.nav-primary .overflow-menu .button-overflow-menu span[data-v-3927b27e] {
  padding-right: 24px;
  display: block;
}
.nav-primary .overflow-menu .button-overflow-menu[data-v-3927b27e]:focus, .nav-primary .overflow-menu .button-overflow-menu[data-v-3927b27e]:active {
  outline: 4px solid #747474;
  color: #1a1a1a;
  z-index: 2;
  position: relative;
}
.nav-primary .overflow-menu .button-overflow-menu[data-v-3927b27e]:hover {
  text-decoration: none;
  color: #1a1a1a;
  background-color: transparent;
}
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=false][data-v-3927b27e] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px top 16px;
  background-size: 24px;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=false][data-v-3927b27e] {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
}
}
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-3927b27e] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px top 16px;
  background-size: 24px;
  background-color: white;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-3927b27e] {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'%20fill='%23ffffff'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-color: #454545;
    color: white;
    position: relative;
    z-index: 2;
}
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-3927b27e]:before, .nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-3927b27e]:after {
    display: none;
}
}
.nav-primary .overflow-menu .overflow-menu-inner[data-v-3927b27e] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.nav-primary .overflow-menu .overflow-menu-inner > li[data-v-3927b27e] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.nav-primary .overflow-menu .overflow-menu-inner > li[data-v-3927b27e]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.nav-primary .overflow-menu .overflow-menu-inner[data-v-3927b27e] {
  background-color: white;
  border: none;
  border-top: 1px solid #BFBFBF;
  box-shadow: none;
  color: #1a1a1a;
  font-size: 1.6rem;
  line-height: 2.4rem;
  min-width: inherit;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  width: 100%;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner[data-v-3927b27e] {
    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 a[data-v-3927b27e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  display: block;
  text-decoration: none;
}
.nav-primary .overflow-menu .overflow-menu-inner a[data-v-3927b27e]:hover, .nav-primary .overflow-menu .overflow-menu-inner a[data-v-3927b27e]:visited, .nav-primary .overflow-menu .overflow-menu-inner a[data-v-3927b27e]:focus {
  color: #1a1a1a;
  background-color: transparent;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner a[data-v-3927b27e]:hover, .nav-primary .overflow-menu .overflow-menu-inner a[data-v-3927b27e]:visited, .nav-primary .overflow-menu .overflow-menu-inner a[data-v-3927b27e]:focus {
    color: white;
    text-decoration: underline;
}
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner a[data-v-3927b27e] {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: white;
    padding: 8px 16px;
}
}
.nav-primary .overflow-menu .overflow-menu-inner button[data-v-3927b27e]:not(.button-overflow-menu) {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.nav-primary .overflow-menu .overflow-menu-inner button[data-v-3927b27e]:not(.button-overflow-menu):hover, .nav-primary .overflow-menu .overflow-menu-inner button[data-v-3927b27e]:not(.button-overflow-menu):focus {
  background-color: transparent;
  color: inherit;
}
.nav-primary[data-v-3927b27e] {
  /*endregion*/
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list[data-v-3927b27e] {
  list-style-type: none;
  margin-left: 16px;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list[data-v-3927b27e] {
    margin-left: 0;
}
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list li[data-v-3927b27e]:before {
  display: none;
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list a[data-v-3927b27e] {
  text-decoration: none;
  color: #1a1a1a;
  background-color: transparent;
  display: block;
  padding: 15px 0 16px;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list a[data-v-3927b27e] {
    background-color: transparent;
    color: white;
    padding: 8px 16px;
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list a[data-v-3927b27e]:hover {
    text-decoration: underline;
}
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list[data-v-3927b27e], .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list[data-v-3927b27e] {
  margin-left: 16px;
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li a[data-v-3927b27e], .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li a[data-v-3927b27e] {
  padding: 11px 0 12px;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li:last-of-type a[data-v-3927b27e], .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li:last-of-type a[data-v-3927b27e] {
    padding: 8px 0 32px 0;
}
}
.nav-secondary[data-v-3927b27e] {
  padding: 0 16px;
}
@media (min-width: 992px) {
.nav-secondary[data-v-3927b27e] {
    display: flex;
    align-items: center;
    padding: 0;
}
}
.nav-secondary .nav-actions[data-v-3927b27e] {
  padding: 0;
}
.nav-secondary + .nav-actions[data-v-3927b27e] {
  padding: 0 16px 16px;
}
@media (min-width: 992px) {
.nav-secondary + .nav-actions[data-v-3927b27e] {
    padding: 0 0 0 16px;
}
}
.nav-secondary .nav-secondary-heading[data-v-3927b27e] {
  font-weight: 700;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
.nav-secondary .nav-secondary-heading + ul[data-v-3927b27e] {
    margin-left: 16px;
}
}
@media (min-width: 992px) {
.navbar-primary[data-v-3927b27e] {
    border-bottom: 1px solid #747474;
}
}
.navbar:last-of-type .nav-actions[data-v-3927b27e] {
  border-bottom: none;
}
.navbar-inner[data-v-3927b27e] {
  display: flex;
  flex-direction: column;
}
.navbar-inner.container[data-v-3927b27e] {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
.navbar-inner.container[data-v-3927b27e] {
    padding-left: 16px;
    padding-right: 16px;
}
}
@media (min-width: 992px) {
.navbar-inner[data-v-3927b27e] {
    flex-direction: row;
    justify-content: space-between;
}
}
.pagination[data-v-3927b27e] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
.pagination .pagination__dropdown[data-v-3927b27e] {
  display: none;
}
@media (max-width: 767px) {
.pagination .pagination__dropdown[data-v-3927b27e] {
    display: inline-flex;
}
}
.pagination .pagination__items[data-v-3927b27e] {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
@media (max-width: 767px) {
.pagination .pagination__items[data-v-3927b27e] {
    display: none;
}
}
.pagination .button.button-arrow[data-v-3927b27e] {
  font-size: 1.6rem;
  appearance: none;
  background-color: transparent;
  border-style: none;
  color: #1a1a1a;
  text-decoration: underline;
  white-space: nowrap;
  width: auto;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.pagination .button.button-arrow.hidden[data-v-3927b27e] {
  visibility: hidden;
}
.pagination .button.button-arrow .icon-svg[data-v-3927b27e] {
  margin-right: 0;
}
@media (max-width: 767px) {
.pagination .button.button-arrow .pagination-nav-link[data-v-3927b27e] {
    display: none;
}
}
@media (min-width: 768px) {
.pagination .button.button-first[data-v-3927b27e], .pagination .button.button-last[data-v-3927b27e] {
    display: none;
}
}
.pagination .button.button-previous .icon-svg[data-v-3927b27e] {
  margin-right: 4px;
}
@media (max-width: 767px) {
.pagination .button.button-previous .icon-svg[data-v-3927b27e] {
    margin-right: 0;
}
}
.pagination .button.button-next .icon-svg[data-v-3927b27e] {
  margin-left: 4px;
}
@media (max-width: 767px) {
.pagination .button.button-next .icon-svg[data-v-3927b27e] {
    margin-left: 0;
}
}
.pagination .pagination-mobile[data-v-3927b27e] {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
}
@media (min-width: 768px) {
.pagination .pagination-mobile[data-v-3927b27e] {
    display: none;
}
}
.pagination .pagination__items[data-v-3927b27e] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.pagination .pagination__items > li[data-v-3927b27e] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.pagination .pagination__items > li[data-v-3927b27e]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.pagination .pagination__items[data-v-3927b27e] {
  width: auto;
}
.pagination .pagination__items .pagination-item[data-v-3927b27e] {
  margin-left: 8px;
  margin-right: 8px;
}
.pagination .pagination__items .pagination-item .current-page[data-v-3927b27e] {
  appearance: none;
  display: inline-block;
  width: 100%;
  padding: 8px calc(16px - 2px) calc(8px - 2px);
  border-radius: 4px;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2rem;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  user-select: text;
  font-size: 1.8rem;
  color: white;
  background-color: #454545;
  border-color: #454545;
}
.toast-container[data-v-3927b27e] {
  position: fixed;
  right: 16px;
  left: 16px;
  top: 16px;
  bottom: auto;
  z-index: 7000;
}
@media (min-width: 768px) {
.toast-container[data-v-3927b27e] {
    right: 16px;
    left: auto;
    top: 48px;
    bottom: auto;
}
}
.toast[data-v-3927b27e] {
  width: 100%;
  max-width: 100%;
  background-color: white;
  display: flex;
  transition: opacity 0.15s linear;
  margin-bottom: 16px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}
.toast[data-v-3927b27e]:not(.show) {
  opacity: 0;
}
.toast.hide[data-v-3927b27e] {
  display: none;
}
@media (min-width: 768px) {
.toast[data-v-3927b27e] {
    width: 464px;
}
}
.toast .toast-icon[data-v-3927b27e] {
  align-items: center;
  display: flex;
  padding-left: calc(16px + 24px);
  padding-right: 16px;
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center center;
}
.toast .toast-message[data-v-3927b27e] {
  padding: 16px;
  position: relative;
  width: 100%;
}
.toast .toast-message .toast-close[data-v-3927b27e] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.toast .toast-message .toast-close[data-v-3927b27e]:hover, .toast .toast-message .toast-close[data-v-3927b27e]:focus {
  background-color: transparent;
  color: inherit;
}
.toast .toast-message .toast-close[data-v-3927b27e] {
  position: absolute;
  top: 16px;
  right: 16px;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012%2019%206.41z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.toast .toast-message p[data-v-3927b27e] {
  margin: 0px;
  word-break: break-word;
}
.toast .toast-message p[data-v-3927b27e]:first-of-type {
  margin-right: 32px;
}
.toast-success[data-v-3927b27e] {
  background-color: #eeffe2;
}
.toast-warning[data-v-3927b27e] {
  background-color: #ffeecc;
}
.toast-error[data-v-3927b27e] {
  background-color: #ffe0e0;
}
.toast-info[data-v-3927b27e] {
  background-color: #e2f2fb;
}
.toast-success .toast-icon[data-v-3927b27e] {
  background-color: #358000;
}
.toast-warning .toast-icon[data-v-3927b27e] {
  background-color: #febb30;
}
.toast-error .toast-icon[data-v-3927b27e] {
  background-color: #CC0000;
}
.toast-info .toast-icon[data-v-3927b27e] {
  background-color: #1B86C3;
}
.toast-success .toast-icon[data-v-3927b27e] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm4.59-12.42L10%2014.17l-2.59-2.58L6%2013l4%204%208-8z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.toast-warning .toast-icon[data-v-3927b27e] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%205.99L19.53%2019H4.47L12%205.99M12%202L1%2021h22L12%202zm1%2014h-2v2h2v-2zm0-6h-2v4h2v-4z'/%3e%3c/svg%3e");
}
.toast-error .toast-icon[data-v-3927b27e] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.59%208L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208zM12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.toast-info .toast-icon[data-v-3927b27e] {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.1.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20enable-background='new%200%200%2024%2024'%20xml:space='preserve'%3e%3cg%20id='Bounding_Boxes'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_3'%20display='none'%3e%3c/g%3e%3cpath%20fill='none'%20d='M0,0h24v24H0V0z'/%3e%3c/g%3e%3cg%20id='Rounded'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_5'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,17L12,17c-0.55,0-1-0.45-1-1v-4%20c0-0.55,0.45-1,1-1h0c0.55,0,1,0.45,1,1v4C13,16.55,12.55,17,12,17z%20M13,9h-2V7h2V9z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Sharp'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_4'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M13,17h-2v-6h2V17z%20M13,9h-2V7h2V9z'%20/%3e%3c/g%3e%3c/g%3e%3cg%20id='Outline'%20fill='%23ffffff'%3e%3cg%20id='ui_x5F_spec_x5F_header'%20display='none'%3e%3c/g%3e%3cg%3e%3crect%20x='11'%20y='7'%20width='2'%20height='2'/%3e%3crect%20x='11'%20y='11'%20width='2'%20height='6'/%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20c0-4.41,3.59-8,8-8s8,3.59,8,8C20,16.41,16.41,20,12,20z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Duotone'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_2'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20opacity='0.3'%20d='M12,4c-4.41,0-8,3.59-8,8c0,4.41,3.59,8,8,8s8-3.59,8-8C20,7.59,16.41,4,12,4z%20M13,17h-2v-6h2V17z%20M13,9h-2%20V7h2V9z'/%3e%3crect%20x='11'%20y='7'%20width='2'%20height='2'/%3e%3crect%20x='11'%20y='11'%20width='2'%20height='6'/%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20c0-4.41,3.59-8,8-8s8,3.59,8,8C20,16.41,16.41,20,12,20z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Material'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M13,17h-2v-6h2V17z%20M13,9h-2V7h2V9z'%20/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.search[data-v-3927b27e] {
  display: flex;
}
.search .form-input[data-v-3927b27e] {
  background-color: white;
  margin-top: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search .form-input[data-v-3927b27e]:focus {
  z-index: 1;
}
.search .button-search[data-v-3927b27e] {
  background-color: white;
  border: 1px solid #747474;
  border-left: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  color: #1a1a1a;
  font-weight: 400;
  width: inherit;
}
.search .button-search[data-v-3927b27e]:hover {
  background-color: #DCDCDC;
}
input[type=search][data-v-3927b27e] { /* stylelint-disable-line selector-no-qualifying-type */
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}
.sidenav-list[data-v-3927b27e] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.sidenav-list > li[data-v-3927b27e] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.sidenav-list > li[data-v-3927b27e]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.sidenav-list ul[data-v-3927b27e] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.sidenav-list ul > li[data-v-3927b27e] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.sidenav-list ul > li[data-v-3927b27e]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.sidenav-list[data-v-3927b27e] {
  border-bottom: 1px solid #BFBFBF;
  border-top: 1px solid #BFBFBF;
}
.sidenav-list a[data-v-3927b27e] {
  display: block;
  border: none;
  color: #1a1a1a;
  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[data-v-3927b27e]:focus {
  outline-offset: 0;
  position: relative;
  z-index: 1;
}
.sidenav-list > li.current > a[data-v-3927b27e], .sidenav-list > li.current > ul > li > a[data-v-3927b27e] {
  padding-left: calc(16px - 4px);
}
.sidenav-list li[data-v-3927b27e]:hover {
  background-color: #F5F5F5;
}
.sidenav-list li a[data-v-3927b27e]:hover {
  text-decoration: none;
  color: #1a1a1a;
}
.sidenav-list li.sidenav-error[data-v-3927b27e] {
  background-color: #ffe0e0;
}
.sidenav-list li.sidenav-error.current[data-v-3927b27e] {
  background-color: #ffe0e0;
}
.sidenav-list li.sidenav-error[data-v-3927b27e]:hover {
  background-color: #ffe0e0;
}
.sidenav-list li.sidenav-error .sidenav-information[data-v-3927b27e] {
  color: #454545;
  font-weight: 400;
}
.sidenav-list li a[data-v-3927b27e] {
  display: flex;
  flex-wrap: nowrap;
}
.sidenav-list li a ul[data-v-3927b27e] {
  width: 100%;
}
.sidenav-list li a .sidenav-icon-before[data-v-3927b27e] {
  line-height: 23px;
  text-align: left;
}
.sidenav-list li a .sidenav-icon[data-v-3927b27e] {
  margin-left: auto;
  width: 22px;
  height: 22px;
  line-height: 23px;
  text-align: center;
  float: right;
}
.sidenav-list li a[data-v-3927b27e] {
  /* 'sidenav-title' used before 9.0.0 to style title text in stepguide - to be removed at some point as breaking change */
}
.sidenav-list li a .sidenav-title[data-v-3927b27e] {
  margin-left: 4px;
  white-space: pre-line;
}
.sidenav-list li a .sidenav-number[data-v-3927b27e] {
  margin-right: 4px;
}
.sidenav-list li a .sidenav-information[data-v-3927b27e] {
  color: #747474;
  margin: 0;
  display: block;
  width: 100%;
}
.sidenav-list li a[data-v-3927b27e]:focus {
  background-color: transparent;
}
.sidenav-list li.current > a[data-v-3927b27e] {
  font-weight: 500;
}
.sidenav-list li.current .sidenav-information[data-v-3927b27e] {
  color: #454545;
  font-weight: 400;
}
.sidenav-list li.active > a[data-v-3927b27e] {
  color: #1a1a1a;
  font-weight: 500;
}
.sidenav-list > li > ul > li > ul > li > a[data-v-3927b27e] {
  padding-left: 24px;
}
.sidenav-list > li > ul > li > ul > li > ul > li > a[data-v-3927b27e] {
  padding-left: 32px;
}
.sidenav-list > li > ul > li > ul > li > ul > li > ul > li > a[data-v-3927b27e] {
  padding-left: 40px;
}
.sidenav-list > li > ul > li > ul > li > ul > li > ul > li > ul > li > a[data-v-3927b27e] {
  padding-left: 48px;
}
.sidenav-list > li.has-anchor-links > ul > li > a[data-v-3927b27e] {
  padding-left: calc(8px * 4);
}
.sidenav-list > li:not(.has-anchor-links) > ul > li.has-anchor-links > ul > li > a[data-v-3927b27e] {
  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[data-v-3927b27e] {
  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[data-v-3927b27e] {
  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[data-v-3927b27e] {
  padding-left: calc(8px * 7);
}
.sidenav-list > li[data-v-3927b27e] {
  background-color: transparent;
  font-size: 1.6rem;
  border-top: 1px solid #BFBFBF;
}
.sidenav-list > li.active > a[data-v-3927b27e] {
  color: #1a1a1a;
}
.sidenav-list > li.current[data-v-3927b27e] {
  border-left: 4px solid #0059b3;
  background-color: #f6fbff;
}
.sidenav-list > li[data-v-3927b27e]:first-child {
  border-top: none;
}
.sidenav-list > li:last-child a[data-v-3927b27e] {
  padding-bottom: calc(8px - 1px);
}
.sidenav-list > li li[data-v-3927b27e] {
  border-top: 1px solid #DCDCDC;
  font-size: 1.4rem;
}
.sidenav-list li.disabled[data-v-3927b27e] {
  cursor: not-allowed;
}
.sidenav-list li.disabled a[data-v-3927b27e] {
  cursor: not-allowed;
  color: #454545;
}
.sidenav-list li.disabled a[data-v-3927b27e]:hover {
  background-color: transparent;
  text-decoration: none;
  color: #454545;
  cursor: not-allowed;
}
.sidenav-list li.disabled.active[data-v-3927b27e], .sidenav-list li.disabled.active a[data-v-3927b27e] {
  color: #1a1a1a;
  background-color: transparent;
}
.sidenav-list li.disabled[data-v-3927b27e]:hover, .sidenav-list li.disabled.active a[data-v-3927b27e]:hover {
  color: #1a1a1a;
  background-color: white;
}
.sidenav-list li.disabled.sidenav-error[data-v-3927b27e] {
  background-color: #ffe0e0;
}
.sidenav-list li.disabled.sidenav-error.active a[data-v-3927b27e]:hover {
  background-color: #ffe0e0;
}
.sidenav-sub_list[data-v-3927b27e] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.sidenav-sub_list > li[data-v-3927b27e] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.sidenav-sub_list > li[data-v-3927b27e]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.sidenav-sub_list[data-v-3927b27e] {
  margin: 0;
  width: 100%;
}
.sidenav-sub_list li[data-v-3927b27e] {
  border: none;
}
.sidenav-sub_list li:last-child a[data-v-3927b27e] {
  padding-bottom: 8px;
}
.sidenav-sub_list a[data-v-3927b27e] {
  padding-top: 8px;
  line-height: 2.4rem;
}
.sidenav-sub_list li:not(.has-anchor-links) .sidenav-sub_list a[data-v-3927b27e]:focus {
  outline-offset: 0;
}
.sidebar-col[data-v-3927b27e] {
  max-width: 300px;
}
.language-switcher[data-v-3927b27e] {
  border-top: 1px solid #DCDCDC;
  background-color: white;
  padding-top: 24px;
}
@media (min-width: 768px) {
.language-switcher[data-v-3927b27e] {
    margin-top: -24px;
    padding-top: 16px;
}
}
.language-switcher ul[data-v-3927b27e] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.language-switcher ul > li[data-v-3927b27e] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.language-switcher ul > li[data-v-3927b27e]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.language-switcher ul[data-v-3927b27e] {
  max-width: none !important;
}
.language-switcher ul > li[data-v-3927b27e] {
  margin-bottom: 12px;
  padding-left: 32px;
}
@media (min-width: 768px) {
.language-switcher ul > li[data-v-3927b27e] {
    display: inline-block;
    padding-left: 0;
}
.language-switcher ul > li[data-v-3927b27e]::after {
    display: inline-block;
    content: "|";
    margin-left: calc(16px - 1px);
    margin-right: 16px;
}
.language-switcher ul > li[data-v-3927b27e]:last-of-type::after {
    content: "";
}
}
.language-switcher ul > li a[data-v-3927b27e], .language-switcher ul > li a[data-v-3927b27e]:hover, .language-switcher ul > li a[data-v-3927b27e]:visited, .language-switcher ul > li a[data-v-3927b27e]:active, .language-switcher ul > li a[data-v-3927b27e]:focus {
  color: #1a1a1a;
  display: inline-block;
}
.language-switcher ul > li a svg[data-v-3927b27e], .language-switcher ul > li a:hover svg[data-v-3927b27e], .language-switcher ul > li a:visited svg[data-v-3927b27e], .language-switcher ul > li a:active svg[data-v-3927b27e], .language-switcher ul > li a:focus svg[data-v-3927b27e] {
  margin-top: -4px;
  margin-right: 8px;
  display: inline-block;
}
.language-switcher ul > li[data-v-3927b27e]:first-of-type {
  padding-left: 0px;
}
.language-switcher ul > li:first-of-type a[data-v-3927b27e], .language-switcher ul > li:first-of-type a[data-v-3927b27e]:hover, .language-switcher ul > li:first-of-type a[data-v-3927b27e]:visited, .language-switcher ul > li:first-of-type a[data-v-3927b27e]:active, .language-switcher ul > li:first-of-type a[data-v-3927b27e]:focus {
  padding-left: 0;
  font-weight: 600;
  color: #454545;
  text-decoration: none;
  border-left: 0;
}
.language-switcher ul > li:last-of-type a[data-v-3927b27e], .language-switcher ul > li:last-of-type a[data-v-3927b27e]:hover, .language-switcher ul > li:last-of-type a[data-v-3927b27e]:visited, .language-switcher ul > li:last-of-type a[data-v-3927b27e]:active, .language-switcher ul > li:last-of-type a[data-v-3927b27e]:focus {
  padding-right: 0;
}
a.skipnav[data-v-3927b27e] {
  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;
}
a.skipnav[data-v-3927b27e]:focus {
  outline: 4px solid #747474;
  background-color: white;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out;
  padding: 1rem 8px;
  margin-top: calc(16px - 1px);
  margin-left: 8px;
}
#main-content[data-v-3927b27e]:focus {
  outline: 4px solid #747474;
}
.card[data-v-3927b27e] {
  position: relative;
  border-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #747474;
  overflow: hidden;
  background: white;
}
.card-small[data-v-3927b27e] > :last-of-type {
  padding-bottom: 24px;
}
.card-medium[data-v-3927b27e] > :last-of-type {
  padding-bottom: 24px;
}
.card-large[data-v-3927b27e] > :last-of-type {
  padding-bottom: 24px;
}
.card-align-height[data-v-3927b27e] {
  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[data-v-3927b27e] > * {
  width: 100%;
}
.card-align-height .card-footer[data-v-3927b27e] {
  margin-top: auto;
}
.card p[data-v-3927b27e] {
  max-width: 60ch;
  margin-top: 16px;
  margin-bottom: 0;
}
.card p[data-v-3927b27e]:first-child {
  margin-top: 0;
}
.card h1[data-v-3927b27e], .card .h1[data-v-3927b27e],
.card h2[data-v-3927b27e], .card .h2[data-v-3927b27e],
.card h3[data-v-3927b27e], .card .h3[data-v-3927b27e],
.card h4[data-v-3927b27e], .card .h4[data-v-3927b27e],
.card h5[data-v-3927b27e], .card .h5[data-v-3927b27e] {
  margin: 0;
}
.card-header[data-v-3927b27e] {
  background-color: white;
  padding: 16px 24px;
}
.card-header .header-title[data-v-3927b27e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}
.card-header .header-title.large-text[data-v-3927b27e] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
.card-header .header-title.large-text[data-v-3927b27e] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
.card-header .header-title.large-text[data-v-3927b27e] {
    font-size: 3.9rem;
}
}
.card-header .header-title.large-text[data-v-3927b27e] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
.card-header .header-title.large-text[data-v-3927b27e] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
.card-header .header-title.large-text[data-v-3927b27e] {
    line-height: 4.8rem;
}
}
.card-header .header-title.large-text[data-v-3927b27e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
.card-header .header-title.large-text[data-v-3927b27e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
.card-header .header-title.large-text[data-v-3927b27e] {
    letter-spacing: normal;
}
}
.card-header .header-title.large-text[data-v-3927b27e] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
  color: #454545;
}
.card-header .sub-header[data-v-3927b27e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  color: #747474;
}
.card-text[data-v-3927b27e] {
  background-color: white;
  padding: 16px 24px;
}
.card-text .text[data-v-3927b27e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 16px;
  color: #454545;
  margin-bottom: 0;
}
.card-content[data-v-3927b27e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  padding: 0;
  color: #454545;
  background-color: white;
}
.card-content ul[data-v-3927b27e] {
  margin-bottom: 0;
}
.card-content div[data-v-3927b27e]:first-child {
  margin-top: 0;
}
.card-content .content-text[data-v-3927b27e] {
  margin-top: 16px;
}
.card-content .content[data-v-3927b27e] {
  text-align: center;
}
.card-action[data-v-3927b27e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  padding: 16px 24px;
  color: #454545;
  margin-bottom: 0;
  background-color: white;
}
.card-action div[data-v-3927b27e]:first-child {
  margin-top: 0;
}
.card-action[data-v-3927b27e]:last-child {
  border-bottom: 0;
}
.card-action .action-buttons button[data-v-3927b27e] {
  margin-right: 16px;
  margin-top: 8px;
}
@media (min-width: 768px) {
.card-action .action-buttons button[data-v-3927b27e] {
    margin-right: 16px;
    margin-top: 8px;
}
}
@media (min-width: 576px) {
.card-action .action-buttons .button + .button[data-v-3927b27e] {
    margin-left: 0px;
}
.card-action .action-buttons .button + .button[data-v-3927b27e]:first-child {
    margin-left: 0;
}
}
.card-action .action-links[data-v-3927b27e] {
  margin-top: 16px;
}
.card-action .action-links ul[data-v-3927b27e] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.card-action .action-links ul > li[data-v-3927b27e] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.card-action .action-links ul > li[data-v-3927b27e]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.card-action .action-links ul[data-v-3927b27e] {
  padding-left: 0;
}
.card-action .action-links ul li[data-v-3927b27e] {
  margin-top: 8px !important;
}
.card-action .action-functionlinks[data-v-3927b27e] {
  margin-top: 16px;
  text-align: right;
}
.card-action .action-functionlinks .function-link[data-v-3927b27e], .card-action .action-functionlinks button.accordion-bulk-button[data-v-3927b27e] {
  margin-left: 16px;
}
.card-header + .card-text[data-v-3927b27e] {
  padding-top: 0;
}
.card-header + .card-content[data-v-3927b27e] {
  padding-top: 0;
}
.card-header + .card-action[data-v-3927b27e] {
  padding-top: 0;
}
.card-header + .card-header[data-v-3927b27e] {
  padding-top: 0;
}
.card-text + .card-header[data-v-3927b27e] {
  padding-top: 0;
}
.card-text + .card-content[data-v-3927b27e] {
  padding-top: 0;
}
.card-text + .card-action[data-v-3927b27e] {
  padding-top: 0;
}
.card-text + .card-text[data-v-3927b27e] {
  padding-top: 0;
}
.card-action + .card-text[data-v-3927b27e] {
  padding-top: 0;
}
.card-action + .card-header[data-v-3927b27e] {
  padding-top: 0;
}
.card-action + .card-content[data-v-3927b27e] {
  padding-top: 0;
}
.card-action + .card-action[data-v-3927b27e] {
  padding-top: 0;
}
.card > .list-group:first-child .list-group-item[data-v-3927b27e]:first-child {
  border-radius: 0px;
}
.card > .list-group:last-child .list-group-item[data-v-3927b27e]:last-child {
  border-radius: 0px;
}
.card-center[data-v-3927b27e] {
  text-align: center;
}
.overflow-menu + h1[data-v-3927b27e] {
  margin-top: 0;
}
.overflow-menu[data-v-3927b27e] {
  display: block;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
.overflow-menu[data-v-3927b27e] {
    width: auto;
    display: inline-block;
}
}
.overflow-menu .button-overflow-menu[data-v-3927b27e] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.overflow-menu .button-overflow-menu[data-v-3927b27e]:hover, .overflow-menu .button-overflow-menu[data-v-3927b27e]:focus {
  background-color: transparent;
  color: inherit;
}
.overflow-menu .button-overflow-menu[data-v-3927b27e] {
  min-height: 40px;
  min-width: 40px;
  padding: 8px 0;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  position: relative;
  cursor: pointer;
}
.overflow-menu .button-overflow-menu[data-v-3927b27e]:hover {
  text-decoration: underline;
}
.overflow-menu .button-overflow-menu[data-v-3927b27e]:after, .overflow-menu .button-overflow-menu[data-v-3927b27e]:before {
  display: none;
  bottom: 100%;
  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[data-v-3927b27e]:after {
  border-bottom-color: white;
  border-width: calc(8px - 1px);
  margin-left: calc((8px - 1px) * -1);
}
.overflow-menu .button-overflow-menu[data-v-3927b27e]:before {
  border-bottom-color: #747474;
  border-width: 8px;
  margin-left: calc(8px * -1);
}
.overflow-menu .button-overflow-menu[aria-expanded=true][data-v-3927b27e]:after, .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-3927b27e]:before {
  display: block;
}
.overflow-menu.overflow-menu--hover-bg .button-overflow-menu[data-v-3927b27e] {
  padding: 0;
}
.overflow-menu.overflow-menu--hover-bg .button-overflow-menu[data-v-3927b27e]:hover {
  background-color: #F5F5F5;
}
.overflow-menu .overflow-menu-inner[data-v-3927b27e] {
  position: absolute;
  width: 100%;
  z-index: 2;
  border: 1px solid #747474;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  background: white;
  padding-top: 8px;
  padding-bottom: 8px;
  top: calc(100% + 8px);
}
@media (min-width: 768px) {
.overflow-menu .overflow-menu-inner[data-v-3927b27e] {
    width: auto;
}
}
@media (min-width: 576px) {
.overflow-menu .overflow-menu-inner[data-v-3927b27e] {
    min-width: 28rem;
}
}
.overflow-menu .overflow-menu-inner[aria-hidden=true][data-v-3927b27e] {
  display: none;
}
.overflow-menu .overflow-list[data-v-3927b27e] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.overflow-menu .overflow-list > li[data-v-3927b27e] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.overflow-menu .overflow-list > li[data-v-3927b27e]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.overflow-menu .overflow-list[data-v-3927b27e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #1a1a1a;
}
.overflow-menu .overflow-list button[data-v-3927b27e] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.overflow-menu .overflow-list button[data-v-3927b27e]:hover, .overflow-menu .overflow-list button[data-v-3927b27e]:focus {
  background-color: transparent;
  color: inherit;
}
.overflow-menu .overflow-list button[data-v-3927b27e] {
  line-height: 2.4rem;
  cursor: pointer;
}
.overflow-menu .overflow-list a[data-v-3927b27e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  display: block;
  text-decoration: none;
  line-height: 2.4rem;
}
.overflow-menu .overflow-list a[data-v-3927b27e]:hover, .overflow-menu .overflow-list a[data-v-3927b27e]:visited, .overflow-menu .overflow-list a[data-v-3927b27e]:focus {
  color: #1a1a1a;
}
.overflow-menu .overflow-list button[data-v-3927b27e],
.overflow-menu .overflow-list a[data-v-3927b27e] {
  padding: 8px 16px;
  width: 100%;
}
.overflow-menu .overflow-list button[data-v-3927b27e]:hover,
.overflow-menu .overflow-list a[data-v-3927b27e]:hover {
  background-color: #F5F5F5;
}
.overflow-menu:not(.overflow-menu--md-no-responsive):not(.overflow-menu--lg-no-responsive) .sidenav-list[data-v-3927b27e] {
  border-top: 0;
  border-bottom: 0;
}
@media (max-width: 767px) {
.overflow-menu.overflow-menu--md-no-responsive .sidenav-list[data-v-3927b27e] {
    border-top: 0;
    border-bottom: 0;
}
}
@media (max-width: 991px) {
.overflow-menu.overflow-menu--lg-no-responsive .sidenav-list[data-v-3927b27e] {
    border-top: 0;
    border-bottom: 0;
}
}
@media (min-width: 768px) {
.overflow-menu--open-right .overflow-menu-inner[data-v-3927b27e] {
    left: calc(50% - 19px);
}
.overflow-menu--open-right .overflow-menu-inner[data-v-3927b27e]:after {
    left: 13px;
}
}
.overflow-menu--open-left .overflow-menu-inner[data-v-3927b27e] {
  right: calc(50% - 19px);
}
.overflow-menu--open-left .overflow-menu-inner[data-v-3927b27e]:after {
  right: 13px;
}
.overflow-menu--open-left .overflow-menu-inner li[data-v-3927b27e],
.overflow-menu--open-left .overflow-menu-inner a[data-v-3927b27e],
.overflow-menu--open-left .overflow-menu-inner button[data-v-3927b27e] {
  text-align: right;
}
.overflow-menu--open-left .overflow-menu-inner li .icon-svg[data-v-3927b27e],
.overflow-menu--open-left .overflow-menu-inner a .icon-svg[data-v-3927b27e],
.overflow-menu--open-left .overflow-menu-inner button .icon-svg[data-v-3927b27e] {
  float: right;
  margin-right: 4px;
}
@media (min-width: 768px) {
.overflow-menu.overflow-menu--md-no-responsive[data-v-3927b27e] {
    display: block;
}
.overflow-menu.overflow-menu--md-no-responsive[data-v-3927b27e]:before, .overflow-menu.overflow-menu--md-no-responsive[data-v-3927b27e]:after {
    display: none;
}
.overflow-menu.overflow-menu--md-no-responsive .button-overflow-menu[data-v-3927b27e] {
    display: none;
}
.overflow-menu.overflow-menu--md-no-responsive .overflow-menu-inner[data-v-3927b27e] {
    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[data-v-3927b27e] {
    display: block;
}
.overflow-menu.overflow-menu--lg-no-responsive[data-v-3927b27e]:before, .overflow-menu.overflow-menu--lg-no-responsive[data-v-3927b27e]:after {
    display: none;
}
.overflow-menu.overflow-menu--lg-no-responsive .button-overflow-menu[data-v-3927b27e] {
    display: none;
}
.overflow-menu.overflow-menu--lg-no-responsive .overflow-menu-inner[data-v-3927b27e] {
    display: block !important;
    width: 100%;
    max-width: 100%;
    position: static;
    box-shadow: none;
    border: none;
    min-width: auto;
}
}
.overflow-menu--sort .button-overflow-menu[data-v-3927b27e] {
  text-decoration: underline;
  line-height: 2.4rem;
}
.overflow-menu--sort .button-overflow-menu .selected-value[data-v-3927b27e] {
  text-decoration: none;
  display: inline-block;
  margin-left: 4px;
  font-weight: 600;
}
.overflow-menu--sort .button-overflow-menu svg[data-v-3927b27e] {
  margin-right: 4px;
}
.overflow-menu--sort .overflow-menu-inner .overflow-list li button[aria-current=true][data-v-3927b27e] {
  font-weight: 600;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9%2016.2L4.8%2012l-1.4%201.4L9%2019%2021%207l-1.4-1.4L9%2016.2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
}
@media (min-width: 768px) {
.tabnav[data-v-3927b27e] {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
}
.tabnav > li[data-v-3927b27e] {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}
.tabnav > li[data-v-3927b27e]::before {
    content: "" !important;
    padding-right: 0 !important;
}
.tabnav[data-v-3927b27e] {
    list-style-type: none;
    padding: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
}
.tabnav > button[data-v-3927b27e] {
  max-width: none;
  text-decoration: none;
  margin-top: 8px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
.tabnav > button[data-v-3927b27e] {
    border: none;
}
}
.tabnav > button[aria-selected=true][data-v-3927b27e] {
  background-color: #DCDCDC;
  border-radius: 3px 3px 0 0;
}
.tabnav > button[aria-selected=false][data-v-3927b27e] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 2.4rem;
  border-radius: 3px;
}
.tabnav > button[aria-selected=false][data-v-3927b27e]:focus {
  background-color: #F5F5F5;
}
@media (min-width: 768px) {
.tabnav > button[data-v-3927b27e] {
    display: inline-block;
    width: auto;
    color: #1a1a1a;
    text-align: center;
    text-decoration: none;
    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 white;
}
.tabnav > button[aria-selected=false][data-v-3927b27e] {
    background-color: #F5F5F5;
    background-image: none;
    border-radius: 0px;
}
.tabnav > button[data-v-3927b27e]:hover {
    background-color: #DCDCDC;
}
.tabnav > button[data-v-3927b27e]:focus {
    outline: none;
}
.tabnav > button:focus span[data-v-3927b27e] {
    outline: 4px solid #747474;
}
.tabnav > button[aria-selected=true][data-v-3927b27e] {
    background-color: white;
    background-image: none;
    border: 1px solid #747474;
    padding-left: calc(24px - 1px);
    padding-right: calc(24px - 1px);
    border-bottom: 1px solid white;
    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[data-v-3927b27e]:not(.sr-only) {
    display: block;
}
}
@media (min-width: 768px) {
.tabnav > button[data-v-3927b27e]:last-of-type {
    margin-right: 8px;
}
}
@media (min-width: 768px) {
.tabnav-panel[data-v-3927b27e] {
    display: none;
    border: 1px solid #747474;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: calc(16px);
    background-color: transparent;
    position: relative;
    z-index: 300;
}
.tabnav-panel[data-v-3927b27e]:focus {
    outline: 4px solid #747474;
    outline-offset: 1px;
}
}
.tabnav-panel[aria-hidden=false][data-v-3927b27e] {
  display: block;
  order: 1000;
  width: 100%;
}
.page-navigation[data-v-3927b27e] {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
.page-navigation[data-v-3927b27e] {
    display: inline-flex;
}
}
.page-navigation .button + .button[data-v-3927b27e] {
  margin-top: 8px;
  margin-left: 0;
}
.js-tooltip[data-v-3927b27e] {
  display: inline-block;
}
.js-tooltip svg[data-v-3927b27e] {
  pointer-events: none;
}
.popover[data-v-3927b27e] {
  cursor: pointer;
}
.tooltip-link[data-v-3927b27e] {
  border-bottom: 1px dotted #1a1a1a;
  display: inline;
  text-decoration: none;
}
.tooltip-link[data-v-3927b27e]:link, .tooltip-link[data-v-3927b27e]:active, .tooltip-link[data-v-3927b27e]:hover, .tooltip-link[data-v-3927b27e]:visited, .tooltip-link[data-v-3927b27e]:focus {
  color: #1a1a1a;
}
.tooltip[data-v-3927b27e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  font-size: 1.6rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  background-color: white;
  border: 1px solid #747474;
  border-radius: 4px;
  padding: 0.3rem 0.6rem;
}
.tooltip-popper[data-v-3927b27e] {
  position: absolute;
  max-width: 66ch;
}
.tooltip-popper .tooltip-arrow[data-v-3927b27e] {
  position: absolute;
}
.tooltip-popper .tooltip-arrow.down[data-v-3927b27e] {
  border-top: 8px solid #747474;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  bottom: -7px;
  left: calc(50% - 8px);
}
.tooltip-popper .tooltip-arrow.down[data-v-3927b27e]:after {
  content: "";
  border-top: 7px solid white;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  display: block;
  position: absolute;
  bottom: 1px;
  margin-left: -7px;
}
.tooltip-popper .tooltip-arrow.up[data-v-3927b27e] {
  border-bottom: 8px solid #747474;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  top: -7px;
  left: calc(50% - 8px);
}
.tooltip-popper .tooltip-arrow.up[data-v-3927b27e]:after {
  content: "";
  border-bottom: 7px solid white;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  display: block;
  position: absolute;
  top: 1px;
  margin-left: -7px;
}
@media print {
html[data-v-3927b27e] {
    font-family: Georgia, "Times New Roman", Serif;
    font-size: 48%;
}
body[data-v-3927b27e] {
    display: block;
    min-height: 0;
}
.page-container[data-v-3927b27e] {
    display: block;
}
fieldset[data-v-3927b27e] {
    page-break-before: avoid;
    page-break-inside: auto;
    display: block;
    overflow: visible !important;
}
.form-group[data-v-3927b27e] {
    page-break-inside: avoid;
}
.form-label[data-v-3927b27e] {
    page-break-after: avoid;
}
.header .logo[data-v-3927b27e], .header .portal-header .logo[data-v-3927b27e] {
    height: auto;
    width: auto;
    background-image: none;
}
.header .portal-header[data-v-3927b27e] {
    overflow: hidden;
}
.header .portal-header .portal-header-inner[data-v-3927b27e] {
    display: block;
}
.header .portal-header .portal-info[data-v-3927b27e] {
    display: block;
    float: right;
}
.header .solution-header .solution-header-inner[data-v-3927b27e] {
    display: block;
    overflow: hidden;
}
.header .solution-header .solution-heading[data-v-3927b27e] {
    display: inline-block;
}
.header .solution-header .solution-info[data-v-3927b27e] {
    display: block;
    float: right;
    margin-left: 0;
    text-align: right;
}
}
@media print and (min-width: 992px) {
.header .solution-header .solution-info[data-v-3927b27e] {
    margin-left: 0;
}
}
@media print {
footer .footer[data-v-3927b27e] {
    margin-top: 32px;
    padding-bottom: 0;
}
footer .footer .inline-list > li[data-v-3927b27e] {
    display: inline-block;
}
footer .footer .inline-list > li + li[data-v-3927b27e] {
    margin-left: 16px;
}
.card[data-v-3927b27e] {
    box-shadow: none;
}
}
@media print {
body.modal-active > header[data-v-3927b27e] {
    display: none;
}
body.modal-active .page-container[data-v-3927b27e] {
    display: none;
}
body.modal-active > footer[data-v-3927b27e] {
    display: none;
}
body .modal .modal__overlay[data-v-3927b27e] {
    display: block;
    position: relative;
    background-color: transparent;
}
body .modal .bg-modal[data-v-3927b27e] {
    background-color: transparent !important;
    background: transparent !important;
}
body .modal .modal__header[data-v-3927b27e] {
    display: block;
}
}
@media print and (min-width: 992px) {
body .modal .modal__footer[data-v-3927b27e] {
    display: block;
}
}
@media print and (max-width: 767px) {
.table.table--responsive-headers[data-v-3927b27e]:not(.d-print-table),
  .table.table-sm-responsive-headers[data-v-3927b27e]:not(.d-print-table),
  .table.table-md-responsive-headers[data-v-3927b27e]:not(.d-print-table),
  .table.table-lg-responsive-headers[data-v-3927b27e]:not(.d-print-table),
  .table.table-xl-responsive-headers[data-v-3927b27e]:not(.d-print-table) {
    display: block;
}
.table.table--responsive-headers:not(.d-print-table) thead[data-v-3927b27e],
  .table.table-sm-responsive-headers:not(.d-print-table) thead[data-v-3927b27e],
  .table.table-md-responsive-headers:not(.d-print-table) thead[data-v-3927b27e],
  .table.table-lg-responsive-headers:not(.d-print-table) thead[data-v-3927b27e],
  .table.table-xl-responsive-headers:not(.d-print-table) thead[data-v-3927b27e] {
    display: none;
}
.table.table--responsive-headers:not(.d-print-table) tr[data-v-3927b27e],
  .table.table-sm-responsive-headers:not(.d-print-table) tr[data-v-3927b27e],
  .table.table-md-responsive-headers:not(.d-print-table) tr[data-v-3927b27e],
  .table.table-lg-responsive-headers:not(.d-print-table) tr[data-v-3927b27e],
  .table.table-xl-responsive-headers:not(.d-print-table) tr[data-v-3927b27e] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table--responsive-headers:not(.d-print-table) tr[data-v-3927b27e]:last-child,
  .table.table-sm-responsive-headers:not(.d-print-table) tr[data-v-3927b27e]:last-child,
  .table.table-md-responsive-headers:not(.d-print-table) tr[data-v-3927b27e]:last-child,
  .table.table-lg-responsive-headers:not(.d-print-table) tr[data-v-3927b27e]:last-child,
  .table.table-xl-responsive-headers:not(.d-print-table) tr[data-v-3927b27e]:last-child {
    border-bottom: 0;
}
.table.table--responsive-headers:not(.d-print-table) tr td[data-v-3927b27e], .table.table--responsive-headers:not(.d-print-table) tr th[data-v-3927b27e],
  .table.table-sm-responsive-headers:not(.d-print-table) tr td[data-v-3927b27e],
  .table.table-sm-responsive-headers:not(.d-print-table) tr th[data-v-3927b27e],
  .table.table-md-responsive-headers:not(.d-print-table) tr td[data-v-3927b27e],
  .table.table-md-responsive-headers:not(.d-print-table) tr th[data-v-3927b27e],
  .table.table-lg-responsive-headers:not(.d-print-table) tr td[data-v-3927b27e],
  .table.table-lg-responsive-headers:not(.d-print-table) tr th[data-v-3927b27e],
  .table.table-xl-responsive-headers:not(.d-print-table) tr td[data-v-3927b27e],
  .table.table-xl-responsive-headers:not(.d-print-table) tr th[data-v-3927b27e] {
    display: block;
    border: none !important;
}
.table.table--responsive-headers:not(.d-print-table) tr td[data-title][data-v-3927b27e]:not([data-title=""]):before, .table.table--responsive-headers:not(.d-print-table) tr th[data-title][data-v-3927b27e]:not([data-title=""]):before,
  .table.table-sm-responsive-headers:not(.d-print-table) tr td[data-title][data-v-3927b27e]:not([data-title=""]):before,
  .table.table-sm-responsive-headers:not(.d-print-table) tr th[data-title][data-v-3927b27e]:not([data-title=""]):before,
  .table.table-md-responsive-headers:not(.d-print-table) tr td[data-title][data-v-3927b27e]:not([data-title=""]):before,
  .table.table-md-responsive-headers:not(.d-print-table) tr th[data-title][data-v-3927b27e]:not([data-title=""]):before,
  .table.table-lg-responsive-headers:not(.d-print-table) tr td[data-title][data-v-3927b27e]:not([data-title=""]):before,
  .table.table-lg-responsive-headers:not(.d-print-table) tr th[data-title][data-v-3927b27e]:not([data-title=""]):before,
  .table.table-xl-responsive-headers:not(.d-print-table) tr td[data-title][data-v-3927b27e]:not([data-title=""]):before,
  .table.table-xl-responsive-headers:not(.d-print-table) tr th[data-title][data-v-3927b27e]: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[data-v-3927b27e]:first-child,
  .table.table-sm-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-3927b27e]:first-child,
  .table.table-md-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-3927b27e]:first-child,
  .table.table-lg-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-3927b27e]:first-child,
  .table.table-xl-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-3927b27e]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table--responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-3927b27e]:last-child,
  .table.table-sm-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-3927b27e]:last-child,
  .table.table-md-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-3927b27e]:last-child,
  .table.table-lg-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-3927b27e]:last-child,
  .table.table-xl-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-3927b27e]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table--responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-3927b27e]:first-child, .table.table--responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-3927b27e]:first-child,
  .table.table-sm-responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-3927b27e]:first-child,
  .table.table-sm-responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-3927b27e]:first-child,
  .table.table-md-responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-3927b27e]:first-child,
  .table.table-md-responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-3927b27e]:first-child,
  .table.table-lg-responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-3927b27e]:first-child,
  .table.table-lg-responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-3927b27e]:first-child,
  .table.table-xl-responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-3927b27e]:first-child,
  .table.table-xl-responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-3927b27e]:first-child {
    padding-left: 16px;
}
}
@media print {
.form-radio.radio-large:checked + label[data-v-3927b27e]:after {
    border: 8px solid #1a1a1a;
}
.form-radio:checked + label[data-v-3927b27e]:after {
    border: 4px solid #1a1a1a;
}
.form-checkbox:checked + label[data-v-3927b27e]:before {
    background-color: transparent;
    border: 10px solid #1a1a1a;
}
.form-checkbox.checkbox-large:checked + label[data-v-3927b27e]:before {
    border: 16px solid #1a1a1a;
}
}
.rich-tekst-menu-button[data-v-3927b27e] {
  padding-left: 3px;
  padding-right: 3px;
  margin: 1px;
}
.rich-tekst-menu-button.toggled[data-v-3927b27e] {
  background-color: #454545;
  color: #ffffff;
}
.rich-tekst-container[data-v-3927b27e] {
  background-color: #ffffff;
}
.rich-tekst-content[data-v-3927b27e] {
  min-height: 110px;
}
.limit-exceeded[data-v-3927b27e] {
  color: #CC0000;
}
input[readonly][type=text][data-v-3927b27e],
input[readonly][type=email][data-v-3927b27e],
input[readonly][type=tel][data-v-3927b27e],
input[readonly][type=number][data-v-3927b27e],
textarea[readonly][data-v-3927b27e] {
  border: 1px solid #747474;
  background-color: #F5F5F5;
  padding: calc(8px - 1px) calc(16px - 1px);
  margin-top: 8px;
}
.add-newline[data-v-3927b27e] {
  white-space: pre-wrap;
}
body[data-v-f519f675] {
  overflow: scroll;
}
.mobile-view[data-v-f519f675] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-f519f675] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-f519f675] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-f519f675] {
  font-size: 1.6rem;
}
p[data-v-f519f675] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-f519f675] {
  color: #004D99;
}
a[data-v-f519f675]:hover, a.link-hover[data-v-f519f675] {
  color: #000040;
}
a[data-v-f519f675]:hover:disabled,
a:hover .disabled[data-v-f519f675], a.link-hover[data-v-f519f675]:disabled,
a.link-hover .disabled[data-v-f519f675] {
  background-color: transparent !important;
}
a[data-v-f519f675]:focus, a.link-focus[data-v-f519f675] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-f519f675]:visited, a.link-visited[data-v-f519f675] {
  color: #800080;
}
a[data-v-f519f675]:disabled, a.disabled[data-v-f519f675] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-f519f675]:disabled:focus, a.disabled[data-v-f519f675]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-f519f675]:not(.button) {
  color: white;
}
.background-dark a[data-v-f519f675]:disabled, .background-dark a.disabled[data-v-f519f675] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-f519f675]:disabled:focus, .background-dark a.disabled[data-v-f519f675]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-f519f675] {
  font-weight: 600;
}
a[data-v-f519f675]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-f519f675], .h1[data-v-f519f675] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-f519f675], .h1[data-v-f519f675] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-f519f675], .h1[data-v-f519f675] {
    font-size: 3.9rem;
}
}
h1[data-v-f519f675], .h1[data-v-f519f675] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-f519f675], .h1[data-v-f519f675] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-f519f675], .h1[data-v-f519f675] {
    line-height: 4.8rem;
}
}
h1[data-v-f519f675], .h1[data-v-f519f675] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-f519f675], .h1[data-v-f519f675] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-f519f675], .h1[data-v-f519f675] {
    letter-spacing: normal;
}
}
h1[data-v-f519f675], .h1[data-v-f519f675] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-f519f675], .h2[data-v-f519f675] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-f519f675], .h2[data-v-f519f675] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-f519f675], .h2[data-v-f519f675] {
    font-size: 3.1rem;
}
}
h2[data-v-f519f675], .h2[data-v-f519f675] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-f519f675], .h2[data-v-f519f675] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-f519f675], .h2[data-v-f519f675] {
    line-height: 4rem;
}
}
h2[data-v-f519f675], .h2[data-v-f519f675] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-f519f675], .h2[data-v-f519f675] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-f519f675], .h2[data-v-f519f675] {
    letter-spacing: normal;
}
}
h2[data-v-f519f675], .h2[data-v-f519f675] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-f519f675], .h3[data-v-f519f675] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-f519f675], .h3[data-v-f519f675] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-f519f675], .h3[data-v-f519f675] {
    font-size: 2.5rem;
}
}
h3[data-v-f519f675], .h3[data-v-f519f675] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-f519f675], .h3[data-v-f519f675] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-f519f675], .h3[data-v-f519f675] {
    line-height: 3.2rem;
}
}
h3[data-v-f519f675], .h3[data-v-f519f675] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-f519f675], .h3[data-v-f519f675] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-f519f675], .h3[data-v-f519f675] {
    letter-spacing: normal;
}
}
h3[data-v-f519f675], .h3[data-v-f519f675] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-f519f675], .h4[data-v-f519f675] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-f519f675], .h4[data-v-f519f675] {
    font-size: 2rem;
}
}
h4[data-v-f519f675], .h4[data-v-f519f675] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-f519f675], .h4[data-v-f519f675] {
    line-height: 2.8rem;
}
}
h4[data-v-f519f675], .h4[data-v-f519f675] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-f519f675], .h4[data-v-f519f675] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-f519f675], .h4[data-v-f519f675] {
    letter-spacing: normal;
}
}
h4[data-v-f519f675], .h4[data-v-f519f675] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-f519f675], .h5[data-v-f519f675] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-f519f675], .h5[data-v-f519f675] {
    font-size: 1.6rem;
}
}
h5[data-v-f519f675], .h5[data-v-f519f675] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-f519f675], .h5[data-v-f519f675] {
    line-height: 2.4rem;
}
}
h5[data-v-f519f675], .h5[data-v-f519f675] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-f519f675], .h5[data-v-f519f675] {
    letter-spacing: normal;
}
}
h5[data-v-f519f675], .h5[data-v-f519f675] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-f519f675], .h6[data-v-f519f675] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-f519f675], .body-text[data-v-f519f675], .body-copy-text[data-v-f519f675] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-f519f675], .figcaption[data-v-f519f675] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-f519f675], .figcaption p[data-v-f519f675] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-f519f675] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-f519f675] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-f519f675] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-f519f675], .small-text[data-v-f519f675] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-f519f675] {
  font-weight: 400;
}
.weight-semibold[data-v-f519f675] {
  font-weight: 600;
}
.facit[data-v-f519f675] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-f519f675], b[data-v-f519f675], .bold[data-v-f519f675] {
  font-weight: 700;
}
.italic[data-v-f519f675], em[data-v-f519f675] {
  font-style: italic;
}
.form-label[data-v-f519f675] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-f519f675]:focus, .h1[data-v-f519f675]:focus,
h2[data-v-f519f675]:focus, .h2[data-v-f519f675]:focus,
h3[data-v-f519f675]:focus, .h3[data-v-f519f675]:focus,
h4[data-v-f519f675]:focus, .h4[data-v-f519f675]:focus,
h5[data-v-f519f675]:focus, .h5[data-v-f519f675]:focus,
h6[data-v-f519f675]:focus, .h6[data-v-f519f675]:focus {
  outline: none;
}
h1[data-v-f519f675], .h1[data-v-f519f675] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-f519f675], .h2[data-v-f519f675] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-f519f675], .h2[data-v-f519f675] {
    margin-top: 4rem;
}
}
h3[data-v-f519f675], .h3[data-v-f519f675] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-f519f675], .h3[data-v-f519f675] {
    margin-top: 4rem;
}
}
h4[data-v-f519f675], .h4[data-v-f519f675] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-f519f675], .h5[data-v-f519f675] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-f519f675], .h6[data-v-f519f675] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-f519f675] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-f519f675], .body-text[data-v-f519f675] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-f519f675], h5 + ul[data-v-f519f675], h5 + ol[data-v-f519f675], .h5 + p[data-v-f519f675], .h5 + ul[data-v-f519f675], .h5 + ol[data-v-f519f675], h6 + p[data-v-f519f675], h6 + ul[data-v-f519f675], h6 + ol[data-v-f519f675], .h6 + p[data-v-f519f675], .h6 + ul[data-v-f519f675], .h6 + ol[data-v-f519f675] {
  margin-top: 0;
}
button.function-link[data-v-f519f675], button.accordion-bulk-button[data-v-f519f675] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-f519f675], button.accordion-bulk-button[data-v-f519f675] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-f519f675]:hover, button.accordion-bulk-button[data-v-f519f675]:hover, .function-link[data-v-f519f675]:visited, button.accordion-bulk-button[data-v-f519f675]:visited, .function-link[data-v-f519f675]:focus, button.accordion-bulk-button[data-v-f519f675]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-f519f675], button.accordion-bulk-button .icon-svg[data-v-f519f675] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-f519f675], button.link-right.accordion-bulk-button[data-v-f519f675] {
  text-align: right;
}
.back-link[data-v-f519f675] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-f519f675] {
    margin-bottom: 32px;
}
}
.back-link[data-v-f519f675] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-f519f675]::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[data-v-f519f675]:active, .back-link[data-v-f519f675]:focus, .back-link[data-v-f519f675]:hover, .back-link[data-v-f519f675]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-f519f675] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-f519f675] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-f519f675], h1 a[data-v-f519f675]:hover, h1 a[data-v-f519f675]:visited, h1 a[data-v-f519f675]:focus, .h1 a[data-v-f519f675], .h1 a[data-v-f519f675]:hover, .h1 a[data-v-f519f675]:visited, .h1 a[data-v-f519f675]:focus,
h2 a[data-v-f519f675],
h2 a[data-v-f519f675]:hover,
h2 a[data-v-f519f675]:visited,
h2 a[data-v-f519f675]:focus, .h2 a[data-v-f519f675], .h2 a[data-v-f519f675]:hover, .h2 a[data-v-f519f675]:visited, .h2 a[data-v-f519f675]:focus,
h3 a[data-v-f519f675],
h3 a[data-v-f519f675]:hover,
h3 a[data-v-f519f675]:visited,
h3 a[data-v-f519f675]:focus, .h3 a[data-v-f519f675], .h3 a[data-v-f519f675]:hover, .h3 a[data-v-f519f675]:visited, .h3 a[data-v-f519f675]:focus,
h4 a[data-v-f519f675],
h4 a[data-v-f519f675]:hover,
h4 a[data-v-f519f675]:visited,
h4 a[data-v-f519f675]:focus, .h4 a[data-v-f519f675], .h4 a[data-v-f519f675]:hover, .h4 a[data-v-f519f675]:visited, .h4 a[data-v-f519f675]:focus,
h5 a[data-v-f519f675],
h5 a[data-v-f519f675]:hover,
h5 a[data-v-f519f675]:visited,
h5 a[data-v-f519f675]:focus, .h5 a[data-v-f519f675], .h5 a[data-v-f519f675]:hover, .h5 a[data-v-f519f675]:visited, .h5 a[data-v-f519f675]:focus,
h6 a[data-v-f519f675],
h6 a[data-v-f519f675]:hover,
h6 a[data-v-f519f675]:visited,
h6 a[data-v-f519f675]:focus, .h6 a[data-v-f519f675], .h6 a[data-v-f519f675]:hover, .h6 a[data-v-f519f675]:visited, .h6 a[data-v-f519f675]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-f519f675], .h1 a.search-link[data-v-f519f675],
h2 a.search-link[data-v-f519f675], .h2 a.search-link[data-v-f519f675],
h3 a.search-link[data-v-f519f675], .h3 a.search-link[data-v-f519f675],
h4 a.search-link[data-v-f519f675], .h4 a.search-link[data-v-f519f675],
h5 a.search-link[data-v-f519f675], .h5 a.search-link[data-v-f519f675],
h6 a.search-link[data-v-f519f675], .h6 a.search-link[data-v-f519f675] {
  text-decoration: none;
}
h1 a.search-link[data-v-f519f675]:visited, .h1 a.search-link[data-v-f519f675]:visited,
h2 a.search-link[data-v-f519f675]:visited, .h2 a.search-link[data-v-f519f675]:visited,
h3 a.search-link[data-v-f519f675]:visited, .h3 a.search-link[data-v-f519f675]:visited,
h4 a.search-link[data-v-f519f675]:visited, .h4 a.search-link[data-v-f519f675]:visited,
h5 a.search-link[data-v-f519f675]:visited, .h5 a.search-link[data-v-f519f675]:visited,
h6 a.search-link[data-v-f519f675]:visited, .h6 a.search-link[data-v-f519f675]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-f519f675]:focus, .h1 a.search-link[data-v-f519f675]:focus,
h2 a.search-link[data-v-f519f675]:focus, .h2 a.search-link[data-v-f519f675]:focus,
h3 a.search-link[data-v-f519f675]:focus, .h3 a.search-link[data-v-f519f675]:focus,
h4 a.search-link[data-v-f519f675]:focus, .h4 a.search-link[data-v-f519f675]:focus,
h5 a.search-link[data-v-f519f675]:focus, .h5 a.search-link[data-v-f519f675]:focus,
h6 a.search-link[data-v-f519f675]:focus, .h6 a.search-link[data-v-f519f675]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-f519f675]:hover, .h1 a.search-link[data-v-f519f675]:hover,
h2 a.search-link[data-v-f519f675]:hover, .h2 a.search-link[data-v-f519f675]:hover,
h3 a.search-link[data-v-f519f675]:hover, .h3 a.search-link[data-v-f519f675]:hover,
h4 a.search-link[data-v-f519f675]:hover, .h4 a.search-link[data-v-f519f675]:hover,
h5 a.search-link[data-v-f519f675]:hover, .h5 a.search-link[data-v-f519f675]:hover,
h6 a.search-link[data-v-f519f675]:hover, .h6 a.search-link[data-v-f519f675]:hover {
  text-decoration: underline;
}
cite[data-v-f519f675],
var[data-v-f519f675],
address[data-v-f519f675],
dfn[data-v-f519f675] {
  font-style: normal;
}
h1[data-v-f519f675], .h1[data-v-f519f675],
h2[data-v-f519f675], .h2[data-v-f519f675],
h3[data-v-f519f675], .h3[data-v-f519f675],
h4[data-v-f519f675], .h4[data-v-f519f675],
h5[data-v-f519f675], .h5[data-v-f519f675],
h6[data-v-f519f675], .h6[data-v-f519f675] {
  max-width: 66ch;
}
p[data-v-f519f675],
ul[data-v-f519f675]:not(.accordion):not(.tabnav):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-f519f675]:not(.accordion):not(.tabnav):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-f519f675] {
  max-width: 66ch;
}
.form-label[data-v-f519f675], .form-hint[data-v-f519f675], .form-error-message[data-v-f519f675] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-f519f675], .form-radio + label[data-v-f519f675] {
  max-width: 66ch;
}
.displayheading-1[data-v-f519f675] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-f519f675] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-f519f675] {
  color: #358000;
}
.text-negative[data-v-f519f675] {
  color: #CC0000;
}
.color-text-black[data-v-f519f675] {
  color: #1a1a1a;
}
.background-dark[data-v-f519f675] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-f519f675], .background-dark span[data-v-f519f675] {
  color: white;
}
.field-group-title[data-v-f519f675] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-f519f675] {
  border: 2px solid #1a1a1a;
}
h1[data-v-f519f675], h2[data-v-f519f675], h3[data-v-f519f675], h4[data-v-f519f675], h5[data-v-f519f675], h6[data-v-f519f675], p[data-v-f519f675], legend[data-v-f519f675], strong[data-v-f519f675], b[data-v-f519f675], cite[data-v-f519f675], var[data-v-f519f675], address[data-v-f519f675], dfn[data-v-f519f675] {
  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[data-v-f519f675] {
  text-transform: uppercase;
}
.lowercase[data-v-f519f675] {
  text-transform: lowercase;
}
.d-inline[data-v-f519f675] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-f519f675] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-f519f675] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-f519f675] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-f519f675] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-f519f675] {
    display: inline !important;
}
}
.flex-grow[data-v-f519f675] {
  flex-grow: 1;
}
.weight-normal[data-v-f519f675] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-f519f675] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-f519f675] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-f519f675] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-f519f675] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-f519f675] {
    margin-bottom: 0;
}
}
.gray-100[data-v-f519f675] {
  background-color: #F5F5F5;
}
.highlight[data-v-f519f675] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-f519f675] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-f519f675] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-f519f675] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-f519f675] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-f519f675] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-f519f675] {
  z-index: 10000;
}
.video-responsive[data-v-f519f675] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-f519f675] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-f519f675]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-f519f675]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-f519f675] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-f519f675] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-f519f675] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-f519f675]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-f519f675]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-f519f675] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-f519f675] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-f519f675] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-f519f675] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-f519f675],
.sidenav-list-virk.sidenav-list li li[data-v-f519f675],
.sidenav-list-virk.sidenav-list a[data-v-f519f675] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-f519f675] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-f519f675] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-f519f675] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-f519f675] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-f519f675] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-f519f675]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-f519f675]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-f519f675] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-f519f675]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-f519f675] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html[data-v-f519f675] {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body[data-v-f519f675] {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main[data-v-f519f675] {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1[data-v-f519f675] {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr[data-v-f519f675] {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre[data-v-f519f675] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a[data-v-f519f675] {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title][data-v-f519f675] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b[data-v-f519f675],
strong[data-v-f519f675] {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code[data-v-f519f675],
kbd[data-v-f519f675],
samp[data-v-f519f675] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small[data-v-f519f675] {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub[data-v-f519f675],
sup[data-v-f519f675] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub[data-v-f519f675] {
  bottom: -0.25em;
}
sup[data-v-f519f675] {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img[data-v-f519f675] {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button[data-v-f519f675],
input[data-v-f519f675],
optgroup[data-v-f519f675],
select[data-v-f519f675],
textarea[data-v-f519f675] {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button[data-v-f519f675],
input[data-v-f519f675] { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button[data-v-f519f675],
select[data-v-f519f675] { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button[data-v-f519f675],
[type=button][data-v-f519f675],
[type=reset][data-v-f519f675],
[type=submit][data-v-f519f675] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button[data-v-f519f675]::-moz-focus-inner,
[type=button][data-v-f519f675]::-moz-focus-inner,
[type=reset][data-v-f519f675]::-moz-focus-inner,
[type=submit][data-v-f519f675]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button[data-v-f519f675]:-moz-focusring,
[type=button][data-v-f519f675]:-moz-focusring,
[type=reset][data-v-f519f675]:-moz-focusring,
[type=submit][data-v-f519f675]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset[data-v-f519f675] {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend[data-v-f519f675] {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress[data-v-f519f675] {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea[data-v-f519f675] {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox][data-v-f519f675],
[type=radio][data-v-f519f675] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number][data-v-f519f675]::-webkit-inner-spin-button,
[type=number][data-v-f519f675]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search][data-v-f519f675] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search][data-v-f519f675]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
[data-v-f519f675]::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details[data-v-f519f675] {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary[data-v-f519f675] {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template[data-v-f519f675] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden][data-v-f519f675] {
  display: none;
}

/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-f519f675] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/IBMPlexSans-Bold-2C9u87Yj.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-Bold-BFdE_egq.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/assets/fonts/IBMPlexSans-BoldItalic-bGcn1MCo.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-BoldItalic-BAIFovnx.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/IBMPlexSans-Italic-DwjVlniu.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-Italic-CYr9jXG4.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/IBMPlexSans-Medium-UeyEdR2n.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-Medium-D7YuMikw.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 500;
  src: url("/assets/fonts/IBMPlexSans-MediumItalic-BaK08J97.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-MediumItalic-BENdRtT0.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/IBMPlexSans-Regular-DqS-h1X5.eot"); /* IE9 Compat Modes */
  src: url("/assets/fonts/IBMPlexSans-Regular-DqS-h1X5.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/IBMPlexSans-Regular-Cq2L15Xu.woff") format("woff"), url("/assets/fonts/IBMPlexSans-Regular-8pRtkRrQ.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-Regular-FfXo57ZH.ttf") format("truet ype"); /* Safari, Android, iOS */
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/IBMPlexSans-SemiBold-M85qYQJk.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-SemiBold-CouHcydL.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/fonts/IBMPlexSans-SemiBoldItalic-BAjxys0i.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-SemiBoldItalic-CqoJLOzN.woff") format("woff");
  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[data-v-f519f675] {
  box-sizing: border-box;
  line-height: normal;
}
[data-v-f519f675],[data-v-f519f675]::before,[data-v-f519f675]::after {
  box-sizing: inherit;
}
body[data-v-f519f675] {
  background-color: white;
  color: #1a1a1a;
  overflow-x: hidden;
}
[hidden][data-v-f519f675] {
  display: none !important;
}
a[data-v-f519f675]:focus, button[data-v-f519f675]:focus, input[data-v-f519f675]:focus, select[data-v-f519f675]:focus, textarea[data-v-f519f675]:focus,
.focus[data-v-f519f675] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}

/* stylelint-disable */
.container[data-v-f519f675] {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
.container[data-v-f519f675] {
    max-width: 100%;
}
}
@media (min-width: 768px) {
.container[data-v-f519f675] {
    max-width: 100%;
}
}
@media (min-width: 992px) {
.container[data-v-f519f675] {
    max-width: 100%;
}
}
@media (min-width: 1200px) {
.container[data-v-f519f675] {
    max-width: 1200px;
}
}
.container[class*=w-][data-v-f519f675] {
  max-width: inherit !important;
}
.row[data-v-f519f675] {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.row.no-gutters[data-v-f519f675] {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > .col[data-v-f519f675],
.row.no-gutters > [class*=col-][data-v-f519f675] {
  padding-right: 0;
  padding-left: 0;
}
.row.row-bordered[data-v-f519f675] {
  border-top: 1px solid #BFBFBF;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 2.4rem;
}
.row.row-bordered[data-v-f519f675]:last-of-type {
  border-bottom: 1px solid #BFBFBF;
}
.col-xxl[data-v-f519f675],
.col-xxl-auto[data-v-f519f675], .col-xxl-12[data-v-f519f675], .col-xxl-11[data-v-f519f675], .col-xxl-10[data-v-f519f675], .col-xxl-9[data-v-f519f675], .col-xxl-8[data-v-f519f675], .col-xxl-7[data-v-f519f675], .col-xxl-6[data-v-f519f675], .col-xxl-5[data-v-f519f675], .col-xxl-4[data-v-f519f675], .col-xxl-3[data-v-f519f675], .col-xxl-2[data-v-f519f675], .col-xxl-1[data-v-f519f675], .col-xl[data-v-f519f675],
.col-xl-auto[data-v-f519f675], .col-xl-12[data-v-f519f675], .col-xl-11[data-v-f519f675], .col-xl-10[data-v-f519f675], .col-xl-9[data-v-f519f675], .col-xl-8[data-v-f519f675], .col-xl-7[data-v-f519f675], .col-xl-6[data-v-f519f675], .col-xl-5[data-v-f519f675], .col-xl-4[data-v-f519f675], .col-xl-3[data-v-f519f675], .col-xl-2[data-v-f519f675], .col-xl-1[data-v-f519f675], .col-lg[data-v-f519f675],
.col-lg-auto[data-v-f519f675], .col-lg-12[data-v-f519f675], .col-lg-11[data-v-f519f675], .col-lg-10[data-v-f519f675], .col-lg-9[data-v-f519f675], .col-lg-8[data-v-f519f675], .col-lg-7[data-v-f519f675], .col-lg-6[data-v-f519f675], .col-lg-5[data-v-f519f675], .col-lg-4[data-v-f519f675], .col-lg-3[data-v-f519f675], .col-lg-2[data-v-f519f675], .col-lg-1[data-v-f519f675], .col-md[data-v-f519f675],
.col-md-auto[data-v-f519f675], .col-md-12[data-v-f519f675], .col-md-11[data-v-f519f675], .col-md-10[data-v-f519f675], .col-md-9[data-v-f519f675], .col-md-8[data-v-f519f675], .col-md-7[data-v-f519f675], .col-md-6[data-v-f519f675], .col-md-5[data-v-f519f675], .col-md-4[data-v-f519f675], .col-md-3[data-v-f519f675], .col-md-2[data-v-f519f675], .col-md-1[data-v-f519f675], .col-sm[data-v-f519f675],
.col-sm-auto[data-v-f519f675], .col-sm-12[data-v-f519f675], .col-sm-11[data-v-f519f675], .col-sm-10[data-v-f519f675], .col-sm-9[data-v-f519f675], .col-sm-8[data-v-f519f675], .col-sm-7[data-v-f519f675], .col-sm-6[data-v-f519f675], .col-sm-5[data-v-f519f675], .col-sm-4[data-v-f519f675], .col-sm-3[data-v-f519f675], .col-sm-2[data-v-f519f675], .col-sm-1[data-v-f519f675], .col[data-v-f519f675],
.col-auto[data-v-f519f675], .col-12[data-v-f519f675], .col-11[data-v-f519f675], .col-10[data-v-f519f675], .col-9[data-v-f519f675], .col-8[data-v-f519f675], .col-7[data-v-f519f675], .col-6[data-v-f519f675], .col-5[data-v-f519f675], .col-4[data-v-f519f675], .col-3[data-v-f519f675], .col-2[data-v-f519f675], .col-1[data-v-f519f675] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}
.col[data-v-f519f675] {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto[data-v-f519f675] {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1[data-v-f519f675] {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2[data-v-f519f675] {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3[data-v-f519f675] {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4[data-v-f519f675] {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5[data-v-f519f675] {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6[data-v-f519f675] {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7[data-v-f519f675] {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8[data-v-f519f675] {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9[data-v-f519f675] {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10[data-v-f519f675] {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11[data-v-f519f675] {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12[data-v-f519f675] {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first[data-v-f519f675] {
  order: -1;
}
.order-1[data-v-f519f675] {
  order: 1;
}
.order-2[data-v-f519f675] {
  order: 2;
}
.order-3[data-v-f519f675] {
  order: 3;
}
.order-4[data-v-f519f675] {
  order: 4;
}
.order-5[data-v-f519f675] {
  order: 5;
}
.order-6[data-v-f519f675] {
  order: 6;
}
.order-7[data-v-f519f675] {
  order: 7;
}
.order-8[data-v-f519f675] {
  order: 8;
}
.order-9[data-v-f519f675] {
  order: 9;
}
.order-10[data-v-f519f675] {
  order: 10;
}
.order-11[data-v-f519f675] {
  order: 11;
}
.order-12[data-v-f519f675] {
  order: 12;
}
@media (min-width: 576px) {
.col-sm[data-v-f519f675] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-sm-auto[data-v-f519f675] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-sm-1[data-v-f519f675] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-sm-2[data-v-f519f675] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-sm-3[data-v-f519f675] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-sm-4[data-v-f519f675] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-sm-5[data-v-f519f675] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-sm-6[data-v-f519f675] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-sm-7[data-v-f519f675] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-sm-8[data-v-f519f675] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-sm-9[data-v-f519f675] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-sm-10[data-v-f519f675] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-sm-11[data-v-f519f675] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-sm-12[data-v-f519f675] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-sm-first[data-v-f519f675] {
    order: -1;
}
.order-sm-1[data-v-f519f675] {
    order: 1;
}
.order-sm-2[data-v-f519f675] {
    order: 2;
}
.order-sm-3[data-v-f519f675] {
    order: 3;
}
.order-sm-4[data-v-f519f675] {
    order: 4;
}
.order-sm-5[data-v-f519f675] {
    order: 5;
}
.order-sm-6[data-v-f519f675] {
    order: 6;
}
.order-sm-7[data-v-f519f675] {
    order: 7;
}
.order-sm-8[data-v-f519f675] {
    order: 8;
}
.order-sm-9[data-v-f519f675] {
    order: 9;
}
.order-sm-10[data-v-f519f675] {
    order: 10;
}
.order-sm-11[data-v-f519f675] {
    order: 11;
}
.order-sm-12[data-v-f519f675] {
    order: 12;
}
}
@media (min-width: 768px) {
.col-md[data-v-f519f675] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-md-auto[data-v-f519f675] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-md-1[data-v-f519f675] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-md-2[data-v-f519f675] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-md-3[data-v-f519f675] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-md-4[data-v-f519f675] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-md-5[data-v-f519f675] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-md-6[data-v-f519f675] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-7[data-v-f519f675] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-md-8[data-v-f519f675] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-md-9[data-v-f519f675] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-md-10[data-v-f519f675] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-md-11[data-v-f519f675] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-md-12[data-v-f519f675] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-md-first[data-v-f519f675] {
    order: -1;
}
.order-md-1[data-v-f519f675] {
    order: 1;
}
.order-md-2[data-v-f519f675] {
    order: 2;
}
.order-md-3[data-v-f519f675] {
    order: 3;
}
.order-md-4[data-v-f519f675] {
    order: 4;
}
.order-md-5[data-v-f519f675] {
    order: 5;
}
.order-md-6[data-v-f519f675] {
    order: 6;
}
.order-md-7[data-v-f519f675] {
    order: 7;
}
.order-md-8[data-v-f519f675] {
    order: 8;
}
.order-md-9[data-v-f519f675] {
    order: 9;
}
.order-md-10[data-v-f519f675] {
    order: 10;
}
.order-md-11[data-v-f519f675] {
    order: 11;
}
.order-md-12[data-v-f519f675] {
    order: 12;
}
}
@media (min-width: 992px) {
.col-lg[data-v-f519f675] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-lg-auto[data-v-f519f675] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-lg-1[data-v-f519f675] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-lg-2[data-v-f519f675] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-lg-3[data-v-f519f675] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-lg-4[data-v-f519f675] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-lg-5[data-v-f519f675] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-lg-6[data-v-f519f675] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-lg-7[data-v-f519f675] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-lg-8[data-v-f519f675] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-lg-9[data-v-f519f675] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-lg-10[data-v-f519f675] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-lg-11[data-v-f519f675] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-lg-12[data-v-f519f675] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-lg-first[data-v-f519f675] {
    order: -1;
}
.order-lg-1[data-v-f519f675] {
    order: 1;
}
.order-lg-2[data-v-f519f675] {
    order: 2;
}
.order-lg-3[data-v-f519f675] {
    order: 3;
}
.order-lg-4[data-v-f519f675] {
    order: 4;
}
.order-lg-5[data-v-f519f675] {
    order: 5;
}
.order-lg-6[data-v-f519f675] {
    order: 6;
}
.order-lg-7[data-v-f519f675] {
    order: 7;
}
.order-lg-8[data-v-f519f675] {
    order: 8;
}
.order-lg-9[data-v-f519f675] {
    order: 9;
}
.order-lg-10[data-v-f519f675] {
    order: 10;
}
.order-lg-11[data-v-f519f675] {
    order: 11;
}
.order-lg-12[data-v-f519f675] {
    order: 12;
}
}
@media (min-width: 1200px) {
.col-xl[data-v-f519f675] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-xl-auto[data-v-f519f675] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-xl-1[data-v-f519f675] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-xl-2[data-v-f519f675] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-xl-3[data-v-f519f675] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xl-4[data-v-f519f675] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-xl-5[data-v-f519f675] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-xl-6[data-v-f519f675] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xl-7[data-v-f519f675] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-xl-8[data-v-f519f675] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-xl-9[data-v-f519f675] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xl-10[data-v-f519f675] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-xl-11[data-v-f519f675] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-xl-12[data-v-f519f675] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-xl-first[data-v-f519f675] {
    order: -1;
}
.order-xl-1[data-v-f519f675] {
    order: 1;
}
.order-xl-2[data-v-f519f675] {
    order: 2;
}
.order-xl-3[data-v-f519f675] {
    order: 3;
}
.order-xl-4[data-v-f519f675] {
    order: 4;
}
.order-xl-5[data-v-f519f675] {
    order: 5;
}
.order-xl-6[data-v-f519f675] {
    order: 6;
}
.order-xl-7[data-v-f519f675] {
    order: 7;
}
.order-xl-8[data-v-f519f675] {
    order: 8;
}
.order-xl-9[data-v-f519f675] {
    order: 9;
}
.order-xl-10[data-v-f519f675] {
    order: 10;
}
.order-xl-11[data-v-f519f675] {
    order: 11;
}
.order-xl-12[data-v-f519f675] {
    order: 12;
}
}
@media (min-width: 1400px) {
.col-xxl[data-v-f519f675] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-xxl-auto[data-v-f519f675] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-xxl-1[data-v-f519f675] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-xxl-2[data-v-f519f675] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-xxl-3[data-v-f519f675] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xxl-4[data-v-f519f675] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-xxl-5[data-v-f519f675] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-xxl-6[data-v-f519f675] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xxl-7[data-v-f519f675] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-xxl-8[data-v-f519f675] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-xxl-9[data-v-f519f675] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xxl-10[data-v-f519f675] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-xxl-11[data-v-f519f675] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-xxl-12[data-v-f519f675] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-xxl-first[data-v-f519f675] {
    order: -1;
}
.order-xxl-1[data-v-f519f675] {
    order: 1;
}
.order-xxl-2[data-v-f519f675] {
    order: 2;
}
.order-xxl-3[data-v-f519f675] {
    order: 3;
}
.order-xxl-4[data-v-f519f675] {
    order: 4;
}
.order-xxl-5[data-v-f519f675] {
    order: 5;
}
.order-xxl-6[data-v-f519f675] {
    order: 6;
}
.order-xxl-7[data-v-f519f675] {
    order: 7;
}
.order-xxl-8[data-v-f519f675] {
    order: 8;
}
.order-xxl-9[data-v-f519f675] {
    order: 9;
}
.order-xxl-10[data-v-f519f675] {
    order: 10;
}
.order-xxl-11[data-v-f519f675] {
    order: 11;
}
.order-xxl-12[data-v-f519f675] {
    order: 12;
}
}
.offset-1[data-v-f519f675] {
  margin-left: 8.3333333333%;
}
.offset-2[data-v-f519f675] {
  margin-left: 16.6666666667%;
}
.offset-3[data-v-f519f675] {
  margin-left: 25%;
}
.offset-4[data-v-f519f675] {
  margin-left: 33.3333333333%;
}
.offset-5[data-v-f519f675] {
  margin-left: 41.6666666667%;
}
.offset-6[data-v-f519f675] {
  margin-left: 50%;
}
.offset-7[data-v-f519f675] {
  margin-left: 58.3333333333%;
}
.offset-8[data-v-f519f675] {
  margin-left: 66.6666666667%;
}
.offset-9[data-v-f519f675] {
  margin-left: 75%;
}
.offset-10[data-v-f519f675] {
  margin-left: 83.3333333333%;
}
.offset-11[data-v-f519f675] {
  margin-left: 91.6666666667%;
}
.offset-1[data-v-f519f675] {
  margin-left: 8.3333333333%;
}
.offset-2[data-v-f519f675] {
  margin-left: 16.6666666667%;
}
.offset-3[data-v-f519f675] {
  margin-left: 25%;
}
.offset-4[data-v-f519f675] {
  margin-left: 33.3333333333%;
}
.offset-5[data-v-f519f675] {
  margin-left: 41.6666666667%;
}
.offset-6[data-v-f519f675] {
  margin-left: 50%;
}
.offset-7[data-v-f519f675] {
  margin-left: 58.3333333333%;
}
.offset-8[data-v-f519f675] {
  margin-left: 66.6666666667%;
}
.offset-9[data-v-f519f675] {
  margin-left: 75%;
}
.offset-10[data-v-f519f675] {
  margin-left: 83.3333333333%;
}
.offset-11[data-v-f519f675] {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
.offset-sm-0[data-v-f519f675] {
    margin-left: 0;
}
.offset-sm-1[data-v-f519f675] {
    margin-left: 8.3333333333%;
}
.offset-sm-2[data-v-f519f675] {
    margin-left: 16.6666666667%;
}
.offset-sm-3[data-v-f519f675] {
    margin-left: 25%;
}
.offset-sm-4[data-v-f519f675] {
    margin-left: 33.3333333333%;
}
.offset-sm-5[data-v-f519f675] {
    margin-left: 41.6666666667%;
}
.offset-sm-6[data-v-f519f675] {
    margin-left: 50%;
}
.offset-sm-7[data-v-f519f675] {
    margin-left: 58.3333333333%;
}
.offset-sm-8[data-v-f519f675] {
    margin-left: 66.6666666667%;
}
.offset-sm-9[data-v-f519f675] {
    margin-left: 75%;
}
.offset-sm-10[data-v-f519f675] {
    margin-left: 83.3333333333%;
}
.offset-sm-11[data-v-f519f675] {
    margin-left: 91.6666666667%;
}
}
@media (min-width: 768px) {
.offset-md-0[data-v-f519f675] {
    margin-left: 0;
}
.offset-md-1[data-v-f519f675] {
    margin-left: 8.3333333333%;
}
.offset-md-2[data-v-f519f675] {
    margin-left: 16.6666666667%;
}
.offset-md-3[data-v-f519f675] {
    margin-left: 25%;
}
.offset-md-4[data-v-f519f675] {
    margin-left: 33.3333333333%;
}
.offset-md-5[data-v-f519f675] {
    margin-left: 41.6666666667%;
}
.offset-md-6[data-v-f519f675] {
    margin-left: 50%;
}
.offset-md-7[data-v-f519f675] {
    margin-left: 58.3333333333%;
}
.offset-md-8[data-v-f519f675] {
    margin-left: 66.6666666667%;
}
.offset-md-9[data-v-f519f675] {
    margin-left: 75%;
}
.offset-md-10[data-v-f519f675] {
    margin-left: 83.3333333333%;
}
.offset-md-11[data-v-f519f675] {
    margin-left: 91.6666666667%;
}
}
@media (min-width: 992px) {
.offset-lg-0[data-v-f519f675] {
    margin-left: 0;
}
.offset-lg-1[data-v-f519f675] {
    margin-left: 8.3333333333%;
}
.offset-lg-2[data-v-f519f675] {
    margin-left: 16.6666666667%;
}
.offset-lg-3[data-v-f519f675] {
    margin-left: 25%;
}
.offset-lg-4[data-v-f519f675] {
    margin-left: 33.3333333333%;
}
.offset-lg-5[data-v-f519f675] {
    margin-left: 41.6666666667%;
}
.offset-lg-6[data-v-f519f675] {
    margin-left: 50%;
}
.offset-lg-7[data-v-f519f675] {
    margin-left: 58.3333333333%;
}
.offset-lg-8[data-v-f519f675] {
    margin-left: 66.6666666667%;
}
.offset-lg-9[data-v-f519f675] {
    margin-left: 75%;
}
.offset-lg-10[data-v-f519f675] {
    margin-left: 83.3333333333%;
}
.offset-lg-11[data-v-f519f675] {
    margin-left: 91.6666666667%;
}
}
@media (min-width: 1200px) {
.offset-xl-0[data-v-f519f675] {
    margin-left: 0;
}
.offset-xl-1[data-v-f519f675] {
    margin-left: 8.3333333333%;
}
.offset-xl-2[data-v-f519f675] {
    margin-left: 16.6666666667%;
}
.offset-xl-3[data-v-f519f675] {
    margin-left: 25%;
}
.offset-xl-4[data-v-f519f675] {
    margin-left: 33.3333333333%;
}
.offset-xl-5[data-v-f519f675] {
    margin-left: 41.6666666667%;
}
.offset-xl-6[data-v-f519f675] {
    margin-left: 50%;
}
.offset-xl-7[data-v-f519f675] {
    margin-left: 58.3333333333%;
}
.offset-xl-8[data-v-f519f675] {
    margin-left: 66.6666666667%;
}
.offset-xl-9[data-v-f519f675] {
    margin-left: 75%;
}
.offset-xl-10[data-v-f519f675] {
    margin-left: 83.3333333333%;
}
.offset-xl-11[data-v-f519f675] {
    margin-left: 91.6666666667%;
}
}
@media (min-width: 1400px) {
.offset-xxl-0[data-v-f519f675] {
    margin-left: 0;
}
.offset-xxl-1[data-v-f519f675] {
    margin-left: 8.3333333333%;
}
.offset-xxl-2[data-v-f519f675] {
    margin-left: 16.6666666667%;
}
.offset-xxl-3[data-v-f519f675] {
    margin-left: 25%;
}
.offset-xxl-4[data-v-f519f675] {
    margin-left: 33.3333333333%;
}
.offset-xxl-5[data-v-f519f675] {
    margin-left: 41.6666666667%;
}
.offset-xxl-6[data-v-f519f675] {
    margin-left: 50%;
}
.offset-xxl-7[data-v-f519f675] {
    margin-left: 58.3333333333%;
}
.offset-xxl-8[data-v-f519f675] {
    margin-left: 66.6666666667%;
}
.offset-xxl-9[data-v-f519f675] {
    margin-left: 75%;
}
.offset-xxl-10[data-v-f519f675] {
    margin-left: 83.3333333333%;
}
.offset-xxl-11[data-v-f519f675] {
    margin-left: 91.6666666667%;
}
}
html[data-v-f519f675] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-f519f675] {
  font-size: 1.6rem;
}
p[data-v-f519f675] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-f519f675] {
  color: #004D99;
}
a[data-v-f519f675]:hover, a.link-hover[data-v-f519f675] {
  color: #000040;
}
a[data-v-f519f675]:hover:disabled,
a:hover .disabled[data-v-f519f675], a.link-hover[data-v-f519f675]:disabled,
a.link-hover .disabled[data-v-f519f675] {
  background-color: transparent !important;
}
a[data-v-f519f675]:focus, a.link-focus[data-v-f519f675] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-f519f675]:visited, a.link-visited[data-v-f519f675] {
  color: #800080;
}
a[data-v-f519f675]:disabled, a.disabled[data-v-f519f675] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-f519f675]:disabled:focus, a.disabled[data-v-f519f675]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-f519f675]:not(.button) {
  color: white;
}
.background-dark a[data-v-f519f675]:disabled, .background-dark a.disabled[data-v-f519f675] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-f519f675]:disabled:focus, .background-dark a.disabled[data-v-f519f675]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-f519f675] {
  font-weight: 600;
}
a[data-v-f519f675]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-f519f675], .h1[data-v-f519f675] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-f519f675], .h1[data-v-f519f675] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-f519f675], .h1[data-v-f519f675] {
    font-size: 3.9rem;
}
}
h1[data-v-f519f675], .h1[data-v-f519f675] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-f519f675], .h1[data-v-f519f675] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-f519f675], .h1[data-v-f519f675] {
    line-height: 4.8rem;
}
}
h1[data-v-f519f675], .h1[data-v-f519f675] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-f519f675], .h1[data-v-f519f675] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-f519f675], .h1[data-v-f519f675] {
    letter-spacing: normal;
}
}
h1[data-v-f519f675], .h1[data-v-f519f675] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-f519f675], .h2[data-v-f519f675] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-f519f675], .h2[data-v-f519f675] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-f519f675], .h2[data-v-f519f675] {
    font-size: 3.1rem;
}
}
h2[data-v-f519f675], .h2[data-v-f519f675] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-f519f675], .h2[data-v-f519f675] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-f519f675], .h2[data-v-f519f675] {
    line-height: 4rem;
}
}
h2[data-v-f519f675], .h2[data-v-f519f675] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-f519f675], .h2[data-v-f519f675] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-f519f675], .h2[data-v-f519f675] {
    letter-spacing: normal;
}
}
h2[data-v-f519f675], .h2[data-v-f519f675] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-f519f675], .h3[data-v-f519f675] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-f519f675], .h3[data-v-f519f675] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-f519f675], .h3[data-v-f519f675] {
    font-size: 2.5rem;
}
}
h3[data-v-f519f675], .h3[data-v-f519f675] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-f519f675], .h3[data-v-f519f675] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-f519f675], .h3[data-v-f519f675] {
    line-height: 3.2rem;
}
}
h3[data-v-f519f675], .h3[data-v-f519f675] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-f519f675], .h3[data-v-f519f675] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-f519f675], .h3[data-v-f519f675] {
    letter-spacing: normal;
}
}
h3[data-v-f519f675], .h3[data-v-f519f675] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-f519f675], .h4[data-v-f519f675] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-f519f675], .h4[data-v-f519f675] {
    font-size: 2rem;
}
}
h4[data-v-f519f675], .h4[data-v-f519f675] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-f519f675], .h4[data-v-f519f675] {
    line-height: 2.8rem;
}
}
h4[data-v-f519f675], .h4[data-v-f519f675] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-f519f675], .h4[data-v-f519f675] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-f519f675], .h4[data-v-f519f675] {
    letter-spacing: normal;
}
}
h4[data-v-f519f675], .h4[data-v-f519f675] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-f519f675], .h5[data-v-f519f675] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-f519f675], .h5[data-v-f519f675] {
    font-size: 1.6rem;
}
}
h5[data-v-f519f675], .h5[data-v-f519f675] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-f519f675], .h5[data-v-f519f675] {
    line-height: 2.4rem;
}
}
h5[data-v-f519f675], .h5[data-v-f519f675] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-f519f675], .h5[data-v-f519f675] {
    letter-spacing: normal;
}
}
h5[data-v-f519f675], .h5[data-v-f519f675] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-f519f675], .h6[data-v-f519f675] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-f519f675], .body-text[data-v-f519f675], .body-copy-text[data-v-f519f675] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-f519f675], .figcaption[data-v-f519f675] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-f519f675], .figcaption p[data-v-f519f675] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-f519f675] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-f519f675] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-f519f675] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-f519f675], .small-text[data-v-f519f675] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-f519f675] {
  font-weight: 400;
}
.weight-semibold[data-v-f519f675] {
  font-weight: 600;
}
.facit[data-v-f519f675] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-f519f675], b[data-v-f519f675], .bold[data-v-f519f675] {
  font-weight: 700;
}
.italic[data-v-f519f675], em[data-v-f519f675] {
  font-style: italic;
}
.form-label[data-v-f519f675] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-f519f675]:focus, .h1[data-v-f519f675]:focus,
h2[data-v-f519f675]:focus, .h2[data-v-f519f675]:focus,
h3[data-v-f519f675]:focus, .h3[data-v-f519f675]:focus,
h4[data-v-f519f675]:focus, .h4[data-v-f519f675]:focus,
h5[data-v-f519f675]:focus, .h5[data-v-f519f675]:focus,
h6[data-v-f519f675]:focus, .h6[data-v-f519f675]:focus {
  outline: none;
}
h1[data-v-f519f675], .h1[data-v-f519f675] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-f519f675], .h2[data-v-f519f675] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-f519f675], .h2[data-v-f519f675] {
    margin-top: 4rem;
}
}
h3[data-v-f519f675], .h3[data-v-f519f675] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-f519f675], .h3[data-v-f519f675] {
    margin-top: 4rem;
}
}
h4[data-v-f519f675], .h4[data-v-f519f675] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-f519f675], .h5[data-v-f519f675] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-f519f675], .h6[data-v-f519f675] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-f519f675] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-f519f675], .body-text[data-v-f519f675] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-f519f675], h5 + ul[data-v-f519f675], h5 + ol[data-v-f519f675], .h5 + p[data-v-f519f675], .h5 + ul[data-v-f519f675], .h5 + ol[data-v-f519f675], h6 + p[data-v-f519f675], h6 + ul[data-v-f519f675], h6 + ol[data-v-f519f675], .h6 + p[data-v-f519f675], .h6 + ul[data-v-f519f675], .h6 + ol[data-v-f519f675] {
  margin-top: 0;
}
button.function-link[data-v-f519f675], button.accordion-bulk-button[data-v-f519f675] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-f519f675], button.accordion-bulk-button[data-v-f519f675] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-f519f675]:hover, button.accordion-bulk-button[data-v-f519f675]:hover, .function-link[data-v-f519f675]:visited, button.accordion-bulk-button[data-v-f519f675]:visited, .function-link[data-v-f519f675]:focus, button.accordion-bulk-button[data-v-f519f675]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-f519f675], button.accordion-bulk-button .icon-svg[data-v-f519f675] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-f519f675], button.link-right.accordion-bulk-button[data-v-f519f675] {
  text-align: right;
}
.back-link[data-v-f519f675] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-f519f675] {
    margin-bottom: 32px;
}
}
.back-link[data-v-f519f675] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-f519f675]::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[data-v-f519f675]:active, .back-link[data-v-f519f675]:focus, .back-link[data-v-f519f675]:hover, .back-link[data-v-f519f675]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-f519f675] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-f519f675] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-f519f675], h1 a[data-v-f519f675]:hover, h1 a[data-v-f519f675]:visited, h1 a[data-v-f519f675]:focus, .h1 a[data-v-f519f675], .h1 a[data-v-f519f675]:hover, .h1 a[data-v-f519f675]:visited, .h1 a[data-v-f519f675]:focus,
h2 a[data-v-f519f675],
h2 a[data-v-f519f675]:hover,
h2 a[data-v-f519f675]:visited,
h2 a[data-v-f519f675]:focus, .h2 a[data-v-f519f675], .h2 a[data-v-f519f675]:hover, .h2 a[data-v-f519f675]:visited, .h2 a[data-v-f519f675]:focus,
h3 a[data-v-f519f675],
h3 a[data-v-f519f675]:hover,
h3 a[data-v-f519f675]:visited,
h3 a[data-v-f519f675]:focus, .h3 a[data-v-f519f675], .h3 a[data-v-f519f675]:hover, .h3 a[data-v-f519f675]:visited, .h3 a[data-v-f519f675]:focus,
h4 a[data-v-f519f675],
h4 a[data-v-f519f675]:hover,
h4 a[data-v-f519f675]:visited,
h4 a[data-v-f519f675]:focus, .h4 a[data-v-f519f675], .h4 a[data-v-f519f675]:hover, .h4 a[data-v-f519f675]:visited, .h4 a[data-v-f519f675]:focus,
h5 a[data-v-f519f675],
h5 a[data-v-f519f675]:hover,
h5 a[data-v-f519f675]:visited,
h5 a[data-v-f519f675]:focus, .h5 a[data-v-f519f675], .h5 a[data-v-f519f675]:hover, .h5 a[data-v-f519f675]:visited, .h5 a[data-v-f519f675]:focus,
h6 a[data-v-f519f675],
h6 a[data-v-f519f675]:hover,
h6 a[data-v-f519f675]:visited,
h6 a[data-v-f519f675]:focus, .h6 a[data-v-f519f675], .h6 a[data-v-f519f675]:hover, .h6 a[data-v-f519f675]:visited, .h6 a[data-v-f519f675]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-f519f675], .h1 a.search-link[data-v-f519f675],
h2 a.search-link[data-v-f519f675], .h2 a.search-link[data-v-f519f675],
h3 a.search-link[data-v-f519f675], .h3 a.search-link[data-v-f519f675],
h4 a.search-link[data-v-f519f675], .h4 a.search-link[data-v-f519f675],
h5 a.search-link[data-v-f519f675], .h5 a.search-link[data-v-f519f675],
h6 a.search-link[data-v-f519f675], .h6 a.search-link[data-v-f519f675] {
  text-decoration: none;
}
h1 a.search-link[data-v-f519f675]:visited, .h1 a.search-link[data-v-f519f675]:visited,
h2 a.search-link[data-v-f519f675]:visited, .h2 a.search-link[data-v-f519f675]:visited,
h3 a.search-link[data-v-f519f675]:visited, .h3 a.search-link[data-v-f519f675]:visited,
h4 a.search-link[data-v-f519f675]:visited, .h4 a.search-link[data-v-f519f675]:visited,
h5 a.search-link[data-v-f519f675]:visited, .h5 a.search-link[data-v-f519f675]:visited,
h6 a.search-link[data-v-f519f675]:visited, .h6 a.search-link[data-v-f519f675]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-f519f675]:focus, .h1 a.search-link[data-v-f519f675]:focus,
h2 a.search-link[data-v-f519f675]:focus, .h2 a.search-link[data-v-f519f675]:focus,
h3 a.search-link[data-v-f519f675]:focus, .h3 a.search-link[data-v-f519f675]:focus,
h4 a.search-link[data-v-f519f675]:focus, .h4 a.search-link[data-v-f519f675]:focus,
h5 a.search-link[data-v-f519f675]:focus, .h5 a.search-link[data-v-f519f675]:focus,
h6 a.search-link[data-v-f519f675]:focus, .h6 a.search-link[data-v-f519f675]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-f519f675]:hover, .h1 a.search-link[data-v-f519f675]:hover,
h2 a.search-link[data-v-f519f675]:hover, .h2 a.search-link[data-v-f519f675]:hover,
h3 a.search-link[data-v-f519f675]:hover, .h3 a.search-link[data-v-f519f675]:hover,
h4 a.search-link[data-v-f519f675]:hover, .h4 a.search-link[data-v-f519f675]:hover,
h5 a.search-link[data-v-f519f675]:hover, .h5 a.search-link[data-v-f519f675]:hover,
h6 a.search-link[data-v-f519f675]:hover, .h6 a.search-link[data-v-f519f675]:hover {
  text-decoration: underline;
}
cite[data-v-f519f675],
var[data-v-f519f675],
address[data-v-f519f675],
dfn[data-v-f519f675] {
  font-style: normal;
}
h1[data-v-f519f675], .h1[data-v-f519f675],
h2[data-v-f519f675], .h2[data-v-f519f675],
h3[data-v-f519f675], .h3[data-v-f519f675],
h4[data-v-f519f675], .h4[data-v-f519f675],
h5[data-v-f519f675], .h5[data-v-f519f675],
h6[data-v-f519f675], .h6[data-v-f519f675] {
  max-width: 66ch;
}
p[data-v-f519f675],
ul[data-v-f519f675]:not(.accordion):not(.tabnav):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-f519f675]:not(.accordion):not(.tabnav):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-f519f675] {
  max-width: 66ch;
}
.form-label[data-v-f519f675], .form-hint[data-v-f519f675], .form-error-message[data-v-f519f675] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-f519f675], .form-radio + label[data-v-f519f675] {
  max-width: 66ch;
}
.displayheading-1[data-v-f519f675] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-f519f675] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-f519f675] {
  color: #358000;
}
.text-negative[data-v-f519f675] {
  color: #CC0000;
}
.color-text-black[data-v-f519f675] {
  color: #1a1a1a;
}
.background-dark[data-v-f519f675] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-f519f675], .background-dark span[data-v-f519f675] {
  color: white;
}
.field-group-title[data-v-f519f675] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-f519f675] {
  border: 2px solid #1a1a1a;
}
h1[data-v-f519f675], h2[data-v-f519f675], h3[data-v-f519f675], h4[data-v-f519f675], h5[data-v-f519f675], h6[data-v-f519f675], p[data-v-f519f675], legend[data-v-f519f675], strong[data-v-f519f675], b[data-v-f519f675], cite[data-v-f519f675], var[data-v-f519f675], address[data-v-f519f675], dfn[data-v-f519f675] {
  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[data-v-f519f675] {
  text-transform: uppercase;
}
.lowercase[data-v-f519f675] {
  text-transform: lowercase;
}
.bg-normal[data-v-f519f675] {
  background: white !important;
  background-color: white !important;
}
.bg-alternative[data-v-f519f675] {
  background: #F5F5F5 !important;
  background-color: #F5F5F5 !important;
}
.bg-modal[data-v-f519f675] {
  background: rgba(0, 0, 0, 0.4) !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.w-percent-5[data-v-f519f675] {
  width: 5% !important;
}
.w-percent-10[data-v-f519f675] {
  width: 10% !important;
}
.w-percent-15[data-v-f519f675] {
  width: 15% !important;
}
.w-percent-20[data-v-f519f675] {
  width: 20% !important;
}
.w-percent-25[data-v-f519f675] {
  width: 25% !important;
}
.w-percent-30[data-v-f519f675] {
  width: 30% !important;
}
.w-percent-35[data-v-f519f675] {
  width: 35% !important;
}
.w-percent-40[data-v-f519f675] {
  width: 40% !important;
}
.w-percent-45[data-v-f519f675] {
  width: 45% !important;
}
.w-percent-50[data-v-f519f675] {
  width: 50% !important;
}
.w-percent-55[data-v-f519f675] {
  width: 55% !important;
}
.w-percent-60[data-v-f519f675] {
  width: 60% !important;
}
.w-percent-65[data-v-f519f675] {
  width: 65% !important;
}
.w-percent-70[data-v-f519f675] {
  width: 70% !important;
}
.w-percent-75[data-v-f519f675] {
  width: 75% !important;
}
.w-percent-80[data-v-f519f675] {
  width: 80% !important;
}
.w-percent-85[data-v-f519f675] {
  width: 85% !important;
}
.w-percent-90[data-v-f519f675] {
  width: 90% !important;
}
.w-percent-95[data-v-f519f675] {
  width: 95% !important;
}
.w-percent-100[data-v-f519f675] {
  width: 100% !important;
}
@media (min-width: 576px) {
.w-percent-sm-5[data-v-f519f675] {
    width: 5% !important;
}
.w-percent-sm-10[data-v-f519f675] {
    width: 10% !important;
}
.w-percent-sm-15[data-v-f519f675] {
    width: 15% !important;
}
.w-percent-sm-20[data-v-f519f675] {
    width: 20% !important;
}
.w-percent-sm-25[data-v-f519f675] {
    width: 25% !important;
}
.w-percent-sm-30[data-v-f519f675] {
    width: 30% !important;
}
.w-percent-sm-35[data-v-f519f675] {
    width: 35% !important;
}
.w-percent-sm-40[data-v-f519f675] {
    width: 40% !important;
}
.w-percent-sm-45[data-v-f519f675] {
    width: 45% !important;
}
.w-percent-sm-50[data-v-f519f675] {
    width: 50% !important;
}
.w-percent-sm-55[data-v-f519f675] {
    width: 55% !important;
}
.w-percent-sm-60[data-v-f519f675] {
    width: 60% !important;
}
.w-percent-sm-65[data-v-f519f675] {
    width: 65% !important;
}
.w-percent-sm-70[data-v-f519f675] {
    width: 70% !important;
}
.w-percent-sm-75[data-v-f519f675] {
    width: 75% !important;
}
.w-percent-sm-80[data-v-f519f675] {
    width: 80% !important;
}
.w-percent-sm-85[data-v-f519f675] {
    width: 85% !important;
}
.w-percent-sm-90[data-v-f519f675] {
    width: 90% !important;
}
.w-percent-sm-95[data-v-f519f675] {
    width: 95% !important;
}
.w-percent-sm-100[data-v-f519f675] {
    width: 100% !important;
}
}
@media (min-width: 768px) {
.w-percent-md-5[data-v-f519f675] {
    width: 5% !important;
}
.w-percent-md-10[data-v-f519f675] {
    width: 10% !important;
}
.w-percent-md-15[data-v-f519f675] {
    width: 15% !important;
}
.w-percent-md-20[data-v-f519f675] {
    width: 20% !important;
}
.w-percent-md-25[data-v-f519f675] {
    width: 25% !important;
}
.w-percent-md-30[data-v-f519f675] {
    width: 30% !important;
}
.w-percent-md-35[data-v-f519f675] {
    width: 35% !important;
}
.w-percent-md-40[data-v-f519f675] {
    width: 40% !important;
}
.w-percent-md-45[data-v-f519f675] {
    width: 45% !important;
}
.w-percent-md-50[data-v-f519f675] {
    width: 50% !important;
}
.w-percent-md-55[data-v-f519f675] {
    width: 55% !important;
}
.w-percent-md-60[data-v-f519f675] {
    width: 60% !important;
}
.w-percent-md-65[data-v-f519f675] {
    width: 65% !important;
}
.w-percent-md-70[data-v-f519f675] {
    width: 70% !important;
}
.w-percent-md-75[data-v-f519f675] {
    width: 75% !important;
}
.w-percent-md-80[data-v-f519f675] {
    width: 80% !important;
}
.w-percent-md-85[data-v-f519f675] {
    width: 85% !important;
}
.w-percent-md-90[data-v-f519f675] {
    width: 90% !important;
}
.w-percent-md-95[data-v-f519f675] {
    width: 95% !important;
}
.w-percent-md-100[data-v-f519f675] {
    width: 100% !important;
}
}
@media (min-width: 992px) {
.w-percent-lg-5[data-v-f519f675] {
    width: 5% !important;
}
.w-percent-lg-10[data-v-f519f675] {
    width: 10% !important;
}
.w-percent-lg-15[data-v-f519f675] {
    width: 15% !important;
}
.w-percent-lg-20[data-v-f519f675] {
    width: 20% !important;
}
.w-percent-lg-25[data-v-f519f675] {
    width: 25% !important;
}
.w-percent-lg-30[data-v-f519f675] {
    width: 30% !important;
}
.w-percent-lg-35[data-v-f519f675] {
    width: 35% !important;
}
.w-percent-lg-40[data-v-f519f675] {
    width: 40% !important;
}
.w-percent-lg-45[data-v-f519f675] {
    width: 45% !important;
}
.w-percent-lg-50[data-v-f519f675] {
    width: 50% !important;
}
.w-percent-lg-55[data-v-f519f675] {
    width: 55% !important;
}
.w-percent-lg-60[data-v-f519f675] {
    width: 60% !important;
}
.w-percent-lg-65[data-v-f519f675] {
    width: 65% !important;
}
.w-percent-lg-70[data-v-f519f675] {
    width: 70% !important;
}
.w-percent-lg-75[data-v-f519f675] {
    width: 75% !important;
}
.w-percent-lg-80[data-v-f519f675] {
    width: 80% !important;
}
.w-percent-lg-85[data-v-f519f675] {
    width: 85% !important;
}
.w-percent-lg-90[data-v-f519f675] {
    width: 90% !important;
}
.w-percent-lg-95[data-v-f519f675] {
    width: 95% !important;
}
.w-percent-lg-100[data-v-f519f675] {
    width: 100% !important;
}
}
@media (min-width: 1200px) {
.w-percent-xl-5[data-v-f519f675] {
    width: 5% !important;
}
.w-percent-xl-10[data-v-f519f675] {
    width: 10% !important;
}
.w-percent-xl-15[data-v-f519f675] {
    width: 15% !important;
}
.w-percent-xl-20[data-v-f519f675] {
    width: 20% !important;
}
.w-percent-xl-25[data-v-f519f675] {
    width: 25% !important;
}
.w-percent-xl-30[data-v-f519f675] {
    width: 30% !important;
}
.w-percent-xl-35[data-v-f519f675] {
    width: 35% !important;
}
.w-percent-xl-40[data-v-f519f675] {
    width: 40% !important;
}
.w-percent-xl-45[data-v-f519f675] {
    width: 45% !important;
}
.w-percent-xl-50[data-v-f519f675] {
    width: 50% !important;
}
.w-percent-xl-55[data-v-f519f675] {
    width: 55% !important;
}
.w-percent-xl-60[data-v-f519f675] {
    width: 60% !important;
}
.w-percent-xl-65[data-v-f519f675] {
    width: 65% !important;
}
.w-percent-xl-70[data-v-f519f675] {
    width: 70% !important;
}
.w-percent-xl-75[data-v-f519f675] {
    width: 75% !important;
}
.w-percent-xl-80[data-v-f519f675] {
    width: 80% !important;
}
.w-percent-xl-85[data-v-f519f675] {
    width: 85% !important;
}
.w-percent-xl-90[data-v-f519f675] {
    width: 90% !important;
}
.w-percent-xl-95[data-v-f519f675] {
    width: 95% !important;
}
.w-percent-xl-100[data-v-f519f675] {
    width: 100% !important;
}
}
@media (min-width: 1400px) {
.w-percent-xxl-5[data-v-f519f675] {
    width: 5% !important;
}
.w-percent-xxl-10[data-v-f519f675] {
    width: 10% !important;
}
.w-percent-xxl-15[data-v-f519f675] {
    width: 15% !important;
}
.w-percent-xxl-20[data-v-f519f675] {
    width: 20% !important;
}
.w-percent-xxl-25[data-v-f519f675] {
    width: 25% !important;
}
.w-percent-xxl-30[data-v-f519f675] {
    width: 30% !important;
}
.w-percent-xxl-35[data-v-f519f675] {
    width: 35% !important;
}
.w-percent-xxl-40[data-v-f519f675] {
    width: 40% !important;
}
.w-percent-xxl-45[data-v-f519f675] {
    width: 45% !important;
}
.w-percent-xxl-50[data-v-f519f675] {
    width: 50% !important;
}
.w-percent-xxl-55[data-v-f519f675] {
    width: 55% !important;
}
.w-percent-xxl-60[data-v-f519f675] {
    width: 60% !important;
}
.w-percent-xxl-65[data-v-f519f675] {
    width: 65% !important;
}
.w-percent-xxl-70[data-v-f519f675] {
    width: 70% !important;
}
.w-percent-xxl-75[data-v-f519f675] {
    width: 75% !important;
}
.w-percent-xxl-80[data-v-f519f675] {
    width: 80% !important;
}
.w-percent-xxl-85[data-v-f519f675] {
    width: 85% !important;
}
.w-percent-xxl-90[data-v-f519f675] {
    width: 90% !important;
}
.w-percent-xxl-95[data-v-f519f675] {
    width: 95% !important;
}
.w-percent-xxl-100[data-v-f519f675] {
    width: 100% !important;
}
}
.align-text-left[data-v-f519f675] {
  text-align: left !important;
}
.align-text-right[data-v-f519f675] {
  text-align: right !important;
}
.align-text-center[data-v-f519f675] {
  text-align: center !important;
}
@media (min-width: 576px) {
.align-text-sm-left[data-v-f519f675] {
    text-align: left !important;
}
.align-text-sm-right[data-v-f519f675] {
    text-align: right !important;
}
.align-text-sm-center[data-v-f519f675] {
    text-align: center !important;
}
}
@media (min-width: 768px) {
.align-text-md-left[data-v-f519f675] {
    text-align: left !important;
}
.align-text-md-right[data-v-f519f675] {
    text-align: right !important;
}
.align-text-md-center[data-v-f519f675] {
    text-align: center !important;
}
}
@media (min-width: 992px) {
.align-text-lg-left[data-v-f519f675] {
    text-align: left !important;
}
.align-text-lg-right[data-v-f519f675] {
    text-align: right !important;
}
.align-text-lg-center[data-v-f519f675] {
    text-align: center !important;
}
}
@media (min-width: 1200px) {
.align-text-xl-left[data-v-f519f675] {
    text-align: left !important;
}
.align-text-xl-right[data-v-f519f675] {
    text-align: right !important;
}
.align-text-xl-center[data-v-f519f675] {
    text-align: center !important;
}
}
@media (min-width: 1400px) {
.align-text-xxl-left[data-v-f519f675] {
    text-align: left !important;
}
.align-text-xxl-right[data-v-f519f675] {
    text-align: right !important;
}
.align-text-xxl-center[data-v-f519f675] {
    text-align: center !important;
}
}
.flex-row[data-v-f519f675] {
  flex-direction: row !important;
}
.flex-column[data-v-f519f675] {
  flex-direction: column !important;
}
.flex-row-reverse[data-v-f519f675] {
  flex-direction: row-reverse !important;
}
.flex-column-reverse[data-v-f519f675] {
  flex-direction: column-reverse !important;
}
.flex-wrap[data-v-f519f675] {
  flex-wrap: wrap !important;
}
.flex-nowrap[data-v-f519f675] {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse[data-v-f519f675] {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start[data-v-f519f675] {
  justify-content: flex-start !important;
}
.justify-content-end[data-v-f519f675] {
  justify-content: flex-end !important;
}
.justify-content-center[data-v-f519f675] {
  justify-content: center !important;
}
.justify-content-between[data-v-f519f675] {
  justify-content: space-between !important;
}
.justify-content-around[data-v-f519f675] {
  justify-content: space-around !important;
}
.align-items-start[data-v-f519f675] {
  align-items: flex-start !important;
}
.align-items-end[data-v-f519f675] {
  align-items: flex-end !important;
}
.align-items-center[data-v-f519f675] {
  align-items: center !important;
}
.align-items-baseline[data-v-f519f675] {
  align-items: baseline !important;
}
.align-items-stretch[data-v-f519f675] {
  align-items: stretch !important;
}
.align-content-start[data-v-f519f675] {
  align-content: flex-start !important;
}
.align-content-end[data-v-f519f675] {
  align-content: flex-end !important;
}
.align-content-center[data-v-f519f675] {
  align-content: center !important;
}
.align-content-between[data-v-f519f675] {
  align-content: space-between !important;
}
.align-content-around[data-v-f519f675] {
  align-content: space-around !important;
}
.align-content-stretch[data-v-f519f675] {
  align-content: stretch !important;
}
.align-self-auto[data-v-f519f675] {
  align-self: auto !important;
}
.align-self-start[data-v-f519f675] {
  align-self: flex-start !important;
}
.align-self-end[data-v-f519f675] {
  align-self: flex-end !important;
}
.align-self-center[data-v-f519f675] {
  align-self: center !important;
}
.align-self-baseline[data-v-f519f675] {
  align-self: baseline !important;
}
.align-self-stretch[data-v-f519f675] {
  align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row[data-v-f519f675] {
    flex-direction: row !important;
}
.flex-sm-column[data-v-f519f675] {
    flex-direction: column !important;
}
.flex-sm-row-reverse[data-v-f519f675] {
    flex-direction: row-reverse !important;
}
.flex-sm-column-reverse[data-v-f519f675] {
    flex-direction: column-reverse !important;
}
.flex-sm-wrap[data-v-f519f675] {
    flex-wrap: wrap !important;
}
.flex-sm-nowrap[data-v-f519f675] {
    flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse[data-v-f519f675] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-sm-start[data-v-f519f675] {
    justify-content: flex-start !important;
}
.justify-content-sm-end[data-v-f519f675] {
    justify-content: flex-end !important;
}
.justify-content-sm-center[data-v-f519f675] {
    justify-content: center !important;
}
.justify-content-sm-between[data-v-f519f675] {
    justify-content: space-between !important;
}
.justify-content-sm-around[data-v-f519f675] {
    justify-content: space-around !important;
}
.align-items-sm-start[data-v-f519f675] {
    align-items: flex-start !important;
}
.align-items-sm-end[data-v-f519f675] {
    align-items: flex-end !important;
}
.align-items-sm-center[data-v-f519f675] {
    align-items: center !important;
}
.align-items-sm-baseline[data-v-f519f675] {
    align-items: baseline !important;
}
.align-items-sm-stretch[data-v-f519f675] {
    align-items: stretch !important;
}
.align-content-sm-start[data-v-f519f675] {
    align-content: flex-start !important;
}
.align-content-sm-end[data-v-f519f675] {
    align-content: flex-end !important;
}
.align-content-sm-center[data-v-f519f675] {
    align-content: center !important;
}
.align-content-sm-between[data-v-f519f675] {
    align-content: space-between !important;
}
.align-content-sm-around[data-v-f519f675] {
    align-content: space-around !important;
}
.align-content-sm-stretch[data-v-f519f675] {
    align-content: stretch !important;
}
.align-self-sm-auto[data-v-f519f675] {
    align-self: auto !important;
}
.align-self-sm-start[data-v-f519f675] {
    align-self: flex-start !important;
}
.align-self-sm-end[data-v-f519f675] {
    align-self: flex-end !important;
}
.align-self-sm-center[data-v-f519f675] {
    align-self: center !important;
}
.align-self-sm-baseline[data-v-f519f675] {
    align-self: baseline !important;
}
.align-self-sm-stretch[data-v-f519f675] {
    align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row[data-v-f519f675] {
    flex-direction: row !important;
}
.flex-md-column[data-v-f519f675] {
    flex-direction: column !important;
}
.flex-md-row-reverse[data-v-f519f675] {
    flex-direction: row-reverse !important;
}
.flex-md-column-reverse[data-v-f519f675] {
    flex-direction: column-reverse !important;
}
.flex-md-wrap[data-v-f519f675] {
    flex-wrap: wrap !important;
}
.flex-md-nowrap[data-v-f519f675] {
    flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse[data-v-f519f675] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-md-start[data-v-f519f675] {
    justify-content: flex-start !important;
}
.justify-content-md-end[data-v-f519f675] {
    justify-content: flex-end !important;
}
.justify-content-md-center[data-v-f519f675] {
    justify-content: center !important;
}
.justify-content-md-between[data-v-f519f675] {
    justify-content: space-between !important;
}
.justify-content-md-around[data-v-f519f675] {
    justify-content: space-around !important;
}
.align-items-md-start[data-v-f519f675] {
    align-items: flex-start !important;
}
.align-items-md-end[data-v-f519f675] {
    align-items: flex-end !important;
}
.align-items-md-center[data-v-f519f675] {
    align-items: center !important;
}
.align-items-md-baseline[data-v-f519f675] {
    align-items: baseline !important;
}
.align-items-md-stretch[data-v-f519f675] {
    align-items: stretch !important;
}
.align-content-md-start[data-v-f519f675] {
    align-content: flex-start !important;
}
.align-content-md-end[data-v-f519f675] {
    align-content: flex-end !important;
}
.align-content-md-center[data-v-f519f675] {
    align-content: center !important;
}
.align-content-md-between[data-v-f519f675] {
    align-content: space-between !important;
}
.align-content-md-around[data-v-f519f675] {
    align-content: space-around !important;
}
.align-content-md-stretch[data-v-f519f675] {
    align-content: stretch !important;
}
.align-self-md-auto[data-v-f519f675] {
    align-self: auto !important;
}
.align-self-md-start[data-v-f519f675] {
    align-self: flex-start !important;
}
.align-self-md-end[data-v-f519f675] {
    align-self: flex-end !important;
}
.align-self-md-center[data-v-f519f675] {
    align-self: center !important;
}
.align-self-md-baseline[data-v-f519f675] {
    align-self: baseline !important;
}
.align-self-md-stretch[data-v-f519f675] {
    align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row[data-v-f519f675] {
    flex-direction: row !important;
}
.flex-lg-column[data-v-f519f675] {
    flex-direction: column !important;
}
.flex-lg-row-reverse[data-v-f519f675] {
    flex-direction: row-reverse !important;
}
.flex-lg-column-reverse[data-v-f519f675] {
    flex-direction: column-reverse !important;
}
.flex-lg-wrap[data-v-f519f675] {
    flex-wrap: wrap !important;
}
.flex-lg-nowrap[data-v-f519f675] {
    flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse[data-v-f519f675] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-lg-start[data-v-f519f675] {
    justify-content: flex-start !important;
}
.justify-content-lg-end[data-v-f519f675] {
    justify-content: flex-end !important;
}
.justify-content-lg-center[data-v-f519f675] {
    justify-content: center !important;
}
.justify-content-lg-between[data-v-f519f675] {
    justify-content: space-between !important;
}
.justify-content-lg-around[data-v-f519f675] {
    justify-content: space-around !important;
}
.align-items-lg-start[data-v-f519f675] {
    align-items: flex-start !important;
}
.align-items-lg-end[data-v-f519f675] {
    align-items: flex-end !important;
}
.align-items-lg-center[data-v-f519f675] {
    align-items: center !important;
}
.align-items-lg-baseline[data-v-f519f675] {
    align-items: baseline !important;
}
.align-items-lg-stretch[data-v-f519f675] {
    align-items: stretch !important;
}
.align-content-lg-start[data-v-f519f675] {
    align-content: flex-start !important;
}
.align-content-lg-end[data-v-f519f675] {
    align-content: flex-end !important;
}
.align-content-lg-center[data-v-f519f675] {
    align-content: center !important;
}
.align-content-lg-between[data-v-f519f675] {
    align-content: space-between !important;
}
.align-content-lg-around[data-v-f519f675] {
    align-content: space-around !important;
}
.align-content-lg-stretch[data-v-f519f675] {
    align-content: stretch !important;
}
.align-self-lg-auto[data-v-f519f675] {
    align-self: auto !important;
}
.align-self-lg-start[data-v-f519f675] {
    align-self: flex-start !important;
}
.align-self-lg-end[data-v-f519f675] {
    align-self: flex-end !important;
}
.align-self-lg-center[data-v-f519f675] {
    align-self: center !important;
}
.align-self-lg-baseline[data-v-f519f675] {
    align-self: baseline !important;
}
.align-self-lg-stretch[data-v-f519f675] {
    align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row[data-v-f519f675] {
    flex-direction: row !important;
}
.flex-xl-column[data-v-f519f675] {
    flex-direction: column !important;
}
.flex-xl-row-reverse[data-v-f519f675] {
    flex-direction: row-reverse !important;
}
.flex-xl-column-reverse[data-v-f519f675] {
    flex-direction: column-reverse !important;
}
.flex-xl-wrap[data-v-f519f675] {
    flex-wrap: wrap !important;
}
.flex-xl-nowrap[data-v-f519f675] {
    flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse[data-v-f519f675] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-xl-start[data-v-f519f675] {
    justify-content: flex-start !important;
}
.justify-content-xl-end[data-v-f519f675] {
    justify-content: flex-end !important;
}
.justify-content-xl-center[data-v-f519f675] {
    justify-content: center !important;
}
.justify-content-xl-between[data-v-f519f675] {
    justify-content: space-between !important;
}
.justify-content-xl-around[data-v-f519f675] {
    justify-content: space-around !important;
}
.align-items-xl-start[data-v-f519f675] {
    align-items: flex-start !important;
}
.align-items-xl-end[data-v-f519f675] {
    align-items: flex-end !important;
}
.align-items-xl-center[data-v-f519f675] {
    align-items: center !important;
}
.align-items-xl-baseline[data-v-f519f675] {
    align-items: baseline !important;
}
.align-items-xl-stretch[data-v-f519f675] {
    align-items: stretch !important;
}
.align-content-xl-start[data-v-f519f675] {
    align-content: flex-start !important;
}
.align-content-xl-end[data-v-f519f675] {
    align-content: flex-end !important;
}
.align-content-xl-center[data-v-f519f675] {
    align-content: center !important;
}
.align-content-xl-between[data-v-f519f675] {
    align-content: space-between !important;
}
.align-content-xl-around[data-v-f519f675] {
    align-content: space-around !important;
}
.align-content-xl-stretch[data-v-f519f675] {
    align-content: stretch !important;
}
.align-self-xl-auto[data-v-f519f675] {
    align-self: auto !important;
}
.align-self-xl-start[data-v-f519f675] {
    align-self: flex-start !important;
}
.align-self-xl-end[data-v-f519f675] {
    align-self: flex-end !important;
}
.align-self-xl-center[data-v-f519f675] {
    align-self: center !important;
}
.align-self-xl-baseline[data-v-f519f675] {
    align-self: baseline !important;
}
.align-self-xl-stretch[data-v-f519f675] {
    align-self: stretch !important;
}
}
@media (min-width: 1400px) {
.flex-xxl-row[data-v-f519f675] {
    flex-direction: row !important;
}
.flex-xxl-column[data-v-f519f675] {
    flex-direction: column !important;
}
.flex-xxl-row-reverse[data-v-f519f675] {
    flex-direction: row-reverse !important;
}
.flex-xxl-column-reverse[data-v-f519f675] {
    flex-direction: column-reverse !important;
}
.flex-xxl-wrap[data-v-f519f675] {
    flex-wrap: wrap !important;
}
.flex-xxl-nowrap[data-v-f519f675] {
    flex-wrap: nowrap !important;
}
.flex-xxl-wrap-reverse[data-v-f519f675] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-xxl-start[data-v-f519f675] {
    justify-content: flex-start !important;
}
.justify-content-xxl-end[data-v-f519f675] {
    justify-content: flex-end !important;
}
.justify-content-xxl-center[data-v-f519f675] {
    justify-content: center !important;
}
.justify-content-xxl-between[data-v-f519f675] {
    justify-content: space-between !important;
}
.justify-content-xxl-around[data-v-f519f675] {
    justify-content: space-around !important;
}
.align-items-xxl-start[data-v-f519f675] {
    align-items: flex-start !important;
}
.align-items-xxl-end[data-v-f519f675] {
    align-items: flex-end !important;
}
.align-items-xxl-center[data-v-f519f675] {
    align-items: center !important;
}
.align-items-xxl-baseline[data-v-f519f675] {
    align-items: baseline !important;
}
.align-items-xxl-stretch[data-v-f519f675] {
    align-items: stretch !important;
}
.align-content-xxl-start[data-v-f519f675] {
    align-content: flex-start !important;
}
.align-content-xxl-end[data-v-f519f675] {
    align-content: flex-end !important;
}
.align-content-xxl-center[data-v-f519f675] {
    align-content: center !important;
}
.align-content-xxl-between[data-v-f519f675] {
    align-content: space-between !important;
}
.align-content-xxl-around[data-v-f519f675] {
    align-content: space-around !important;
}
.align-content-xxl-stretch[data-v-f519f675] {
    align-content: stretch !important;
}
.align-self-xxl-auto[data-v-f519f675] {
    align-self: auto !important;
}
.align-self-xxl-start[data-v-f519f675] {
    align-self: flex-start !important;
}
.align-self-xxl-end[data-v-f519f675] {
    align-self: flex-end !important;
}
.align-self-xxl-center[data-v-f519f675] {
    align-self: center !important;
}
.align-self-xxl-baseline[data-v-f519f675] {
    align-self: baseline !important;
}
.align-self-xxl-stretch[data-v-f519f675] {
    align-self: stretch !important;
}
}
.m-0[data-v-f519f675] {
  margin: 0 !important;
}
.mt-0[data-v-f519f675],
.my-0[data-v-f519f675] {
  margin-top: 0 !important;
}
.mr-0[data-v-f519f675],
.mx-0[data-v-f519f675] {
  margin-right: 0 !important;
}
.mb-0[data-v-f519f675],
.my-0[data-v-f519f675] {
  margin-bottom: 0 !important;
}
.ml-0[data-v-f519f675],
.mx-0[data-v-f519f675] {
  margin-left: 0 !important;
}
.m-1[data-v-f519f675] {
  margin: 2px !important;
}
.mt-1[data-v-f519f675],
.my-1[data-v-f519f675] {
  margin-top: 2px !important;
}
.mr-1[data-v-f519f675],
.mx-1[data-v-f519f675] {
  margin-right: 2px !important;
}
.mb-1[data-v-f519f675],
.my-1[data-v-f519f675] {
  margin-bottom: 2px !important;
}
.ml-1[data-v-f519f675],
.mx-1[data-v-f519f675] {
  margin-left: 2px !important;
}
.m-2[data-v-f519f675] {
  margin: 4px !important;
}
.mt-2[data-v-f519f675],
.my-2[data-v-f519f675] {
  margin-top: 4px !important;
}
.mr-2[data-v-f519f675],
.mx-2[data-v-f519f675] {
  margin-right: 4px !important;
}
.mb-2[data-v-f519f675],
.my-2[data-v-f519f675] {
  margin-bottom: 4px !important;
}
.ml-2[data-v-f519f675],
.mx-2[data-v-f519f675] {
  margin-left: 4px !important;
}
.m-3[data-v-f519f675] {
  margin: 8px !important;
}
.mt-3[data-v-f519f675],
.my-3[data-v-f519f675] {
  margin-top: 8px !important;
}
.mr-3[data-v-f519f675],
.mx-3[data-v-f519f675] {
  margin-right: 8px !important;
}
.mb-3[data-v-f519f675],
.my-3[data-v-f519f675] {
  margin-bottom: 8px !important;
}
.ml-3[data-v-f519f675],
.mx-3[data-v-f519f675] {
  margin-left: 8px !important;
}
.m-305[data-v-f519f675] {
  margin: 12px !important;
}
.mt-305[data-v-f519f675],
.my-305[data-v-f519f675] {
  margin-top: 12px !important;
}
.mr-305[data-v-f519f675],
.mx-305[data-v-f519f675] {
  margin-right: 12px !important;
}
.mb-305[data-v-f519f675],
.my-305[data-v-f519f675] {
  margin-bottom: 12px !important;
}
.ml-305[data-v-f519f675],
.mx-305[data-v-f519f675] {
  margin-left: 12px !important;
}
.m-4[data-v-f519f675] {
  margin: 16px !important;
}
.mt-4[data-v-f519f675],
.my-4[data-v-f519f675] {
  margin-top: 16px !important;
}
.mr-4[data-v-f519f675],
.mx-4[data-v-f519f675] {
  margin-right: 16px !important;
}
.mb-4[data-v-f519f675],
.my-4[data-v-f519f675] {
  margin-bottom: 16px !important;
}
.ml-4[data-v-f519f675],
.mx-4[data-v-f519f675] {
  margin-left: 16px !important;
}
.m-405[data-v-f519f675] {
  margin: 20px !important;
}
.mt-405[data-v-f519f675],
.my-405[data-v-f519f675] {
  margin-top: 20px !important;
}
.mr-405[data-v-f519f675],
.mx-405[data-v-f519f675] {
  margin-right: 20px !important;
}
.mb-405[data-v-f519f675],
.my-405[data-v-f519f675] {
  margin-bottom: 20px !important;
}
.ml-405[data-v-f519f675],
.mx-405[data-v-f519f675] {
  margin-left: 20px !important;
}
.m-5[data-v-f519f675] {
  margin: 24px !important;
}
.mt-5[data-v-f519f675],
.my-5[data-v-f519f675] {
  margin-top: 24px !important;
}
.mr-5[data-v-f519f675],
.mx-5[data-v-f519f675] {
  margin-right: 24px !important;
}
.mb-5[data-v-f519f675],
.my-5[data-v-f519f675] {
  margin-bottom: 24px !important;
}
.ml-5[data-v-f519f675],
.mx-5[data-v-f519f675] {
  margin-left: 24px !important;
}
.m-505[data-v-f519f675] {
  margin: 28px !important;
}
.mt-505[data-v-f519f675],
.my-505[data-v-f519f675] {
  margin-top: 28px !important;
}
.mr-505[data-v-f519f675],
.mx-505[data-v-f519f675] {
  margin-right: 28px !important;
}
.mb-505[data-v-f519f675],
.my-505[data-v-f519f675] {
  margin-bottom: 28px !important;
}
.ml-505[data-v-f519f675],
.mx-505[data-v-f519f675] {
  margin-left: 28px !important;
}
.m-6[data-v-f519f675] {
  margin: 32px !important;
}
.mt-6[data-v-f519f675],
.my-6[data-v-f519f675] {
  margin-top: 32px !important;
}
.mr-6[data-v-f519f675],
.mx-6[data-v-f519f675] {
  margin-right: 32px !important;
}
.mb-6[data-v-f519f675],
.my-6[data-v-f519f675] {
  margin-bottom: 32px !important;
}
.ml-6[data-v-f519f675],
.mx-6[data-v-f519f675] {
  margin-left: 32px !important;
}
.m-605[data-v-f519f675] {
  margin: 36px !important;
}
.mt-605[data-v-f519f675],
.my-605[data-v-f519f675] {
  margin-top: 36px !important;
}
.mr-605[data-v-f519f675],
.mx-605[data-v-f519f675] {
  margin-right: 36px !important;
}
.mb-605[data-v-f519f675],
.my-605[data-v-f519f675] {
  margin-bottom: 36px !important;
}
.ml-605[data-v-f519f675],
.mx-605[data-v-f519f675] {
  margin-left: 36px !important;
}
.m-7[data-v-f519f675] {
  margin: 40px !important;
}
.mt-7[data-v-f519f675],
.my-7[data-v-f519f675] {
  margin-top: 40px !important;
}
.mr-7[data-v-f519f675],
.mx-7[data-v-f519f675] {
  margin-right: 40px !important;
}
.mb-7[data-v-f519f675],
.my-7[data-v-f519f675] {
  margin-bottom: 40px !important;
}
.ml-7[data-v-f519f675],
.mx-7[data-v-f519f675] {
  margin-left: 40px !important;
}
.m-705[data-v-f519f675] {
  margin: 44px !important;
}
.mt-705[data-v-f519f675],
.my-705[data-v-f519f675] {
  margin-top: 44px !important;
}
.mr-705[data-v-f519f675],
.mx-705[data-v-f519f675] {
  margin-right: 44px !important;
}
.mb-705[data-v-f519f675],
.my-705[data-v-f519f675] {
  margin-bottom: 44px !important;
}
.ml-705[data-v-f519f675],
.mx-705[data-v-f519f675] {
  margin-left: 44px !important;
}
.m-8[data-v-f519f675] {
  margin: 48px !important;
}
.mt-8[data-v-f519f675],
.my-8[data-v-f519f675] {
  margin-top: 48px !important;
}
.mr-8[data-v-f519f675],
.mx-8[data-v-f519f675] {
  margin-right: 48px !important;
}
.mb-8[data-v-f519f675],
.my-8[data-v-f519f675] {
  margin-bottom: 48px !important;
}
.ml-8[data-v-f519f675],
.mx-8[data-v-f519f675] {
  margin-left: 48px !important;
}
.m-805[data-v-f519f675] {
  margin: 52px !important;
}
.mt-805[data-v-f519f675],
.my-805[data-v-f519f675] {
  margin-top: 52px !important;
}
.mr-805[data-v-f519f675],
.mx-805[data-v-f519f675] {
  margin-right: 52px !important;
}
.mb-805[data-v-f519f675],
.my-805[data-v-f519f675] {
  margin-bottom: 52px !important;
}
.ml-805[data-v-f519f675],
.mx-805[data-v-f519f675] {
  margin-left: 52px !important;
}
.m-9[data-v-f519f675] {
  margin: 56px !important;
}
.mt-9[data-v-f519f675],
.my-9[data-v-f519f675] {
  margin-top: 56px !important;
}
.mr-9[data-v-f519f675],
.mx-9[data-v-f519f675] {
  margin-right: 56px !important;
}
.mb-9[data-v-f519f675],
.my-9[data-v-f519f675] {
  margin-bottom: 56px !important;
}
.ml-9[data-v-f519f675],
.mx-9[data-v-f519f675] {
  margin-left: 56px !important;
}
.m-905[data-v-f519f675] {
  margin: 60px !important;
}
.mt-905[data-v-f519f675],
.my-905[data-v-f519f675] {
  margin-top: 60px !important;
}
.mr-905[data-v-f519f675],
.mx-905[data-v-f519f675] {
  margin-right: 60px !important;
}
.mb-905[data-v-f519f675],
.my-905[data-v-f519f675] {
  margin-bottom: 60px !important;
}
.ml-905[data-v-f519f675],
.mx-905[data-v-f519f675] {
  margin-left: 60px !important;
}
.p-0[data-v-f519f675] {
  padding: 0 !important;
}
.pt-0[data-v-f519f675],
.py-0[data-v-f519f675] {
  padding-top: 0 !important;
}
.pr-0[data-v-f519f675],
.px-0[data-v-f519f675] {
  padding-right: 0 !important;
}
.pb-0[data-v-f519f675],
.py-0[data-v-f519f675] {
  padding-bottom: 0 !important;
}
.pl-0[data-v-f519f675],
.px-0[data-v-f519f675] {
  padding-left: 0 !important;
}
.p-1[data-v-f519f675] {
  padding: 2px !important;
}
.pt-1[data-v-f519f675],
.py-1[data-v-f519f675] {
  padding-top: 2px !important;
}
.pr-1[data-v-f519f675],
.px-1[data-v-f519f675] {
  padding-right: 2px !important;
}
.pb-1[data-v-f519f675],
.py-1[data-v-f519f675] {
  padding-bottom: 2px !important;
}
.pl-1[data-v-f519f675],
.px-1[data-v-f519f675] {
  padding-left: 2px !important;
}
.p-2[data-v-f519f675] {
  padding: 4px !important;
}
.pt-2[data-v-f519f675],
.py-2[data-v-f519f675] {
  padding-top: 4px !important;
}
.pr-2[data-v-f519f675],
.px-2[data-v-f519f675] {
  padding-right: 4px !important;
}
.pb-2[data-v-f519f675],
.py-2[data-v-f519f675] {
  padding-bottom: 4px !important;
}
.pl-2[data-v-f519f675],
.px-2[data-v-f519f675] {
  padding-left: 4px !important;
}
.p-3[data-v-f519f675] {
  padding: 8px !important;
}
.pt-3[data-v-f519f675],
.py-3[data-v-f519f675] {
  padding-top: 8px !important;
}
.pr-3[data-v-f519f675],
.px-3[data-v-f519f675] {
  padding-right: 8px !important;
}
.pb-3[data-v-f519f675],
.py-3[data-v-f519f675] {
  padding-bottom: 8px !important;
}
.pl-3[data-v-f519f675],
.px-3[data-v-f519f675] {
  padding-left: 8px !important;
}
.p-305[data-v-f519f675] {
  padding: 12px !important;
}
.pt-305[data-v-f519f675],
.py-305[data-v-f519f675] {
  padding-top: 12px !important;
}
.pr-305[data-v-f519f675],
.px-305[data-v-f519f675] {
  padding-right: 12px !important;
}
.pb-305[data-v-f519f675],
.py-305[data-v-f519f675] {
  padding-bottom: 12px !important;
}
.pl-305[data-v-f519f675],
.px-305[data-v-f519f675] {
  padding-left: 12px !important;
}
.p-4[data-v-f519f675] {
  padding: 16px !important;
}
.pt-4[data-v-f519f675],
.py-4[data-v-f519f675] {
  padding-top: 16px !important;
}
.pr-4[data-v-f519f675],
.px-4[data-v-f519f675] {
  padding-right: 16px !important;
}
.pb-4[data-v-f519f675],
.py-4[data-v-f519f675] {
  padding-bottom: 16px !important;
}
.pl-4[data-v-f519f675],
.px-4[data-v-f519f675] {
  padding-left: 16px !important;
}
.p-405[data-v-f519f675] {
  padding: 20px !important;
}
.pt-405[data-v-f519f675],
.py-405[data-v-f519f675] {
  padding-top: 20px !important;
}
.pr-405[data-v-f519f675],
.px-405[data-v-f519f675] {
  padding-right: 20px !important;
}
.pb-405[data-v-f519f675],
.py-405[data-v-f519f675] {
  padding-bottom: 20px !important;
}
.pl-405[data-v-f519f675],
.px-405[data-v-f519f675] {
  padding-left: 20px !important;
}
.p-5[data-v-f519f675] {
  padding: 24px !important;
}
.pt-5[data-v-f519f675],
.py-5[data-v-f519f675] {
  padding-top: 24px !important;
}
.pr-5[data-v-f519f675],
.px-5[data-v-f519f675] {
  padding-right: 24px !important;
}
.pb-5[data-v-f519f675],
.py-5[data-v-f519f675] {
  padding-bottom: 24px !important;
}
.pl-5[data-v-f519f675],
.px-5[data-v-f519f675] {
  padding-left: 24px !important;
}
.p-505[data-v-f519f675] {
  padding: 28px !important;
}
.pt-505[data-v-f519f675],
.py-505[data-v-f519f675] {
  padding-top: 28px !important;
}
.pr-505[data-v-f519f675],
.px-505[data-v-f519f675] {
  padding-right: 28px !important;
}
.pb-505[data-v-f519f675],
.py-505[data-v-f519f675] {
  padding-bottom: 28px !important;
}
.pl-505[data-v-f519f675],
.px-505[data-v-f519f675] {
  padding-left: 28px !important;
}
.p-6[data-v-f519f675] {
  padding: 32px !important;
}
.pt-6[data-v-f519f675],
.py-6[data-v-f519f675] {
  padding-top: 32px !important;
}
.pr-6[data-v-f519f675],
.px-6[data-v-f519f675] {
  padding-right: 32px !important;
}
.pb-6[data-v-f519f675],
.py-6[data-v-f519f675] {
  padding-bottom: 32px !important;
}
.pl-6[data-v-f519f675],
.px-6[data-v-f519f675] {
  padding-left: 32px !important;
}
.p-605[data-v-f519f675] {
  padding: 36px !important;
}
.pt-605[data-v-f519f675],
.py-605[data-v-f519f675] {
  padding-top: 36px !important;
}
.pr-605[data-v-f519f675],
.px-605[data-v-f519f675] {
  padding-right: 36px !important;
}
.pb-605[data-v-f519f675],
.py-605[data-v-f519f675] {
  padding-bottom: 36px !important;
}
.pl-605[data-v-f519f675],
.px-605[data-v-f519f675] {
  padding-left: 36px !important;
}
.p-7[data-v-f519f675] {
  padding: 40px !important;
}
.pt-7[data-v-f519f675],
.py-7[data-v-f519f675] {
  padding-top: 40px !important;
}
.pr-7[data-v-f519f675],
.px-7[data-v-f519f675] {
  padding-right: 40px !important;
}
.pb-7[data-v-f519f675],
.py-7[data-v-f519f675] {
  padding-bottom: 40px !important;
}
.pl-7[data-v-f519f675],
.px-7[data-v-f519f675] {
  padding-left: 40px !important;
}
.p-705[data-v-f519f675] {
  padding: 44px !important;
}
.pt-705[data-v-f519f675],
.py-705[data-v-f519f675] {
  padding-top: 44px !important;
}
.pr-705[data-v-f519f675],
.px-705[data-v-f519f675] {
  padding-right: 44px !important;
}
.pb-705[data-v-f519f675],
.py-705[data-v-f519f675] {
  padding-bottom: 44px !important;
}
.pl-705[data-v-f519f675],
.px-705[data-v-f519f675] {
  padding-left: 44px !important;
}
.p-8[data-v-f519f675] {
  padding: 48px !important;
}
.pt-8[data-v-f519f675],
.py-8[data-v-f519f675] {
  padding-top: 48px !important;
}
.pr-8[data-v-f519f675],
.px-8[data-v-f519f675] {
  padding-right: 48px !important;
}
.pb-8[data-v-f519f675],
.py-8[data-v-f519f675] {
  padding-bottom: 48px !important;
}
.pl-8[data-v-f519f675],
.px-8[data-v-f519f675] {
  padding-left: 48px !important;
}
.p-805[data-v-f519f675] {
  padding: 52px !important;
}
.pt-805[data-v-f519f675],
.py-805[data-v-f519f675] {
  padding-top: 52px !important;
}
.pr-805[data-v-f519f675],
.px-805[data-v-f519f675] {
  padding-right: 52px !important;
}
.pb-805[data-v-f519f675],
.py-805[data-v-f519f675] {
  padding-bottom: 52px !important;
}
.pl-805[data-v-f519f675],
.px-805[data-v-f519f675] {
  padding-left: 52px !important;
}
.p-9[data-v-f519f675] {
  padding: 56px !important;
}
.pt-9[data-v-f519f675],
.py-9[data-v-f519f675] {
  padding-top: 56px !important;
}
.pr-9[data-v-f519f675],
.px-9[data-v-f519f675] {
  padding-right: 56px !important;
}
.pb-9[data-v-f519f675],
.py-9[data-v-f519f675] {
  padding-bottom: 56px !important;
}
.pl-9[data-v-f519f675],
.px-9[data-v-f519f675] {
  padding-left: 56px !important;
}
.p-905[data-v-f519f675] {
  padding: 60px !important;
}
.pt-905[data-v-f519f675],
.py-905[data-v-f519f675] {
  padding-top: 60px !important;
}
.pr-905[data-v-f519f675],
.px-905[data-v-f519f675] {
  padding-right: 60px !important;
}
.pb-905[data-v-f519f675],
.py-905[data-v-f519f675] {
  padding-bottom: 60px !important;
}
.pl-905[data-v-f519f675],
.px-905[data-v-f519f675] {
  padding-left: 60px !important;
}
.m-auto[data-v-f519f675] {
  margin: auto !important;
}
.mt-auto[data-v-f519f675],
.my-auto[data-v-f519f675] {
  margin-top: auto !important;
}
.mr-auto[data-v-f519f675],
.mx-auto[data-v-f519f675] {
  margin-right: auto !important;
}
.mb-auto[data-v-f519f675],
.my-auto[data-v-f519f675] {
  margin-bottom: auto !important;
}
.ml-auto[data-v-f519f675],
.mx-auto[data-v-f519f675] {
  margin-left: auto !important;
}
@media (min-width: 576px) {
.m-sm-0[data-v-f519f675] {
    margin: 0 !important;
}
.mt-sm-0[data-v-f519f675],
  .my-sm-0[data-v-f519f675] {
    margin-top: 0 !important;
}
.mr-sm-0[data-v-f519f675],
  .mx-sm-0[data-v-f519f675] {
    margin-right: 0 !important;
}
.mb-sm-0[data-v-f519f675],
  .my-sm-0[data-v-f519f675] {
    margin-bottom: 0 !important;
}
.ml-sm-0[data-v-f519f675],
  .mx-sm-0[data-v-f519f675] {
    margin-left: 0 !important;
}
.m-sm-1[data-v-f519f675] {
    margin: 2px !important;
}
.mt-sm-1[data-v-f519f675],
  .my-sm-1[data-v-f519f675] {
    margin-top: 2px !important;
}
.mr-sm-1[data-v-f519f675],
  .mx-sm-1[data-v-f519f675] {
    margin-right: 2px !important;
}
.mb-sm-1[data-v-f519f675],
  .my-sm-1[data-v-f519f675] {
    margin-bottom: 2px !important;
}
.ml-sm-1[data-v-f519f675],
  .mx-sm-1[data-v-f519f675] {
    margin-left: 2px !important;
}
.m-sm-2[data-v-f519f675] {
    margin: 4px !important;
}
.mt-sm-2[data-v-f519f675],
  .my-sm-2[data-v-f519f675] {
    margin-top: 4px !important;
}
.mr-sm-2[data-v-f519f675],
  .mx-sm-2[data-v-f519f675] {
    margin-right: 4px !important;
}
.mb-sm-2[data-v-f519f675],
  .my-sm-2[data-v-f519f675] {
    margin-bottom: 4px !important;
}
.ml-sm-2[data-v-f519f675],
  .mx-sm-2[data-v-f519f675] {
    margin-left: 4px !important;
}
.m-sm-3[data-v-f519f675] {
    margin: 8px !important;
}
.mt-sm-3[data-v-f519f675],
  .my-sm-3[data-v-f519f675] {
    margin-top: 8px !important;
}
.mr-sm-3[data-v-f519f675],
  .mx-sm-3[data-v-f519f675] {
    margin-right: 8px !important;
}
.mb-sm-3[data-v-f519f675],
  .my-sm-3[data-v-f519f675] {
    margin-bottom: 8px !important;
}
.ml-sm-3[data-v-f519f675],
  .mx-sm-3[data-v-f519f675] {
    margin-left: 8px !important;
}
.m-sm-305[data-v-f519f675] {
    margin: 12px !important;
}
.mt-sm-305[data-v-f519f675],
  .my-sm-305[data-v-f519f675] {
    margin-top: 12px !important;
}
.mr-sm-305[data-v-f519f675],
  .mx-sm-305[data-v-f519f675] {
    margin-right: 12px !important;
}
.mb-sm-305[data-v-f519f675],
  .my-sm-305[data-v-f519f675] {
    margin-bottom: 12px !important;
}
.ml-sm-305[data-v-f519f675],
  .mx-sm-305[data-v-f519f675] {
    margin-left: 12px !important;
}
.m-sm-4[data-v-f519f675] {
    margin: 16px !important;
}
.mt-sm-4[data-v-f519f675],
  .my-sm-4[data-v-f519f675] {
    margin-top: 16px !important;
}
.mr-sm-4[data-v-f519f675],
  .mx-sm-4[data-v-f519f675] {
    margin-right: 16px !important;
}
.mb-sm-4[data-v-f519f675],
  .my-sm-4[data-v-f519f675] {
    margin-bottom: 16px !important;
}
.ml-sm-4[data-v-f519f675],
  .mx-sm-4[data-v-f519f675] {
    margin-left: 16px !important;
}
.m-sm-405[data-v-f519f675] {
    margin: 20px !important;
}
.mt-sm-405[data-v-f519f675],
  .my-sm-405[data-v-f519f675] {
    margin-top: 20px !important;
}
.mr-sm-405[data-v-f519f675],
  .mx-sm-405[data-v-f519f675] {
    margin-right: 20px !important;
}
.mb-sm-405[data-v-f519f675],
  .my-sm-405[data-v-f519f675] {
    margin-bottom: 20px !important;
}
.ml-sm-405[data-v-f519f675],
  .mx-sm-405[data-v-f519f675] {
    margin-left: 20px !important;
}
.m-sm-5[data-v-f519f675] {
    margin: 24px !important;
}
.mt-sm-5[data-v-f519f675],
  .my-sm-5[data-v-f519f675] {
    margin-top: 24px !important;
}
.mr-sm-5[data-v-f519f675],
  .mx-sm-5[data-v-f519f675] {
    margin-right: 24px !important;
}
.mb-sm-5[data-v-f519f675],
  .my-sm-5[data-v-f519f675] {
    margin-bottom: 24px !important;
}
.ml-sm-5[data-v-f519f675],
  .mx-sm-5[data-v-f519f675] {
    margin-left: 24px !important;
}
.m-sm-505[data-v-f519f675] {
    margin: 28px !important;
}
.mt-sm-505[data-v-f519f675],
  .my-sm-505[data-v-f519f675] {
    margin-top: 28px !important;
}
.mr-sm-505[data-v-f519f675],
  .mx-sm-505[data-v-f519f675] {
    margin-right: 28px !important;
}
.mb-sm-505[data-v-f519f675],
  .my-sm-505[data-v-f519f675] {
    margin-bottom: 28px !important;
}
.ml-sm-505[data-v-f519f675],
  .mx-sm-505[data-v-f519f675] {
    margin-left: 28px !important;
}
.m-sm-6[data-v-f519f675] {
    margin: 32px !important;
}
.mt-sm-6[data-v-f519f675],
  .my-sm-6[data-v-f519f675] {
    margin-top: 32px !important;
}
.mr-sm-6[data-v-f519f675],
  .mx-sm-6[data-v-f519f675] {
    margin-right: 32px !important;
}
.mb-sm-6[data-v-f519f675],
  .my-sm-6[data-v-f519f675] {
    margin-bottom: 32px !important;
}
.ml-sm-6[data-v-f519f675],
  .mx-sm-6[data-v-f519f675] {
    margin-left: 32px !important;
}
.m-sm-605[data-v-f519f675] {
    margin: 36px !important;
}
.mt-sm-605[data-v-f519f675],
  .my-sm-605[data-v-f519f675] {
    margin-top: 36px !important;
}
.mr-sm-605[data-v-f519f675],
  .mx-sm-605[data-v-f519f675] {
    margin-right: 36px !important;
}
.mb-sm-605[data-v-f519f675],
  .my-sm-605[data-v-f519f675] {
    margin-bottom: 36px !important;
}
.ml-sm-605[data-v-f519f675],
  .mx-sm-605[data-v-f519f675] {
    margin-left: 36px !important;
}
.m-sm-7[data-v-f519f675] {
    margin: 40px !important;
}
.mt-sm-7[data-v-f519f675],
  .my-sm-7[data-v-f519f675] {
    margin-top: 40px !important;
}
.mr-sm-7[data-v-f519f675],
  .mx-sm-7[data-v-f519f675] {
    margin-right: 40px !important;
}
.mb-sm-7[data-v-f519f675],
  .my-sm-7[data-v-f519f675] {
    margin-bottom: 40px !important;
}
.ml-sm-7[data-v-f519f675],
  .mx-sm-7[data-v-f519f675] {
    margin-left: 40px !important;
}
.m-sm-705[data-v-f519f675] {
    margin: 44px !important;
}
.mt-sm-705[data-v-f519f675],
  .my-sm-705[data-v-f519f675] {
    margin-top: 44px !important;
}
.mr-sm-705[data-v-f519f675],
  .mx-sm-705[data-v-f519f675] {
    margin-right: 44px !important;
}
.mb-sm-705[data-v-f519f675],
  .my-sm-705[data-v-f519f675] {
    margin-bottom: 44px !important;
}
.ml-sm-705[data-v-f519f675],
  .mx-sm-705[data-v-f519f675] {
    margin-left: 44px !important;
}
.m-sm-8[data-v-f519f675] {
    margin: 48px !important;
}
.mt-sm-8[data-v-f519f675],
  .my-sm-8[data-v-f519f675] {
    margin-top: 48px !important;
}
.mr-sm-8[data-v-f519f675],
  .mx-sm-8[data-v-f519f675] {
    margin-right: 48px !important;
}
.mb-sm-8[data-v-f519f675],
  .my-sm-8[data-v-f519f675] {
    margin-bottom: 48px !important;
}
.ml-sm-8[data-v-f519f675],
  .mx-sm-8[data-v-f519f675] {
    margin-left: 48px !important;
}
.m-sm-805[data-v-f519f675] {
    margin: 52px !important;
}
.mt-sm-805[data-v-f519f675],
  .my-sm-805[data-v-f519f675] {
    margin-top: 52px !important;
}
.mr-sm-805[data-v-f519f675],
  .mx-sm-805[data-v-f519f675] {
    margin-right: 52px !important;
}
.mb-sm-805[data-v-f519f675],
  .my-sm-805[data-v-f519f675] {
    margin-bottom: 52px !important;
}
.ml-sm-805[data-v-f519f675],
  .mx-sm-805[data-v-f519f675] {
    margin-left: 52px !important;
}
.m-sm-9[data-v-f519f675] {
    margin: 56px !important;
}
.mt-sm-9[data-v-f519f675],
  .my-sm-9[data-v-f519f675] {
    margin-top: 56px !important;
}
.mr-sm-9[data-v-f519f675],
  .mx-sm-9[data-v-f519f675] {
    margin-right: 56px !important;
}
.mb-sm-9[data-v-f519f675],
  .my-sm-9[data-v-f519f675] {
    margin-bottom: 56px !important;
}
.ml-sm-9[data-v-f519f675],
  .mx-sm-9[data-v-f519f675] {
    margin-left: 56px !important;
}
.m-sm-905[data-v-f519f675] {
    margin: 60px !important;
}
.mt-sm-905[data-v-f519f675],
  .my-sm-905[data-v-f519f675] {
    margin-top: 60px !important;
}
.mr-sm-905[data-v-f519f675],
  .mx-sm-905[data-v-f519f675] {
    margin-right: 60px !important;
}
.mb-sm-905[data-v-f519f675],
  .my-sm-905[data-v-f519f675] {
    margin-bottom: 60px !important;
}
.ml-sm-905[data-v-f519f675],
  .mx-sm-905[data-v-f519f675] {
    margin-left: 60px !important;
}
.p-sm-0[data-v-f519f675] {
    padding: 0 !important;
}
.pt-sm-0[data-v-f519f675],
  .py-sm-0[data-v-f519f675] {
    padding-top: 0 !important;
}
.pr-sm-0[data-v-f519f675],
  .px-sm-0[data-v-f519f675] {
    padding-right: 0 !important;
}
.pb-sm-0[data-v-f519f675],
  .py-sm-0[data-v-f519f675] {
    padding-bottom: 0 !important;
}
.pl-sm-0[data-v-f519f675],
  .px-sm-0[data-v-f519f675] {
    padding-left: 0 !important;
}
.p-sm-1[data-v-f519f675] {
    padding: 2px !important;
}
.pt-sm-1[data-v-f519f675],
  .py-sm-1[data-v-f519f675] {
    padding-top: 2px !important;
}
.pr-sm-1[data-v-f519f675],
  .px-sm-1[data-v-f519f675] {
    padding-right: 2px !important;
}
.pb-sm-1[data-v-f519f675],
  .py-sm-1[data-v-f519f675] {
    padding-bottom: 2px !important;
}
.pl-sm-1[data-v-f519f675],
  .px-sm-1[data-v-f519f675] {
    padding-left: 2px !important;
}
.p-sm-2[data-v-f519f675] {
    padding: 4px !important;
}
.pt-sm-2[data-v-f519f675],
  .py-sm-2[data-v-f519f675] {
    padding-top: 4px !important;
}
.pr-sm-2[data-v-f519f675],
  .px-sm-2[data-v-f519f675] {
    padding-right: 4px !important;
}
.pb-sm-2[data-v-f519f675],
  .py-sm-2[data-v-f519f675] {
    padding-bottom: 4px !important;
}
.pl-sm-2[data-v-f519f675],
  .px-sm-2[data-v-f519f675] {
    padding-left: 4px !important;
}
.p-sm-3[data-v-f519f675] {
    padding: 8px !important;
}
.pt-sm-3[data-v-f519f675],
  .py-sm-3[data-v-f519f675] {
    padding-top: 8px !important;
}
.pr-sm-3[data-v-f519f675],
  .px-sm-3[data-v-f519f675] {
    padding-right: 8px !important;
}
.pb-sm-3[data-v-f519f675],
  .py-sm-3[data-v-f519f675] {
    padding-bottom: 8px !important;
}
.pl-sm-3[data-v-f519f675],
  .px-sm-3[data-v-f519f675] {
    padding-left: 8px !important;
}
.p-sm-305[data-v-f519f675] {
    padding: 12px !important;
}
.pt-sm-305[data-v-f519f675],
  .py-sm-305[data-v-f519f675] {
    padding-top: 12px !important;
}
.pr-sm-305[data-v-f519f675],
  .px-sm-305[data-v-f519f675] {
    padding-right: 12px !important;
}
.pb-sm-305[data-v-f519f675],
  .py-sm-305[data-v-f519f675] {
    padding-bottom: 12px !important;
}
.pl-sm-305[data-v-f519f675],
  .px-sm-305[data-v-f519f675] {
    padding-left: 12px !important;
}
.p-sm-4[data-v-f519f675] {
    padding: 16px !important;
}
.pt-sm-4[data-v-f519f675],
  .py-sm-4[data-v-f519f675] {
    padding-top: 16px !important;
}
.pr-sm-4[data-v-f519f675],
  .px-sm-4[data-v-f519f675] {
    padding-right: 16px !important;
}
.pb-sm-4[data-v-f519f675],
  .py-sm-4[data-v-f519f675] {
    padding-bottom: 16px !important;
}
.pl-sm-4[data-v-f519f675],
  .px-sm-4[data-v-f519f675] {
    padding-left: 16px !important;
}
.p-sm-405[data-v-f519f675] {
    padding: 20px !important;
}
.pt-sm-405[data-v-f519f675],
  .py-sm-405[data-v-f519f675] {
    padding-top: 20px !important;
}
.pr-sm-405[data-v-f519f675],
  .px-sm-405[data-v-f519f675] {
    padding-right: 20px !important;
}
.pb-sm-405[data-v-f519f675],
  .py-sm-405[data-v-f519f675] {
    padding-bottom: 20px !important;
}
.pl-sm-405[data-v-f519f675],
  .px-sm-405[data-v-f519f675] {
    padding-left: 20px !important;
}
.p-sm-5[data-v-f519f675] {
    padding: 24px !important;
}
.pt-sm-5[data-v-f519f675],
  .py-sm-5[data-v-f519f675] {
    padding-top: 24px !important;
}
.pr-sm-5[data-v-f519f675],
  .px-sm-5[data-v-f519f675] {
    padding-right: 24px !important;
}
.pb-sm-5[data-v-f519f675],
  .py-sm-5[data-v-f519f675] {
    padding-bottom: 24px !important;
}
.pl-sm-5[data-v-f519f675],
  .px-sm-5[data-v-f519f675] {
    padding-left: 24px !important;
}
.p-sm-505[data-v-f519f675] {
    padding: 28px !important;
}
.pt-sm-505[data-v-f519f675],
  .py-sm-505[data-v-f519f675] {
    padding-top: 28px !important;
}
.pr-sm-505[data-v-f519f675],
  .px-sm-505[data-v-f519f675] {
    padding-right: 28px !important;
}
.pb-sm-505[data-v-f519f675],
  .py-sm-505[data-v-f519f675] {
    padding-bottom: 28px !important;
}
.pl-sm-505[data-v-f519f675],
  .px-sm-505[data-v-f519f675] {
    padding-left: 28px !important;
}
.p-sm-6[data-v-f519f675] {
    padding: 32px !important;
}
.pt-sm-6[data-v-f519f675],
  .py-sm-6[data-v-f519f675] {
    padding-top: 32px !important;
}
.pr-sm-6[data-v-f519f675],
  .px-sm-6[data-v-f519f675] {
    padding-right: 32px !important;
}
.pb-sm-6[data-v-f519f675],
  .py-sm-6[data-v-f519f675] {
    padding-bottom: 32px !important;
}
.pl-sm-6[data-v-f519f675],
  .px-sm-6[data-v-f519f675] {
    padding-left: 32px !important;
}
.p-sm-605[data-v-f519f675] {
    padding: 36px !important;
}
.pt-sm-605[data-v-f519f675],
  .py-sm-605[data-v-f519f675] {
    padding-top: 36px !important;
}
.pr-sm-605[data-v-f519f675],
  .px-sm-605[data-v-f519f675] {
    padding-right: 36px !important;
}
.pb-sm-605[data-v-f519f675],
  .py-sm-605[data-v-f519f675] {
    padding-bottom: 36px !important;
}
.pl-sm-605[data-v-f519f675],
  .px-sm-605[data-v-f519f675] {
    padding-left: 36px !important;
}
.p-sm-7[data-v-f519f675] {
    padding: 40px !important;
}
.pt-sm-7[data-v-f519f675],
  .py-sm-7[data-v-f519f675] {
    padding-top: 40px !important;
}
.pr-sm-7[data-v-f519f675],
  .px-sm-7[data-v-f519f675] {
    padding-right: 40px !important;
}
.pb-sm-7[data-v-f519f675],
  .py-sm-7[data-v-f519f675] {
    padding-bottom: 40px !important;
}
.pl-sm-7[data-v-f519f675],
  .px-sm-7[data-v-f519f675] {
    padding-left: 40px !important;
}
.p-sm-705[data-v-f519f675] {
    padding: 44px !important;
}
.pt-sm-705[data-v-f519f675],
  .py-sm-705[data-v-f519f675] {
    padding-top: 44px !important;
}
.pr-sm-705[data-v-f519f675],
  .px-sm-705[data-v-f519f675] {
    padding-right: 44px !important;
}
.pb-sm-705[data-v-f519f675],
  .py-sm-705[data-v-f519f675] {
    padding-bottom: 44px !important;
}
.pl-sm-705[data-v-f519f675],
  .px-sm-705[data-v-f519f675] {
    padding-left: 44px !important;
}
.p-sm-8[data-v-f519f675] {
    padding: 48px !important;
}
.pt-sm-8[data-v-f519f675],
  .py-sm-8[data-v-f519f675] {
    padding-top: 48px !important;
}
.pr-sm-8[data-v-f519f675],
  .px-sm-8[data-v-f519f675] {
    padding-right: 48px !important;
}
.pb-sm-8[data-v-f519f675],
  .py-sm-8[data-v-f519f675] {
    padding-bottom: 48px !important;
}
.pl-sm-8[data-v-f519f675],
  .px-sm-8[data-v-f519f675] {
    padding-left: 48px !important;
}
.p-sm-805[data-v-f519f675] {
    padding: 52px !important;
}
.pt-sm-805[data-v-f519f675],
  .py-sm-805[data-v-f519f675] {
    padding-top: 52px !important;
}
.pr-sm-805[data-v-f519f675],
  .px-sm-805[data-v-f519f675] {
    padding-right: 52px !important;
}
.pb-sm-805[data-v-f519f675],
  .py-sm-805[data-v-f519f675] {
    padding-bottom: 52px !important;
}
.pl-sm-805[data-v-f519f675],
  .px-sm-805[data-v-f519f675] {
    padding-left: 52px !important;
}
.p-sm-9[data-v-f519f675] {
    padding: 56px !important;
}
.pt-sm-9[data-v-f519f675],
  .py-sm-9[data-v-f519f675] {
    padding-top: 56px !important;
}
.pr-sm-9[data-v-f519f675],
  .px-sm-9[data-v-f519f675] {
    padding-right: 56px !important;
}
.pb-sm-9[data-v-f519f675],
  .py-sm-9[data-v-f519f675] {
    padding-bottom: 56px !important;
}
.pl-sm-9[data-v-f519f675],
  .px-sm-9[data-v-f519f675] {
    padding-left: 56px !important;
}
.p-sm-905[data-v-f519f675] {
    padding: 60px !important;
}
.pt-sm-905[data-v-f519f675],
  .py-sm-905[data-v-f519f675] {
    padding-top: 60px !important;
}
.pr-sm-905[data-v-f519f675],
  .px-sm-905[data-v-f519f675] {
    padding-right: 60px !important;
}
.pb-sm-905[data-v-f519f675],
  .py-sm-905[data-v-f519f675] {
    padding-bottom: 60px !important;
}
.pl-sm-905[data-v-f519f675],
  .px-sm-905[data-v-f519f675] {
    padding-left: 60px !important;
}
.m-sm-auto[data-v-f519f675] {
    margin: auto !important;
}
.mt-sm-auto[data-v-f519f675],
  .my-sm-auto[data-v-f519f675] {
    margin-top: auto !important;
}
.mr-sm-auto[data-v-f519f675],
  .mx-sm-auto[data-v-f519f675] {
    margin-right: auto !important;
}
.mb-sm-auto[data-v-f519f675],
  .my-sm-auto[data-v-f519f675] {
    margin-bottom: auto !important;
}
.ml-sm-auto[data-v-f519f675],
  .mx-sm-auto[data-v-f519f675] {
    margin-left: auto !important;
}
}
@media (min-width: 768px) {
.m-md-0[data-v-f519f675] {
    margin: 0 !important;
}
.mt-md-0[data-v-f519f675],
  .my-md-0[data-v-f519f675] {
    margin-top: 0 !important;
}
.mr-md-0[data-v-f519f675],
  .mx-md-0[data-v-f519f675] {
    margin-right: 0 !important;
}
.mb-md-0[data-v-f519f675],
  .my-md-0[data-v-f519f675] {
    margin-bottom: 0 !important;
}
.ml-md-0[data-v-f519f675],
  .mx-md-0[data-v-f519f675] {
    margin-left: 0 !important;
}
.m-md-1[data-v-f519f675] {
    margin: 2px !important;
}
.mt-md-1[data-v-f519f675],
  .my-md-1[data-v-f519f675] {
    margin-top: 2px !important;
}
.mr-md-1[data-v-f519f675],
  .mx-md-1[data-v-f519f675] {
    margin-right: 2px !important;
}
.mb-md-1[data-v-f519f675],
  .my-md-1[data-v-f519f675] {
    margin-bottom: 2px !important;
}
.ml-md-1[data-v-f519f675],
  .mx-md-1[data-v-f519f675] {
    margin-left: 2px !important;
}
.m-md-2[data-v-f519f675] {
    margin: 4px !important;
}
.mt-md-2[data-v-f519f675],
  .my-md-2[data-v-f519f675] {
    margin-top: 4px !important;
}
.mr-md-2[data-v-f519f675],
  .mx-md-2[data-v-f519f675] {
    margin-right: 4px !important;
}
.mb-md-2[data-v-f519f675],
  .my-md-2[data-v-f519f675] {
    margin-bottom: 4px !important;
}
.ml-md-2[data-v-f519f675],
  .mx-md-2[data-v-f519f675] {
    margin-left: 4px !important;
}
.m-md-3[data-v-f519f675] {
    margin: 8px !important;
}
.mt-md-3[data-v-f519f675],
  .my-md-3[data-v-f519f675] {
    margin-top: 8px !important;
}
.mr-md-3[data-v-f519f675],
  .mx-md-3[data-v-f519f675] {
    margin-right: 8px !important;
}
.mb-md-3[data-v-f519f675],
  .my-md-3[data-v-f519f675] {
    margin-bottom: 8px !important;
}
.ml-md-3[data-v-f519f675],
  .mx-md-3[data-v-f519f675] {
    margin-left: 8px !important;
}
.m-md-305[data-v-f519f675] {
    margin: 12px !important;
}
.mt-md-305[data-v-f519f675],
  .my-md-305[data-v-f519f675] {
    margin-top: 12px !important;
}
.mr-md-305[data-v-f519f675],
  .mx-md-305[data-v-f519f675] {
    margin-right: 12px !important;
}
.mb-md-305[data-v-f519f675],
  .my-md-305[data-v-f519f675] {
    margin-bottom: 12px !important;
}
.ml-md-305[data-v-f519f675],
  .mx-md-305[data-v-f519f675] {
    margin-left: 12px !important;
}
.m-md-4[data-v-f519f675] {
    margin: 16px !important;
}
.mt-md-4[data-v-f519f675],
  .my-md-4[data-v-f519f675] {
    margin-top: 16px !important;
}
.mr-md-4[data-v-f519f675],
  .mx-md-4[data-v-f519f675] {
    margin-right: 16px !important;
}
.mb-md-4[data-v-f519f675],
  .my-md-4[data-v-f519f675] {
    margin-bottom: 16px !important;
}
.ml-md-4[data-v-f519f675],
  .mx-md-4[data-v-f519f675] {
    margin-left: 16px !important;
}
.m-md-405[data-v-f519f675] {
    margin: 20px !important;
}
.mt-md-405[data-v-f519f675],
  .my-md-405[data-v-f519f675] {
    margin-top: 20px !important;
}
.mr-md-405[data-v-f519f675],
  .mx-md-405[data-v-f519f675] {
    margin-right: 20px !important;
}
.mb-md-405[data-v-f519f675],
  .my-md-405[data-v-f519f675] {
    margin-bottom: 20px !important;
}
.ml-md-405[data-v-f519f675],
  .mx-md-405[data-v-f519f675] {
    margin-left: 20px !important;
}
.m-md-5[data-v-f519f675] {
    margin: 24px !important;
}
.mt-md-5[data-v-f519f675],
  .my-md-5[data-v-f519f675] {
    margin-top: 24px !important;
}
.mr-md-5[data-v-f519f675],
  .mx-md-5[data-v-f519f675] {
    margin-right: 24px !important;
}
.mb-md-5[data-v-f519f675],
  .my-md-5[data-v-f519f675] {
    margin-bottom: 24px !important;
}
.ml-md-5[data-v-f519f675],
  .mx-md-5[data-v-f519f675] {
    margin-left: 24px !important;
}
.m-md-505[data-v-f519f675] {
    margin: 28px !important;
}
.mt-md-505[data-v-f519f675],
  .my-md-505[data-v-f519f675] {
    margin-top: 28px !important;
}
.mr-md-505[data-v-f519f675],
  .mx-md-505[data-v-f519f675] {
    margin-right: 28px !important;
}
.mb-md-505[data-v-f519f675],
  .my-md-505[data-v-f519f675] {
    margin-bottom: 28px !important;
}
.ml-md-505[data-v-f519f675],
  .mx-md-505[data-v-f519f675] {
    margin-left: 28px !important;
}
.m-md-6[data-v-f519f675] {
    margin: 32px !important;
}
.mt-md-6[data-v-f519f675],
  .my-md-6[data-v-f519f675] {
    margin-top: 32px !important;
}
.mr-md-6[data-v-f519f675],
  .mx-md-6[data-v-f519f675] {
    margin-right: 32px !important;
}
.mb-md-6[data-v-f519f675],
  .my-md-6[data-v-f519f675] {
    margin-bottom: 32px !important;
}
.ml-md-6[data-v-f519f675],
  .mx-md-6[data-v-f519f675] {
    margin-left: 32px !important;
}
.m-md-605[data-v-f519f675] {
    margin: 36px !important;
}
.mt-md-605[data-v-f519f675],
  .my-md-605[data-v-f519f675] {
    margin-top: 36px !important;
}
.mr-md-605[data-v-f519f675],
  .mx-md-605[data-v-f519f675] {
    margin-right: 36px !important;
}
.mb-md-605[data-v-f519f675],
  .my-md-605[data-v-f519f675] {
    margin-bottom: 36px !important;
}
.ml-md-605[data-v-f519f675],
  .mx-md-605[data-v-f519f675] {
    margin-left: 36px !important;
}
.m-md-7[data-v-f519f675] {
    margin: 40px !important;
}
.mt-md-7[data-v-f519f675],
  .my-md-7[data-v-f519f675] {
    margin-top: 40px !important;
}
.mr-md-7[data-v-f519f675],
  .mx-md-7[data-v-f519f675] {
    margin-right: 40px !important;
}
.mb-md-7[data-v-f519f675],
  .my-md-7[data-v-f519f675] {
    margin-bottom: 40px !important;
}
.ml-md-7[data-v-f519f675],
  .mx-md-7[data-v-f519f675] {
    margin-left: 40px !important;
}
.m-md-705[data-v-f519f675] {
    margin: 44px !important;
}
.mt-md-705[data-v-f519f675],
  .my-md-705[data-v-f519f675] {
    margin-top: 44px !important;
}
.mr-md-705[data-v-f519f675],
  .mx-md-705[data-v-f519f675] {
    margin-right: 44px !important;
}
.mb-md-705[data-v-f519f675],
  .my-md-705[data-v-f519f675] {
    margin-bottom: 44px !important;
}
.ml-md-705[data-v-f519f675],
  .mx-md-705[data-v-f519f675] {
    margin-left: 44px !important;
}
.m-md-8[data-v-f519f675] {
    margin: 48px !important;
}
.mt-md-8[data-v-f519f675],
  .my-md-8[data-v-f519f675] {
    margin-top: 48px !important;
}
.mr-md-8[data-v-f519f675],
  .mx-md-8[data-v-f519f675] {
    margin-right: 48px !important;
}
.mb-md-8[data-v-f519f675],
  .my-md-8[data-v-f519f675] {
    margin-bottom: 48px !important;
}
.ml-md-8[data-v-f519f675],
  .mx-md-8[data-v-f519f675] {
    margin-left: 48px !important;
}
.m-md-805[data-v-f519f675] {
    margin: 52px !important;
}
.mt-md-805[data-v-f519f675],
  .my-md-805[data-v-f519f675] {
    margin-top: 52px !important;
}
.mr-md-805[data-v-f519f675],
  .mx-md-805[data-v-f519f675] {
    margin-right: 52px !important;
}
.mb-md-805[data-v-f519f675],
  .my-md-805[data-v-f519f675] {
    margin-bottom: 52px !important;
}
.ml-md-805[data-v-f519f675],
  .mx-md-805[data-v-f519f675] {
    margin-left: 52px !important;
}
.m-md-9[data-v-f519f675] {
    margin: 56px !important;
}
.mt-md-9[data-v-f519f675],
  .my-md-9[data-v-f519f675] {
    margin-top: 56px !important;
}
.mr-md-9[data-v-f519f675],
  .mx-md-9[data-v-f519f675] {
    margin-right: 56px !important;
}
.mb-md-9[data-v-f519f675],
  .my-md-9[data-v-f519f675] {
    margin-bottom: 56px !important;
}
.ml-md-9[data-v-f519f675],
  .mx-md-9[data-v-f519f675] {
    margin-left: 56px !important;
}
.m-md-905[data-v-f519f675] {
    margin: 60px !important;
}
.mt-md-905[data-v-f519f675],
  .my-md-905[data-v-f519f675] {
    margin-top: 60px !important;
}
.mr-md-905[data-v-f519f675],
  .mx-md-905[data-v-f519f675] {
    margin-right: 60px !important;
}
.mb-md-905[data-v-f519f675],
  .my-md-905[data-v-f519f675] {
    margin-bottom: 60px !important;
}
.ml-md-905[data-v-f519f675],
  .mx-md-905[data-v-f519f675] {
    margin-left: 60px !important;
}
.p-md-0[data-v-f519f675] {
    padding: 0 !important;
}
.pt-md-0[data-v-f519f675],
  .py-md-0[data-v-f519f675] {
    padding-top: 0 !important;
}
.pr-md-0[data-v-f519f675],
  .px-md-0[data-v-f519f675] {
    padding-right: 0 !important;
}
.pb-md-0[data-v-f519f675],
  .py-md-0[data-v-f519f675] {
    padding-bottom: 0 !important;
}
.pl-md-0[data-v-f519f675],
  .px-md-0[data-v-f519f675] {
    padding-left: 0 !important;
}
.p-md-1[data-v-f519f675] {
    padding: 2px !important;
}
.pt-md-1[data-v-f519f675],
  .py-md-1[data-v-f519f675] {
    padding-top: 2px !important;
}
.pr-md-1[data-v-f519f675],
  .px-md-1[data-v-f519f675] {
    padding-right: 2px !important;
}
.pb-md-1[data-v-f519f675],
  .py-md-1[data-v-f519f675] {
    padding-bottom: 2px !important;
}
.pl-md-1[data-v-f519f675],
  .px-md-1[data-v-f519f675] {
    padding-left: 2px !important;
}
.p-md-2[data-v-f519f675] {
    padding: 4px !important;
}
.pt-md-2[data-v-f519f675],
  .py-md-2[data-v-f519f675] {
    padding-top: 4px !important;
}
.pr-md-2[data-v-f519f675],
  .px-md-2[data-v-f519f675] {
    padding-right: 4px !important;
}
.pb-md-2[data-v-f519f675],
  .py-md-2[data-v-f519f675] {
    padding-bottom: 4px !important;
}
.pl-md-2[data-v-f519f675],
  .px-md-2[data-v-f519f675] {
    padding-left: 4px !important;
}
.p-md-3[data-v-f519f675] {
    padding: 8px !important;
}
.pt-md-3[data-v-f519f675],
  .py-md-3[data-v-f519f675] {
    padding-top: 8px !important;
}
.pr-md-3[data-v-f519f675],
  .px-md-3[data-v-f519f675] {
    padding-right: 8px !important;
}
.pb-md-3[data-v-f519f675],
  .py-md-3[data-v-f519f675] {
    padding-bottom: 8px !important;
}
.pl-md-3[data-v-f519f675],
  .px-md-3[data-v-f519f675] {
    padding-left: 8px !important;
}
.p-md-305[data-v-f519f675] {
    padding: 12px !important;
}
.pt-md-305[data-v-f519f675],
  .py-md-305[data-v-f519f675] {
    padding-top: 12px !important;
}
.pr-md-305[data-v-f519f675],
  .px-md-305[data-v-f519f675] {
    padding-right: 12px !important;
}
.pb-md-305[data-v-f519f675],
  .py-md-305[data-v-f519f675] {
    padding-bottom: 12px !important;
}
.pl-md-305[data-v-f519f675],
  .px-md-305[data-v-f519f675] {
    padding-left: 12px !important;
}
.p-md-4[data-v-f519f675] {
    padding: 16px !important;
}
.pt-md-4[data-v-f519f675],
  .py-md-4[data-v-f519f675] {
    padding-top: 16px !important;
}
.pr-md-4[data-v-f519f675],
  .px-md-4[data-v-f519f675] {
    padding-right: 16px !important;
}
.pb-md-4[data-v-f519f675],
  .py-md-4[data-v-f519f675] {
    padding-bottom: 16px !important;
}
.pl-md-4[data-v-f519f675],
  .px-md-4[data-v-f519f675] {
    padding-left: 16px !important;
}
.p-md-405[data-v-f519f675] {
    padding: 20px !important;
}
.pt-md-405[data-v-f519f675],
  .py-md-405[data-v-f519f675] {
    padding-top: 20px !important;
}
.pr-md-405[data-v-f519f675],
  .px-md-405[data-v-f519f675] {
    padding-right: 20px !important;
}
.pb-md-405[data-v-f519f675],
  .py-md-405[data-v-f519f675] {
    padding-bottom: 20px !important;
}
.pl-md-405[data-v-f519f675],
  .px-md-405[data-v-f519f675] {
    padding-left: 20px !important;
}
.p-md-5[data-v-f519f675] {
    padding: 24px !important;
}
.pt-md-5[data-v-f519f675],
  .py-md-5[data-v-f519f675] {
    padding-top: 24px !important;
}
.pr-md-5[data-v-f519f675],
  .px-md-5[data-v-f519f675] {
    padding-right: 24px !important;
}
.pb-md-5[data-v-f519f675],
  .py-md-5[data-v-f519f675] {
    padding-bottom: 24px !important;
}
.pl-md-5[data-v-f519f675],
  .px-md-5[data-v-f519f675] {
    padding-left: 24px !important;
}
.p-md-505[data-v-f519f675] {
    padding: 28px !important;
}
.pt-md-505[data-v-f519f675],
  .py-md-505[data-v-f519f675] {
    padding-top: 28px !important;
}
.pr-md-505[data-v-f519f675],
  .px-md-505[data-v-f519f675] {
    padding-right: 28px !important;
}
.pb-md-505[data-v-f519f675],
  .py-md-505[data-v-f519f675] {
    padding-bottom: 28px !important;
}
.pl-md-505[data-v-f519f675],
  .px-md-505[data-v-f519f675] {
    padding-left: 28px !important;
}
.p-md-6[data-v-f519f675] {
    padding: 32px !important;
}
.pt-md-6[data-v-f519f675],
  .py-md-6[data-v-f519f675] {
    padding-top: 32px !important;
}
.pr-md-6[data-v-f519f675],
  .px-md-6[data-v-f519f675] {
    padding-right: 32px !important;
}
.pb-md-6[data-v-f519f675],
  .py-md-6[data-v-f519f675] {
    padding-bottom: 32px !important;
}
.pl-md-6[data-v-f519f675],
  .px-md-6[data-v-f519f675] {
    padding-left: 32px !important;
}
.p-md-605[data-v-f519f675] {
    padding: 36px !important;
}
.pt-md-605[data-v-f519f675],
  .py-md-605[data-v-f519f675] {
    padding-top: 36px !important;
}
.pr-md-605[data-v-f519f675],
  .px-md-605[data-v-f519f675] {
    padding-right: 36px !important;
}
.pb-md-605[data-v-f519f675],
  .py-md-605[data-v-f519f675] {
    padding-bottom: 36px !important;
}
.pl-md-605[data-v-f519f675],
  .px-md-605[data-v-f519f675] {
    padding-left: 36px !important;
}
.p-md-7[data-v-f519f675] {
    padding: 40px !important;
}
.pt-md-7[data-v-f519f675],
  .py-md-7[data-v-f519f675] {
    padding-top: 40px !important;
}
.pr-md-7[data-v-f519f675],
  .px-md-7[data-v-f519f675] {
    padding-right: 40px !important;
}
.pb-md-7[data-v-f519f675],
  .py-md-7[data-v-f519f675] {
    padding-bottom: 40px !important;
}
.pl-md-7[data-v-f519f675],
  .px-md-7[data-v-f519f675] {
    padding-left: 40px !important;
}
.p-md-705[data-v-f519f675] {
    padding: 44px !important;
}
.pt-md-705[data-v-f519f675],
  .py-md-705[data-v-f519f675] {
    padding-top: 44px !important;
}
.pr-md-705[data-v-f519f675],
  .px-md-705[data-v-f519f675] {
    padding-right: 44px !important;
}
.pb-md-705[data-v-f519f675],
  .py-md-705[data-v-f519f675] {
    padding-bottom: 44px !important;
}
.pl-md-705[data-v-f519f675],
  .px-md-705[data-v-f519f675] {
    padding-left: 44px !important;
}
.p-md-8[data-v-f519f675] {
    padding: 48px !important;
}
.pt-md-8[data-v-f519f675],
  .py-md-8[data-v-f519f675] {
    padding-top: 48px !important;
}
.pr-md-8[data-v-f519f675],
  .px-md-8[data-v-f519f675] {
    padding-right: 48px !important;
}
.pb-md-8[data-v-f519f675],
  .py-md-8[data-v-f519f675] {
    padding-bottom: 48px !important;
}
.pl-md-8[data-v-f519f675],
  .px-md-8[data-v-f519f675] {
    padding-left: 48px !important;
}
.p-md-805[data-v-f519f675] {
    padding: 52px !important;
}
.pt-md-805[data-v-f519f675],
  .py-md-805[data-v-f519f675] {
    padding-top: 52px !important;
}
.pr-md-805[data-v-f519f675],
  .px-md-805[data-v-f519f675] {
    padding-right: 52px !important;
}
.pb-md-805[data-v-f519f675],
  .py-md-805[data-v-f519f675] {
    padding-bottom: 52px !important;
}
.pl-md-805[data-v-f519f675],
  .px-md-805[data-v-f519f675] {
    padding-left: 52px !important;
}
.p-md-9[data-v-f519f675] {
    padding: 56px !important;
}
.pt-md-9[data-v-f519f675],
  .py-md-9[data-v-f519f675] {
    padding-top: 56px !important;
}
.pr-md-9[data-v-f519f675],
  .px-md-9[data-v-f519f675] {
    padding-right: 56px !important;
}
.pb-md-9[data-v-f519f675],
  .py-md-9[data-v-f519f675] {
    padding-bottom: 56px !important;
}
.pl-md-9[data-v-f519f675],
  .px-md-9[data-v-f519f675] {
    padding-left: 56px !important;
}
.p-md-905[data-v-f519f675] {
    padding: 60px !important;
}
.pt-md-905[data-v-f519f675],
  .py-md-905[data-v-f519f675] {
    padding-top: 60px !important;
}
.pr-md-905[data-v-f519f675],
  .px-md-905[data-v-f519f675] {
    padding-right: 60px !important;
}
.pb-md-905[data-v-f519f675],
  .py-md-905[data-v-f519f675] {
    padding-bottom: 60px !important;
}
.pl-md-905[data-v-f519f675],
  .px-md-905[data-v-f519f675] {
    padding-left: 60px !important;
}
.m-md-auto[data-v-f519f675] {
    margin: auto !important;
}
.mt-md-auto[data-v-f519f675],
  .my-md-auto[data-v-f519f675] {
    margin-top: auto !important;
}
.mr-md-auto[data-v-f519f675],
  .mx-md-auto[data-v-f519f675] {
    margin-right: auto !important;
}
.mb-md-auto[data-v-f519f675],
  .my-md-auto[data-v-f519f675] {
    margin-bottom: auto !important;
}
.ml-md-auto[data-v-f519f675],
  .mx-md-auto[data-v-f519f675] {
    margin-left: auto !important;
}
}
@media (min-width: 992px) {
.m-lg-0[data-v-f519f675] {
    margin: 0 !important;
}
.mt-lg-0[data-v-f519f675],
  .my-lg-0[data-v-f519f675] {
    margin-top: 0 !important;
}
.mr-lg-0[data-v-f519f675],
  .mx-lg-0[data-v-f519f675] {
    margin-right: 0 !important;
}
.mb-lg-0[data-v-f519f675],
  .my-lg-0[data-v-f519f675] {
    margin-bottom: 0 !important;
}
.ml-lg-0[data-v-f519f675],
  .mx-lg-0[data-v-f519f675] {
    margin-left: 0 !important;
}
.m-lg-1[data-v-f519f675] {
    margin: 2px !important;
}
.mt-lg-1[data-v-f519f675],
  .my-lg-1[data-v-f519f675] {
    margin-top: 2px !important;
}
.mr-lg-1[data-v-f519f675],
  .mx-lg-1[data-v-f519f675] {
    margin-right: 2px !important;
}
.mb-lg-1[data-v-f519f675],
  .my-lg-1[data-v-f519f675] {
    margin-bottom: 2px !important;
}
.ml-lg-1[data-v-f519f675],
  .mx-lg-1[data-v-f519f675] {
    margin-left: 2px !important;
}
.m-lg-2[data-v-f519f675] {
    margin: 4px !important;
}
.mt-lg-2[data-v-f519f675],
  .my-lg-2[data-v-f519f675] {
    margin-top: 4px !important;
}
.mr-lg-2[data-v-f519f675],
  .mx-lg-2[data-v-f519f675] {
    margin-right: 4px !important;
}
.mb-lg-2[data-v-f519f675],
  .my-lg-2[data-v-f519f675] {
    margin-bottom: 4px !important;
}
.ml-lg-2[data-v-f519f675],
  .mx-lg-2[data-v-f519f675] {
    margin-left: 4px !important;
}
.m-lg-3[data-v-f519f675] {
    margin: 8px !important;
}
.mt-lg-3[data-v-f519f675],
  .my-lg-3[data-v-f519f675] {
    margin-top: 8px !important;
}
.mr-lg-3[data-v-f519f675],
  .mx-lg-3[data-v-f519f675] {
    margin-right: 8px !important;
}
.mb-lg-3[data-v-f519f675],
  .my-lg-3[data-v-f519f675] {
    margin-bottom: 8px !important;
}
.ml-lg-3[data-v-f519f675],
  .mx-lg-3[data-v-f519f675] {
    margin-left: 8px !important;
}
.m-lg-305[data-v-f519f675] {
    margin: 12px !important;
}
.mt-lg-305[data-v-f519f675],
  .my-lg-305[data-v-f519f675] {
    margin-top: 12px !important;
}
.mr-lg-305[data-v-f519f675],
  .mx-lg-305[data-v-f519f675] {
    margin-right: 12px !important;
}
.mb-lg-305[data-v-f519f675],
  .my-lg-305[data-v-f519f675] {
    margin-bottom: 12px !important;
}
.ml-lg-305[data-v-f519f675],
  .mx-lg-305[data-v-f519f675] {
    margin-left: 12px !important;
}
.m-lg-4[data-v-f519f675] {
    margin: 16px !important;
}
.mt-lg-4[data-v-f519f675],
  .my-lg-4[data-v-f519f675] {
    margin-top: 16px !important;
}
.mr-lg-4[data-v-f519f675],
  .mx-lg-4[data-v-f519f675] {
    margin-right: 16px !important;
}
.mb-lg-4[data-v-f519f675],
  .my-lg-4[data-v-f519f675] {
    margin-bottom: 16px !important;
}
.ml-lg-4[data-v-f519f675],
  .mx-lg-4[data-v-f519f675] {
    margin-left: 16px !important;
}
.m-lg-405[data-v-f519f675] {
    margin: 20px !important;
}
.mt-lg-405[data-v-f519f675],
  .my-lg-405[data-v-f519f675] {
    margin-top: 20px !important;
}
.mr-lg-405[data-v-f519f675],
  .mx-lg-405[data-v-f519f675] {
    margin-right: 20px !important;
}
.mb-lg-405[data-v-f519f675],
  .my-lg-405[data-v-f519f675] {
    margin-bottom: 20px !important;
}
.ml-lg-405[data-v-f519f675],
  .mx-lg-405[data-v-f519f675] {
    margin-left: 20px !important;
}
.m-lg-5[data-v-f519f675] {
    margin: 24px !important;
}
.mt-lg-5[data-v-f519f675],
  .my-lg-5[data-v-f519f675] {
    margin-top: 24px !important;
}
.mr-lg-5[data-v-f519f675],
  .mx-lg-5[data-v-f519f675] {
    margin-right: 24px !important;
}
.mb-lg-5[data-v-f519f675],
  .my-lg-5[data-v-f519f675] {
    margin-bottom: 24px !important;
}
.ml-lg-5[data-v-f519f675],
  .mx-lg-5[data-v-f519f675] {
    margin-left: 24px !important;
}
.m-lg-505[data-v-f519f675] {
    margin: 28px !important;
}
.mt-lg-505[data-v-f519f675],
  .my-lg-505[data-v-f519f675] {
    margin-top: 28px !important;
}
.mr-lg-505[data-v-f519f675],
  .mx-lg-505[data-v-f519f675] {
    margin-right: 28px !important;
}
.mb-lg-505[data-v-f519f675],
  .my-lg-505[data-v-f519f675] {
    margin-bottom: 28px !important;
}
.ml-lg-505[data-v-f519f675],
  .mx-lg-505[data-v-f519f675] {
    margin-left: 28px !important;
}
.m-lg-6[data-v-f519f675] {
    margin: 32px !important;
}
.mt-lg-6[data-v-f519f675],
  .my-lg-6[data-v-f519f675] {
    margin-top: 32px !important;
}
.mr-lg-6[data-v-f519f675],
  .mx-lg-6[data-v-f519f675] {
    margin-right: 32px !important;
}
.mb-lg-6[data-v-f519f675],
  .my-lg-6[data-v-f519f675] {
    margin-bottom: 32px !important;
}
.ml-lg-6[data-v-f519f675],
  .mx-lg-6[data-v-f519f675] {
    margin-left: 32px !important;
}
.m-lg-605[data-v-f519f675] {
    margin: 36px !important;
}
.mt-lg-605[data-v-f519f675],
  .my-lg-605[data-v-f519f675] {
    margin-top: 36px !important;
}
.mr-lg-605[data-v-f519f675],
  .mx-lg-605[data-v-f519f675] {
    margin-right: 36px !important;
}
.mb-lg-605[data-v-f519f675],
  .my-lg-605[data-v-f519f675] {
    margin-bottom: 36px !important;
}
.ml-lg-605[data-v-f519f675],
  .mx-lg-605[data-v-f519f675] {
    margin-left: 36px !important;
}
.m-lg-7[data-v-f519f675] {
    margin: 40px !important;
}
.mt-lg-7[data-v-f519f675],
  .my-lg-7[data-v-f519f675] {
    margin-top: 40px !important;
}
.mr-lg-7[data-v-f519f675],
  .mx-lg-7[data-v-f519f675] {
    margin-right: 40px !important;
}
.mb-lg-7[data-v-f519f675],
  .my-lg-7[data-v-f519f675] {
    margin-bottom: 40px !important;
}
.ml-lg-7[data-v-f519f675],
  .mx-lg-7[data-v-f519f675] {
    margin-left: 40px !important;
}
.m-lg-705[data-v-f519f675] {
    margin: 44px !important;
}
.mt-lg-705[data-v-f519f675],
  .my-lg-705[data-v-f519f675] {
    margin-top: 44px !important;
}
.mr-lg-705[data-v-f519f675],
  .mx-lg-705[data-v-f519f675] {
    margin-right: 44px !important;
}
.mb-lg-705[data-v-f519f675],
  .my-lg-705[data-v-f519f675] {
    margin-bottom: 44px !important;
}
.ml-lg-705[data-v-f519f675],
  .mx-lg-705[data-v-f519f675] {
    margin-left: 44px !important;
}
.m-lg-8[data-v-f519f675] {
    margin: 48px !important;
}
.mt-lg-8[data-v-f519f675],
  .my-lg-8[data-v-f519f675] {
    margin-top: 48px !important;
}
.mr-lg-8[data-v-f519f675],
  .mx-lg-8[data-v-f519f675] {
    margin-right: 48px !important;
}
.mb-lg-8[data-v-f519f675],
  .my-lg-8[data-v-f519f675] {
    margin-bottom: 48px !important;
}
.ml-lg-8[data-v-f519f675],
  .mx-lg-8[data-v-f519f675] {
    margin-left: 48px !important;
}
.m-lg-805[data-v-f519f675] {
    margin: 52px !important;
}
.mt-lg-805[data-v-f519f675],
  .my-lg-805[data-v-f519f675] {
    margin-top: 52px !important;
}
.mr-lg-805[data-v-f519f675],
  .mx-lg-805[data-v-f519f675] {
    margin-right: 52px !important;
}
.mb-lg-805[data-v-f519f675],
  .my-lg-805[data-v-f519f675] {
    margin-bottom: 52px !important;
}
.ml-lg-805[data-v-f519f675],
  .mx-lg-805[data-v-f519f675] {
    margin-left: 52px !important;
}
.m-lg-9[data-v-f519f675] {
    margin: 56px !important;
}
.mt-lg-9[data-v-f519f675],
  .my-lg-9[data-v-f519f675] {
    margin-top: 56px !important;
}
.mr-lg-9[data-v-f519f675],
  .mx-lg-9[data-v-f519f675] {
    margin-right: 56px !important;
}
.mb-lg-9[data-v-f519f675],
  .my-lg-9[data-v-f519f675] {
    margin-bottom: 56px !important;
}
.ml-lg-9[data-v-f519f675],
  .mx-lg-9[data-v-f519f675] {
    margin-left: 56px !important;
}
.m-lg-905[data-v-f519f675] {
    margin: 60px !important;
}
.mt-lg-905[data-v-f519f675],
  .my-lg-905[data-v-f519f675] {
    margin-top: 60px !important;
}
.mr-lg-905[data-v-f519f675],
  .mx-lg-905[data-v-f519f675] {
    margin-right: 60px !important;
}
.mb-lg-905[data-v-f519f675],
  .my-lg-905[data-v-f519f675] {
    margin-bottom: 60px !important;
}
.ml-lg-905[data-v-f519f675],
  .mx-lg-905[data-v-f519f675] {
    margin-left: 60px !important;
}
.p-lg-0[data-v-f519f675] {
    padding: 0 !important;
}
.pt-lg-0[data-v-f519f675],
  .py-lg-0[data-v-f519f675] {
    padding-top: 0 !important;
}
.pr-lg-0[data-v-f519f675],
  .px-lg-0[data-v-f519f675] {
    padding-right: 0 !important;
}
.pb-lg-0[data-v-f519f675],
  .py-lg-0[data-v-f519f675] {
    padding-bottom: 0 !important;
}
.pl-lg-0[data-v-f519f675],
  .px-lg-0[data-v-f519f675] {
    padding-left: 0 !important;
}
.p-lg-1[data-v-f519f675] {
    padding: 2px !important;
}
.pt-lg-1[data-v-f519f675],
  .py-lg-1[data-v-f519f675] {
    padding-top: 2px !important;
}
.pr-lg-1[data-v-f519f675],
  .px-lg-1[data-v-f519f675] {
    padding-right: 2px !important;
}
.pb-lg-1[data-v-f519f675],
  .py-lg-1[data-v-f519f675] {
    padding-bottom: 2px !important;
}
.pl-lg-1[data-v-f519f675],
  .px-lg-1[data-v-f519f675] {
    padding-left: 2px !important;
}
.p-lg-2[data-v-f519f675] {
    padding: 4px !important;
}
.pt-lg-2[data-v-f519f675],
  .py-lg-2[data-v-f519f675] {
    padding-top: 4px !important;
}
.pr-lg-2[data-v-f519f675],
  .px-lg-2[data-v-f519f675] {
    padding-right: 4px !important;
}
.pb-lg-2[data-v-f519f675],
  .py-lg-2[data-v-f519f675] {
    padding-bottom: 4px !important;
}
.pl-lg-2[data-v-f519f675],
  .px-lg-2[data-v-f519f675] {
    padding-left: 4px !important;
}
.p-lg-3[data-v-f519f675] {
    padding: 8px !important;
}
.pt-lg-3[data-v-f519f675],
  .py-lg-3[data-v-f519f675] {
    padding-top: 8px !important;
}
.pr-lg-3[data-v-f519f675],
  .px-lg-3[data-v-f519f675] {
    padding-right: 8px !important;
}
.pb-lg-3[data-v-f519f675],
  .py-lg-3[data-v-f519f675] {
    padding-bottom: 8px !important;
}
.pl-lg-3[data-v-f519f675],
  .px-lg-3[data-v-f519f675] {
    padding-left: 8px !important;
}
.p-lg-305[data-v-f519f675] {
    padding: 12px !important;
}
.pt-lg-305[data-v-f519f675],
  .py-lg-305[data-v-f519f675] {
    padding-top: 12px !important;
}
.pr-lg-305[data-v-f519f675],
  .px-lg-305[data-v-f519f675] {
    padding-right: 12px !important;
}
.pb-lg-305[data-v-f519f675],
  .py-lg-305[data-v-f519f675] {
    padding-bottom: 12px !important;
}
.pl-lg-305[data-v-f519f675],
  .px-lg-305[data-v-f519f675] {
    padding-left: 12px !important;
}
.p-lg-4[data-v-f519f675] {
    padding: 16px !important;
}
.pt-lg-4[data-v-f519f675],
  .py-lg-4[data-v-f519f675] {
    padding-top: 16px !important;
}
.pr-lg-4[data-v-f519f675],
  .px-lg-4[data-v-f519f675] {
    padding-right: 16px !important;
}
.pb-lg-4[data-v-f519f675],
  .py-lg-4[data-v-f519f675] {
    padding-bottom: 16px !important;
}
.pl-lg-4[data-v-f519f675],
  .px-lg-4[data-v-f519f675] {
    padding-left: 16px !important;
}
.p-lg-405[data-v-f519f675] {
    padding: 20px !important;
}
.pt-lg-405[data-v-f519f675],
  .py-lg-405[data-v-f519f675] {
    padding-top: 20px !important;
}
.pr-lg-405[data-v-f519f675],
  .px-lg-405[data-v-f519f675] {
    padding-right: 20px !important;
}
.pb-lg-405[data-v-f519f675],
  .py-lg-405[data-v-f519f675] {
    padding-bottom: 20px !important;
}
.pl-lg-405[data-v-f519f675],
  .px-lg-405[data-v-f519f675] {
    padding-left: 20px !important;
}
.p-lg-5[data-v-f519f675] {
    padding: 24px !important;
}
.pt-lg-5[data-v-f519f675],
  .py-lg-5[data-v-f519f675] {
    padding-top: 24px !important;
}
.pr-lg-5[data-v-f519f675],
  .px-lg-5[data-v-f519f675] {
    padding-right: 24px !important;
}
.pb-lg-5[data-v-f519f675],
  .py-lg-5[data-v-f519f675] {
    padding-bottom: 24px !important;
}
.pl-lg-5[data-v-f519f675],
  .px-lg-5[data-v-f519f675] {
    padding-left: 24px !important;
}
.p-lg-505[data-v-f519f675] {
    padding: 28px !important;
}
.pt-lg-505[data-v-f519f675],
  .py-lg-505[data-v-f519f675] {
    padding-top: 28px !important;
}
.pr-lg-505[data-v-f519f675],
  .px-lg-505[data-v-f519f675] {
    padding-right: 28px !important;
}
.pb-lg-505[data-v-f519f675],
  .py-lg-505[data-v-f519f675] {
    padding-bottom: 28px !important;
}
.pl-lg-505[data-v-f519f675],
  .px-lg-505[data-v-f519f675] {
    padding-left: 28px !important;
}
.p-lg-6[data-v-f519f675] {
    padding: 32px !important;
}
.pt-lg-6[data-v-f519f675],
  .py-lg-6[data-v-f519f675] {
    padding-top: 32px !important;
}
.pr-lg-6[data-v-f519f675],
  .px-lg-6[data-v-f519f675] {
    padding-right: 32px !important;
}
.pb-lg-6[data-v-f519f675],
  .py-lg-6[data-v-f519f675] {
    padding-bottom: 32px !important;
}
.pl-lg-6[data-v-f519f675],
  .px-lg-6[data-v-f519f675] {
    padding-left: 32px !important;
}
.p-lg-605[data-v-f519f675] {
    padding: 36px !important;
}
.pt-lg-605[data-v-f519f675],
  .py-lg-605[data-v-f519f675] {
    padding-top: 36px !important;
}
.pr-lg-605[data-v-f519f675],
  .px-lg-605[data-v-f519f675] {
    padding-right: 36px !important;
}
.pb-lg-605[data-v-f519f675],
  .py-lg-605[data-v-f519f675] {
    padding-bottom: 36px !important;
}
.pl-lg-605[data-v-f519f675],
  .px-lg-605[data-v-f519f675] {
    padding-left: 36px !important;
}
.p-lg-7[data-v-f519f675] {
    padding: 40px !important;
}
.pt-lg-7[data-v-f519f675],
  .py-lg-7[data-v-f519f675] {
    padding-top: 40px !important;
}
.pr-lg-7[data-v-f519f675],
  .px-lg-7[data-v-f519f675] {
    padding-right: 40px !important;
}
.pb-lg-7[data-v-f519f675],
  .py-lg-7[data-v-f519f675] {
    padding-bottom: 40px !important;
}
.pl-lg-7[data-v-f519f675],
  .px-lg-7[data-v-f519f675] {
    padding-left: 40px !important;
}
.p-lg-705[data-v-f519f675] {
    padding: 44px !important;
}
.pt-lg-705[data-v-f519f675],
  .py-lg-705[data-v-f519f675] {
    padding-top: 44px !important;
}
.pr-lg-705[data-v-f519f675],
  .px-lg-705[data-v-f519f675] {
    padding-right: 44px !important;
}
.pb-lg-705[data-v-f519f675],
  .py-lg-705[data-v-f519f675] {
    padding-bottom: 44px !important;
}
.pl-lg-705[data-v-f519f675],
  .px-lg-705[data-v-f519f675] {
    padding-left: 44px !important;
}
.p-lg-8[data-v-f519f675] {
    padding: 48px !important;
}
.pt-lg-8[data-v-f519f675],
  .py-lg-8[data-v-f519f675] {
    padding-top: 48px !important;
}
.pr-lg-8[data-v-f519f675],
  .px-lg-8[data-v-f519f675] {
    padding-right: 48px !important;
}
.pb-lg-8[data-v-f519f675],
  .py-lg-8[data-v-f519f675] {
    padding-bottom: 48px !important;
}
.pl-lg-8[data-v-f519f675],
  .px-lg-8[data-v-f519f675] {
    padding-left: 48px !important;
}
.p-lg-805[data-v-f519f675] {
    padding: 52px !important;
}
.pt-lg-805[data-v-f519f675],
  .py-lg-805[data-v-f519f675] {
    padding-top: 52px !important;
}
.pr-lg-805[data-v-f519f675],
  .px-lg-805[data-v-f519f675] {
    padding-right: 52px !important;
}
.pb-lg-805[data-v-f519f675],
  .py-lg-805[data-v-f519f675] {
    padding-bottom: 52px !important;
}
.pl-lg-805[data-v-f519f675],
  .px-lg-805[data-v-f519f675] {
    padding-left: 52px !important;
}
.p-lg-9[data-v-f519f675] {
    padding: 56px !important;
}
.pt-lg-9[data-v-f519f675],
  .py-lg-9[data-v-f519f675] {
    padding-top: 56px !important;
}
.pr-lg-9[data-v-f519f675],
  .px-lg-9[data-v-f519f675] {
    padding-right: 56px !important;
}
.pb-lg-9[data-v-f519f675],
  .py-lg-9[data-v-f519f675] {
    padding-bottom: 56px !important;
}
.pl-lg-9[data-v-f519f675],
  .px-lg-9[data-v-f519f675] {
    padding-left: 56px !important;
}
.p-lg-905[data-v-f519f675] {
    padding: 60px !important;
}
.pt-lg-905[data-v-f519f675],
  .py-lg-905[data-v-f519f675] {
    padding-top: 60px !important;
}
.pr-lg-905[data-v-f519f675],
  .px-lg-905[data-v-f519f675] {
    padding-right: 60px !important;
}
.pb-lg-905[data-v-f519f675],
  .py-lg-905[data-v-f519f675] {
    padding-bottom: 60px !important;
}
.pl-lg-905[data-v-f519f675],
  .px-lg-905[data-v-f519f675] {
    padding-left: 60px !important;
}
.m-lg-auto[data-v-f519f675] {
    margin: auto !important;
}
.mt-lg-auto[data-v-f519f675],
  .my-lg-auto[data-v-f519f675] {
    margin-top: auto !important;
}
.mr-lg-auto[data-v-f519f675],
  .mx-lg-auto[data-v-f519f675] {
    margin-right: auto !important;
}
.mb-lg-auto[data-v-f519f675],
  .my-lg-auto[data-v-f519f675] {
    margin-bottom: auto !important;
}
.ml-lg-auto[data-v-f519f675],
  .mx-lg-auto[data-v-f519f675] {
    margin-left: auto !important;
}
}
@media (min-width: 1200px) {
.m-xl-0[data-v-f519f675] {
    margin: 0 !important;
}
.mt-xl-0[data-v-f519f675],
  .my-xl-0[data-v-f519f675] {
    margin-top: 0 !important;
}
.mr-xl-0[data-v-f519f675],
  .mx-xl-0[data-v-f519f675] {
    margin-right: 0 !important;
}
.mb-xl-0[data-v-f519f675],
  .my-xl-0[data-v-f519f675] {
    margin-bottom: 0 !important;
}
.ml-xl-0[data-v-f519f675],
  .mx-xl-0[data-v-f519f675] {
    margin-left: 0 !important;
}
.m-xl-1[data-v-f519f675] {
    margin: 2px !important;
}
.mt-xl-1[data-v-f519f675],
  .my-xl-1[data-v-f519f675] {
    margin-top: 2px !important;
}
.mr-xl-1[data-v-f519f675],
  .mx-xl-1[data-v-f519f675] {
    margin-right: 2px !important;
}
.mb-xl-1[data-v-f519f675],
  .my-xl-1[data-v-f519f675] {
    margin-bottom: 2px !important;
}
.ml-xl-1[data-v-f519f675],
  .mx-xl-1[data-v-f519f675] {
    margin-left: 2px !important;
}
.m-xl-2[data-v-f519f675] {
    margin: 4px !important;
}
.mt-xl-2[data-v-f519f675],
  .my-xl-2[data-v-f519f675] {
    margin-top: 4px !important;
}
.mr-xl-2[data-v-f519f675],
  .mx-xl-2[data-v-f519f675] {
    margin-right: 4px !important;
}
.mb-xl-2[data-v-f519f675],
  .my-xl-2[data-v-f519f675] {
    margin-bottom: 4px !important;
}
.ml-xl-2[data-v-f519f675],
  .mx-xl-2[data-v-f519f675] {
    margin-left: 4px !important;
}
.m-xl-3[data-v-f519f675] {
    margin: 8px !important;
}
.mt-xl-3[data-v-f519f675],
  .my-xl-3[data-v-f519f675] {
    margin-top: 8px !important;
}
.mr-xl-3[data-v-f519f675],
  .mx-xl-3[data-v-f519f675] {
    margin-right: 8px !important;
}
.mb-xl-3[data-v-f519f675],
  .my-xl-3[data-v-f519f675] {
    margin-bottom: 8px !important;
}
.ml-xl-3[data-v-f519f675],
  .mx-xl-3[data-v-f519f675] {
    margin-left: 8px !important;
}
.m-xl-305[data-v-f519f675] {
    margin: 12px !important;
}
.mt-xl-305[data-v-f519f675],
  .my-xl-305[data-v-f519f675] {
    margin-top: 12px !important;
}
.mr-xl-305[data-v-f519f675],
  .mx-xl-305[data-v-f519f675] {
    margin-right: 12px !important;
}
.mb-xl-305[data-v-f519f675],
  .my-xl-305[data-v-f519f675] {
    margin-bottom: 12px !important;
}
.ml-xl-305[data-v-f519f675],
  .mx-xl-305[data-v-f519f675] {
    margin-left: 12px !important;
}
.m-xl-4[data-v-f519f675] {
    margin: 16px !important;
}
.mt-xl-4[data-v-f519f675],
  .my-xl-4[data-v-f519f675] {
    margin-top: 16px !important;
}
.mr-xl-4[data-v-f519f675],
  .mx-xl-4[data-v-f519f675] {
    margin-right: 16px !important;
}
.mb-xl-4[data-v-f519f675],
  .my-xl-4[data-v-f519f675] {
    margin-bottom: 16px !important;
}
.ml-xl-4[data-v-f519f675],
  .mx-xl-4[data-v-f519f675] {
    margin-left: 16px !important;
}
.m-xl-405[data-v-f519f675] {
    margin: 20px !important;
}
.mt-xl-405[data-v-f519f675],
  .my-xl-405[data-v-f519f675] {
    margin-top: 20px !important;
}
.mr-xl-405[data-v-f519f675],
  .mx-xl-405[data-v-f519f675] {
    margin-right: 20px !important;
}
.mb-xl-405[data-v-f519f675],
  .my-xl-405[data-v-f519f675] {
    margin-bottom: 20px !important;
}
.ml-xl-405[data-v-f519f675],
  .mx-xl-405[data-v-f519f675] {
    margin-left: 20px !important;
}
.m-xl-5[data-v-f519f675] {
    margin: 24px !important;
}
.mt-xl-5[data-v-f519f675],
  .my-xl-5[data-v-f519f675] {
    margin-top: 24px !important;
}
.mr-xl-5[data-v-f519f675],
  .mx-xl-5[data-v-f519f675] {
    margin-right: 24px !important;
}
.mb-xl-5[data-v-f519f675],
  .my-xl-5[data-v-f519f675] {
    margin-bottom: 24px !important;
}
.ml-xl-5[data-v-f519f675],
  .mx-xl-5[data-v-f519f675] {
    margin-left: 24px !important;
}
.m-xl-505[data-v-f519f675] {
    margin: 28px !important;
}
.mt-xl-505[data-v-f519f675],
  .my-xl-505[data-v-f519f675] {
    margin-top: 28px !important;
}
.mr-xl-505[data-v-f519f675],
  .mx-xl-505[data-v-f519f675] {
    margin-right: 28px !important;
}
.mb-xl-505[data-v-f519f675],
  .my-xl-505[data-v-f519f675] {
    margin-bottom: 28px !important;
}
.ml-xl-505[data-v-f519f675],
  .mx-xl-505[data-v-f519f675] {
    margin-left: 28px !important;
}
.m-xl-6[data-v-f519f675] {
    margin: 32px !important;
}
.mt-xl-6[data-v-f519f675],
  .my-xl-6[data-v-f519f675] {
    margin-top: 32px !important;
}
.mr-xl-6[data-v-f519f675],
  .mx-xl-6[data-v-f519f675] {
    margin-right: 32px !important;
}
.mb-xl-6[data-v-f519f675],
  .my-xl-6[data-v-f519f675] {
    margin-bottom: 32px !important;
}
.ml-xl-6[data-v-f519f675],
  .mx-xl-6[data-v-f519f675] {
    margin-left: 32px !important;
}
.m-xl-605[data-v-f519f675] {
    margin: 36px !important;
}
.mt-xl-605[data-v-f519f675],
  .my-xl-605[data-v-f519f675] {
    margin-top: 36px !important;
}
.mr-xl-605[data-v-f519f675],
  .mx-xl-605[data-v-f519f675] {
    margin-right: 36px !important;
}
.mb-xl-605[data-v-f519f675],
  .my-xl-605[data-v-f519f675] {
    margin-bottom: 36px !important;
}
.ml-xl-605[data-v-f519f675],
  .mx-xl-605[data-v-f519f675] {
    margin-left: 36px !important;
}
.m-xl-7[data-v-f519f675] {
    margin: 40px !important;
}
.mt-xl-7[data-v-f519f675],
  .my-xl-7[data-v-f519f675] {
    margin-top: 40px !important;
}
.mr-xl-7[data-v-f519f675],
  .mx-xl-7[data-v-f519f675] {
    margin-right: 40px !important;
}
.mb-xl-7[data-v-f519f675],
  .my-xl-7[data-v-f519f675] {
    margin-bottom: 40px !important;
}
.ml-xl-7[data-v-f519f675],
  .mx-xl-7[data-v-f519f675] {
    margin-left: 40px !important;
}
.m-xl-705[data-v-f519f675] {
    margin: 44px !important;
}
.mt-xl-705[data-v-f519f675],
  .my-xl-705[data-v-f519f675] {
    margin-top: 44px !important;
}
.mr-xl-705[data-v-f519f675],
  .mx-xl-705[data-v-f519f675] {
    margin-right: 44px !important;
}
.mb-xl-705[data-v-f519f675],
  .my-xl-705[data-v-f519f675] {
    margin-bottom: 44px !important;
}
.ml-xl-705[data-v-f519f675],
  .mx-xl-705[data-v-f519f675] {
    margin-left: 44px !important;
}
.m-xl-8[data-v-f519f675] {
    margin: 48px !important;
}
.mt-xl-8[data-v-f519f675],
  .my-xl-8[data-v-f519f675] {
    margin-top: 48px !important;
}
.mr-xl-8[data-v-f519f675],
  .mx-xl-8[data-v-f519f675] {
    margin-right: 48px !important;
}
.mb-xl-8[data-v-f519f675],
  .my-xl-8[data-v-f519f675] {
    margin-bottom: 48px !important;
}
.ml-xl-8[data-v-f519f675],
  .mx-xl-8[data-v-f519f675] {
    margin-left: 48px !important;
}
.m-xl-805[data-v-f519f675] {
    margin: 52px !important;
}
.mt-xl-805[data-v-f519f675],
  .my-xl-805[data-v-f519f675] {
    margin-top: 52px !important;
}
.mr-xl-805[data-v-f519f675],
  .mx-xl-805[data-v-f519f675] {
    margin-right: 52px !important;
}
.mb-xl-805[data-v-f519f675],
  .my-xl-805[data-v-f519f675] {
    margin-bottom: 52px !important;
}
.ml-xl-805[data-v-f519f675],
  .mx-xl-805[data-v-f519f675] {
    margin-left: 52px !important;
}
.m-xl-9[data-v-f519f675] {
    margin: 56px !important;
}
.mt-xl-9[data-v-f519f675],
  .my-xl-9[data-v-f519f675] {
    margin-top: 56px !important;
}
.mr-xl-9[data-v-f519f675],
  .mx-xl-9[data-v-f519f675] {
    margin-right: 56px !important;
}
.mb-xl-9[data-v-f519f675],
  .my-xl-9[data-v-f519f675] {
    margin-bottom: 56px !important;
}
.ml-xl-9[data-v-f519f675],
  .mx-xl-9[data-v-f519f675] {
    margin-left: 56px !important;
}
.m-xl-905[data-v-f519f675] {
    margin: 60px !important;
}
.mt-xl-905[data-v-f519f675],
  .my-xl-905[data-v-f519f675] {
    margin-top: 60px !important;
}
.mr-xl-905[data-v-f519f675],
  .mx-xl-905[data-v-f519f675] {
    margin-right: 60px !important;
}
.mb-xl-905[data-v-f519f675],
  .my-xl-905[data-v-f519f675] {
    margin-bottom: 60px !important;
}
.ml-xl-905[data-v-f519f675],
  .mx-xl-905[data-v-f519f675] {
    margin-left: 60px !important;
}
.p-xl-0[data-v-f519f675] {
    padding: 0 !important;
}
.pt-xl-0[data-v-f519f675],
  .py-xl-0[data-v-f519f675] {
    padding-top: 0 !important;
}
.pr-xl-0[data-v-f519f675],
  .px-xl-0[data-v-f519f675] {
    padding-right: 0 !important;
}
.pb-xl-0[data-v-f519f675],
  .py-xl-0[data-v-f519f675] {
    padding-bottom: 0 !important;
}
.pl-xl-0[data-v-f519f675],
  .px-xl-0[data-v-f519f675] {
    padding-left: 0 !important;
}
.p-xl-1[data-v-f519f675] {
    padding: 2px !important;
}
.pt-xl-1[data-v-f519f675],
  .py-xl-1[data-v-f519f675] {
    padding-top: 2px !important;
}
.pr-xl-1[data-v-f519f675],
  .px-xl-1[data-v-f519f675] {
    padding-right: 2px !important;
}
.pb-xl-1[data-v-f519f675],
  .py-xl-1[data-v-f519f675] {
    padding-bottom: 2px !important;
}
.pl-xl-1[data-v-f519f675],
  .px-xl-1[data-v-f519f675] {
    padding-left: 2px !important;
}
.p-xl-2[data-v-f519f675] {
    padding: 4px !important;
}
.pt-xl-2[data-v-f519f675],
  .py-xl-2[data-v-f519f675] {
    padding-top: 4px !important;
}
.pr-xl-2[data-v-f519f675],
  .px-xl-2[data-v-f519f675] {
    padding-right: 4px !important;
}
.pb-xl-2[data-v-f519f675],
  .py-xl-2[data-v-f519f675] {
    padding-bottom: 4px !important;
}
.pl-xl-2[data-v-f519f675],
  .px-xl-2[data-v-f519f675] {
    padding-left: 4px !important;
}
.p-xl-3[data-v-f519f675] {
    padding: 8px !important;
}
.pt-xl-3[data-v-f519f675],
  .py-xl-3[data-v-f519f675] {
    padding-top: 8px !important;
}
.pr-xl-3[data-v-f519f675],
  .px-xl-3[data-v-f519f675] {
    padding-right: 8px !important;
}
.pb-xl-3[data-v-f519f675],
  .py-xl-3[data-v-f519f675] {
    padding-bottom: 8px !important;
}
.pl-xl-3[data-v-f519f675],
  .px-xl-3[data-v-f519f675] {
    padding-left: 8px !important;
}
.p-xl-305[data-v-f519f675] {
    padding: 12px !important;
}
.pt-xl-305[data-v-f519f675],
  .py-xl-305[data-v-f519f675] {
    padding-top: 12px !important;
}
.pr-xl-305[data-v-f519f675],
  .px-xl-305[data-v-f519f675] {
    padding-right: 12px !important;
}
.pb-xl-305[data-v-f519f675],
  .py-xl-305[data-v-f519f675] {
    padding-bottom: 12px !important;
}
.pl-xl-305[data-v-f519f675],
  .px-xl-305[data-v-f519f675] {
    padding-left: 12px !important;
}
.p-xl-4[data-v-f519f675] {
    padding: 16px !important;
}
.pt-xl-4[data-v-f519f675],
  .py-xl-4[data-v-f519f675] {
    padding-top: 16px !important;
}
.pr-xl-4[data-v-f519f675],
  .px-xl-4[data-v-f519f675] {
    padding-right: 16px !important;
}
.pb-xl-4[data-v-f519f675],
  .py-xl-4[data-v-f519f675] {
    padding-bottom: 16px !important;
}
.pl-xl-4[data-v-f519f675],
  .px-xl-4[data-v-f519f675] {
    padding-left: 16px !important;
}
.p-xl-405[data-v-f519f675] {
    padding: 20px !important;
}
.pt-xl-405[data-v-f519f675],
  .py-xl-405[data-v-f519f675] {
    padding-top: 20px !important;
}
.pr-xl-405[data-v-f519f675],
  .px-xl-405[data-v-f519f675] {
    padding-right: 20px !important;
}
.pb-xl-405[data-v-f519f675],
  .py-xl-405[data-v-f519f675] {
    padding-bottom: 20px !important;
}
.pl-xl-405[data-v-f519f675],
  .px-xl-405[data-v-f519f675] {
    padding-left: 20px !important;
}
.p-xl-5[data-v-f519f675] {
    padding: 24px !important;
}
.pt-xl-5[data-v-f519f675],
  .py-xl-5[data-v-f519f675] {
    padding-top: 24px !important;
}
.pr-xl-5[data-v-f519f675],
  .px-xl-5[data-v-f519f675] {
    padding-right: 24px !important;
}
.pb-xl-5[data-v-f519f675],
  .py-xl-5[data-v-f519f675] {
    padding-bottom: 24px !important;
}
.pl-xl-5[data-v-f519f675],
  .px-xl-5[data-v-f519f675] {
    padding-left: 24px !important;
}
.p-xl-505[data-v-f519f675] {
    padding: 28px !important;
}
.pt-xl-505[data-v-f519f675],
  .py-xl-505[data-v-f519f675] {
    padding-top: 28px !important;
}
.pr-xl-505[data-v-f519f675],
  .px-xl-505[data-v-f519f675] {
    padding-right: 28px !important;
}
.pb-xl-505[data-v-f519f675],
  .py-xl-505[data-v-f519f675] {
    padding-bottom: 28px !important;
}
.pl-xl-505[data-v-f519f675],
  .px-xl-505[data-v-f519f675] {
    padding-left: 28px !important;
}
.p-xl-6[data-v-f519f675] {
    padding: 32px !important;
}
.pt-xl-6[data-v-f519f675],
  .py-xl-6[data-v-f519f675] {
    padding-top: 32px !important;
}
.pr-xl-6[data-v-f519f675],
  .px-xl-6[data-v-f519f675] {
    padding-right: 32px !important;
}
.pb-xl-6[data-v-f519f675],
  .py-xl-6[data-v-f519f675] {
    padding-bottom: 32px !important;
}
.pl-xl-6[data-v-f519f675],
  .px-xl-6[data-v-f519f675] {
    padding-left: 32px !important;
}
.p-xl-605[data-v-f519f675] {
    padding: 36px !important;
}
.pt-xl-605[data-v-f519f675],
  .py-xl-605[data-v-f519f675] {
    padding-top: 36px !important;
}
.pr-xl-605[data-v-f519f675],
  .px-xl-605[data-v-f519f675] {
    padding-right: 36px !important;
}
.pb-xl-605[data-v-f519f675],
  .py-xl-605[data-v-f519f675] {
    padding-bottom: 36px !important;
}
.pl-xl-605[data-v-f519f675],
  .px-xl-605[data-v-f519f675] {
    padding-left: 36px !important;
}
.p-xl-7[data-v-f519f675] {
    padding: 40px !important;
}
.pt-xl-7[data-v-f519f675],
  .py-xl-7[data-v-f519f675] {
    padding-top: 40px !important;
}
.pr-xl-7[data-v-f519f675],
  .px-xl-7[data-v-f519f675] {
    padding-right: 40px !important;
}
.pb-xl-7[data-v-f519f675],
  .py-xl-7[data-v-f519f675] {
    padding-bottom: 40px !important;
}
.pl-xl-7[data-v-f519f675],
  .px-xl-7[data-v-f519f675] {
    padding-left: 40px !important;
}
.p-xl-705[data-v-f519f675] {
    padding: 44px !important;
}
.pt-xl-705[data-v-f519f675],
  .py-xl-705[data-v-f519f675] {
    padding-top: 44px !important;
}
.pr-xl-705[data-v-f519f675],
  .px-xl-705[data-v-f519f675] {
    padding-right: 44px !important;
}
.pb-xl-705[data-v-f519f675],
  .py-xl-705[data-v-f519f675] {
    padding-bottom: 44px !important;
}
.pl-xl-705[data-v-f519f675],
  .px-xl-705[data-v-f519f675] {
    padding-left: 44px !important;
}
.p-xl-8[data-v-f519f675] {
    padding: 48px !important;
}
.pt-xl-8[data-v-f519f675],
  .py-xl-8[data-v-f519f675] {
    padding-top: 48px !important;
}
.pr-xl-8[data-v-f519f675],
  .px-xl-8[data-v-f519f675] {
    padding-right: 48px !important;
}
.pb-xl-8[data-v-f519f675],
  .py-xl-8[data-v-f519f675] {
    padding-bottom: 48px !important;
}
.pl-xl-8[data-v-f519f675],
  .px-xl-8[data-v-f519f675] {
    padding-left: 48px !important;
}
.p-xl-805[data-v-f519f675] {
    padding: 52px !important;
}
.pt-xl-805[data-v-f519f675],
  .py-xl-805[data-v-f519f675] {
    padding-top: 52px !important;
}
.pr-xl-805[data-v-f519f675],
  .px-xl-805[data-v-f519f675] {
    padding-right: 52px !important;
}
.pb-xl-805[data-v-f519f675],
  .py-xl-805[data-v-f519f675] {
    padding-bottom: 52px !important;
}
.pl-xl-805[data-v-f519f675],
  .px-xl-805[data-v-f519f675] {
    padding-left: 52px !important;
}
.p-xl-9[data-v-f519f675] {
    padding: 56px !important;
}
.pt-xl-9[data-v-f519f675],
  .py-xl-9[data-v-f519f675] {
    padding-top: 56px !important;
}
.pr-xl-9[data-v-f519f675],
  .px-xl-9[data-v-f519f675] {
    padding-right: 56px !important;
}
.pb-xl-9[data-v-f519f675],
  .py-xl-9[data-v-f519f675] {
    padding-bottom: 56px !important;
}
.pl-xl-9[data-v-f519f675],
  .px-xl-9[data-v-f519f675] {
    padding-left: 56px !important;
}
.p-xl-905[data-v-f519f675] {
    padding: 60px !important;
}
.pt-xl-905[data-v-f519f675],
  .py-xl-905[data-v-f519f675] {
    padding-top: 60px !important;
}
.pr-xl-905[data-v-f519f675],
  .px-xl-905[data-v-f519f675] {
    padding-right: 60px !important;
}
.pb-xl-905[data-v-f519f675],
  .py-xl-905[data-v-f519f675] {
    padding-bottom: 60px !important;
}
.pl-xl-905[data-v-f519f675],
  .px-xl-905[data-v-f519f675] {
    padding-left: 60px !important;
}
.m-xl-auto[data-v-f519f675] {
    margin: auto !important;
}
.mt-xl-auto[data-v-f519f675],
  .my-xl-auto[data-v-f519f675] {
    margin-top: auto !important;
}
.mr-xl-auto[data-v-f519f675],
  .mx-xl-auto[data-v-f519f675] {
    margin-right: auto !important;
}
.mb-xl-auto[data-v-f519f675],
  .my-xl-auto[data-v-f519f675] {
    margin-bottom: auto !important;
}
.ml-xl-auto[data-v-f519f675],
  .mx-xl-auto[data-v-f519f675] {
    margin-left: auto !important;
}
}
@media (min-width: 1400px) {
.m-xxl-0[data-v-f519f675] {
    margin: 0 !important;
}
.mt-xxl-0[data-v-f519f675],
  .my-xxl-0[data-v-f519f675] {
    margin-top: 0 !important;
}
.mr-xxl-0[data-v-f519f675],
  .mx-xxl-0[data-v-f519f675] {
    margin-right: 0 !important;
}
.mb-xxl-0[data-v-f519f675],
  .my-xxl-0[data-v-f519f675] {
    margin-bottom: 0 !important;
}
.ml-xxl-0[data-v-f519f675],
  .mx-xxl-0[data-v-f519f675] {
    margin-left: 0 !important;
}
.m-xxl-1[data-v-f519f675] {
    margin: 2px !important;
}
.mt-xxl-1[data-v-f519f675],
  .my-xxl-1[data-v-f519f675] {
    margin-top: 2px !important;
}
.mr-xxl-1[data-v-f519f675],
  .mx-xxl-1[data-v-f519f675] {
    margin-right: 2px !important;
}
.mb-xxl-1[data-v-f519f675],
  .my-xxl-1[data-v-f519f675] {
    margin-bottom: 2px !important;
}
.ml-xxl-1[data-v-f519f675],
  .mx-xxl-1[data-v-f519f675] {
    margin-left: 2px !important;
}
.m-xxl-2[data-v-f519f675] {
    margin: 4px !important;
}
.mt-xxl-2[data-v-f519f675],
  .my-xxl-2[data-v-f519f675] {
    margin-top: 4px !important;
}
.mr-xxl-2[data-v-f519f675],
  .mx-xxl-2[data-v-f519f675] {
    margin-right: 4px !important;
}
.mb-xxl-2[data-v-f519f675],
  .my-xxl-2[data-v-f519f675] {
    margin-bottom: 4px !important;
}
.ml-xxl-2[data-v-f519f675],
  .mx-xxl-2[data-v-f519f675] {
    margin-left: 4px !important;
}
.m-xxl-3[data-v-f519f675] {
    margin: 8px !important;
}
.mt-xxl-3[data-v-f519f675],
  .my-xxl-3[data-v-f519f675] {
    margin-top: 8px !important;
}
.mr-xxl-3[data-v-f519f675],
  .mx-xxl-3[data-v-f519f675] {
    margin-right: 8px !important;
}
.mb-xxl-3[data-v-f519f675],
  .my-xxl-3[data-v-f519f675] {
    margin-bottom: 8px !important;
}
.ml-xxl-3[data-v-f519f675],
  .mx-xxl-3[data-v-f519f675] {
    margin-left: 8px !important;
}
.m-xxl-305[data-v-f519f675] {
    margin: 12px !important;
}
.mt-xxl-305[data-v-f519f675],
  .my-xxl-305[data-v-f519f675] {
    margin-top: 12px !important;
}
.mr-xxl-305[data-v-f519f675],
  .mx-xxl-305[data-v-f519f675] {
    margin-right: 12px !important;
}
.mb-xxl-305[data-v-f519f675],
  .my-xxl-305[data-v-f519f675] {
    margin-bottom: 12px !important;
}
.ml-xxl-305[data-v-f519f675],
  .mx-xxl-305[data-v-f519f675] {
    margin-left: 12px !important;
}
.m-xxl-4[data-v-f519f675] {
    margin: 16px !important;
}
.mt-xxl-4[data-v-f519f675],
  .my-xxl-4[data-v-f519f675] {
    margin-top: 16px !important;
}
.mr-xxl-4[data-v-f519f675],
  .mx-xxl-4[data-v-f519f675] {
    margin-right: 16px !important;
}
.mb-xxl-4[data-v-f519f675],
  .my-xxl-4[data-v-f519f675] {
    margin-bottom: 16px !important;
}
.ml-xxl-4[data-v-f519f675],
  .mx-xxl-4[data-v-f519f675] {
    margin-left: 16px !important;
}
.m-xxl-405[data-v-f519f675] {
    margin: 20px !important;
}
.mt-xxl-405[data-v-f519f675],
  .my-xxl-405[data-v-f519f675] {
    margin-top: 20px !important;
}
.mr-xxl-405[data-v-f519f675],
  .mx-xxl-405[data-v-f519f675] {
    margin-right: 20px !important;
}
.mb-xxl-405[data-v-f519f675],
  .my-xxl-405[data-v-f519f675] {
    margin-bottom: 20px !important;
}
.ml-xxl-405[data-v-f519f675],
  .mx-xxl-405[data-v-f519f675] {
    margin-left: 20px !important;
}
.m-xxl-5[data-v-f519f675] {
    margin: 24px !important;
}
.mt-xxl-5[data-v-f519f675],
  .my-xxl-5[data-v-f519f675] {
    margin-top: 24px !important;
}
.mr-xxl-5[data-v-f519f675],
  .mx-xxl-5[data-v-f519f675] {
    margin-right: 24px !important;
}
.mb-xxl-5[data-v-f519f675],
  .my-xxl-5[data-v-f519f675] {
    margin-bottom: 24px !important;
}
.ml-xxl-5[data-v-f519f675],
  .mx-xxl-5[data-v-f519f675] {
    margin-left: 24px !important;
}
.m-xxl-505[data-v-f519f675] {
    margin: 28px !important;
}
.mt-xxl-505[data-v-f519f675],
  .my-xxl-505[data-v-f519f675] {
    margin-top: 28px !important;
}
.mr-xxl-505[data-v-f519f675],
  .mx-xxl-505[data-v-f519f675] {
    margin-right: 28px !important;
}
.mb-xxl-505[data-v-f519f675],
  .my-xxl-505[data-v-f519f675] {
    margin-bottom: 28px !important;
}
.ml-xxl-505[data-v-f519f675],
  .mx-xxl-505[data-v-f519f675] {
    margin-left: 28px !important;
}
.m-xxl-6[data-v-f519f675] {
    margin: 32px !important;
}
.mt-xxl-6[data-v-f519f675],
  .my-xxl-6[data-v-f519f675] {
    margin-top: 32px !important;
}
.mr-xxl-6[data-v-f519f675],
  .mx-xxl-6[data-v-f519f675] {
    margin-right: 32px !important;
}
.mb-xxl-6[data-v-f519f675],
  .my-xxl-6[data-v-f519f675] {
    margin-bottom: 32px !important;
}
.ml-xxl-6[data-v-f519f675],
  .mx-xxl-6[data-v-f519f675] {
    margin-left: 32px !important;
}
.m-xxl-605[data-v-f519f675] {
    margin: 36px !important;
}
.mt-xxl-605[data-v-f519f675],
  .my-xxl-605[data-v-f519f675] {
    margin-top: 36px !important;
}
.mr-xxl-605[data-v-f519f675],
  .mx-xxl-605[data-v-f519f675] {
    margin-right: 36px !important;
}
.mb-xxl-605[data-v-f519f675],
  .my-xxl-605[data-v-f519f675] {
    margin-bottom: 36px !important;
}
.ml-xxl-605[data-v-f519f675],
  .mx-xxl-605[data-v-f519f675] {
    margin-left: 36px !important;
}
.m-xxl-7[data-v-f519f675] {
    margin: 40px !important;
}
.mt-xxl-7[data-v-f519f675],
  .my-xxl-7[data-v-f519f675] {
    margin-top: 40px !important;
}
.mr-xxl-7[data-v-f519f675],
  .mx-xxl-7[data-v-f519f675] {
    margin-right: 40px !important;
}
.mb-xxl-7[data-v-f519f675],
  .my-xxl-7[data-v-f519f675] {
    margin-bottom: 40px !important;
}
.ml-xxl-7[data-v-f519f675],
  .mx-xxl-7[data-v-f519f675] {
    margin-left: 40px !important;
}
.m-xxl-705[data-v-f519f675] {
    margin: 44px !important;
}
.mt-xxl-705[data-v-f519f675],
  .my-xxl-705[data-v-f519f675] {
    margin-top: 44px !important;
}
.mr-xxl-705[data-v-f519f675],
  .mx-xxl-705[data-v-f519f675] {
    margin-right: 44px !important;
}
.mb-xxl-705[data-v-f519f675],
  .my-xxl-705[data-v-f519f675] {
    margin-bottom: 44px !important;
}
.ml-xxl-705[data-v-f519f675],
  .mx-xxl-705[data-v-f519f675] {
    margin-left: 44px !important;
}
.m-xxl-8[data-v-f519f675] {
    margin: 48px !important;
}
.mt-xxl-8[data-v-f519f675],
  .my-xxl-8[data-v-f519f675] {
    margin-top: 48px !important;
}
.mr-xxl-8[data-v-f519f675],
  .mx-xxl-8[data-v-f519f675] {
    margin-right: 48px !important;
}
.mb-xxl-8[data-v-f519f675],
  .my-xxl-8[data-v-f519f675] {
    margin-bottom: 48px !important;
}
.ml-xxl-8[data-v-f519f675],
  .mx-xxl-8[data-v-f519f675] {
    margin-left: 48px !important;
}
.m-xxl-805[data-v-f519f675] {
    margin: 52px !important;
}
.mt-xxl-805[data-v-f519f675],
  .my-xxl-805[data-v-f519f675] {
    margin-top: 52px !important;
}
.mr-xxl-805[data-v-f519f675],
  .mx-xxl-805[data-v-f519f675] {
    margin-right: 52px !important;
}
.mb-xxl-805[data-v-f519f675],
  .my-xxl-805[data-v-f519f675] {
    margin-bottom: 52px !important;
}
.ml-xxl-805[data-v-f519f675],
  .mx-xxl-805[data-v-f519f675] {
    margin-left: 52px !important;
}
.m-xxl-9[data-v-f519f675] {
    margin: 56px !important;
}
.mt-xxl-9[data-v-f519f675],
  .my-xxl-9[data-v-f519f675] {
    margin-top: 56px !important;
}
.mr-xxl-9[data-v-f519f675],
  .mx-xxl-9[data-v-f519f675] {
    margin-right: 56px !important;
}
.mb-xxl-9[data-v-f519f675],
  .my-xxl-9[data-v-f519f675] {
    margin-bottom: 56px !important;
}
.ml-xxl-9[data-v-f519f675],
  .mx-xxl-9[data-v-f519f675] {
    margin-left: 56px !important;
}
.m-xxl-905[data-v-f519f675] {
    margin: 60px !important;
}
.mt-xxl-905[data-v-f519f675],
  .my-xxl-905[data-v-f519f675] {
    margin-top: 60px !important;
}
.mr-xxl-905[data-v-f519f675],
  .mx-xxl-905[data-v-f519f675] {
    margin-right: 60px !important;
}
.mb-xxl-905[data-v-f519f675],
  .my-xxl-905[data-v-f519f675] {
    margin-bottom: 60px !important;
}
.ml-xxl-905[data-v-f519f675],
  .mx-xxl-905[data-v-f519f675] {
    margin-left: 60px !important;
}
.p-xxl-0[data-v-f519f675] {
    padding: 0 !important;
}
.pt-xxl-0[data-v-f519f675],
  .py-xxl-0[data-v-f519f675] {
    padding-top: 0 !important;
}
.pr-xxl-0[data-v-f519f675],
  .px-xxl-0[data-v-f519f675] {
    padding-right: 0 !important;
}
.pb-xxl-0[data-v-f519f675],
  .py-xxl-0[data-v-f519f675] {
    padding-bottom: 0 !important;
}
.pl-xxl-0[data-v-f519f675],
  .px-xxl-0[data-v-f519f675] {
    padding-left: 0 !important;
}
.p-xxl-1[data-v-f519f675] {
    padding: 2px !important;
}
.pt-xxl-1[data-v-f519f675],
  .py-xxl-1[data-v-f519f675] {
    padding-top: 2px !important;
}
.pr-xxl-1[data-v-f519f675],
  .px-xxl-1[data-v-f519f675] {
    padding-right: 2px !important;
}
.pb-xxl-1[data-v-f519f675],
  .py-xxl-1[data-v-f519f675] {
    padding-bottom: 2px !important;
}
.pl-xxl-1[data-v-f519f675],
  .px-xxl-1[data-v-f519f675] {
    padding-left: 2px !important;
}
.p-xxl-2[data-v-f519f675] {
    padding: 4px !important;
}
.pt-xxl-2[data-v-f519f675],
  .py-xxl-2[data-v-f519f675] {
    padding-top: 4px !important;
}
.pr-xxl-2[data-v-f519f675],
  .px-xxl-2[data-v-f519f675] {
    padding-right: 4px !important;
}
.pb-xxl-2[data-v-f519f675],
  .py-xxl-2[data-v-f519f675] {
    padding-bottom: 4px !important;
}
.pl-xxl-2[data-v-f519f675],
  .px-xxl-2[data-v-f519f675] {
    padding-left: 4px !important;
}
.p-xxl-3[data-v-f519f675] {
    padding: 8px !important;
}
.pt-xxl-3[data-v-f519f675],
  .py-xxl-3[data-v-f519f675] {
    padding-top: 8px !important;
}
.pr-xxl-3[data-v-f519f675],
  .px-xxl-3[data-v-f519f675] {
    padding-right: 8px !important;
}
.pb-xxl-3[data-v-f519f675],
  .py-xxl-3[data-v-f519f675] {
    padding-bottom: 8px !important;
}
.pl-xxl-3[data-v-f519f675],
  .px-xxl-3[data-v-f519f675] {
    padding-left: 8px !important;
}
.p-xxl-305[data-v-f519f675] {
    padding: 12px !important;
}
.pt-xxl-305[data-v-f519f675],
  .py-xxl-305[data-v-f519f675] {
    padding-top: 12px !important;
}
.pr-xxl-305[data-v-f519f675],
  .px-xxl-305[data-v-f519f675] {
    padding-right: 12px !important;
}
.pb-xxl-305[data-v-f519f675],
  .py-xxl-305[data-v-f519f675] {
    padding-bottom: 12px !important;
}
.pl-xxl-305[data-v-f519f675],
  .px-xxl-305[data-v-f519f675] {
    padding-left: 12px !important;
}
.p-xxl-4[data-v-f519f675] {
    padding: 16px !important;
}
.pt-xxl-4[data-v-f519f675],
  .py-xxl-4[data-v-f519f675] {
    padding-top: 16px !important;
}
.pr-xxl-4[data-v-f519f675],
  .px-xxl-4[data-v-f519f675] {
    padding-right: 16px !important;
}
.pb-xxl-4[data-v-f519f675],
  .py-xxl-4[data-v-f519f675] {
    padding-bottom: 16px !important;
}
.pl-xxl-4[data-v-f519f675],
  .px-xxl-4[data-v-f519f675] {
    padding-left: 16px !important;
}
.p-xxl-405[data-v-f519f675] {
    padding: 20px !important;
}
.pt-xxl-405[data-v-f519f675],
  .py-xxl-405[data-v-f519f675] {
    padding-top: 20px !important;
}
.pr-xxl-405[data-v-f519f675],
  .px-xxl-405[data-v-f519f675] {
    padding-right: 20px !important;
}
.pb-xxl-405[data-v-f519f675],
  .py-xxl-405[data-v-f519f675] {
    padding-bottom: 20px !important;
}
.pl-xxl-405[data-v-f519f675],
  .px-xxl-405[data-v-f519f675] {
    padding-left: 20px !important;
}
.p-xxl-5[data-v-f519f675] {
    padding: 24px !important;
}
.pt-xxl-5[data-v-f519f675],
  .py-xxl-5[data-v-f519f675] {
    padding-top: 24px !important;
}
.pr-xxl-5[data-v-f519f675],
  .px-xxl-5[data-v-f519f675] {
    padding-right: 24px !important;
}
.pb-xxl-5[data-v-f519f675],
  .py-xxl-5[data-v-f519f675] {
    padding-bottom: 24px !important;
}
.pl-xxl-5[data-v-f519f675],
  .px-xxl-5[data-v-f519f675] {
    padding-left: 24px !important;
}
.p-xxl-505[data-v-f519f675] {
    padding: 28px !important;
}
.pt-xxl-505[data-v-f519f675],
  .py-xxl-505[data-v-f519f675] {
    padding-top: 28px !important;
}
.pr-xxl-505[data-v-f519f675],
  .px-xxl-505[data-v-f519f675] {
    padding-right: 28px !important;
}
.pb-xxl-505[data-v-f519f675],
  .py-xxl-505[data-v-f519f675] {
    padding-bottom: 28px !important;
}
.pl-xxl-505[data-v-f519f675],
  .px-xxl-505[data-v-f519f675] {
    padding-left: 28px !important;
}
.p-xxl-6[data-v-f519f675] {
    padding: 32px !important;
}
.pt-xxl-6[data-v-f519f675],
  .py-xxl-6[data-v-f519f675] {
    padding-top: 32px !important;
}
.pr-xxl-6[data-v-f519f675],
  .px-xxl-6[data-v-f519f675] {
    padding-right: 32px !important;
}
.pb-xxl-6[data-v-f519f675],
  .py-xxl-6[data-v-f519f675] {
    padding-bottom: 32px !important;
}
.pl-xxl-6[data-v-f519f675],
  .px-xxl-6[data-v-f519f675] {
    padding-left: 32px !important;
}
.p-xxl-605[data-v-f519f675] {
    padding: 36px !important;
}
.pt-xxl-605[data-v-f519f675],
  .py-xxl-605[data-v-f519f675] {
    padding-top: 36px !important;
}
.pr-xxl-605[data-v-f519f675],
  .px-xxl-605[data-v-f519f675] {
    padding-right: 36px !important;
}
.pb-xxl-605[data-v-f519f675],
  .py-xxl-605[data-v-f519f675] {
    padding-bottom: 36px !important;
}
.pl-xxl-605[data-v-f519f675],
  .px-xxl-605[data-v-f519f675] {
    padding-left: 36px !important;
}
.p-xxl-7[data-v-f519f675] {
    padding: 40px !important;
}
.pt-xxl-7[data-v-f519f675],
  .py-xxl-7[data-v-f519f675] {
    padding-top: 40px !important;
}
.pr-xxl-7[data-v-f519f675],
  .px-xxl-7[data-v-f519f675] {
    padding-right: 40px !important;
}
.pb-xxl-7[data-v-f519f675],
  .py-xxl-7[data-v-f519f675] {
    padding-bottom: 40px !important;
}
.pl-xxl-7[data-v-f519f675],
  .px-xxl-7[data-v-f519f675] {
    padding-left: 40px !important;
}
.p-xxl-705[data-v-f519f675] {
    padding: 44px !important;
}
.pt-xxl-705[data-v-f519f675],
  .py-xxl-705[data-v-f519f675] {
    padding-top: 44px !important;
}
.pr-xxl-705[data-v-f519f675],
  .px-xxl-705[data-v-f519f675] {
    padding-right: 44px !important;
}
.pb-xxl-705[data-v-f519f675],
  .py-xxl-705[data-v-f519f675] {
    padding-bottom: 44px !important;
}
.pl-xxl-705[data-v-f519f675],
  .px-xxl-705[data-v-f519f675] {
    padding-left: 44px !important;
}
.p-xxl-8[data-v-f519f675] {
    padding: 48px !important;
}
.pt-xxl-8[data-v-f519f675],
  .py-xxl-8[data-v-f519f675] {
    padding-top: 48px !important;
}
.pr-xxl-8[data-v-f519f675],
  .px-xxl-8[data-v-f519f675] {
    padding-right: 48px !important;
}
.pb-xxl-8[data-v-f519f675],
  .py-xxl-8[data-v-f519f675] {
    padding-bottom: 48px !important;
}
.pl-xxl-8[data-v-f519f675],
  .px-xxl-8[data-v-f519f675] {
    padding-left: 48px !important;
}
.p-xxl-805[data-v-f519f675] {
    padding: 52px !important;
}
.pt-xxl-805[data-v-f519f675],
  .py-xxl-805[data-v-f519f675] {
    padding-top: 52px !important;
}
.pr-xxl-805[data-v-f519f675],
  .px-xxl-805[data-v-f519f675] {
    padding-right: 52px !important;
}
.pb-xxl-805[data-v-f519f675],
  .py-xxl-805[data-v-f519f675] {
    padding-bottom: 52px !important;
}
.pl-xxl-805[data-v-f519f675],
  .px-xxl-805[data-v-f519f675] {
    padding-left: 52px !important;
}
.p-xxl-9[data-v-f519f675] {
    padding: 56px !important;
}
.pt-xxl-9[data-v-f519f675],
  .py-xxl-9[data-v-f519f675] {
    padding-top: 56px !important;
}
.pr-xxl-9[data-v-f519f675],
  .px-xxl-9[data-v-f519f675] {
    padding-right: 56px !important;
}
.pb-xxl-9[data-v-f519f675],
  .py-xxl-9[data-v-f519f675] {
    padding-bottom: 56px !important;
}
.pl-xxl-9[data-v-f519f675],
  .px-xxl-9[data-v-f519f675] {
    padding-left: 56px !important;
}
.p-xxl-905[data-v-f519f675] {
    padding: 60px !important;
}
.pt-xxl-905[data-v-f519f675],
  .py-xxl-905[data-v-f519f675] {
    padding-top: 60px !important;
}
.pr-xxl-905[data-v-f519f675],
  .px-xxl-905[data-v-f519f675] {
    padding-right: 60px !important;
}
.pb-xxl-905[data-v-f519f675],
  .py-xxl-905[data-v-f519f675] {
    padding-bottom: 60px !important;
}
.pl-xxl-905[data-v-f519f675],
  .px-xxl-905[data-v-f519f675] {
    padding-left: 60px !important;
}
.m-xxl-auto[data-v-f519f675] {
    margin: auto !important;
}
.mt-xxl-auto[data-v-f519f675],
  .my-xxl-auto[data-v-f519f675] {
    margin-top: auto !important;
}
.mr-xxl-auto[data-v-f519f675],
  .mx-xxl-auto[data-v-f519f675] {
    margin-right: auto !important;
}
.mb-xxl-auto[data-v-f519f675],
  .my-xxl-auto[data-v-f519f675] {
    margin-bottom: auto !important;
}
.ml-xxl-auto[data-v-f519f675],
  .mx-xxl-auto[data-v-f519f675] {
    margin-left: auto !important;
}
}
.position-static[data-v-f519f675] {
  position: static !important;
}
.position-relative[data-v-f519f675] {
  position: relative !important;
}
.position-absolute[data-v-f519f675] {
  position: absolute !important;
}
.position-fixed[data-v-f519f675] {
  position: fixed !important;
}
.position-sticky[data-v-f519f675] {
  position: sticky !important;
}
.fixed-top[data-v-f519f675] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom[data-v-f519f675] {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
.sticky-top[data-v-f519f675] {
    position: sticky;
    top: 0;
    z-index: 1020;
}
}
.d-none[data-v-f519f675] {
  display: none !important;
}
.d-inline[data-v-f519f675] {
  display: inline !important;
}
.d-inline-block[data-v-f519f675] {
  display: inline-block !important;
}
.d-block[data-v-f519f675] {
  display: block !important;
}
.d-flex[data-v-f519f675] {
  display: flex !important;
}
.d-inline-flex[data-v-f519f675] {
  display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none[data-v-f519f675] {
    display: none !important;
}
.d-sm-inline[data-v-f519f675] {
    display: inline !important;
}
.d-sm-inline-block[data-v-f519f675] {
    display: inline-block !important;
}
.d-sm-block[data-v-f519f675] {
    display: block !important;
}
.d-sm-flex[data-v-f519f675] {
    display: flex !important;
}
.d-sm-inline-flex[data-v-f519f675] {
    display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none[data-v-f519f675] {
    display: none !important;
}
.d-md-inline[data-v-f519f675] {
    display: inline !important;
}
.d-md-inline-block[data-v-f519f675] {
    display: inline-block !important;
}
.d-md-block[data-v-f519f675] {
    display: block !important;
}
.d-md-flex[data-v-f519f675] {
    display: flex !important;
}
.d-md-inline-flex[data-v-f519f675] {
    display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none[data-v-f519f675] {
    display: none !important;
}
.d-lg-inline[data-v-f519f675] {
    display: inline !important;
}
.d-lg-inline-block[data-v-f519f675] {
    display: inline-block !important;
}
.d-lg-block[data-v-f519f675] {
    display: block !important;
}
.d-lg-flex[data-v-f519f675] {
    display: flex !important;
}
.d-lg-inline-flex[data-v-f519f675] {
    display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none[data-v-f519f675] {
    display: none !important;
}
.d-xl-inline[data-v-f519f675] {
    display: inline !important;
}
.d-xl-inline-block[data-v-f519f675] {
    display: inline-block !important;
}
.d-xl-block[data-v-f519f675] {
    display: block !important;
}
.d-xl-flex[data-v-f519f675] {
    display: flex !important;
}
.d-xl-inline-flex[data-v-f519f675] {
    display: inline-flex !important;
}
}
@media (min-width: 1400px) {
.d-xxl-none[data-v-f519f675] {
    display: none !important;
}
.d-xxl-inline[data-v-f519f675] {
    display: inline !important;
}
.d-xxl-inline-block[data-v-f519f675] {
    display: inline-block !important;
}
.d-xxl-block[data-v-f519f675] {
    display: block !important;
}
.d-xxl-flex[data-v-f519f675] {
    display: flex !important;
}
.d-xxl-inline-flex[data-v-f519f675] {
    display: inline-flex !important;
}
}
@media print {
.d-print-none[data-v-f519f675] {
    display: none !important;
}
.d-print-inline[data-v-f519f675] {
    display: inline !important;
}
.d-print-inline-block[data-v-f519f675] {
    display: inline-block !important;
}
.d-print-block[data-v-f519f675] {
    display: block !important;
}
.d-print-table[data-v-f519f675] {
    display: table !important;
}
.d-print-table-row[data-v-f519f675] {
    display: table-row !important;
}
.d-print-table-cell[data-v-f519f675] {
    display: table-cell !important;
}
.d-print-flex[data-v-f519f675] {
    display: flex !important;
}
.d-print-inline-flex[data-v-f519f675] {
    display: inline-flex !important;
}
}
.section + .section[data-v-f519f675] {
  margin-top: 24px;
}
a.button[data-v-f519f675] {
  display: inline-flex;
  padding-top: 2px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 1px;
  line-height: 2.4rem;
}
.button[data-v-f519f675] {
  appearance: none;
  display: inline-flex;
  width: 100%;
  min-height: 40px;
  padding-top: 2px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 1px;
  border-radius: 4px;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  border-color: #004993;
  font-size: 1.8rem;
  font-weight: 500;
  color: white;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2.4rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  user-select: text;
  cursor: pointer;
  vertical-align: middle;
}
.button + button[data-v-f519f675] {
  margin-top: 8px;
}
@media (min-width: 576px) {
.button[data-v-f519f675] {
    width: auto;
}
.button + button[data-v-f519f675] {
    margin-top: 0;
}
}
.button.focus[data-v-f519f675], .button[data-v-f519f675]:focus {
  outline: 4px solid #747474;
  outline-offset: 1px;
  color: white;
}
.button.button-primary[data-v-f519f675] {
  color: white;
  background-color: #0059b3;
  border-color: #004993;
}
.button.button-primary[data-v-f519f675]:hover, .button.button-primary.button-hover[data-v-f519f675] {
  background-color: #004993;
  border-color: #003972;
}
.button.button-primary.focus[data-v-f519f675], .button.button-primary[data-v-f519f675]:focus {
  background-color: #0059b3;
  border-color: #004993;
}
.button.button-primary[data-v-f519f675]:active, .button.button-primary.button-active[data-v-f519f675] {
  background-color: #003972;
  border-color: #003972;
}
.button.button-primary[data-v-f519f675]:disabled, .button.button-primary.disabled[data-v-f519f675] {
  opacity: 0.3;
  box-shadow: none !important;
  cursor: not-allowed;
}
.button.button-primary[data-v-f519f675]:disabled:hover, .button.button-primary.disabled[data-v-f519f675]:hover {
  color: white !important;
  background-color: #0059b3 !important;
  border-color: #004993 !important;
  opacity: 0.3 !important;
  box-shadow: none !important;
}
.button.button-secondary[data-v-f519f675] {
  color: #0059b3;
  background-color: white;
  border-color: #0059b3;
}
.button.button-secondary[data-v-f519f675]:hover, .button.button-secondary.button-hover[data-v-f519f675] {
  color: #1a1a1a;
  background-color: white;
  border-color: #1a1a1a;
}
.button.button-secondary.focus[data-v-f519f675], .button.button-secondary[data-v-f519f675]:focus {
  color: #1a1a1a;
  background-color: white;
  border-color: #1a1a1a;
}
.button.button-secondary[data-v-f519f675]:active, .button.button-secondary.button-active[data-v-f519f675] {
  color: #1a1a1a;
  background-color: white;
  border-color: #1a1a1a;
}
.button.button-secondary[data-v-f519f675]:disabled, .button.button-secondary.disabled[data-v-f519f675] {
  opacity: 0.3;
  box-shadow: none !important;
  cursor: not-allowed;
  border-color: #BFBFBF !important;
}
.button.button-secondary[data-v-f519f675]:disabled:hover, .button.button-secondary.disabled[data-v-f519f675]:hover {
  color: #0059b3 !important;
  background-color: white !important;
  border-color: #BFBFBF !important;
  opacity: 0.3 !important;
  box-shadow: none !important;
}
.button.button-tertiary[data-v-f519f675] {
  border-color: #747474;
  background-color: transparent;
  color: #1a1a1a;
  font-weight: 400;
}
.button.button-tertiary[data-v-f519f675]:hover, .button.button-tertiary.button-hover[data-v-f519f675] {
  border-color: #454545;
  background-color: transparent;
  color: #1a1a1a;
}
.button.button-tertiary.focus[data-v-f519f675], .button.button-tertiary[data-v-f519f675]:focus {
  border-color: #747474;
  background-color: transparent;
  color: #1a1a1a;
}
.button.button-tertiary[data-v-f519f675]:active, .button.button-tertiary.button-active[data-v-f519f675] {
  border-color: #1a1a1a;
  background-color: transparent;
  color: #1a1a1a;
}
.button.button-tertiary[data-v-f519f675]:disabled, .button.button-tertiary.disabled[data-v-f519f675] {
  opacity: 0.3;
  box-shadow: none !important;
  cursor: not-allowed;
}
.button.button-tertiary[data-v-f519f675]:disabled:hover, .button.button-tertiary.disabled[data-v-f519f675]: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[data-v-f519f675] {
  color: #454545;
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
  font-weight: 400;
  padding-left: calc(8px - 2px);
}
.button.button-quaternary[data-v-f519f675]:hover, .button.button-quaternary.button-hover[data-v-f519f675] {
  background-color: #DCDCDC;
  box-shadow: none;
  border-bottom-color: transparent;
}
.button.button-quaternary.focus[data-v-f519f675], .button.button-quaternary[data-v-f519f675]:focus {
  color: #454545;
  box-shadow: none;
  border-bottom-color: transparent;
  background-color: transparent;
}
.button.button-quaternary[data-v-f519f675]:active, .button.button-quaternary.button-active[data-v-f519f675] {
  background-color: #BFBFBF;
  box-shadow: none;
  border-bottom-color: transparent;
}
.button.button-quaternary[data-v-f519f675]:disabled, .button.button-quaternary.disabled[data-v-f519f675] {
  opacity: 0.3;
  box-shadow: none !important;
  cursor: not-allowed;
}
.button.button-quaternary[data-v-f519f675]:disabled:hover, .button.button-quaternary.disabled[data-v-f519f675]: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[data-v-f519f675] {
  margin-right: 4px;
  min-width: 2.4rem;
}
.button.button-small[data-v-f519f675] {
  padding: calc(2px) calc(16px - 2px) 0px;
  font-size: 1.4rem;
  min-height: 24px;
}
.button .icon-svg[data-v-f519f675] {
  margin-right: 8px;
  fill: currentColor;
  min-width: 2.4rem;
}
.button-unstyled[data-v-f519f675] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.button-unstyled[data-v-f519f675]:hover, .button-unstyled[data-v-f519f675]:focus {
  background-color: transparent;
  color: inherit;
}
.button-unstyled[data-v-f519f675] {
  width: auto;
}
@media (min-width: 768px) {
.button + .button[data-v-f519f675] {
    margin-left: 8px;
}
.button + .button[data-v-f519f675]:first-child {
    margin-left: 0;
}
}
.button-column[data-v-f519f675] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.button-column .button[data-v-f519f675] {
  margin-top: 8px;
  margin-left: 0;
}
.button-column .button[data-v-f519f675]:first-child {
  margin-top: 0;
}
.tag[data-v-f519f675] {
  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: white;
  background-color: #454545;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2.4rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.tag.tag-icon[data-v-f519f675] {
  padding: 0;
  padding-left: 8px;
}
.tag + .tag[data-v-f519f675] {
  margin-bottom: 8px;
}
.tag[data-v-f519f675]:hover, .tag.tag-hover[data-v-f519f675] {
  background-color: #747474;
}
.tag[data-v-f519f675]:active, .tag.tag-active[data-v-f519f675] {
  background-color: #1a1a1a;
}
.tag.focus[data-v-f519f675], .tag[data-v-f519f675]:focus {
  background-color: #454545;
}
.tag.focus[data-v-f519f675], .tag[data-v-f519f675]:focus {
  outline: 4px solid #747474;
  outline-offset: 1px;
  position: relative;
}
.tag .icon-svg[data-v-f519f675] {
  float: right;
  margin: 0px 0px 0px 5px;
  fill: white;
}
.button-row[data-v-f519f675] {
  display: flex;
  margin: 2rem 0 1rem;
}

/* hide the default checkbox */
input[type=checkbox].form-toggle[data-v-f519f675] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-f519f675] {
  position: relative;
  display: inline-block;
  min-height: 20px; /* required in case the label is empty */
  padding-left: 68px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 8px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-f519f675]:before {
  content: "Fra";
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 0;
  border-radius: 50%;
  background-color: white;
  width: 29px;
  height: 29px;
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 500;
  padding-top: 5px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  z-index: 10;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-f519f675] {
  cursor: not-allowed;
}
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-f519f675]:before,
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-f519f675]:hover:before,
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-f519f675]:active:before,
input[type=checkbox].form-toggle:checked:disabled ~ .form-toggle-label[data-v-f519f675]:before {
  color: #747474;
}
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-f519f675]:after,
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-f519f675]:hover:after,
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-f519f675]:active:after {
  opacity: 0.5;
  background-color: #747474;
}
input[type=checkbox].form-toggle:checked:disabled ~ .form-toggle-label[data-v-f519f675]:after,
input[type=checkbox].form-toggle:checked:disabled ~ .form-toggle-label[data-v-f519f675]:hover:after,
input[type=checkbox].form-toggle:checked:disabled ~ .form-toggle-label[data-v-f519f675]:active:after {
  opacity: 0.5;
  background-color: #0059b3;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-f519f675]:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 3px;
  width: 56px;
  height: 33px;
  border-radius: 20px;
  line-height: 1;
  text-align: center;
  background-color: #999999;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-f519f675]:hover:after {
  background-color: #747474;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-f519f675]:active:after {
  background-color: #454545;
}
input[type=checkbox].form-toggle:checked ~ .form-toggle-label[data-v-f519f675]:after {
  background-color: #0059b3;
}
input[type=checkbox].form-toggle:checked ~ .form-toggle-label[data-v-f519f675]:hover:after {
  background-color: #004993;
}
input[type=checkbox].form-toggle:checked ~ .form-toggle-label[data-v-f519f675]:active:after {
  background-color: #003972;
}
input[type=checkbox].form-toggle:focus ~ .form-toggle-label[data-v-f519f675]:after {
  outline: 4px solid #747474;
  outline-offset: 1px;
}

/* checked state */
input[type=checkbox].form-toggle:checked ~ .form-toggle-label[data-v-f519f675]:before {
  content: "Til";
  left: 26px;
}
.badge[data-v-f519f675] {
  padding: 0;
  padding-left: 8px;
  padding-right: 8px;
  border: none;
  font-weight: 600;
  color: white;
  background: #1a1a1a;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  display: inline-block;
}
.badge.badge-large[data-v-f519f675] {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.badge.badge-small[data-v-f519f675] {
  font-size: 1.4rem;
  line-height: 2rem;
}
.badge.badge-info[data-v-f519f675] {
  color: #1a1a1a;
  background-color: #e2f2fb;
}
.badge.badge-success[data-v-f519f675] {
  color: #1a1a1a;
  background-color: #eeffe2;
}
.badge.badge-warning[data-v-f519f675] {
  color: #1a1a1a;
  background-color: #ffeecc;
}
.badge.badge-error[data-v-f519f675] {
  color: #1a1a1a;
  background-color: #ffe0e0;
}
.embed-container iframe[data-v-f519f675],
.embed-container object[data-v-f519f675],
.embed-container embed[data-v-f519f675] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container[data-v-f519f675] {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
img[data-v-f519f675] {
  max-width: 100%;
}
figure[data-v-f519f675] {
  margin-left: 0;
  margin-right: 0;
}
.icon[data-v-f519f675] {
  height: 2.4rem;
  width: 2.4rem;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 100%;
}
.icon-svg[data-v-f519f675] {
  height: 2.4rem;
  width: 2.4rem;
  vertical-align: middle;
}
.icon-svg--inherit-color[data-v-f519f675] {
  fill: currentColor;
}
.icon-svg[data-v-f519f675]:focus {
  outline: none;
}
.inline-svg[data-v-f519f675] {
  height: 1em;
  width: 1em;
}
.icon-svg-large[data-v-f519f675] {
  height: 2.5rem;
  width: 2.5rem;
  vertical-align: middle;
}
.icon-svg-large--inherit-color[data-v-f519f675] {
  fill: currentColor;
}
.icon-accessibility-new[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20.5%206c-2.61.7-5.67%201-8.5%201s-5.89-.3-8.5-1L3%208c1.86.5%204%20.83%206%201v13h2v-6h2v6h2V9c2-.17%204.14-.5%206-1l-.5-2zM12%206c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202z'/%3e%3c/svg%3e");
}
.icon-account-circle[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zM7.07%2018.28c.43-.9%203.05-1.78%204.93-1.78s4.51.88%204.93%201.78C15.57%2019.36%2013.86%2020%2012%2020s-3.57-.64-4.93-1.72zm11.29-1.45c-1.43-1.74-4.9-2.33-6.36-2.33s-4.93.59-6.36%202.33C4.62%2015.49%204%2013.82%204%2012c0-4.41%203.59-8%208-8s8%203.59%208%208c0%201.82-.62%203.49-1.64%204.83zM12%206c-1.94%200-3.5%201.56-3.5%203.5S10.06%2013%2012%2013s3.5-1.56%203.5-3.5S13.94%206%2012%206zm0%205c-.83%200-1.5-.67-1.5-1.5S11.17%208%2012%208s1.5.67%201.5%201.5S12.83%2011%2012%2011z'/%3e%3c/svg%3e");
}
.icon-add-a-photo[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M21%206h-3.17L16%204h-6v2h5.12l1.83%202H21v12H5v-9H3v9c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V8c0-1.1-.9-2-2-2zM8%2014c0%202.76%202.24%205%205%205s5-2.24%205-5-2.24-5-5-5-5%202.24-5%205zm5-3c1.65%200%203%201.35%203%203s-1.35%203-3%203-3-1.35-3-3%201.35-3%203-3zM5%206h3V4H5V1H3v3H0v2h3v3h2z'/%3e%3c/svg%3e");
}
.icon-add[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
}
.icon-agriculture[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M4,9h5c0-1.1-0.9-2-2-2H4C3.45,7,3,7.45,3,8C3,8.55,3.45,9,4,9z'/%3e%3cpath%20d='M22,14.06V8c0-1.1-0.9-2-2-2h-6.29l-1.06-1.06l1.41-1.41l-0.71-0.71L9.82,6.35l0.71,0.71l1.41-1.41L13,6.71V9%20c0,1.1-0.9,2-2,2H8.96c-0.22-0.16-0.45-0.3-0.69-0.43l-0.4,0.89l-0.46-0.21l0.4-0.9C7.26,10.13,6.64,10,6,10%20c-0.53,0-1.04,0.11-1.52,0.26l0.34,0.91l-0.47,0.18L4,10.42c-1.06,0.46-1.91,1.28-2.43,2.31l0.89,0.4l-0.21,0.46l-0.9-0.4%20C1.13,13.74,1,14.36,1,15c0,0.53,0.11,1.04,0.26,1.52l0.91-0.34l0.18,0.47L1.42,17c0.46,1.06,1.28,1.91,2.31,2.43l0.4-0.89%20l0.46,0.21l-0.4,0.9C4.74,19.87,5.36,20,6,20c0.53,0,1.04-0.11,1.52-0.26l-0.34-0.91l0.47-0.18L8,19.58%20c1.06-0.46,1.91-1.28,2.43-2.31l-0.89-0.4l0.21-0.46l0.9,0.4c0.1-0.26,0.18-0.54,0.24-0.82h5.16C16.03,16.16,16,16.33,16,16.5%20c0,1.93,1.57,3.5,3.5,3.5s3.5-1.57,3.5-3.5C23,15.55,22.62,14.69,22,14.06z%20M6,18c-1.66,0-3-1.34-3-3s1.34-3,3-3s3,1.34,3,3%20S7.66,18,6,18z%20M10.87,14c-0.04-0.18-0.08-0.35-0.13-0.52l-0.91,0.34l-0.18-0.47L10.58,13c0,0,0.42,0,0.42,0c2.21,0,4-1.79,4-4V8%20h5v5.05C19.84,13.03,19.67,13,19.5,13c-0.95,0-1.81,0.38-2.44,1H10.87z%20M19.5,18c-0.83,0-1.5-0.67-1.5-1.5s0.67-1.5,1.5-1.5%20s1.5,0.67,1.5,1.5S20.33,18,19.5,18z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-apps[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%208h4V4H4v4zm6%2012h4v-4h-4v4zm-6%200h4v-4H4v4zm0-6h4v-4H4v4zm6%200h4v-4h-4v4zm6-10v4h4V4h-4zm-6%204h4V4h-4v4zm6%206h4v-4h-4v4zm0%206h4v-4h-4v4z'/%3e%3c/svg%3e");
}
.icon-arrow-back[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'/%3e%3c/svg%3e");
}
.icon-arrow-downward[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%2012l-1.41-1.41L13%2016.17V4h-2v12.17l-5.58-5.59L4%2012l8%208%208-8z'/%3e%3c/svg%3e");
}
.icon-arrow-drop-down[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2010l5%205%205-5H7z'/%3e%3c/svg%3e");
}
.icon-arrow-drop-up[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2014l5-5%205%205H7z'/%3e%3c/svg%3e");
}
.icon-arrow-forward[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8-8-8z'/%3e%3c/svg%3e");
}
.icon-arrow-left[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M24%200v24H0V0h24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M14%207l-5%205%205%205V7z'/%3e%3c/svg%3e");
}
.icon-arrow-right[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%2017l5-5-5-5v10z'/%3e%3c/svg%3e");
}
.icon-arrow-upward[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%2012l1.41%201.41L11%207.83V20h2V7.83l5.58%205.59L20%2012l-8-8-8%208z'/%3e%3c/svg%3e");
}
.icon-assessment[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%203H5c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm0%2016H5V5h14v14zM7%2010h2v7H7zm4-3h2v10h-2zm4%206h2v4h-2z'/%3e%3c/svg%3e");
}
.icon-assignment[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2015h7v2H7zm0-4h10v2H7zm0-4h10v2H7zm12-4h-4.18C14.4%201.84%2013.3%201%2012%201c-1.3%200-2.4.84-2.82%202H5c-.14%200-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64-.1.23-.16.49-.16.77v14c0%20.27.06.54.16.78s.25.45.43.64c.27.27.62.47%201.01.55.13.02.26.03.4.03h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm-7-.25c.41%200%20.75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19%2019H5V5h14v14z'/%3e%3c/svg%3e");
}
.icon-attach-file[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M16.5%206v11.5c0%202.21-1.79%204-4%204s-4-1.79-4-4V5c0-1.38%201.12-2.5%202.5-2.5s2.5%201.12%202.5%202.5v10.5c0%20.55-.45%201-1%201s-1-.45-1-1V6H10v9.5c0%201.38%201.12%202.5%202.5%202.5s2.5-1.12%202.5-2.5V5c0-2.21-1.79-4-4-4S7%202.79%207%205v12.5c0%203.04%202.46%205.5%205.5%205.5s5.5-2.46%205.5-5.5V6h-1.5z'/%3e%3c/svg%3e");
}
.icon-bookmark-border[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M17%203H7c-1.1%200-1.99.9-1.99%202L5%2021l7-3%207%203V5c0-1.1-.9-2-2-2zm0%2015l-5-2.18L7%2018V5h10v13z'/%3e%3c/svg%3e");
}
.icon-bookmarks[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15%207v12.97l-4.21-1.81-.79-.34-.79.34L5%2019.97V7h10m4-6H8.99C7.89%201%207%201.9%207%203h10c1.1%200%202%20.9%202%202v13l2%201V3c0-1.1-.9-2-2-2zm-4%204H5c-1.1%200-2%20.9-2%202v16l7-3%207%203V7c0-1.1-.9-2-2-2z'/%3e%3c/svg%3e");
}
.icon-cached[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%208l-4%204h3c0%203.31-2.69%206-6%206-1.01%200-1.97-.25-2.8-.7l-1.46%201.46C8.97%2019.54%2010.43%2020%2012%2020c4.42%200%208-3.58%208-8h3l-4-4zM6%2012c0-3.31%202.69-6%206-6%201.01%200%201.97.25%202.8.7l1.46-1.46C15.03%204.46%2013.57%204%2012%204c-4.42%200-8%203.58-8%208H1l4%204%204-4H6z'/%3e%3c/svg%3e");
}
.icon-calculator[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M7,2H17A2,2%200%200,1%2019,4V20A2,2%200%200,1%2017,22H7A2,2%200%200,1%205,20V4A2,2%200%200,1%207,2M7,4V8H17V4H7M7,10V12H9V10H7M11,10V12H13V10H11M15,10V12H17V10H15M7,14V16H9V14H7M11,14V16H13V14H11M15,14V16H17V14H15M7,18V20H9V18H7M11,18V20H13V18H11M15,18V20H17V18H15Z'%20/%3e%3c/svg%3e");
}
.icon-card-account-details[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M22,3H2C0.91,3.04%200.04,3.91%200,5V19C0.04,20.09%200.91,20.96%202,21H22C23.09,20.96%2023.96,20.09%2024,19V5C23.96,3.91%2023.09,3.04%2022,3M22,19H2V5H22V19M14,17V15.75C14,14.09%2010.66,13.25%209,13.25C7.34,13.25%204,14.09%204,15.75V17H14M9,7A2.5,2.5%200%200,0%206.5,9.5A2.5,2.5%200%200,0%209,12A2.5,2.5%200%200,0%2011.5,9.5A2.5,2.5%200%200,0%209,7M14,7V8H20V7H14M14,9V10H20V9H14M14,11V12H18V11H14'%20/%3e%3c/svg%3e");
}
.icon-card-text[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M20,20H4A2,2%200%200,1%202,18V6A2,2%200%200,1%204,4H20A2,2%200%200,1%2022,6V18A2,2%200%200,1%2020,20M4,6V18H20V6H4M6,9H18V11H6V9M6,13H16V15H6V13Z'%20/%3e%3c/svg%3e");
}
.icon-chat[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%204h16v12H5.17L4%2017.17V4m0-2c-1.1%200-1.99.9-1.99%202L2%2022l4-4h14c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2H4zm2%2010h8v2H6v-2zm0-3h12v2H6V9zm0-3h12v2H6V6z'/%3e%3c/svg%3e");
}
.icon-check-circle-white[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm4.59-12.42L10%2014.17l-2.59-2.58L6%2013l4%204%208-8z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.icon-check-circle[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm4.59-12.42L10%2014.17l-2.59-2.58L6%2013l4%204%208-8z'/%3e%3c/svg%3e");
}
.icon-chevron-double-left[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M18.41,7.41L17,6L11,12L17,18L18.41,16.59L13.83,12L18.41,7.41M12.41,7.41L11,6L5,12L11,18L12.41,16.59L7.83,12L12.41,7.41Z'%20/%3e%3c/svg%3e");
}
.icon-chevron-double-right[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M5.59,7.41L7,6L13,12L7,18L5.59,16.59L10.17,12L5.59,7.41M11.59,7.41L13,6L19,12L13,18L11.59,16.59L16.17,12L11.59,7.41Z'%20/%3e%3c/svg%3e");
}
.icon-chevron-left[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012l4.58-4.59z'/%3e%3c/svg%3e");
}
.icon-chevron-right[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6-6-6z'/%3e%3c/svg%3e");
}
.icon-close[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012%2019%206.41z'/%3e%3c/svg%3e");
}
.icon-construction[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3crect%20height='8.48'%20transform='matrix(0.7071%20-0.7071%200.7071%200.7071%20-6.8717%2017.6255)'%20width='3'%20x='16.34'%20y='12.87'/%3e%3cpath%20d='M17.5,10c1.93,0,3.5-1.57,3.5-3.5c0-0.58-0.16-1.12-0.41-1.6l-2.7,2.7L16.4,6.11l2.7-2.7C18.62,3.16,18.08,3,17.5,3%20C15.57,3,14,4.57,14,6.5c0,0.41,0.08,0.8,0.21,1.16l-1.85,1.85l-1.78-1.78l0.71-0.71L9.88,5.61L12,3.49%20c-1.17-1.17-3.07-1.17-4.24,0L4.22,7.03l1.41,1.41H2.81L2.1,9.15l3.54,3.54l0.71-0.71V9.15l1.41,1.41l0.71-0.71l1.78,1.78%20l-7.41,7.41l2.12,2.12L16.34,9.79C16.7,9.92,17.09,10,17.5,10z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-contact-support[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%2023.59v-3.6c-5.01-.26-9-4.42-9-9.49C2%205.26%206.26%201%2011.5%201S21%205.26%2021%2010.5c0%204.95-3.44%209.93-8.57%2012.4l-1.43.69zM11.5%203C7.36%203%204%206.36%204%2010.5S7.36%2018%2011.5%2018H13v2.3c3.64-2.3%206-6.08%206-9.8C19%206.36%2015.64%203%2011.5%203zm-1%2011.5h2v2h-2zm2-1.5h-2c0-3.25%203-3%203-5%200-1.1-.9-2-2-2s-2%20.9-2%202h-2c0-2.21%201.79-4%204-4s4%201.79%204%204c0%202.5-3%202.75-3%205z'/%3e%3c/svg%3e");
}
.icon-content-copy[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M16%201H4c-1.1%200-2%20.9-2%202v14h2V3h12V1zm3%204H8c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h11c1.1%200%202-.9%202-2V7c0-1.1-.9-2-2-2zm0%2016H8V7h11v14z'/%3e%3c/svg%3e");
}
.icon-coronavirus[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3cpath%20d='M9.5,12c0,0.55-0.45,1-1,1s-1-0.45-1-1c0-0.55,0.45-1,1-1S9.5,11.45,9.5,12z%20M13.75,10c0.55,0,1-0.45,1-1s-0.45-1-1-1%20s-1,0.45-1,1S13.2,10,13.75,10z%20M10.25,10c0.55,0,1-0.45,1-1s-0.45-1-1-1s-1,0.45-1,1S9.7,10,10.25,10z%20M10.25,14%20c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1s1-0.45,1-1C11.25,14.45,10.8,14,10.25,14z%20M22,11.25v1.5c0,0.41-0.34,0.75-0.75,0.75%20c-0.41,0-0.75-0.34-0.75-0.75h-1.54c-0.15,1.37-0.69,2.63-1.52,3.65l1.09,1.09l0.01-0.01c0.29-0.29,0.77-0.29,1.06,0%20c0.29,0.29,0.29,0.77,0,1.06l-1.06,1.06c-0.29,0.29-0.77,0.29-1.06,0c-0.29-0.29-0.29-0.76-0.01-1.05l-1.09-1.09%20c-1.02,0.82-2.27,1.36-3.64,1.51v1.54h0.01c0.41,0,0.75,0.34,0.75,0.75c0,0.41-0.34,0.75-0.75,0.75h-1.5%20c-0.41,0-0.75-0.34-0.75-0.75c0-0.41,0.33-0.74,0.74-0.75v-1.55c-1.37-0.15-2.62-0.69-3.63-1.51l-1.09,1.09l0.01,0.01%20c0.29,0.29,0.29,0.77,0,1.06c-0.29,0.29-0.77,0.29-1.06,0L4.4,18.54c-0.29-0.29-0.29-0.77,0-1.06c0.29-0.29,0.76-0.29,1.05-0.01%20l1.09-1.09c-0.82-1.02-1.36-2.26-1.5-3.63H3.5c0,0.41-0.34,0.75-0.75,0.75C2.34,13.5,2,13.16,2,12.75v-1.5%20c0-0.41,0.34-0.75,0.75-0.75c0.41,0,0.75,0.34,0.75,0.75h1.54c0.15-1.37,0.69-2.61,1.5-3.63L5.45,6.53C5.16,6.81,4.69,6.81,4.4,6.52%20c-0.29-0.29-0.29-0.77,0-1.06L5.46,4.4c0.29-0.29,0.77-0.29,1.06,0c0.29,0.29,0.29,0.77,0,1.06L6.51,5.47L7.6,6.56%20c1.02-0.82,2.26-1.36,3.63-1.51V3.5c-0.41-0.01-0.74-0.34-0.74-0.75C10.5,2.34,10.84,2,11.25,2h1.5c0.41,0,0.75,0.34,0.75,0.75%20c0,0.41-0.34,0.75-0.75,0.75h-0.01v1.54c1.37,0.14,2.62,0.69,3.64,1.51l1.09-1.09c-0.29-0.29-0.28-0.76,0.01-1.05%20c0.29-0.29,0.77-0.29,1.06,0l1.06,1.06c0.29,0.29,0.29,0.77,0,1.06s-0.77,0.29-1.06,0l-0.01-0.01L17.44,7.6%20c0.82,1.02,1.37,2.27,1.52,3.65h1.54c0-0.41,0.34-0.75,0.75-0.75C21.66,10.5,22,10.84,22,11.25z%20M17,12c0-2.76-2.24-5-5-5%20s-5,2.24-5,5s2.24,5,5,5S17,14.76,17,12z%20M12,11c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1s1-0.45,1-1C13,11.45,12.55,11,12,11z%20M15.5,11c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1s1-0.45,1-1C16.5,11.45,16.05,11,15.5,11z%20M13.75,14c-0.55,0-1,0.45-1,1%20c0,0.55,0.45,1,1,1s1-0.45,1-1C14.75,14.45,14.3,14,13.75,14z'/%3e%3c/svg%3e");
}
.icon-create-new-folder[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%206h-8l-2-2H4c-1.11%200-1.99.89-1.99%202L2%2018c0%201.11.89%202%202%202h16c1.11%200%202-.89%202-2V8c0-1.11-.89-2-2-2zm0%2012H4V6h5.17l2%202H20v10zm-8-4h2v2h2v-2h2v-2h-2v-2h-2v2h-2z'/%3e%3c/svg%3e");
}
.icon-credit-card[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%204H4c-1.11%200-1.99.89-1.99%202L2%2018c0%201.11.89%202%202%202h16c1.11%200%202-.89%202-2V6c0-1.11-.89-2-2-2zm0%2014H4v-6h16v6zm0-10H4V6h16v2z'/%3e%3c/svg%3e");
}
.icon-database[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M12%203C7.58%203%204%204.79%204%207V17C4%2019.21%207.59%2021%2012%2021S20%2019.21%2020%2017V7C20%204.79%2016.42%203%2012%203M18%2017C18%2017.5%2015.87%2019%2012%2019S6%2017.5%206%2017V14.77C7.61%2015.55%209.72%2016%2012%2016S16.39%2015.55%2018%2014.77V17M18%2012.45C16.7%2013.4%2014.42%2014%2012%2014C9.58%2014%207.3%2013.4%206%2012.45V9.64C7.47%2010.47%209.61%2011%2012%2011C14.39%2011%2016.53%2010.47%2018%209.64V12.45M12%209C8.13%209%206%207.5%206%207S8.13%205%2012%205C15.87%205%2018%206.5%2018%207S15.87%209%2012%209Z'%20/%3e%3c/svg%3e");
}
.icon-desktop-windows[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M21%202H3c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h7v2H8v2h8v-2h-2v-2h7c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2zm0%2014H3V4h18v12z'/%3e%3c/svg%3e");
}
.icon-domain[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%207V3H2v18h20V7H12zM6%2019H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4%2012H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm10%2012h-8v-2h2v-2h-2v-2h2v-2h-2V9h8v10zm-2-8h-2v2h2v-2zm0%204h-2v2h2v-2z'/%3e%3c/svg%3e");
}
.icon-done[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9%2016.2L4.8%2012l-1.4%201.4L9%2019%2021%207l-1.4-1.4L9%2016.2z'/%3e%3c/svg%3e");
}
.icon-download-done[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M5%2018h14v2H5v-2zm4.6-2.7L5%2010.7l2-1.9%202.6%202.6L17%204l2%202-9.4%209.3z'/%3e%3c/svg%3e");
}
.icon-drive-eta[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M18.92%205.01C18.72%204.42%2018.16%204%2017.5%204h-11c-.66%200-1.21.42-1.42%201.01L3%2011v8c0%20.55.45%201%201%201h1c.55%200%201-.45%201-1v-1h12v1c0%20.55.45%201%201%201h1c.55%200%201-.45%201-1v-8l-2.08-5.99zM6.85%206h10.29l1.04%203H5.81l1.04-3zM19%2016H5v-4.66l.12-.34h13.77l.11.34V16z'/%3e%3ccircle%20cx='7.5'%20cy='13.5'%20r='1.5'/%3e%3ccircle%20cx='16.5'%20cy='13.5'%20r='1.5'/%3e%3c/svg%3e");
}
.icon-email[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M22%206c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6zm-2%200l-8%205-8-5h16zm0%2012H4V8l8%205%208-5v10z'/%3e%3c/svg%3e");
}
.icon-engineering[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M9,15c-2.67,0-8,1.34-8,4v2h16v-2C17,16.34,11.67,15,9,15z%20M3,19c0.22-0.72,3.31-2,6-2c2.7,0,5.8,1.29,6,2H3z'/%3e%3cpath%20d='M4.74,9H5c0,2.21,1.79,4,4,4s4-1.79,4-4h0.26c0.27,0,0.49-0.22,0.49-0.49V8.49c0-0.27-0.22-0.49-0.49-0.49H13%20c0-1.48-0.81-2.75-2-3.45V5.5C11,5.78,10.78,6,10.5,6S10,5.78,10,5.5V4.14C9.68,4.06,9.35,4,9,4S8.32,4.06,8,4.14V5.5%20C8,5.78,7.78,6,7.5,6S7,5.78,7,5.5V4.55C5.81,5.25,5,6.52,5,8H4.74C4.47,8,4.25,8.22,4.25,8.49v0.03C4.25,8.78,4.47,9,4.74,9z%20M11,9c0,1.1-0.9,2-2,2s-2-0.9-2-2H11z'/%3e%3cpath%20d='M21.98,6.23l0.93-0.83l-0.75-1.3l-1.19,0.39c-0.14-0.11-0.3-0.2-0.47-0.27L20.25,3h-1.5L18.5,4.22%20c-0.17,0.07-0.33,0.16-0.48,0.27L16.84,4.1l-0.75,1.3l0.93,0.83C17,6.4,17,6.58,17.02,6.75L16.09,7.6l0.75,1.3l1.2-0.38%20c0.13,0.1,0.28,0.18,0.43,0.25L18.75,10h1.5l0.27-1.22c0.16-0.07,0.3-0.15,0.44-0.25l1.19,0.38l0.75-1.3l-0.93-0.85%20C22,6.57,21.99,6.4,21.98,6.23z%20M19.5,7.75c-0.69,0-1.25-0.56-1.25-1.25s0.56-1.25,1.25-1.25s1.25,0.56,1.25,1.25%20S20.19,7.75,19.5,7.75z'/%3e%3cpath%20d='M19.4,10.79l-0.85,0.28c-0.1-0.08-0.21-0.14-0.33-0.19L18.04,10h-1.07l-0.18,0.87c-0.12,0.05-0.24,0.12-0.34,0.19%20l-0.84-0.28l-0.54,0.93l0.66,0.59c-0.01,0.13-0.01,0.25,0,0.37l-0.66,0.61l0.54,0.93l0.86-0.27c0.1,0.07,0.2,0.13,0.31,0.18%20L16.96,15h1.07l0.19-0.87c0.11-0.05,0.22-0.11,0.32-0.18l0.85,0.27l0.54-0.93l-0.66-0.61c0.01-0.13,0.01-0.25,0-0.37l0.66-0.59%20L19.4,10.79z%20M17.5,13.39c-0.49,0-0.89-0.4-0.89-0.89c0-0.49,0.4-0.89,0.89-0.89s0.89,0.4,0.89,0.89%20C18.39,12.99,17.99,13.39,17.5,13.39z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-expand-less[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%208l-6%206%201.41%201.41L12%2010.83l4.59%204.58L18%2014l-6-6z'/%3e%3c/svg%3e");
}
.icon-expand-more-white[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.icon-expand-more[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'/%3e%3c/svg%3e");
}
.icon-face[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10.25%2013c0%20.69-.56%201.25-1.25%201.25S7.75%2013.69%207.75%2013s.56-1.25%201.25-1.25%201.25.56%201.25%201.25zM15%2011.75c-.69%200-1.25.56-1.25%201.25s.56%201.25%201.25%201.25%201.25-.56%201.25-1.25-.56-1.25-1.25-1.25zm7%20.25c0%205.52-4.48%2010-10%2010S2%2017.52%202%2012%206.48%202%2012%202s10%204.48%2010%2010zM10.66%204.12C12.06%206.44%2014.6%208%2017.5%208c.46%200%20.91-.05%201.34-.12C17.44%205.56%2014.9%204%2012%204c-.46%200-.91.05-1.34.12zM4.42%209.47c1.71-.97%203.03-2.55%203.66-4.44C6.37%206%205.05%207.58%204.42%209.47zM20%2012c0-.78-.12-1.53-.33-2.24-.7.15-1.42.24-2.17.24-3.13%200-5.92-1.44-7.76-3.69C8.69%208.87%206.6%2010.88%204%2011.86c.01.04%200%20.09%200%20.14%200%204.41%203.59%208%208%208s8-3.59%208-8z'/%3e%3c/svg%3e");
}
.icon-feedback[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%202H4c-1.1%200-1.99.9-1.99%202L2%2022l4-4h14c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2zm0%2014H5.17l-.59.59-.58.58V4h16v12zm-9-4h2v2h-2zm0-6h2v4h-2z'/%3e%3c/svg%3e");
}
.icon-file-download[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M18,15v3H6v-3H4v3c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2v-3H18z%20M17,11l-1.41-1.41L13,12.17V4h-2v8.17L8.41,9.59L7,11l5,5%20L17,11z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-file-excel[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M14%202H6C4.89%202%204%202.9%204%204V20C4%2021.11%204.89%2022%206%2022H18C19.11%2022%2020%2021.11%2020%2020V8L14%202M18%2020H6V4H13V9H18V20M12.9%2014.5L15.8%2019H14L12%2015.6L10%2019H8.2L11.1%2014.5L8.2%2010H10L12%2013.4L14%2010H15.8L12.9%2014.5Z'%20/%3e%3c/svg%3e");
}
.icon-file-image[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M14,2L20,8V20A2,2%200%200,1%2018,22H6A2,2%200%200,1%204,20V4A2,2%200%200,1%206,2H14M18,20V9H13V4H6V20H18M17,13V19H7L12,14L14,16M10,10.5A1.5,1.5%200%200,1%208.5,12A1.5,1.5%200%200,1%207,10.5A1.5,1.5%200%200,1%208.5,9A1.5,1.5%200%200,1%2010,10.5Z'%20/%3e%3c/svg%3e");
}
.icon-file-pdf[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M14,2L20,8V20A2,2%200%200,1%2018,22H6A2,2%200%200,1%204,20V4A2,2%200%200,1%206,2H14M18,20V9H13V4H6V20H18M10.92,12.31C10.68,11.54%2010.15,9.08%2011.55,9.04C12.95,9%2012.03,12.16%2012.03,12.16C12.42,13.65%2014.05,14.72%2014.05,14.72C14.55,14.57%2017.4,14.24%2017,15.72C16.57,17.2%2013.5,15.81%2013.5,15.81C11.55,15.95%2010.09,16.47%2010.09,16.47C8.96,18.58%207.64,19.5%207.1,18.61C6.43,17.5%209.23,16.07%209.23,16.07C10.68,13.72%2010.9,12.35%2010.92,12.31M11.57,13.15C11.17,14.45%2010.37,15.84%2010.37,15.84C11.22,15.5%2013.08,15.11%2013.08,15.11C11.94,14.11%2011.59,13.16%2011.57,13.15M14.71,15.32C14.71,15.32%2016.46,15.97%2016.5,15.71C16.57,15.44%2015.17,15.2%2014.71,15.32M9.05,16.81C8.28,17.11%207.54,18.39%207.72,18.39C7.9,18.4%208.63,17.79%209.05,16.81M11.57,11.26C11.57,11.21%2012,9.58%2011.57,9.53C11.27,9.5%2011.56,11.22%2011.57,11.26Z'%20/%3e%3c/svg%3e");
}
.icon-file-upload[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M18,15v3H6v-3H4v3c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2v-3H18z%20M7,9l1.41,1.41L11,7.83V16h2V7.83l2.59,2.58L17,9l-5-5L7,9z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-file-word[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M14%202H6C4.89%202%204%202.9%204%204V20C4%2021.11%204.89%2022%206%2022H18C19.11%2022%2020%2021.11%2020%2020V8L14%202M18%2020H6V4H13V9H18V20M17.35%2010L15.25%2019H13.85L12.05%2012.21L10.25%2019H8.85L6.65%2010H8.15L9.55%2016.81L11.35%2010H12.65L14.45%2016.81L15.85%2010H17.35Z'%20/%3e%3c/svg%3e");
}
.icon-first-page[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%200v24H0V0h24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M18.41%2016.59L13.82%2012l4.59-4.59L17%206l-6%206%206%206%201.41-1.41zM6%206h2v12H6V6z'/%3e%3c/svg%3e");
}
.icon-flag[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M14.4%206L14%204H5v17h2v-7h5.6l.4%202h7V6z'/%3e%3c/svg%3e");
}
.icon-folder-open[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%206h-8l-2-2H4c-1.1%200-1.99.9-1.99%202L2%2018c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V8c0-1.1-.9-2-2-2zm0%2012H4V8h16v10z'/%3e%3c/svg%3e");
}
.icon-folder[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9.17%206l2%202H20v10H4V6h5.17M10%204H4c-1.1%200-1.99.9-1.99%202L2%2018c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V8c0-1.1-.9-2-2-2h-8l-2-2z'/%3e%3c/svg%3e");
}
.icon-format-align-center[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2015v2h10v-2H7zm-4%206h18v-2H3v2zm0-8h18v-2H3v2zm4-6v2h10V7H7zM3%203v2h18V3H3z'/%3e%3c/svg%3e");
}
.icon-format-align-justify[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2021h18v-2H3v2zm0-4h18v-2H3v2zm0-4h18v-2H3v2zm0-4h18V7H3v2zm0-6v2h18V3H3z'/%3e%3c/svg%3e");
}
.icon-format-align-left[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15%2015H3v2h12v-2zm0-8H3v2h12V7zM3%2013h18v-2H3v2zm0%208h18v-2H3v2zM3%203v2h18V3H3z'/%3e%3c/svg%3e");
}
.icon-format-align-right[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2021h18v-2H3v2zm6-4h12v-2H9v2zm-6-4h18v-2H3v2zm6-4h12V7H9v2zM3%203v2h18V3H3z'/%3e%3c/svg%3e");
}
.icon-format-bold[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.6%2010.79c.97-.67%201.65-1.77%201.65-2.79%200-2.26-1.75-4-4-4H7v14h7.04c2.09%200%203.71-1.7%203.71-3.79%200-1.52-.86-2.82-2.15-3.42zM10%206.5h3c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5h-3v-3zm3.5%209H10v-3h3.5c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5z'/%3e%3c/svg%3e");
}
.icon-format-clear[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%208V5H6.39l3%203h1.83l-.55%201.28%202.09%202.1L14.21%208zM3.41%204.86L2%206.27l6.97%206.97L6.5%2019h3l1.57-3.66L16.73%2021l1.41-1.41z'/%3e%3c/svg%3e");
}
.icon-format-color-fill[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M16.56,8.94L7.62,0L6.21,1.41l2.38,2.38L3.44,8.94c-0.59,0.59-0.59,1.54,0,2.12l5.5,5.5C9.23,16.85,9.62,17,10,17%20s0.77-0.15,1.06-0.44l5.5-5.5C17.15,10.48,17.15,9.53,16.56,8.94z%20M5.21,10L10,5.21L14.79,10H5.21z%20M19,11.5c0,0-2,2.17-2,3.5%20c0,1.1,0.9,2,2,2s2-0.9,2-2C21,13.67,19,11.5,19,11.5z%20M2,20h20v4H2V20z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-format-color-text[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M2,20h20v4H2V20z%20M5.49,17h2.42l1.27-3.58h5.65L16.09,17h2.42L13.25,3h-2.5L5.49,17z%20M9.91,11.39l2.03-5.79h0.12l2.03,5.79%20H9.91z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-format-indent-decrease[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%2017h10v-2H11v2zm-8-5l4%204V8l-4%204zm0%209h18v-2H3v2zM3%203v2h18V3H3zm8%206h10V7H11v2zm0%204h10v-2H11v2z'/%3e%3c/svg%3e");
}
.icon-format-indent-increase[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2021h18v-2H3v2zM3%208v8l4-4-4-4zm8%209h10v-2H11v2zM3%203v2h18V3H3zm8%206h10V7H11v2zm0%204h10v-2H11v2z'/%3e%3c/svg%3e");
}
.icon-format-italic[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%204v3h2.21l-3.42%208H6v3h8v-3h-2.21l3.42-8H18V4h-8z'/%3e%3c/svg%3e");
}
.icon-format-list-bulleted[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%2010.5c-.83%200-1.5.67-1.5%201.5s.67%201.5%201.5%201.5%201.5-.67%201.5-1.5-.67-1.5-1.5-1.5zm0-6c-.83%200-1.5.67-1.5%201.5S3.17%207.5%204%207.5%205.5%206.83%205.5%206%204.83%204.5%204%204.5zm0%2012c-.83%200-1.5.68-1.5%201.5s.68%201.5%201.5%201.5%201.5-.68%201.5-1.5-.67-1.5-1.5-1.5zM7%2019h14v-2H7v2zm0-6h14v-2H7v2zm0-8v2h14V5H7z'/%3e%3c/svg%3e");
}
.icon-format-list-checks[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M3,5H9V11H3V5M5,7V9H7V7H5M11,7H21V9H11V7M11,15H21V17H11V15M5,20L1.5,16.5L2.91,15.09L5,17.17L9.59,12.59L11,14L5,20Z'%20/%3e%3c/svg%3e");
}
.icon-format-list-numbered[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z'/%3e%3c/svg%3e");
}
.icon-format-size[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9%204v3h5v12h3V7h5V4H9zm-6%208h3v7h3v-7h3V9H3v3z'/%3e%3c/svg%3e");
}
.icon-format-underlined[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%2017c3.31%200%206-2.69%206-6V3h-2.5v8c0%201.93-1.57%203.5-3.5%203.5S8.5%2012.93%208.5%2011V3H6v8c0%203.31%202.69%206%206%206zm-7%202v2h14v-2H5z'/%3e%3c/svg%3e");
}
.icon-forum[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15%204v7H5.17L4%2012.17V4h11m1-2H3c-.55%200-1%20.45-1%201v14l4-4h10c.55%200%201-.45%201-1V3c0-.55-.45-1-1-1zm5%204h-2v9H6v2c0%20.55.45%201%201%201h11l4%204V7c0-.55-.45-1-1-1z'/%3e%3c/svg%3e");
}
.icon-forward[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M12%208V4l8%208-8%208v-4H4V8z'/%3e%3c/svg%3e");
}
.icon-fullscreen-exit[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M5%2016h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6%2011h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z'/%3e%3c/svg%3e");
}
.icon-fullscreen[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2014H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12%207h-3v2h5v-5h-2v3zM14%205v2h3v3h2V5h-5z'/%3e%3c/svg%3e");
}
.icon-grade-outline[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%207.13l.97%202.29.47%201.11%201.2.1%202.47.21-1.88%201.63-.91.79.27%201.18.56%202.41-2.12-1.28-1.03-.64-1.03.62-2.12%201.28.56-2.41.27-1.18-.91-.79-1.88-1.63%202.47-.21%201.2-.1.47-1.11.97-2.27M12%202L9.19%208.63%202%209.24l5.46%204.73L5.82%2021%2012%2017.27%2018.18%2021l-1.64-7.03L22%209.24l-7.19-.61L12%202z'/%3e%3c/svg%3e");
}
.icon-grade[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M12%2017.27L18.18%2021l-1.64-7.03L22%209.24l-7.19-.61L12%202%209.19%208.63%202%209.24l5.46%204.73L5.82%2021z'/%3e%3c/svg%3e");
}
.icon-groups[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3cg%3e%3cpath%20d='M4,13c1.1,0,2-0.9,2-2c0-1.1-0.9-2-2-2s-2,0.9-2,2C2,12.1,2.9,13,4,13z%20M5.13,14.1C4.76,14.04,4.39,14,4,14%20c-0.99,0-1.93,0.21-2.78,0.58C0.48,14.9,0,15.62,0,16.43V18l4.5,0v-1.61C4.5,15.56,4.73,14.78,5.13,14.1z%20M20,13c1.1,0,2-0.9,2-2%20c0-1.1-0.9-2-2-2s-2,0.9-2,2C18,12.1,18.9,13,20,13z%20M24,16.43c0-0.81-0.48-1.53-1.22-1.85C21.93,14.21,20.99,14,20,14%20c-0.39,0-0.76,0.04-1.13,0.1c0.4,0.68,0.63,1.46,0.63,2.29V18l4.5,0V16.43z%20M16.24,13.65c-1.17-0.52-2.61-0.9-4.24-0.9%20c-1.63,0-3.07,0.39-4.24,0.9C6.68,14.13,6,15.21,6,16.39V18h12v-1.61C18,15.21,17.32,14.13,16.24,13.65z%20M8.07,16%20c0.09-0.23,0.13-0.39,0.91-0.69c0.97-0.38,1.99-0.56,3.02-0.56s2.05,0.18,3.02,0.56c0.77,0.3,0.81,0.46,0.91,0.69H8.07z%20M12,8%20c0.55,0,1,0.45,1,1s-0.45,1-1,1s-1-0.45-1-1S11.45,8,12,8%20M12,6c-1.66,0-3,1.34-3,3c0,1.66,1.34,3,3,3s3-1.34,3-3%20C15,7.34,13.66,6,12,6L12,6z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-headphones[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M12,3c-4.97,0-9,4.03-9,9v7c0,1.1,0.9,2,2,2h4v-8H5v-1c0-3.87,3.13-7,7-7s7,3.13,7,7v1h-4v8h4c1.1,0,2-0.9,2-2v-7%20C21,7.03,16.97,3,12,3z%20M7,15v4H5v-4H7z%20M19,19h-2v-4h2V19z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-help[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M11%2018h2v-2h-2v2zm1-16C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm0-14c-2.21%200-4%201.79-4%204h2c0-1.1.9-2%202-2s2%20.9%202%202c0%202-3%201.75-3%205h2c0-2.25%203-2.5%203-5%200-2.21-1.79-4-4-4z'/%3e%3c/svg%3e");
}
.icon-highlight-off-white[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.59%208L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208zM12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.icon-highlight-off[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.59%208L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208zM12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");
}
.icon-home[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%205.69l5%204.5V18h-2v-6H9v6H7v-7.81l5-4.5M12%203L2%2012h3v8h6v-6h2v6h6v-8h3L12%203z'/%3e%3c/svg%3e");
}
.icon-hourglass-empty[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M6%202v6h.01L6%208.01%2010%2012l-4%204%20.01.01H6V22h12v-5.99h-.01L18%2016l-4-4%204-3.99-.01-.01H18V2H6zm10%2014.5V20H8v-3.5l4-4%204%204zm-4-5l-4-4V4h8v3.5l-4%204z'/%3e%3c/svg%3e");
}
.icon-how-to-reg[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%2012c2.21%200%204-1.79%204-4s-1.79-4-4-4-4%201.79-4%204%201.79%204%204%204zm0-6c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2zM5%2018c.2-.63%202.57-1.68%204.96-1.94l2.04-2c-.39-.04-.68-.06-1-.06-2.67%200-8%201.34-8%204v2h9l-2-2H5zm15.6-5.5l-5.13%205.17-2.07-2.08L12%2017l3.47%203.5L22%2013.91z'/%3e%3c/svg%3e");
}
.icon-info-white[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.1.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20enable-background='new%200%200%2024%2024'%20xml:space='preserve'%3e%3cg%20id='Bounding_Boxes'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_3'%20display='none'%3e%3c/g%3e%3cpath%20fill='none'%20d='M0,0h24v24H0V0z'/%3e%3c/g%3e%3cg%20id='Rounded'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_5'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,17L12,17c-0.55,0-1-0.45-1-1v-4%20c0-0.55,0.45-1,1-1h0c0.55,0,1,0.45,1,1v4C13,16.55,12.55,17,12,17z%20M13,9h-2V7h2V9z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Sharp'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_4'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M13,17h-2v-6h2V17z%20M13,9h-2V7h2V9z'%20/%3e%3c/g%3e%3c/g%3e%3cg%20id='Outline'%20fill='%23ffffff'%3e%3cg%20id='ui_x5F_spec_x5F_header'%20display='none'%3e%3c/g%3e%3cg%3e%3crect%20x='11'%20y='7'%20width='2'%20height='2'/%3e%3crect%20x='11'%20y='11'%20width='2'%20height='6'/%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20c0-4.41,3.59-8,8-8s8,3.59,8,8C20,16.41,16.41,20,12,20z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Duotone'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_2'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20opacity='0.3'%20d='M12,4c-4.41,0-8,3.59-8,8c0,4.41,3.59,8,8,8s8-3.59,8-8C20,7.59,16.41,4,12,4z%20M13,17h-2v-6h2V17z%20M13,9h-2%20V7h2V9z'/%3e%3crect%20x='11'%20y='7'%20width='2'%20height='2'/%3e%3crect%20x='11'%20y='11'%20width='2'%20height='6'/%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20c0-4.41,3.59-8,8-8s8,3.59,8,8C20,16.41,16.41,20,12,20z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Material'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M13,17h-2v-6h2V17z%20M13,9h-2V7h2V9z'%20/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-info[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%207h2v2h-2zm0%204h2v6h-2zm1-9C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");
}
.icon-insert-drive-file[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14%202H6c-1.1%200-1.99.9-1.99%202L4%2020c0%201.1.89%202%201.99%202H18c1.1%200%202-.9%202-2V8l-6-6zM6%2020V4h7v5h5v11H6z'/%3e%3c/svg%3e");
}
.icon-insert-invitation[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%203h-1V1h-2v2H8V1H6v2H5c-1.11%200-1.99.9-1.99%202L3%2019c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm0%2016H5V9h14v10zm0-12H5V5h14v2zm-2%205h-5v5h5v-5z'/%3e%3c/svg%3e");
}
.icon-language[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11.99%202C6.47%202%202%206.48%202%2012s4.47%2010%209.99%2010C17.52%2022%2022%2017.52%2022%2012S17.52%202%2011.99%202zm6.93%206h-2.95c-.32-1.25-.78-2.45-1.38-3.56%201.84.63%203.37%201.91%204.33%203.56zM12%204.04c.83%201.2%201.48%202.53%201.91%203.96h-3.82c.43-1.43%201.08-2.76%201.91-3.96zM4.26%2014C4.1%2013.36%204%2012.69%204%2012s.1-1.36.26-2h3.38c-.08.66-.14%201.32-.14%202s.06%201.34.14%202H4.26zm.82%202h2.95c.32%201.25.78%202.45%201.38%203.56-1.84-.63-3.37-1.9-4.33-3.56zm2.95-8H5.08c.96-1.66%202.49-2.93%204.33-3.56C8.81%205.55%208.35%206.75%208.03%208zM12%2019.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43%201.43-1.08%202.76-1.91%203.96zM14.34%2014H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16%201.32.16%202s-.07%201.34-.16%202zm.25%205.56c.6-1.11%201.06-2.31%201.38-3.56h2.95c-.96%201.65-2.49%202.93-4.33%203.56zM16.36%2014c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26%201.31.26%202s-.1%201.36-.26%202h-3.38z'/%3e%3c/svg%3e");
}
.icon-laptop[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'%20x='0'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M20,18c1.1,0,2-0.9,2-2V6c0-1.1-0.9-2-2-2H4C2.9,4,2,4.9,2,6v10c0,1.1,0.9,2,2,2H0v2h24v-2H20z%20M4,6h16v10H4V6z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-last-page[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M5.59%207.41L10.18%2012l-4.59%204.59L7%2018l6-6-6-6-1.41%201.41zM16%206h2v12h-2V6z'/%3e%3c/svg%3e");
}
.icon-link[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M17%207h-4v2h4c1.65%200%203%201.35%203%203s-1.35%203-3%203h-4v2h4c2.76%200%205-2.24%205-5s-2.24-5-5-5zm-6%208H7c-1.65%200-3-1.35-3-3s1.35-3%203-3h4V7H7c-2.76%200-5%202.24-5%205s2.24%205%205%205h4v-2zm-3-4h8v2H8z'/%3e%3c/svg%3e");
}
.icon-list-alt[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%207h6v2h-6zm0%204h6v2h-6zm0%204h6v2h-6zM7%207h2v2H7zm0%204h2v2H7zm0%204h2v2H7zM20.1%203H3.9c-.5%200-.9.4-.9.9v16.2c0%20.4.4.9.9.9h16.2c.4%200%20.9-.5.9-.9V3.9c0-.5-.5-.9-.9-.9zM19%2019H5V5h14v14z'/%3e%3c/svg%3e");
}
.icon-local-shipping[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%208h-3V4H3c-1.1%200-2%20.9-2%202v11h2c0%201.66%201.34%203%203%203s3-1.34%203-3h6c0%201.66%201.34%203%203%203s3-1.34%203-3h2v-5l-3-4zm-.5%201.5l1.96%202.5H17V9.5h2.5zM6%2018c-.55%200-1-.45-1-1s.45-1%201-1%201%20.45%201%201-.45%201-1%201zm2.22-3c-.55-.61-1.33-1-2.22-1s-1.67.39-2.22%201H3V6h12v9H8.22zM18%2018c-.55%200-1-.45-1-1s.45-1%201-1%201%20.45%201%201-.45%201-1%201z'/%3e%3c/svg%3e");
}
.icon-location-on[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C8.13%202%205%205.13%205%209c0%205.25%207%2013%207%2013s7-7.75%207-13c0-3.87-3.13-7-7-7zM7%209c0-2.76%202.24-5%205-5s5%202.24%205%205c0%202.88-2.88%207.19-5%209.88C9.92%2016.21%207%2011.85%207%209z'/%3e%3ccircle%20cx='12'%20cy='9'%20r='2.5'/%3e%3c/svg%3e");
}
.icon-lock-open[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M18%208h-1V6c0-2.76-2.24-5-5-5S7%203.24%207%206h2c0-1.66%201.34-3%203-3s3%201.34%203%203v2H6c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2V10c0-1.1-.9-2-2-2zm0%2012H6V10h12v10zm-6-3c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202z'/%3e%3c/svg%3e");
}
.icon-lock[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%20fill='none'%3e%3cpath%20d='M0%200h24v24H0V0z'/%3e%3cpath%20d='M0%200h24v24H0V0z'%20opacity='.87'/%3e%3c/g%3e%3cpath%20d='M18%208h-1V6c0-2.76-2.24-5-5-5S7%203.24%207%206v2H6c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2V10c0-1.1-.9-2-2-2zM9%206c0-1.66%201.34-3%203-3s3%201.34%203%203v2H9V6zm9%2014H6V10h12v10zm-6-3c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202z'/%3e%3c/svg%3e");
}
.icon-map[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M20.5,3L20.34,3.03L15,5.1L9,3L3.36,4.9C3.15,4.97%203,5.15%203,5.38V20.5A0.5,0.5%200%200,0%203.5,21L3.66,20.97L9,18.9L15,21L20.64,19.1C20.85,19.03%2021,18.85%2021,18.62V3.5A0.5,0.5%200%200,0%2020.5,3M10,5.47L14,6.87V18.53L10,17.13V5.47M5,6.46L8,5.45V17.15L5,18.31V6.46M19,17.54L16,18.55V6.86L19,5.7V17.54Z'%20/%3e%3c/svg%3e");
}
.icon-menu[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2018h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'/%3e%3c/svg%3e");
}
.icon-mode[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.06%209.02l.92.92L5.92%2019H5v-.92l9.06-9.06M17.66%203c-.25%200-.51.1-.7.29l-1.83%201.83%203.75%203.75%201.83-1.83c.39-.39.39-1.02%200-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29zm-3.6%203.19L3%2017.25V21h3.75L17.81%209.94l-3.75-3.75z'/%3e%3c/svg%3e");
}
.icon-more-horiz[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M6%2010c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2zm12%200c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2zm-6%200c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2z'/%3e%3c/svg%3e");
}
.icon-more-vert[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%208c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202zm0%202c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2zm0%206c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2z'/%3e%3c/svg%3e");
}
.icon-mouse[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%209c-.04-4.39-3.6-7.93-8-7.93S4.04%204.61%204%209v6c0%204.42%203.58%208%208%208s8-3.58%208-8V9zm-2%200h-5V3.16c2.81.47%204.96%202.9%205%205.84zm-7-5.84V9H6c.04-2.94%202.19-5.37%205-5.84zM18%2015c0%203.31-2.69%206-6%206s-6-2.69-6-6v-4h12v4z'/%3e%3c/svg%3e");
}
.icon-note-add[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M13%2011h-2v3H8v2h3v3h2v-3h3v-2h-3zm1-9H6c-1.1%200-2%20.9-2%202v16c0%201.1.89%202%201.99%202H18c1.1%200%202-.9%202-2V8l-6-6zm4%2018H6V4h7v5h5v11z'/%3e%3c/svg%3e");
}
.icon-notifications[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%2022c1.1%200%202-.9%202-2h-4c0%201.1.9%202%202%202zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5v.68C7.64%205.36%206%207.92%206%2011v5l-2%202v1h16v-1l-2-2zm-2%201H8v-6c0-2.48%201.51-4.5%204-4.5s4%202.02%204%204.5v6z'/%3e%3c/svg%3e");
}
.icon-open-in-new[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2019H5V5h7V3H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2v-7h-2v7zM14%203v2h3.59l-9.83%209.83%201.41%201.41L19%206.41V10h2V3h-7z'/%3e%3c/svg%3e");
}
.icon-open-with[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%209h4V6h3l-5-5-5%205h3v3zm-1%201H6V7l-5%205%205%205v-3h3v-4zm14%202l-5-5v3h-3v4h3v3l5-5zm-9%203h-4v3H7l5%205%205-5h-3v-3z'/%3e%3c/svg%3e");
}
.icon-outlined-flag[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M14%206l-1-2H5v17h2v-7h5l1%202h7V6h-6zm4%208h-4l-1-2H7V6h5l1%202h5v6z'/%3e%3c/svg%3e");
}
.icon-palette[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%2022C6.49%2022%202%2017.51%202%2012S6.49%202%2012%202s10%204.04%2010%209c0%203.31-2.69%206-6%206h-1.77c-.28%200-.5.22-.5.5%200%20.12.05.23.13.33.41.47.64%201.06.64%201.67%200%201.38-1.12%202.5-2.5%202.5zm0-18c-4.41%200-8%203.59-8%208s3.59%208%208%208c.28%200%20.5-.22.5-.5%200-.16-.08-.28-.14-.35-.41-.46-.63-1.05-.63-1.65%200-1.38%201.12-2.5%202.5-2.5H16c2.21%200%204-1.79%204-4%200-3.86-3.59-7-8-7z'/%3e%3ccircle%20cx='6.5'%20cy='11.5'%20r='1.5'/%3e%3ccircle%20cx='9.5'%20cy='7.5'%20r='1.5'/%3e%3ccircle%20cx='14.5'%20cy='7.5'%20r='1.5'/%3e%3ccircle%20cx='17.5'%20cy='11.5'%20r='1.5'/%3e%3c/svg%3e");
}
.icon-payments[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3cpath%20d='M19,14V6c0-1.1-0.9-2-2-2H3C1.9,4,1,4.9,1,6v8c0,1.1,0.9,2,2,2h14C18.1,16,19,15.1,19,14z%20M17,14H3V6h14V14z%20M10,7%20c-1.66,0-3,1.34-3,3s1.34,3,3,3s3-1.34,3-3S11.66,7,10,7z%20M23,7v11c0,1.1-0.9,2-2,2H4c0-1,0-0.9,0-2h17V7C22.1,7,22,7,23,7z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-people-alt[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg/%3e%3cg%3e%3cpath%20d='M16.67,13.13C18.04,14.06,19,15.32,19,17v3h4v-3C23,14.82,19.43,13.53,16.67,13.13z'/%3e%3cpath%20d='M15,12c2.21,0,4-1.79,4-4c0-2.21-1.79-4-4-4c-0.47,0-0.91,0.1-1.33,0.24C14.5,5.27,15,6.58,15,8s-0.5,2.73-1.33,3.76%20C14.09,11.9,14.53,12,15,12z'/%3e%3cpath%20d='M9,12c2.21,0,4-1.79,4-4c0-2.21-1.79-4-4-4S5,5.79,5,8C5,10.21,6.79,12,9,12z%20M9,6c1.1,0,2,0.9,2,2c0,1.1-0.9,2-2,2%20S7,9.1,7,8C7,6.9,7.9,6,9,6z'/%3e%3cpath%20d='M9,13c-2.67,0-8,1.34-8,4v3h16v-3C17,14.34,11.67,13,9,13z%20M15,18H3l0-0.99C3.2,16.29,6.3,15,9,15s5.8,1.29,6,2V18z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-person-add-alt-1[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M13,8c0-2.21-1.79-4-4-4S5,5.79,5,8s1.79,4,4,4S13,10.21,13,8z%20M11,8c0,1.1-0.9,2-2,2S7,9.1,7,8s0.9-2,2-2S11,6.9,11,8z%20M1,18v2h16v-2c0-2.66-5.33-4-8-4S1,15.34,1,18z%20M3,18c0.2-0.71,3.3-2,6-2c2.69,0,5.78,1.28,6,2H3z%20M20,15v-3h3v-2h-3V7h-2v3h-3v2%20h3v3H20z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-person-remove[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M14,8c0-2.21-1.79-4-4-4C7.79,4,6,5.79,6,8c0,2.21,1.79,4,4,4C12.21,12,14,10.21,14,8z%20M12,8c0,1.1-0.9,2-2,2%20c-1.1,0-2-0.9-2-2s0.9-2,2-2C11.1,6,12,6.9,12,8z'/%3e%3cpath%20d='M2,18v2h16v-2c0-2.66-5.33-4-8-4C7.33,14,2,15.34,2,18z%20M4,18c0.2-0.71,3.3-2,6-2c2.69,0,5.77,1.28,6,2H4z'/%3e%3crect%20height='2'%20width='6'%20x='17'%20y='10'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-person[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%206c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2m0%2010c2.7%200%205.8%201.29%206%202H6c.23-.72%203.31-2%206-2m0-12C9.79%204%208%205.79%208%208s1.79%204%204%204%204-1.79%204-4-1.79-4-4-4zm0%2010c-2.67%200-8%201.34-8%204v2h16v-2c0-2.66-5.33-4-8-4z'/%3e%3c/svg%3e");
}
.icon-phone-iphone[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.5%201h-8C6.12%201%205%202.12%205%203.5v17C5%2021.88%206.12%2023%207.5%2023h8c1.38%200%202.5-1.12%202.5-2.5v-17C18%202.12%2016.88%201%2015.5%201zm-4%2021c-.83%200-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5%201.5.67%201.5%201.5-.67%201.5-1.5%201.5zm4.5-4H7V4h9v14z'/%3e%3c/svg%3e");
}
.icon-photo-camera[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.12%204l1.83%202H20v12H4V6h4.05l1.83-2h4.24M15%202H9L7.17%204H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6c0-1.1-.9-2-2-2h-3.17L15%202zm-3%207c1.65%200%203%201.35%203%203s-1.35%203-3%203-3-1.35-3-3%201.35-3%203-3m0-2c-2.76%200-5%202.24-5%205s2.24%205%205%205%205-2.24%205-5-2.24-5-5-5z'/%3e%3c/svg%3e");
}
.icon-playlist-add-check[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3crect%20height='2'%20width='11'%20x='3'%20y='10'/%3e%3crect%20height='2'%20width='11'%20x='3'%20y='6'/%3e%3crect%20height='2'%20width='7'%20x='3'%20y='14'/%3e%3cpolygon%20points='20.59,11.93%2016.34,16.17%2014.22,14.05%2012.81,15.46%2016.34,19%2022,13.34'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-playlist-add[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M14,10H3v2h11V10z%20M14,6H3v2h11V6z%20M18,14v-4h-2v4h-4v2h4v4h2v-4h4v-2H18z%20M3,16h7v-2H3V16z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-print[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%208h-1V3H6v5H5c-1.66%200-3%201.34-3%203v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zM8%205h8v3H8V5zm8%2012v2H8v-4h8v2zm2-2v-2H6v2H4v-4c0-.55.45-1%201-1h14c.55%200%201%20.45%201%201v4h-2z'/%3e%3ccircle%20cx='18'%20cy='11.5'%20r='1'/%3e%3c/svg%3e");
}
.icon-query-builder[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11.99%202C6.47%202%202%206.48%202%2012s4.47%2010%209.99%2010C17.52%2022%2022%2017.52%2022%2012S17.52%202%2011.99%202zM12%2020c-4.42%200-8-3.58-8-8s3.58-8%208-8%208%203.58%208%208-3.58%208-8%208zm.5-13H11v6l5.25%203.15.75-1.23-4.5-2.67z'/%3e%3c/svg%3e");
}
.icon-refresh[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M17.65%206.35C16.2%204.9%2014.21%204%2012%204c-4.42%200-7.99%203.58-7.99%208s3.57%208%207.99%208c3.73%200%206.84-2.55%207.73-6h-2.08c-.82%202.33-3.04%204-5.65%204-3.31%200-6-2.69-6-6s2.69-6%206-6c1.66%200%203.14.69%204.22%201.78L13%2011h7V4l-2.35%202.35z'/%3e%3c/svg%3e");
}
.icon-remove[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'/%3e%3c/svg%3e");
}
.icon-reply[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%209V5l-7%207%207%207v-4.1c5%200%208.5%201.6%2011%205.1-1-5-4-10-11-11z'/%3e%3c/svg%3e");
}
.icon-report-problem[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%205.99L19.53%2019H4.47L12%205.99M12%202L1%2021h22L12%202zm1%2014h-2v2h2v-2zm0-6h-2v4h2v-4z'/%3e%3c/svg%3e");
}
.icon-save[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M17%203H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2V7l-4-4zm2%2016H5V5h11.17L19%207.83V19zm-7-7c-1.66%200-3%201.34-3%203s1.34%203%203%203%203-1.34%203-3-1.34-3-3-3zM6%206h9v4H6z'/%3e%3c/svg%3e");
}
.icon-school[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%203L1%209l4%202.18v6L12%2021l7-3.82v-6l2-1.09V17h2V9L12%203zm6.82%206L12%2012.72%205.18%209%2012%205.28%2018.82%209zM17%2015.99l-5%202.73-5-2.73v-3.72L12%2015l5-2.73v3.72z'/%3e%3c/svg%3e");
}
.icon-science[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M13,11.33L18,18H6l5-6.67V6h2%20M15.96,4H8.04C7.62,4,7.39,4.48,7.65,4.81L9,6.5v4.17L3.2,18.4C2.71,19.06,3.18,20,4,20h16%20c0.82,0,1.29-0.94,0.8-1.6L15,10.67V6.5l1.35-1.69C16.61,4.48,16.38,4,15.96,4L15.96,4z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-search[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014z'/%3e%3c/svg%3e");
}
.icon-send[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4.01%206.03l7.51%203.22-7.52-1%20.01-2.22m7.5%208.72L4%2017.97v-2.22l7.51-1M2.01%203L2%2010l15%202-15%202%20.01%207L23%2012%202.01%203z'/%3e%3c/svg%3e");
}
.icon-settings[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19.43%2012.98c.04-.32.07-.64.07-.98%200-.34-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.09-.16-.26-.25-.44-.25-.06%200-.12.01-.17.03l-2.49%201c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46%202.18%2014.25%202%2014%202h-4c-.25%200-.46.18-.49.42l-.38%202.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.06-.02-.12-.03-.18-.03-.17%200-.34.09-.43.25l-2%203.46c-.13.22-.07.49.12.64l2.11%201.65c-.04.32-.07.65-.07.98%200%20.33.03.66.07.98l-2.11%201.65c-.19.15-.24.42-.12.64l2%203.46c.09.16.26.25.44.25.06%200%20.12-.01.17-.03l2.49-1c.52.4%201.08.73%201.69.98l.38%202.65c.03.24.24.42.49.42h4c.25%200%20.46-.18.49-.42l.38-2.65c.61-.25%201.17-.59%201.69-.98l2.49%201c.06.02.12.03.18.03.17%200%20.34-.09.43-.25l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zm-1.98-1.71c.04.31.05.52.05.73%200%20.21-.02.43-.05.73l-.14%201.13.89.7%201.08.84-.7%201.21-1.27-.51-1.04-.42-.9.68c-.43.32-.84.56-1.25.73l-1.06.43-.16%201.13-.2%201.35h-1.4l-.19-1.35-.16-1.13-1.06-.43c-.43-.18-.83-.41-1.23-.71l-.91-.7-1.06.43-1.27.51-.7-1.21%201.08-.84.89-.7-.14-1.13c-.03-.31-.05-.54-.05-.74s.02-.43.05-.73l.14-1.13-.89-.7-1.08-.84.7-1.21%201.27.51%201.04.42.9-.68c.43-.32.84-.56%201.25-.73l1.06-.43.16-1.13.2-1.35h1.39l.19%201.35.16%201.13%201.06.43c.43.18.83.41%201.23.71l.91.7%201.06-.43%201.27-.51.7%201.21-1.07.85-.89.7.14%201.13zM12%208c-2.21%200-4%201.79-4%204s1.79%204%204%204%204-1.79%204-4-1.79-4-4-4zm0%206c-1.1%200-2-.9-2-2s.9-2%202-2%202%20.9%202%202-.9%202-2%202z'/%3e%3c/svg%3e");
}
.icon-share[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M18%2016.08c-.76%200-1.44.3-1.96.77L8.91%2012.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5%201.25.81%202.04.81%201.66%200%203-1.34%203-3s-1.34-3-3-3-3%201.34-3%203c0%20.24.04.47.09.7L8.04%209.81C7.5%209.31%206.79%209%206%209c-1.66%200-3%201.34-3%203s1.34%203%203%203c.79%200%201.5-.31%202.04-.81l7.12%204.16c-.05.21-.08.43-.08.65%200%201.61%201.31%202.92%202.92%202.92s2.92-1.31%202.92-2.92c0-1.61-1.31-2.92-2.92-2.92zM18%204c.55%200%201%20.45%201%201s-.45%201-1%201-1-.45-1-1%20.45-1%201-1zM6%2013c-.55%200-1-.45-1-1s.45-1%201-1%201%20.45%201%201-.45%201-1%201zm12%207.02c-.55%200-1-.45-1-1s.45-1%201-1%201%20.45%201%201-.45%201-1%201z'/%3e%3c/svg%3e");
}
.icon-shopping-cart[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.55%2013c.75%200%201.41-.41%201.75-1.03l3.58-6.49c.37-.66-.11-1.48-.87-1.48H5.21l-.94-2H1v2h2l3.6%207.59-1.35%202.44C4.52%2015.37%205.48%2017%207%2017h12v-2H7l1.1-2h7.45zM6.16%206h12.15l-2.76%205H8.53L6.16%206zM7%2018c-1.1%200-1.99.9-1.99%202S5.9%2022%207%2022s2-.9%202-2-.9-2-2-2zm10%200c-1.1%200-1.99.9-1.99%202s.89%202%201.99%202%202-.9%202-2-.9-2-2-2z'/%3e%3c/svg%3e");
}
.icon-sort-ascending[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20d='M13%2018H17V16H13V18ZM13%206V8H23V6H13ZM13%2013H20V11H13V13Z'%20fill='black'/%3e%3cpath%20d='M6%202L2%206L5%206L5%2021L7%2021L7%206L10%206L6%202Z'%20fill='black'/%3e%3c/svg%3e");
}
.icon-sort-by-alpha[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.94%204.66h-4.72l2.36-2.36%202.36%202.36zm-4.69%2014.71h4.66l-2.33%202.33-2.33-2.33zM6.1%206.27L1.6%2017.73h1.84l.92-2.45h5.11l.92%202.45h1.84L7.74%206.27H6.1zm-1.13%207.37l1.94-5.18%201.94%205.18H4.97zm10.76%202.5h6.12v1.59h-8.53v-1.29l5.92-8.56h-5.88v-1.6h8.3v1.26l-5.93%208.6z'/%3e%3c/svg%3e");
}
.icon-sort-default[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13%2018H17V16H13V18ZM13%206V8H23V6H13ZM13%2013H20V11H13V13Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2%206L6%202L10%206L7%206L7%2018L10%2018L7%2021L6%2022L5%2021L2%2018L5%2018L5%206L2%206Z'%20fill='black'/%3e%3c/svg%3e");
}
.icon-sort-descending[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13%2018H17V16H13V18ZM13%206V8H23V6H13ZM13%2013H20V11H13V13Z'%20fill='black'/%3e%3cpath%20d='M6%2022L10%2018L7%2018L7%203L5%203L5%2018L2%2018L6%2022Z'%20fill='black'/%3e%3c/svg%3e");
}
.icon-sort-table-ascending[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='%231A1A1A'%20d='M17.9,10.5L12,4.6l-5.9,5.9H17.9z'/%3e%3c/svg%3e");
}
.icon-sort-table-descending[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='%231A1A1A'%20d='M6.1,13.5l5.9,5.9l5.9-5.9H6.1z'/%3e%3c/svg%3e");
}
.icon-sort-table-none[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='%231A1A1A'%20d='M17.9,10.5L12,4.6l-5.9,5.9H17.9z%20M12,6.7L14.3,9H9.7L12,6.7z'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='%231A1A1A'%20d='M6.1,13.5l5.9,5.9l5.9-5.9H6.1z%20M12,17.3L9.7,15h4.7L12,17.3z'/%3e%3c/svg%3e");
}
.icon-sort[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2018h6v-2H3v2zM3%206v2h18V6H3zm0%207h12v-2H3v2z'/%3e%3c/svg%3e");
}
.icon-subdirectory-arrow-left[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%209l1.42%201.42L8.83%2014H18V4h2v12H8.83l3.59%203.58L11%2021l-6-6%206-6z'/%3e%3c/svg%3e");
}
.icon-subdirectory-arrow-right[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M19%2015l-6%206-1.42-1.42L15.17%2016H4V4h2v10h9.17l-3.59-3.58L13%209l6%206z'/%3e%3c/svg%3e");
}
.icon-support-agent[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M21,12.22C21,6.73,16.74,3,12,3c-4.69,0-9,3.65-9,9.28C2.4,12.62,2,13.26,2,14v2c0,1.1,0.9,2,2,2h1v-6.1%20c0-3.87,3.13-7,7-7s7,3.13,7,7V19h-8v2h8c1.1,0,2-0.9,2-2v-1.22c0.59-0.31,1-0.92,1-1.64v-2.3C22,13.14,21.59,12.53,21,12.22z'/%3e%3ccircle%20cx='9'%20cy='13'%20r='1'/%3e%3ccircle%20cx='15'%20cy='13'%20r='1'/%3e%3cpath%20d='M18,11.03C17.52,8.18,15.04,6,12.05,6c-3.03,0-6.29,2.51-6.03,6.45c2.47-1.01,4.33-3.21,4.86-5.89%20C12.19,9.19,14.88,11,18,11.03z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-text-format[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M5%2017v2h14v-2H5zm4.5-4.2h5l.9%202.2h2.1L12.75%204h-1.5L6.5%2015h2.1l.9-2.2zM12%205.98L13.87%2011h-3.74L12%205.98z'/%3e%3c/svg%3e");
}
.icon-trash-can[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M9,3V4H4V6H5V19A2,2%200%200,0%207,21H17A2,2%200%200,0%2019,19V6H20V4H15V3H9M7,6H17V19H7V6M9,8V17H11V8H9M13,8V17H15V8H13Z'%20/%3e%3c/svg%3e");
}
.icon-tune[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2017v2h6v-2H3zM3%205v2h10V5H3zm10%2016v-2h8v-2h-8v-2h-2v6h2zM7%209v2H3v2h4v2h2V9H7zm14%204v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z'/%3e%3c/svg%3e");
}
.icon-vertical-split[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2013h8v2H3zm0%204h8v2H3zm0-8h8v2H3zm0-4h8v2H3zm16%202v10h-4V7h4m2-2h-8v14h8V5z'/%3e%3c/svg%3e");
}
.icon-videocam[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15%208v8H5V8h10m1-2H4c-.55%200-1%20.45-1%201v10c0%20.55.45%201%201%201h12c.55%200%201-.45%201-1v-3.5l4%204v-11l-4%204V7c0-.55-.45-1-1-1z'/%3e%3c/svg%3e");
}
.icon-view-headline[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%2015h16v-2H4v2zm0%204h16v-2H4v2zm0-8h16V9H4v2zm0-6v2h16V5H4z'/%3e%3c/svg%3e");
}
.icon-visibility-off[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0zm0%200h24v24H0V0zm0%200h24v24H0V0zm0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%206c3.79%200%207.17%202.13%208.82%205.5-.59%201.22-1.42%202.27-2.41%203.12l1.41%201.41c1.39-1.23%202.49-2.77%203.18-4.53C21.27%207.11%2017%204%2012%204c-1.27%200-2.49.2-3.64.57l1.65%201.65C10.66%206.09%2011.32%206%2012%206zm-1.07%201.14L13%209.21c.57.25%201.03.71%201.28%201.28l2.07%202.07c.08-.34.14-.7.14-1.07C16.5%209.01%2014.48%207%2012%207c-.37%200-.72.05-1.07.14zM2.01%203.87l2.68%202.68C3.06%207.83%201.77%209.53%201%2011.5%202.73%2015.89%207%2019%2012%2019c1.52%200%202.98-.29%204.32-.82l3.42%203.42%201.41-1.41L3.42%202.45%202.01%203.87zm7.5%207.5l2.61%202.61c-.04.01-.08.02-.12.02-1.38%200-2.5-1.12-2.5-2.5%200-.05.01-.08.01-.13zm-3.4-3.4l1.75%201.75c-.23.55-.36%201.15-.36%201.78%200%202.48%202.02%204.5%204.5%204.5.63%200%201.23-.13%201.77-.36l.98.98c-.88.24-1.8.38-2.75.38-3.79%200-7.17-2.13-8.82-5.5.7-1.43%201.72-2.61%202.93-3.53z'/%3e%3c/svg%3e");
}
.icon-visibility[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%206c3.79%200%207.17%202.13%208.82%205.5C19.17%2014.87%2015.79%2017%2012%2017s-7.17-2.13-8.82-5.5C4.83%208.13%208.21%206%2012%206m0-2C7%204%202.73%207.11%201%2011.5%202.73%2015.89%207%2019%2012%2019s9.27-3.11%2011-7.5C21.27%207.11%2017%204%2012%204zm0%205c1.38%200%202.5%201.12%202.5%202.5S13.38%2014%2012%2014s-2.5-1.12-2.5-2.5S10.62%209%2012%209m0-2c-2.48%200-4.5%202.02-4.5%204.5S9.52%2016%2012%2016s4.5-2.02%204.5-4.5S14.48%207%2012%207z'/%3e%3c/svg%3e");
}
.icon-zoom-in[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014zm.5-7H9v2H7v1h2v2h1v-2h2V9h-2z'/%3e%3c/svg%3e");
}
.icon-zoom-out[data-v-f519f675]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014zM7%209h5v1H7z'/%3e%3c/svg%3e");
}
.hide-base-svg[data-v-f519f675] {
  display: none;
}
.form-group[data-v-f519f675] {
  margin-top: 24px;
}
.form-group[data-v-f519f675]:first-child {
  margin-top: 0;
}
.form-group-radio[data-v-f519f675], .form-group-checkbox[data-v-f519f675] {
  margin-top: 8px;
  position: relative;
}
.form-hint[data-v-f519f675] {
  display: block;
  color: #747474;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: normal;
  font-weight: 400;
}
.form-label[data-v-f519f675] {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
.form-label.disabled[data-v-f519f675] {
  color: #747474;
  font-weight: 500;
}
.form-input[data-v-f519f675] {
  appearance: none;
  border: 1px solid #747474;
  border-radius: 4px;
  color: #1a1a1a;
  display: block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  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[data-v-f519f675] {
    /* IE10+ CSS styles go here */
    height: calc(2.4rem + 16px);
}
}
.form-input[data-v-f519f675]:focus, .form-input.focus[data-v-f519f675] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.form-input[data-v-f519f675]::placeholder {
  color: #747474;
  font-style: italic;
  opacity: 1;
  font-weight: 400;
}
table .form-input[data-v-f519f675] {
  margin-top: 0;
}
textarea.form-input[data-v-f519f675] {
  height: auto;
}
textarea.no-resize[data-v-f519f675] {
  resize: none;
}
.form-input-wrapper[data-v-f519f675] {
  display: flex;
}
.form-input-wrapper .form-input[data-v-f519f675] {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.form-input-wrapper .form-input[data-v-f519f675]:focus {
  position: relative;
  z-index: 1;
}
.form-input-wrapper .form-input-prefix + .form-input[data-v-f519f675], .form-input-wrapper.form-input-wrapper--prefix .form-input[data-v-f519f675] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-input-wrapper.form-input-wrapper--suffix .form-input[data-v-f519f675] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-input-wrapper .form-input-prefix[data-v-f519f675], .form-input-wrapper .form-input-suffix[data-v-f519f675] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 40px;
  padding: calc(8px - 1px) calc(8px - 1px);
  margin-top: 8px;
  border: 1px solid #747474;
  background-color: #F5F5F5;
  text-align: center;
  white-space: nowrap;
  cursor: default;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.form-input-wrapper .form-input-suffix[data-v-f519f675] {
  border-left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.form-input-wrapper .form-input-prefix[data-v-f519f675] {
  border-right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-select[data-v-f519f675] {
  background-color: white;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'/%3e%3c/svg%3e");
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
  border: 1px solid #747474;
  border-radius: 4px;
  color: #1a1a1a;
  display: block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  height: calc(2.4rem + 16px);
  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;
}
.form-select[data-v-f519f675]:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #1a1a1a;
}
.form-select[data-v-f519f675]:focus, .form-select.focus[data-v-f519f675] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.form-select[data-v-f519f675]::-ms-expand {
  display: none;
}
.form-select[data-v-f519f675]:disabled {
  background-color: transparent;
  color: #747474;
  cursor: not-allowed;
}
@-moz-document url-prefix() {
.form-select option[data-v-f519f675] {
    font-family: Helvetica, Arial, sans-serif;
}
}
table .form-select[data-v-f519f675] {
  margin-top: 0;
}
.form-group.form-error[data-v-f519f675] {
  border-left: 4px solid #CC0000;
  padding-left: calc(16px - 4px);
}
.form-group.form-error .form-input[data-v-f519f675],
.form-group.form-error .form-select[data-v-f519f675] {
  border: 2px solid #CC0000;
  padding: calc(8px - 2px) calc(16px - 2px);
}
.form-error-message[data-v-f519f675] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
  display: block;
  color: #CC0000;
  margin-top: 4px;
}
.form-group.form-success .form-input[data-v-f519f675],
.form-group.form-success .form-select[data-v-f519f675] {
  border: 2px solid #CC0000;
  padding: calc(8px - 2px) calc(16px - 2px);
}
input[type=text][data-v-f519f675]:disabled,
input[type=email][data-v-f519f675]:disabled,
input[type=number][data-v-f519f675]:disabled,
input[type=password][data-v-f519f675]:disabled,
input[type=search][data-v-f519f675]:disabled,
input[type=tel][data-v-f519f675]:disabled,
input[type=url][data-v-f519f675]:disabled,
textarea[data-v-f519f675]:disabled {
  background-color: transparent;
  border-color: #DCDCDC;
  color: #747474;
  cursor: not-allowed;
}
input[readonly][type=text][data-v-f519f675], textarea[readonly][data-v-f519f675] {
  background-color: #F5F5F5;
  color: #1a1a1a;
  border: 1px solid #DCDCDC;
  cursor: default;
}
.form-limit .form-limit-error[data-v-f519f675] {
  border: 2px solid #CC0000;
  padding: calc(8px - 2px) calc(16px - 2px);
}
.form-limit .character-limit[data-v-f519f675] {
  margin-top: 4px;
}
.form-limit .character-limit.limit-exceeded[data-v-f519f675] {
  color: #CC0000;
}
.form-checkbox[data-v-f519f675] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}
.form-radio[data-v-f519f675] {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  margin: 0;
  opacity: 0;
  left: 0px;
  top: 3px;
}
.form-checkbox + label[data-v-f519f675],
.form-radio + label[data-v-f519f675] {
  cursor: pointer;
  font-weight: 400;
  line-height: 2.4rem;
  margin-bottom: 0;
  display: inline-block;
  outline: none;
  color: #1a1a1a;
  position: relative;
  padding-left: calc(20px + 8px);
  min-height: 20px;
}
.form-checkbox + label + .form-hint[data-v-f519f675],
.form-radio + label + .form-hint[data-v-f519f675] {
  padding-left: calc(20px + 8px);
}
.form-checkbox + label[data-v-f519f675]::before,
.form-radio + label[data-v-f519f675]::before {
  content: "";
  display: inline-block;
  background: white;
  border-radius: 2px;
  border: 2px solid #1a1a1a;
  height: 20px;
  line-height: 2.4rem;
  margin-right: 8px;
  width: 20px;
  position: absolute;
  top: 3px;
  left: 0;
}
.form-checkbox.checkbox-large + label[data-v-f519f675] {
  padding-top: 8px;
  padding-left: calc(32px + 8px);
  padding-bottom: 8px;
  min-height: 32px;
}
.form-checkbox.checkbox-large + label[data-v-f519f675]:before {
  height: 32px;
  width: 32px;
}
.form-checkbox.checkbox-large + label + .form-hint[data-v-f519f675] {
  padding-left: calc(32px + 8px);
  margin-top: -8px;
}
.form-radio[data-v-f519f675] {
  height: 20px;
  width: 20px;
}
.form-radio.radio-large[data-v-f519f675] {
  height: 32px;
  width: 32px;
}
.form-radio + label[data-v-f519f675]::before {
  border-radius: 100%;
  height: 20px;
  width: 20px;
}
.form-radio.radio-large + label[data-v-f519f675] {
  padding-top: 8px;
  padding-left: calc(32px + 8px);
  padding-bottom: 8px;
}
.form-radio.radio-large + label[data-v-f519f675]:before {
  height: 32px;
  width: 32px;
}
.form-radio.radio-large + label + .form-hint[data-v-f519f675] {
  padding-left: calc(32px + 8px);
  margin-top: -8px;
}
.form-checkbox.checkbox-large[data-v-f519f675] {
  width: 20px;
  height: 20px;
}
.form-checkbox.checkbox-large.checkbox-large[data-v-f519f675] {
  width: 32px;
  height: 32px;
}
.form-checkbox:checked + label[data-v-f519f675]:before {
  background-color: #1a1a1a;
}
.form-checkbox:checked + label[data-v-f519f675]:after {
  content: "";
  height: 7px;
  width: 12px;
  position: absolute;
  left: 4px;
  top: 5px;
  box-shadow: -2px 2px 0 0 #fff;
  transform: rotate(-46deg);
}
.form-checkbox.checkbox-large[data-v-f519f675] {
  width: 22px;
  height: 22px;
}
.form-checkbox.checkbox-large:checked + label[data-v-f519f675]:after {
  height: 12px;
  width: 20px;
  left: 6px;
  top: 6px;
  box-shadow: -3px 3px 0 0 #fff;
}
.form-radio:checked + label[data-v-f519f675] {
  position: relative;
}
.form-radio:checked + label[data-v-f519f675]:after {
  content: "";
  height: calc(20px - 10px);
  width: calc(20px - 10px);
  background-color: #1a1a1a;
  position: absolute;
  left: 5px;
  top: 8px;
  border-radius: 100%;
}
.form-radio.radio-large:checked + label[data-v-f519f675]:after {
  content: "";
  height: calc(32px - 16px);
  width: calc(32px - 16px);
  left: 8px;
  top: 11px;
}
.form-checkbox:disabled + label[data-v-f519f675],
.form-radio:disabled + label[data-v-f519f675] {
  color: #747474;
  cursor: not-allowed;
}
.form-checkbox:disabled + label[data-v-f519f675]:before,
.form-radio:disabled + label[data-v-f519f675]:before {
  border-color: #747474;
  background-color: transparent;
}
.form-checkbox:checked[disabled] + label[data-v-f519f675]:before {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  opacity: 0.5;
}
.form-radio:checked[disabled] + label[data-v-f519f675]:before {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  opacity: 0.5;
}
.form-checkbox:focus + label[data-v-f519f675]::before,
.form-checkbox.focus + label[data-v-f519f675]::before {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.form-radio:focus + label[data-v-f519f675]::before,
.form-radio.focus + label[data-v-f519f675]::before {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.form-checkbox[aria-checked=mixed] + label[data-v-f519f675]:before {
  background-color: #1a1a1a;
}
.form-checkbox[aria-checked=mixed] + label[data-v-f519f675]:after {
  content: "";
  height: 2px;
  width: 8px;
  left: 8px;
  top: 10px;
  position: absolute;
  box-shadow: -2px 2px 0 0 white;
}
.form-checkbox.checkbox-large[aria-checked=mixed] + label[data-v-f519f675]:after {
  width: 12px;
  left: 13px;
  top: 16px;
  box-shadow: -3px 3px 0 0 white;
}
.checkbox-content[data-v-f519f675], .radio-content[data-v-f519f675] {
  padding-left: calc(20px - 4px);
  padding-top: 16px;
  padding-bottom: 24px;
  border-left: 4px solid #BFBFBF;
  margin-left: 8px;
  margin-top: 4px;
  margin-bottom: 8px;
}
.checkbox-content-large[data-v-f519f675], .radio-content-large[data-v-f519f675] {
  padding-left: calc(28px - 4px - 4px / 2);
  margin-left: 14px;
}
.checkbox-content[aria-hidden=true][data-v-f519f675], .radio-content[aria-hidden=true][data-v-f519f675] {
  display: none;
}
[type=range][data-v-f519f675] {
  appearance: none;
  border: none;
  padding-left: 0;
  width: 100%;
}
[type=range][data-v-f519f675]::-webkit-slider-runnable-track {
  background: #BFBFBF;
  border: 1px solid #747474;
  cursor: pointer;
  height: 1.2rem;
  width: 100%;
}
[type=range][data-v-f519f675]::-moz-range-track {
  background: #BFBFBF;
  border: 1px solid #747474;
  cursor: pointer;
  height: 1.2rem;
  width: 100%;
}
[type=range][data-v-f519f675]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #747474;
  height: 2.2rem;
  border-radius: 1.5rem;
  background: #F5F5F5;
  cursor: pointer;
  margin-top: -0.65rem;
  width: 2.2rem;
}
[type=range][data-v-f519f675]::-moz-range-thumb {
  background: #F5F5F5;
  border: 1px solid #747474;
  border-radius: 1.5rem;
  cursor: pointer;
  height: 2.2rem;
  width: 2.2rem;
}
.date-group[data-v-f519f675] {
  display: flex;
  align-items: flex-end;
}
.date-group label[data-v-f519f675] {
  margin-top: 0;
  font-weight: 400;
}
.date-group input[type=number][data-v-f519f675]::-webkit-inner-spin-button,
.date-group input[type=number][data-v-f519f675]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.date-group .form-group-day[data-v-f519f675],
.date-group .form-group-month[data-v-f519f675],
.date-group .form-group-year[data-v-f519f675] {
  margin-right: 16px;
  margin-top: 0;
}
.date-group .form-group-day[data-v-f519f675],
.date-group .form-group-month[data-v-f519f675] {
  width: calc(2px + 16px + 16px + 2ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.date-group .form-group-day[data-v-f519f675],
  .date-group .form-group-month[data-v-f519f675] {
    width: 6.4ex;
}
}
.date-group .form-group-year[data-v-f519f675] {
  width: calc(2px + 16px + 16px + 4ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.date-group .form-group-year[data-v-f519f675] {
    width: 9ex;
}
}
.date-group .button-open-calendar[data-v-f519f675] {
  margin-bottom: 8px;
  display: inline-flex;
}
input[type=number][data-v-f519f675] {
  -moz-appearance: textfield !important;
}
input[data-v-f519f675]::-webkit-outer-spin-button,
input[data-v-f519f675]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.form-label + input[type=file][data-v-f519f675] {
  margin-top: 8px;
}
input[type=file][data-v-f519f675] {
  display: block;
}
ul[data-v-f519f675] {
  padding-left: 0;
  list-style-type: none;
  color: #1a1a1a;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
ul > li[data-v-f519f675] {
  margin-top: 8px;
  list-style-type: none;
  position: relative;
  padding-left: 16px;
  line-height: 2.4rem;
}
ul > li[data-v-f519f675]::before {
  content: "•";
  position: absolute;
  left: 0px;
  top: -1px;
  font-size: 2rem;
}
ol[data-v-f519f675] {
  padding-left: 28px;
}
ol li[data-v-f519f675] {
  margin-top: 8px;
  line-height: 2.4rem;
}
.article ul > li[data-v-f519f675], .article ol > li[data-v-f519f675] {
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: normal;
}
.unstyled-list[data-v-f519f675] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.unstyled-list > li[data-v-f519f675] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.unstyled-list > li[data-v-f519f675]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.bordered-list[data-v-f519f675] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.bordered-list > li[data-v-f519f675] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.bordered-list > li[data-v-f519f675]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.bordered-list[data-v-f519f675] {
  border-top: 1px solid #BFBFBF;
}
.bordered-list li[data-v-f519f675] {
  padding: 8px 0px;
  border-bottom: 1px solid #BFBFBF;
}
.nobullet-list[data-v-f519f675] {
  list-style-type: none;
  padding-left: 0;
}
.nobullet-list > li[data-v-f519f675] {
  padding-left: 0;
}
.nobullet-list > li[data-v-f519f675]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.noindent-list > li[data-v-f519f675] {
  padding-left: 14px;
}
.noindent-list > li[data-v-f519f675]::before {
  left: 0px;
}
.inline-list[data-v-f519f675] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.inline-list > li[data-v-f519f675] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.inline-list > li[data-v-f519f675]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.inline-list > li[data-v-f519f675] {
  display: block;
}
@media (min-width: 768px) {
.inline-list > li[data-v-f519f675] {
    display: inline-block;
}
}
.inline-list li + li[data-v-f519f675] {
  margin-top: 12px;
}
@media (min-width: 768px) {
.inline-list li + li[data-v-f519f675] {
    margin-top: 0;
}
}
.spinner[data-v-f519f675] {
  margin: 50px auto;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: spinner-f519f675 1.1s infinite ease;
  animation: spinner-f519f675 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner-status[data-v-f519f675] {
  text-align: center;
}
@-webkit-keyframes spinner-f519f675 {
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-f519f675 {
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[data-v-f519f675] {
  margin-top: 40px;
}
.page-content + .page-footer[data-v-f519f675] {
  margin-top: 40px;
}
.page-container[data-v-f519f675] {
  padding-top: 2.4rem;
}
@media (min-width: 768px) {
.page-container[data-v-f519f675] {
    padding-top: 4rem;
}
}
body[data-v-f519f675] {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.page-container[data-v-f519f675] {
  flex: 1 0 auto;
}
.collapsed[data-v-f519f675]:not(.dataTable) {
  display: none;
}
.collapse-transition-collapse[data-v-f519f675] {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease;
}
.collapse-transition-expand[data-v-f519f675] {
  position: relative;
  overflow: hidden;
  transition: height 0.2s ease;
}
fieldset[data-v-f519f675] {
  position: relative;
  border: none;
  margin: 0;
  padding: 0;
}
fieldset ul[data-v-f519f675] {
  margin-top: 0px;
  margin-bottom: 0px;
}
fieldset + fieldset[data-v-f519f675] {
  margin-top: 24px;
}
legend h1[data-v-f519f675], legend .h1[data-v-f519f675], legend h2[data-v-f519f675], legend .h2[data-v-f519f675], legend h3[data-v-f519f675], legend .h3[data-v-f519f675], legend h4[data-v-f519f675], legend .h4[data-v-f519f675], legend h5[data-v-f519f675], legend .h5[data-v-f519f675], legend h6[data-v-f519f675], legend .h6[data-v-f519f675] {
  margin-bottom: 0px;
}
input.input-width-xxs[data-v-f519f675], select.input-width-xxs[data-v-f519f675], textarea.input-width-xxs[data-v-f519f675] {
  max-width: 8rem !important;
  width: 100%;
}
input.input-width-xs[data-v-f519f675], select.input-width-xs[data-v-f519f675], textarea.input-width-xs[data-v-f519f675] {
  max-width: 16rem !important;
  width: 100%;
}
input.input-width-s[data-v-f519f675], select.input-width-s[data-v-f519f675], textarea.input-width-s[data-v-f519f675] {
  max-width: 24rem !important;
  width: 100%;
}
input.input-width-m[data-v-f519f675], select.input-width-m[data-v-f519f675], textarea.input-width-m[data-v-f519f675] {
  max-width: 32rem !important;
  width: 100%;
}
input.input-width-l[data-v-f519f675], select.input-width-l[data-v-f519f675], textarea.input-width-l[data-v-f519f675] {
  max-width: 40rem !important;
  width: 100%;
}
input.input-width-xl[data-v-f519f675], select.input-width-xl[data-v-f519f675], textarea.input-width-xl[data-v-f519f675] {
  max-width: 48rem !important;
  width: 100%;
}
input.input-char-4[data-v-f519f675], select.input-char-4[data-v-f519f675], textarea.input-char-4[data-v-f519f675] {
  max-width: calc(34px + 4ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
input.input-char-4[data-v-f519f675], select.input-char-4[data-v-f519f675], textarea.input-char-4[data-v-f519f675] {
    max-width: 9ex;
}
}
input.input-char-4[data-v-f519f675]::-ms-clear, select.input-char-4[data-v-f519f675]::-ms-clear, textarea.input-char-4[data-v-f519f675]::-ms-clear {
  display: none;
}
input.input-char-4[data-v-f519f675], select.input-char-4[data-v-f519f675], textarea.input-char-4[data-v-f519f675] {
  width: 100%;
}
input.input-char-8[data-v-f519f675], select.input-char-8[data-v-f519f675], textarea.input-char-8[data-v-f519f675] {
  max-width: calc(34px + 8ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
input.input-char-8[data-v-f519f675], select.input-char-8[data-v-f519f675], textarea.input-char-8[data-v-f519f675] {
    max-width: 14ex;
}
}
input.input-char-8[data-v-f519f675]::-ms-clear, select.input-char-8[data-v-f519f675]::-ms-clear, textarea.input-char-8[data-v-f519f675]::-ms-clear {
  display: none;
}
input.input-char-8[data-v-f519f675], select.input-char-8[data-v-f519f675], textarea.input-char-8[data-v-f519f675] {
  width: 100%;
}
input.input-char-11[data-v-f519f675], select.input-char-11[data-v-f519f675], textarea.input-char-11[data-v-f519f675] {
  max-width: calc(34px + 11ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
input.input-char-11[data-v-f519f675], select.input-char-11[data-v-f519f675], textarea.input-char-11[data-v-f519f675] {
    max-width: 17ex;
}
}
input.input-char-11[data-v-f519f675]::-ms-clear, select.input-char-11[data-v-f519f675]::-ms-clear, textarea.input-char-11[data-v-f519f675]::-ms-clear {
  display: none;
}
input.input-char-11[data-v-f519f675], select.input-char-11[data-v-f519f675], textarea.input-char-11[data-v-f519f675] {
  width: 100%;
}
input.input-char-27[data-v-f519f675], select.input-char-27[data-v-f519f675], textarea.input-char-27[data-v-f519f675] {
  max-width: calc(34px + 27ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
input.input-char-27[data-v-f519f675], select.input-char-27[data-v-f519f675], textarea.input-char-27[data-v-f519f675] {
    max-width: 36ex;
}
}
input.input-char-27[data-v-f519f675]::-ms-clear, select.input-char-27[data-v-f519f675]::-ms-clear, textarea.input-char-27[data-v-f519f675]::-ms-clear {
  display: none;
}
input.input-char-27[data-v-f519f675], select.input-char-27[data-v-f519f675], textarea.input-char-27[data-v-f519f675] {
  width: 100%;
}
.table[data-v-f519f675] {
  margin: 0;
  line-height: 2.4rem;
  border: 1px solid #747474;
  width: 100%;
  color: #1a1a1a;
  font-size: 1.6rem;
  border-collapse: inherit;
  border-spacing: 0;
}
.table td[data-v-f519f675],
.table th[data-v-f519f675] {
  padding-left: 16px;
  padding-top: 16px;
  padding-right: 15px;
  padding-bottom: 15px;
  border-right: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  background-color: inherit;
  vertical-align: top;
  text-align: left;
}
.table td[data-v-f519f675]:last-child,
.table th[data-v-f519f675]:last-child {
  border-right: none;
}
.table td.break-word[data-v-f519f675],
.table th.break-word[data-v-f519f675] {
  word-break: break-all;
}
.table td.vertical-align-middle[data-v-f519f675],
.table th.vertical-align-middle[data-v-f519f675] {
  vertical-align: middle;
}
.table td.vertical-align-top[data-v-f519f675],
.table th.vertical-align-top[data-v-f519f675] {
  vertical-align: top;
}
.table td.vertical-align-bottom[data-v-f519f675],
.table th.vertical-align-bottom[data-v-f519f675] {
  vertical-align: bottom;
}
.table thead[data-v-f519f675] {
  background-color: #F5F5F5;
}
.table thead th[data-v-f519f675] {
  font-weight: 600;
  padding-top: 15px;
}
.table thead th[data-v-f519f675]:first-child {
  padding-left: 15px;
}
.table thead th.table-header-no-wrap[data-v-f519f675] {
  white-space: nowrap;
}
.table thead th button[data-v-f519f675],
.table thead th .button[data-v-f519f675] {
  width: auto;
}
.table tbody th[data-v-f519f675] {
  font-weight: 600;
}
.table tbody tr[data-v-f519f675] {
  background-color: transparent;
}
.table tbody tr td[data-v-f519f675]:first-child,
.table tbody tr th[data-v-f519f675]:first-child {
  padding-left: 15px;
}
.table tbody tr:last-child td[data-v-f519f675],
.table tbody tr:last-child th[data-v-f519f675] {
  border-bottom: none;
}
.table.table--compact th[data-v-f519f675],
.table.table--compact td[data-v-f519f675] {
  padding-top: 8px;
  padding-bottom: 7px;
}
.table.table--compact thead th[data-v-f519f675] {
  padding-top: 7px;
}
.table.table--extracompact th[data-v-f519f675],
.table.table--extracompact td[data-v-f519f675] {
  padding-top: 1px;
  padding-bottom: 0;
}
.table.table--extracompact thead th[data-v-f519f675] {
  padding-top: 0;
}
.table.table--borderless[data-v-f519f675], .table.structured-list[data-v-f519f675] {
  border: none;
}
.table.table--borderless td[data-v-f519f675],
.table.table--borderless th[data-v-f519f675], .table.structured-list td[data-v-f519f675],
.table.structured-list th[data-v-f519f675] {
  padding-right: 16px;
  border-right: none;
}
.table.table--borderless thead tr td[data-v-f519f675]:first-child,
.table.table--borderless thead tr th[data-v-f519f675]:first-child,
.table.table--borderless tbody tr td[data-v-f519f675]:first-child,
.table.table--borderless tbody tr th[data-v-f519f675]:first-child, .table.structured-list thead tr td[data-v-f519f675]:first-child,
.table.structured-list thead tr th[data-v-f519f675]:first-child,
.table.structured-list tbody tr td[data-v-f519f675]:first-child,
.table.structured-list tbody tr th[data-v-f519f675]:first-child {
  padding-left: 0;
}
.table.table--borderless thead tr td[data-v-f519f675]:last-child,
.table.table--borderless thead tr th[data-v-f519f675]:last-child,
.table.table--borderless tbody tr td[data-v-f519f675]:last-child,
.table.table--borderless tbody tr th[data-v-f519f675]:last-child, .table.structured-list thead tr td[data-v-f519f675]:last-child,
.table.structured-list thead tr th[data-v-f519f675]:last-child,
.table.structured-list tbody tr td[data-v-f519f675]:last-child,
.table.structured-list tbody tr th[data-v-f519f675]:last-child {
  padding-right: 0;
}
.table.table--borderless thead[data-v-f519f675], .table.structured-list thead[data-v-f519f675] {
  background-color: transparent;
}
.table.table--borderless thead th[data-v-f519f675], .table.structured-list thead th[data-v-f519f675] {
  padding-top: 16px;
}
.table.table--borderless tbody tr:last-child td[data-v-f519f675],
.table.table--borderless tbody tr:last-child th[data-v-f519f675], .table.structured-list tbody tr:last-child td[data-v-f519f675],
.table.structured-list tbody tr:last-child th[data-v-f519f675] {
  border-bottom: 1px solid #BFBFBF;
}
.table.table--borderless.table--compact thead th[data-v-f519f675], .table.structured-list.table--compact thead th[data-v-f519f675] {
  padding-top: 8px;
}
.table.table--borderless.table--extracompact thead th[data-v-f519f675], .table.structured-list.table--extracompact thead th[data-v-f519f675] {
  padding-top: 1px;
}
.table.table--zebra td[data-v-f519f675],
.table.table--zebra th[data-v-f519f675] {
  border-right: 0;
  padding-right: 16px;
}
.table.table--zebra td[data-v-f519f675]:last-child,
.table.table--zebra th[data-v-f519f675]:last-child {
  padding-right: 15px;
}
.table.table--zebra tr[data-v-f519f675]:nth-child(even) {
  background-color: #F5F5F5;
}
.table.table--zebra tbody tr[data-v-f519f675]:nth-child(odd) {
  background-color: white;
}
.table.table--zebra.table--borderless td[data-v-f519f675],
.table.table--zebra.table--borderless th[data-v-f519f675] {
  border: 0;
  padding: 16px;
}
.table.table--zebra.table--borderless thead tr td[data-v-f519f675]:first-child,
.table.table--zebra.table--borderless thead tr th[data-v-f519f675]:first-child,
.table.table--zebra.table--borderless tbody tr td[data-v-f519f675]:first-child,
.table.table--zebra.table--borderless tbody tr th[data-v-f519f675]:first-child {
  padding-left: 16px;
}
.table.table--zebra.table--borderless thead tr td[data-v-f519f675]:last-child,
.table.table--zebra.table--borderless thead tr th[data-v-f519f675]:last-child,
.table.table--zebra.table--borderless tbody tr td[data-v-f519f675]:last-child,
.table.table--zebra.table--borderless tbody tr th[data-v-f519f675]:last-child {
  padding-right: 16px;
}
.table.table--zebra.table--borderless thead[data-v-f519f675] {
  background-color: #F5F5F5;
}
.table.table--zebra.table--borderless tbody tr:last-child td[data-v-f519f675],
.table.table--zebra.table--borderless tbody tr:last-child th[data-v-f519f675] {
  border-bottom: none;
}
.table.table--zebra.table--borderless.table--compact td[data-v-f519f675],
.table.table--zebra.table--borderless.table--compact th[data-v-f519f675] {
  padding-bottom: 8px;
  padding-top: 8px;
}
.table.table--zebra.table--borderless.table--extracompact td[data-v-f519f675],
.table.table--zebra.table--borderless.table--extracompact th[data-v-f519f675] {
  padding-bottom: 1px;
  padding-top: 1px;
}
.table.structured-list tbody tr:first-child td[data-v-f519f675],
.table.structured-list tbody tr:first-child th[data-v-f519f675] {
  border-top: 1px solid #BFBFBF;
}
.table.structured-list.table--zebra tbody tr:first-child td[data-v-f519f675],
.table.structured-list.table--zebra tbody tr:first-child th[data-v-f519f675] {
  border-top: none;
}
@media screen and (max-width: 767px) {
.table.table--responsive-headers[data-v-f519f675] {
    display: block;
}
.table.table--responsive-headers thead[data-v-f519f675] {
    display: none;
}
.table.table--responsive-headers tbody[data-v-f519f675],
  .table.table--responsive-headers tr[data-v-f519f675] {
    display: block;
}
.table.table--responsive-headers tr[data-v-f519f675] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table--responsive-headers tr[data-v-f519f675]:last-child {
    border-bottom: none;
}
.table.table--responsive-headers td[data-v-f519f675],
  .table.table--responsive-headers th[data-v-f519f675] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table--responsive-headers td[data-v-f519f675]:last-child,
  .table.table--responsive-headers th[data-v-f519f675]:last-child {
    padding-bottom: 15px;
}
.table.table--responsive-headers td[data-title][data-v-f519f675]:not([data-title=""]):before,
  .table.table--responsive-headers th[data-title][data-v-f519f675]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table--responsive-headers.table--compact th[data-v-f519f675],
  .table.table--responsive-headers.table--compact td[data-v-f519f675] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table--responsive-headers.table--compact th[data-v-f519f675]:last-child,
  .table.table--responsive-headers.table--compact td[data-v-f519f675]:last-child {
    padding-bottom: 7px;
}
.table.table--responsive-headers.table--extracompact th[data-v-f519f675],
  .table.table--responsive-headers.table--extracompact td[data-v-f519f675] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table--responsive-headers.table--extracompact th[data-v-f519f675]:last-child,
  .table.table--responsive-headers.table--extracompact td[data-v-f519f675]:last-child {
    padding-bottom: 0px;
}
.table.table--responsive-headers.table--borderless td[data-v-f519f675],
  .table.table--responsive-headers.table--borderless th[data-v-f519f675], .table.table--responsive-headers.structured-list td[data-v-f519f675],
  .table.table--responsive-headers.structured-list th[data-v-f519f675] {
    padding-left: 0;
    padding-right: 0;
}
.table.table--responsive-headers.table--borderless tr:first-child td[data-v-f519f675]:first-child,
  .table.table--responsive-headers.table--borderless tr:first-child th[data-v-f519f675]:first-child, .table.table--responsive-headers.structured-list tr:first-child td[data-v-f519f675]:first-child,
  .table.table--responsive-headers.structured-list tr:first-child th[data-v-f519f675]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table--responsive-headers.table--borderless tr:last-child td[data-v-f519f675],
  .table.table--responsive-headers.table--borderless tr:last-child th[data-v-f519f675], .table.table--responsive-headers.structured-list tr:last-child td[data-v-f519f675],
  .table.table--responsive-headers.structured-list tr:last-child th[data-v-f519f675] {
    border-bottom: none;
}
.table.table--responsive-headers.table--borderless tr:last-child td[data-v-f519f675]:last-child,
  .table.table--responsive-headers.table--borderless tr:last-child th[data-v-f519f675]:last-child, .table.table--responsive-headers.structured-list tr:last-child td[data-v-f519f675]:last-child,
  .table.table--responsive-headers.structured-list tr:last-child th[data-v-f519f675]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table--responsive-headers.table--zebra.table--borderless td[data-v-f519f675],
  .table.table--responsive-headers.table--zebra.table--borderless th[data-v-f519f675] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table--responsive-headers.structured-list tbody tr:first-child td[data-v-f519f675] {
    border-top: none;
}
.table.table--responsive-headers.structured-list tbody tr th[data-v-f519f675] {
    padding-bottom: 0;
}
.table.table--responsive-headers.structured-list tbody tr td[data-v-f519f675]:first-of-type {
    padding-top: 0;
}
}
@media screen and (max-width: 767px) {
.table.table-sm-responsive-headers[data-v-f519f675] {
    display: block;
}
.table.table-sm-responsive-headers thead[data-v-f519f675] {
    display: none;
}
.table.table-sm-responsive-headers tbody[data-v-f519f675],
  .table.table-sm-responsive-headers tr[data-v-f519f675] {
    display: block;
}
.table.table-sm-responsive-headers tr[data-v-f519f675] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-sm-responsive-headers tr[data-v-f519f675]:last-child {
    border-bottom: none;
}
.table.table-sm-responsive-headers td[data-v-f519f675],
  .table.table-sm-responsive-headers th[data-v-f519f675] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table-sm-responsive-headers td[data-v-f519f675]:last-child,
  .table.table-sm-responsive-headers th[data-v-f519f675]:last-child {
    padding-bottom: 15px;
}
.table.table-sm-responsive-headers td[data-title][data-v-f519f675]:not([data-title=""]):before,
  .table.table-sm-responsive-headers th[data-title][data-v-f519f675]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table-sm-responsive-headers.table--compact th[data-v-f519f675],
  .table.table-sm-responsive-headers.table--compact td[data-v-f519f675] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table-sm-responsive-headers.table--compact th[data-v-f519f675]:last-child,
  .table.table-sm-responsive-headers.table--compact td[data-v-f519f675]:last-child {
    padding-bottom: 7px;
}
.table.table-sm-responsive-headers.table--extracompact th[data-v-f519f675],
  .table.table-sm-responsive-headers.table--extracompact td[data-v-f519f675] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table-sm-responsive-headers.table--extracompact th[data-v-f519f675]:last-child,
  .table.table-sm-responsive-headers.table--extracompact td[data-v-f519f675]:last-child {
    padding-bottom: 0px;
}
.table.table-sm-responsive-headers.table--borderless td[data-v-f519f675],
  .table.table-sm-responsive-headers.table--borderless th[data-v-f519f675], .table.table-sm-responsive-headers.structured-list td[data-v-f519f675],
  .table.table-sm-responsive-headers.structured-list th[data-v-f519f675] {
    padding-left: 0;
    padding-right: 0;
}
.table.table-sm-responsive-headers.table--borderless tr:first-child td[data-v-f519f675]:first-child,
  .table.table-sm-responsive-headers.table--borderless tr:first-child th[data-v-f519f675]:first-child, .table.table-sm-responsive-headers.structured-list tr:first-child td[data-v-f519f675]:first-child,
  .table.table-sm-responsive-headers.structured-list tr:first-child th[data-v-f519f675]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table-sm-responsive-headers.table--borderless tr:last-child td[data-v-f519f675],
  .table.table-sm-responsive-headers.table--borderless tr:last-child th[data-v-f519f675], .table.table-sm-responsive-headers.structured-list tr:last-child td[data-v-f519f675],
  .table.table-sm-responsive-headers.structured-list tr:last-child th[data-v-f519f675] {
    border-bottom: none;
}
.table.table-sm-responsive-headers.table--borderless tr:last-child td[data-v-f519f675]:last-child,
  .table.table-sm-responsive-headers.table--borderless tr:last-child th[data-v-f519f675]:last-child, .table.table-sm-responsive-headers.structured-list tr:last-child td[data-v-f519f675]:last-child,
  .table.table-sm-responsive-headers.structured-list tr:last-child th[data-v-f519f675]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-sm-responsive-headers.table--zebra.table--borderless td[data-v-f519f675],
  .table.table-sm-responsive-headers.table--zebra.table--borderless th[data-v-f519f675] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table-sm-responsive-headers.structured-list tbody tr:first-child td[data-v-f519f675] {
    border-top: none;
}
.table.table-sm-responsive-headers.structured-list tbody tr th[data-v-f519f675] {
    padding-bottom: 0;
}
.table.table-sm-responsive-headers.structured-list tbody tr td[data-v-f519f675]:first-of-type {
    padding-top: 0;
}
}
@media screen and (max-width: 991px) {
.table.table-md-responsive-headers[data-v-f519f675] {
    display: block;
}
.table.table-md-responsive-headers thead[data-v-f519f675] {
    display: none;
}
.table.table-md-responsive-headers tbody[data-v-f519f675],
  .table.table-md-responsive-headers tr[data-v-f519f675] {
    display: block;
}
.table.table-md-responsive-headers tr[data-v-f519f675] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-md-responsive-headers tr[data-v-f519f675]:last-child {
    border-bottom: none;
}
.table.table-md-responsive-headers td[data-v-f519f675],
  .table.table-md-responsive-headers th[data-v-f519f675] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table-md-responsive-headers td[data-v-f519f675]:last-child,
  .table.table-md-responsive-headers th[data-v-f519f675]:last-child {
    padding-bottom: 15px;
}
.table.table-md-responsive-headers td[data-title][data-v-f519f675]:not([data-title=""]):before,
  .table.table-md-responsive-headers th[data-title][data-v-f519f675]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table-md-responsive-headers.table--compact th[data-v-f519f675],
  .table.table-md-responsive-headers.table--compact td[data-v-f519f675] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table-md-responsive-headers.table--compact th[data-v-f519f675]:last-child,
  .table.table-md-responsive-headers.table--compact td[data-v-f519f675]:last-child {
    padding-bottom: 7px;
}
.table.table-md-responsive-headers.table--extracompact th[data-v-f519f675],
  .table.table-md-responsive-headers.table--extracompact td[data-v-f519f675] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table-md-responsive-headers.table--extracompact th[data-v-f519f675]:last-child,
  .table.table-md-responsive-headers.table--extracompact td[data-v-f519f675]:last-child {
    padding-bottom: 0px;
}
.table.table-md-responsive-headers.table--borderless td[data-v-f519f675],
  .table.table-md-responsive-headers.table--borderless th[data-v-f519f675], .table.table-md-responsive-headers.structured-list td[data-v-f519f675],
  .table.table-md-responsive-headers.structured-list th[data-v-f519f675] {
    padding-left: 0;
    padding-right: 0;
}
.table.table-md-responsive-headers.table--borderless tr:first-child td[data-v-f519f675]:first-child,
  .table.table-md-responsive-headers.table--borderless tr:first-child th[data-v-f519f675]:first-child, .table.table-md-responsive-headers.structured-list tr:first-child td[data-v-f519f675]:first-child,
  .table.table-md-responsive-headers.structured-list tr:first-child th[data-v-f519f675]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table-md-responsive-headers.table--borderless tr:last-child td[data-v-f519f675],
  .table.table-md-responsive-headers.table--borderless tr:last-child th[data-v-f519f675], .table.table-md-responsive-headers.structured-list tr:last-child td[data-v-f519f675],
  .table.table-md-responsive-headers.structured-list tr:last-child th[data-v-f519f675] {
    border-bottom: none;
}
.table.table-md-responsive-headers.table--borderless tr:last-child td[data-v-f519f675]:last-child,
  .table.table-md-responsive-headers.table--borderless tr:last-child th[data-v-f519f675]:last-child, .table.table-md-responsive-headers.structured-list tr:last-child td[data-v-f519f675]:last-child,
  .table.table-md-responsive-headers.structured-list tr:last-child th[data-v-f519f675]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-md-responsive-headers.table--zebra.table--borderless td[data-v-f519f675],
  .table.table-md-responsive-headers.table--zebra.table--borderless th[data-v-f519f675] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table-md-responsive-headers.structured-list tbody tr:first-child td[data-v-f519f675] {
    border-top: none;
}
.table.table-md-responsive-headers.structured-list tbody tr th[data-v-f519f675] {
    padding-bottom: 0;
}
.table.table-md-responsive-headers.structured-list tbody tr td[data-v-f519f675]:first-of-type {
    padding-top: 0;
}
}
@media screen and (max-width: 1199px) {
.table.table-lg-responsive-headers[data-v-f519f675] {
    display: block;
}
.table.table-lg-responsive-headers thead[data-v-f519f675] {
    display: none;
}
.table.table-lg-responsive-headers tbody[data-v-f519f675],
  .table.table-lg-responsive-headers tr[data-v-f519f675] {
    display: block;
}
.table.table-lg-responsive-headers tr[data-v-f519f675] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-lg-responsive-headers tr[data-v-f519f675]:last-child {
    border-bottom: none;
}
.table.table-lg-responsive-headers td[data-v-f519f675],
  .table.table-lg-responsive-headers th[data-v-f519f675] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table-lg-responsive-headers td[data-v-f519f675]:last-child,
  .table.table-lg-responsive-headers th[data-v-f519f675]:last-child {
    padding-bottom: 15px;
}
.table.table-lg-responsive-headers td[data-title][data-v-f519f675]:not([data-title=""]):before,
  .table.table-lg-responsive-headers th[data-title][data-v-f519f675]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table-lg-responsive-headers.table--compact th[data-v-f519f675],
  .table.table-lg-responsive-headers.table--compact td[data-v-f519f675] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table-lg-responsive-headers.table--compact th[data-v-f519f675]:last-child,
  .table.table-lg-responsive-headers.table--compact td[data-v-f519f675]:last-child {
    padding-bottom: 7px;
}
.table.table-lg-responsive-headers.table--extracompact th[data-v-f519f675],
  .table.table-lg-responsive-headers.table--extracompact td[data-v-f519f675] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table-lg-responsive-headers.table--extracompact th[data-v-f519f675]:last-child,
  .table.table-lg-responsive-headers.table--extracompact td[data-v-f519f675]:last-child {
    padding-bottom: 0px;
}
.table.table-lg-responsive-headers.table--borderless td[data-v-f519f675],
  .table.table-lg-responsive-headers.table--borderless th[data-v-f519f675], .table.table-lg-responsive-headers.structured-list td[data-v-f519f675],
  .table.table-lg-responsive-headers.structured-list th[data-v-f519f675] {
    padding-left: 0;
    padding-right: 0;
}
.table.table-lg-responsive-headers.table--borderless tr:first-child td[data-v-f519f675]:first-child,
  .table.table-lg-responsive-headers.table--borderless tr:first-child th[data-v-f519f675]:first-child, .table.table-lg-responsive-headers.structured-list tr:first-child td[data-v-f519f675]:first-child,
  .table.table-lg-responsive-headers.structured-list tr:first-child th[data-v-f519f675]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table-lg-responsive-headers.table--borderless tr:last-child td[data-v-f519f675],
  .table.table-lg-responsive-headers.table--borderless tr:last-child th[data-v-f519f675], .table.table-lg-responsive-headers.structured-list tr:last-child td[data-v-f519f675],
  .table.table-lg-responsive-headers.structured-list tr:last-child th[data-v-f519f675] {
    border-bottom: none;
}
.table.table-lg-responsive-headers.table--borderless tr:last-child td[data-v-f519f675]:last-child,
  .table.table-lg-responsive-headers.table--borderless tr:last-child th[data-v-f519f675]:last-child, .table.table-lg-responsive-headers.structured-list tr:last-child td[data-v-f519f675]:last-child,
  .table.table-lg-responsive-headers.structured-list tr:last-child th[data-v-f519f675]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-lg-responsive-headers.table--zebra.table--borderless td[data-v-f519f675],
  .table.table-lg-responsive-headers.table--zebra.table--borderless th[data-v-f519f675] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table-lg-responsive-headers.structured-list tbody tr:first-child td[data-v-f519f675] {
    border-top: none;
}
.table.table-lg-responsive-headers.structured-list tbody tr th[data-v-f519f675] {
    padding-bottom: 0;
}
.table.table-lg-responsive-headers.structured-list tbody tr td[data-v-f519f675]:first-of-type {
    padding-top: 0;
}
}
@media screen {
.table.table-xxl-responsive-headers[data-v-f519f675] {
    display: block;
}
.table.table-xxl-responsive-headers thead[data-v-f519f675] {
    display: none;
}
.table.table-xxl-responsive-headers tbody[data-v-f519f675],
  .table.table-xxl-responsive-headers tr[data-v-f519f675] {
    display: block;
}
.table.table-xxl-responsive-headers tr[data-v-f519f675] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-xxl-responsive-headers tr[data-v-f519f675]:last-child {
    border-bottom: none;
}
.table.table-xxl-responsive-headers td[data-v-f519f675],
  .table.table-xxl-responsive-headers th[data-v-f519f675] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table-xxl-responsive-headers td[data-v-f519f675]:last-child,
  .table.table-xxl-responsive-headers th[data-v-f519f675]:last-child {
    padding-bottom: 15px;
}
.table.table-xxl-responsive-headers td[data-title][data-v-f519f675]:not([data-title=""]):before,
  .table.table-xxl-responsive-headers th[data-title][data-v-f519f675]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table-xxl-responsive-headers.table--compact th[data-v-f519f675],
  .table.table-xxl-responsive-headers.table--compact td[data-v-f519f675] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table-xxl-responsive-headers.table--compact th[data-v-f519f675]:last-child,
  .table.table-xxl-responsive-headers.table--compact td[data-v-f519f675]:last-child {
    padding-bottom: 7px;
}
.table.table-xxl-responsive-headers.table--extracompact th[data-v-f519f675],
  .table.table-xxl-responsive-headers.table--extracompact td[data-v-f519f675] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table-xxl-responsive-headers.table--extracompact th[data-v-f519f675]:last-child,
  .table.table-xxl-responsive-headers.table--extracompact td[data-v-f519f675]:last-child {
    padding-bottom: 0px;
}
.table.table-xxl-responsive-headers.table--borderless td[data-v-f519f675],
  .table.table-xxl-responsive-headers.table--borderless th[data-v-f519f675], .table.table-xxl-responsive-headers.structured-list td[data-v-f519f675],
  .table.table-xxl-responsive-headers.structured-list th[data-v-f519f675] {
    padding-left: 0;
    padding-right: 0;
}
.table.table-xxl-responsive-headers.table--borderless tr:first-child td[data-v-f519f675]:first-child,
  .table.table-xxl-responsive-headers.table--borderless tr:first-child th[data-v-f519f675]:first-child, .table.table-xxl-responsive-headers.structured-list tr:first-child td[data-v-f519f675]:first-child,
  .table.table-xxl-responsive-headers.structured-list tr:first-child th[data-v-f519f675]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table-xxl-responsive-headers.table--borderless tr:last-child td[data-v-f519f675],
  .table.table-xxl-responsive-headers.table--borderless tr:last-child th[data-v-f519f675], .table.table-xxl-responsive-headers.structured-list tr:last-child td[data-v-f519f675],
  .table.table-xxl-responsive-headers.structured-list tr:last-child th[data-v-f519f675] {
    border-bottom: none;
}
.table.table-xxl-responsive-headers.table--borderless tr:last-child td[data-v-f519f675]:last-child,
  .table.table-xxl-responsive-headers.table--borderless tr:last-child th[data-v-f519f675]:last-child, .table.table-xxl-responsive-headers.structured-list tr:last-child td[data-v-f519f675]:last-child,
  .table.table-xxl-responsive-headers.structured-list tr:last-child th[data-v-f519f675]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-xxl-responsive-headers.table--zebra.table--borderless td[data-v-f519f675],
  .table.table-xxl-responsive-headers.table--zebra.table--borderless th[data-v-f519f675] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table-xxl-responsive-headers.structured-list tbody tr:first-child td[data-v-f519f675] {
    border-top: none;
}
.table.table-xxl-responsive-headers.structured-list tbody tr th[data-v-f519f675] {
    padding-bottom: 0;
}
.table.table-xxl-responsive-headers.structured-list tbody tr td[data-v-f519f675]:first-of-type {
    padding-top: 0;
}
}
.table--selectable tbody tr[data-v-f519f675]:hover, .table--selectable.table.table--zebra tr[data-v-f519f675]:nth-child(even):hover, .table--selectable.table.table--zebra tr[data-v-f519f675]:nth-child(odd):hover {
  background-color: #F5F5F5;
}
.table--selectable.table.table--zebra tr.table-row-selected[data-v-f519f675]:nth-child(even), .table--selectable.table.table--zebra tr.table-row-selected[data-v-f519f675]:nth-child(odd),
.table--selectable .table-row-selected[data-v-f519f675] {
  background-color: #DCDCDC;
}
.table-actions[data-v-f519f675] {
  border-right: 1px solid #747474;
  border-bottom: 1px solid #747474;
  border-left: 1px solid #747474;
  overflow: hidden;
  padding: 16px 15px 15px 15px;
}
.table-actions .table-selected-number[data-v-f519f675] {
  margin-top: 0px;
}
.table-actions .table-selected-number.no-selected[data-v-f519f675] {
  color: #747474;
}
.table--responsive-scroll[data-v-f519f675] {
  overflow-x: auto;
  min-height: 0.01%;
  padding: 5px;
  margin: -5px;
}
hr[data-v-f519f675] {
  border-top: 1px solid #BFBFBF;
  display: block;
  border-bottom-width: 0;
}

/*
----------------------------------------
Accordion
----------------------------------------
*/
.accordion-button[data-v-f519f675], .tabnav > button[data-v-f519f675] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.accordion-button[data-v-f519f675]:hover, .tabnav > button[data-v-f519f675]:hover, .accordion-button[data-v-f519f675]:focus, .tabnav > button[data-v-f519f675]:focus {
  background-color: transparent;
  color: inherit;
}
.accordion-button[data-v-f519f675], .tabnav > button[data-v-f519f675] {
  background-color: #F5F5F5;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'/%3e%3c/svg%3e");
  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.4rem;
  padding: 1.6rem 1.6rem 1.6rem 5.6rem;
  width: 100%;
  font-size: 1.6rem;
  position: relative;
  transition: none;
  border-radius: 3px;
  border: 1px solid #747474;
}
.accordion-button[data-v-f519f675]:hover, .tabnav > button[data-v-f519f675]:hover {
  background-color: #DCDCDC;
  color: #1a1a1a;
}
.accordion-button h1[data-v-f519f675], .tabnav > button h1[data-v-f519f675], .accordion-button .h1[data-v-f519f675], .tabnav > button .h1[data-v-f519f675],
.accordion-button h2[data-v-f519f675],
.tabnav > button h2[data-v-f519f675], .accordion-button .h2[data-v-f519f675], .tabnav > button .h2[data-v-f519f675],
.accordion-button h3[data-v-f519f675],
.tabnav > button h3[data-v-f519f675], .accordion-button .h3[data-v-f519f675], .tabnav > button .h3[data-v-f519f675],
.accordion-button h4[data-v-f519f675],
.tabnav > button h4[data-v-f519f675], .accordion-button .h4[data-v-f519f675], .tabnav > button .h4[data-v-f519f675],
.accordion-button h5[data-v-f519f675],
.tabnav > button h5[data-v-f519f675], .accordion-button .h5[data-v-f519f675], .tabnav > button .h5[data-v-f519f675],
.accordion-button h6[data-v-f519f675],
.tabnav > button h6[data-v-f519f675], .accordion-button .h6[data-v-f519f675], .tabnav > button .h6[data-v-f519f675] {
  margin: 0;
}
.accordion-button .icon_text[data-v-f519f675], .tabnav > button .icon_text[data-v-f519f675] {
  font-weight: 600;
  margin-right: 8px;
  float: left;
}
.accordion-button .accordion-icon[data-v-f519f675], .tabnav > button .accordion-icon[data-v-f519f675] {
  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[data-v-f519f675], .tabnav > button .accordion-icon[data-v-f519f675] {
    text-align: center;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    display: flex;
}
}
.accordion-button .accordion-icon .icon-svg[data-v-f519f675], .tabnav > button .accordion-icon .icon-svg[data-v-f519f675] {
  fill: #1a1a1a;
  float: left;
}
.accordion-button .accordion-icon:hover .icon-svg[data-v-f519f675], .tabnav > button .accordion-icon:hover .icon-svg[data-v-f519f675] {
  fill: #1a1a1a;
}
button.accordion-bulk-button[data-v-f519f675] {
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 28px;
  margin-bottom: 16px;
}
button.accordion-bulk-button[data-accordion-bulk-expand=true][data-v-f519f675] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
}
button.accordion-bulk-button[data-accordion-bulk-expand=false][data-v-f519f675] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'/%3e%3c/svg%3e");
}
.accordion[data-v-f519f675], .tabnav[data-v-f519f675] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.accordion > li[data-v-f519f675], .tabnav > li[data-v-f519f675] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.accordion > li[data-v-f519f675]::before, .tabnav > li[data-v-f519f675]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.accordion[data-v-f519f675], .tabnav[data-v-f519f675] {
  margin: 0;
  padding: 0;
  width: 100%;
}
.accordion > ul li ul[data-v-f519f675], .tabnav > ul li ul[data-v-f519f675] {
  list-style: disc;
}
.accordion > ul li ul > li > ul[data-v-f519f675], .tabnav > ul li ul > li > ul[data-v-f519f675] {
  list-style: circle;
}
.accordion > ul li ul > li > ul > li > ul[data-v-f519f675], .tabnav > ul li ul > li > ul > li > ul[data-v-f519f675] {
  list-style: square;
}
.accordion + .accordion[data-v-f519f675], .tabnav + .accordion[data-v-f519f675], .accordion + .tabnav[data-v-f519f675], .tabnav + .tabnav[data-v-f519f675] {
  margin-top: 0.8rem;
}
.accordion > li[data-v-f519f675], .tabnav > li[data-v-f519f675] {
  list-style: none;
  margin-bottom: 0.8rem;
  width: 100%;
}
.accordion > li > h1[data-v-f519f675], .tabnav > li > h1[data-v-f519f675], .accordion > li > h2[data-v-f519f675], .tabnav > li > h2[data-v-f519f675], .accordion > li > h3[data-v-f519f675], .tabnav > li > h3[data-v-f519f675], .accordion > li > h4[data-v-f519f675], .tabnav > li > h4[data-v-f519f675], .accordion > li > h5[data-v-f519f675], .tabnav > li > h5[data-v-f519f675], .accordion > li > h6[data-v-f519f675], .tabnav > li > h6[data-v-f519f675] {
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: normal;
  max-width: none;
}
.accordion-content[data-v-f519f675], .tabnav-panel[data-v-f519f675] {
  background-color: white;
  color: #1a1a1a;
  overflow: auto;
  padding: 1.6rem;
  border-bottom: 1px solid #747474;
  border-left: 1px solid #747474;
  border-right: 1px solid #747474;
  border-radius: 0 0 3px 3px;
}
.accordion-content p[data-v-f519f675], .tabnav-panel p[data-v-f519f675], .accordion-content h1[data-v-f519f675], .tabnav-panel h1[data-v-f519f675], .accordion-content h2[data-v-f519f675], .tabnav-panel h2[data-v-f519f675], .accordion-content h3[data-v-f519f675], .tabnav-panel h3[data-v-f519f675], .accordion-content h4[data-v-f519f675], .tabnav-panel h4[data-v-f519f675], .accordion-content h5[data-v-f519f675], .tabnav-panel h5[data-v-f519f675], .accordion-content .h1[data-v-f519f675], .tabnav-panel .h1[data-v-f519f675], .accordion-content .h2[data-v-f519f675], .tabnav-panel .h2[data-v-f519f675], .accordion-content .h3[data-v-f519f675], .tabnav-panel .h3[data-v-f519f675], .accordion-content .h4[data-v-f519f675], .tabnav-panel .h4[data-v-f519f675], .accordion-content .h5[data-v-f519f675], .tabnav-panel .h5[data-v-f519f675] {
  color: #1a1a1a;
}
.accordion-content[data-v-f519f675] > *:first-child, .tabnav-panel[data-v-f519f675] > *:first-child {
  margin-top: 0;
}
.accordion-content[data-v-f519f675] > *:last-child, .tabnav-panel[data-v-f519f675] > *:last-child {
  margin-bottom: 0;
}
.accordion-content[data-v-f519f675]:not([aria-hidden]), .tabnav-panel[data-v-f519f675]:not([aria-hidden]) {
  display: none;
}
.accordion-content[aria-hidden=true][data-v-f519f675], [aria-hidden=true].tabnav-panel[data-v-f519f675] {
  display: none;
}
.accordion-button.accordion-error[data-v-f519f675], .tabnav > button.accordion-error[data-v-f519f675] {
  border: 2px solid #CC0000;
}
.accordion-button[aria-expanded=true][data-v-f519f675], .tabnav > button[aria-expanded=true][data-v-f519f675] {
  background-color: #DCDCDC;
  border-radius: 3px 3px 0 0;
}
.accordion-button[aria-expanded=true][data-v-f519f675]:not(.accordion-error), .tabnav > button[aria-expanded=true][data-v-f519f675]:not(.accordion-error) {
  border-bottom: 1px solid #BFBFBF;
}
.accordion-button[aria-expanded=false][data-v-f519f675], .tabnav > button[aria-expanded=false][data-v-f519f675] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 2.4rem;
  border-radius: 3px;
}

/*
----------------------------------------
Alert
----------------------------------------
*/
.alert[data-v-f519f675] {
  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 #999999;
}
.alert[data-v-f519f675]:first-child {
  margin-top: 0;
}
.alert.alert--paragraph[data-v-f519f675] {
  max-width: 66ch;
}
.alert .alert-close[data-v-f519f675] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.alert .alert-close[data-v-f519f675]:hover, .alert .alert-close[data-v-f519f675]:focus {
  background-color: transparent;
  color: inherit;
}
.alert .alert-close[data-v-f519f675] {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #1a1a1a;
  text-decoration: underline;
}
.alert .alert-close .icon-svg[data-v-f519f675] {
  margin-right: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
.alert .alert-heading[data-v-f519f675] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  color: #1a1a1a;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.alert .alert-text[data-v-f519f675] {
  margin-bottom: 0;
  margin-top: 0;
  color: #1a1a1a;
  max-width: 66ch;
}
.alert .alert-text a[data-v-f519f675], .alert .alert-text a[data-v-f519f675]:link, .alert .alert-text a[data-v-f519f675]:active, .alert .alert-text a[data-v-f519f675]:visited, .alert .alert-text a[data-v-f519f675]:hover {
  color: #1a1a1a;
}
.alert-success[data-v-f519f675] {
  background-color: #eeffe2;
  border-color: #358000;
}
.alert-success.alert--show-icon[data-v-f519f675] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm4.59-12.42L10%2014.17l-2.59-2.58L6%2013l4%204%208-8z'/%3e%3c/svg%3e");
  padding-left: calc(16px + 24px + 8px);
}
.alert-warning[data-v-f519f675] {
  background-color: #ffeecc;
  border-color: #febb30;
}
.alert-warning.alert--show-icon[data-v-f519f675] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%205.99L19.53%2019H4.47L12%205.99M12%202L1%2021h22L12%202zm1%2014h-2v2h2v-2zm0-6h-2v4h2v-4z'/%3e%3c/svg%3e");
  padding-left: calc(16px + 24px + 8px);
}
.alert-error[data-v-f519f675] {
  background-color: #ffe0e0;
  border-color: #CC0000;
}
.alert-error.alert--show-icon[data-v-f519f675] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.59%208L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208zM12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");
  padding-left: calc(16px + 24px + 8px);
}
.alert-info[data-v-f519f675] {
  background-color: #e2f2fb;
  border-color: #1B86C3;
}
.alert-info.alert--show-icon[data-v-f519f675] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%207h2v2h-2zm0%204h2v6h-2zm1-9C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");
  padding-left: calc(16px + 24px + 8px);
}
.alert + .alert[data-v-f519f675] {
  margin-top: 16px;
}
.button.back-to-top-button[data-v-f519f675] {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  width: auto;
  background-color: white;
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: auto;
  top: auto;
  z-index: 1;
}
.button.back-to-top-button.button-tertiary[data-v-f519f675] {
  background-color: white;
}
.button.back-to-top-button.footer-sticky[data-v-f519f675] {
  position: absolute;
  bottom: auto;
  top: auto;
  margin-top: 16px;
  z-index: auto;
}
@media (max-width: 991px) {
.button.back-to-top-button .icon-svg[data-v-f519f675] {
    margin-right: 0;
}
}
.breadcrumbs[data-v-f519f675] {
  color: #1a1a1a;
  font-size: 1.4rem;
}
.breadcrumbs__list[data-v-f519f675]:after {
  content: "";
  display: block;
  clear: both;
}
.breadcrumbs__list[data-v-f519f675] {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.breadcrumbs__list-item[data-v-f519f675] {
  display: block;
  list-style-type: none;
  position: relative;
  margin-top: 0;
  margin-bottom: 2px;
  margin-left: 8px;
  padding-left: 13.655px;
  float: left;
}
.breadcrumbs__list-item[data-v-f519f675]: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[data-v-f519f675]:first-child {
  margin-left: 0;
  padding-left: 0;
}
.breadcrumbs__list-item[data-v-f519f675]:first-child:before {
  content: none;
  display: none;
}
.breadcrumbs__link[data-v-f519f675] {
  color: #1a1a1a;
}
.breadcrumbs__link[data-v-f519f675]:visited, .breadcrumbs__link[data-v-f519f675]:hover, .breadcrumbs__link[data-v-f519f675]:active {
  color: #1a1a1a;
}
.cookie-container[data-v-f519f675] {
  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[data-v-f519f675] {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  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;
  max-height: 75vh;
  overflow-y: auto;
}
.cookie-container .cookie-message p[data-v-f519f675], .cookie-container .cookie-message h1[data-v-f519f675], .cookie-container .cookie-message h2[data-v-f519f675], .cookie-container .cookie-message h3[data-v-f519f675], .cookie-container .cookie-message h4[data-v-f519f675], .cookie-container .cookie-message h5[data-v-f519f675], .cookie-container .cookie-message h6[data-v-f519f675], .cookie-container .cookie-message .h1[data-v-f519f675], .cookie-container .cookie-message .h2[data-v-f519f675], .cookie-container .cookie-message .h3[data-v-f519f675], .cookie-container .cookie-message .h4[data-v-f519f675], .cookie-container .cookie-message .h5[data-v-f519f675], .cookie-container .cookie-message .h6[data-v-f519f675] {
  color: #1a1a1a;
}
@media (min-width: 1200px) {
.cookie-container .cookie-message[data-v-f519f675] {
    max-width: calc(1200px + 40px + 40px);
}
}
@media (min-width: 1200px) {
.cookie-container .cookie-message .cookie-text[data-v-f519f675], .cookie-container .cookie-message .cookie-actions[data-v-f519f675] {
    padding-left: 40px;
    padding-right: 40px;
}
}
.cookie-container .cookie-message .cookie-actions[data-v-f519f675] {
  margin-top: 16px;
}
.details[data-v-f519f675] {
  display: block;
  margin-bottom: 32px;
}
.details .details-summary[data-v-f519f675]::marker, .details .details-summary[data-v-f519f675]::-webkit-details-marker {
  display: none;
}
.details[open] .details-summary[data-v-f519f675] {
  margin-bottom: 8px;
}
.details[open] .details-summary[data-v-f519f675]:before {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2010l5%205%205-5H7z'/%3e%3c/svg%3e");
  background-position: -10px -8px;
}
.details .details-summary[data-v-f519f675] {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
}
.details .details-summary[data-v-f519f675]:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%2017l5-5-5-5v10z'/%3e%3c/svg%3e");
  background-position: -14px -8px;
  background-repeat: no-repeat;
  background-size: 3.4rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 4px;
}
.details .details-summary[data-v-f519f675]:focus {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.details .details-summary .details-summary-text[data-v-f519f675] {
  text-decoration: underline;
}
.details .details-text[data-v-f519f675] {
  padding: 16px;
  border-left: 4px solid #BFBFBF;
  box-sizing: border-box;
}
.details .details-text[aria-hidden=true][data-v-f519f675] {
  display: none;
}
.details .details-text p[data-v-f519f675] {
  margin-top: 0;
  margin-bottom: 1.6rem;
}
.details .details-text[data-v-f519f675] > :last-child {
  margin-bottom: 0;
}
.date-picker[data-v-f519f675] {
  max-width: 25rem;
}
.date-picker__wrapper[data-v-f519f675] {
  display: block;
  position: relative;
}
.date-picker__wrapper[data-v-f519f675]:focus {
  outline: 0;
}
.date-picker--active .date-picker__calendar[data-v-f519f675], .date-picker--initialized .date-picker__calendar[data-v-f519f675] {
  z-index: 400;
}
.date-picker__external-input[data-v-f519f675] {
  max-width: none;
  width: calc(100% - 16px - 16px);
}
.date-picker__button[data-v-f519f675] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__button[data-v-f519f675]:hover, .date-picker__button[data-v-f519f675]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__button[data-v-f519f675] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%203h-1V1h-2v2H8V1H6v2H5c-1.11%200-1.99.9-1.99%202L3%2019c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm0%2016H5V9h14v10zm0-12H5V5h14v2zm-2%205h-5v5h5v-5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  align-self: stretch;
  background-color: transparent;
  background-position: center;
  margin-top: 0.5em;
  width: 3em;
  display: block;
  cursor: pointer;
}
.date-picker--initialized .date-picker__wrapper[data-v-f519f675] {
  display: flex;
}
.date-picker__calendar[data-v-f519f675] {
  border: 1px solid #747474;
  background-color: white;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
.date-picker__calendar[data-v-f519f675] {
    width: 344px;
}
}
.date-picker__calendar[data-v-f519f675] {
  z-index: 100;
  margin-top: 4px;
}
.date-picker__calendar__table[data-v-f519f675] {
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.date-picker__calendar__table thead[data-v-f519f675] {
  border-bottom: 1px solid #BFBFBF;
}
.date-picker__calendar__table th[data-v-f519f675] {
  font-weight: 400;
}
.date-picker__calendar__table td[data-v-f519f675] {
  padding: 0;
}
.date-picker__calendar__table td:first-of-type .date-picker__calendar__date[data-v-f519f675]:after {
  border-left-width: 0px;
}
.date-picker__calendar__table td:last-of-type .date-picker__calendar__date[data-v-f519f675]:after {
  border-right-width: 0px;
}
.date-picker__calendar__month-picker .date-picker__calendar__table thead[data-v-f519f675], .date-picker__calendar__month-picker .date-picker__calendar__table tr[data-v-f519f675], .date-picker__calendar__year-picker .date-picker__calendar__table thead[data-v-f519f675], .date-picker__calendar__year-picker .date-picker__calendar__table tr[data-v-f519f675] {
  border: 0;
}
.date-picker__calendar__row[data-v-f519f675] {
  display: flex;
  text-align: center;
  width: 100%;
  background-color: #F5F5F5;
  border-bottom: 1px solid #BFBFBF;
}
.date-picker__calendar__row button[data-v-f519f675]:focus {
  z-index: 10;
  position: relative;
}
.date-picker__calendar__cell[data-v-f519f675] {
  background-color: #F5F5F5;
  color: #1a1a1a;
  flex: 1;
}
.date-picker__calendar__cell--center-items[data-v-f519f675] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.date-picker__calendar__previous-year[data-v-f519f675],
.date-picker__calendar__previous-month[data-v-f519f675],
.date-picker__calendar__next-year[data-v-f519f675],
.date-picker__calendar__next-month[data-v-f519f675] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__previous-year[data-v-f519f675]:hover, .date-picker__calendar__previous-year[data-v-f519f675]:focus,
.date-picker__calendar__previous-month[data-v-f519f675]:hover,
.date-picker__calendar__previous-month[data-v-f519f675]:focus,
.date-picker__calendar__next-year[data-v-f519f675]:hover,
.date-picker__calendar__next-year[data-v-f519f675]:focus,
.date-picker__calendar__next-month[data-v-f519f675]:hover,
.date-picker__calendar__next-month[data-v-f519f675]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__previous-year[data-v-f519f675],
.date-picker__calendar__previous-month[data-v-f519f675],
.date-picker__calendar__next-year[data-v-f519f675],
.date-picker__calendar__next-month[data-v-f519f675] {
  background-position: center;
  height: 30px;
  padding: 20px 10px;
  cursor: pointer;
}
.date-picker__calendar__previous-year[disabled][data-v-f519f675],
.date-picker__calendar__previous-month[disabled][data-v-f519f675],
.date-picker__calendar__next-year[disabled][data-v-f519f675],
.date-picker__calendar__next-month[disabled][data-v-f519f675] {
  cursor: default;
}
.date-picker__calendar__previous-year[data-v-f519f675]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M18.41,7.41L17,6L11,12L17,18L18.41,16.59L13.83,12L18.41,7.41M12.41,7.41L11,6L5,12L11,18L12.41,16.59L7.83,12L12.41,7.41Z'%20/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__previous-month[data-v-f519f675]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012l4.58-4.59z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__next-year[data-v-f519f675]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M5.59,7.41L7,6L13,12L7,18L5.59,16.59L10.17,12L5.59,7.41M11.59,7.41L13,6L19,12L13,18L11.59,16.59L16.17,12L11.59,7.41Z'%20/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__next-month[data-v-f519f675]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6-6-6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__day-of-week[data-v-f519f675] {
  padding: 6px 0px;
}
.date-picker__calendar__date[data-v-f519f675] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__date[data-v-f519f675]:hover, .date-picker__calendar__date[data-v-f519f675]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__date[data-v-f519f675] {
  text-align: right;
  width: 100%;
  padding: 10px 8px 10px 0px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
.date-picker__calendar__date[data-v-f519f675] {
    padding: 10px 12px 10px 0px;
}
}
.date-picker__calendar__date[data-v-f519f675]:after {
  position: absolute;
  top: -1px;
  bottom: 0px;
  left: -1px;
  right: 0px;
  border: 1px solid #BFBFBF;
  content: "";
  display: block;
  pointer-events: none;
}
.date-picker__calendar__date[disabled][data-v-f519f675] {
  opacity: 0.3;
  cursor: not-allowed;
}
.date-picker__calendar__date--focused[data-v-f519f675] {
  position: relative;
  z-index: 100;
}
.date-picker__calendar__date--focused[data-v-f519f675]:after {
  border: 1px solid #747474;
}
.date-picker__calendar__date[data-v-f519f675]:focus {
  outline: none;
}
.date-picker__calendar__date[data-v-f519f675]:focus:before {
  outline: 4px solid #747474;
  outline-offset: 1px;
  position: absolute;
  top: -1px;
  bottom: 0px;
  left: -1px;
  right: 0px;
  content: "";
  display: block;
  pointer-events: none;
}
.date-picker__calendar__date--next-month[data-v-f519f675]:not([disabled]), .date-picker__calendar__date--previous-month[data-v-f519f675]:not([disabled]) {
  color: #1a1a1a;
  text-indent: -99999px;
  background-color: #F5F5F5;
}
.date-picker__calendar__date--next-month[data-v-f519f675]:not([disabled]):hover, .date-picker__calendar__date--previous-month[data-v-f519f675]:not([disabled]):hover {
  background-color: #DCDCDC;
}
.date-picker__calendar__date--selected[data-v-f519f675], .date-picker__calendar__date--range-date[data-v-f519f675] {
  background-color: #454545;
  color: white;
  font-weight: 600;
}
.date-picker__calendar__date--selected[data-v-f519f675]:not([disabled]), .date-picker__calendar__date--range-date[data-v-f519f675]:not([disabled]) {
  background-color: #454545;
  color: white;
}
.date-picker__calendar__date--range-date-start[data-v-f519f675] {
  border-top-left-radius: 10%;
  border-bottom-left-radius: 10%;
}
.date-picker__calendar__date--range-date-end[data-v-f519f675] {
  border-top-right-radius: 10%;
  border-bottom-right-radius: 10%;
}
.date-picker__calendar__date--within-range[data-v-f519f675] {
  background-color: #747474;
  color: white;
}
.date-picker__calendar__date--within-range[data-v-f519f675]:not([disabled]) {
  background-color: #747474;
  color: white;
}
.date-picker__calendar__date--within-range[data-v-f519f675]:not([disabled]):hover {
  background-color: #747474;
}
.date-picker__calendar__date--within-range[data-v-f519f675]:not([disabled]):focus {
  background-color: #747474;
}
.date-picker__calendar__date--within-range[data-v-f519f675]:not([disabled]):active {
  background-color: #747474;
}
.date-picker__calendar__month-label[data-v-f519f675] {
  flex: 4;
  text-align: center;
}
.date-picker__calendar__year-selection[data-v-f519f675],
.date-picker__calendar__month-selection[data-v-f519f675] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__year-selection[data-v-f519f675]:hover, .date-picker__calendar__year-selection[data-v-f519f675]:focus,
.date-picker__calendar__month-selection[data-v-f519f675]:hover,
.date-picker__calendar__month-selection[data-v-f519f675]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__year-selection[data-v-f519f675],
.date-picker__calendar__month-selection[data-v-f519f675] {
  display: inline-block;
  padding: 8px 4px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}
@media (min-width: 768px) {
.date-picker__calendar__year-selection[data-v-f519f675],
  .date-picker__calendar__month-selection[data-v-f519f675] {
    height: 100%;
    width: auto;
    text-align: left;
}
}
.date-picker__calendar__month-picker[data-v-f519f675] {
  padding: 20px 5px;
}
.date-picker__calendar__month[data-v-f519f675] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__month[data-v-f519f675]:hover, .date-picker__calendar__month[data-v-f519f675]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__month[data-v-f519f675] {
  padding: 10px 0;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
}
.date-picker__calendar__month--focused[data-v-f519f675] {
  outline: 4px solid #747474;
  outline-offset: 2px;
  position: relative;
  z-index: 100;
}
.date-picker__calendar__month[disabled][data-v-f519f675] {
  opacity: 0.3;
  cursor: not-allowed;
}
.date-picker__calendar__month--selected[data-v-f519f675] {
  color: #1a1a1a;
  font-weight: 600;
}
.date-picker__calendar__month--selected[data-v-f519f675]:not([disabled]):hover {
  color: #1a1a1a;
}
.date-picker__calendar__month--selected[data-v-f519f675]:not([disabled]):focus {
  color: #1a1a1a;
}
.date-picker__calendar__year-picker[data-v-f519f675] {
  padding: 20px 5px;
}
.date-picker__calendar__previous-year-chunk[data-v-f519f675],
.date-picker__calendar__next-year-chunk[data-v-f519f675] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__previous-year-chunk[data-v-f519f675]:hover, .date-picker__calendar__previous-year-chunk[data-v-f519f675]:focus,
.date-picker__calendar__next-year-chunk[data-v-f519f675]:hover,
.date-picker__calendar__next-year-chunk[data-v-f519f675]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__previous-year-chunk[data-v-f519f675],
.date-picker__calendar__next-year-chunk[data-v-f519f675] {
  background-position: center;
  margin: auto;
  padding: 0px 8px;
  cursor: pointer;
}
.date-picker__calendar__previous-year-chunk[data-v-f519f675]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012l4.58-4.59z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__next-year-chunk[data-v-f519f675]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6-6-6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__year[data-v-f519f675] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__year[data-v-f519f675]:hover, .date-picker__calendar__year[data-v-f519f675]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__year[data-v-f519f675] {
  padding: 10px 0;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
}
.date-picker__calendar__year--focused[data-v-f519f675] {
  outline: 4px solid #747474;
  outline-offset: 1px;
  position: relative;
  z-index: 100;
}
.date-picker__calendar__year[disabled][data-v-f519f675] {
  opacity: 0.3;
  cursor: not-allowed;
}
.date-picker__calendar__year--selected[data-v-f519f675] {
  color: #1a1a1a;
  font-weight: 600;
}
.date-picker__calendar__year--selected[data-v-f519f675]:not([disabled]):hover {
  color: #1a1a1a;
}
.date-picker__calendar__year--selected[data-v-f519f675]:not([disabled]):focus {
  color: #1a1a1a;
}
footer p[data-v-f519f675], footer h1[data-v-f519f675], footer h2[data-v-f519f675], footer h3[data-v-f519f675], footer h4[data-v-f519f675], footer h5[data-v-f519f675], footer h6[data-v-f519f675] {
  margin: 0;
}
footer .h1[data-v-f519f675], footer .h2[data-v-f519f675], footer .h3[data-v-f519f675], footer .h4[data-v-f519f675], footer .h5[data-v-f519f675], footer .h6[data-v-f519f675] {
  margin: 0;
}
footer .footer[data-v-f519f675] {
  border-top: 1px solid #747474;
  background-color: white;
  padding-top: calc(24px - 1px);
  padding-bottom: 16px;
  margin-top: 8rem;
  color: #1a1a1a;
}
@media (min-width: 768px) {
footer .footer[data-v-f519f675] {
    padding-bottom: calc(56px + 16px);
}
}
footer .footer p[data-v-f519f675], footer .footer h1[data-v-f519f675], footer .footer h2[data-v-f519f675], footer .footer h3[data-v-f519f675], footer .footer h4[data-v-f519f675], footer .footer h5[data-v-f519f675], footer .footer h6[data-v-f519f675], footer .footer .h1[data-v-f519f675], footer .footer .h2[data-v-f519f675], footer .footer .h3[data-v-f519f675], footer .footer .h4[data-v-f519f675], footer .footer .h5[data-v-f519f675], footer .footer .h6[data-v-f519f675] {
  color: #1a1a1a;
}
footer .footer .function-link[data-v-f519f675], footer .footer button.accordion-bulk-button[data-v-f519f675] {
  color: #1a1a1a;
}
footer .footer .function-link[data-v-f519f675]:hover, footer .footer button.accordion-bulk-button[data-v-f519f675]:hover, footer .footer .function-link[data-v-f519f675]:focus, footer .footer button.accordion-bulk-button[data-v-f519f675]:focus, footer .footer .function-link[data-v-f519f675]:visited, footer .footer button.accordion-bulk-button[data-v-f519f675]:visited {
  color: #1a1a1a;
}
footer .footer .footer-col[data-v-f519f675]:not(:first-child) {
  margin-top: 24px;
}
@media (min-width: 768px) {
footer .footer .footer-col[data-v-f519f675]:not(:first-child) {
    margin-top: 0;
}
}
footer .footer .logo[data-v-f519f675] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAABkCAIAAABM5OhcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+VJREFUeNrsnVFr4kAURu0qKAoVCi0ILSgUWuiDb/7/P1FQEFpooKAgtBDpQgv7kY+dHZIY89CHdXrOg0yTOxPWOdy5MxH2LM/zDsB384uvABALEAsQCwCxALEAsQAQCxALEAsAsQCxALEAEAsQCxALALEAsQCxABALEAsQCwCxALEAsQAQCxALEAsAsQCxALEAEAsQCxALALEAsQCxABALEAvSpZf2P+/9/X25XPb7/fl83hy52Wx2u93vAsWPRqOrq6vz8/PmwdUlz3N1+fz87BdcXFyoYzVYYdvtNi/o9XrD4XA8Hl9eXqqNWKeKJr7Zj6enJ8d4mq2XpJFYs9lMujR0KfXSrcFgUDLy+flZ4pZGEK+vr9fX17UiIlYKKU0NqXBzc6NEpbbSj7KLZt13Hx4e4rwiRSSKGgpWylHiCeYpG6mLslH8CI2gixphMpmEFKXIl5cXXddQX19fuoVY6SCB1uu1GsoZ0+n035dSSCDVVquVkpDm/vb2NohoqxQgEUsDjgriK7ZHA97d3cW31L6/v3cmU4yeVepI8X7CZFnm2ii2Kp57rVNquJDyRa2AFrFqVe0SrLSnhsap9UbPdbZzGGIlgoyxJYcCdMsrlyNd3euKhWs5vuKbH+FIKY5YiVRXnkvt4xrCfNcZy6Jo2Wq5lXt7e3P80fHFfr9HrEQKLKeT6qYvxne9AfRn+2KoTbzGt6YfHx8U7+mcQbRcgBx86P92dIUe/ux2uyrMjx5zlBTX3hCxUkDT3/l7BHUU5y191rqii3ZOo8Wmlv48OAdFWHPiRKyTYTAYOFv4qP1QmI2Jxaq6FQ4jFPz4+BiuD4dDZbLmvOVT+/aKU2P974RjTJfYDTW+PsfjcaiWXMK3oU182Dk21/iIdTq5utfzjqzhDGmz2cQ7Rx8N6ErLYyf3UnzpfU7pEUd3poh1YvhFis/WaxfBLMvsU1gKbYCq9TZ5SxnL8RqntvDXc30wlt4rnR8tlibeB+hKG8vlMsy9c9JqtVJDMfG5vNpe4NYF4TAs3jzG+GxdMRpNY4ZgPUtPdLoK5+8pcXZoC50G4R1zFdU0PhTQ7PrdTnUfp3yjWS+V1QpQfMPqJhaLRRxvBau7RTU0fnrrYIdfN3il09Rut1tV8T7+9rtkXawtqG2DFi+thuoS9onq4h9ylURRvAyWWHLRP97qdrvJ/x4r8YwF1FiAWACIBYgFiAWAWIBYgFgAiAWIBYgFgFiAWIBYAIgFiAWIBYBYgFiAWACIBYgFiAWAWIBYgFgAiAWIBYgFgFiAWIBYAIgFiAWIBYjFVwCIBYgFiAWAWIBYgFgA38sfAQYANSgkfdmnfu4AAAAASUVORK5CYII=");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  height: auto;
  max-height: 100%;
  max-width: 150px;
}
footer .footer ul[data-v-f519f675]:not(:last-child) {
  margin-bottom: 24px;
}
footer .footer ul.footer-links li[data-v-f519f675] {
  margin-top: 8px;
}
@media (min-width: 768px) {
footer .footer .inline-list > li[data-v-f519f675]:not(:last-child):after {
    content: "·" !important;
    margin-left: 8px;
    margin-right: 8px;
}
}
footer .footer-theme[data-v-f519f675] {
  padding-top: 16px;
  padding-bottom: 8px;
}
.header[data-v-f519f675] {
  width: 100%;
}
.header .logo[data-v-f519f675] {
  background-image: url("/assets/img/logo_virk-BVEnKfLm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  display: inline-block;
  height: 60px;
  width: 200px;
  max-width: 60%;
}
.header .button[data-v-f519f675] {
  width: 100%;
}
@media (min-width: 992px) {
.header .button[data-v-f519f675] {
    width: auto;
}
}
.header h1[data-v-f519f675], .header h2[data-v-f519f675], .header h3[data-v-f519f675], .header h4[data-v-f519f675], .header h5[data-v-f519f675], .header h6[data-v-f519f675], .header p[data-v-f519f675] {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
.header .form-select[data-v-f519f675], .header .form-input[data-v-f519f675] {
    margin-top: 0;
    margin-bottom: 0;
}
.header .form-select[data-v-f519f675], .header .form-input[data-v-f519f675] {
    width: auto;
}
}
.header .button-menu-open[data-v-f519f675] {
  width: auto;
  white-space: nowrap;
}
@media (min-width: 992px) {
.header .button-menu-open[data-v-f519f675] {
    display: none;
}
}
.header .button-menu-close[data-v-f519f675] {
  width: unset;
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-right: 16px;
  margin-top: 0px;
  margin-bottom: 0;
}
.header .button-menu-close .icon-svg[data-v-f519f675] {
  margin: 0 8px 0 0;
}
.header .button-menu-close span[data-v-f519f675] {
  position: relative;
  top: 1px;
}
@media (min-width: 992px) {
.header .button-menu-close[data-v-f519f675] {
    display: none;
}
}
.header .portal-header[data-v-f519f675] {
  background-color: white;
  border-bottom: 1px solid #BFBFBF;
  width: 100%;
}
.header .portal-header.portal-header-compact[data-v-f519f675] {
  font-size: 1.4rem;
  line-height: 2rem;
}
.header .portal-header.portal-header-compact p[data-v-f519f675] {
  font-size: 1.4rem;
  line-height: 2rem;
}
.header .portal-header.portal-header-compact .portal-info .user[data-v-f519f675] {
  max-width: none;
}
.header .portal-header.portal-header-compact .portal-header-inner[data-v-f519f675] {
  padding-top: 4px;
  padding-bottom: calc(4px - 1px);
}
.header .portal-header.portal-header-compact .logo[data-v-f519f675] {
  max-height: 24px;
  width: 3.8rem;
  margin-top: 8px;
  margin-bottom: 8px;
}
.header .portal-header .portal-header-inner[data-v-f519f675] {
  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[data-v-f519f675] {
    flex-direction: row;
}
}
.header .portal-header .portal-info[data-v-f519f675] {
  display: none;
}
@media (min-width: 992px) {
.header .portal-header .portal-info[data-v-f519f675] {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.header .portal-header .portal-info[data-v-f519f675] > * {
    margin-left: 16px;
}
}
.header .portal-header .portal-info .user[data-v-f519f675] {
  text-align: right;
  max-width: 500px;
}
.header .portal-header .portal-info .button[data-v-f519f675] {
  white-space: nowrap;
}
.header .solution-header[data-v-f519f675] {
  border-bottom: 1px solid #747474;
  background-color: white;
}
@media (min-width: 992px) {
.header .solution-header[data-v-f519f675] {
    border-bottom: 1px solid #BFBFBF;
}
}
.header .solution-header[data-v-f519f675] {
  width: 100%;
}
.header .solution-header.header-end[data-v-f519f675] {
  border-bottom: 1px solid #747474;
}
.header .solution-header .solution-header-inner[data-v-f519f675] {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-top: calc(16px - 1px);
  padding-bottom: calc(16px - 1px);
}
.header .solution-header .solution-heading a[data-v-f519f675], .header .solution-header .solution-heading h1[data-v-f519f675], .header .solution-header .solution-heading .g1[data-v-f519f675] {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 768px) {
.header .solution-header .solution-heading a[data-v-f519f675], .header .solution-header .solution-heading h1[data-v-f519f675], .header .solution-header .solution-heading .g1[data-v-f519f675] {
    font-size: 2.8rem;
    line-height: 3.2rem;
}
}
.header .solution-header .solution-heading p[data-v-f519f675], .header .solution-header .solution-heading h2[data-v-f519f675], .header .solution-header .solution-heading h3[data-v-f519f675], .header .solution-header .solution-heading h4[data-v-f519f675], .header .solution-header .solution-heading h5[data-v-f519f675], .header .solution-header .solution-heading .h2[data-v-f519f675], .header .solution-header .solution-heading .h3[data-v-f519f675], .header .solution-header .solution-heading .h4[data-v-f519f675], .header .solution-header .solution-heading .h5[data-v-f519f675] {
  color: #1a1a1a;
}
.header .solution-header .solution-heading .function-link[data-v-f519f675], .header .solution-header .solution-heading button.accordion-bulk-button[data-v-f519f675] {
  color: #1a1a1a;
}
.header .solution-header .solution-heading .function-link[data-v-f519f675]:hover, .header .solution-header .solution-heading button.accordion-bulk-button[data-v-f519f675]:hover, .header .solution-header .solution-heading .function-link[data-v-f519f675]:focus, .header .solution-header .solution-heading button.accordion-bulk-button[data-v-f519f675]:focus, .header .solution-header .solution-heading .function-link[data-v-f519f675]:visited, .header .solution-header .solution-heading button.accordion-bulk-button[data-v-f519f675]:visited {
  color: #1a1a1a;
}
.header .solution-header .solution-info[data-v-f519f675] {
  display: none;
}
@media (min-width: 992px) {
.header .solution-header .solution-info[data-v-f519f675] {
    margin-left: auto;
    text-align: right;
    max-width: 60%;
    display: block;
}
}
.header .authority-name[data-v-f519f675] {
  color: #454545;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 0;
  margin-bottom: 0;
}
.header .button-contact[data-v-f519f675] {
  display: inline-flex;
}
.header .button-contact .icon-svg[data-v-f519f675] {
  position: relative;
  top: -1px;
}
.header .portal-info-mobile[data-v-f519f675] {
  padding: 24px 16px;
  border-bottom: 1px solid #BFBFBF;
  text-align: left;
}
.header .portal-info-mobile p[data-v-f519f675] {
  margin-bottom: 8px;
}
.header .portal-info-mobile .button-signin[data-v-f519f675], .header .portal-info-mobile .button-signout[data-v-f519f675] {
  margin-top: 8px;
}
@media (min-width: 992px) {
.header .portal-info-mobile[data-v-f519f675] {
    display: none;
}
}
.header .solution-info-mobile[data-v-f519f675] {
  padding: 24px 16px;
}
.header .solution-info-mobile p[data-v-f519f675] {
  margin-bottom: 8px;
  color: #1a1a1a;
}
.header .solution-info-mobile p[data-v-f519f675]:last-child {
  margin-bottom: 0;
}
.header .solution-info-mobile .function-link[data-v-f519f675], .header .solution-info-mobile button.accordion-bulk-button[data-v-f519f675] {
  color: #1a1a1a;
}
.header .solution-info-mobile .function-link[data-v-f519f675]:hover, .header .solution-info-mobile button.accordion-bulk-button[data-v-f519f675]:hover, .header .solution-info-mobile .function-link[data-v-f519f675]:focus, .header .solution-info-mobile button.accordion-bulk-button[data-v-f519f675]:focus, .header .solution-info-mobile .function-link[data-v-f519f675]:visited, .header .solution-info-mobile button.accordion-bulk-button[data-v-f519f675]:visited {
  color: #1a1a1a;
}
@media (min-width: 992px) {
.header .solution-info-mobile[data-v-f519f675] {
    display: none;
}
}
@keyframes slidein-left-f519f675 {
from {
    transform: translateX(85%);
}
to {
    transform: translateX(0);
}
}
.header .nav[data-v-f519f675] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  background-color: white;
  display: none;
  flex-direction: column;
  overflow-y: auto;
  padding: 0;
  padding-top: 16px;
  width: 85%;
  z-index: 9000;
}
@media (min-width: 992px) {
.header .nav[data-v-f519f675] {
    border-left: none;
    display: block;
    overflow-y: visible;
    position: static;
    width: auto;
}
}
@media (min-width: 992px) {
.header .nav[data-v-f519f675] {
    padding: 0;
    width: 100%;
}
}
.header .nav.is-visible[data-v-f519f675] {
  animation: slidein-left-f519f675 0.3s ease-in-out;
  display: block;
}
.header .nav-actions[data-v-f519f675] {
  margin-top: 8px;
  padding: 0 16px;
}
.header .nav-actions[data-v-f519f675]:first-child {
  margin-top: 0;
}
.header .nav-actions > li[data-v-f519f675] {
  margin-top: 8px;
}
.header .nav-actions > li[data-v-f519f675]:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
.header .nav-actions[data-v-f519f675] {
    margin-top: 0;
    margin-left: auto;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-right: -4px;
    padding: 0;
}
.header .nav-actions > li[data-v-f519f675], .header .nav-actions > li[data-v-f519f675]:first-child {
    margin: calc(8px - 2px) 4px;
}
}
@media (max-width: 1199px) {
.header .function-link[data-v-f519f675]:not(.icon-link):not(.button-menu-close):not(.button-menu-open), .header button.accordion-bulk-button[data-v-f519f675]:not(.icon-link):not(.button-menu-close):not(.button-menu-open) {
    display: block;
    margin-top: 8px;
}
.header .function-link:not(.icon-link):not(.button-menu-close):not(.button-menu-open) .icon-svg[data-v-f519f675], .header button.accordion-bulk-button:not(.icon-link):not(.button-menu-close):not(.button-menu-open) .icon-svg[data-v-f519f675] {
    float: left;
    margin-left: 0;
    margin-right: 4px;
}
}
@media (min-width: 992px) {
.header .function-link + .function-link[data-v-f519f675], .header button.accordion-bulk-button + .function-link[data-v-f519f675], .header .function-link + button.accordion-bulk-button[data-v-f519f675], .header button.accordion-bulk-button + button.accordion-bulk-button[data-v-f519f675] {
    margin-left: 16px;
}
}
.overlay[data-v-f519f675] {
  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[data-v-f519f675] {
  opacity: 0.75;
  visibility: visible;
}
body.modal-open[data-v-f519f675] {
  overflow: hidden;
}
.modal-backdrop[data-v-f519f675] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8888;
  padding: 16px;
}
.fds-modal[data-v-f519f675] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 16px;
}
.fds-modal[aria-hidden=false][data-v-f519f675] {
  display: flex;
}
.fds-modal .modal-content[data-v-f519f675] {
  align-self: center;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 100%;
  position: relative;
  margin: 24px auto 24px;
}
.fds-modal .modal-header[data-v-f519f675] {
  padding: 16px 24px 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-f519f675] {
    padding: 40px 40px 8px 40px;
}
}
.fds-modal .modal-header[data-v-f519f675] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-f519f675] {
    padding-right: 48px;
}
}
.fds-modal .modal-header h1[data-v-f519f675], .fds-modal .modal-header h2[data-v-f519f675], .fds-modal .modal-header h3[data-v-f519f675], .fds-modal .modal-header h4[data-v-f519f675], .fds-modal .modal-header h5[data-v-f519f675], .fds-modal .modal-header h6[data-v-f519f675], .fds-modal .modal-header .h1[data-v-f519f675], .fds-modal .modal-header .h2[data-v-f519f675], .fds-modal .modal-header .h3[data-v-f519f675], .fds-modal .modal-header .h4[data-v-f519f675], .fds-modal .modal-header .h5[data-v-f519f675], .fds-modal .modal-header .h6[data-v-f519f675] {
  color: #1a1a1a;
}
.fds-modal .modal-title[data-v-f519f675] {
  margin: 24px 48px 8px 0;
}
@media (min-width: 768px) {
.fds-modal .modal-title[data-v-f519f675] {
    margin: 0 48px 0 0;
}
}
.fds-modal .modal-body[data-v-f519f675] {
  background-color: white;
  color: #1a1a1a;
  padding: 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-body[data-v-f519f675] {
    padding: 8px 40px 8px 40px;
}
}
.fds-modal .modal-body[data-v-f519f675] > *:first-child {
  margin-top: 0;
}
.fds-modal .modal-body p[data-v-f519f675], .fds-modal .modal-body h1[data-v-f519f675], .fds-modal .modal-body h2[data-v-f519f675], .fds-modal .modal-body h3[data-v-f519f675], .fds-modal .modal-body h4[data-v-f519f675], .fds-modal .modal-body h5[data-v-f519f675], .fds-modal .modal-body h6[data-v-f519f675], .fds-modal .modal-body .h1[data-v-f519f675], .fds-modal .modal-body .h2[data-v-f519f675], .fds-modal .modal-body .h3[data-v-f519f675], .fds-modal .modal-body .h4[data-v-f519f675], .fds-modal .modal-body .h5[data-v-f519f675], .fds-modal .modal-body .h6[data-v-f519f675] {
  color: #1a1a1a;
}
.fds-modal .modal-footer[data-v-f519f675] {
  padding: 0px 24px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-footer[data-v-f519f675] {
    padding: 8px 40px 40px 40px;
}
}
.fds-modal .modal-footer[data-v-f519f675] {
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 992px) {
.fds-modal .modal-footer[data-v-f519f675] {
    display: flex;
}
}
.fds-modal .modal-footer .button[data-v-f519f675] {
  margin-top: 8px;
  margin-right: 16px;
}
.fds-modal .modal-footer p[data-v-f519f675], .fds-modal .modal-footer h1[data-v-f519f675], .fds-modal .modal-footer h2[data-v-f519f675], .fds-modal .modal-footer h3[data-v-f519f675], .fds-modal .modal-footer h4[data-v-f519f675], .fds-modal .modal-footer h5[data-v-f519f675], .fds-modal .modal-footer h6[data-v-f519f675], .fds-modal .modal-footer .h1[data-v-f519f675], .fds-modal .modal-footer .h2[data-v-f519f675], .fds-modal .modal-footer .h3[data-v-f519f675], .fds-modal .modal-footer .h4[data-v-f519f675], .fds-modal .modal-footer .h5[data-v-f519f675], .fds-modal .modal-footer .h6[data-v-f519f675] {
  color: #1a1a1a;
}
.fds-modal .modal-close[data-v-f519f675] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: inherit;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-close[data-v-f519f675] {
    top: 24px;
    right: 32px;
}
}
.fds-modal .modal-close[data-v-f519f675]:hover, .fds-modal .modal-close[data-v-f519f675]:visited, .fds-modal .modal-close[data-v-f519f675]:focus {
  color: #1a1a1a;
}
.fds-modal[data-v-f519f675] {
  /**************************\
        Animation Style
    \**************************/
}
@keyframes modalfadeIn-f519f675 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes modalfadeOut-f519f675 {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes modalslideIn-f519f675 {
from {
    transform: translateY(15%);
}
to {
    transform: translateY(0);
}
}
@keyframes modalslideOut-f519f675 {
from {
    transform: translateY(0);
}
to {
    transform: translateY(-10%);
}
}
.fds-modal[aria-hidden=false] .modal-content[data-v-f519f675] {
  animation: modalslideIn-f519f675 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal[aria-hidden=true] .modal-content[data-v-f519f675] {
  animation: modalslideOut-f519f675 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.mobile_nav-active[data-v-f519f675] {
  overflow: hidden;
}
.mobile_nav-active .nav .nav-actions .overflow-menu[data-v-f519f675] {
  width: 100%;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[data-v-f519f675] {
  width: 100%;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-f519f675]:after, .mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-f519f675]:before, .mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[data-v-f519f675]:after, .mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[data-v-f519f675]:before {
  display: none;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner[data-v-f519f675] {
  position: static;
  border: none;
  box-shadow: none;
  min-width: inherit;
  margin-top: 0;
  padding-top: 0px;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner .overflow-list[data-v-f519f675] {
  padding-left: 16px;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner a[data-v-f519f675], .mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner button[data-v-f519f675] {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner a[data-v-f519f675]:hover, .mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner button[data-v-f519f675]:hover {
  background-color: transparent;
}
.navbar[data-v-f519f675] {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 16px;
}
@media (min-width: 992px) {
.navbar[data-v-f519f675] {
    padding: 0;
    flex-direction: row;
}
}
.navbar .helptext[data-v-f519f675] {
  color: #747474;
  font-weight: 400;
}
.navbar .navbar-inner[data-v-f519f675] {
  border-bottom: 1px solid #BFBFBF;
}
@media (min-width: 992px) {
.navbar .navbar-inner[data-v-f519f675] {
    border-bottom: none;
}
}
.navbar-context-actions[data-v-f519f675] {
  padding-bottom: 16px;
}
@media (min-width: 992px) {
.navbar-context-actions[data-v-f519f675] {
    padding-top: 16px;
    padding-bottom: 0;
}
}
.nav-primary[data-v-f519f675] {
  padding-top: 0;
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.nav-primary > li[data-v-f519f675] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.nav-primary > li[data-v-f519f675]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.nav-primary[data-v-f519f675] {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  border-top: 1px solid #BFBFBF;
}
.nav-primary + .nav-actions[data-v-f519f675] {
  border-top: 1px solid #BFBFBF;
  margin-top: 0;
}
@media (min-width: 992px) {
.nav-primary + .nav-actions[data-v-f519f675] {
    border-top: none;
}
}
@media (min-width: 992px) {
.nav-primary[data-v-f519f675] {
    border-top: none;
    flex-direction: row;
    flex-shrink: 0;
    flex-wrap: wrap;
    margin-top: 0;
    margin-left: -12px;
    border-bottom: none;
}
}
.nav-primary ul[data-v-f519f675] {
  margin-left: 16px;
}
@media (min-width: 992px) {
.nav-primary ul[data-v-f519f675] {
    margin-left: 0;
}
}
.nav-primary .nav-link[data-v-f519f675] {
  text-decoration: none;
  color: #1a1a1a;
  background-color: transparent;
  display: block;
  padding: 15px 0 16px;
}
@media (min-width: 992px) {
.nav-primary .nav-link span[data-v-f519f675] {
    display: block;
    border-bottom: 7px solid transparent;
}
}
@media (min-width: 992px) {
.nav-primary .nav-link span[data-v-f519f675] {
    padding-bottom: 9px;
}
}
.nav-primary li[data-v-f519f675] {
  margin-top: 0;
  padding-left: 0px;
  border-bottom: 1px solid #BFBFBF;
}
@media (min-width: 992px) {
.nav-primary li[data-v-f519f675] {
    border-bottom: none;
}
}
.nav-primary li[data-v-f519f675]:last-of-type {
  border-bottom: none;
}
.nav-primary li li li .overflow-menu .buttton-overflow-menu[data-v-f519f675] {
  padding-top: 11px;
  padding-bottom: 12px;
}
.nav-primary li li li .nav-link[data-v-f519f675] {
  padding-top: 11px;
  padding-bottom: 12px;
}
.nav-primary > li > .overflow-menu > button.button-overflow-menu[data-v-f519f675] {
  padding-left: 16px;
}
.nav-primary > li > .overflow-menu > .overflow-menu-inner > .overflow-list[data-v-f519f675] {
  margin-left: 32px;
}
@media (min-width: 992px) {
.nav-primary > li[data-v-f519f675] {
    border-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}
.nav-primary > li > .overflow-menu > button.button-overflow-menu[data-v-f519f675] {
    padding-left: 12px;
}
}
.nav-primary > li > .nav-link[data-v-f519f675] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  white-space: nowrap;
  padding-left: 16px;
}
@media (min-width: 992px) {
.nav-primary > li > .nav-link[data-v-f519f675] {
    padding-bottom: 0px;
    padding-left: 0;
}
}
@media (min-width: 992px) {
.nav-primary > li > .nav-link[data-v-f519f675]:hover {
    background-color: transparent;
    color: #1a1a1a;
}
.nav-primary > li > .nav-link:hover span[data-v-f519f675] {
    border-bottom: 7px solid transparent;
}
}
.nav-primary > li > .nav-link[data-v-f519f675]:focus {
  position: relative;
  z-index: 100;
  background-color: transparent;
  color: #1a1a1a;
}
.nav-primary > li > .nav-link:focus span[data-v-f519f675] {
  border-bottom: 7px solid transparent;
}
@media (min-width: 992px) {
.nav-primary > li > .nav-link[data-v-f519f675], .nav-primary > li > button[data-v-f519f675], .nav-primary > li .button-overflow-menu[data-v-f519f675] {
    padding-left: 12px;
    padding-right: 12px;
}
.nav-primary > li > .nav-link span[data-v-f519f675], .nav-primary > li > button span[data-v-f519f675], .nav-primary > li .button-overflow-menu span[data-v-f519f675] {
    border-bottom: 7px solid transparent;
    padding-bottom: calc(8px + 1px);
}
.nav-primary > li > .nav-link:hover span[data-v-f519f675], .nav-primary > li > button:hover span[data-v-f519f675], .nav-primary > li .button-overflow-menu:hover span[data-v-f519f675] {
    border-bottom: 7px solid transparent;
}
.nav-primary > li > .nav-link:focus span[data-v-f519f675], .nav-primary > li > button:focus span[data-v-f519f675], .nav-primary > li .button-overflow-menu:focus span[data-v-f519f675] {
    border-bottom: 7px solid transparent;
}
}
.nav-primary .active > a[data-v-f519f675], .nav-primary .overflow-menu .overflow-menu-inner .overflow-list > li.active > a[data-v-f519f675] {
  font-weight: 600;
}
@media (min-width: 992px) {
.nav-primary .current > a[data-v-f519f675], .nav-primary .current .button-overflow-menu[data-v-f519f675] {
    background-color: transparent;
    color: #1a1a1a;
}
.nav-primary .current > a span[data-v-f519f675], .nav-primary .current .button-overflow-menu span[data-v-f519f675] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current > a[data-v-f519f675]:hover, .nav-primary .current > a[data-v-f519f675]:focus, .nav-primary .current > a[data-v-f519f675]:hover, .nav-primary .current > a[data-v-f519f675]:visited, .nav-primary .current .button-overflow-menu[data-v-f519f675]:hover, .nav-primary .current .button-overflow-menu[data-v-f519f675]:focus, .nav-primary .current .button-overflow-menu[data-v-f519f675]:hover, .nav-primary .current .button-overflow-menu[data-v-f519f675]:visited {
    background-color: transparent;
    color: #1a1a1a;
}
.nav-primary .current > a:hover span[data-v-f519f675], .nav-primary .current > a:focus span[data-v-f519f675], .nav-primary .current > a:hover span[data-v-f519f675], .nav-primary .current > a:visited span[data-v-f519f675], .nav-primary .current .button-overflow-menu:hover span[data-v-f519f675], .nav-primary .current .button-overflow-menu:focus span[data-v-f519f675], .nav-primary .current .button-overflow-menu:hover span[data-v-f519f675], .nav-primary .current .button-overflow-menu:visited span[data-v-f519f675] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[data-v-f519f675] {
    font-weight: 600;
    color: #1a1a1a;
    background-color: transparent;
}
.nav-primary .current .overflow-menu .button-overflow-menu span[data-v-f519f675] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[data-v-f519f675]:focus, .nav-primary .current .overflow-menu .button-overflow-menu[data-v-f519f675]:active {
    color: #1a1a1a;
    background-color: transparent;
    position: relative;
    z-index: 2;
}
.nav-primary .current .overflow-menu .button-overflow-menu:focus span[data-v-f519f675], .nav-primary .current .overflow-menu .button-overflow-menu:active span[data-v-f519f675] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[data-v-f519f675]:hover {
    color: #1a1a1a;
    background-color: transparent;
}
.nav-primary .current .overflow-menu .button-overflow-menu:hover span[data-v-f519f675] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-f519f675] {
    background-color: #454545;
    color: white;
}
.nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true] span[data-v-f519f675] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-f519f675]:hover, .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-f519f675]:focus, .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-f519f675]:active {
    background-color: #454545;
    color: white;
}
.nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true]:hover span[data-v-f519f675], .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true]:focus span[data-v-f519f675], .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true]:active span[data-v-f519f675] {
    border-bottom: 7px solid #0059b3;
}
}
.nav-primary .current > a[data-v-f519f675], .nav-primary .current > .overflow-menu > .button-overflow-menu[data-v-f519f675] {
  color: #1a1a1a;
}
@media (min-width: 992px) {
.nav-primary .current > a[data-v-f519f675], .nav-primary .current > .overflow-menu > .button-overflow-menu[data-v-f519f675] {
    font-weight: 500;
}
}
.nav-primary[data-v-f519f675] {
  /*region: nav-primary overflow menu */
}
.nav-primary .overflow-menu[data-v-f519f675] {
  display: block;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu[data-v-f519f675] {
    display: inline-block;
}
}
.nav-primary .overflow-menu .button-overflow-menu[data-v-f519f675] {
  color: #1a1a1a;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  padding-top: 15px;
  padding-bottom: 16px;
  padding-left: 0px;
  padding-right: 40px;
  white-space: normal;
  width: 100%;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .button-overflow-menu[data-v-f519f675] {
    padding-bottom: 0;
    width: unset;
    padding-right: 12px;
    padding-left: 12px;
}
}
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-f519f675]:after, .nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-f519f675]:before, .nav-primary .overflow-menu .button-overflow-menu[data-v-f519f675]:after, .nav-primary .overflow-menu .button-overflow-menu[data-v-f519f675]:before {
  display: none;
}
.nav-primary .overflow-menu .button-overflow-menu span[data-v-f519f675] {
  padding-right: 24px;
  display: block;
}
.nav-primary .overflow-menu .button-overflow-menu[data-v-f519f675]:focus, .nav-primary .overflow-menu .button-overflow-menu[data-v-f519f675]:active {
  outline: 4px solid #747474;
  color: #1a1a1a;
  z-index: 2;
  position: relative;
}
.nav-primary .overflow-menu .button-overflow-menu[data-v-f519f675]:hover {
  text-decoration: none;
  color: #1a1a1a;
  background-color: transparent;
}
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=false][data-v-f519f675] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px top 16px;
  background-size: 24px;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=false][data-v-f519f675] {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
}
}
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-f519f675] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px top 16px;
  background-size: 24px;
  background-color: white;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-f519f675] {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'%20fill='%23ffffff'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-color: #454545;
    color: white;
    position: relative;
    z-index: 2;
}
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-f519f675]:before, .nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-f519f675]:after {
    display: none;
}
}
.nav-primary .overflow-menu .overflow-menu-inner[data-v-f519f675] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.nav-primary .overflow-menu .overflow-menu-inner > li[data-v-f519f675] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.nav-primary .overflow-menu .overflow-menu-inner > li[data-v-f519f675]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.nav-primary .overflow-menu .overflow-menu-inner[data-v-f519f675] {
  background-color: white;
  border: none;
  border-top: 1px solid #BFBFBF;
  box-shadow: none;
  color: #1a1a1a;
  font-size: 1.6rem;
  line-height: 2.4rem;
  min-width: inherit;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  width: 100%;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner[data-v-f519f675] {
    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 a[data-v-f519f675] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  display: block;
  text-decoration: none;
}
.nav-primary .overflow-menu .overflow-menu-inner a[data-v-f519f675]:hover, .nav-primary .overflow-menu .overflow-menu-inner a[data-v-f519f675]:visited, .nav-primary .overflow-menu .overflow-menu-inner a[data-v-f519f675]:focus {
  color: #1a1a1a;
  background-color: transparent;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner a[data-v-f519f675]:hover, .nav-primary .overflow-menu .overflow-menu-inner a[data-v-f519f675]:visited, .nav-primary .overflow-menu .overflow-menu-inner a[data-v-f519f675]:focus {
    color: white;
    text-decoration: underline;
}
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner a[data-v-f519f675] {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: white;
    padding: 8px 16px;
}
}
.nav-primary .overflow-menu .overflow-menu-inner button[data-v-f519f675]:not(.button-overflow-menu) {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.nav-primary .overflow-menu .overflow-menu-inner button[data-v-f519f675]:not(.button-overflow-menu):hover, .nav-primary .overflow-menu .overflow-menu-inner button[data-v-f519f675]:not(.button-overflow-menu):focus {
  background-color: transparent;
  color: inherit;
}
.nav-primary[data-v-f519f675] {
  /*endregion*/
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list[data-v-f519f675] {
  list-style-type: none;
  margin-left: 16px;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list[data-v-f519f675] {
    margin-left: 0;
}
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list li[data-v-f519f675]:before {
  display: none;
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list a[data-v-f519f675] {
  text-decoration: none;
  color: #1a1a1a;
  background-color: transparent;
  display: block;
  padding: 15px 0 16px;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list a[data-v-f519f675] {
    background-color: transparent;
    color: white;
    padding: 8px 16px;
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list a[data-v-f519f675]:hover {
    text-decoration: underline;
}
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list[data-v-f519f675], .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list[data-v-f519f675] {
  margin-left: 16px;
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li a[data-v-f519f675], .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li a[data-v-f519f675] {
  padding: 11px 0 12px;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li:last-of-type a[data-v-f519f675], .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li:last-of-type a[data-v-f519f675] {
    padding: 8px 0 32px 0;
}
}
.nav-secondary[data-v-f519f675] {
  padding: 0 16px;
}
@media (min-width: 992px) {
.nav-secondary[data-v-f519f675] {
    display: flex;
    align-items: center;
    padding: 0;
}
}
.nav-secondary .nav-actions[data-v-f519f675] {
  padding: 0;
}
.nav-secondary + .nav-actions[data-v-f519f675] {
  padding: 0 16px 16px;
}
@media (min-width: 992px) {
.nav-secondary + .nav-actions[data-v-f519f675] {
    padding: 0 0 0 16px;
}
}
.nav-secondary .nav-secondary-heading[data-v-f519f675] {
  font-weight: 700;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
.nav-secondary .nav-secondary-heading + ul[data-v-f519f675] {
    margin-left: 16px;
}
}
@media (min-width: 992px) {
.navbar-primary[data-v-f519f675] {
    border-bottom: 1px solid #747474;
}
}
.navbar:last-of-type .nav-actions[data-v-f519f675] {
  border-bottom: none;
}
.navbar-inner[data-v-f519f675] {
  display: flex;
  flex-direction: column;
}
.navbar-inner.container[data-v-f519f675] {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
.navbar-inner.container[data-v-f519f675] {
    padding-left: 16px;
    padding-right: 16px;
}
}
@media (min-width: 992px) {
.navbar-inner[data-v-f519f675] {
    flex-direction: row;
    justify-content: space-between;
}
}
.pagination[data-v-f519f675] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
.pagination .pagination__dropdown[data-v-f519f675] {
  display: none;
}
@media (max-width: 767px) {
.pagination .pagination__dropdown[data-v-f519f675] {
    display: inline-flex;
}
}
.pagination .pagination__items[data-v-f519f675] {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
@media (max-width: 767px) {
.pagination .pagination__items[data-v-f519f675] {
    display: none;
}
}
.pagination .button.button-arrow[data-v-f519f675] {
  font-size: 1.6rem;
  appearance: none;
  background-color: transparent;
  border-style: none;
  color: #1a1a1a;
  text-decoration: underline;
  white-space: nowrap;
  width: auto;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.pagination .button.button-arrow.hidden[data-v-f519f675] {
  visibility: hidden;
}
.pagination .button.button-arrow .icon-svg[data-v-f519f675] {
  margin-right: 0;
}
@media (max-width: 767px) {
.pagination .button.button-arrow .pagination-nav-link[data-v-f519f675] {
    display: none;
}
}
@media (min-width: 768px) {
.pagination .button.button-first[data-v-f519f675], .pagination .button.button-last[data-v-f519f675] {
    display: none;
}
}
.pagination .button.button-previous .icon-svg[data-v-f519f675] {
  margin-right: 4px;
}
@media (max-width: 767px) {
.pagination .button.button-previous .icon-svg[data-v-f519f675] {
    margin-right: 0;
}
}
.pagination .button.button-next .icon-svg[data-v-f519f675] {
  margin-left: 4px;
}
@media (max-width: 767px) {
.pagination .button.button-next .icon-svg[data-v-f519f675] {
    margin-left: 0;
}
}
.pagination .pagination-mobile[data-v-f519f675] {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
}
@media (min-width: 768px) {
.pagination .pagination-mobile[data-v-f519f675] {
    display: none;
}
}
.pagination .pagination__items[data-v-f519f675] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.pagination .pagination__items > li[data-v-f519f675] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.pagination .pagination__items > li[data-v-f519f675]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.pagination .pagination__items[data-v-f519f675] {
  width: auto;
}
.pagination .pagination__items .pagination-item[data-v-f519f675] {
  margin-left: 8px;
  margin-right: 8px;
}
.pagination .pagination__items .pagination-item .current-page[data-v-f519f675] {
  appearance: none;
  display: inline-block;
  width: 100%;
  padding: 8px calc(16px - 2px) calc(8px - 2px);
  border-radius: 4px;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2rem;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  user-select: text;
  font-size: 1.8rem;
  color: white;
  background-color: #454545;
  border-color: #454545;
}
.toast-container[data-v-f519f675] {
  position: fixed;
  right: 16px;
  left: 16px;
  top: 16px;
  bottom: auto;
  z-index: 7000;
}
@media (min-width: 768px) {
.toast-container[data-v-f519f675] {
    right: 16px;
    left: auto;
    top: 48px;
    bottom: auto;
}
}
.toast[data-v-f519f675] {
  width: 100%;
  max-width: 100%;
  background-color: white;
  display: flex;
  transition: opacity 0.15s linear;
  margin-bottom: 16px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}
.toast[data-v-f519f675]:not(.show) {
  opacity: 0;
}
.toast.hide[data-v-f519f675] {
  display: none;
}
@media (min-width: 768px) {
.toast[data-v-f519f675] {
    width: 464px;
}
}
.toast .toast-icon[data-v-f519f675] {
  align-items: center;
  display: flex;
  padding-left: calc(16px + 24px);
  padding-right: 16px;
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center center;
}
.toast .toast-message[data-v-f519f675] {
  padding: 16px;
  position: relative;
  width: 100%;
}
.toast .toast-message .toast-close[data-v-f519f675] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.toast .toast-message .toast-close[data-v-f519f675]:hover, .toast .toast-message .toast-close[data-v-f519f675]:focus {
  background-color: transparent;
  color: inherit;
}
.toast .toast-message .toast-close[data-v-f519f675] {
  position: absolute;
  top: 16px;
  right: 16px;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012%2019%206.41z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.toast .toast-message p[data-v-f519f675] {
  margin: 0px;
  word-break: break-word;
}
.toast .toast-message p[data-v-f519f675]:first-of-type {
  margin-right: 32px;
}
.toast-success[data-v-f519f675] {
  background-color: #eeffe2;
}
.toast-warning[data-v-f519f675] {
  background-color: #ffeecc;
}
.toast-error[data-v-f519f675] {
  background-color: #ffe0e0;
}
.toast-info[data-v-f519f675] {
  background-color: #e2f2fb;
}
.toast-success .toast-icon[data-v-f519f675] {
  background-color: #358000;
}
.toast-warning .toast-icon[data-v-f519f675] {
  background-color: #febb30;
}
.toast-error .toast-icon[data-v-f519f675] {
  background-color: #CC0000;
}
.toast-info .toast-icon[data-v-f519f675] {
  background-color: #1B86C3;
}
.toast-success .toast-icon[data-v-f519f675] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm4.59-12.42L10%2014.17l-2.59-2.58L6%2013l4%204%208-8z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.toast-warning .toast-icon[data-v-f519f675] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%205.99L19.53%2019H4.47L12%205.99M12%202L1%2021h22L12%202zm1%2014h-2v2h2v-2zm0-6h-2v4h2v-4z'/%3e%3c/svg%3e");
}
.toast-error .toast-icon[data-v-f519f675] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.59%208L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208zM12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.toast-info .toast-icon[data-v-f519f675] {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.1.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20enable-background='new%200%200%2024%2024'%20xml:space='preserve'%3e%3cg%20id='Bounding_Boxes'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_3'%20display='none'%3e%3c/g%3e%3cpath%20fill='none'%20d='M0,0h24v24H0V0z'/%3e%3c/g%3e%3cg%20id='Rounded'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_5'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,17L12,17c-0.55,0-1-0.45-1-1v-4%20c0-0.55,0.45-1,1-1h0c0.55,0,1,0.45,1,1v4C13,16.55,12.55,17,12,17z%20M13,9h-2V7h2V9z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Sharp'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_4'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M13,17h-2v-6h2V17z%20M13,9h-2V7h2V9z'%20/%3e%3c/g%3e%3c/g%3e%3cg%20id='Outline'%20fill='%23ffffff'%3e%3cg%20id='ui_x5F_spec_x5F_header'%20display='none'%3e%3c/g%3e%3cg%3e%3crect%20x='11'%20y='7'%20width='2'%20height='2'/%3e%3crect%20x='11'%20y='11'%20width='2'%20height='6'/%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20c0-4.41,3.59-8,8-8s8,3.59,8,8C20,16.41,16.41,20,12,20z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Duotone'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_2'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20opacity='0.3'%20d='M12,4c-4.41,0-8,3.59-8,8c0,4.41,3.59,8,8,8s8-3.59,8-8C20,7.59,16.41,4,12,4z%20M13,17h-2v-6h2V17z%20M13,9h-2%20V7h2V9z'/%3e%3crect%20x='11'%20y='7'%20width='2'%20height='2'/%3e%3crect%20x='11'%20y='11'%20width='2'%20height='6'/%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20c0-4.41,3.59-8,8-8s8,3.59,8,8C20,16.41,16.41,20,12,20z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Material'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M13,17h-2v-6h2V17z%20M13,9h-2V7h2V9z'%20/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.search[data-v-f519f675] {
  display: flex;
}
.search .form-input[data-v-f519f675] {
  background-color: white;
  margin-top: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search .form-input[data-v-f519f675]:focus {
  z-index: 1;
}
.search .button-search[data-v-f519f675] {
  background-color: white;
  border: 1px solid #747474;
  border-left: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  color: #1a1a1a;
  font-weight: 400;
  width: inherit;
}
.search .button-search[data-v-f519f675]:hover {
  background-color: #DCDCDC;
}
input[type=search][data-v-f519f675] { /* stylelint-disable-line selector-no-qualifying-type */
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}
.sidenav-list[data-v-f519f675] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.sidenav-list > li[data-v-f519f675] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.sidenav-list > li[data-v-f519f675]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.sidenav-list ul[data-v-f519f675] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.sidenav-list ul > li[data-v-f519f675] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.sidenav-list ul > li[data-v-f519f675]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.sidenav-list[data-v-f519f675] {
  border-bottom: 1px solid #BFBFBF;
  border-top: 1px solid #BFBFBF;
}
.sidenav-list a[data-v-f519f675] {
  display: block;
  border: none;
  color: #1a1a1a;
  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[data-v-f519f675]:focus {
  outline-offset: 0;
  position: relative;
  z-index: 1;
}
.sidenav-list > li.current > a[data-v-f519f675], .sidenav-list > li.current > ul > li > a[data-v-f519f675] {
  padding-left: calc(16px - 4px);
}
.sidenav-list li[data-v-f519f675]:hover {
  background-color: #F5F5F5;
}
.sidenav-list li a[data-v-f519f675]:hover {
  text-decoration: none;
  color: #1a1a1a;
}
.sidenav-list li.sidenav-error[data-v-f519f675] {
  background-color: #ffe0e0;
}
.sidenav-list li.sidenav-error.current[data-v-f519f675] {
  background-color: #ffe0e0;
}
.sidenav-list li.sidenav-error[data-v-f519f675]:hover {
  background-color: #ffe0e0;
}
.sidenav-list li.sidenav-error .sidenav-information[data-v-f519f675] {
  color: #454545;
  font-weight: 400;
}
.sidenav-list li a[data-v-f519f675] {
  display: flex;
  flex-wrap: nowrap;
}
.sidenav-list li a ul[data-v-f519f675] {
  width: 100%;
}
.sidenav-list li a .sidenav-icon-before[data-v-f519f675] {
  line-height: 23px;
  text-align: left;
}
.sidenav-list li a .sidenav-icon[data-v-f519f675] {
  margin-left: auto;
  width: 22px;
  height: 22px;
  line-height: 23px;
  text-align: center;
  float: right;
}
.sidenav-list li a[data-v-f519f675] {
  /* 'sidenav-title' used before 9.0.0 to style title text in stepguide - to be removed at some point as breaking change */
}
.sidenav-list li a .sidenav-title[data-v-f519f675] {
  margin-left: 4px;
  white-space: pre-line;
}
.sidenav-list li a .sidenav-number[data-v-f519f675] {
  margin-right: 4px;
}
.sidenav-list li a .sidenav-information[data-v-f519f675] {
  color: #747474;
  margin: 0;
  display: block;
  width: 100%;
}
.sidenav-list li a[data-v-f519f675]:focus {
  background-color: transparent;
}
.sidenav-list li.current > a[data-v-f519f675] {
  font-weight: 500;
}
.sidenav-list li.current .sidenav-information[data-v-f519f675] {
  color: #454545;
  font-weight: 400;
}
.sidenav-list li.active > a[data-v-f519f675] {
  color: #1a1a1a;
  font-weight: 500;
}
.sidenav-list > li > ul > li > ul > li > a[data-v-f519f675] {
  padding-left: 24px;
}
.sidenav-list > li > ul > li > ul > li > ul > li > a[data-v-f519f675] {
  padding-left: 32px;
}
.sidenav-list > li > ul > li > ul > li > ul > li > ul > li > a[data-v-f519f675] {
  padding-left: 40px;
}
.sidenav-list > li > ul > li > ul > li > ul > li > ul > li > ul > li > a[data-v-f519f675] {
  padding-left: 48px;
}
.sidenav-list > li.has-anchor-links > ul > li > a[data-v-f519f675] {
  padding-left: calc(8px * 4);
}
.sidenav-list > li:not(.has-anchor-links) > ul > li.has-anchor-links > ul > li > a[data-v-f519f675] {
  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[data-v-f519f675] {
  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[data-v-f519f675] {
  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[data-v-f519f675] {
  padding-left: calc(8px * 7);
}
.sidenav-list > li[data-v-f519f675] {
  background-color: transparent;
  font-size: 1.6rem;
  border-top: 1px solid #BFBFBF;
}
.sidenav-list > li.active > a[data-v-f519f675] {
  color: #1a1a1a;
}
.sidenav-list > li.current[data-v-f519f675] {
  border-left: 4px solid #0059b3;
  background-color: #f6fbff;
}
.sidenav-list > li[data-v-f519f675]:first-child {
  border-top: none;
}
.sidenav-list > li:last-child a[data-v-f519f675] {
  padding-bottom: calc(8px - 1px);
}
.sidenav-list > li li[data-v-f519f675] {
  border-top: 1px solid #DCDCDC;
  font-size: 1.4rem;
}
.sidenav-list li.disabled[data-v-f519f675] {
  cursor: not-allowed;
}
.sidenav-list li.disabled a[data-v-f519f675] {
  cursor: not-allowed;
  color: #454545;
}
.sidenav-list li.disabled a[data-v-f519f675]:hover {
  background-color: transparent;
  text-decoration: none;
  color: #454545;
  cursor: not-allowed;
}
.sidenav-list li.disabled.active[data-v-f519f675], .sidenav-list li.disabled.active a[data-v-f519f675] {
  color: #1a1a1a;
  background-color: transparent;
}
.sidenav-list li.disabled[data-v-f519f675]:hover, .sidenav-list li.disabled.active a[data-v-f519f675]:hover {
  color: #1a1a1a;
  background-color: white;
}
.sidenav-list li.disabled.sidenav-error[data-v-f519f675] {
  background-color: #ffe0e0;
}
.sidenav-list li.disabled.sidenav-error.active a[data-v-f519f675]:hover {
  background-color: #ffe0e0;
}
.sidenav-sub_list[data-v-f519f675] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.sidenav-sub_list > li[data-v-f519f675] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.sidenav-sub_list > li[data-v-f519f675]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.sidenav-sub_list[data-v-f519f675] {
  margin: 0;
  width: 100%;
}
.sidenav-sub_list li[data-v-f519f675] {
  border: none;
}
.sidenav-sub_list li:last-child a[data-v-f519f675] {
  padding-bottom: 8px;
}
.sidenav-sub_list a[data-v-f519f675] {
  padding-top: 8px;
  line-height: 2.4rem;
}
.sidenav-sub_list li:not(.has-anchor-links) .sidenav-sub_list a[data-v-f519f675]:focus {
  outline-offset: 0;
}
.sidebar-col[data-v-f519f675] {
  max-width: 300px;
}
.language-switcher[data-v-f519f675] {
  border-top: 1px solid #DCDCDC;
  background-color: white;
  padding-top: 24px;
}
@media (min-width: 768px) {
.language-switcher[data-v-f519f675] {
    margin-top: -24px;
    padding-top: 16px;
}
}
.language-switcher ul[data-v-f519f675] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.language-switcher ul > li[data-v-f519f675] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.language-switcher ul > li[data-v-f519f675]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.language-switcher ul[data-v-f519f675] {
  max-width: none !important;
}
.language-switcher ul > li[data-v-f519f675] {
  margin-bottom: 12px;
  padding-left: 32px;
}
@media (min-width: 768px) {
.language-switcher ul > li[data-v-f519f675] {
    display: inline-block;
    padding-left: 0;
}
.language-switcher ul > li[data-v-f519f675]::after {
    display: inline-block;
    content: "|";
    margin-left: calc(16px - 1px);
    margin-right: 16px;
}
.language-switcher ul > li[data-v-f519f675]:last-of-type::after {
    content: "";
}
}
.language-switcher ul > li a[data-v-f519f675], .language-switcher ul > li a[data-v-f519f675]:hover, .language-switcher ul > li a[data-v-f519f675]:visited, .language-switcher ul > li a[data-v-f519f675]:active, .language-switcher ul > li a[data-v-f519f675]:focus {
  color: #1a1a1a;
  display: inline-block;
}
.language-switcher ul > li a svg[data-v-f519f675], .language-switcher ul > li a:hover svg[data-v-f519f675], .language-switcher ul > li a:visited svg[data-v-f519f675], .language-switcher ul > li a:active svg[data-v-f519f675], .language-switcher ul > li a:focus svg[data-v-f519f675] {
  margin-top: -4px;
  margin-right: 8px;
  display: inline-block;
}
.language-switcher ul > li[data-v-f519f675]:first-of-type {
  padding-left: 0px;
}
.language-switcher ul > li:first-of-type a[data-v-f519f675], .language-switcher ul > li:first-of-type a[data-v-f519f675]:hover, .language-switcher ul > li:first-of-type a[data-v-f519f675]:visited, .language-switcher ul > li:first-of-type a[data-v-f519f675]:active, .language-switcher ul > li:first-of-type a[data-v-f519f675]:focus {
  padding-left: 0;
  font-weight: 600;
  color: #454545;
  text-decoration: none;
  border-left: 0;
}
.language-switcher ul > li:last-of-type a[data-v-f519f675], .language-switcher ul > li:last-of-type a[data-v-f519f675]:hover, .language-switcher ul > li:last-of-type a[data-v-f519f675]:visited, .language-switcher ul > li:last-of-type a[data-v-f519f675]:active, .language-switcher ul > li:last-of-type a[data-v-f519f675]:focus {
  padding-right: 0;
}
a.skipnav[data-v-f519f675] {
  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;
}
a.skipnav[data-v-f519f675]:focus {
  outline: 4px solid #747474;
  background-color: white;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out;
  padding: 1rem 8px;
  margin-top: calc(16px - 1px);
  margin-left: 8px;
}
#main-content[data-v-f519f675]:focus {
  outline: 4px solid #747474;
}
.card[data-v-f519f675] {
  position: relative;
  border-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #747474;
  overflow: hidden;
  background: white;
}
.card-small[data-v-f519f675] > :last-of-type {
  padding-bottom: 24px;
}
.card-medium[data-v-f519f675] > :last-of-type {
  padding-bottom: 24px;
}
.card-large[data-v-f519f675] > :last-of-type {
  padding-bottom: 24px;
}
.card-align-height[data-v-f519f675] {
  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[data-v-f519f675] > * {
  width: 100%;
}
.card-align-height .card-footer[data-v-f519f675] {
  margin-top: auto;
}
.card p[data-v-f519f675] {
  max-width: 60ch;
  margin-top: 16px;
  margin-bottom: 0;
}
.card p[data-v-f519f675]:first-child {
  margin-top: 0;
}
.card h1[data-v-f519f675], .card .h1[data-v-f519f675],
.card h2[data-v-f519f675], .card .h2[data-v-f519f675],
.card h3[data-v-f519f675], .card .h3[data-v-f519f675],
.card h4[data-v-f519f675], .card .h4[data-v-f519f675],
.card h5[data-v-f519f675], .card .h5[data-v-f519f675] {
  margin: 0;
}
.card-header[data-v-f519f675] {
  background-color: white;
  padding: 16px 24px;
}
.card-header .header-title[data-v-f519f675] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}
.card-header .header-title.large-text[data-v-f519f675] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
.card-header .header-title.large-text[data-v-f519f675] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
.card-header .header-title.large-text[data-v-f519f675] {
    font-size: 3.9rem;
}
}
.card-header .header-title.large-text[data-v-f519f675] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
.card-header .header-title.large-text[data-v-f519f675] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
.card-header .header-title.large-text[data-v-f519f675] {
    line-height: 4.8rem;
}
}
.card-header .header-title.large-text[data-v-f519f675] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
.card-header .header-title.large-text[data-v-f519f675] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
.card-header .header-title.large-text[data-v-f519f675] {
    letter-spacing: normal;
}
}
.card-header .header-title.large-text[data-v-f519f675] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
  color: #454545;
}
.card-header .sub-header[data-v-f519f675] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  color: #747474;
}
.card-text[data-v-f519f675] {
  background-color: white;
  padding: 16px 24px;
}
.card-text .text[data-v-f519f675] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 16px;
  color: #454545;
  margin-bottom: 0;
}
.card-content[data-v-f519f675] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  padding: 0;
  color: #454545;
  background-color: white;
}
.card-content ul[data-v-f519f675] {
  margin-bottom: 0;
}
.card-content div[data-v-f519f675]:first-child {
  margin-top: 0;
}
.card-content .content-text[data-v-f519f675] {
  margin-top: 16px;
}
.card-content .content[data-v-f519f675] {
  text-align: center;
}
.card-action[data-v-f519f675] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  padding: 16px 24px;
  color: #454545;
  margin-bottom: 0;
  background-color: white;
}
.card-action div[data-v-f519f675]:first-child {
  margin-top: 0;
}
.card-action[data-v-f519f675]:last-child {
  border-bottom: 0;
}
.card-action .action-buttons button[data-v-f519f675] {
  margin-right: 16px;
  margin-top: 8px;
}
@media (min-width: 768px) {
.card-action .action-buttons button[data-v-f519f675] {
    margin-right: 16px;
    margin-top: 8px;
}
}
@media (min-width: 576px) {
.card-action .action-buttons .button + .button[data-v-f519f675] {
    margin-left: 0px;
}
.card-action .action-buttons .button + .button[data-v-f519f675]:first-child {
    margin-left: 0;
}
}
.card-action .action-links[data-v-f519f675] {
  margin-top: 16px;
}
.card-action .action-links ul[data-v-f519f675] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.card-action .action-links ul > li[data-v-f519f675] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.card-action .action-links ul > li[data-v-f519f675]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.card-action .action-links ul[data-v-f519f675] {
  padding-left: 0;
}
.card-action .action-links ul li[data-v-f519f675] {
  margin-top: 8px !important;
}
.card-action .action-functionlinks[data-v-f519f675] {
  margin-top: 16px;
  text-align: right;
}
.card-action .action-functionlinks .function-link[data-v-f519f675], .card-action .action-functionlinks button.accordion-bulk-button[data-v-f519f675] {
  margin-left: 16px;
}
.card-header + .card-text[data-v-f519f675] {
  padding-top: 0;
}
.card-header + .card-content[data-v-f519f675] {
  padding-top: 0;
}
.card-header + .card-action[data-v-f519f675] {
  padding-top: 0;
}
.card-header + .card-header[data-v-f519f675] {
  padding-top: 0;
}
.card-text + .card-header[data-v-f519f675] {
  padding-top: 0;
}
.card-text + .card-content[data-v-f519f675] {
  padding-top: 0;
}
.card-text + .card-action[data-v-f519f675] {
  padding-top: 0;
}
.card-text + .card-text[data-v-f519f675] {
  padding-top: 0;
}
.card-action + .card-text[data-v-f519f675] {
  padding-top: 0;
}
.card-action + .card-header[data-v-f519f675] {
  padding-top: 0;
}
.card-action + .card-content[data-v-f519f675] {
  padding-top: 0;
}
.card-action + .card-action[data-v-f519f675] {
  padding-top: 0;
}
.card > .list-group:first-child .list-group-item[data-v-f519f675]:first-child {
  border-radius: 0px;
}
.card > .list-group:last-child .list-group-item[data-v-f519f675]:last-child {
  border-radius: 0px;
}
.card-center[data-v-f519f675] {
  text-align: center;
}
.overflow-menu + h1[data-v-f519f675] {
  margin-top: 0;
}
.overflow-menu[data-v-f519f675] {
  display: block;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
.overflow-menu[data-v-f519f675] {
    width: auto;
    display: inline-block;
}
}
.overflow-menu .button-overflow-menu[data-v-f519f675] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.overflow-menu .button-overflow-menu[data-v-f519f675]:hover, .overflow-menu .button-overflow-menu[data-v-f519f675]:focus {
  background-color: transparent;
  color: inherit;
}
.overflow-menu .button-overflow-menu[data-v-f519f675] {
  min-height: 40px;
  min-width: 40px;
  padding: 8px 0;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  position: relative;
  cursor: pointer;
}
.overflow-menu .button-overflow-menu[data-v-f519f675]:hover {
  text-decoration: underline;
}
.overflow-menu .button-overflow-menu[data-v-f519f675]:after, .overflow-menu .button-overflow-menu[data-v-f519f675]:before {
  display: none;
  bottom: 100%;
  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[data-v-f519f675]:after {
  border-bottom-color: white;
  border-width: calc(8px - 1px);
  margin-left: calc((8px - 1px) * -1);
}
.overflow-menu .button-overflow-menu[data-v-f519f675]:before {
  border-bottom-color: #747474;
  border-width: 8px;
  margin-left: calc(8px * -1);
}
.overflow-menu .button-overflow-menu[aria-expanded=true][data-v-f519f675]:after, .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-f519f675]:before {
  display: block;
}
.overflow-menu.overflow-menu--hover-bg .button-overflow-menu[data-v-f519f675] {
  padding: 0;
}
.overflow-menu.overflow-menu--hover-bg .button-overflow-menu[data-v-f519f675]:hover {
  background-color: #F5F5F5;
}
.overflow-menu .overflow-menu-inner[data-v-f519f675] {
  position: absolute;
  width: 100%;
  z-index: 2;
  border: 1px solid #747474;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  background: white;
  padding-top: 8px;
  padding-bottom: 8px;
  top: calc(100% + 8px);
}
@media (min-width: 768px) {
.overflow-menu .overflow-menu-inner[data-v-f519f675] {
    width: auto;
}
}
@media (min-width: 576px) {
.overflow-menu .overflow-menu-inner[data-v-f519f675] {
    min-width: 28rem;
}
}
.overflow-menu .overflow-menu-inner[aria-hidden=true][data-v-f519f675] {
  display: none;
}
.overflow-menu .overflow-list[data-v-f519f675] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.overflow-menu .overflow-list > li[data-v-f519f675] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.overflow-menu .overflow-list > li[data-v-f519f675]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.overflow-menu .overflow-list[data-v-f519f675] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #1a1a1a;
}
.overflow-menu .overflow-list button[data-v-f519f675] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.overflow-menu .overflow-list button[data-v-f519f675]:hover, .overflow-menu .overflow-list button[data-v-f519f675]:focus {
  background-color: transparent;
  color: inherit;
}
.overflow-menu .overflow-list button[data-v-f519f675] {
  line-height: 2.4rem;
  cursor: pointer;
}
.overflow-menu .overflow-list a[data-v-f519f675] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  display: block;
  text-decoration: none;
  line-height: 2.4rem;
}
.overflow-menu .overflow-list a[data-v-f519f675]:hover, .overflow-menu .overflow-list a[data-v-f519f675]:visited, .overflow-menu .overflow-list a[data-v-f519f675]:focus {
  color: #1a1a1a;
}
.overflow-menu .overflow-list button[data-v-f519f675],
.overflow-menu .overflow-list a[data-v-f519f675] {
  padding: 8px 16px;
  width: 100%;
}
.overflow-menu .overflow-list button[data-v-f519f675]:hover,
.overflow-menu .overflow-list a[data-v-f519f675]:hover {
  background-color: #F5F5F5;
}
.overflow-menu:not(.overflow-menu--md-no-responsive):not(.overflow-menu--lg-no-responsive) .sidenav-list[data-v-f519f675] {
  border-top: 0;
  border-bottom: 0;
}
@media (max-width: 767px) {
.overflow-menu.overflow-menu--md-no-responsive .sidenav-list[data-v-f519f675] {
    border-top: 0;
    border-bottom: 0;
}
}
@media (max-width: 991px) {
.overflow-menu.overflow-menu--lg-no-responsive .sidenav-list[data-v-f519f675] {
    border-top: 0;
    border-bottom: 0;
}
}
@media (min-width: 768px) {
.overflow-menu--open-right .overflow-menu-inner[data-v-f519f675] {
    left: calc(50% - 19px);
}
.overflow-menu--open-right .overflow-menu-inner[data-v-f519f675]:after {
    left: 13px;
}
}
.overflow-menu--open-left .overflow-menu-inner[data-v-f519f675] {
  right: calc(50% - 19px);
}
.overflow-menu--open-left .overflow-menu-inner[data-v-f519f675]:after {
  right: 13px;
}
.overflow-menu--open-left .overflow-menu-inner li[data-v-f519f675],
.overflow-menu--open-left .overflow-menu-inner a[data-v-f519f675],
.overflow-menu--open-left .overflow-menu-inner button[data-v-f519f675] {
  text-align: right;
}
.overflow-menu--open-left .overflow-menu-inner li .icon-svg[data-v-f519f675],
.overflow-menu--open-left .overflow-menu-inner a .icon-svg[data-v-f519f675],
.overflow-menu--open-left .overflow-menu-inner button .icon-svg[data-v-f519f675] {
  float: right;
  margin-right: 4px;
}
@media (min-width: 768px) {
.overflow-menu.overflow-menu--md-no-responsive[data-v-f519f675] {
    display: block;
}
.overflow-menu.overflow-menu--md-no-responsive[data-v-f519f675]:before, .overflow-menu.overflow-menu--md-no-responsive[data-v-f519f675]:after {
    display: none;
}
.overflow-menu.overflow-menu--md-no-responsive .button-overflow-menu[data-v-f519f675] {
    display: none;
}
.overflow-menu.overflow-menu--md-no-responsive .overflow-menu-inner[data-v-f519f675] {
    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[data-v-f519f675] {
    display: block;
}
.overflow-menu.overflow-menu--lg-no-responsive[data-v-f519f675]:before, .overflow-menu.overflow-menu--lg-no-responsive[data-v-f519f675]:after {
    display: none;
}
.overflow-menu.overflow-menu--lg-no-responsive .button-overflow-menu[data-v-f519f675] {
    display: none;
}
.overflow-menu.overflow-menu--lg-no-responsive .overflow-menu-inner[data-v-f519f675] {
    display: block !important;
    width: 100%;
    max-width: 100%;
    position: static;
    box-shadow: none;
    border: none;
    min-width: auto;
}
}
.overflow-menu--sort .button-overflow-menu[data-v-f519f675] {
  text-decoration: underline;
  line-height: 2.4rem;
}
.overflow-menu--sort .button-overflow-menu .selected-value[data-v-f519f675] {
  text-decoration: none;
  display: inline-block;
  margin-left: 4px;
  font-weight: 600;
}
.overflow-menu--sort .button-overflow-menu svg[data-v-f519f675] {
  margin-right: 4px;
}
.overflow-menu--sort .overflow-menu-inner .overflow-list li button[aria-current=true][data-v-f519f675] {
  font-weight: 600;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9%2016.2L4.8%2012l-1.4%201.4L9%2019%2021%207l-1.4-1.4L9%2016.2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
}
@media (min-width: 768px) {
.tabnav[data-v-f519f675] {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
}
.tabnav > li[data-v-f519f675] {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}
.tabnav > li[data-v-f519f675]::before {
    content: "" !important;
    padding-right: 0 !important;
}
.tabnav[data-v-f519f675] {
    list-style-type: none;
    padding: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
}
.tabnav > button[data-v-f519f675] {
  max-width: none;
  text-decoration: none;
  margin-top: 8px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
.tabnav > button[data-v-f519f675] {
    border: none;
}
}
.tabnav > button[aria-selected=true][data-v-f519f675] {
  background-color: #DCDCDC;
  border-radius: 3px 3px 0 0;
}
.tabnav > button[aria-selected=false][data-v-f519f675] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 2.4rem;
  border-radius: 3px;
}
.tabnav > button[aria-selected=false][data-v-f519f675]:focus {
  background-color: #F5F5F5;
}
@media (min-width: 768px) {
.tabnav > button[data-v-f519f675] {
    display: inline-block;
    width: auto;
    color: #1a1a1a;
    text-align: center;
    text-decoration: none;
    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 white;
}
.tabnav > button[aria-selected=false][data-v-f519f675] {
    background-color: #F5F5F5;
    background-image: none;
    border-radius: 0px;
}
.tabnav > button[data-v-f519f675]:hover {
    background-color: #DCDCDC;
}
.tabnav > button[data-v-f519f675]:focus {
    outline: none;
}
.tabnav > button:focus span[data-v-f519f675] {
    outline: 4px solid #747474;
}
.tabnav > button[aria-selected=true][data-v-f519f675] {
    background-color: white;
    background-image: none;
    border: 1px solid #747474;
    padding-left: calc(24px - 1px);
    padding-right: calc(24px - 1px);
    border-bottom: 1px solid white;
    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[data-v-f519f675]:not(.sr-only) {
    display: block;
}
}
@media (min-width: 768px) {
.tabnav > button[data-v-f519f675]:last-of-type {
    margin-right: 8px;
}
}
@media (min-width: 768px) {
.tabnav-panel[data-v-f519f675] {
    display: none;
    border: 1px solid #747474;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: calc(16px);
    background-color: transparent;
    position: relative;
    z-index: 300;
}
.tabnav-panel[data-v-f519f675]:focus {
    outline: 4px solid #747474;
    outline-offset: 1px;
}
}
.tabnav-panel[aria-hidden=false][data-v-f519f675] {
  display: block;
  order: 1000;
  width: 100%;
}
.page-navigation[data-v-f519f675] {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
.page-navigation[data-v-f519f675] {
    display: inline-flex;
}
}
.page-navigation .button + .button[data-v-f519f675] {
  margin-top: 8px;
  margin-left: 0;
}
.js-tooltip[data-v-f519f675] {
  display: inline-block;
}
.js-tooltip svg[data-v-f519f675] {
  pointer-events: none;
}
.popover[data-v-f519f675] {
  cursor: pointer;
}
.tooltip-link[data-v-f519f675] {
  border-bottom: 1px dotted #1a1a1a;
  display: inline;
  text-decoration: none;
}
.tooltip-link[data-v-f519f675]:link, .tooltip-link[data-v-f519f675]:active, .tooltip-link[data-v-f519f675]:hover, .tooltip-link[data-v-f519f675]:visited, .tooltip-link[data-v-f519f675]:focus {
  color: #1a1a1a;
}
.tooltip[data-v-f519f675] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  font-size: 1.6rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  background-color: white;
  border: 1px solid #747474;
  border-radius: 4px;
  padding: 0.3rem 0.6rem;
}
.tooltip-popper[data-v-f519f675] {
  position: absolute;
  max-width: 66ch;
}
.tooltip-popper .tooltip-arrow[data-v-f519f675] {
  position: absolute;
}
.tooltip-popper .tooltip-arrow.down[data-v-f519f675] {
  border-top: 8px solid #747474;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  bottom: -7px;
  left: calc(50% - 8px);
}
.tooltip-popper .tooltip-arrow.down[data-v-f519f675]:after {
  content: "";
  border-top: 7px solid white;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  display: block;
  position: absolute;
  bottom: 1px;
  margin-left: -7px;
}
.tooltip-popper .tooltip-arrow.up[data-v-f519f675] {
  border-bottom: 8px solid #747474;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  top: -7px;
  left: calc(50% - 8px);
}
.tooltip-popper .tooltip-arrow.up[data-v-f519f675]:after {
  content: "";
  border-bottom: 7px solid white;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  display: block;
  position: absolute;
  top: 1px;
  margin-left: -7px;
}
@media print {
html[data-v-f519f675] {
    font-family: Georgia, "Times New Roman", Serif;
    font-size: 48%;
}
body[data-v-f519f675] {
    display: block;
    min-height: 0;
}
.page-container[data-v-f519f675] {
    display: block;
}
fieldset[data-v-f519f675] {
    page-break-before: avoid;
    page-break-inside: auto;
    display: block;
    overflow: visible !important;
}
.form-group[data-v-f519f675] {
    page-break-inside: avoid;
}
.form-label[data-v-f519f675] {
    page-break-after: avoid;
}
.header .logo[data-v-f519f675], .header .portal-header .logo[data-v-f519f675] {
    height: auto;
    width: auto;
    background-image: none;
}
.header .portal-header[data-v-f519f675] {
    overflow: hidden;
}
.header .portal-header .portal-header-inner[data-v-f519f675] {
    display: block;
}
.header .portal-header .portal-info[data-v-f519f675] {
    display: block;
    float: right;
}
.header .solution-header .solution-header-inner[data-v-f519f675] {
    display: block;
    overflow: hidden;
}
.header .solution-header .solution-heading[data-v-f519f675] {
    display: inline-block;
}
.header .solution-header .solution-info[data-v-f519f675] {
    display: block;
    float: right;
    margin-left: 0;
    text-align: right;
}
}
@media print and (min-width: 992px) {
.header .solution-header .solution-info[data-v-f519f675] {
    margin-left: 0;
}
}
@media print {
footer .footer[data-v-f519f675] {
    margin-top: 32px;
    padding-bottom: 0;
}
footer .footer .inline-list > li[data-v-f519f675] {
    display: inline-block;
}
footer .footer .inline-list > li + li[data-v-f519f675] {
    margin-left: 16px;
}
.card[data-v-f519f675] {
    box-shadow: none;
}
}
@media print {
body.modal-active > header[data-v-f519f675] {
    display: none;
}
body.modal-active .page-container[data-v-f519f675] {
    display: none;
}
body.modal-active > footer[data-v-f519f675] {
    display: none;
}
body .modal .modal__overlay[data-v-f519f675] {
    display: block;
    position: relative;
    background-color: transparent;
}
body .modal .bg-modal[data-v-f519f675] {
    background-color: transparent !important;
    background: transparent !important;
}
body .modal .modal__header[data-v-f519f675] {
    display: block;
}
}
@media print and (min-width: 992px) {
body .modal .modal__footer[data-v-f519f675] {
    display: block;
}
}
@media print and (max-width: 767px) {
.table.table--responsive-headers[data-v-f519f675]:not(.d-print-table),
  .table.table-sm-responsive-headers[data-v-f519f675]:not(.d-print-table),
  .table.table-md-responsive-headers[data-v-f519f675]:not(.d-print-table),
  .table.table-lg-responsive-headers[data-v-f519f675]:not(.d-print-table),
  .table.table-xl-responsive-headers[data-v-f519f675]:not(.d-print-table) {
    display: block;
}
.table.table--responsive-headers:not(.d-print-table) thead[data-v-f519f675],
  .table.table-sm-responsive-headers:not(.d-print-table) thead[data-v-f519f675],
  .table.table-md-responsive-headers:not(.d-print-table) thead[data-v-f519f675],
  .table.table-lg-responsive-headers:not(.d-print-table) thead[data-v-f519f675],
  .table.table-xl-responsive-headers:not(.d-print-table) thead[data-v-f519f675] {
    display: none;
}
.table.table--responsive-headers:not(.d-print-table) tr[data-v-f519f675],
  .table.table-sm-responsive-headers:not(.d-print-table) tr[data-v-f519f675],
  .table.table-md-responsive-headers:not(.d-print-table) tr[data-v-f519f675],
  .table.table-lg-responsive-headers:not(.d-print-table) tr[data-v-f519f675],
  .table.table-xl-responsive-headers:not(.d-print-table) tr[data-v-f519f675] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table--responsive-headers:not(.d-print-table) tr[data-v-f519f675]:last-child,
  .table.table-sm-responsive-headers:not(.d-print-table) tr[data-v-f519f675]:last-child,
  .table.table-md-responsive-headers:not(.d-print-table) tr[data-v-f519f675]:last-child,
  .table.table-lg-responsive-headers:not(.d-print-table) tr[data-v-f519f675]:last-child,
  .table.table-xl-responsive-headers:not(.d-print-table) tr[data-v-f519f675]:last-child {
    border-bottom: 0;
}
.table.table--responsive-headers:not(.d-print-table) tr td[data-v-f519f675], .table.table--responsive-headers:not(.d-print-table) tr th[data-v-f519f675],
  .table.table-sm-responsive-headers:not(.d-print-table) tr td[data-v-f519f675],
  .table.table-sm-responsive-headers:not(.d-print-table) tr th[data-v-f519f675],
  .table.table-md-responsive-headers:not(.d-print-table) tr td[data-v-f519f675],
  .table.table-md-responsive-headers:not(.d-print-table) tr th[data-v-f519f675],
  .table.table-lg-responsive-headers:not(.d-print-table) tr td[data-v-f519f675],
  .table.table-lg-responsive-headers:not(.d-print-table) tr th[data-v-f519f675],
  .table.table-xl-responsive-headers:not(.d-print-table) tr td[data-v-f519f675],
  .table.table-xl-responsive-headers:not(.d-print-table) tr th[data-v-f519f675] {
    display: block;
    border: none !important;
}
.table.table--responsive-headers:not(.d-print-table) tr td[data-title][data-v-f519f675]:not([data-title=""]):before, .table.table--responsive-headers:not(.d-print-table) tr th[data-title][data-v-f519f675]:not([data-title=""]):before,
  .table.table-sm-responsive-headers:not(.d-print-table) tr td[data-title][data-v-f519f675]:not([data-title=""]):before,
  .table.table-sm-responsive-headers:not(.d-print-table) tr th[data-title][data-v-f519f675]:not([data-title=""]):before,
  .table.table-md-responsive-headers:not(.d-print-table) tr td[data-title][data-v-f519f675]:not([data-title=""]):before,
  .table.table-md-responsive-headers:not(.d-print-table) tr th[data-title][data-v-f519f675]:not([data-title=""]):before,
  .table.table-lg-responsive-headers:not(.d-print-table) tr td[data-title][data-v-f519f675]:not([data-title=""]):before,
  .table.table-lg-responsive-headers:not(.d-print-table) tr th[data-title][data-v-f519f675]:not([data-title=""]):before,
  .table.table-xl-responsive-headers:not(.d-print-table) tr td[data-title][data-v-f519f675]:not([data-title=""]):before,
  .table.table-xl-responsive-headers:not(.d-print-table) tr th[data-title][data-v-f519f675]: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[data-v-f519f675]:first-child,
  .table.table-sm-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-f519f675]:first-child,
  .table.table-md-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-f519f675]:first-child,
  .table.table-lg-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-f519f675]:first-child,
  .table.table-xl-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-f519f675]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table--responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-f519f675]:last-child,
  .table.table-sm-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-f519f675]:last-child,
  .table.table-md-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-f519f675]:last-child,
  .table.table-lg-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-f519f675]:last-child,
  .table.table-xl-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-f519f675]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table--responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-f519f675]:first-child, .table.table--responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-f519f675]:first-child,
  .table.table-sm-responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-f519f675]:first-child,
  .table.table-sm-responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-f519f675]:first-child,
  .table.table-md-responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-f519f675]:first-child,
  .table.table-md-responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-f519f675]:first-child,
  .table.table-lg-responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-f519f675]:first-child,
  .table.table-lg-responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-f519f675]:first-child,
  .table.table-xl-responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-f519f675]:first-child,
  .table.table-xl-responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-f519f675]:first-child {
    padding-left: 16px;
}
}
@media print {
.form-radio.radio-large:checked + label[data-v-f519f675]:after {
    border: 8px solid #1a1a1a;
}
.form-radio:checked + label[data-v-f519f675]:after {
    border: 4px solid #1a1a1a;
}
.form-checkbox:checked + label[data-v-f519f675]:before {
    background-color: transparent;
    border: 10px solid #1a1a1a;
}
.form-checkbox.checkbox-large:checked + label[data-v-f519f675]:before {
    border: 16px solid #1a1a1a;
}
}
.rich-tekst-menu-button[data-v-f519f675] {
  padding-left: 3px;
  padding-right: 3px;
  margin: 1px;
}
.rich-tekst-menu-button.toggled[data-v-f519f675] {
  background-color: #454545;
  color: #ffffff;
}
.rich-tekst-container[data-v-f519f675] {
  background-color: #ffffff;
}
.rich-tekst-content[data-v-f519f675] {
  min-height: 110px;
}
.limit-exceeded[data-v-f519f675] {
  color: #CC0000;
}
input[readonly][type=text][data-v-f519f675],
input[readonly][type=email][data-v-f519f675],
input[readonly][type=tel][data-v-f519f675],
input[readonly][type=number][data-v-f519f675],
textarea[readonly][data-v-f519f675] {
  border: 1px solid #747474;
  background-color: #F5F5F5;
  padding: calc(8px - 1px) calc(16px - 1px);
  margin-top: 8px;
}
.add-newline[data-v-f519f675] {
  white-space: pre-wrap;
}
textarea.rowcount-1[data-v-f519f675] {
  min-height: calc(2.4rem + 16px);
  height: calc(2.4rem + 16px);
}
textarea.rowcount-2[data-v-f519f675] {
  min-height: calc(4.8rem + 16px);
  height: calc(4.8rem + 16px);
}
textarea.rowcount-3[data-v-f519f675] {
  min-height: calc(7.2rem + 16px);
  height: calc(7.2rem + 16px);
}
textarea.rowcount-4[data-v-f519f675] {
  min-height: calc(9.6rem + 16px);
  height: calc(9.6rem + 16px);
}
textarea.rowcount-5[data-v-f519f675] {
  min-height: calc(12rem + 16px);
  height: calc(12rem + 16px);
}
textarea.rowcount-6[data-v-f519f675] {
  min-height: calc(14.4rem + 16px);
  height: calc(14.4rem + 16px);
}
textarea.rowcount-7[data-v-f519f675] {
  min-height: calc(16.8rem + 16px);
  height: calc(16.8rem + 16px);
}
textarea.rowcount-8[data-v-f519f675] {
  min-height: calc(19.2rem + 16px);
  height: calc(19.2rem + 16px);
}
textarea.rowcount-9[data-v-f519f675] {
  min-height: calc(21.6rem + 16px);
  height: calc(21.6rem + 16px);
}
textarea.rowcount-10[data-v-f519f675] {
  min-height: calc(24rem + 16px);
  height: calc(24rem + 16px);
}
textarea.rowcount-11[data-v-f519f675] {
  min-height: calc(26.4rem + 16px);
  height: calc(26.4rem + 16px);
}
textarea.rowcount-12[data-v-f519f675] {
  min-height: calc(28.8rem + 16px);
  height: calc(28.8rem + 16px);
}
textarea.rowcount-13[data-v-f519f675] {
  min-height: calc(31.2rem + 16px);
  height: calc(31.2rem + 16px);
}
textarea.rowcount-14[data-v-f519f675] {
  min-height: calc(33.6rem + 16px);
  height: calc(33.6rem + 16px);
}
textarea.rowcount-15[data-v-f519f675] {
  min-height: calc(36rem + 16px);
  height: calc(36rem + 16px);
}
textarea[data-v-f519f675] {
  min-width: 32rem;
}body[data-v-b33099ca] {
  overflow: scroll;
}
.mobile-view[data-v-b33099ca] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-b33099ca] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-b33099ca] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-b33099ca] {
  font-size: 1.6rem;
}
p[data-v-b33099ca] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-b33099ca] {
  color: #004D99;
}
a[data-v-b33099ca]:hover, a.link-hover[data-v-b33099ca] {
  color: #000040;
}
a[data-v-b33099ca]:hover:disabled,
a:hover .disabled[data-v-b33099ca], a.link-hover[data-v-b33099ca]:disabled,
a.link-hover .disabled[data-v-b33099ca] {
  background-color: transparent !important;
}
a[data-v-b33099ca]:focus, a.link-focus[data-v-b33099ca] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-b33099ca]:visited, a.link-visited[data-v-b33099ca] {
  color: #800080;
}
a[data-v-b33099ca]:disabled, a.disabled[data-v-b33099ca] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-b33099ca]:disabled:focus, a.disabled[data-v-b33099ca]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-b33099ca]:not(.button) {
  color: white;
}
.background-dark a[data-v-b33099ca]:disabled, .background-dark a.disabled[data-v-b33099ca] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-b33099ca]:disabled:focus, .background-dark a.disabled[data-v-b33099ca]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-b33099ca] {
  font-weight: 600;
}
a[data-v-b33099ca]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-b33099ca], .h1[data-v-b33099ca] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-b33099ca], .h1[data-v-b33099ca] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-b33099ca], .h1[data-v-b33099ca] {
    font-size: 3.9rem;
}
}
h1[data-v-b33099ca], .h1[data-v-b33099ca] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-b33099ca], .h1[data-v-b33099ca] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-b33099ca], .h1[data-v-b33099ca] {
    line-height: 4.8rem;
}
}
h1[data-v-b33099ca], .h1[data-v-b33099ca] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-b33099ca], .h1[data-v-b33099ca] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-b33099ca], .h1[data-v-b33099ca] {
    letter-spacing: normal;
}
}
h1[data-v-b33099ca], .h1[data-v-b33099ca] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-b33099ca], .h2[data-v-b33099ca] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-b33099ca], .h2[data-v-b33099ca] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-b33099ca], .h2[data-v-b33099ca] {
    font-size: 3.1rem;
}
}
h2[data-v-b33099ca], .h2[data-v-b33099ca] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-b33099ca], .h2[data-v-b33099ca] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-b33099ca], .h2[data-v-b33099ca] {
    line-height: 4rem;
}
}
h2[data-v-b33099ca], .h2[data-v-b33099ca] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-b33099ca], .h2[data-v-b33099ca] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-b33099ca], .h2[data-v-b33099ca] {
    letter-spacing: normal;
}
}
h2[data-v-b33099ca], .h2[data-v-b33099ca] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-b33099ca], .h3[data-v-b33099ca] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-b33099ca], .h3[data-v-b33099ca] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-b33099ca], .h3[data-v-b33099ca] {
    font-size: 2.5rem;
}
}
h3[data-v-b33099ca], .h3[data-v-b33099ca] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-b33099ca], .h3[data-v-b33099ca] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-b33099ca], .h3[data-v-b33099ca] {
    line-height: 3.2rem;
}
}
h3[data-v-b33099ca], .h3[data-v-b33099ca] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-b33099ca], .h3[data-v-b33099ca] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-b33099ca], .h3[data-v-b33099ca] {
    letter-spacing: normal;
}
}
h3[data-v-b33099ca], .h3[data-v-b33099ca] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-b33099ca], .h4[data-v-b33099ca] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-b33099ca], .h4[data-v-b33099ca] {
    font-size: 2rem;
}
}
h4[data-v-b33099ca], .h4[data-v-b33099ca] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-b33099ca], .h4[data-v-b33099ca] {
    line-height: 2.8rem;
}
}
h4[data-v-b33099ca], .h4[data-v-b33099ca] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-b33099ca], .h4[data-v-b33099ca] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-b33099ca], .h4[data-v-b33099ca] {
    letter-spacing: normal;
}
}
h4[data-v-b33099ca], .h4[data-v-b33099ca] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-b33099ca], .h5[data-v-b33099ca] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-b33099ca], .h5[data-v-b33099ca] {
    font-size: 1.6rem;
}
}
h5[data-v-b33099ca], .h5[data-v-b33099ca] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-b33099ca], .h5[data-v-b33099ca] {
    line-height: 2.4rem;
}
}
h5[data-v-b33099ca], .h5[data-v-b33099ca] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-b33099ca], .h5[data-v-b33099ca] {
    letter-spacing: normal;
}
}
h5[data-v-b33099ca], .h5[data-v-b33099ca] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-b33099ca], .h6[data-v-b33099ca] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-b33099ca], .body-text[data-v-b33099ca], .body-copy-text[data-v-b33099ca] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-b33099ca], .figcaption[data-v-b33099ca] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-b33099ca], .figcaption p[data-v-b33099ca] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-b33099ca] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-b33099ca] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-b33099ca] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-b33099ca], .small-text[data-v-b33099ca] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-b33099ca] {
  font-weight: 400;
}
.weight-semibold[data-v-b33099ca] {
  font-weight: 600;
}
.facit[data-v-b33099ca] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-b33099ca], b[data-v-b33099ca], .bold[data-v-b33099ca] {
  font-weight: 700;
}
.italic[data-v-b33099ca], em[data-v-b33099ca] {
  font-style: italic;
}
.form-label[data-v-b33099ca] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-b33099ca]:focus, .h1[data-v-b33099ca]:focus,
h2[data-v-b33099ca]:focus, .h2[data-v-b33099ca]:focus,
h3[data-v-b33099ca]:focus, .h3[data-v-b33099ca]:focus,
h4[data-v-b33099ca]:focus, .h4[data-v-b33099ca]:focus,
h5[data-v-b33099ca]:focus, .h5[data-v-b33099ca]:focus,
h6[data-v-b33099ca]:focus, .h6[data-v-b33099ca]:focus {
  outline: none;
}
h1[data-v-b33099ca], .h1[data-v-b33099ca] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-b33099ca], .h2[data-v-b33099ca] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-b33099ca], .h2[data-v-b33099ca] {
    margin-top: 4rem;
}
}
h3[data-v-b33099ca], .h3[data-v-b33099ca] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-b33099ca], .h3[data-v-b33099ca] {
    margin-top: 4rem;
}
}
h4[data-v-b33099ca], .h4[data-v-b33099ca] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-b33099ca], .h5[data-v-b33099ca] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-b33099ca], .h6[data-v-b33099ca] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-b33099ca] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-b33099ca], .body-text[data-v-b33099ca] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-b33099ca], h5 + ul[data-v-b33099ca], h5 + ol[data-v-b33099ca], .h5 + p[data-v-b33099ca], .h5 + ul[data-v-b33099ca], .h5 + ol[data-v-b33099ca], h6 + p[data-v-b33099ca], h6 + ul[data-v-b33099ca], h6 + ol[data-v-b33099ca], .h6 + p[data-v-b33099ca], .h6 + ul[data-v-b33099ca], .h6 + ol[data-v-b33099ca] {
  margin-top: 0;
}
button.function-link[data-v-b33099ca] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-b33099ca] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-b33099ca]:hover, .function-link[data-v-b33099ca]:visited, .function-link[data-v-b33099ca]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-b33099ca] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-b33099ca] {
  text-align: right;
}
.back-link[data-v-b33099ca] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-b33099ca] {
    margin-bottom: 32px;
}
}
.back-link[data-v-b33099ca] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-b33099ca]::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[data-v-b33099ca]:active, .back-link[data-v-b33099ca]:focus, .back-link[data-v-b33099ca]:hover, .back-link[data-v-b33099ca]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-b33099ca] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-b33099ca] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-b33099ca], h1 a[data-v-b33099ca]:hover, h1 a[data-v-b33099ca]:visited, h1 a[data-v-b33099ca]:focus, .h1 a[data-v-b33099ca], .h1 a[data-v-b33099ca]:hover, .h1 a[data-v-b33099ca]:visited, .h1 a[data-v-b33099ca]:focus,
h2 a[data-v-b33099ca],
h2 a[data-v-b33099ca]:hover,
h2 a[data-v-b33099ca]:visited,
h2 a[data-v-b33099ca]:focus, .h2 a[data-v-b33099ca], .h2 a[data-v-b33099ca]:hover, .h2 a[data-v-b33099ca]:visited, .h2 a[data-v-b33099ca]:focus,
h3 a[data-v-b33099ca],
h3 a[data-v-b33099ca]:hover,
h3 a[data-v-b33099ca]:visited,
h3 a[data-v-b33099ca]:focus, .h3 a[data-v-b33099ca], .h3 a[data-v-b33099ca]:hover, .h3 a[data-v-b33099ca]:visited, .h3 a[data-v-b33099ca]:focus,
h4 a[data-v-b33099ca],
h4 a[data-v-b33099ca]:hover,
h4 a[data-v-b33099ca]:visited,
h4 a[data-v-b33099ca]:focus, .h4 a[data-v-b33099ca], .h4 a[data-v-b33099ca]:hover, .h4 a[data-v-b33099ca]:visited, .h4 a[data-v-b33099ca]:focus,
h5 a[data-v-b33099ca],
h5 a[data-v-b33099ca]:hover,
h5 a[data-v-b33099ca]:visited,
h5 a[data-v-b33099ca]:focus, .h5 a[data-v-b33099ca], .h5 a[data-v-b33099ca]:hover, .h5 a[data-v-b33099ca]:visited, .h5 a[data-v-b33099ca]:focus,
h6 a[data-v-b33099ca],
h6 a[data-v-b33099ca]:hover,
h6 a[data-v-b33099ca]:visited,
h6 a[data-v-b33099ca]:focus, .h6 a[data-v-b33099ca], .h6 a[data-v-b33099ca]:hover, .h6 a[data-v-b33099ca]:visited, .h6 a[data-v-b33099ca]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-b33099ca], .h1 a.search-link[data-v-b33099ca],
h2 a.search-link[data-v-b33099ca], .h2 a.search-link[data-v-b33099ca],
h3 a.search-link[data-v-b33099ca], .h3 a.search-link[data-v-b33099ca],
h4 a.search-link[data-v-b33099ca], .h4 a.search-link[data-v-b33099ca],
h5 a.search-link[data-v-b33099ca], .h5 a.search-link[data-v-b33099ca],
h6 a.search-link[data-v-b33099ca], .h6 a.search-link[data-v-b33099ca] {
  text-decoration: none;
}
h1 a.search-link[data-v-b33099ca]:visited, .h1 a.search-link[data-v-b33099ca]:visited,
h2 a.search-link[data-v-b33099ca]:visited, .h2 a.search-link[data-v-b33099ca]:visited,
h3 a.search-link[data-v-b33099ca]:visited, .h3 a.search-link[data-v-b33099ca]:visited,
h4 a.search-link[data-v-b33099ca]:visited, .h4 a.search-link[data-v-b33099ca]:visited,
h5 a.search-link[data-v-b33099ca]:visited, .h5 a.search-link[data-v-b33099ca]:visited,
h6 a.search-link[data-v-b33099ca]:visited, .h6 a.search-link[data-v-b33099ca]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-b33099ca]:focus, .h1 a.search-link[data-v-b33099ca]:focus,
h2 a.search-link[data-v-b33099ca]:focus, .h2 a.search-link[data-v-b33099ca]:focus,
h3 a.search-link[data-v-b33099ca]:focus, .h3 a.search-link[data-v-b33099ca]:focus,
h4 a.search-link[data-v-b33099ca]:focus, .h4 a.search-link[data-v-b33099ca]:focus,
h5 a.search-link[data-v-b33099ca]:focus, .h5 a.search-link[data-v-b33099ca]:focus,
h6 a.search-link[data-v-b33099ca]:focus, .h6 a.search-link[data-v-b33099ca]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-b33099ca]:hover, .h1 a.search-link[data-v-b33099ca]:hover,
h2 a.search-link[data-v-b33099ca]:hover, .h2 a.search-link[data-v-b33099ca]:hover,
h3 a.search-link[data-v-b33099ca]:hover, .h3 a.search-link[data-v-b33099ca]:hover,
h4 a.search-link[data-v-b33099ca]:hover, .h4 a.search-link[data-v-b33099ca]:hover,
h5 a.search-link[data-v-b33099ca]:hover, .h5 a.search-link[data-v-b33099ca]:hover,
h6 a.search-link[data-v-b33099ca]:hover, .h6 a.search-link[data-v-b33099ca]:hover {
  text-decoration: underline;
}
cite[data-v-b33099ca],
var[data-v-b33099ca],
address[data-v-b33099ca],
dfn[data-v-b33099ca] {
  font-style: normal;
}
h1[data-v-b33099ca], .h1[data-v-b33099ca],
h2[data-v-b33099ca], .h2[data-v-b33099ca],
h3[data-v-b33099ca], .h3[data-v-b33099ca],
h4[data-v-b33099ca], .h4[data-v-b33099ca],
h5[data-v-b33099ca], .h5[data-v-b33099ca],
h6[data-v-b33099ca], .h6[data-v-b33099ca] {
  max-width: 66ch;
}
p[data-v-b33099ca],
ul[data-v-b33099ca]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-b33099ca]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-b33099ca] {
  max-width: 66ch;
}
.form-label[data-v-b33099ca], .form-hint[data-v-b33099ca], .form-error-message[data-v-b33099ca] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-b33099ca], .form-radio + label[data-v-b33099ca] {
  max-width: 66ch;
}
.displayheading-1[data-v-b33099ca] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-b33099ca] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-b33099ca] {
  color: #358000;
}
.text-negative[data-v-b33099ca] {
  color: #CC0000;
}
.color-text-black[data-v-b33099ca] {
  color: #1a1a1a;
}
.background-dark[data-v-b33099ca] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-b33099ca], .background-dark span[data-v-b33099ca] {
  color: white;
}
.field-group-title[data-v-b33099ca] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-b33099ca] {
  border: 2px solid #1a1a1a;
}
h1[data-v-b33099ca], h2[data-v-b33099ca], h3[data-v-b33099ca], h4[data-v-b33099ca], h5[data-v-b33099ca], h6[data-v-b33099ca], p[data-v-b33099ca], legend[data-v-b33099ca], strong[data-v-b33099ca], b[data-v-b33099ca], cite[data-v-b33099ca], var[data-v-b33099ca], address[data-v-b33099ca], dfn[data-v-b33099ca] {
  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[data-v-b33099ca] {
  text-transform: uppercase;
}
.lowercase[data-v-b33099ca] {
  text-transform: lowercase;
}
.d-inline[data-v-b33099ca] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-b33099ca] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-b33099ca] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-b33099ca] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-b33099ca] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-b33099ca] {
    display: inline !important;
}
}
.flex-grow[data-v-b33099ca] {
  flex-grow: 1;
}
.weight-normal[data-v-b33099ca] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-b33099ca] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-b33099ca] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-b33099ca] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-b33099ca] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-b33099ca] {
    margin-bottom: 0;
}
}
.gray-100[data-v-b33099ca] {
  background-color: #F5F5F5;
}
.highlight[data-v-b33099ca] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-b33099ca] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-b33099ca] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-b33099ca] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-b33099ca] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-b33099ca] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-b33099ca] {
  z-index: 10000;
}
.video-responsive[data-v-b33099ca] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-b33099ca] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-b33099ca]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-b33099ca]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-b33099ca] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-b33099ca] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-b33099ca] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-b33099ca]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-b33099ca]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-b33099ca] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-b33099ca] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-b33099ca] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-b33099ca] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-b33099ca],
.sidenav-list-virk.sidenav-list li li[data-v-b33099ca],
.sidenav-list-virk.sidenav-list a[data-v-b33099ca] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-b33099ca] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-b33099ca] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-b33099ca] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-b33099ca] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-b33099ca] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-b33099ca]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-b33099ca]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-b33099ca] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-b33099ca]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-b33099ca] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
body.modal-open[data-v-b33099ca] {
  overflow: hidden;
}
.modal-backdrop[data-v-b33099ca] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8888;
  padding: 16px;
}
.fds-modal[data-v-b33099ca]:focus-visible {
  outline: none;
}
.fds-modal[data-v-b33099ca] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 16px;
}
.fds-modal[aria-hidden=false][data-v-b33099ca] {
  display: flex;
}
.fds-modal .modal-content[data-v-b33099ca] {
  align-self: center;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 100%;
  position: relative;
  margin: 24px auto 24px;
}
.fds-modal .modal-bottom-page[data-v-b33099ca] {
  position: fixed;
  margin-top: 0;
  margin-bottom: 0;
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}
.fds-modal .modal-filter[data-v-b33099ca] {
  position: fixed;
  left: 0;
  height: 100%;
  margin: 0;
}
.fds-modal .modal-filter .modal-header[data-v-b33099ca] {
  padding: 0;
}
.fds-modal .modal-filter .modal-title[data-v-b33099ca] {
  display: none;
}
.fds-modal .modal-header[data-v-b33099ca] {
  padding: 16px 24px 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-b33099ca] {
    padding: 40px 40px 8px 40px;
}
}
.fds-modal .modal-header[data-v-b33099ca] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-b33099ca] {
    padding-right: 48px;
}
}
.fds-modal .modal-header h1[data-v-b33099ca],
.fds-modal .modal-header h2[data-v-b33099ca],
.fds-modal .modal-header h3[data-v-b33099ca],
.fds-modal .modal-header h4[data-v-b33099ca],
.fds-modal .modal-header h5[data-v-b33099ca],
.fds-modal .modal-header h6[data-v-b33099ca],
.fds-modal .modal-header .h1[data-v-b33099ca],
.fds-modal .modal-header .h2[data-v-b33099ca],
.fds-modal .modal-header .h3[data-v-b33099ca],
.fds-modal .modal-header .h4[data-v-b33099ca],
.fds-modal .modal-header .h5[data-v-b33099ca],
.fds-modal .modal-header .h6[data-v-b33099ca] {
  color: #1a1a1a;
}
.fds-modal .modal-title[data-v-b33099ca] {
  margin: 24px 48px 8px 0;
}
@media (min-width: 768px) {
.fds-modal .modal-title[data-v-b33099ca] {
    margin: 0 48px 0 0;
}
}
.fds-modal .modal-body[data-v-b33099ca] {
  background-color: white;
  color: #1a1a1a;
  padding: 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-body[data-v-b33099ca] {
    padding: 8px 40px 8px 40px;
}
}
.fds-modal .modal-body[data-v-b33099ca] > *:first-child {
  margin-top: 0;
}
.fds-modal .modal-body p[data-v-b33099ca],
.fds-modal .modal-body h1[data-v-b33099ca],
.fds-modal .modal-body h2[data-v-b33099ca],
.fds-modal .modal-body h3[data-v-b33099ca],
.fds-modal .modal-body h4[data-v-b33099ca],
.fds-modal .modal-body h5[data-v-b33099ca],
.fds-modal .modal-body h6[data-v-b33099ca],
.fds-modal .modal-body .h1[data-v-b33099ca],
.fds-modal .modal-body .h2[data-v-b33099ca],
.fds-modal .modal-body .h3[data-v-b33099ca],
.fds-modal .modal-body .h4[data-v-b33099ca],
.fds-modal .modal-body .h5[data-v-b33099ca],
.fds-modal .modal-body .h6[data-v-b33099ca] {
  color: #1a1a1a;
}
.fds-modal .modal-footer[data-v-b33099ca] {
  padding: 0px 24px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-footer[data-v-b33099ca] {
    padding: 8px 40px 40px 40px;
}
}
.fds-modal .modal-footer[data-v-b33099ca] {
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 992px) {
.fds-modal .modal-footer[data-v-b33099ca] {
    display: flex;
}
}
.fds-modal .modal-footer .button[data-v-b33099ca] {
  margin-top: 8px;
  margin-right: 16px;
}
.fds-modal .modal-footer p[data-v-b33099ca],
.fds-modal .modal-footer h1[data-v-b33099ca],
.fds-modal .modal-footer h2[data-v-b33099ca],
.fds-modal .modal-footer h3[data-v-b33099ca],
.fds-modal .modal-footer h4[data-v-b33099ca],
.fds-modal .modal-footer h5[data-v-b33099ca],
.fds-modal .modal-footer h6[data-v-b33099ca],
.fds-modal .modal-footer .h1[data-v-b33099ca],
.fds-modal .modal-footer .h2[data-v-b33099ca],
.fds-modal .modal-footer .h3[data-v-b33099ca],
.fds-modal .modal-footer .h4[data-v-b33099ca],
.fds-modal .modal-footer .h5[data-v-b33099ca],
.fds-modal .modal-footer .h6[data-v-b33099ca] {
  color: #1a1a1a;
}
.fds-modal .modal-close[data-v-b33099ca] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: inherit;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-close[data-v-b33099ca] {
    top: 24px;
    right: 32px;
}
}
.fds-modal .modal-close[data-v-b33099ca]:hover, .fds-modal .modal-close[data-v-b33099ca]:visited, .fds-modal .modal-close[data-v-b33099ca]:focus {
  color: #1a1a1a;
}
.fds-modal[data-v-b33099ca] {
  /**************************\
        Animation Style
    \**************************/
}
@keyframes modalfadeIn-b33099ca {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes modalfadeOut-b33099ca {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes modalslideIn-b33099ca {
from {
    transform: translateY(15%);
}
to {
    transform: translateY(0);
}
}
@keyframes modalslideOut-b33099ca {
from {
    transform: translateY(0);
}
to {
    transform: translateY(-10%);
}
}
.fds-modal[aria-hidden=false] .modal-content[data-v-b33099ca] {
  animation: modalslideIn-b33099ca 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal[aria-hidden=true] .modal-content[data-v-b33099ca] {
  animation: modalslideOut-b33099ca 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal .button-unstyled[data-v-b33099ca] {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: #004D99;
  font: inherit;
  text-align: left;
  cursor: pointer;
  text-decoration: underline;
}
.fds-modal .button-unstyled[data-v-b33099ca]:hover, .fds-modal .button-unstyled[data-v-b33099ca]:focus {
  text-decoration: underline;
  color: #000040;
}
.fds-modal .button-unstyled[data-v-b33099ca]:visited {
  color: #800080;
}
.fds-modal .button-unstyled[data-v-b33099ca]:disabled {
  cursor: default;
  color: #a9a9a9;
  text-decoration: none;
}
.unstyle-router[data-v-b33099ca] {
  color: #ffffff !important;
  text-decoration: none;
}
.fritekst-streng[data-v-b33099ca] {
  word-wrap: break-word;
}body[data-v-5aca8dbf] {
  overflow: scroll;
}
.mobile-view[data-v-5aca8dbf] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-5aca8dbf] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-5aca8dbf] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-5aca8dbf] {
  font-size: 1.6rem;
}
p[data-v-5aca8dbf] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-5aca8dbf] {
  color: #004D99;
}
a[data-v-5aca8dbf]:hover, a.link-hover[data-v-5aca8dbf] {
  color: #000040;
}
a[data-v-5aca8dbf]:hover:disabled,
a:hover .disabled[data-v-5aca8dbf], a.link-hover[data-v-5aca8dbf]:disabled,
a.link-hover .disabled[data-v-5aca8dbf] {
  background-color: transparent !important;
}
a[data-v-5aca8dbf]:focus, a.link-focus[data-v-5aca8dbf] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-5aca8dbf]:visited, a.link-visited[data-v-5aca8dbf] {
  color: #800080;
}
a[data-v-5aca8dbf]:disabled, a.disabled[data-v-5aca8dbf] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-5aca8dbf]:disabled:focus, a.disabled[data-v-5aca8dbf]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-5aca8dbf]:not(.button) {
  color: white;
}
.background-dark a[data-v-5aca8dbf]:disabled, .background-dark a.disabled[data-v-5aca8dbf] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-5aca8dbf]:disabled:focus, .background-dark a.disabled[data-v-5aca8dbf]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-5aca8dbf] {
  font-weight: 600;
}
a[data-v-5aca8dbf]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-5aca8dbf], .h1[data-v-5aca8dbf] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-5aca8dbf], .h1[data-v-5aca8dbf] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-5aca8dbf], .h1[data-v-5aca8dbf] {
    font-size: 3.9rem;
}
}
h1[data-v-5aca8dbf], .h1[data-v-5aca8dbf] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-5aca8dbf], .h1[data-v-5aca8dbf] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-5aca8dbf], .h1[data-v-5aca8dbf] {
    line-height: 4.8rem;
}
}
h1[data-v-5aca8dbf], .h1[data-v-5aca8dbf] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-5aca8dbf], .h1[data-v-5aca8dbf] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-5aca8dbf], .h1[data-v-5aca8dbf] {
    letter-spacing: normal;
}
}
h1[data-v-5aca8dbf], .h1[data-v-5aca8dbf] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-5aca8dbf], .h2[data-v-5aca8dbf] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-5aca8dbf], .h2[data-v-5aca8dbf] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-5aca8dbf], .h2[data-v-5aca8dbf] {
    font-size: 3.1rem;
}
}
h2[data-v-5aca8dbf], .h2[data-v-5aca8dbf] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-5aca8dbf], .h2[data-v-5aca8dbf] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-5aca8dbf], .h2[data-v-5aca8dbf] {
    line-height: 4rem;
}
}
h2[data-v-5aca8dbf], .h2[data-v-5aca8dbf] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-5aca8dbf], .h2[data-v-5aca8dbf] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-5aca8dbf], .h2[data-v-5aca8dbf] {
    letter-spacing: normal;
}
}
h2[data-v-5aca8dbf], .h2[data-v-5aca8dbf] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-5aca8dbf], .h3[data-v-5aca8dbf] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-5aca8dbf], .h3[data-v-5aca8dbf] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-5aca8dbf], .h3[data-v-5aca8dbf] {
    font-size: 2.5rem;
}
}
h3[data-v-5aca8dbf], .h3[data-v-5aca8dbf] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-5aca8dbf], .h3[data-v-5aca8dbf] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-5aca8dbf], .h3[data-v-5aca8dbf] {
    line-height: 3.2rem;
}
}
h3[data-v-5aca8dbf], .h3[data-v-5aca8dbf] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-5aca8dbf], .h3[data-v-5aca8dbf] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-5aca8dbf], .h3[data-v-5aca8dbf] {
    letter-spacing: normal;
}
}
h3[data-v-5aca8dbf], .h3[data-v-5aca8dbf] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-5aca8dbf], .h4[data-v-5aca8dbf] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-5aca8dbf], .h4[data-v-5aca8dbf] {
    font-size: 2rem;
}
}
h4[data-v-5aca8dbf], .h4[data-v-5aca8dbf] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-5aca8dbf], .h4[data-v-5aca8dbf] {
    line-height: 2.8rem;
}
}
h4[data-v-5aca8dbf], .h4[data-v-5aca8dbf] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-5aca8dbf], .h4[data-v-5aca8dbf] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-5aca8dbf], .h4[data-v-5aca8dbf] {
    letter-spacing: normal;
}
}
h4[data-v-5aca8dbf], .h4[data-v-5aca8dbf] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-5aca8dbf], .h5[data-v-5aca8dbf] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-5aca8dbf], .h5[data-v-5aca8dbf] {
    font-size: 1.6rem;
}
}
h5[data-v-5aca8dbf], .h5[data-v-5aca8dbf] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-5aca8dbf], .h5[data-v-5aca8dbf] {
    line-height: 2.4rem;
}
}
h5[data-v-5aca8dbf], .h5[data-v-5aca8dbf] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-5aca8dbf], .h5[data-v-5aca8dbf] {
    letter-spacing: normal;
}
}
h5[data-v-5aca8dbf], .h5[data-v-5aca8dbf] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-5aca8dbf], .h6[data-v-5aca8dbf] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-5aca8dbf], .body-text[data-v-5aca8dbf], .body-copy-text[data-v-5aca8dbf] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-5aca8dbf], .figcaption[data-v-5aca8dbf] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-5aca8dbf], .figcaption p[data-v-5aca8dbf] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-5aca8dbf] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-5aca8dbf] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-5aca8dbf] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-5aca8dbf], .small-text[data-v-5aca8dbf] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-5aca8dbf] {
  font-weight: 400;
}
.weight-semibold[data-v-5aca8dbf] {
  font-weight: 600;
}
.facit[data-v-5aca8dbf] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-5aca8dbf], b[data-v-5aca8dbf], .bold[data-v-5aca8dbf] {
  font-weight: 700;
}
.italic[data-v-5aca8dbf], em[data-v-5aca8dbf] {
  font-style: italic;
}
.form-label[data-v-5aca8dbf] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-5aca8dbf]:focus, .h1[data-v-5aca8dbf]:focus,
h2[data-v-5aca8dbf]:focus, .h2[data-v-5aca8dbf]:focus,
h3[data-v-5aca8dbf]:focus, .h3[data-v-5aca8dbf]:focus,
h4[data-v-5aca8dbf]:focus, .h4[data-v-5aca8dbf]:focus,
h5[data-v-5aca8dbf]:focus, .h5[data-v-5aca8dbf]:focus,
h6[data-v-5aca8dbf]:focus, .h6[data-v-5aca8dbf]:focus {
  outline: none;
}
h1[data-v-5aca8dbf], .h1[data-v-5aca8dbf] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-5aca8dbf], .h2[data-v-5aca8dbf] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-5aca8dbf], .h2[data-v-5aca8dbf] {
    margin-top: 4rem;
}
}
h3[data-v-5aca8dbf], .h3[data-v-5aca8dbf] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-5aca8dbf], .h3[data-v-5aca8dbf] {
    margin-top: 4rem;
}
}
h4[data-v-5aca8dbf], .h4[data-v-5aca8dbf] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-5aca8dbf], .h5[data-v-5aca8dbf] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-5aca8dbf], .h6[data-v-5aca8dbf] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-5aca8dbf] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-5aca8dbf], .body-text[data-v-5aca8dbf] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-5aca8dbf], h5 + ul[data-v-5aca8dbf], h5 + ol[data-v-5aca8dbf], .h5 + p[data-v-5aca8dbf], .h5 + ul[data-v-5aca8dbf], .h5 + ol[data-v-5aca8dbf], h6 + p[data-v-5aca8dbf], h6 + ul[data-v-5aca8dbf], h6 + ol[data-v-5aca8dbf], .h6 + p[data-v-5aca8dbf], .h6 + ul[data-v-5aca8dbf], .h6 + ol[data-v-5aca8dbf] {
  margin-top: 0;
}
button.function-link[data-v-5aca8dbf] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-5aca8dbf] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-5aca8dbf]:hover, .function-link[data-v-5aca8dbf]:visited, .function-link[data-v-5aca8dbf]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-5aca8dbf] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-5aca8dbf] {
  text-align: right;
}
.back-link[data-v-5aca8dbf] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-5aca8dbf] {
    margin-bottom: 32px;
}
}
.back-link[data-v-5aca8dbf] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-5aca8dbf]::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[data-v-5aca8dbf]:active, .back-link[data-v-5aca8dbf]:focus, .back-link[data-v-5aca8dbf]:hover, .back-link[data-v-5aca8dbf]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-5aca8dbf] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-5aca8dbf] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-5aca8dbf], h1 a[data-v-5aca8dbf]:hover, h1 a[data-v-5aca8dbf]:visited, h1 a[data-v-5aca8dbf]:focus, .h1 a[data-v-5aca8dbf], .h1 a[data-v-5aca8dbf]:hover, .h1 a[data-v-5aca8dbf]:visited, .h1 a[data-v-5aca8dbf]:focus,
h2 a[data-v-5aca8dbf],
h2 a[data-v-5aca8dbf]:hover,
h2 a[data-v-5aca8dbf]:visited,
h2 a[data-v-5aca8dbf]:focus, .h2 a[data-v-5aca8dbf], .h2 a[data-v-5aca8dbf]:hover, .h2 a[data-v-5aca8dbf]:visited, .h2 a[data-v-5aca8dbf]:focus,
h3 a[data-v-5aca8dbf],
h3 a[data-v-5aca8dbf]:hover,
h3 a[data-v-5aca8dbf]:visited,
h3 a[data-v-5aca8dbf]:focus, .h3 a[data-v-5aca8dbf], .h3 a[data-v-5aca8dbf]:hover, .h3 a[data-v-5aca8dbf]:visited, .h3 a[data-v-5aca8dbf]:focus,
h4 a[data-v-5aca8dbf],
h4 a[data-v-5aca8dbf]:hover,
h4 a[data-v-5aca8dbf]:visited,
h4 a[data-v-5aca8dbf]:focus, .h4 a[data-v-5aca8dbf], .h4 a[data-v-5aca8dbf]:hover, .h4 a[data-v-5aca8dbf]:visited, .h4 a[data-v-5aca8dbf]:focus,
h5 a[data-v-5aca8dbf],
h5 a[data-v-5aca8dbf]:hover,
h5 a[data-v-5aca8dbf]:visited,
h5 a[data-v-5aca8dbf]:focus, .h5 a[data-v-5aca8dbf], .h5 a[data-v-5aca8dbf]:hover, .h5 a[data-v-5aca8dbf]:visited, .h5 a[data-v-5aca8dbf]:focus,
h6 a[data-v-5aca8dbf],
h6 a[data-v-5aca8dbf]:hover,
h6 a[data-v-5aca8dbf]:visited,
h6 a[data-v-5aca8dbf]:focus, .h6 a[data-v-5aca8dbf], .h6 a[data-v-5aca8dbf]:hover, .h6 a[data-v-5aca8dbf]:visited, .h6 a[data-v-5aca8dbf]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-5aca8dbf], .h1 a.search-link[data-v-5aca8dbf],
h2 a.search-link[data-v-5aca8dbf], .h2 a.search-link[data-v-5aca8dbf],
h3 a.search-link[data-v-5aca8dbf], .h3 a.search-link[data-v-5aca8dbf],
h4 a.search-link[data-v-5aca8dbf], .h4 a.search-link[data-v-5aca8dbf],
h5 a.search-link[data-v-5aca8dbf], .h5 a.search-link[data-v-5aca8dbf],
h6 a.search-link[data-v-5aca8dbf], .h6 a.search-link[data-v-5aca8dbf] {
  text-decoration: none;
}
h1 a.search-link[data-v-5aca8dbf]:visited, .h1 a.search-link[data-v-5aca8dbf]:visited,
h2 a.search-link[data-v-5aca8dbf]:visited, .h2 a.search-link[data-v-5aca8dbf]:visited,
h3 a.search-link[data-v-5aca8dbf]:visited, .h3 a.search-link[data-v-5aca8dbf]:visited,
h4 a.search-link[data-v-5aca8dbf]:visited, .h4 a.search-link[data-v-5aca8dbf]:visited,
h5 a.search-link[data-v-5aca8dbf]:visited, .h5 a.search-link[data-v-5aca8dbf]:visited,
h6 a.search-link[data-v-5aca8dbf]:visited, .h6 a.search-link[data-v-5aca8dbf]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-5aca8dbf]:focus, .h1 a.search-link[data-v-5aca8dbf]:focus,
h2 a.search-link[data-v-5aca8dbf]:focus, .h2 a.search-link[data-v-5aca8dbf]:focus,
h3 a.search-link[data-v-5aca8dbf]:focus, .h3 a.search-link[data-v-5aca8dbf]:focus,
h4 a.search-link[data-v-5aca8dbf]:focus, .h4 a.search-link[data-v-5aca8dbf]:focus,
h5 a.search-link[data-v-5aca8dbf]:focus, .h5 a.search-link[data-v-5aca8dbf]:focus,
h6 a.search-link[data-v-5aca8dbf]:focus, .h6 a.search-link[data-v-5aca8dbf]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-5aca8dbf]:hover, .h1 a.search-link[data-v-5aca8dbf]:hover,
h2 a.search-link[data-v-5aca8dbf]:hover, .h2 a.search-link[data-v-5aca8dbf]:hover,
h3 a.search-link[data-v-5aca8dbf]:hover, .h3 a.search-link[data-v-5aca8dbf]:hover,
h4 a.search-link[data-v-5aca8dbf]:hover, .h4 a.search-link[data-v-5aca8dbf]:hover,
h5 a.search-link[data-v-5aca8dbf]:hover, .h5 a.search-link[data-v-5aca8dbf]:hover,
h6 a.search-link[data-v-5aca8dbf]:hover, .h6 a.search-link[data-v-5aca8dbf]:hover {
  text-decoration: underline;
}
cite[data-v-5aca8dbf],
var[data-v-5aca8dbf],
address[data-v-5aca8dbf],
dfn[data-v-5aca8dbf] {
  font-style: normal;
}
h1[data-v-5aca8dbf], .h1[data-v-5aca8dbf],
h2[data-v-5aca8dbf], .h2[data-v-5aca8dbf],
h3[data-v-5aca8dbf], .h3[data-v-5aca8dbf],
h4[data-v-5aca8dbf], .h4[data-v-5aca8dbf],
h5[data-v-5aca8dbf], .h5[data-v-5aca8dbf],
h6[data-v-5aca8dbf], .h6[data-v-5aca8dbf] {
  max-width: 66ch;
}
p[data-v-5aca8dbf],
ul[data-v-5aca8dbf]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-5aca8dbf]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-5aca8dbf] {
  max-width: 66ch;
}
.form-label[data-v-5aca8dbf], .form-hint[data-v-5aca8dbf], .form-error-message[data-v-5aca8dbf] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-5aca8dbf], .form-radio + label[data-v-5aca8dbf] {
  max-width: 66ch;
}
.displayheading-1[data-v-5aca8dbf] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-5aca8dbf] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-5aca8dbf] {
  color: #358000;
}
.text-negative[data-v-5aca8dbf] {
  color: #CC0000;
}
.color-text-black[data-v-5aca8dbf] {
  color: #1a1a1a;
}
.background-dark[data-v-5aca8dbf] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-5aca8dbf], .background-dark span[data-v-5aca8dbf] {
  color: white;
}
.field-group-title[data-v-5aca8dbf] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-5aca8dbf] {
  border: 2px solid #1a1a1a;
}
h1[data-v-5aca8dbf], h2[data-v-5aca8dbf], h3[data-v-5aca8dbf], h4[data-v-5aca8dbf], h5[data-v-5aca8dbf], h6[data-v-5aca8dbf], p[data-v-5aca8dbf], legend[data-v-5aca8dbf], strong[data-v-5aca8dbf], b[data-v-5aca8dbf], cite[data-v-5aca8dbf], var[data-v-5aca8dbf], address[data-v-5aca8dbf], dfn[data-v-5aca8dbf] {
  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[data-v-5aca8dbf] {
  text-transform: uppercase;
}
.lowercase[data-v-5aca8dbf] {
  text-transform: lowercase;
}
.d-inline[data-v-5aca8dbf] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-5aca8dbf] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-5aca8dbf] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-5aca8dbf] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-5aca8dbf] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-5aca8dbf] {
    display: inline !important;
}
}
.flex-grow[data-v-5aca8dbf] {
  flex-grow: 1;
}
.weight-normal[data-v-5aca8dbf] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-5aca8dbf] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-5aca8dbf] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-5aca8dbf] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-5aca8dbf] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-5aca8dbf] {
    margin-bottom: 0;
}
}
.gray-100[data-v-5aca8dbf] {
  background-color: #F5F5F5;
}
.highlight[data-v-5aca8dbf] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-5aca8dbf] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-5aca8dbf] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-5aca8dbf] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-5aca8dbf] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-5aca8dbf] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-5aca8dbf] {
  z-index: 10000;
}
.video-responsive[data-v-5aca8dbf] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-5aca8dbf] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-5aca8dbf]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-5aca8dbf]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-5aca8dbf] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-5aca8dbf] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-5aca8dbf] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-5aca8dbf]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-5aca8dbf]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-5aca8dbf] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-5aca8dbf] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-5aca8dbf] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-5aca8dbf] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-5aca8dbf],
.sidenav-list-virk.sidenav-list li li[data-v-5aca8dbf],
.sidenav-list-virk.sidenav-list a[data-v-5aca8dbf] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-5aca8dbf] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-5aca8dbf] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-5aca8dbf] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-5aca8dbf] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-5aca8dbf] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-5aca8dbf]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-5aca8dbf]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-5aca8dbf] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-5aca8dbf]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-5aca8dbf] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
body.modal-open[data-v-5aca8dbf] {
  overflow: hidden;
}
.modal-backdrop[data-v-5aca8dbf] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8888;
  padding: 16px;
}
.fds-modal[data-v-5aca8dbf]:focus-visible {
  outline: none;
}
.fds-modal[data-v-5aca8dbf] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 16px;
}
.fds-modal[aria-hidden=false][data-v-5aca8dbf] {
  display: flex;
}
.fds-modal .modal-content[data-v-5aca8dbf] {
  align-self: center;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 100%;
  position: relative;
  margin: 24px auto 24px;
}
.fds-modal .modal-bottom-page[data-v-5aca8dbf] {
  position: fixed;
  margin-top: 0;
  margin-bottom: 0;
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}
.fds-modal .modal-filter[data-v-5aca8dbf] {
  position: fixed;
  left: 0;
  height: 100%;
  margin: 0;
}
.fds-modal .modal-filter .modal-header[data-v-5aca8dbf] {
  padding: 0;
}
.fds-modal .modal-filter .modal-title[data-v-5aca8dbf] {
  display: none;
}
.fds-modal .modal-header[data-v-5aca8dbf] {
  padding: 16px 24px 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-5aca8dbf] {
    padding: 40px 40px 8px 40px;
}
}
.fds-modal .modal-header[data-v-5aca8dbf] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-5aca8dbf] {
    padding-right: 48px;
}
}
.fds-modal .modal-header h1[data-v-5aca8dbf],
.fds-modal .modal-header h2[data-v-5aca8dbf],
.fds-modal .modal-header h3[data-v-5aca8dbf],
.fds-modal .modal-header h4[data-v-5aca8dbf],
.fds-modal .modal-header h5[data-v-5aca8dbf],
.fds-modal .modal-header h6[data-v-5aca8dbf],
.fds-modal .modal-header .h1[data-v-5aca8dbf],
.fds-modal .modal-header .h2[data-v-5aca8dbf],
.fds-modal .modal-header .h3[data-v-5aca8dbf],
.fds-modal .modal-header .h4[data-v-5aca8dbf],
.fds-modal .modal-header .h5[data-v-5aca8dbf],
.fds-modal .modal-header .h6[data-v-5aca8dbf] {
  color: #1a1a1a;
}
.fds-modal .modal-title[data-v-5aca8dbf] {
  margin: 24px 48px 8px 0;
}
@media (min-width: 768px) {
.fds-modal .modal-title[data-v-5aca8dbf] {
    margin: 0 48px 0 0;
}
}
.fds-modal .modal-body[data-v-5aca8dbf] {
  background-color: white;
  color: #1a1a1a;
  padding: 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-body[data-v-5aca8dbf] {
    padding: 8px 40px 8px 40px;
}
}
.fds-modal .modal-body[data-v-5aca8dbf] > *:first-child {
  margin-top: 0;
}
.fds-modal .modal-body p[data-v-5aca8dbf],
.fds-modal .modal-body h1[data-v-5aca8dbf],
.fds-modal .modal-body h2[data-v-5aca8dbf],
.fds-modal .modal-body h3[data-v-5aca8dbf],
.fds-modal .modal-body h4[data-v-5aca8dbf],
.fds-modal .modal-body h5[data-v-5aca8dbf],
.fds-modal .modal-body h6[data-v-5aca8dbf],
.fds-modal .modal-body .h1[data-v-5aca8dbf],
.fds-modal .modal-body .h2[data-v-5aca8dbf],
.fds-modal .modal-body .h3[data-v-5aca8dbf],
.fds-modal .modal-body .h4[data-v-5aca8dbf],
.fds-modal .modal-body .h5[data-v-5aca8dbf],
.fds-modal .modal-body .h6[data-v-5aca8dbf] {
  color: #1a1a1a;
}
.fds-modal .modal-footer[data-v-5aca8dbf] {
  padding: 0px 24px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-footer[data-v-5aca8dbf] {
    padding: 8px 40px 40px 40px;
}
}
.fds-modal .modal-footer[data-v-5aca8dbf] {
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 992px) {
.fds-modal .modal-footer[data-v-5aca8dbf] {
    display: flex;
}
}
.fds-modal .modal-footer .button[data-v-5aca8dbf] {
  margin-top: 8px;
  margin-right: 16px;
}
.fds-modal .modal-footer p[data-v-5aca8dbf],
.fds-modal .modal-footer h1[data-v-5aca8dbf],
.fds-modal .modal-footer h2[data-v-5aca8dbf],
.fds-modal .modal-footer h3[data-v-5aca8dbf],
.fds-modal .modal-footer h4[data-v-5aca8dbf],
.fds-modal .modal-footer h5[data-v-5aca8dbf],
.fds-modal .modal-footer h6[data-v-5aca8dbf],
.fds-modal .modal-footer .h1[data-v-5aca8dbf],
.fds-modal .modal-footer .h2[data-v-5aca8dbf],
.fds-modal .modal-footer .h3[data-v-5aca8dbf],
.fds-modal .modal-footer .h4[data-v-5aca8dbf],
.fds-modal .modal-footer .h5[data-v-5aca8dbf],
.fds-modal .modal-footer .h6[data-v-5aca8dbf] {
  color: #1a1a1a;
}
.fds-modal .modal-close[data-v-5aca8dbf] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: inherit;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-close[data-v-5aca8dbf] {
    top: 24px;
    right: 32px;
}
}
.fds-modal .modal-close[data-v-5aca8dbf]:hover, .fds-modal .modal-close[data-v-5aca8dbf]:visited, .fds-modal .modal-close[data-v-5aca8dbf]:focus {
  color: #1a1a1a;
}
.fds-modal[data-v-5aca8dbf] {
  /**************************\
        Animation Style
    \**************************/
}
@keyframes modalfadeIn-5aca8dbf {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes modalfadeOut-5aca8dbf {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes modalslideIn-5aca8dbf {
from {
    transform: translateY(15%);
}
to {
    transform: translateY(0);
}
}
@keyframes modalslideOut-5aca8dbf {
from {
    transform: translateY(0);
}
to {
    transform: translateY(-10%);
}
}
.fds-modal[aria-hidden=false] .modal-content[data-v-5aca8dbf] {
  animation: modalslideIn-5aca8dbf 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal[aria-hidden=true] .modal-content[data-v-5aca8dbf] {
  animation: modalslideOut-5aca8dbf 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal .button-unstyled[data-v-5aca8dbf] {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: #004D99;
  font: inherit;
  text-align: left;
  cursor: pointer;
  text-decoration: underline;
}
.fds-modal .button-unstyled[data-v-5aca8dbf]:hover, .fds-modal .button-unstyled[data-v-5aca8dbf]:focus {
  text-decoration: underline;
  color: #000040;
}
.fds-modal .button-unstyled[data-v-5aca8dbf]:visited {
  color: #800080;
}
.fds-modal .button-unstyled[data-v-5aca8dbf]:disabled {
  cursor: default;
  color: #a9a9a9;
  text-decoration: none;
}
.unstyle-router[data-v-5aca8dbf] {
  color: #ffffff !important;
  text-decoration: none;
}
.fritekst-streng[data-v-5aca8dbf] {
  word-wrap: break-word;
}body[data-v-b386d3fc] {
  overflow: scroll;
}
.mobile-view[data-v-b386d3fc] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-b386d3fc] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-b386d3fc] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-b386d3fc] {
  font-size: 1.6rem;
}
p[data-v-b386d3fc] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-b386d3fc] {
  color: #004D99;
}
a[data-v-b386d3fc]:hover, a.link-hover[data-v-b386d3fc] {
  color: #000040;
}
a[data-v-b386d3fc]:hover:disabled,
a:hover .disabled[data-v-b386d3fc], a.link-hover[data-v-b386d3fc]:disabled,
a.link-hover .disabled[data-v-b386d3fc] {
  background-color: transparent !important;
}
a[data-v-b386d3fc]:focus, a.link-focus[data-v-b386d3fc] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-b386d3fc]:visited, a.link-visited[data-v-b386d3fc] {
  color: #800080;
}
a[data-v-b386d3fc]:disabled, a.disabled[data-v-b386d3fc] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-b386d3fc]:disabled:focus, a.disabled[data-v-b386d3fc]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-b386d3fc]:not(.button) {
  color: white;
}
.background-dark a[data-v-b386d3fc]:disabled, .background-dark a.disabled[data-v-b386d3fc] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-b386d3fc]:disabled:focus, .background-dark a.disabled[data-v-b386d3fc]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-b386d3fc] {
  font-weight: 600;
}
a[data-v-b386d3fc]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-b386d3fc], .h1[data-v-b386d3fc] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-b386d3fc], .h1[data-v-b386d3fc] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-b386d3fc], .h1[data-v-b386d3fc] {
    font-size: 3.9rem;
}
}
h1[data-v-b386d3fc], .h1[data-v-b386d3fc] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-b386d3fc], .h1[data-v-b386d3fc] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-b386d3fc], .h1[data-v-b386d3fc] {
    line-height: 4.8rem;
}
}
h1[data-v-b386d3fc], .h1[data-v-b386d3fc] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-b386d3fc], .h1[data-v-b386d3fc] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-b386d3fc], .h1[data-v-b386d3fc] {
    letter-spacing: normal;
}
}
h1[data-v-b386d3fc], .h1[data-v-b386d3fc] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-b386d3fc], .h2[data-v-b386d3fc] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-b386d3fc], .h2[data-v-b386d3fc] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-b386d3fc], .h2[data-v-b386d3fc] {
    font-size: 3.1rem;
}
}
h2[data-v-b386d3fc], .h2[data-v-b386d3fc] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-b386d3fc], .h2[data-v-b386d3fc] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-b386d3fc], .h2[data-v-b386d3fc] {
    line-height: 4rem;
}
}
h2[data-v-b386d3fc], .h2[data-v-b386d3fc] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-b386d3fc], .h2[data-v-b386d3fc] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-b386d3fc], .h2[data-v-b386d3fc] {
    letter-spacing: normal;
}
}
h2[data-v-b386d3fc], .h2[data-v-b386d3fc] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-b386d3fc], .h3[data-v-b386d3fc] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-b386d3fc], .h3[data-v-b386d3fc] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-b386d3fc], .h3[data-v-b386d3fc] {
    font-size: 2.5rem;
}
}
h3[data-v-b386d3fc], .h3[data-v-b386d3fc] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-b386d3fc], .h3[data-v-b386d3fc] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-b386d3fc], .h3[data-v-b386d3fc] {
    line-height: 3.2rem;
}
}
h3[data-v-b386d3fc], .h3[data-v-b386d3fc] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-b386d3fc], .h3[data-v-b386d3fc] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-b386d3fc], .h3[data-v-b386d3fc] {
    letter-spacing: normal;
}
}
h3[data-v-b386d3fc], .h3[data-v-b386d3fc] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-b386d3fc], .h4[data-v-b386d3fc] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-b386d3fc], .h4[data-v-b386d3fc] {
    font-size: 2rem;
}
}
h4[data-v-b386d3fc], .h4[data-v-b386d3fc] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-b386d3fc], .h4[data-v-b386d3fc] {
    line-height: 2.8rem;
}
}
h4[data-v-b386d3fc], .h4[data-v-b386d3fc] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-b386d3fc], .h4[data-v-b386d3fc] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-b386d3fc], .h4[data-v-b386d3fc] {
    letter-spacing: normal;
}
}
h4[data-v-b386d3fc], .h4[data-v-b386d3fc] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-b386d3fc], .h5[data-v-b386d3fc] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-b386d3fc], .h5[data-v-b386d3fc] {
    font-size: 1.6rem;
}
}
h5[data-v-b386d3fc], .h5[data-v-b386d3fc] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-b386d3fc], .h5[data-v-b386d3fc] {
    line-height: 2.4rem;
}
}
h5[data-v-b386d3fc], .h5[data-v-b386d3fc] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-b386d3fc], .h5[data-v-b386d3fc] {
    letter-spacing: normal;
}
}
h5[data-v-b386d3fc], .h5[data-v-b386d3fc] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-b386d3fc], .h6[data-v-b386d3fc] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-b386d3fc], .body-text[data-v-b386d3fc], .body-copy-text[data-v-b386d3fc] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-b386d3fc], .figcaption[data-v-b386d3fc] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-b386d3fc], .figcaption p[data-v-b386d3fc] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-b386d3fc] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-b386d3fc] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-b386d3fc] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-b386d3fc], .small-text[data-v-b386d3fc] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-b386d3fc] {
  font-weight: 400;
}
.weight-semibold[data-v-b386d3fc] {
  font-weight: 600;
}
.facit[data-v-b386d3fc] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-b386d3fc], b[data-v-b386d3fc], .bold[data-v-b386d3fc] {
  font-weight: 700;
}
.italic[data-v-b386d3fc], em[data-v-b386d3fc] {
  font-style: italic;
}
.form-label[data-v-b386d3fc] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-b386d3fc]:focus, .h1[data-v-b386d3fc]:focus,
h2[data-v-b386d3fc]:focus, .h2[data-v-b386d3fc]:focus,
h3[data-v-b386d3fc]:focus, .h3[data-v-b386d3fc]:focus,
h4[data-v-b386d3fc]:focus, .h4[data-v-b386d3fc]:focus,
h5[data-v-b386d3fc]:focus, .h5[data-v-b386d3fc]:focus,
h6[data-v-b386d3fc]:focus, .h6[data-v-b386d3fc]:focus {
  outline: none;
}
h1[data-v-b386d3fc], .h1[data-v-b386d3fc] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-b386d3fc], .h2[data-v-b386d3fc] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-b386d3fc], .h2[data-v-b386d3fc] {
    margin-top: 4rem;
}
}
h3[data-v-b386d3fc], .h3[data-v-b386d3fc] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-b386d3fc], .h3[data-v-b386d3fc] {
    margin-top: 4rem;
}
}
h4[data-v-b386d3fc], .h4[data-v-b386d3fc] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-b386d3fc], .h5[data-v-b386d3fc] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-b386d3fc], .h6[data-v-b386d3fc] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-b386d3fc] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-b386d3fc], .body-text[data-v-b386d3fc] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-b386d3fc], h5 + ul[data-v-b386d3fc], h5 + ol[data-v-b386d3fc], .h5 + p[data-v-b386d3fc], .h5 + ul[data-v-b386d3fc], .h5 + ol[data-v-b386d3fc], h6 + p[data-v-b386d3fc], h6 + ul[data-v-b386d3fc], h6 + ol[data-v-b386d3fc], .h6 + p[data-v-b386d3fc], .h6 + ul[data-v-b386d3fc], .h6 + ol[data-v-b386d3fc] {
  margin-top: 0;
}
button.function-link[data-v-b386d3fc] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-b386d3fc] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-b386d3fc]:hover, .function-link[data-v-b386d3fc]:visited, .function-link[data-v-b386d3fc]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-b386d3fc] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-b386d3fc] {
  text-align: right;
}
.back-link[data-v-b386d3fc] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-b386d3fc] {
    margin-bottom: 32px;
}
}
.back-link[data-v-b386d3fc] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-b386d3fc]::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[data-v-b386d3fc]:active, .back-link[data-v-b386d3fc]:focus, .back-link[data-v-b386d3fc]:hover, .back-link[data-v-b386d3fc]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-b386d3fc] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-b386d3fc] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-b386d3fc], h1 a[data-v-b386d3fc]:hover, h1 a[data-v-b386d3fc]:visited, h1 a[data-v-b386d3fc]:focus, .h1 a[data-v-b386d3fc], .h1 a[data-v-b386d3fc]:hover, .h1 a[data-v-b386d3fc]:visited, .h1 a[data-v-b386d3fc]:focus,
h2 a[data-v-b386d3fc],
h2 a[data-v-b386d3fc]:hover,
h2 a[data-v-b386d3fc]:visited,
h2 a[data-v-b386d3fc]:focus, .h2 a[data-v-b386d3fc], .h2 a[data-v-b386d3fc]:hover, .h2 a[data-v-b386d3fc]:visited, .h2 a[data-v-b386d3fc]:focus,
h3 a[data-v-b386d3fc],
h3 a[data-v-b386d3fc]:hover,
h3 a[data-v-b386d3fc]:visited,
h3 a[data-v-b386d3fc]:focus, .h3 a[data-v-b386d3fc], .h3 a[data-v-b386d3fc]:hover, .h3 a[data-v-b386d3fc]:visited, .h3 a[data-v-b386d3fc]:focus,
h4 a[data-v-b386d3fc],
h4 a[data-v-b386d3fc]:hover,
h4 a[data-v-b386d3fc]:visited,
h4 a[data-v-b386d3fc]:focus, .h4 a[data-v-b386d3fc], .h4 a[data-v-b386d3fc]:hover, .h4 a[data-v-b386d3fc]:visited, .h4 a[data-v-b386d3fc]:focus,
h5 a[data-v-b386d3fc],
h5 a[data-v-b386d3fc]:hover,
h5 a[data-v-b386d3fc]:visited,
h5 a[data-v-b386d3fc]:focus, .h5 a[data-v-b386d3fc], .h5 a[data-v-b386d3fc]:hover, .h5 a[data-v-b386d3fc]:visited, .h5 a[data-v-b386d3fc]:focus,
h6 a[data-v-b386d3fc],
h6 a[data-v-b386d3fc]:hover,
h6 a[data-v-b386d3fc]:visited,
h6 a[data-v-b386d3fc]:focus, .h6 a[data-v-b386d3fc], .h6 a[data-v-b386d3fc]:hover, .h6 a[data-v-b386d3fc]:visited, .h6 a[data-v-b386d3fc]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-b386d3fc], .h1 a.search-link[data-v-b386d3fc],
h2 a.search-link[data-v-b386d3fc], .h2 a.search-link[data-v-b386d3fc],
h3 a.search-link[data-v-b386d3fc], .h3 a.search-link[data-v-b386d3fc],
h4 a.search-link[data-v-b386d3fc], .h4 a.search-link[data-v-b386d3fc],
h5 a.search-link[data-v-b386d3fc], .h5 a.search-link[data-v-b386d3fc],
h6 a.search-link[data-v-b386d3fc], .h6 a.search-link[data-v-b386d3fc] {
  text-decoration: none;
}
h1 a.search-link[data-v-b386d3fc]:visited, .h1 a.search-link[data-v-b386d3fc]:visited,
h2 a.search-link[data-v-b386d3fc]:visited, .h2 a.search-link[data-v-b386d3fc]:visited,
h3 a.search-link[data-v-b386d3fc]:visited, .h3 a.search-link[data-v-b386d3fc]:visited,
h4 a.search-link[data-v-b386d3fc]:visited, .h4 a.search-link[data-v-b386d3fc]:visited,
h5 a.search-link[data-v-b386d3fc]:visited, .h5 a.search-link[data-v-b386d3fc]:visited,
h6 a.search-link[data-v-b386d3fc]:visited, .h6 a.search-link[data-v-b386d3fc]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-b386d3fc]:focus, .h1 a.search-link[data-v-b386d3fc]:focus,
h2 a.search-link[data-v-b386d3fc]:focus, .h2 a.search-link[data-v-b386d3fc]:focus,
h3 a.search-link[data-v-b386d3fc]:focus, .h3 a.search-link[data-v-b386d3fc]:focus,
h4 a.search-link[data-v-b386d3fc]:focus, .h4 a.search-link[data-v-b386d3fc]:focus,
h5 a.search-link[data-v-b386d3fc]:focus, .h5 a.search-link[data-v-b386d3fc]:focus,
h6 a.search-link[data-v-b386d3fc]:focus, .h6 a.search-link[data-v-b386d3fc]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-b386d3fc]:hover, .h1 a.search-link[data-v-b386d3fc]:hover,
h2 a.search-link[data-v-b386d3fc]:hover, .h2 a.search-link[data-v-b386d3fc]:hover,
h3 a.search-link[data-v-b386d3fc]:hover, .h3 a.search-link[data-v-b386d3fc]:hover,
h4 a.search-link[data-v-b386d3fc]:hover, .h4 a.search-link[data-v-b386d3fc]:hover,
h5 a.search-link[data-v-b386d3fc]:hover, .h5 a.search-link[data-v-b386d3fc]:hover,
h6 a.search-link[data-v-b386d3fc]:hover, .h6 a.search-link[data-v-b386d3fc]:hover {
  text-decoration: underline;
}
cite[data-v-b386d3fc],
var[data-v-b386d3fc],
address[data-v-b386d3fc],
dfn[data-v-b386d3fc] {
  font-style: normal;
}
h1[data-v-b386d3fc], .h1[data-v-b386d3fc],
h2[data-v-b386d3fc], .h2[data-v-b386d3fc],
h3[data-v-b386d3fc], .h3[data-v-b386d3fc],
h4[data-v-b386d3fc], .h4[data-v-b386d3fc],
h5[data-v-b386d3fc], .h5[data-v-b386d3fc],
h6[data-v-b386d3fc], .h6[data-v-b386d3fc] {
  max-width: 66ch;
}
p[data-v-b386d3fc],
ul[data-v-b386d3fc]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-b386d3fc]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-b386d3fc] {
  max-width: 66ch;
}
.form-label[data-v-b386d3fc], .form-hint[data-v-b386d3fc], .form-error-message[data-v-b386d3fc] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-b386d3fc], .form-radio + label[data-v-b386d3fc] {
  max-width: 66ch;
}
.displayheading-1[data-v-b386d3fc] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-b386d3fc] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-b386d3fc] {
  color: #358000;
}
.text-negative[data-v-b386d3fc] {
  color: #CC0000;
}
.color-text-black[data-v-b386d3fc] {
  color: #1a1a1a;
}
.background-dark[data-v-b386d3fc] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-b386d3fc], .background-dark span[data-v-b386d3fc] {
  color: white;
}
.field-group-title[data-v-b386d3fc] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-b386d3fc] {
  border: 2px solid #1a1a1a;
}
h1[data-v-b386d3fc], h2[data-v-b386d3fc], h3[data-v-b386d3fc], h4[data-v-b386d3fc], h5[data-v-b386d3fc], h6[data-v-b386d3fc], p[data-v-b386d3fc], legend[data-v-b386d3fc], strong[data-v-b386d3fc], b[data-v-b386d3fc], cite[data-v-b386d3fc], var[data-v-b386d3fc], address[data-v-b386d3fc], dfn[data-v-b386d3fc] {
  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[data-v-b386d3fc] {
  text-transform: uppercase;
}
.lowercase[data-v-b386d3fc] {
  text-transform: lowercase;
}
.d-inline[data-v-b386d3fc] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-b386d3fc] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-b386d3fc] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-b386d3fc] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-b386d3fc] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-b386d3fc] {
    display: inline !important;
}
}
.flex-grow[data-v-b386d3fc] {
  flex-grow: 1;
}
.weight-normal[data-v-b386d3fc] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-b386d3fc] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-b386d3fc] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-b386d3fc] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-b386d3fc] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-b386d3fc] {
    margin-bottom: 0;
}
}
.gray-100[data-v-b386d3fc] {
  background-color: #F5F5F5;
}
.highlight[data-v-b386d3fc] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-b386d3fc] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-b386d3fc] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-b386d3fc] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-b386d3fc] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-b386d3fc] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-b386d3fc] {
  z-index: 10000;
}
.video-responsive[data-v-b386d3fc] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-b386d3fc] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-b386d3fc]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-b386d3fc]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-b386d3fc] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-b386d3fc] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-b386d3fc] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-b386d3fc]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-b386d3fc]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-b386d3fc] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-b386d3fc] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-b386d3fc] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-b386d3fc] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-b386d3fc],
.sidenav-list-virk.sidenav-list li li[data-v-b386d3fc],
.sidenav-list-virk.sidenav-list a[data-v-b386d3fc] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-b386d3fc] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-b386d3fc] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-b386d3fc] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-b386d3fc] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-b386d3fc] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-b386d3fc]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-b386d3fc]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-b386d3fc] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-b386d3fc]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-b386d3fc] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
body.modal-open[data-v-b386d3fc] {
  overflow: hidden;
}
.modal-backdrop[data-v-b386d3fc] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8888;
  padding: 16px;
}
.fds-modal[data-v-b386d3fc]:focus-visible {
  outline: none;
}
.fds-modal[data-v-b386d3fc] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 16px;
}
.fds-modal[aria-hidden=false][data-v-b386d3fc] {
  display: flex;
}
.fds-modal .modal-content[data-v-b386d3fc] {
  align-self: center;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 100%;
  position: relative;
  margin: 24px auto 24px;
}
.fds-modal .modal-bottom-page[data-v-b386d3fc] {
  position: fixed;
  margin-top: 0;
  margin-bottom: 0;
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}
.fds-modal .modal-filter[data-v-b386d3fc] {
  position: fixed;
  left: 0;
  height: 100%;
  margin: 0;
}
.fds-modal .modal-filter .modal-header[data-v-b386d3fc] {
  padding: 0;
}
.fds-modal .modal-filter .modal-title[data-v-b386d3fc] {
  display: none;
}
.fds-modal .modal-header[data-v-b386d3fc] {
  padding: 16px 24px 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-b386d3fc] {
    padding: 40px 40px 8px 40px;
}
}
.fds-modal .modal-header[data-v-b386d3fc] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-b386d3fc] {
    padding-right: 48px;
}
}
.fds-modal .modal-header h1[data-v-b386d3fc],
.fds-modal .modal-header h2[data-v-b386d3fc],
.fds-modal .modal-header h3[data-v-b386d3fc],
.fds-modal .modal-header h4[data-v-b386d3fc],
.fds-modal .modal-header h5[data-v-b386d3fc],
.fds-modal .modal-header h6[data-v-b386d3fc],
.fds-modal .modal-header .h1[data-v-b386d3fc],
.fds-modal .modal-header .h2[data-v-b386d3fc],
.fds-modal .modal-header .h3[data-v-b386d3fc],
.fds-modal .modal-header .h4[data-v-b386d3fc],
.fds-modal .modal-header .h5[data-v-b386d3fc],
.fds-modal .modal-header .h6[data-v-b386d3fc] {
  color: #1a1a1a;
}
.fds-modal .modal-title[data-v-b386d3fc] {
  margin: 24px 48px 8px 0;
}
@media (min-width: 768px) {
.fds-modal .modal-title[data-v-b386d3fc] {
    margin: 0 48px 0 0;
}
}
.fds-modal .modal-body[data-v-b386d3fc] {
  background-color: white;
  color: #1a1a1a;
  padding: 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-body[data-v-b386d3fc] {
    padding: 8px 40px 8px 40px;
}
}
.fds-modal .modal-body[data-v-b386d3fc] > *:first-child {
  margin-top: 0;
}
.fds-modal .modal-body p[data-v-b386d3fc],
.fds-modal .modal-body h1[data-v-b386d3fc],
.fds-modal .modal-body h2[data-v-b386d3fc],
.fds-modal .modal-body h3[data-v-b386d3fc],
.fds-modal .modal-body h4[data-v-b386d3fc],
.fds-modal .modal-body h5[data-v-b386d3fc],
.fds-modal .modal-body h6[data-v-b386d3fc],
.fds-modal .modal-body .h1[data-v-b386d3fc],
.fds-modal .modal-body .h2[data-v-b386d3fc],
.fds-modal .modal-body .h3[data-v-b386d3fc],
.fds-modal .modal-body .h4[data-v-b386d3fc],
.fds-modal .modal-body .h5[data-v-b386d3fc],
.fds-modal .modal-body .h6[data-v-b386d3fc] {
  color: #1a1a1a;
}
.fds-modal .modal-footer[data-v-b386d3fc] {
  padding: 0px 24px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-footer[data-v-b386d3fc] {
    padding: 8px 40px 40px 40px;
}
}
.fds-modal .modal-footer[data-v-b386d3fc] {
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 992px) {
.fds-modal .modal-footer[data-v-b386d3fc] {
    display: flex;
}
}
.fds-modal .modal-footer .button[data-v-b386d3fc] {
  margin-top: 8px;
  margin-right: 16px;
}
.fds-modal .modal-footer p[data-v-b386d3fc],
.fds-modal .modal-footer h1[data-v-b386d3fc],
.fds-modal .modal-footer h2[data-v-b386d3fc],
.fds-modal .modal-footer h3[data-v-b386d3fc],
.fds-modal .modal-footer h4[data-v-b386d3fc],
.fds-modal .modal-footer h5[data-v-b386d3fc],
.fds-modal .modal-footer h6[data-v-b386d3fc],
.fds-modal .modal-footer .h1[data-v-b386d3fc],
.fds-modal .modal-footer .h2[data-v-b386d3fc],
.fds-modal .modal-footer .h3[data-v-b386d3fc],
.fds-modal .modal-footer .h4[data-v-b386d3fc],
.fds-modal .modal-footer .h5[data-v-b386d3fc],
.fds-modal .modal-footer .h6[data-v-b386d3fc] {
  color: #1a1a1a;
}
.fds-modal .modal-close[data-v-b386d3fc] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: inherit;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-close[data-v-b386d3fc] {
    top: 24px;
    right: 32px;
}
}
.fds-modal .modal-close[data-v-b386d3fc]:hover, .fds-modal .modal-close[data-v-b386d3fc]:visited, .fds-modal .modal-close[data-v-b386d3fc]:focus {
  color: #1a1a1a;
}
.fds-modal[data-v-b386d3fc] {
  /**************************\
        Animation Style
    \**************************/
}
@keyframes modalfadeIn-b386d3fc {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes modalfadeOut-b386d3fc {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes modalslideIn-b386d3fc {
from {
    transform: translateY(15%);
}
to {
    transform: translateY(0);
}
}
@keyframes modalslideOut-b386d3fc {
from {
    transform: translateY(0);
}
to {
    transform: translateY(-10%);
}
}
.fds-modal[aria-hidden=false] .modal-content[data-v-b386d3fc] {
  animation: modalslideIn-b386d3fc 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal[aria-hidden=true] .modal-content[data-v-b386d3fc] {
  animation: modalslideOut-b386d3fc 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal .button-unstyled[data-v-b386d3fc] {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: #004D99;
  font: inherit;
  text-align: left;
  cursor: pointer;
  text-decoration: underline;
}
.fds-modal .button-unstyled[data-v-b386d3fc]:hover, .fds-modal .button-unstyled[data-v-b386d3fc]:focus {
  text-decoration: underline;
  color: #000040;
}
.fds-modal .button-unstyled[data-v-b386d3fc]:visited {
  color: #800080;
}
.fds-modal .button-unstyled[data-v-b386d3fc]:disabled {
  cursor: default;
  color: #a9a9a9;
  text-decoration: none;
}
.unstyle-router[data-v-b386d3fc] {
  color: #ffffff !important;
  text-decoration: none;
}
.fritekst-streng[data-v-b386d3fc] {
  word-wrap: break-word;
}
@media (max-width: 991px) {
.modal-body[data-v-b386d3fc] {
    float: right;
}
}
.modal-body[data-v-b386d3fc] {
  padding-bottom: 15% !important;
}
.modal-body .mitid-box[data-v-b386d3fc] {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  width: 85%;
  height: 20%;
  background-color: white;
  border: none;
  cursor: pointer;
}
.modal-body .mitid-container[data-v-b386d3fc] {
  padding: 20px;
}
.modal-body .mitid-logo img[data-v-b386d3fc] {
  display: block;
  max-width: 100%;
  height: auto;
}
.modal-body .spacer[data-v-b386d3fc] {
  padding-bottom: 50px;
}
.modal-body .underscore-link[data-v-b386d3fc] {
  text-decoration: underline;
}body[data-v-23916c01] {
  overflow: scroll;
}
.mobile-view[data-v-23916c01] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-23916c01] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-23916c01] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-23916c01] {
  font-size: 1.6rem;
}
p[data-v-23916c01] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-23916c01] {
  color: #004D99;
}
a[data-v-23916c01]:hover, a.link-hover[data-v-23916c01] {
  color: #000040;
}
a[data-v-23916c01]:hover:disabled,
a:hover .disabled[data-v-23916c01], a.link-hover[data-v-23916c01]:disabled,
a.link-hover .disabled[data-v-23916c01] {
  background-color: transparent !important;
}
a[data-v-23916c01]:focus, a.link-focus[data-v-23916c01] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-23916c01]:visited, a.link-visited[data-v-23916c01] {
  color: #800080;
}
a[data-v-23916c01]:disabled, a.disabled[data-v-23916c01] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-23916c01]:disabled:focus, a.disabled[data-v-23916c01]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-23916c01]:not(.button) {
  color: white;
}
.background-dark a[data-v-23916c01]:disabled, .background-dark a.disabled[data-v-23916c01] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-23916c01]:disabled:focus, .background-dark a.disabled[data-v-23916c01]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-23916c01] {
  font-weight: 600;
}
a[data-v-23916c01]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-23916c01], .h1[data-v-23916c01] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-23916c01], .h1[data-v-23916c01] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-23916c01], .h1[data-v-23916c01] {
    font-size: 3.9rem;
}
}
h1[data-v-23916c01], .h1[data-v-23916c01] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-23916c01], .h1[data-v-23916c01] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-23916c01], .h1[data-v-23916c01] {
    line-height: 4.8rem;
}
}
h1[data-v-23916c01], .h1[data-v-23916c01] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-23916c01], .h1[data-v-23916c01] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-23916c01], .h1[data-v-23916c01] {
    letter-spacing: normal;
}
}
h1[data-v-23916c01], .h1[data-v-23916c01] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-23916c01], .h2[data-v-23916c01] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-23916c01], .h2[data-v-23916c01] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-23916c01], .h2[data-v-23916c01] {
    font-size: 3.1rem;
}
}
h2[data-v-23916c01], .h2[data-v-23916c01] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-23916c01], .h2[data-v-23916c01] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-23916c01], .h2[data-v-23916c01] {
    line-height: 4rem;
}
}
h2[data-v-23916c01], .h2[data-v-23916c01] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-23916c01], .h2[data-v-23916c01] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-23916c01], .h2[data-v-23916c01] {
    letter-spacing: normal;
}
}
h2[data-v-23916c01], .h2[data-v-23916c01] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-23916c01], .h3[data-v-23916c01] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-23916c01], .h3[data-v-23916c01] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-23916c01], .h3[data-v-23916c01] {
    font-size: 2.5rem;
}
}
h3[data-v-23916c01], .h3[data-v-23916c01] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-23916c01], .h3[data-v-23916c01] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-23916c01], .h3[data-v-23916c01] {
    line-height: 3.2rem;
}
}
h3[data-v-23916c01], .h3[data-v-23916c01] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-23916c01], .h3[data-v-23916c01] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-23916c01], .h3[data-v-23916c01] {
    letter-spacing: normal;
}
}
h3[data-v-23916c01], .h3[data-v-23916c01] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-23916c01], .h4[data-v-23916c01] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-23916c01], .h4[data-v-23916c01] {
    font-size: 2rem;
}
}
h4[data-v-23916c01], .h4[data-v-23916c01] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-23916c01], .h4[data-v-23916c01] {
    line-height: 2.8rem;
}
}
h4[data-v-23916c01], .h4[data-v-23916c01] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-23916c01], .h4[data-v-23916c01] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-23916c01], .h4[data-v-23916c01] {
    letter-spacing: normal;
}
}
h4[data-v-23916c01], .h4[data-v-23916c01] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-23916c01], .h5[data-v-23916c01] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-23916c01], .h5[data-v-23916c01] {
    font-size: 1.6rem;
}
}
h5[data-v-23916c01], .h5[data-v-23916c01] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-23916c01], .h5[data-v-23916c01] {
    line-height: 2.4rem;
}
}
h5[data-v-23916c01], .h5[data-v-23916c01] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-23916c01], .h5[data-v-23916c01] {
    letter-spacing: normal;
}
}
h5[data-v-23916c01], .h5[data-v-23916c01] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-23916c01], .h6[data-v-23916c01] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-23916c01], .body-text[data-v-23916c01], .body-copy-text[data-v-23916c01] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-23916c01], .figcaption[data-v-23916c01] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-23916c01], .figcaption p[data-v-23916c01] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-23916c01] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-23916c01] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-23916c01] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-23916c01], .small-text[data-v-23916c01] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-23916c01] {
  font-weight: 400;
}
.weight-semibold[data-v-23916c01] {
  font-weight: 600;
}
.facit[data-v-23916c01] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-23916c01], b[data-v-23916c01], .bold[data-v-23916c01] {
  font-weight: 700;
}
.italic[data-v-23916c01], em[data-v-23916c01] {
  font-style: italic;
}
.form-label[data-v-23916c01] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-23916c01]:focus, .h1[data-v-23916c01]:focus,
h2[data-v-23916c01]:focus, .h2[data-v-23916c01]:focus,
h3[data-v-23916c01]:focus, .h3[data-v-23916c01]:focus,
h4[data-v-23916c01]:focus, .h4[data-v-23916c01]:focus,
h5[data-v-23916c01]:focus, .h5[data-v-23916c01]:focus,
h6[data-v-23916c01]:focus, .h6[data-v-23916c01]:focus {
  outline: none;
}
h1[data-v-23916c01], .h1[data-v-23916c01] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-23916c01], .h2[data-v-23916c01] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-23916c01], .h2[data-v-23916c01] {
    margin-top: 4rem;
}
}
h3[data-v-23916c01], .h3[data-v-23916c01] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-23916c01], .h3[data-v-23916c01] {
    margin-top: 4rem;
}
}
h4[data-v-23916c01], .h4[data-v-23916c01] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-23916c01], .h5[data-v-23916c01] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-23916c01], .h6[data-v-23916c01] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-23916c01] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-23916c01], .body-text[data-v-23916c01] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-23916c01], h5 + ul[data-v-23916c01], h5 + ol[data-v-23916c01], .h5 + p[data-v-23916c01], .h5 + ul[data-v-23916c01], .h5 + ol[data-v-23916c01], h6 + p[data-v-23916c01], h6 + ul[data-v-23916c01], h6 + ol[data-v-23916c01], .h6 + p[data-v-23916c01], .h6 + ul[data-v-23916c01], .h6 + ol[data-v-23916c01] {
  margin-top: 0;
}
button.function-link[data-v-23916c01] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-23916c01] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-23916c01]:hover, .function-link[data-v-23916c01]:visited, .function-link[data-v-23916c01]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-23916c01] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-23916c01] {
  text-align: right;
}
.back-link[data-v-23916c01] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-23916c01] {
    margin-bottom: 32px;
}
}
.back-link[data-v-23916c01] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-23916c01]::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[data-v-23916c01]:active, .back-link[data-v-23916c01]:focus, .back-link[data-v-23916c01]:hover, .back-link[data-v-23916c01]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-23916c01] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-23916c01] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-23916c01], h1 a[data-v-23916c01]:hover, h1 a[data-v-23916c01]:visited, h1 a[data-v-23916c01]:focus, .h1 a[data-v-23916c01], .h1 a[data-v-23916c01]:hover, .h1 a[data-v-23916c01]:visited, .h1 a[data-v-23916c01]:focus,
h2 a[data-v-23916c01],
h2 a[data-v-23916c01]:hover,
h2 a[data-v-23916c01]:visited,
h2 a[data-v-23916c01]:focus, .h2 a[data-v-23916c01], .h2 a[data-v-23916c01]:hover, .h2 a[data-v-23916c01]:visited, .h2 a[data-v-23916c01]:focus,
h3 a[data-v-23916c01],
h3 a[data-v-23916c01]:hover,
h3 a[data-v-23916c01]:visited,
h3 a[data-v-23916c01]:focus, .h3 a[data-v-23916c01], .h3 a[data-v-23916c01]:hover, .h3 a[data-v-23916c01]:visited, .h3 a[data-v-23916c01]:focus,
h4 a[data-v-23916c01],
h4 a[data-v-23916c01]:hover,
h4 a[data-v-23916c01]:visited,
h4 a[data-v-23916c01]:focus, .h4 a[data-v-23916c01], .h4 a[data-v-23916c01]:hover, .h4 a[data-v-23916c01]:visited, .h4 a[data-v-23916c01]:focus,
h5 a[data-v-23916c01],
h5 a[data-v-23916c01]:hover,
h5 a[data-v-23916c01]:visited,
h5 a[data-v-23916c01]:focus, .h5 a[data-v-23916c01], .h5 a[data-v-23916c01]:hover, .h5 a[data-v-23916c01]:visited, .h5 a[data-v-23916c01]:focus,
h6 a[data-v-23916c01],
h6 a[data-v-23916c01]:hover,
h6 a[data-v-23916c01]:visited,
h6 a[data-v-23916c01]:focus, .h6 a[data-v-23916c01], .h6 a[data-v-23916c01]:hover, .h6 a[data-v-23916c01]:visited, .h6 a[data-v-23916c01]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-23916c01], .h1 a.search-link[data-v-23916c01],
h2 a.search-link[data-v-23916c01], .h2 a.search-link[data-v-23916c01],
h3 a.search-link[data-v-23916c01], .h3 a.search-link[data-v-23916c01],
h4 a.search-link[data-v-23916c01], .h4 a.search-link[data-v-23916c01],
h5 a.search-link[data-v-23916c01], .h5 a.search-link[data-v-23916c01],
h6 a.search-link[data-v-23916c01], .h6 a.search-link[data-v-23916c01] {
  text-decoration: none;
}
h1 a.search-link[data-v-23916c01]:visited, .h1 a.search-link[data-v-23916c01]:visited,
h2 a.search-link[data-v-23916c01]:visited, .h2 a.search-link[data-v-23916c01]:visited,
h3 a.search-link[data-v-23916c01]:visited, .h3 a.search-link[data-v-23916c01]:visited,
h4 a.search-link[data-v-23916c01]:visited, .h4 a.search-link[data-v-23916c01]:visited,
h5 a.search-link[data-v-23916c01]:visited, .h5 a.search-link[data-v-23916c01]:visited,
h6 a.search-link[data-v-23916c01]:visited, .h6 a.search-link[data-v-23916c01]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-23916c01]:focus, .h1 a.search-link[data-v-23916c01]:focus,
h2 a.search-link[data-v-23916c01]:focus, .h2 a.search-link[data-v-23916c01]:focus,
h3 a.search-link[data-v-23916c01]:focus, .h3 a.search-link[data-v-23916c01]:focus,
h4 a.search-link[data-v-23916c01]:focus, .h4 a.search-link[data-v-23916c01]:focus,
h5 a.search-link[data-v-23916c01]:focus, .h5 a.search-link[data-v-23916c01]:focus,
h6 a.search-link[data-v-23916c01]:focus, .h6 a.search-link[data-v-23916c01]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-23916c01]:hover, .h1 a.search-link[data-v-23916c01]:hover,
h2 a.search-link[data-v-23916c01]:hover, .h2 a.search-link[data-v-23916c01]:hover,
h3 a.search-link[data-v-23916c01]:hover, .h3 a.search-link[data-v-23916c01]:hover,
h4 a.search-link[data-v-23916c01]:hover, .h4 a.search-link[data-v-23916c01]:hover,
h5 a.search-link[data-v-23916c01]:hover, .h5 a.search-link[data-v-23916c01]:hover,
h6 a.search-link[data-v-23916c01]:hover, .h6 a.search-link[data-v-23916c01]:hover {
  text-decoration: underline;
}
cite[data-v-23916c01],
var[data-v-23916c01],
address[data-v-23916c01],
dfn[data-v-23916c01] {
  font-style: normal;
}
h1[data-v-23916c01], .h1[data-v-23916c01],
h2[data-v-23916c01], .h2[data-v-23916c01],
h3[data-v-23916c01], .h3[data-v-23916c01],
h4[data-v-23916c01], .h4[data-v-23916c01],
h5[data-v-23916c01], .h5[data-v-23916c01],
h6[data-v-23916c01], .h6[data-v-23916c01] {
  max-width: 66ch;
}
p[data-v-23916c01],
ul[data-v-23916c01]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-23916c01]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-23916c01] {
  max-width: 66ch;
}
.form-label[data-v-23916c01], .form-hint[data-v-23916c01], .form-error-message[data-v-23916c01] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-23916c01], .form-radio + label[data-v-23916c01] {
  max-width: 66ch;
}
.displayheading-1[data-v-23916c01] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-23916c01] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-23916c01] {
  color: #358000;
}
.text-negative[data-v-23916c01] {
  color: #CC0000;
}
.color-text-black[data-v-23916c01] {
  color: #1a1a1a;
}
.background-dark[data-v-23916c01] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-23916c01], .background-dark span[data-v-23916c01] {
  color: white;
}
.field-group-title[data-v-23916c01] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-23916c01] {
  border: 2px solid #1a1a1a;
}
h1[data-v-23916c01], h2[data-v-23916c01], h3[data-v-23916c01], h4[data-v-23916c01], h5[data-v-23916c01], h6[data-v-23916c01], p[data-v-23916c01], legend[data-v-23916c01], strong[data-v-23916c01], b[data-v-23916c01], cite[data-v-23916c01], var[data-v-23916c01], address[data-v-23916c01], dfn[data-v-23916c01] {
  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[data-v-23916c01] {
  text-transform: uppercase;
}
.lowercase[data-v-23916c01] {
  text-transform: lowercase;
}
.d-inline[data-v-23916c01] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-23916c01] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-23916c01] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-23916c01] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-23916c01] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-23916c01] {
    display: inline !important;
}
}
.flex-grow[data-v-23916c01] {
  flex-grow: 1;
}
.weight-normal[data-v-23916c01] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-23916c01] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-23916c01] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-23916c01] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-23916c01] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-23916c01] {
    margin-bottom: 0;
}
}
.gray-100[data-v-23916c01] {
  background-color: #F5F5F5;
}
.highlight[data-v-23916c01] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-23916c01] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-23916c01] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-23916c01] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-23916c01] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-23916c01] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-23916c01] {
  z-index: 10000;
}
.video-responsive[data-v-23916c01] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-23916c01] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-23916c01]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-23916c01]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-23916c01] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-23916c01] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-23916c01] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-23916c01]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-23916c01]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-23916c01] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-23916c01] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-23916c01] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-23916c01] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-23916c01],
.sidenav-list-virk.sidenav-list li li[data-v-23916c01],
.sidenav-list-virk.sidenav-list a[data-v-23916c01] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-23916c01] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-23916c01] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-23916c01] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-23916c01] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-23916c01] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-23916c01]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-23916c01]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-23916c01] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-23916c01]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-23916c01] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
body.modal-open[data-v-23916c01] {
  overflow: hidden;
}
.modal-backdrop[data-v-23916c01] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8888;
  padding: 16px;
}
.fds-modal[data-v-23916c01]:focus-visible {
  outline: none;
}
.fds-modal[data-v-23916c01] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 16px;
}
.fds-modal[aria-hidden=false][data-v-23916c01] {
  display: flex;
}
.fds-modal .modal-content[data-v-23916c01] {
  align-self: center;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 100%;
  position: relative;
  margin: 24px auto 24px;
}
.fds-modal .modal-bottom-page[data-v-23916c01] {
  position: fixed;
  margin-top: 0;
  margin-bottom: 0;
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}
.fds-modal .modal-filter[data-v-23916c01] {
  position: fixed;
  left: 0;
  height: 100%;
  margin: 0;
}
.fds-modal .modal-filter .modal-header[data-v-23916c01] {
  padding: 0;
}
.fds-modal .modal-filter .modal-title[data-v-23916c01] {
  display: none;
}
.fds-modal .modal-header[data-v-23916c01] {
  padding: 16px 24px 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-23916c01] {
    padding: 40px 40px 8px 40px;
}
}
.fds-modal .modal-header[data-v-23916c01] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-23916c01] {
    padding-right: 48px;
}
}
.fds-modal .modal-header h1[data-v-23916c01],
.fds-modal .modal-header h2[data-v-23916c01],
.fds-modal .modal-header h3[data-v-23916c01],
.fds-modal .modal-header h4[data-v-23916c01],
.fds-modal .modal-header h5[data-v-23916c01],
.fds-modal .modal-header h6[data-v-23916c01],
.fds-modal .modal-header .h1[data-v-23916c01],
.fds-modal .modal-header .h2[data-v-23916c01],
.fds-modal .modal-header .h3[data-v-23916c01],
.fds-modal .modal-header .h4[data-v-23916c01],
.fds-modal .modal-header .h5[data-v-23916c01],
.fds-modal .modal-header .h6[data-v-23916c01] {
  color: #1a1a1a;
}
.fds-modal .modal-title[data-v-23916c01] {
  margin: 24px 48px 8px 0;
}
@media (min-width: 768px) {
.fds-modal .modal-title[data-v-23916c01] {
    margin: 0 48px 0 0;
}
}
.fds-modal .modal-body[data-v-23916c01] {
  background-color: white;
  color: #1a1a1a;
  padding: 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-body[data-v-23916c01] {
    padding: 8px 40px 8px 40px;
}
}
.fds-modal .modal-body[data-v-23916c01] > *:first-child {
  margin-top: 0;
}
.fds-modal .modal-body p[data-v-23916c01],
.fds-modal .modal-body h1[data-v-23916c01],
.fds-modal .modal-body h2[data-v-23916c01],
.fds-modal .modal-body h3[data-v-23916c01],
.fds-modal .modal-body h4[data-v-23916c01],
.fds-modal .modal-body h5[data-v-23916c01],
.fds-modal .modal-body h6[data-v-23916c01],
.fds-modal .modal-body .h1[data-v-23916c01],
.fds-modal .modal-body .h2[data-v-23916c01],
.fds-modal .modal-body .h3[data-v-23916c01],
.fds-modal .modal-body .h4[data-v-23916c01],
.fds-modal .modal-body .h5[data-v-23916c01],
.fds-modal .modal-body .h6[data-v-23916c01] {
  color: #1a1a1a;
}
.fds-modal .modal-footer[data-v-23916c01] {
  padding: 0px 24px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-footer[data-v-23916c01] {
    padding: 8px 40px 40px 40px;
}
}
.fds-modal .modal-footer[data-v-23916c01] {
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 992px) {
.fds-modal .modal-footer[data-v-23916c01] {
    display: flex;
}
}
.fds-modal .modal-footer .button[data-v-23916c01] {
  margin-top: 8px;
  margin-right: 16px;
}
.fds-modal .modal-footer p[data-v-23916c01],
.fds-modal .modal-footer h1[data-v-23916c01],
.fds-modal .modal-footer h2[data-v-23916c01],
.fds-modal .modal-footer h3[data-v-23916c01],
.fds-modal .modal-footer h4[data-v-23916c01],
.fds-modal .modal-footer h5[data-v-23916c01],
.fds-modal .modal-footer h6[data-v-23916c01],
.fds-modal .modal-footer .h1[data-v-23916c01],
.fds-modal .modal-footer .h2[data-v-23916c01],
.fds-modal .modal-footer .h3[data-v-23916c01],
.fds-modal .modal-footer .h4[data-v-23916c01],
.fds-modal .modal-footer .h5[data-v-23916c01],
.fds-modal .modal-footer .h6[data-v-23916c01] {
  color: #1a1a1a;
}
.fds-modal .modal-close[data-v-23916c01] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: inherit;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-close[data-v-23916c01] {
    top: 24px;
    right: 32px;
}
}
.fds-modal .modal-close[data-v-23916c01]:hover, .fds-modal .modal-close[data-v-23916c01]:visited, .fds-modal .modal-close[data-v-23916c01]:focus {
  color: #1a1a1a;
}
.fds-modal[data-v-23916c01] {
  /**************************\
        Animation Style
    \**************************/
}
@keyframes modalfadeIn-23916c01 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes modalfadeOut-23916c01 {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes modalslideIn-23916c01 {
from {
    transform: translateY(15%);
}
to {
    transform: translateY(0);
}
}
@keyframes modalslideOut-23916c01 {
from {
    transform: translateY(0);
}
to {
    transform: translateY(-10%);
}
}
.fds-modal[aria-hidden=false] .modal-content[data-v-23916c01] {
  animation: modalslideIn-23916c01 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal[aria-hidden=true] .modal-content[data-v-23916c01] {
  animation: modalslideOut-23916c01 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal .button-unstyled[data-v-23916c01] {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: #004D99;
  font: inherit;
  text-align: left;
  cursor: pointer;
  text-decoration: underline;
}
.fds-modal .button-unstyled[data-v-23916c01]:hover, .fds-modal .button-unstyled[data-v-23916c01]:focus {
  text-decoration: underline;
  color: #000040;
}
.fds-modal .button-unstyled[data-v-23916c01]:visited {
  color: #800080;
}
.fds-modal .button-unstyled[data-v-23916c01]:disabled {
  cursor: default;
  color: #a9a9a9;
  text-decoration: none;
}
.unstyle-router[data-v-23916c01] {
  color: #ffffff !important;
  text-decoration: none;
}
.fritekst-streng[data-v-23916c01] {
  word-wrap: break-word;
}body[data-v-ff05ebed] {
  overflow: scroll;
}
.mobile-view[data-v-ff05ebed] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-ff05ebed] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-ff05ebed] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-ff05ebed] {
  font-size: 1.6rem;
}
p[data-v-ff05ebed] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-ff05ebed] {
  color: #004D99;
}
a[data-v-ff05ebed]:hover, a.link-hover[data-v-ff05ebed] {
  color: #000040;
}
a[data-v-ff05ebed]:hover:disabled,
a:hover .disabled[data-v-ff05ebed], a.link-hover[data-v-ff05ebed]:disabled,
a.link-hover .disabled[data-v-ff05ebed] {
  background-color: transparent !important;
}
a[data-v-ff05ebed]:focus, a.link-focus[data-v-ff05ebed] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-ff05ebed]:visited, a.link-visited[data-v-ff05ebed] {
  color: #800080;
}
a[data-v-ff05ebed]:disabled, a.disabled[data-v-ff05ebed] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-ff05ebed]:disabled:focus, a.disabled[data-v-ff05ebed]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-ff05ebed]:not(.button) {
  color: white;
}
.background-dark a[data-v-ff05ebed]:disabled, .background-dark a.disabled[data-v-ff05ebed] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-ff05ebed]:disabled:focus, .background-dark a.disabled[data-v-ff05ebed]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-ff05ebed] {
  font-weight: 600;
}
a[data-v-ff05ebed]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-ff05ebed], .h1[data-v-ff05ebed] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-ff05ebed], .h1[data-v-ff05ebed] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-ff05ebed], .h1[data-v-ff05ebed] {
    font-size: 3.9rem;
}
}
h1[data-v-ff05ebed], .h1[data-v-ff05ebed] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-ff05ebed], .h1[data-v-ff05ebed] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-ff05ebed], .h1[data-v-ff05ebed] {
    line-height: 4.8rem;
}
}
h1[data-v-ff05ebed], .h1[data-v-ff05ebed] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-ff05ebed], .h1[data-v-ff05ebed] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-ff05ebed], .h1[data-v-ff05ebed] {
    letter-spacing: normal;
}
}
h1[data-v-ff05ebed], .h1[data-v-ff05ebed] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-ff05ebed], .h2[data-v-ff05ebed] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-ff05ebed], .h2[data-v-ff05ebed] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-ff05ebed], .h2[data-v-ff05ebed] {
    font-size: 3.1rem;
}
}
h2[data-v-ff05ebed], .h2[data-v-ff05ebed] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-ff05ebed], .h2[data-v-ff05ebed] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-ff05ebed], .h2[data-v-ff05ebed] {
    line-height: 4rem;
}
}
h2[data-v-ff05ebed], .h2[data-v-ff05ebed] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-ff05ebed], .h2[data-v-ff05ebed] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-ff05ebed], .h2[data-v-ff05ebed] {
    letter-spacing: normal;
}
}
h2[data-v-ff05ebed], .h2[data-v-ff05ebed] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-ff05ebed], .h3[data-v-ff05ebed] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-ff05ebed], .h3[data-v-ff05ebed] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-ff05ebed], .h3[data-v-ff05ebed] {
    font-size: 2.5rem;
}
}
h3[data-v-ff05ebed], .h3[data-v-ff05ebed] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-ff05ebed], .h3[data-v-ff05ebed] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-ff05ebed], .h3[data-v-ff05ebed] {
    line-height: 3.2rem;
}
}
h3[data-v-ff05ebed], .h3[data-v-ff05ebed] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-ff05ebed], .h3[data-v-ff05ebed] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-ff05ebed], .h3[data-v-ff05ebed] {
    letter-spacing: normal;
}
}
h3[data-v-ff05ebed], .h3[data-v-ff05ebed] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-ff05ebed], .h4[data-v-ff05ebed] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-ff05ebed], .h4[data-v-ff05ebed] {
    font-size: 2rem;
}
}
h4[data-v-ff05ebed], .h4[data-v-ff05ebed] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-ff05ebed], .h4[data-v-ff05ebed] {
    line-height: 2.8rem;
}
}
h4[data-v-ff05ebed], .h4[data-v-ff05ebed] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-ff05ebed], .h4[data-v-ff05ebed] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-ff05ebed], .h4[data-v-ff05ebed] {
    letter-spacing: normal;
}
}
h4[data-v-ff05ebed], .h4[data-v-ff05ebed] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-ff05ebed], .h5[data-v-ff05ebed] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-ff05ebed], .h5[data-v-ff05ebed] {
    font-size: 1.6rem;
}
}
h5[data-v-ff05ebed], .h5[data-v-ff05ebed] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-ff05ebed], .h5[data-v-ff05ebed] {
    line-height: 2.4rem;
}
}
h5[data-v-ff05ebed], .h5[data-v-ff05ebed] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-ff05ebed], .h5[data-v-ff05ebed] {
    letter-spacing: normal;
}
}
h5[data-v-ff05ebed], .h5[data-v-ff05ebed] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-ff05ebed], .h6[data-v-ff05ebed] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-ff05ebed], .body-text[data-v-ff05ebed], .body-copy-text[data-v-ff05ebed] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-ff05ebed], .figcaption[data-v-ff05ebed] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-ff05ebed], .figcaption p[data-v-ff05ebed] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-ff05ebed] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-ff05ebed] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-ff05ebed] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-ff05ebed], .small-text[data-v-ff05ebed] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-ff05ebed] {
  font-weight: 400;
}
.weight-semibold[data-v-ff05ebed] {
  font-weight: 600;
}
.facit[data-v-ff05ebed] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-ff05ebed], b[data-v-ff05ebed], .bold[data-v-ff05ebed] {
  font-weight: 700;
}
.italic[data-v-ff05ebed], em[data-v-ff05ebed] {
  font-style: italic;
}
.form-label[data-v-ff05ebed] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-ff05ebed]:focus, .h1[data-v-ff05ebed]:focus,
h2[data-v-ff05ebed]:focus, .h2[data-v-ff05ebed]:focus,
h3[data-v-ff05ebed]:focus, .h3[data-v-ff05ebed]:focus,
h4[data-v-ff05ebed]:focus, .h4[data-v-ff05ebed]:focus,
h5[data-v-ff05ebed]:focus, .h5[data-v-ff05ebed]:focus,
h6[data-v-ff05ebed]:focus, .h6[data-v-ff05ebed]:focus {
  outline: none;
}
h1[data-v-ff05ebed], .h1[data-v-ff05ebed] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-ff05ebed], .h2[data-v-ff05ebed] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-ff05ebed], .h2[data-v-ff05ebed] {
    margin-top: 4rem;
}
}
h3[data-v-ff05ebed], .h3[data-v-ff05ebed] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-ff05ebed], .h3[data-v-ff05ebed] {
    margin-top: 4rem;
}
}
h4[data-v-ff05ebed], .h4[data-v-ff05ebed] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-ff05ebed], .h5[data-v-ff05ebed] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-ff05ebed], .h6[data-v-ff05ebed] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-ff05ebed] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-ff05ebed], .body-text[data-v-ff05ebed] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-ff05ebed], h5 + ul[data-v-ff05ebed], h5 + ol[data-v-ff05ebed], .h5 + p[data-v-ff05ebed], .h5 + ul[data-v-ff05ebed], .h5 + ol[data-v-ff05ebed], h6 + p[data-v-ff05ebed], h6 + ul[data-v-ff05ebed], h6 + ol[data-v-ff05ebed], .h6 + p[data-v-ff05ebed], .h6 + ul[data-v-ff05ebed], .h6 + ol[data-v-ff05ebed] {
  margin-top: 0;
}
button.function-link[data-v-ff05ebed] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-ff05ebed] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-ff05ebed]:hover, .function-link[data-v-ff05ebed]:visited, .function-link[data-v-ff05ebed]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-ff05ebed] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-ff05ebed] {
  text-align: right;
}
.back-link[data-v-ff05ebed] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-ff05ebed] {
    margin-bottom: 32px;
}
}
.back-link[data-v-ff05ebed] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-ff05ebed]::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[data-v-ff05ebed]:active, .back-link[data-v-ff05ebed]:focus, .back-link[data-v-ff05ebed]:hover, .back-link[data-v-ff05ebed]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-ff05ebed] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-ff05ebed] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-ff05ebed], h1 a[data-v-ff05ebed]:hover, h1 a[data-v-ff05ebed]:visited, h1 a[data-v-ff05ebed]:focus, .h1 a[data-v-ff05ebed], .h1 a[data-v-ff05ebed]:hover, .h1 a[data-v-ff05ebed]:visited, .h1 a[data-v-ff05ebed]:focus,
h2 a[data-v-ff05ebed],
h2 a[data-v-ff05ebed]:hover,
h2 a[data-v-ff05ebed]:visited,
h2 a[data-v-ff05ebed]:focus, .h2 a[data-v-ff05ebed], .h2 a[data-v-ff05ebed]:hover, .h2 a[data-v-ff05ebed]:visited, .h2 a[data-v-ff05ebed]:focus,
h3 a[data-v-ff05ebed],
h3 a[data-v-ff05ebed]:hover,
h3 a[data-v-ff05ebed]:visited,
h3 a[data-v-ff05ebed]:focus, .h3 a[data-v-ff05ebed], .h3 a[data-v-ff05ebed]:hover, .h3 a[data-v-ff05ebed]:visited, .h3 a[data-v-ff05ebed]:focus,
h4 a[data-v-ff05ebed],
h4 a[data-v-ff05ebed]:hover,
h4 a[data-v-ff05ebed]:visited,
h4 a[data-v-ff05ebed]:focus, .h4 a[data-v-ff05ebed], .h4 a[data-v-ff05ebed]:hover, .h4 a[data-v-ff05ebed]:visited, .h4 a[data-v-ff05ebed]:focus,
h5 a[data-v-ff05ebed],
h5 a[data-v-ff05ebed]:hover,
h5 a[data-v-ff05ebed]:visited,
h5 a[data-v-ff05ebed]:focus, .h5 a[data-v-ff05ebed], .h5 a[data-v-ff05ebed]:hover, .h5 a[data-v-ff05ebed]:visited, .h5 a[data-v-ff05ebed]:focus,
h6 a[data-v-ff05ebed],
h6 a[data-v-ff05ebed]:hover,
h6 a[data-v-ff05ebed]:visited,
h6 a[data-v-ff05ebed]:focus, .h6 a[data-v-ff05ebed], .h6 a[data-v-ff05ebed]:hover, .h6 a[data-v-ff05ebed]:visited, .h6 a[data-v-ff05ebed]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-ff05ebed], .h1 a.search-link[data-v-ff05ebed],
h2 a.search-link[data-v-ff05ebed], .h2 a.search-link[data-v-ff05ebed],
h3 a.search-link[data-v-ff05ebed], .h3 a.search-link[data-v-ff05ebed],
h4 a.search-link[data-v-ff05ebed], .h4 a.search-link[data-v-ff05ebed],
h5 a.search-link[data-v-ff05ebed], .h5 a.search-link[data-v-ff05ebed],
h6 a.search-link[data-v-ff05ebed], .h6 a.search-link[data-v-ff05ebed] {
  text-decoration: none;
}
h1 a.search-link[data-v-ff05ebed]:visited, .h1 a.search-link[data-v-ff05ebed]:visited,
h2 a.search-link[data-v-ff05ebed]:visited, .h2 a.search-link[data-v-ff05ebed]:visited,
h3 a.search-link[data-v-ff05ebed]:visited, .h3 a.search-link[data-v-ff05ebed]:visited,
h4 a.search-link[data-v-ff05ebed]:visited, .h4 a.search-link[data-v-ff05ebed]:visited,
h5 a.search-link[data-v-ff05ebed]:visited, .h5 a.search-link[data-v-ff05ebed]:visited,
h6 a.search-link[data-v-ff05ebed]:visited, .h6 a.search-link[data-v-ff05ebed]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-ff05ebed]:focus, .h1 a.search-link[data-v-ff05ebed]:focus,
h2 a.search-link[data-v-ff05ebed]:focus, .h2 a.search-link[data-v-ff05ebed]:focus,
h3 a.search-link[data-v-ff05ebed]:focus, .h3 a.search-link[data-v-ff05ebed]:focus,
h4 a.search-link[data-v-ff05ebed]:focus, .h4 a.search-link[data-v-ff05ebed]:focus,
h5 a.search-link[data-v-ff05ebed]:focus, .h5 a.search-link[data-v-ff05ebed]:focus,
h6 a.search-link[data-v-ff05ebed]:focus, .h6 a.search-link[data-v-ff05ebed]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-ff05ebed]:hover, .h1 a.search-link[data-v-ff05ebed]:hover,
h2 a.search-link[data-v-ff05ebed]:hover, .h2 a.search-link[data-v-ff05ebed]:hover,
h3 a.search-link[data-v-ff05ebed]:hover, .h3 a.search-link[data-v-ff05ebed]:hover,
h4 a.search-link[data-v-ff05ebed]:hover, .h4 a.search-link[data-v-ff05ebed]:hover,
h5 a.search-link[data-v-ff05ebed]:hover, .h5 a.search-link[data-v-ff05ebed]:hover,
h6 a.search-link[data-v-ff05ebed]:hover, .h6 a.search-link[data-v-ff05ebed]:hover {
  text-decoration: underline;
}
cite[data-v-ff05ebed],
var[data-v-ff05ebed],
address[data-v-ff05ebed],
dfn[data-v-ff05ebed] {
  font-style: normal;
}
h1[data-v-ff05ebed], .h1[data-v-ff05ebed],
h2[data-v-ff05ebed], .h2[data-v-ff05ebed],
h3[data-v-ff05ebed], .h3[data-v-ff05ebed],
h4[data-v-ff05ebed], .h4[data-v-ff05ebed],
h5[data-v-ff05ebed], .h5[data-v-ff05ebed],
h6[data-v-ff05ebed], .h6[data-v-ff05ebed] {
  max-width: 66ch;
}
p[data-v-ff05ebed],
ul[data-v-ff05ebed]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-ff05ebed]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-ff05ebed] {
  max-width: 66ch;
}
.form-label[data-v-ff05ebed], .form-hint[data-v-ff05ebed], .form-error-message[data-v-ff05ebed] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-ff05ebed], .form-radio + label[data-v-ff05ebed] {
  max-width: 66ch;
}
.displayheading-1[data-v-ff05ebed] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-ff05ebed] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-ff05ebed] {
  color: #358000;
}
.text-negative[data-v-ff05ebed] {
  color: #CC0000;
}
.color-text-black[data-v-ff05ebed] {
  color: #1a1a1a;
}
.background-dark[data-v-ff05ebed] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-ff05ebed], .background-dark span[data-v-ff05ebed] {
  color: white;
}
.field-group-title[data-v-ff05ebed] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-ff05ebed] {
  border: 2px solid #1a1a1a;
}
h1[data-v-ff05ebed], h2[data-v-ff05ebed], h3[data-v-ff05ebed], h4[data-v-ff05ebed], h5[data-v-ff05ebed], h6[data-v-ff05ebed], p[data-v-ff05ebed], legend[data-v-ff05ebed], strong[data-v-ff05ebed], b[data-v-ff05ebed], cite[data-v-ff05ebed], var[data-v-ff05ebed], address[data-v-ff05ebed], dfn[data-v-ff05ebed] {
  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[data-v-ff05ebed] {
  text-transform: uppercase;
}
.lowercase[data-v-ff05ebed] {
  text-transform: lowercase;
}
.d-inline[data-v-ff05ebed] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-ff05ebed] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-ff05ebed] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-ff05ebed] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-ff05ebed] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-ff05ebed] {
    display: inline !important;
}
}
.flex-grow[data-v-ff05ebed] {
  flex-grow: 1;
}
.weight-normal[data-v-ff05ebed] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-ff05ebed] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-ff05ebed] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-ff05ebed] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-ff05ebed] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-ff05ebed] {
    margin-bottom: 0;
}
}
.gray-100[data-v-ff05ebed] {
  background-color: #F5F5F5;
}
.highlight[data-v-ff05ebed] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-ff05ebed] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-ff05ebed] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-ff05ebed] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-ff05ebed] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-ff05ebed] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-ff05ebed] {
  z-index: 10000;
}
.video-responsive[data-v-ff05ebed] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-ff05ebed] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-ff05ebed]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-ff05ebed]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-ff05ebed] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-ff05ebed] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-ff05ebed] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-ff05ebed]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-ff05ebed]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-ff05ebed] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-ff05ebed] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-ff05ebed] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-ff05ebed] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-ff05ebed],
.sidenav-list-virk.sidenav-list li li[data-v-ff05ebed],
.sidenav-list-virk.sidenav-list a[data-v-ff05ebed] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-ff05ebed] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-ff05ebed] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-ff05ebed] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-ff05ebed] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-ff05ebed] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-ff05ebed]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-ff05ebed]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-ff05ebed] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-ff05ebed]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-ff05ebed] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
body.modal-open[data-v-ff05ebed] {
  overflow: hidden;
}
.modal-backdrop[data-v-ff05ebed] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8888;
  padding: 16px;
}
.fds-modal[data-v-ff05ebed]:focus-visible {
  outline: none;
}
.fds-modal[data-v-ff05ebed] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 16px;
}
.fds-modal[aria-hidden=false][data-v-ff05ebed] {
  display: flex;
}
.fds-modal .modal-content[data-v-ff05ebed] {
  align-self: center;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 100%;
  position: relative;
  margin: 24px auto 24px;
}
.fds-modal .modal-bottom-page[data-v-ff05ebed] {
  position: fixed;
  margin-top: 0;
  margin-bottom: 0;
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}
.fds-modal .modal-filter[data-v-ff05ebed] {
  position: fixed;
  left: 0;
  height: 100%;
  margin: 0;
}
.fds-modal .modal-filter .modal-header[data-v-ff05ebed] {
  padding: 0;
}
.fds-modal .modal-filter .modal-title[data-v-ff05ebed] {
  display: none;
}
.fds-modal .modal-header[data-v-ff05ebed] {
  padding: 16px 24px 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-ff05ebed] {
    padding: 40px 40px 8px 40px;
}
}
.fds-modal .modal-header[data-v-ff05ebed] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-ff05ebed] {
    padding-right: 48px;
}
}
.fds-modal .modal-header h1[data-v-ff05ebed],
.fds-modal .modal-header h2[data-v-ff05ebed],
.fds-modal .modal-header h3[data-v-ff05ebed],
.fds-modal .modal-header h4[data-v-ff05ebed],
.fds-modal .modal-header h5[data-v-ff05ebed],
.fds-modal .modal-header h6[data-v-ff05ebed],
.fds-modal .modal-header .h1[data-v-ff05ebed],
.fds-modal .modal-header .h2[data-v-ff05ebed],
.fds-modal .modal-header .h3[data-v-ff05ebed],
.fds-modal .modal-header .h4[data-v-ff05ebed],
.fds-modal .modal-header .h5[data-v-ff05ebed],
.fds-modal .modal-header .h6[data-v-ff05ebed] {
  color: #1a1a1a;
}
.fds-modal .modal-title[data-v-ff05ebed] {
  margin: 24px 48px 8px 0;
}
@media (min-width: 768px) {
.fds-modal .modal-title[data-v-ff05ebed] {
    margin: 0 48px 0 0;
}
}
.fds-modal .modal-body[data-v-ff05ebed] {
  background-color: white;
  color: #1a1a1a;
  padding: 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-body[data-v-ff05ebed] {
    padding: 8px 40px 8px 40px;
}
}
.fds-modal .modal-body[data-v-ff05ebed] > *:first-child {
  margin-top: 0;
}
.fds-modal .modal-body p[data-v-ff05ebed],
.fds-modal .modal-body h1[data-v-ff05ebed],
.fds-modal .modal-body h2[data-v-ff05ebed],
.fds-modal .modal-body h3[data-v-ff05ebed],
.fds-modal .modal-body h4[data-v-ff05ebed],
.fds-modal .modal-body h5[data-v-ff05ebed],
.fds-modal .modal-body h6[data-v-ff05ebed],
.fds-modal .modal-body .h1[data-v-ff05ebed],
.fds-modal .modal-body .h2[data-v-ff05ebed],
.fds-modal .modal-body .h3[data-v-ff05ebed],
.fds-modal .modal-body .h4[data-v-ff05ebed],
.fds-modal .modal-body .h5[data-v-ff05ebed],
.fds-modal .modal-body .h6[data-v-ff05ebed] {
  color: #1a1a1a;
}
.fds-modal .modal-footer[data-v-ff05ebed] {
  padding: 0px 24px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-footer[data-v-ff05ebed] {
    padding: 8px 40px 40px 40px;
}
}
.fds-modal .modal-footer[data-v-ff05ebed] {
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 992px) {
.fds-modal .modal-footer[data-v-ff05ebed] {
    display: flex;
}
}
.fds-modal .modal-footer .button[data-v-ff05ebed] {
  margin-top: 8px;
  margin-right: 16px;
}
.fds-modal .modal-footer p[data-v-ff05ebed],
.fds-modal .modal-footer h1[data-v-ff05ebed],
.fds-modal .modal-footer h2[data-v-ff05ebed],
.fds-modal .modal-footer h3[data-v-ff05ebed],
.fds-modal .modal-footer h4[data-v-ff05ebed],
.fds-modal .modal-footer h5[data-v-ff05ebed],
.fds-modal .modal-footer h6[data-v-ff05ebed],
.fds-modal .modal-footer .h1[data-v-ff05ebed],
.fds-modal .modal-footer .h2[data-v-ff05ebed],
.fds-modal .modal-footer .h3[data-v-ff05ebed],
.fds-modal .modal-footer .h4[data-v-ff05ebed],
.fds-modal .modal-footer .h5[data-v-ff05ebed],
.fds-modal .modal-footer .h6[data-v-ff05ebed] {
  color: #1a1a1a;
}
.fds-modal .modal-close[data-v-ff05ebed] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: inherit;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-close[data-v-ff05ebed] {
    top: 24px;
    right: 32px;
}
}
.fds-modal .modal-close[data-v-ff05ebed]:hover, .fds-modal .modal-close[data-v-ff05ebed]:visited, .fds-modal .modal-close[data-v-ff05ebed]:focus {
  color: #1a1a1a;
}
.fds-modal[data-v-ff05ebed] {
  /**************************\
        Animation Style
    \**************************/
}
@keyframes modalfadeIn-ff05ebed {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes modalfadeOut-ff05ebed {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes modalslideIn-ff05ebed {
from {
    transform: translateY(15%);
}
to {
    transform: translateY(0);
}
}
@keyframes modalslideOut-ff05ebed {
from {
    transform: translateY(0);
}
to {
    transform: translateY(-10%);
}
}
.fds-modal[aria-hidden=false] .modal-content[data-v-ff05ebed] {
  animation: modalslideIn-ff05ebed 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal[aria-hidden=true] .modal-content[data-v-ff05ebed] {
  animation: modalslideOut-ff05ebed 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal .button-unstyled[data-v-ff05ebed] {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: #004D99;
  font: inherit;
  text-align: left;
  cursor: pointer;
  text-decoration: underline;
}
.fds-modal .button-unstyled[data-v-ff05ebed]:hover, .fds-modal .button-unstyled[data-v-ff05ebed]:focus {
  text-decoration: underline;
  color: #000040;
}
.fds-modal .button-unstyled[data-v-ff05ebed]:visited {
  color: #800080;
}
.fds-modal .button-unstyled[data-v-ff05ebed]:disabled {
  cursor: default;
  color: #a9a9a9;
  text-decoration: none;
}
.unstyle-router[data-v-ff05ebed] {
  color: #ffffff !important;
  text-decoration: none;
}
.fritekst-streng[data-v-ff05ebed] {
  word-wrap: break-word;
}body[data-v-15cbca62] {
  overflow: scroll;
}
.mobile-view[data-v-15cbca62] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-15cbca62] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-15cbca62] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-15cbca62] {
  font-size: 1.6rem;
}
p[data-v-15cbca62] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-15cbca62] {
  color: #004D99;
}
a[data-v-15cbca62]:hover, a.link-hover[data-v-15cbca62] {
  color: #000040;
}
a[data-v-15cbca62]:hover:disabled,
a:hover .disabled[data-v-15cbca62], a.link-hover[data-v-15cbca62]:disabled,
a.link-hover .disabled[data-v-15cbca62] {
  background-color: transparent !important;
}
a[data-v-15cbca62]:focus, a.link-focus[data-v-15cbca62] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-15cbca62]:visited, a.link-visited[data-v-15cbca62] {
  color: #800080;
}
a[data-v-15cbca62]:disabled, a.disabled[data-v-15cbca62] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-15cbca62]:disabled:focus, a.disabled[data-v-15cbca62]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-15cbca62]:not(.button) {
  color: white;
}
.background-dark a[data-v-15cbca62]:disabled, .background-dark a.disabled[data-v-15cbca62] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-15cbca62]:disabled:focus, .background-dark a.disabled[data-v-15cbca62]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-15cbca62] {
  font-weight: 600;
}
a[data-v-15cbca62]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-15cbca62], .h1[data-v-15cbca62] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-15cbca62], .h1[data-v-15cbca62] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-15cbca62], .h1[data-v-15cbca62] {
    font-size: 3.9rem;
}
}
h1[data-v-15cbca62], .h1[data-v-15cbca62] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-15cbca62], .h1[data-v-15cbca62] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-15cbca62], .h1[data-v-15cbca62] {
    line-height: 4.8rem;
}
}
h1[data-v-15cbca62], .h1[data-v-15cbca62] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-15cbca62], .h1[data-v-15cbca62] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-15cbca62], .h1[data-v-15cbca62] {
    letter-spacing: normal;
}
}
h1[data-v-15cbca62], .h1[data-v-15cbca62] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-15cbca62], .h2[data-v-15cbca62] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-15cbca62], .h2[data-v-15cbca62] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-15cbca62], .h2[data-v-15cbca62] {
    font-size: 3.1rem;
}
}
h2[data-v-15cbca62], .h2[data-v-15cbca62] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-15cbca62], .h2[data-v-15cbca62] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-15cbca62], .h2[data-v-15cbca62] {
    line-height: 4rem;
}
}
h2[data-v-15cbca62], .h2[data-v-15cbca62] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-15cbca62], .h2[data-v-15cbca62] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-15cbca62], .h2[data-v-15cbca62] {
    letter-spacing: normal;
}
}
h2[data-v-15cbca62], .h2[data-v-15cbca62] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-15cbca62], .h3[data-v-15cbca62] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-15cbca62], .h3[data-v-15cbca62] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-15cbca62], .h3[data-v-15cbca62] {
    font-size: 2.5rem;
}
}
h3[data-v-15cbca62], .h3[data-v-15cbca62] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-15cbca62], .h3[data-v-15cbca62] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-15cbca62], .h3[data-v-15cbca62] {
    line-height: 3.2rem;
}
}
h3[data-v-15cbca62], .h3[data-v-15cbca62] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-15cbca62], .h3[data-v-15cbca62] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-15cbca62], .h3[data-v-15cbca62] {
    letter-spacing: normal;
}
}
h3[data-v-15cbca62], .h3[data-v-15cbca62] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-15cbca62], .h4[data-v-15cbca62] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-15cbca62], .h4[data-v-15cbca62] {
    font-size: 2rem;
}
}
h4[data-v-15cbca62], .h4[data-v-15cbca62] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-15cbca62], .h4[data-v-15cbca62] {
    line-height: 2.8rem;
}
}
h4[data-v-15cbca62], .h4[data-v-15cbca62] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-15cbca62], .h4[data-v-15cbca62] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-15cbca62], .h4[data-v-15cbca62] {
    letter-spacing: normal;
}
}
h4[data-v-15cbca62], .h4[data-v-15cbca62] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-15cbca62], .h5[data-v-15cbca62] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-15cbca62], .h5[data-v-15cbca62] {
    font-size: 1.6rem;
}
}
h5[data-v-15cbca62], .h5[data-v-15cbca62] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-15cbca62], .h5[data-v-15cbca62] {
    line-height: 2.4rem;
}
}
h5[data-v-15cbca62], .h5[data-v-15cbca62] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-15cbca62], .h5[data-v-15cbca62] {
    letter-spacing: normal;
}
}
h5[data-v-15cbca62], .h5[data-v-15cbca62] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-15cbca62], .h6[data-v-15cbca62] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-15cbca62], .body-text[data-v-15cbca62], .body-copy-text[data-v-15cbca62] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-15cbca62], .figcaption[data-v-15cbca62] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-15cbca62], .figcaption p[data-v-15cbca62] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-15cbca62] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-15cbca62] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-15cbca62] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-15cbca62], .small-text[data-v-15cbca62] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-15cbca62] {
  font-weight: 400;
}
.weight-semibold[data-v-15cbca62] {
  font-weight: 600;
}
.facit[data-v-15cbca62] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-15cbca62], b[data-v-15cbca62], .bold[data-v-15cbca62] {
  font-weight: 700;
}
.italic[data-v-15cbca62], em[data-v-15cbca62] {
  font-style: italic;
}
.form-label[data-v-15cbca62] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-15cbca62]:focus, .h1[data-v-15cbca62]:focus,
h2[data-v-15cbca62]:focus, .h2[data-v-15cbca62]:focus,
h3[data-v-15cbca62]:focus, .h3[data-v-15cbca62]:focus,
h4[data-v-15cbca62]:focus, .h4[data-v-15cbca62]:focus,
h5[data-v-15cbca62]:focus, .h5[data-v-15cbca62]:focus,
h6[data-v-15cbca62]:focus, .h6[data-v-15cbca62]:focus {
  outline: none;
}
h1[data-v-15cbca62], .h1[data-v-15cbca62] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-15cbca62], .h2[data-v-15cbca62] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-15cbca62], .h2[data-v-15cbca62] {
    margin-top: 4rem;
}
}
h3[data-v-15cbca62], .h3[data-v-15cbca62] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-15cbca62], .h3[data-v-15cbca62] {
    margin-top: 4rem;
}
}
h4[data-v-15cbca62], .h4[data-v-15cbca62] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-15cbca62], .h5[data-v-15cbca62] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-15cbca62], .h6[data-v-15cbca62] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-15cbca62] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-15cbca62], .body-text[data-v-15cbca62] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-15cbca62], h5 + ul[data-v-15cbca62], h5 + ol[data-v-15cbca62], .h5 + p[data-v-15cbca62], .h5 + ul[data-v-15cbca62], .h5 + ol[data-v-15cbca62], h6 + p[data-v-15cbca62], h6 + ul[data-v-15cbca62], h6 + ol[data-v-15cbca62], .h6 + p[data-v-15cbca62], .h6 + ul[data-v-15cbca62], .h6 + ol[data-v-15cbca62] {
  margin-top: 0;
}
button.function-link[data-v-15cbca62] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-15cbca62] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-15cbca62]:hover, .function-link[data-v-15cbca62]:visited, .function-link[data-v-15cbca62]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-15cbca62] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-15cbca62] {
  text-align: right;
}
.back-link[data-v-15cbca62] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-15cbca62] {
    margin-bottom: 32px;
}
}
.back-link[data-v-15cbca62] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-15cbca62]::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[data-v-15cbca62]:active, .back-link[data-v-15cbca62]:focus, .back-link[data-v-15cbca62]:hover, .back-link[data-v-15cbca62]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-15cbca62] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-15cbca62] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-15cbca62], h1 a[data-v-15cbca62]:hover, h1 a[data-v-15cbca62]:visited, h1 a[data-v-15cbca62]:focus, .h1 a[data-v-15cbca62], .h1 a[data-v-15cbca62]:hover, .h1 a[data-v-15cbca62]:visited, .h1 a[data-v-15cbca62]:focus,
h2 a[data-v-15cbca62],
h2 a[data-v-15cbca62]:hover,
h2 a[data-v-15cbca62]:visited,
h2 a[data-v-15cbca62]:focus, .h2 a[data-v-15cbca62], .h2 a[data-v-15cbca62]:hover, .h2 a[data-v-15cbca62]:visited, .h2 a[data-v-15cbca62]:focus,
h3 a[data-v-15cbca62],
h3 a[data-v-15cbca62]:hover,
h3 a[data-v-15cbca62]:visited,
h3 a[data-v-15cbca62]:focus, .h3 a[data-v-15cbca62], .h3 a[data-v-15cbca62]:hover, .h3 a[data-v-15cbca62]:visited, .h3 a[data-v-15cbca62]:focus,
h4 a[data-v-15cbca62],
h4 a[data-v-15cbca62]:hover,
h4 a[data-v-15cbca62]:visited,
h4 a[data-v-15cbca62]:focus, .h4 a[data-v-15cbca62], .h4 a[data-v-15cbca62]:hover, .h4 a[data-v-15cbca62]:visited, .h4 a[data-v-15cbca62]:focus,
h5 a[data-v-15cbca62],
h5 a[data-v-15cbca62]:hover,
h5 a[data-v-15cbca62]:visited,
h5 a[data-v-15cbca62]:focus, .h5 a[data-v-15cbca62], .h5 a[data-v-15cbca62]:hover, .h5 a[data-v-15cbca62]:visited, .h5 a[data-v-15cbca62]:focus,
h6 a[data-v-15cbca62],
h6 a[data-v-15cbca62]:hover,
h6 a[data-v-15cbca62]:visited,
h6 a[data-v-15cbca62]:focus, .h6 a[data-v-15cbca62], .h6 a[data-v-15cbca62]:hover, .h6 a[data-v-15cbca62]:visited, .h6 a[data-v-15cbca62]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-15cbca62], .h1 a.search-link[data-v-15cbca62],
h2 a.search-link[data-v-15cbca62], .h2 a.search-link[data-v-15cbca62],
h3 a.search-link[data-v-15cbca62], .h3 a.search-link[data-v-15cbca62],
h4 a.search-link[data-v-15cbca62], .h4 a.search-link[data-v-15cbca62],
h5 a.search-link[data-v-15cbca62], .h5 a.search-link[data-v-15cbca62],
h6 a.search-link[data-v-15cbca62], .h6 a.search-link[data-v-15cbca62] {
  text-decoration: none;
}
h1 a.search-link[data-v-15cbca62]:visited, .h1 a.search-link[data-v-15cbca62]:visited,
h2 a.search-link[data-v-15cbca62]:visited, .h2 a.search-link[data-v-15cbca62]:visited,
h3 a.search-link[data-v-15cbca62]:visited, .h3 a.search-link[data-v-15cbca62]:visited,
h4 a.search-link[data-v-15cbca62]:visited, .h4 a.search-link[data-v-15cbca62]:visited,
h5 a.search-link[data-v-15cbca62]:visited, .h5 a.search-link[data-v-15cbca62]:visited,
h6 a.search-link[data-v-15cbca62]:visited, .h6 a.search-link[data-v-15cbca62]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-15cbca62]:focus, .h1 a.search-link[data-v-15cbca62]:focus,
h2 a.search-link[data-v-15cbca62]:focus, .h2 a.search-link[data-v-15cbca62]:focus,
h3 a.search-link[data-v-15cbca62]:focus, .h3 a.search-link[data-v-15cbca62]:focus,
h4 a.search-link[data-v-15cbca62]:focus, .h4 a.search-link[data-v-15cbca62]:focus,
h5 a.search-link[data-v-15cbca62]:focus, .h5 a.search-link[data-v-15cbca62]:focus,
h6 a.search-link[data-v-15cbca62]:focus, .h6 a.search-link[data-v-15cbca62]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-15cbca62]:hover, .h1 a.search-link[data-v-15cbca62]:hover,
h2 a.search-link[data-v-15cbca62]:hover, .h2 a.search-link[data-v-15cbca62]:hover,
h3 a.search-link[data-v-15cbca62]:hover, .h3 a.search-link[data-v-15cbca62]:hover,
h4 a.search-link[data-v-15cbca62]:hover, .h4 a.search-link[data-v-15cbca62]:hover,
h5 a.search-link[data-v-15cbca62]:hover, .h5 a.search-link[data-v-15cbca62]:hover,
h6 a.search-link[data-v-15cbca62]:hover, .h6 a.search-link[data-v-15cbca62]:hover {
  text-decoration: underline;
}
cite[data-v-15cbca62],
var[data-v-15cbca62],
address[data-v-15cbca62],
dfn[data-v-15cbca62] {
  font-style: normal;
}
h1[data-v-15cbca62], .h1[data-v-15cbca62],
h2[data-v-15cbca62], .h2[data-v-15cbca62],
h3[data-v-15cbca62], .h3[data-v-15cbca62],
h4[data-v-15cbca62], .h4[data-v-15cbca62],
h5[data-v-15cbca62], .h5[data-v-15cbca62],
h6[data-v-15cbca62], .h6[data-v-15cbca62] {
  max-width: 66ch;
}
p[data-v-15cbca62],
ul[data-v-15cbca62]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-15cbca62]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-15cbca62] {
  max-width: 66ch;
}
.form-label[data-v-15cbca62], .form-hint[data-v-15cbca62], .form-error-message[data-v-15cbca62] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-15cbca62], .form-radio + label[data-v-15cbca62] {
  max-width: 66ch;
}
.displayheading-1[data-v-15cbca62] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-15cbca62] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-15cbca62] {
  color: #358000;
}
.text-negative[data-v-15cbca62] {
  color: #CC0000;
}
.color-text-black[data-v-15cbca62] {
  color: #1a1a1a;
}
.background-dark[data-v-15cbca62] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-15cbca62], .background-dark span[data-v-15cbca62] {
  color: white;
}
.field-group-title[data-v-15cbca62] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-15cbca62] {
  border: 2px solid #1a1a1a;
}
h1[data-v-15cbca62], h2[data-v-15cbca62], h3[data-v-15cbca62], h4[data-v-15cbca62], h5[data-v-15cbca62], h6[data-v-15cbca62], p[data-v-15cbca62], legend[data-v-15cbca62], strong[data-v-15cbca62], b[data-v-15cbca62], cite[data-v-15cbca62], var[data-v-15cbca62], address[data-v-15cbca62], dfn[data-v-15cbca62] {
  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[data-v-15cbca62] {
  text-transform: uppercase;
}
.lowercase[data-v-15cbca62] {
  text-transform: lowercase;
}
.d-inline[data-v-15cbca62] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-15cbca62] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-15cbca62] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-15cbca62] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-15cbca62] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-15cbca62] {
    display: inline !important;
}
}
.flex-grow[data-v-15cbca62] {
  flex-grow: 1;
}
.weight-normal[data-v-15cbca62] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-15cbca62] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-15cbca62] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-15cbca62] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-15cbca62] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-15cbca62] {
    margin-bottom: 0;
}
}
.gray-100[data-v-15cbca62] {
  background-color: #F5F5F5;
}
.highlight[data-v-15cbca62] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-15cbca62] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-15cbca62] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-15cbca62] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-15cbca62] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-15cbca62] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-15cbca62] {
  z-index: 10000;
}
.video-responsive[data-v-15cbca62] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-15cbca62] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-15cbca62]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-15cbca62]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-15cbca62] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-15cbca62] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-15cbca62] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-15cbca62]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-15cbca62]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-15cbca62] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-15cbca62] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-15cbca62] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-15cbca62] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-15cbca62],
.sidenav-list-virk.sidenav-list li li[data-v-15cbca62],
.sidenav-list-virk.sidenav-list a[data-v-15cbca62] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-15cbca62] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-15cbca62] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-15cbca62] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-15cbca62] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-15cbca62] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-15cbca62]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-15cbca62]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-15cbca62] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-15cbca62]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-15cbca62] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
body.modal-open[data-v-15cbca62] {
  overflow: hidden;
}
.modal-backdrop[data-v-15cbca62] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8888;
  padding: 16px;
}
.fds-modal[data-v-15cbca62]:focus-visible {
  outline: none;
}
.fds-modal[data-v-15cbca62] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 16px;
}
.fds-modal[aria-hidden=false][data-v-15cbca62] {
  display: flex;
}
.fds-modal .modal-content[data-v-15cbca62] {
  align-self: center;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 100%;
  position: relative;
  margin: 24px auto 24px;
}
.fds-modal .modal-bottom-page[data-v-15cbca62] {
  position: fixed;
  margin-top: 0;
  margin-bottom: 0;
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}
.fds-modal .modal-filter[data-v-15cbca62] {
  position: fixed;
  left: 0;
  height: 100%;
  margin: 0;
}
.fds-modal .modal-filter .modal-header[data-v-15cbca62] {
  padding: 0;
}
.fds-modal .modal-filter .modal-title[data-v-15cbca62] {
  display: none;
}
.fds-modal .modal-header[data-v-15cbca62] {
  padding: 16px 24px 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-15cbca62] {
    padding: 40px 40px 8px 40px;
}
}
.fds-modal .modal-header[data-v-15cbca62] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-15cbca62] {
    padding-right: 48px;
}
}
.fds-modal .modal-header h1[data-v-15cbca62],
.fds-modal .modal-header h2[data-v-15cbca62],
.fds-modal .modal-header h3[data-v-15cbca62],
.fds-modal .modal-header h4[data-v-15cbca62],
.fds-modal .modal-header h5[data-v-15cbca62],
.fds-modal .modal-header h6[data-v-15cbca62],
.fds-modal .modal-header .h1[data-v-15cbca62],
.fds-modal .modal-header .h2[data-v-15cbca62],
.fds-modal .modal-header .h3[data-v-15cbca62],
.fds-modal .modal-header .h4[data-v-15cbca62],
.fds-modal .modal-header .h5[data-v-15cbca62],
.fds-modal .modal-header .h6[data-v-15cbca62] {
  color: #1a1a1a;
}
.fds-modal .modal-title[data-v-15cbca62] {
  margin: 24px 48px 8px 0;
}
@media (min-width: 768px) {
.fds-modal .modal-title[data-v-15cbca62] {
    margin: 0 48px 0 0;
}
}
.fds-modal .modal-body[data-v-15cbca62] {
  background-color: white;
  color: #1a1a1a;
  padding: 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-body[data-v-15cbca62] {
    padding: 8px 40px 8px 40px;
}
}
.fds-modal .modal-body[data-v-15cbca62] > *:first-child {
  margin-top: 0;
}
.fds-modal .modal-body p[data-v-15cbca62],
.fds-modal .modal-body h1[data-v-15cbca62],
.fds-modal .modal-body h2[data-v-15cbca62],
.fds-modal .modal-body h3[data-v-15cbca62],
.fds-modal .modal-body h4[data-v-15cbca62],
.fds-modal .modal-body h5[data-v-15cbca62],
.fds-modal .modal-body h6[data-v-15cbca62],
.fds-modal .modal-body .h1[data-v-15cbca62],
.fds-modal .modal-body .h2[data-v-15cbca62],
.fds-modal .modal-body .h3[data-v-15cbca62],
.fds-modal .modal-body .h4[data-v-15cbca62],
.fds-modal .modal-body .h5[data-v-15cbca62],
.fds-modal .modal-body .h6[data-v-15cbca62] {
  color: #1a1a1a;
}
.fds-modal .modal-footer[data-v-15cbca62] {
  padding: 0px 24px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-footer[data-v-15cbca62] {
    padding: 8px 40px 40px 40px;
}
}
.fds-modal .modal-footer[data-v-15cbca62] {
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 992px) {
.fds-modal .modal-footer[data-v-15cbca62] {
    display: flex;
}
}
.fds-modal .modal-footer .button[data-v-15cbca62] {
  margin-top: 8px;
  margin-right: 16px;
}
.fds-modal .modal-footer p[data-v-15cbca62],
.fds-modal .modal-footer h1[data-v-15cbca62],
.fds-modal .modal-footer h2[data-v-15cbca62],
.fds-modal .modal-footer h3[data-v-15cbca62],
.fds-modal .modal-footer h4[data-v-15cbca62],
.fds-modal .modal-footer h5[data-v-15cbca62],
.fds-modal .modal-footer h6[data-v-15cbca62],
.fds-modal .modal-footer .h1[data-v-15cbca62],
.fds-modal .modal-footer .h2[data-v-15cbca62],
.fds-modal .modal-footer .h3[data-v-15cbca62],
.fds-modal .modal-footer .h4[data-v-15cbca62],
.fds-modal .modal-footer .h5[data-v-15cbca62],
.fds-modal .modal-footer .h6[data-v-15cbca62] {
  color: #1a1a1a;
}
.fds-modal .modal-close[data-v-15cbca62] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: inherit;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-close[data-v-15cbca62] {
    top: 24px;
    right: 32px;
}
}
.fds-modal .modal-close[data-v-15cbca62]:hover, .fds-modal .modal-close[data-v-15cbca62]:visited, .fds-modal .modal-close[data-v-15cbca62]:focus {
  color: #1a1a1a;
}
.fds-modal[data-v-15cbca62] {
  /**************************\
        Animation Style
    \**************************/
}
@keyframes modalfadeIn-15cbca62 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes modalfadeOut-15cbca62 {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes modalslideIn-15cbca62 {
from {
    transform: translateY(15%);
}
to {
    transform: translateY(0);
}
}
@keyframes modalslideOut-15cbca62 {
from {
    transform: translateY(0);
}
to {
    transform: translateY(-10%);
}
}
.fds-modal[aria-hidden=false] .modal-content[data-v-15cbca62] {
  animation: modalslideIn-15cbca62 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal[aria-hidden=true] .modal-content[data-v-15cbca62] {
  animation: modalslideOut-15cbca62 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal .button-unstyled[data-v-15cbca62] {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: #004D99;
  font: inherit;
  text-align: left;
  cursor: pointer;
  text-decoration: underline;
}
.fds-modal .button-unstyled[data-v-15cbca62]:hover, .fds-modal .button-unstyled[data-v-15cbca62]:focus {
  text-decoration: underline;
  color: #000040;
}
.fds-modal .button-unstyled[data-v-15cbca62]:visited {
  color: #800080;
}
.fds-modal .button-unstyled[data-v-15cbca62]:disabled {
  cursor: default;
  color: #a9a9a9;
  text-decoration: none;
}
.unstyle-router[data-v-15cbca62] {
  color: #ffffff !important;
  text-decoration: none;
}
.fritekst-streng[data-v-15cbca62] {
  word-wrap: break-word;
}body[data-v-3afd686e] {
  overflow: scroll;
}
.mobile-view[data-v-3afd686e] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-3afd686e] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-3afd686e] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-3afd686e] {
  font-size: 1.6rem;
}
p[data-v-3afd686e] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-3afd686e] {
  color: #004D99;
}
a[data-v-3afd686e]:hover, a.link-hover[data-v-3afd686e] {
  color: #000040;
}
a[data-v-3afd686e]:hover:disabled,
a:hover .disabled[data-v-3afd686e], a.link-hover[data-v-3afd686e]:disabled,
a.link-hover .disabled[data-v-3afd686e] {
  background-color: transparent !important;
}
a[data-v-3afd686e]:focus, a.link-focus[data-v-3afd686e] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-3afd686e]:visited, a.link-visited[data-v-3afd686e] {
  color: #800080;
}
a[data-v-3afd686e]:disabled, a.disabled[data-v-3afd686e] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-3afd686e]:disabled:focus, a.disabled[data-v-3afd686e]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-3afd686e]:not(.button) {
  color: white;
}
.background-dark a[data-v-3afd686e]:disabled, .background-dark a.disabled[data-v-3afd686e] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-3afd686e]:disabled:focus, .background-dark a.disabled[data-v-3afd686e]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-3afd686e] {
  font-weight: 600;
}
a[data-v-3afd686e]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-3afd686e], .h1[data-v-3afd686e] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-3afd686e], .h1[data-v-3afd686e] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-3afd686e], .h1[data-v-3afd686e] {
    font-size: 3.9rem;
}
}
h1[data-v-3afd686e], .h1[data-v-3afd686e] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-3afd686e], .h1[data-v-3afd686e] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-3afd686e], .h1[data-v-3afd686e] {
    line-height: 4.8rem;
}
}
h1[data-v-3afd686e], .h1[data-v-3afd686e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-3afd686e], .h1[data-v-3afd686e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-3afd686e], .h1[data-v-3afd686e] {
    letter-spacing: normal;
}
}
h1[data-v-3afd686e], .h1[data-v-3afd686e] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-3afd686e], .h2[data-v-3afd686e] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-3afd686e], .h2[data-v-3afd686e] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-3afd686e], .h2[data-v-3afd686e] {
    font-size: 3.1rem;
}
}
h2[data-v-3afd686e], .h2[data-v-3afd686e] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-3afd686e], .h2[data-v-3afd686e] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-3afd686e], .h2[data-v-3afd686e] {
    line-height: 4rem;
}
}
h2[data-v-3afd686e], .h2[data-v-3afd686e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-3afd686e], .h2[data-v-3afd686e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-3afd686e], .h2[data-v-3afd686e] {
    letter-spacing: normal;
}
}
h2[data-v-3afd686e], .h2[data-v-3afd686e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-3afd686e], .h3[data-v-3afd686e] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-3afd686e], .h3[data-v-3afd686e] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-3afd686e], .h3[data-v-3afd686e] {
    font-size: 2.5rem;
}
}
h3[data-v-3afd686e], .h3[data-v-3afd686e] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-3afd686e], .h3[data-v-3afd686e] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-3afd686e], .h3[data-v-3afd686e] {
    line-height: 3.2rem;
}
}
h3[data-v-3afd686e], .h3[data-v-3afd686e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-3afd686e], .h3[data-v-3afd686e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-3afd686e], .h3[data-v-3afd686e] {
    letter-spacing: normal;
}
}
h3[data-v-3afd686e], .h3[data-v-3afd686e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-3afd686e], .h4[data-v-3afd686e] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-3afd686e], .h4[data-v-3afd686e] {
    font-size: 2rem;
}
}
h4[data-v-3afd686e], .h4[data-v-3afd686e] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-3afd686e], .h4[data-v-3afd686e] {
    line-height: 2.8rem;
}
}
h4[data-v-3afd686e], .h4[data-v-3afd686e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-3afd686e], .h4[data-v-3afd686e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-3afd686e], .h4[data-v-3afd686e] {
    letter-spacing: normal;
}
}
h4[data-v-3afd686e], .h4[data-v-3afd686e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-3afd686e], .h5[data-v-3afd686e] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-3afd686e], .h5[data-v-3afd686e] {
    font-size: 1.6rem;
}
}
h5[data-v-3afd686e], .h5[data-v-3afd686e] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-3afd686e], .h5[data-v-3afd686e] {
    line-height: 2.4rem;
}
}
h5[data-v-3afd686e], .h5[data-v-3afd686e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-3afd686e], .h5[data-v-3afd686e] {
    letter-spacing: normal;
}
}
h5[data-v-3afd686e], .h5[data-v-3afd686e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-3afd686e], .h6[data-v-3afd686e] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-3afd686e], .body-text[data-v-3afd686e], .body-copy-text[data-v-3afd686e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-3afd686e], .figcaption[data-v-3afd686e] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-3afd686e], .figcaption p[data-v-3afd686e] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-3afd686e] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-3afd686e] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-3afd686e] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-3afd686e], .small-text[data-v-3afd686e] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-3afd686e] {
  font-weight: 400;
}
.weight-semibold[data-v-3afd686e] {
  font-weight: 600;
}
.facit[data-v-3afd686e] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-3afd686e], b[data-v-3afd686e], .bold[data-v-3afd686e] {
  font-weight: 700;
}
.italic[data-v-3afd686e], em[data-v-3afd686e] {
  font-style: italic;
}
.form-label[data-v-3afd686e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-3afd686e]:focus, .h1[data-v-3afd686e]:focus,
h2[data-v-3afd686e]:focus, .h2[data-v-3afd686e]:focus,
h3[data-v-3afd686e]:focus, .h3[data-v-3afd686e]:focus,
h4[data-v-3afd686e]:focus, .h4[data-v-3afd686e]:focus,
h5[data-v-3afd686e]:focus, .h5[data-v-3afd686e]:focus,
h6[data-v-3afd686e]:focus, .h6[data-v-3afd686e]:focus {
  outline: none;
}
h1[data-v-3afd686e], .h1[data-v-3afd686e] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-3afd686e], .h2[data-v-3afd686e] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-3afd686e], .h2[data-v-3afd686e] {
    margin-top: 4rem;
}
}
h3[data-v-3afd686e], .h3[data-v-3afd686e] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-3afd686e], .h3[data-v-3afd686e] {
    margin-top: 4rem;
}
}
h4[data-v-3afd686e], .h4[data-v-3afd686e] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-3afd686e], .h5[data-v-3afd686e] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-3afd686e], .h6[data-v-3afd686e] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-3afd686e] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-3afd686e], .body-text[data-v-3afd686e] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-3afd686e], h5 + ul[data-v-3afd686e], h5 + ol[data-v-3afd686e], .h5 + p[data-v-3afd686e], .h5 + ul[data-v-3afd686e], .h5 + ol[data-v-3afd686e], h6 + p[data-v-3afd686e], h6 + ul[data-v-3afd686e], h6 + ol[data-v-3afd686e], .h6 + p[data-v-3afd686e], .h6 + ul[data-v-3afd686e], .h6 + ol[data-v-3afd686e] {
  margin-top: 0;
}
button.function-link[data-v-3afd686e] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-3afd686e] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-3afd686e]:hover, .function-link[data-v-3afd686e]:visited, .function-link[data-v-3afd686e]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-3afd686e] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-3afd686e] {
  text-align: right;
}
.back-link[data-v-3afd686e] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-3afd686e] {
    margin-bottom: 32px;
}
}
.back-link[data-v-3afd686e] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-3afd686e]::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[data-v-3afd686e]:active, .back-link[data-v-3afd686e]:focus, .back-link[data-v-3afd686e]:hover, .back-link[data-v-3afd686e]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-3afd686e] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-3afd686e] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-3afd686e], h1 a[data-v-3afd686e]:hover, h1 a[data-v-3afd686e]:visited, h1 a[data-v-3afd686e]:focus, .h1 a[data-v-3afd686e], .h1 a[data-v-3afd686e]:hover, .h1 a[data-v-3afd686e]:visited, .h1 a[data-v-3afd686e]:focus,
h2 a[data-v-3afd686e],
h2 a[data-v-3afd686e]:hover,
h2 a[data-v-3afd686e]:visited,
h2 a[data-v-3afd686e]:focus, .h2 a[data-v-3afd686e], .h2 a[data-v-3afd686e]:hover, .h2 a[data-v-3afd686e]:visited, .h2 a[data-v-3afd686e]:focus,
h3 a[data-v-3afd686e],
h3 a[data-v-3afd686e]:hover,
h3 a[data-v-3afd686e]:visited,
h3 a[data-v-3afd686e]:focus, .h3 a[data-v-3afd686e], .h3 a[data-v-3afd686e]:hover, .h3 a[data-v-3afd686e]:visited, .h3 a[data-v-3afd686e]:focus,
h4 a[data-v-3afd686e],
h4 a[data-v-3afd686e]:hover,
h4 a[data-v-3afd686e]:visited,
h4 a[data-v-3afd686e]:focus, .h4 a[data-v-3afd686e], .h4 a[data-v-3afd686e]:hover, .h4 a[data-v-3afd686e]:visited, .h4 a[data-v-3afd686e]:focus,
h5 a[data-v-3afd686e],
h5 a[data-v-3afd686e]:hover,
h5 a[data-v-3afd686e]:visited,
h5 a[data-v-3afd686e]:focus, .h5 a[data-v-3afd686e], .h5 a[data-v-3afd686e]:hover, .h5 a[data-v-3afd686e]:visited, .h5 a[data-v-3afd686e]:focus,
h6 a[data-v-3afd686e],
h6 a[data-v-3afd686e]:hover,
h6 a[data-v-3afd686e]:visited,
h6 a[data-v-3afd686e]:focus, .h6 a[data-v-3afd686e], .h6 a[data-v-3afd686e]:hover, .h6 a[data-v-3afd686e]:visited, .h6 a[data-v-3afd686e]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-3afd686e], .h1 a.search-link[data-v-3afd686e],
h2 a.search-link[data-v-3afd686e], .h2 a.search-link[data-v-3afd686e],
h3 a.search-link[data-v-3afd686e], .h3 a.search-link[data-v-3afd686e],
h4 a.search-link[data-v-3afd686e], .h4 a.search-link[data-v-3afd686e],
h5 a.search-link[data-v-3afd686e], .h5 a.search-link[data-v-3afd686e],
h6 a.search-link[data-v-3afd686e], .h6 a.search-link[data-v-3afd686e] {
  text-decoration: none;
}
h1 a.search-link[data-v-3afd686e]:visited, .h1 a.search-link[data-v-3afd686e]:visited,
h2 a.search-link[data-v-3afd686e]:visited, .h2 a.search-link[data-v-3afd686e]:visited,
h3 a.search-link[data-v-3afd686e]:visited, .h3 a.search-link[data-v-3afd686e]:visited,
h4 a.search-link[data-v-3afd686e]:visited, .h4 a.search-link[data-v-3afd686e]:visited,
h5 a.search-link[data-v-3afd686e]:visited, .h5 a.search-link[data-v-3afd686e]:visited,
h6 a.search-link[data-v-3afd686e]:visited, .h6 a.search-link[data-v-3afd686e]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-3afd686e]:focus, .h1 a.search-link[data-v-3afd686e]:focus,
h2 a.search-link[data-v-3afd686e]:focus, .h2 a.search-link[data-v-3afd686e]:focus,
h3 a.search-link[data-v-3afd686e]:focus, .h3 a.search-link[data-v-3afd686e]:focus,
h4 a.search-link[data-v-3afd686e]:focus, .h4 a.search-link[data-v-3afd686e]:focus,
h5 a.search-link[data-v-3afd686e]:focus, .h5 a.search-link[data-v-3afd686e]:focus,
h6 a.search-link[data-v-3afd686e]:focus, .h6 a.search-link[data-v-3afd686e]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-3afd686e]:hover, .h1 a.search-link[data-v-3afd686e]:hover,
h2 a.search-link[data-v-3afd686e]:hover, .h2 a.search-link[data-v-3afd686e]:hover,
h3 a.search-link[data-v-3afd686e]:hover, .h3 a.search-link[data-v-3afd686e]:hover,
h4 a.search-link[data-v-3afd686e]:hover, .h4 a.search-link[data-v-3afd686e]:hover,
h5 a.search-link[data-v-3afd686e]:hover, .h5 a.search-link[data-v-3afd686e]:hover,
h6 a.search-link[data-v-3afd686e]:hover, .h6 a.search-link[data-v-3afd686e]:hover {
  text-decoration: underline;
}
cite[data-v-3afd686e],
var[data-v-3afd686e],
address[data-v-3afd686e],
dfn[data-v-3afd686e] {
  font-style: normal;
}
h1[data-v-3afd686e], .h1[data-v-3afd686e],
h2[data-v-3afd686e], .h2[data-v-3afd686e],
h3[data-v-3afd686e], .h3[data-v-3afd686e],
h4[data-v-3afd686e], .h4[data-v-3afd686e],
h5[data-v-3afd686e], .h5[data-v-3afd686e],
h6[data-v-3afd686e], .h6[data-v-3afd686e] {
  max-width: 66ch;
}
p[data-v-3afd686e],
ul[data-v-3afd686e]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-3afd686e]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-3afd686e] {
  max-width: 66ch;
}
.form-label[data-v-3afd686e], .form-hint[data-v-3afd686e], .form-error-message[data-v-3afd686e] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-3afd686e], .form-radio + label[data-v-3afd686e] {
  max-width: 66ch;
}
.displayheading-1[data-v-3afd686e] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-3afd686e] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-3afd686e] {
  color: #358000;
}
.text-negative[data-v-3afd686e] {
  color: #CC0000;
}
.color-text-black[data-v-3afd686e] {
  color: #1a1a1a;
}
.background-dark[data-v-3afd686e] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-3afd686e], .background-dark span[data-v-3afd686e] {
  color: white;
}
.field-group-title[data-v-3afd686e] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-3afd686e] {
  border: 2px solid #1a1a1a;
}
h1[data-v-3afd686e], h2[data-v-3afd686e], h3[data-v-3afd686e], h4[data-v-3afd686e], h5[data-v-3afd686e], h6[data-v-3afd686e], p[data-v-3afd686e], legend[data-v-3afd686e], strong[data-v-3afd686e], b[data-v-3afd686e], cite[data-v-3afd686e], var[data-v-3afd686e], address[data-v-3afd686e], dfn[data-v-3afd686e] {
  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[data-v-3afd686e] {
  text-transform: uppercase;
}
.lowercase[data-v-3afd686e] {
  text-transform: lowercase;
}
.d-inline[data-v-3afd686e] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-3afd686e] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-3afd686e] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-3afd686e] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-3afd686e] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-3afd686e] {
    display: inline !important;
}
}
.flex-grow[data-v-3afd686e] {
  flex-grow: 1;
}
.weight-normal[data-v-3afd686e] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-3afd686e] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-3afd686e] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-3afd686e] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-3afd686e] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-3afd686e] {
    margin-bottom: 0;
}
}
.gray-100[data-v-3afd686e] {
  background-color: #F5F5F5;
}
.highlight[data-v-3afd686e] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-3afd686e] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-3afd686e] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-3afd686e] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-3afd686e] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-3afd686e] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-3afd686e] {
  z-index: 10000;
}
.video-responsive[data-v-3afd686e] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-3afd686e] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-3afd686e]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-3afd686e]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-3afd686e] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-3afd686e] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-3afd686e] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-3afd686e]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-3afd686e]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-3afd686e] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-3afd686e] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-3afd686e] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-3afd686e] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-3afd686e],
.sidenav-list-virk.sidenav-list li li[data-v-3afd686e],
.sidenav-list-virk.sidenav-list a[data-v-3afd686e] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-3afd686e] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-3afd686e] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-3afd686e] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-3afd686e] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-3afd686e] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-3afd686e]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-3afd686e]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-3afd686e] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-3afd686e]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-3afd686e] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
body.modal-open[data-v-3afd686e] {
  overflow: hidden;
}
.modal-backdrop[data-v-3afd686e] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8888;
  padding: 16px;
}
.fds-modal[data-v-3afd686e]:focus-visible {
  outline: none;
}
.fds-modal[data-v-3afd686e] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 16px;
}
.fds-modal[aria-hidden=false][data-v-3afd686e] {
  display: flex;
}
.fds-modal .modal-content[data-v-3afd686e] {
  align-self: center;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 100%;
  position: relative;
  margin: 24px auto 24px;
}
.fds-modal .modal-bottom-page[data-v-3afd686e] {
  position: fixed;
  margin-top: 0;
  margin-bottom: 0;
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}
.fds-modal .modal-filter[data-v-3afd686e] {
  position: fixed;
  left: 0;
  height: 100%;
  margin: 0;
}
.fds-modal .modal-filter .modal-header[data-v-3afd686e] {
  padding: 0;
}
.fds-modal .modal-filter .modal-title[data-v-3afd686e] {
  display: none;
}
.fds-modal .modal-header[data-v-3afd686e] {
  padding: 16px 24px 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-3afd686e] {
    padding: 40px 40px 8px 40px;
}
}
.fds-modal .modal-header[data-v-3afd686e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-3afd686e] {
    padding-right: 48px;
}
}
.fds-modal .modal-header h1[data-v-3afd686e],
.fds-modal .modal-header h2[data-v-3afd686e],
.fds-modal .modal-header h3[data-v-3afd686e],
.fds-modal .modal-header h4[data-v-3afd686e],
.fds-modal .modal-header h5[data-v-3afd686e],
.fds-modal .modal-header h6[data-v-3afd686e],
.fds-modal .modal-header .h1[data-v-3afd686e],
.fds-modal .modal-header .h2[data-v-3afd686e],
.fds-modal .modal-header .h3[data-v-3afd686e],
.fds-modal .modal-header .h4[data-v-3afd686e],
.fds-modal .modal-header .h5[data-v-3afd686e],
.fds-modal .modal-header .h6[data-v-3afd686e] {
  color: #1a1a1a;
}
.fds-modal .modal-title[data-v-3afd686e] {
  margin: 24px 48px 8px 0;
}
@media (min-width: 768px) {
.fds-modal .modal-title[data-v-3afd686e] {
    margin: 0 48px 0 0;
}
}
.fds-modal .modal-body[data-v-3afd686e] {
  background-color: white;
  color: #1a1a1a;
  padding: 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-body[data-v-3afd686e] {
    padding: 8px 40px 8px 40px;
}
}
.fds-modal .modal-body[data-v-3afd686e] > *:first-child {
  margin-top: 0;
}
.fds-modal .modal-body p[data-v-3afd686e],
.fds-modal .modal-body h1[data-v-3afd686e],
.fds-modal .modal-body h2[data-v-3afd686e],
.fds-modal .modal-body h3[data-v-3afd686e],
.fds-modal .modal-body h4[data-v-3afd686e],
.fds-modal .modal-body h5[data-v-3afd686e],
.fds-modal .modal-body h6[data-v-3afd686e],
.fds-modal .modal-body .h1[data-v-3afd686e],
.fds-modal .modal-body .h2[data-v-3afd686e],
.fds-modal .modal-body .h3[data-v-3afd686e],
.fds-modal .modal-body .h4[data-v-3afd686e],
.fds-modal .modal-body .h5[data-v-3afd686e],
.fds-modal .modal-body .h6[data-v-3afd686e] {
  color: #1a1a1a;
}
.fds-modal .modal-footer[data-v-3afd686e] {
  padding: 0px 24px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-footer[data-v-3afd686e] {
    padding: 8px 40px 40px 40px;
}
}
.fds-modal .modal-footer[data-v-3afd686e] {
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 992px) {
.fds-modal .modal-footer[data-v-3afd686e] {
    display: flex;
}
}
.fds-modal .modal-footer .button[data-v-3afd686e] {
  margin-top: 8px;
  margin-right: 16px;
}
.fds-modal .modal-footer p[data-v-3afd686e],
.fds-modal .modal-footer h1[data-v-3afd686e],
.fds-modal .modal-footer h2[data-v-3afd686e],
.fds-modal .modal-footer h3[data-v-3afd686e],
.fds-modal .modal-footer h4[data-v-3afd686e],
.fds-modal .modal-footer h5[data-v-3afd686e],
.fds-modal .modal-footer h6[data-v-3afd686e],
.fds-modal .modal-footer .h1[data-v-3afd686e],
.fds-modal .modal-footer .h2[data-v-3afd686e],
.fds-modal .modal-footer .h3[data-v-3afd686e],
.fds-modal .modal-footer .h4[data-v-3afd686e],
.fds-modal .modal-footer .h5[data-v-3afd686e],
.fds-modal .modal-footer .h6[data-v-3afd686e] {
  color: #1a1a1a;
}
.fds-modal .modal-close[data-v-3afd686e] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: inherit;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-close[data-v-3afd686e] {
    top: 24px;
    right: 32px;
}
}
.fds-modal .modal-close[data-v-3afd686e]:hover, .fds-modal .modal-close[data-v-3afd686e]:visited, .fds-modal .modal-close[data-v-3afd686e]:focus {
  color: #1a1a1a;
}
.fds-modal[data-v-3afd686e] {
  /**************************\
        Animation Style
    \**************************/
}
@keyframes modalfadeIn-3afd686e {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes modalfadeOut-3afd686e {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes modalslideIn-3afd686e {
from {
    transform: translateY(15%);
}
to {
    transform: translateY(0);
}
}
@keyframes modalslideOut-3afd686e {
from {
    transform: translateY(0);
}
to {
    transform: translateY(-10%);
}
}
.fds-modal[aria-hidden=false] .modal-content[data-v-3afd686e] {
  animation: modalslideIn-3afd686e 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal[aria-hidden=true] .modal-content[data-v-3afd686e] {
  animation: modalslideOut-3afd686e 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal .button-unstyled[data-v-3afd686e] {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: #004D99;
  font: inherit;
  text-align: left;
  cursor: pointer;
  text-decoration: underline;
}
.fds-modal .button-unstyled[data-v-3afd686e]:hover, .fds-modal .button-unstyled[data-v-3afd686e]:focus {
  text-decoration: underline;
  color: #000040;
}
.fds-modal .button-unstyled[data-v-3afd686e]:visited {
  color: #800080;
}
.fds-modal .button-unstyled[data-v-3afd686e]:disabled {
  cursor: default;
  color: #a9a9a9;
  text-decoration: none;
}
.unstyle-router[data-v-3afd686e] {
  color: #ffffff !important;
  text-decoration: none;
}
.fritekst-streng[data-v-3afd686e] {
  word-wrap: break-word;
}body[data-v-9de5fc8e] {
  overflow: scroll;
}
.mobile-view[data-v-9de5fc8e] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-9de5fc8e] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-9de5fc8e] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-9de5fc8e] {
  font-size: 1.6rem;
}
p[data-v-9de5fc8e] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-9de5fc8e] {
  color: #004D99;
}
a[data-v-9de5fc8e]:hover, a.link-hover[data-v-9de5fc8e] {
  color: #000040;
}
a[data-v-9de5fc8e]:hover:disabled,
a:hover .disabled[data-v-9de5fc8e], a.link-hover[data-v-9de5fc8e]:disabled,
a.link-hover .disabled[data-v-9de5fc8e] {
  background-color: transparent !important;
}
a[data-v-9de5fc8e]:focus, a.link-focus[data-v-9de5fc8e] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-9de5fc8e]:visited, a.link-visited[data-v-9de5fc8e] {
  color: #800080;
}
a[data-v-9de5fc8e]:disabled, a.disabled[data-v-9de5fc8e] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-9de5fc8e]:disabled:focus, a.disabled[data-v-9de5fc8e]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-9de5fc8e]:not(.button) {
  color: white;
}
.background-dark a[data-v-9de5fc8e]:disabled, .background-dark a.disabled[data-v-9de5fc8e] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-9de5fc8e]:disabled:focus, .background-dark a.disabled[data-v-9de5fc8e]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-9de5fc8e] {
  font-weight: 600;
}
a[data-v-9de5fc8e]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-9de5fc8e], .h1[data-v-9de5fc8e] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-9de5fc8e], .h1[data-v-9de5fc8e] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-9de5fc8e], .h1[data-v-9de5fc8e] {
    font-size: 3.9rem;
}
}
h1[data-v-9de5fc8e], .h1[data-v-9de5fc8e] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-9de5fc8e], .h1[data-v-9de5fc8e] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-9de5fc8e], .h1[data-v-9de5fc8e] {
    line-height: 4.8rem;
}
}
h1[data-v-9de5fc8e], .h1[data-v-9de5fc8e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-9de5fc8e], .h1[data-v-9de5fc8e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-9de5fc8e], .h1[data-v-9de5fc8e] {
    letter-spacing: normal;
}
}
h1[data-v-9de5fc8e], .h1[data-v-9de5fc8e] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-9de5fc8e], .h2[data-v-9de5fc8e] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-9de5fc8e], .h2[data-v-9de5fc8e] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-9de5fc8e], .h2[data-v-9de5fc8e] {
    font-size: 3.1rem;
}
}
h2[data-v-9de5fc8e], .h2[data-v-9de5fc8e] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-9de5fc8e], .h2[data-v-9de5fc8e] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-9de5fc8e], .h2[data-v-9de5fc8e] {
    line-height: 4rem;
}
}
h2[data-v-9de5fc8e], .h2[data-v-9de5fc8e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-9de5fc8e], .h2[data-v-9de5fc8e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-9de5fc8e], .h2[data-v-9de5fc8e] {
    letter-spacing: normal;
}
}
h2[data-v-9de5fc8e], .h2[data-v-9de5fc8e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-9de5fc8e], .h3[data-v-9de5fc8e] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-9de5fc8e], .h3[data-v-9de5fc8e] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-9de5fc8e], .h3[data-v-9de5fc8e] {
    font-size: 2.5rem;
}
}
h3[data-v-9de5fc8e], .h3[data-v-9de5fc8e] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-9de5fc8e], .h3[data-v-9de5fc8e] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-9de5fc8e], .h3[data-v-9de5fc8e] {
    line-height: 3.2rem;
}
}
h3[data-v-9de5fc8e], .h3[data-v-9de5fc8e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-9de5fc8e], .h3[data-v-9de5fc8e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-9de5fc8e], .h3[data-v-9de5fc8e] {
    letter-spacing: normal;
}
}
h3[data-v-9de5fc8e], .h3[data-v-9de5fc8e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-9de5fc8e], .h4[data-v-9de5fc8e] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-9de5fc8e], .h4[data-v-9de5fc8e] {
    font-size: 2rem;
}
}
h4[data-v-9de5fc8e], .h4[data-v-9de5fc8e] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-9de5fc8e], .h4[data-v-9de5fc8e] {
    line-height: 2.8rem;
}
}
h4[data-v-9de5fc8e], .h4[data-v-9de5fc8e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-9de5fc8e], .h4[data-v-9de5fc8e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-9de5fc8e], .h4[data-v-9de5fc8e] {
    letter-spacing: normal;
}
}
h4[data-v-9de5fc8e], .h4[data-v-9de5fc8e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-9de5fc8e], .h5[data-v-9de5fc8e] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-9de5fc8e], .h5[data-v-9de5fc8e] {
    font-size: 1.6rem;
}
}
h5[data-v-9de5fc8e], .h5[data-v-9de5fc8e] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-9de5fc8e], .h5[data-v-9de5fc8e] {
    line-height: 2.4rem;
}
}
h5[data-v-9de5fc8e], .h5[data-v-9de5fc8e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-9de5fc8e], .h5[data-v-9de5fc8e] {
    letter-spacing: normal;
}
}
h5[data-v-9de5fc8e], .h5[data-v-9de5fc8e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-9de5fc8e], .h6[data-v-9de5fc8e] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-9de5fc8e], .body-text[data-v-9de5fc8e], .body-copy-text[data-v-9de5fc8e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-9de5fc8e], .figcaption[data-v-9de5fc8e] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-9de5fc8e], .figcaption p[data-v-9de5fc8e] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-9de5fc8e] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-9de5fc8e] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-9de5fc8e] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-9de5fc8e], .small-text[data-v-9de5fc8e] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-9de5fc8e] {
  font-weight: 400;
}
.weight-semibold[data-v-9de5fc8e] {
  font-weight: 600;
}
.facit[data-v-9de5fc8e] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-9de5fc8e], b[data-v-9de5fc8e], .bold[data-v-9de5fc8e] {
  font-weight: 700;
}
.italic[data-v-9de5fc8e], em[data-v-9de5fc8e] {
  font-style: italic;
}
.form-label[data-v-9de5fc8e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-9de5fc8e]:focus, .h1[data-v-9de5fc8e]:focus,
h2[data-v-9de5fc8e]:focus, .h2[data-v-9de5fc8e]:focus,
h3[data-v-9de5fc8e]:focus, .h3[data-v-9de5fc8e]:focus,
h4[data-v-9de5fc8e]:focus, .h4[data-v-9de5fc8e]:focus,
h5[data-v-9de5fc8e]:focus, .h5[data-v-9de5fc8e]:focus,
h6[data-v-9de5fc8e]:focus, .h6[data-v-9de5fc8e]:focus {
  outline: none;
}
h1[data-v-9de5fc8e], .h1[data-v-9de5fc8e] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-9de5fc8e], .h2[data-v-9de5fc8e] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-9de5fc8e], .h2[data-v-9de5fc8e] {
    margin-top: 4rem;
}
}
h3[data-v-9de5fc8e], .h3[data-v-9de5fc8e] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-9de5fc8e], .h3[data-v-9de5fc8e] {
    margin-top: 4rem;
}
}
h4[data-v-9de5fc8e], .h4[data-v-9de5fc8e] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-9de5fc8e], .h5[data-v-9de5fc8e] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-9de5fc8e], .h6[data-v-9de5fc8e] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-9de5fc8e] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-9de5fc8e], .body-text[data-v-9de5fc8e] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-9de5fc8e], h5 + ul[data-v-9de5fc8e], h5 + ol[data-v-9de5fc8e], .h5 + p[data-v-9de5fc8e], .h5 + ul[data-v-9de5fc8e], .h5 + ol[data-v-9de5fc8e], h6 + p[data-v-9de5fc8e], h6 + ul[data-v-9de5fc8e], h6 + ol[data-v-9de5fc8e], .h6 + p[data-v-9de5fc8e], .h6 + ul[data-v-9de5fc8e], .h6 + ol[data-v-9de5fc8e] {
  margin-top: 0;
}
button.function-link[data-v-9de5fc8e] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-9de5fc8e] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-9de5fc8e]:hover, .function-link[data-v-9de5fc8e]:visited, .function-link[data-v-9de5fc8e]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-9de5fc8e] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-9de5fc8e] {
  text-align: right;
}
.back-link[data-v-9de5fc8e] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-9de5fc8e] {
    margin-bottom: 32px;
}
}
.back-link[data-v-9de5fc8e] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-9de5fc8e]::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[data-v-9de5fc8e]:active, .back-link[data-v-9de5fc8e]:focus, .back-link[data-v-9de5fc8e]:hover, .back-link[data-v-9de5fc8e]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-9de5fc8e] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-9de5fc8e] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-9de5fc8e], h1 a[data-v-9de5fc8e]:hover, h1 a[data-v-9de5fc8e]:visited, h1 a[data-v-9de5fc8e]:focus, .h1 a[data-v-9de5fc8e], .h1 a[data-v-9de5fc8e]:hover, .h1 a[data-v-9de5fc8e]:visited, .h1 a[data-v-9de5fc8e]:focus,
h2 a[data-v-9de5fc8e],
h2 a[data-v-9de5fc8e]:hover,
h2 a[data-v-9de5fc8e]:visited,
h2 a[data-v-9de5fc8e]:focus, .h2 a[data-v-9de5fc8e], .h2 a[data-v-9de5fc8e]:hover, .h2 a[data-v-9de5fc8e]:visited, .h2 a[data-v-9de5fc8e]:focus,
h3 a[data-v-9de5fc8e],
h3 a[data-v-9de5fc8e]:hover,
h3 a[data-v-9de5fc8e]:visited,
h3 a[data-v-9de5fc8e]:focus, .h3 a[data-v-9de5fc8e], .h3 a[data-v-9de5fc8e]:hover, .h3 a[data-v-9de5fc8e]:visited, .h3 a[data-v-9de5fc8e]:focus,
h4 a[data-v-9de5fc8e],
h4 a[data-v-9de5fc8e]:hover,
h4 a[data-v-9de5fc8e]:visited,
h4 a[data-v-9de5fc8e]:focus, .h4 a[data-v-9de5fc8e], .h4 a[data-v-9de5fc8e]:hover, .h4 a[data-v-9de5fc8e]:visited, .h4 a[data-v-9de5fc8e]:focus,
h5 a[data-v-9de5fc8e],
h5 a[data-v-9de5fc8e]:hover,
h5 a[data-v-9de5fc8e]:visited,
h5 a[data-v-9de5fc8e]:focus, .h5 a[data-v-9de5fc8e], .h5 a[data-v-9de5fc8e]:hover, .h5 a[data-v-9de5fc8e]:visited, .h5 a[data-v-9de5fc8e]:focus,
h6 a[data-v-9de5fc8e],
h6 a[data-v-9de5fc8e]:hover,
h6 a[data-v-9de5fc8e]:visited,
h6 a[data-v-9de5fc8e]:focus, .h6 a[data-v-9de5fc8e], .h6 a[data-v-9de5fc8e]:hover, .h6 a[data-v-9de5fc8e]:visited, .h6 a[data-v-9de5fc8e]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-9de5fc8e], .h1 a.search-link[data-v-9de5fc8e],
h2 a.search-link[data-v-9de5fc8e], .h2 a.search-link[data-v-9de5fc8e],
h3 a.search-link[data-v-9de5fc8e], .h3 a.search-link[data-v-9de5fc8e],
h4 a.search-link[data-v-9de5fc8e], .h4 a.search-link[data-v-9de5fc8e],
h5 a.search-link[data-v-9de5fc8e], .h5 a.search-link[data-v-9de5fc8e],
h6 a.search-link[data-v-9de5fc8e], .h6 a.search-link[data-v-9de5fc8e] {
  text-decoration: none;
}
h1 a.search-link[data-v-9de5fc8e]:visited, .h1 a.search-link[data-v-9de5fc8e]:visited,
h2 a.search-link[data-v-9de5fc8e]:visited, .h2 a.search-link[data-v-9de5fc8e]:visited,
h3 a.search-link[data-v-9de5fc8e]:visited, .h3 a.search-link[data-v-9de5fc8e]:visited,
h4 a.search-link[data-v-9de5fc8e]:visited, .h4 a.search-link[data-v-9de5fc8e]:visited,
h5 a.search-link[data-v-9de5fc8e]:visited, .h5 a.search-link[data-v-9de5fc8e]:visited,
h6 a.search-link[data-v-9de5fc8e]:visited, .h6 a.search-link[data-v-9de5fc8e]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-9de5fc8e]:focus, .h1 a.search-link[data-v-9de5fc8e]:focus,
h2 a.search-link[data-v-9de5fc8e]:focus, .h2 a.search-link[data-v-9de5fc8e]:focus,
h3 a.search-link[data-v-9de5fc8e]:focus, .h3 a.search-link[data-v-9de5fc8e]:focus,
h4 a.search-link[data-v-9de5fc8e]:focus, .h4 a.search-link[data-v-9de5fc8e]:focus,
h5 a.search-link[data-v-9de5fc8e]:focus, .h5 a.search-link[data-v-9de5fc8e]:focus,
h6 a.search-link[data-v-9de5fc8e]:focus, .h6 a.search-link[data-v-9de5fc8e]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-9de5fc8e]:hover, .h1 a.search-link[data-v-9de5fc8e]:hover,
h2 a.search-link[data-v-9de5fc8e]:hover, .h2 a.search-link[data-v-9de5fc8e]:hover,
h3 a.search-link[data-v-9de5fc8e]:hover, .h3 a.search-link[data-v-9de5fc8e]:hover,
h4 a.search-link[data-v-9de5fc8e]:hover, .h4 a.search-link[data-v-9de5fc8e]:hover,
h5 a.search-link[data-v-9de5fc8e]:hover, .h5 a.search-link[data-v-9de5fc8e]:hover,
h6 a.search-link[data-v-9de5fc8e]:hover, .h6 a.search-link[data-v-9de5fc8e]:hover {
  text-decoration: underline;
}
cite[data-v-9de5fc8e],
var[data-v-9de5fc8e],
address[data-v-9de5fc8e],
dfn[data-v-9de5fc8e] {
  font-style: normal;
}
h1[data-v-9de5fc8e], .h1[data-v-9de5fc8e],
h2[data-v-9de5fc8e], .h2[data-v-9de5fc8e],
h3[data-v-9de5fc8e], .h3[data-v-9de5fc8e],
h4[data-v-9de5fc8e], .h4[data-v-9de5fc8e],
h5[data-v-9de5fc8e], .h5[data-v-9de5fc8e],
h6[data-v-9de5fc8e], .h6[data-v-9de5fc8e] {
  max-width: 66ch;
}
p[data-v-9de5fc8e],
ul[data-v-9de5fc8e]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-9de5fc8e]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-9de5fc8e] {
  max-width: 66ch;
}
.form-label[data-v-9de5fc8e], .form-hint[data-v-9de5fc8e], .form-error-message[data-v-9de5fc8e] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-9de5fc8e], .form-radio + label[data-v-9de5fc8e] {
  max-width: 66ch;
}
.displayheading-1[data-v-9de5fc8e] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-9de5fc8e] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-9de5fc8e] {
  color: #358000;
}
.text-negative[data-v-9de5fc8e] {
  color: #CC0000;
}
.color-text-black[data-v-9de5fc8e] {
  color: #1a1a1a;
}
.background-dark[data-v-9de5fc8e] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-9de5fc8e], .background-dark span[data-v-9de5fc8e] {
  color: white;
}
.field-group-title[data-v-9de5fc8e] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-9de5fc8e] {
  border: 2px solid #1a1a1a;
}
h1[data-v-9de5fc8e], h2[data-v-9de5fc8e], h3[data-v-9de5fc8e], h4[data-v-9de5fc8e], h5[data-v-9de5fc8e], h6[data-v-9de5fc8e], p[data-v-9de5fc8e], legend[data-v-9de5fc8e], strong[data-v-9de5fc8e], b[data-v-9de5fc8e], cite[data-v-9de5fc8e], var[data-v-9de5fc8e], address[data-v-9de5fc8e], dfn[data-v-9de5fc8e] {
  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[data-v-9de5fc8e] {
  text-transform: uppercase;
}
.lowercase[data-v-9de5fc8e] {
  text-transform: lowercase;
}
.d-inline[data-v-9de5fc8e] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-9de5fc8e] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-9de5fc8e] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-9de5fc8e] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-9de5fc8e] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-9de5fc8e] {
    display: inline !important;
}
}
.flex-grow[data-v-9de5fc8e] {
  flex-grow: 1;
}
.weight-normal[data-v-9de5fc8e] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-9de5fc8e] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-9de5fc8e] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-9de5fc8e] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-9de5fc8e] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-9de5fc8e] {
    margin-bottom: 0;
}
}
.gray-100[data-v-9de5fc8e] {
  background-color: #F5F5F5;
}
.highlight[data-v-9de5fc8e] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-9de5fc8e] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-9de5fc8e] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-9de5fc8e] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-9de5fc8e] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-9de5fc8e] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-9de5fc8e] {
  z-index: 10000;
}
.video-responsive[data-v-9de5fc8e] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-9de5fc8e] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-9de5fc8e]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-9de5fc8e]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-9de5fc8e] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-9de5fc8e] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-9de5fc8e] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-9de5fc8e]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-9de5fc8e]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-9de5fc8e] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-9de5fc8e] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-9de5fc8e] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-9de5fc8e] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-9de5fc8e],
.sidenav-list-virk.sidenav-list li li[data-v-9de5fc8e],
.sidenav-list-virk.sidenav-list a[data-v-9de5fc8e] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-9de5fc8e] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-9de5fc8e] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-9de5fc8e] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-9de5fc8e] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-9de5fc8e] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-9de5fc8e]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-9de5fc8e]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-9de5fc8e] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-9de5fc8e]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-9de5fc8e] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
body.modal-open[data-v-9de5fc8e] {
  overflow: hidden;
}
.modal-backdrop[data-v-9de5fc8e] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8888;
  padding: 16px;
}
.fds-modal[data-v-9de5fc8e]:focus-visible {
  outline: none;
}
.fds-modal[data-v-9de5fc8e] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 16px;
}
.fds-modal[aria-hidden=false][data-v-9de5fc8e] {
  display: flex;
}
.fds-modal .modal-content[data-v-9de5fc8e] {
  align-self: center;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 100%;
  position: relative;
  margin: 24px auto 24px;
}
.fds-modal .modal-bottom-page[data-v-9de5fc8e] {
  position: fixed;
  margin-top: 0;
  margin-bottom: 0;
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}
.fds-modal .modal-filter[data-v-9de5fc8e] {
  position: fixed;
  left: 0;
  height: 100%;
  margin: 0;
}
.fds-modal .modal-filter .modal-header[data-v-9de5fc8e] {
  padding: 0;
}
.fds-modal .modal-filter .modal-title[data-v-9de5fc8e] {
  display: none;
}
.fds-modal .modal-header[data-v-9de5fc8e] {
  padding: 16px 24px 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-9de5fc8e] {
    padding: 40px 40px 8px 40px;
}
}
.fds-modal .modal-header[data-v-9de5fc8e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-9de5fc8e] {
    padding-right: 48px;
}
}
.fds-modal .modal-header h1[data-v-9de5fc8e],
.fds-modal .modal-header h2[data-v-9de5fc8e],
.fds-modal .modal-header h3[data-v-9de5fc8e],
.fds-modal .modal-header h4[data-v-9de5fc8e],
.fds-modal .modal-header h5[data-v-9de5fc8e],
.fds-modal .modal-header h6[data-v-9de5fc8e],
.fds-modal .modal-header .h1[data-v-9de5fc8e],
.fds-modal .modal-header .h2[data-v-9de5fc8e],
.fds-modal .modal-header .h3[data-v-9de5fc8e],
.fds-modal .modal-header .h4[data-v-9de5fc8e],
.fds-modal .modal-header .h5[data-v-9de5fc8e],
.fds-modal .modal-header .h6[data-v-9de5fc8e] {
  color: #1a1a1a;
}
.fds-modal .modal-title[data-v-9de5fc8e] {
  margin: 24px 48px 8px 0;
}
@media (min-width: 768px) {
.fds-modal .modal-title[data-v-9de5fc8e] {
    margin: 0 48px 0 0;
}
}
.fds-modal .modal-body[data-v-9de5fc8e] {
  background-color: white;
  color: #1a1a1a;
  padding: 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-body[data-v-9de5fc8e] {
    padding: 8px 40px 8px 40px;
}
}
.fds-modal .modal-body[data-v-9de5fc8e] > *:first-child {
  margin-top: 0;
}
.fds-modal .modal-body p[data-v-9de5fc8e],
.fds-modal .modal-body h1[data-v-9de5fc8e],
.fds-modal .modal-body h2[data-v-9de5fc8e],
.fds-modal .modal-body h3[data-v-9de5fc8e],
.fds-modal .modal-body h4[data-v-9de5fc8e],
.fds-modal .modal-body h5[data-v-9de5fc8e],
.fds-modal .modal-body h6[data-v-9de5fc8e],
.fds-modal .modal-body .h1[data-v-9de5fc8e],
.fds-modal .modal-body .h2[data-v-9de5fc8e],
.fds-modal .modal-body .h3[data-v-9de5fc8e],
.fds-modal .modal-body .h4[data-v-9de5fc8e],
.fds-modal .modal-body .h5[data-v-9de5fc8e],
.fds-modal .modal-body .h6[data-v-9de5fc8e] {
  color: #1a1a1a;
}
.fds-modal .modal-footer[data-v-9de5fc8e] {
  padding: 0px 24px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-footer[data-v-9de5fc8e] {
    padding: 8px 40px 40px 40px;
}
}
.fds-modal .modal-footer[data-v-9de5fc8e] {
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 992px) {
.fds-modal .modal-footer[data-v-9de5fc8e] {
    display: flex;
}
}
.fds-modal .modal-footer .button[data-v-9de5fc8e] {
  margin-top: 8px;
  margin-right: 16px;
}
.fds-modal .modal-footer p[data-v-9de5fc8e],
.fds-modal .modal-footer h1[data-v-9de5fc8e],
.fds-modal .modal-footer h2[data-v-9de5fc8e],
.fds-modal .modal-footer h3[data-v-9de5fc8e],
.fds-modal .modal-footer h4[data-v-9de5fc8e],
.fds-modal .modal-footer h5[data-v-9de5fc8e],
.fds-modal .modal-footer h6[data-v-9de5fc8e],
.fds-modal .modal-footer .h1[data-v-9de5fc8e],
.fds-modal .modal-footer .h2[data-v-9de5fc8e],
.fds-modal .modal-footer .h3[data-v-9de5fc8e],
.fds-modal .modal-footer .h4[data-v-9de5fc8e],
.fds-modal .modal-footer .h5[data-v-9de5fc8e],
.fds-modal .modal-footer .h6[data-v-9de5fc8e] {
  color: #1a1a1a;
}
.fds-modal .modal-close[data-v-9de5fc8e] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: inherit;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-close[data-v-9de5fc8e] {
    top: 24px;
    right: 32px;
}
}
.fds-modal .modal-close[data-v-9de5fc8e]:hover, .fds-modal .modal-close[data-v-9de5fc8e]:visited, .fds-modal .modal-close[data-v-9de5fc8e]:focus {
  color: #1a1a1a;
}
.fds-modal[data-v-9de5fc8e] {
  /**************************\
        Animation Style
    \**************************/
}
@keyframes modalfadeIn-9de5fc8e {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes modalfadeOut-9de5fc8e {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes modalslideIn-9de5fc8e {
from {
    transform: translateY(15%);
}
to {
    transform: translateY(0);
}
}
@keyframes modalslideOut-9de5fc8e {
from {
    transform: translateY(0);
}
to {
    transform: translateY(-10%);
}
}
.fds-modal[aria-hidden=false] .modal-content[data-v-9de5fc8e] {
  animation: modalslideIn-9de5fc8e 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal[aria-hidden=true] .modal-content[data-v-9de5fc8e] {
  animation: modalslideOut-9de5fc8e 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal .button-unstyled[data-v-9de5fc8e] {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: #004D99;
  font: inherit;
  text-align: left;
  cursor: pointer;
  text-decoration: underline;
}
.fds-modal .button-unstyled[data-v-9de5fc8e]:hover, .fds-modal .button-unstyled[data-v-9de5fc8e]:focus {
  text-decoration: underline;
  color: #000040;
}
.fds-modal .button-unstyled[data-v-9de5fc8e]:visited {
  color: #800080;
}
.fds-modal .button-unstyled[data-v-9de5fc8e]:disabled {
  cursor: default;
  color: #a9a9a9;
  text-decoration: none;
}
.unstyle-router[data-v-9de5fc8e] {
  color: #ffffff !important;
  text-decoration: none;
}
.fritekst-streng[data-v-9de5fc8e] {
  word-wrap: break-word;
}body[data-v-acdc651e] {
  overflow: scroll;
}
.mobile-view[data-v-acdc651e] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-acdc651e] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-acdc651e] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-acdc651e] {
  font-size: 1.6rem;
}
p[data-v-acdc651e] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-acdc651e] {
  color: #004D99;
}
a[data-v-acdc651e]:hover, a.link-hover[data-v-acdc651e] {
  color: #000040;
}
a[data-v-acdc651e]:hover:disabled,
a:hover .disabled[data-v-acdc651e], a.link-hover[data-v-acdc651e]:disabled,
a.link-hover .disabled[data-v-acdc651e] {
  background-color: transparent !important;
}
a[data-v-acdc651e]:focus, a.link-focus[data-v-acdc651e] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-acdc651e]:visited, a.link-visited[data-v-acdc651e] {
  color: #800080;
}
a[data-v-acdc651e]:disabled, a.disabled[data-v-acdc651e] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-acdc651e]:disabled:focus, a.disabled[data-v-acdc651e]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-acdc651e]:not(.button) {
  color: white;
}
.background-dark a[data-v-acdc651e]:disabled, .background-dark a.disabled[data-v-acdc651e] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-acdc651e]:disabled:focus, .background-dark a.disabled[data-v-acdc651e]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-acdc651e] {
  font-weight: 600;
}
a[data-v-acdc651e]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-acdc651e], .h1[data-v-acdc651e] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-acdc651e], .h1[data-v-acdc651e] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-acdc651e], .h1[data-v-acdc651e] {
    font-size: 3.9rem;
}
}
h1[data-v-acdc651e], .h1[data-v-acdc651e] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-acdc651e], .h1[data-v-acdc651e] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-acdc651e], .h1[data-v-acdc651e] {
    line-height: 4.8rem;
}
}
h1[data-v-acdc651e], .h1[data-v-acdc651e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-acdc651e], .h1[data-v-acdc651e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-acdc651e], .h1[data-v-acdc651e] {
    letter-spacing: normal;
}
}
h1[data-v-acdc651e], .h1[data-v-acdc651e] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-acdc651e], .h2[data-v-acdc651e] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-acdc651e], .h2[data-v-acdc651e] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-acdc651e], .h2[data-v-acdc651e] {
    font-size: 3.1rem;
}
}
h2[data-v-acdc651e], .h2[data-v-acdc651e] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-acdc651e], .h2[data-v-acdc651e] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-acdc651e], .h2[data-v-acdc651e] {
    line-height: 4rem;
}
}
h2[data-v-acdc651e], .h2[data-v-acdc651e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-acdc651e], .h2[data-v-acdc651e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-acdc651e], .h2[data-v-acdc651e] {
    letter-spacing: normal;
}
}
h2[data-v-acdc651e], .h2[data-v-acdc651e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-acdc651e], .h3[data-v-acdc651e] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-acdc651e], .h3[data-v-acdc651e] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-acdc651e], .h3[data-v-acdc651e] {
    font-size: 2.5rem;
}
}
h3[data-v-acdc651e], .h3[data-v-acdc651e] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-acdc651e], .h3[data-v-acdc651e] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-acdc651e], .h3[data-v-acdc651e] {
    line-height: 3.2rem;
}
}
h3[data-v-acdc651e], .h3[data-v-acdc651e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-acdc651e], .h3[data-v-acdc651e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-acdc651e], .h3[data-v-acdc651e] {
    letter-spacing: normal;
}
}
h3[data-v-acdc651e], .h3[data-v-acdc651e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-acdc651e], .h4[data-v-acdc651e] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-acdc651e], .h4[data-v-acdc651e] {
    font-size: 2rem;
}
}
h4[data-v-acdc651e], .h4[data-v-acdc651e] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-acdc651e], .h4[data-v-acdc651e] {
    line-height: 2.8rem;
}
}
h4[data-v-acdc651e], .h4[data-v-acdc651e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-acdc651e], .h4[data-v-acdc651e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-acdc651e], .h4[data-v-acdc651e] {
    letter-spacing: normal;
}
}
h4[data-v-acdc651e], .h4[data-v-acdc651e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-acdc651e], .h5[data-v-acdc651e] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-acdc651e], .h5[data-v-acdc651e] {
    font-size: 1.6rem;
}
}
h5[data-v-acdc651e], .h5[data-v-acdc651e] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-acdc651e], .h5[data-v-acdc651e] {
    line-height: 2.4rem;
}
}
h5[data-v-acdc651e], .h5[data-v-acdc651e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-acdc651e], .h5[data-v-acdc651e] {
    letter-spacing: normal;
}
}
h5[data-v-acdc651e], .h5[data-v-acdc651e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-acdc651e], .h6[data-v-acdc651e] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-acdc651e], .body-text[data-v-acdc651e], .body-copy-text[data-v-acdc651e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-acdc651e], .figcaption[data-v-acdc651e] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-acdc651e], .figcaption p[data-v-acdc651e] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-acdc651e] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-acdc651e] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-acdc651e] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-acdc651e], .small-text[data-v-acdc651e] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-acdc651e] {
  font-weight: 400;
}
.weight-semibold[data-v-acdc651e] {
  font-weight: 600;
}
.facit[data-v-acdc651e] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-acdc651e], b[data-v-acdc651e], .bold[data-v-acdc651e] {
  font-weight: 700;
}
.italic[data-v-acdc651e], em[data-v-acdc651e] {
  font-style: italic;
}
.form-label[data-v-acdc651e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-acdc651e]:focus, .h1[data-v-acdc651e]:focus,
h2[data-v-acdc651e]:focus, .h2[data-v-acdc651e]:focus,
h3[data-v-acdc651e]:focus, .h3[data-v-acdc651e]:focus,
h4[data-v-acdc651e]:focus, .h4[data-v-acdc651e]:focus,
h5[data-v-acdc651e]:focus, .h5[data-v-acdc651e]:focus,
h6[data-v-acdc651e]:focus, .h6[data-v-acdc651e]:focus {
  outline: none;
}
h1[data-v-acdc651e], .h1[data-v-acdc651e] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-acdc651e], .h2[data-v-acdc651e] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-acdc651e], .h2[data-v-acdc651e] {
    margin-top: 4rem;
}
}
h3[data-v-acdc651e], .h3[data-v-acdc651e] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-acdc651e], .h3[data-v-acdc651e] {
    margin-top: 4rem;
}
}
h4[data-v-acdc651e], .h4[data-v-acdc651e] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-acdc651e], .h5[data-v-acdc651e] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-acdc651e], .h6[data-v-acdc651e] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-acdc651e] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-acdc651e], .body-text[data-v-acdc651e] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-acdc651e], h5 + ul[data-v-acdc651e], h5 + ol[data-v-acdc651e], .h5 + p[data-v-acdc651e], .h5 + ul[data-v-acdc651e], .h5 + ol[data-v-acdc651e], h6 + p[data-v-acdc651e], h6 + ul[data-v-acdc651e], h6 + ol[data-v-acdc651e], .h6 + p[data-v-acdc651e], .h6 + ul[data-v-acdc651e], .h6 + ol[data-v-acdc651e] {
  margin-top: 0;
}
button.function-link[data-v-acdc651e] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-acdc651e] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-acdc651e]:hover, .function-link[data-v-acdc651e]:visited, .function-link[data-v-acdc651e]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-acdc651e] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-acdc651e] {
  text-align: right;
}
.back-link[data-v-acdc651e] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-acdc651e] {
    margin-bottom: 32px;
}
}
.back-link[data-v-acdc651e] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-acdc651e]::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[data-v-acdc651e]:active, .back-link[data-v-acdc651e]:focus, .back-link[data-v-acdc651e]:hover, .back-link[data-v-acdc651e]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-acdc651e] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-acdc651e] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-acdc651e], h1 a[data-v-acdc651e]:hover, h1 a[data-v-acdc651e]:visited, h1 a[data-v-acdc651e]:focus, .h1 a[data-v-acdc651e], .h1 a[data-v-acdc651e]:hover, .h1 a[data-v-acdc651e]:visited, .h1 a[data-v-acdc651e]:focus,
h2 a[data-v-acdc651e],
h2 a[data-v-acdc651e]:hover,
h2 a[data-v-acdc651e]:visited,
h2 a[data-v-acdc651e]:focus, .h2 a[data-v-acdc651e], .h2 a[data-v-acdc651e]:hover, .h2 a[data-v-acdc651e]:visited, .h2 a[data-v-acdc651e]:focus,
h3 a[data-v-acdc651e],
h3 a[data-v-acdc651e]:hover,
h3 a[data-v-acdc651e]:visited,
h3 a[data-v-acdc651e]:focus, .h3 a[data-v-acdc651e], .h3 a[data-v-acdc651e]:hover, .h3 a[data-v-acdc651e]:visited, .h3 a[data-v-acdc651e]:focus,
h4 a[data-v-acdc651e],
h4 a[data-v-acdc651e]:hover,
h4 a[data-v-acdc651e]:visited,
h4 a[data-v-acdc651e]:focus, .h4 a[data-v-acdc651e], .h4 a[data-v-acdc651e]:hover, .h4 a[data-v-acdc651e]:visited, .h4 a[data-v-acdc651e]:focus,
h5 a[data-v-acdc651e],
h5 a[data-v-acdc651e]:hover,
h5 a[data-v-acdc651e]:visited,
h5 a[data-v-acdc651e]:focus, .h5 a[data-v-acdc651e], .h5 a[data-v-acdc651e]:hover, .h5 a[data-v-acdc651e]:visited, .h5 a[data-v-acdc651e]:focus,
h6 a[data-v-acdc651e],
h6 a[data-v-acdc651e]:hover,
h6 a[data-v-acdc651e]:visited,
h6 a[data-v-acdc651e]:focus, .h6 a[data-v-acdc651e], .h6 a[data-v-acdc651e]:hover, .h6 a[data-v-acdc651e]:visited, .h6 a[data-v-acdc651e]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-acdc651e], .h1 a.search-link[data-v-acdc651e],
h2 a.search-link[data-v-acdc651e], .h2 a.search-link[data-v-acdc651e],
h3 a.search-link[data-v-acdc651e], .h3 a.search-link[data-v-acdc651e],
h4 a.search-link[data-v-acdc651e], .h4 a.search-link[data-v-acdc651e],
h5 a.search-link[data-v-acdc651e], .h5 a.search-link[data-v-acdc651e],
h6 a.search-link[data-v-acdc651e], .h6 a.search-link[data-v-acdc651e] {
  text-decoration: none;
}
h1 a.search-link[data-v-acdc651e]:visited, .h1 a.search-link[data-v-acdc651e]:visited,
h2 a.search-link[data-v-acdc651e]:visited, .h2 a.search-link[data-v-acdc651e]:visited,
h3 a.search-link[data-v-acdc651e]:visited, .h3 a.search-link[data-v-acdc651e]:visited,
h4 a.search-link[data-v-acdc651e]:visited, .h4 a.search-link[data-v-acdc651e]:visited,
h5 a.search-link[data-v-acdc651e]:visited, .h5 a.search-link[data-v-acdc651e]:visited,
h6 a.search-link[data-v-acdc651e]:visited, .h6 a.search-link[data-v-acdc651e]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-acdc651e]:focus, .h1 a.search-link[data-v-acdc651e]:focus,
h2 a.search-link[data-v-acdc651e]:focus, .h2 a.search-link[data-v-acdc651e]:focus,
h3 a.search-link[data-v-acdc651e]:focus, .h3 a.search-link[data-v-acdc651e]:focus,
h4 a.search-link[data-v-acdc651e]:focus, .h4 a.search-link[data-v-acdc651e]:focus,
h5 a.search-link[data-v-acdc651e]:focus, .h5 a.search-link[data-v-acdc651e]:focus,
h6 a.search-link[data-v-acdc651e]:focus, .h6 a.search-link[data-v-acdc651e]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-acdc651e]:hover, .h1 a.search-link[data-v-acdc651e]:hover,
h2 a.search-link[data-v-acdc651e]:hover, .h2 a.search-link[data-v-acdc651e]:hover,
h3 a.search-link[data-v-acdc651e]:hover, .h3 a.search-link[data-v-acdc651e]:hover,
h4 a.search-link[data-v-acdc651e]:hover, .h4 a.search-link[data-v-acdc651e]:hover,
h5 a.search-link[data-v-acdc651e]:hover, .h5 a.search-link[data-v-acdc651e]:hover,
h6 a.search-link[data-v-acdc651e]:hover, .h6 a.search-link[data-v-acdc651e]:hover {
  text-decoration: underline;
}
cite[data-v-acdc651e],
var[data-v-acdc651e],
address[data-v-acdc651e],
dfn[data-v-acdc651e] {
  font-style: normal;
}
h1[data-v-acdc651e], .h1[data-v-acdc651e],
h2[data-v-acdc651e], .h2[data-v-acdc651e],
h3[data-v-acdc651e], .h3[data-v-acdc651e],
h4[data-v-acdc651e], .h4[data-v-acdc651e],
h5[data-v-acdc651e], .h5[data-v-acdc651e],
h6[data-v-acdc651e], .h6[data-v-acdc651e] {
  max-width: 66ch;
}
p[data-v-acdc651e],
ul[data-v-acdc651e]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-acdc651e]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-acdc651e] {
  max-width: 66ch;
}
.form-label[data-v-acdc651e], .form-hint[data-v-acdc651e], .form-error-message[data-v-acdc651e] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-acdc651e], .form-radio + label[data-v-acdc651e] {
  max-width: 66ch;
}
.displayheading-1[data-v-acdc651e] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-acdc651e] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-acdc651e] {
  color: #358000;
}
.text-negative[data-v-acdc651e] {
  color: #CC0000;
}
.color-text-black[data-v-acdc651e] {
  color: #1a1a1a;
}
.background-dark[data-v-acdc651e] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-acdc651e], .background-dark span[data-v-acdc651e] {
  color: white;
}
.field-group-title[data-v-acdc651e] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-acdc651e] {
  border: 2px solid #1a1a1a;
}
h1[data-v-acdc651e], h2[data-v-acdc651e], h3[data-v-acdc651e], h4[data-v-acdc651e], h5[data-v-acdc651e], h6[data-v-acdc651e], p[data-v-acdc651e], legend[data-v-acdc651e], strong[data-v-acdc651e], b[data-v-acdc651e], cite[data-v-acdc651e], var[data-v-acdc651e], address[data-v-acdc651e], dfn[data-v-acdc651e] {
  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[data-v-acdc651e] {
  text-transform: uppercase;
}
.lowercase[data-v-acdc651e] {
  text-transform: lowercase;
}
.d-inline[data-v-acdc651e] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-acdc651e] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-acdc651e] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-acdc651e] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-acdc651e] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-acdc651e] {
    display: inline !important;
}
}
.flex-grow[data-v-acdc651e] {
  flex-grow: 1;
}
.weight-normal[data-v-acdc651e] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-acdc651e] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-acdc651e] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-acdc651e] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-acdc651e] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-acdc651e] {
    margin-bottom: 0;
}
}
.gray-100[data-v-acdc651e] {
  background-color: #F5F5F5;
}
.highlight[data-v-acdc651e] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-acdc651e] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-acdc651e] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-acdc651e] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-acdc651e] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-acdc651e] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-acdc651e] {
  z-index: 10000;
}
.video-responsive[data-v-acdc651e] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-acdc651e] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-acdc651e]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-acdc651e]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-acdc651e] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-acdc651e] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-acdc651e] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-acdc651e]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-acdc651e]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-acdc651e] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-acdc651e] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-acdc651e] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-acdc651e] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-acdc651e],
.sidenav-list-virk.sidenav-list li li[data-v-acdc651e],
.sidenav-list-virk.sidenav-list a[data-v-acdc651e] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-acdc651e] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-acdc651e] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-acdc651e] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-acdc651e] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-acdc651e] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-acdc651e]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-acdc651e]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-acdc651e] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-acdc651e]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-acdc651e] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
body.mitudbud-theme .sorter-modal-vaelger[data-v-acdc651e] {
  list-style: none outside none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
body.mitudbud-theme .sorter-modal-vaelger li[data-v-acdc651e] {
  margin: 0;
  padding-left: 0;
  border-top: 1px solid #1a1a1a;
}
body.mitudbud-theme .sorter-modal-vaelger li[data-v-acdc651e]::before {
  content: none;
}
body.mitudbud-theme .sorter-modal-vaelger button[data-v-acdc651e] {
  position: static;
  text-align: left;
  border: none;
  box-shadow: none;
  background: none;
  min-width: inherit;
  margin: 15px 10px 15px 10px;
  width: 100%;
  line-height: 20px;
}
body.mitudbud-theme .sorter-modal-vaelger li[aria-current=true] button[data-v-acdc651e] {
  font-weight: bold;
}
body.mitudbud-theme .sorter-modal-vaelger li[aria-current=true][data-v-acdc651e] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9%2016.2L4.8%2012l-1.4%201.4L9%2019%2021%207l-1.4-1.4L9%2016.2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
}
body.mitudbud-theme .white-background[data-v-acdc651e] {
  background: white;
}
body.mitudbud-theme .font-16[data-v-acdc651e] {
  line-height: 24px;
  font-size: 16px;
}
body.mitudbud-theme .overflow-sortering-button[data-v-acdc651e] {
  min-width: 360px;
}body[data-v-e8d07121] {
  overflow: scroll;
}
.mobile-view[data-v-e8d07121] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-e8d07121] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-e8d07121] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-e8d07121] {
  font-size: 1.6rem;
}
p[data-v-e8d07121] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-e8d07121] {
  color: #004D99;
}
a[data-v-e8d07121]:hover, a.link-hover[data-v-e8d07121] {
  color: #000040;
}
a[data-v-e8d07121]:hover:disabled,
a:hover .disabled[data-v-e8d07121], a.link-hover[data-v-e8d07121]:disabled,
a.link-hover .disabled[data-v-e8d07121] {
  background-color: transparent !important;
}
a[data-v-e8d07121]:focus, a.link-focus[data-v-e8d07121] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-e8d07121]:visited, a.link-visited[data-v-e8d07121] {
  color: #800080;
}
a[data-v-e8d07121]:disabled, a.disabled[data-v-e8d07121] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-e8d07121]:disabled:focus, a.disabled[data-v-e8d07121]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-e8d07121]:not(.button) {
  color: white;
}
.background-dark a[data-v-e8d07121]:disabled, .background-dark a.disabled[data-v-e8d07121] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-e8d07121]:disabled:focus, .background-dark a.disabled[data-v-e8d07121]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-e8d07121] {
  font-weight: 600;
}
a[data-v-e8d07121]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-e8d07121], .h1[data-v-e8d07121] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-e8d07121], .h1[data-v-e8d07121] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-e8d07121], .h1[data-v-e8d07121] {
    font-size: 3.9rem;
}
}
h1[data-v-e8d07121], .h1[data-v-e8d07121] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-e8d07121], .h1[data-v-e8d07121] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-e8d07121], .h1[data-v-e8d07121] {
    line-height: 4.8rem;
}
}
h1[data-v-e8d07121], .h1[data-v-e8d07121] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-e8d07121], .h1[data-v-e8d07121] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-e8d07121], .h1[data-v-e8d07121] {
    letter-spacing: normal;
}
}
h1[data-v-e8d07121], .h1[data-v-e8d07121] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-e8d07121], .h2[data-v-e8d07121] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-e8d07121], .h2[data-v-e8d07121] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-e8d07121], .h2[data-v-e8d07121] {
    font-size: 3.1rem;
}
}
h2[data-v-e8d07121], .h2[data-v-e8d07121] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-e8d07121], .h2[data-v-e8d07121] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-e8d07121], .h2[data-v-e8d07121] {
    line-height: 4rem;
}
}
h2[data-v-e8d07121], .h2[data-v-e8d07121] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-e8d07121], .h2[data-v-e8d07121] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-e8d07121], .h2[data-v-e8d07121] {
    letter-spacing: normal;
}
}
h2[data-v-e8d07121], .h2[data-v-e8d07121] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-e8d07121], .h3[data-v-e8d07121] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-e8d07121], .h3[data-v-e8d07121] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-e8d07121], .h3[data-v-e8d07121] {
    font-size: 2.5rem;
}
}
h3[data-v-e8d07121], .h3[data-v-e8d07121] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-e8d07121], .h3[data-v-e8d07121] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-e8d07121], .h3[data-v-e8d07121] {
    line-height: 3.2rem;
}
}
h3[data-v-e8d07121], .h3[data-v-e8d07121] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-e8d07121], .h3[data-v-e8d07121] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-e8d07121], .h3[data-v-e8d07121] {
    letter-spacing: normal;
}
}
h3[data-v-e8d07121], .h3[data-v-e8d07121] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-e8d07121], .h4[data-v-e8d07121] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-e8d07121], .h4[data-v-e8d07121] {
    font-size: 2rem;
}
}
h4[data-v-e8d07121], .h4[data-v-e8d07121] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-e8d07121], .h4[data-v-e8d07121] {
    line-height: 2.8rem;
}
}
h4[data-v-e8d07121], .h4[data-v-e8d07121] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-e8d07121], .h4[data-v-e8d07121] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-e8d07121], .h4[data-v-e8d07121] {
    letter-spacing: normal;
}
}
h4[data-v-e8d07121], .h4[data-v-e8d07121] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-e8d07121], .h5[data-v-e8d07121] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-e8d07121], .h5[data-v-e8d07121] {
    font-size: 1.6rem;
}
}
h5[data-v-e8d07121], .h5[data-v-e8d07121] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-e8d07121], .h5[data-v-e8d07121] {
    line-height: 2.4rem;
}
}
h5[data-v-e8d07121], .h5[data-v-e8d07121] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-e8d07121], .h5[data-v-e8d07121] {
    letter-spacing: normal;
}
}
h5[data-v-e8d07121], .h5[data-v-e8d07121] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-e8d07121], .h6[data-v-e8d07121] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-e8d07121], .body-text[data-v-e8d07121], .body-copy-text[data-v-e8d07121] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-e8d07121], .figcaption[data-v-e8d07121] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-e8d07121], .figcaption p[data-v-e8d07121] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-e8d07121] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-e8d07121] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-e8d07121] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-e8d07121], .small-text[data-v-e8d07121] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-e8d07121] {
  font-weight: 400;
}
.weight-semibold[data-v-e8d07121] {
  font-weight: 600;
}
.facit[data-v-e8d07121] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-e8d07121], b[data-v-e8d07121], .bold[data-v-e8d07121] {
  font-weight: 700;
}
.italic[data-v-e8d07121], em[data-v-e8d07121] {
  font-style: italic;
}
.form-label[data-v-e8d07121] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-e8d07121]:focus, .h1[data-v-e8d07121]:focus,
h2[data-v-e8d07121]:focus, .h2[data-v-e8d07121]:focus,
h3[data-v-e8d07121]:focus, .h3[data-v-e8d07121]:focus,
h4[data-v-e8d07121]:focus, .h4[data-v-e8d07121]:focus,
h5[data-v-e8d07121]:focus, .h5[data-v-e8d07121]:focus,
h6[data-v-e8d07121]:focus, .h6[data-v-e8d07121]:focus {
  outline: none;
}
h1[data-v-e8d07121], .h1[data-v-e8d07121] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-e8d07121], .h2[data-v-e8d07121] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-e8d07121], .h2[data-v-e8d07121] {
    margin-top: 4rem;
}
}
h3[data-v-e8d07121], .h3[data-v-e8d07121] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-e8d07121], .h3[data-v-e8d07121] {
    margin-top: 4rem;
}
}
h4[data-v-e8d07121], .h4[data-v-e8d07121] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-e8d07121], .h5[data-v-e8d07121] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-e8d07121], .h6[data-v-e8d07121] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-e8d07121] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-e8d07121], .body-text[data-v-e8d07121] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-e8d07121], h5 + ul[data-v-e8d07121], h5 + ol[data-v-e8d07121], .h5 + p[data-v-e8d07121], .h5 + ul[data-v-e8d07121], .h5 + ol[data-v-e8d07121], h6 + p[data-v-e8d07121], h6 + ul[data-v-e8d07121], h6 + ol[data-v-e8d07121], .h6 + p[data-v-e8d07121], .h6 + ul[data-v-e8d07121], .h6 + ol[data-v-e8d07121] {
  margin-top: 0;
}
button.function-link[data-v-e8d07121] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-e8d07121] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-e8d07121]:hover, .function-link[data-v-e8d07121]:visited, .function-link[data-v-e8d07121]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-e8d07121] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-e8d07121] {
  text-align: right;
}
.back-link[data-v-e8d07121] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-e8d07121] {
    margin-bottom: 32px;
}
}
.back-link[data-v-e8d07121] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-e8d07121]::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[data-v-e8d07121]:active, .back-link[data-v-e8d07121]:focus, .back-link[data-v-e8d07121]:hover, .back-link[data-v-e8d07121]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-e8d07121] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-e8d07121] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-e8d07121], h1 a[data-v-e8d07121]:hover, h1 a[data-v-e8d07121]:visited, h1 a[data-v-e8d07121]:focus, .h1 a[data-v-e8d07121], .h1 a[data-v-e8d07121]:hover, .h1 a[data-v-e8d07121]:visited, .h1 a[data-v-e8d07121]:focus,
h2 a[data-v-e8d07121],
h2 a[data-v-e8d07121]:hover,
h2 a[data-v-e8d07121]:visited,
h2 a[data-v-e8d07121]:focus, .h2 a[data-v-e8d07121], .h2 a[data-v-e8d07121]:hover, .h2 a[data-v-e8d07121]:visited, .h2 a[data-v-e8d07121]:focus,
h3 a[data-v-e8d07121],
h3 a[data-v-e8d07121]:hover,
h3 a[data-v-e8d07121]:visited,
h3 a[data-v-e8d07121]:focus, .h3 a[data-v-e8d07121], .h3 a[data-v-e8d07121]:hover, .h3 a[data-v-e8d07121]:visited, .h3 a[data-v-e8d07121]:focus,
h4 a[data-v-e8d07121],
h4 a[data-v-e8d07121]:hover,
h4 a[data-v-e8d07121]:visited,
h4 a[data-v-e8d07121]:focus, .h4 a[data-v-e8d07121], .h4 a[data-v-e8d07121]:hover, .h4 a[data-v-e8d07121]:visited, .h4 a[data-v-e8d07121]:focus,
h5 a[data-v-e8d07121],
h5 a[data-v-e8d07121]:hover,
h5 a[data-v-e8d07121]:visited,
h5 a[data-v-e8d07121]:focus, .h5 a[data-v-e8d07121], .h5 a[data-v-e8d07121]:hover, .h5 a[data-v-e8d07121]:visited, .h5 a[data-v-e8d07121]:focus,
h6 a[data-v-e8d07121],
h6 a[data-v-e8d07121]:hover,
h6 a[data-v-e8d07121]:visited,
h6 a[data-v-e8d07121]:focus, .h6 a[data-v-e8d07121], .h6 a[data-v-e8d07121]:hover, .h6 a[data-v-e8d07121]:visited, .h6 a[data-v-e8d07121]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-e8d07121], .h1 a.search-link[data-v-e8d07121],
h2 a.search-link[data-v-e8d07121], .h2 a.search-link[data-v-e8d07121],
h3 a.search-link[data-v-e8d07121], .h3 a.search-link[data-v-e8d07121],
h4 a.search-link[data-v-e8d07121], .h4 a.search-link[data-v-e8d07121],
h5 a.search-link[data-v-e8d07121], .h5 a.search-link[data-v-e8d07121],
h6 a.search-link[data-v-e8d07121], .h6 a.search-link[data-v-e8d07121] {
  text-decoration: none;
}
h1 a.search-link[data-v-e8d07121]:visited, .h1 a.search-link[data-v-e8d07121]:visited,
h2 a.search-link[data-v-e8d07121]:visited, .h2 a.search-link[data-v-e8d07121]:visited,
h3 a.search-link[data-v-e8d07121]:visited, .h3 a.search-link[data-v-e8d07121]:visited,
h4 a.search-link[data-v-e8d07121]:visited, .h4 a.search-link[data-v-e8d07121]:visited,
h5 a.search-link[data-v-e8d07121]:visited, .h5 a.search-link[data-v-e8d07121]:visited,
h6 a.search-link[data-v-e8d07121]:visited, .h6 a.search-link[data-v-e8d07121]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-e8d07121]:focus, .h1 a.search-link[data-v-e8d07121]:focus,
h2 a.search-link[data-v-e8d07121]:focus, .h2 a.search-link[data-v-e8d07121]:focus,
h3 a.search-link[data-v-e8d07121]:focus, .h3 a.search-link[data-v-e8d07121]:focus,
h4 a.search-link[data-v-e8d07121]:focus, .h4 a.search-link[data-v-e8d07121]:focus,
h5 a.search-link[data-v-e8d07121]:focus, .h5 a.search-link[data-v-e8d07121]:focus,
h6 a.search-link[data-v-e8d07121]:focus, .h6 a.search-link[data-v-e8d07121]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-e8d07121]:hover, .h1 a.search-link[data-v-e8d07121]:hover,
h2 a.search-link[data-v-e8d07121]:hover, .h2 a.search-link[data-v-e8d07121]:hover,
h3 a.search-link[data-v-e8d07121]:hover, .h3 a.search-link[data-v-e8d07121]:hover,
h4 a.search-link[data-v-e8d07121]:hover, .h4 a.search-link[data-v-e8d07121]:hover,
h5 a.search-link[data-v-e8d07121]:hover, .h5 a.search-link[data-v-e8d07121]:hover,
h6 a.search-link[data-v-e8d07121]:hover, .h6 a.search-link[data-v-e8d07121]:hover {
  text-decoration: underline;
}
cite[data-v-e8d07121],
var[data-v-e8d07121],
address[data-v-e8d07121],
dfn[data-v-e8d07121] {
  font-style: normal;
}
h1[data-v-e8d07121], .h1[data-v-e8d07121],
h2[data-v-e8d07121], .h2[data-v-e8d07121],
h3[data-v-e8d07121], .h3[data-v-e8d07121],
h4[data-v-e8d07121], .h4[data-v-e8d07121],
h5[data-v-e8d07121], .h5[data-v-e8d07121],
h6[data-v-e8d07121], .h6[data-v-e8d07121] {
  max-width: 66ch;
}
p[data-v-e8d07121],
ul[data-v-e8d07121]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-e8d07121]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-e8d07121] {
  max-width: 66ch;
}
.form-label[data-v-e8d07121], .form-hint[data-v-e8d07121], .form-error-message[data-v-e8d07121] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-e8d07121], .form-radio + label[data-v-e8d07121] {
  max-width: 66ch;
}
.displayheading-1[data-v-e8d07121] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-e8d07121] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-e8d07121] {
  color: #358000;
}
.text-negative[data-v-e8d07121] {
  color: #CC0000;
}
.color-text-black[data-v-e8d07121] {
  color: #1a1a1a;
}
.background-dark[data-v-e8d07121] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-e8d07121], .background-dark span[data-v-e8d07121] {
  color: white;
}
.field-group-title[data-v-e8d07121] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-e8d07121] {
  border: 2px solid #1a1a1a;
}
h1[data-v-e8d07121], h2[data-v-e8d07121], h3[data-v-e8d07121], h4[data-v-e8d07121], h5[data-v-e8d07121], h6[data-v-e8d07121], p[data-v-e8d07121], legend[data-v-e8d07121], strong[data-v-e8d07121], b[data-v-e8d07121], cite[data-v-e8d07121], var[data-v-e8d07121], address[data-v-e8d07121], dfn[data-v-e8d07121] {
  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[data-v-e8d07121] {
  text-transform: uppercase;
}
.lowercase[data-v-e8d07121] {
  text-transform: lowercase;
}
.d-inline[data-v-e8d07121] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-e8d07121] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-e8d07121] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-e8d07121] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-e8d07121] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-e8d07121] {
    display: inline !important;
}
}
.flex-grow[data-v-e8d07121] {
  flex-grow: 1;
}
.weight-normal[data-v-e8d07121] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-e8d07121] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-e8d07121] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-e8d07121] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-e8d07121] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-e8d07121] {
    margin-bottom: 0;
}
}
.gray-100[data-v-e8d07121] {
  background-color: #F5F5F5;
}
.highlight[data-v-e8d07121] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-e8d07121] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-e8d07121] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-e8d07121] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-e8d07121] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-e8d07121] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-e8d07121] {
  z-index: 10000;
}
.video-responsive[data-v-e8d07121] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-e8d07121] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-e8d07121]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-e8d07121]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-e8d07121] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-e8d07121] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-e8d07121] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-e8d07121]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-e8d07121]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-e8d07121] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-e8d07121] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-e8d07121] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-e8d07121] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-e8d07121],
.sidenav-list-virk.sidenav-list li li[data-v-e8d07121],
.sidenav-list-virk.sidenav-list a[data-v-e8d07121] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-e8d07121] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-e8d07121] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-e8d07121] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-e8d07121] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-e8d07121] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-e8d07121]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-e8d07121]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-e8d07121] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-e8d07121]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-e8d07121] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
body.mitudbud-theme .resultat-liste[data-v-e8d07121] {
  max-width: none !important;
  margin: 0px 0px 60px 0px;
}
body.mitudbud-theme .resultat-liste li[data-v-e8d07121] {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
body.mitudbud-theme .resultat-liste li[data-v-e8d07121]:before {
  display: none;
}
body.mitudbud-theme .resultat-liste li .resultat-card[data-v-e8d07121] {
  background-color: white;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 2px solid #bfbfbf;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
body.mitudbud-theme .resultat-liste li .resultat-card[data-v-e8d07121] {
    padding: 16px;
}
}
body.mitudbud-theme .resultat-liste li .resultat-card .resultat-card-overskrift[data-v-e8d07121],
body.mitudbud-theme .resultat-liste li .resultat-card .resultat-card-label[data-v-e8d07121] {
  max-width: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
}
body.mitudbud-theme .resultat-liste li .resultat-card .inline-row[data-v-e8d07121] {
  display: flex;
  flex-wrap: wrap;
}
body.mitudbud-theme .resultat-liste li .resultat-card .bold[data-v-e8d07121] {
  display: inline;
}
.blaa-pil-ikon[data-v-e8d07121] {
  fill: #0059b3;
  width: 32px;
  height: 32px;
}
.number-of-results[data-v-e8d07121] {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.number-of-results span[data-v-e8d07121] {
  padding-top: 4px;
}
.number-of-results button[data-v-e8d07121] {
  padding: 4px 8px;
  line-height: 2.4rem;
  margin-left: 8px;
}
.number-of-results button[aria-current=true][data-v-e8d07121] {
  background-color: #454545;
  border-radius: 30px;
  color: white;
  font-weight: 700;
  text-decoration: none;
}
.gaaTilDetaljevisning[data-v-e8d07121] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1200px) {
.gaaTilDetaljevisning[data-v-e8d07121] {
    display: block;
}
}
.mobileViewButton[data-v-e8d07121] {
  color: black;
}
.funtions-buttons[data-v-e8d07121] {
  gap: 8px;
}
.funtions-buttons .button + button[data-v-e8d07121] {
  margin-top: 0px;
}
.pointer[data-v-e8d07121] {
  cursor: pointer;
  text-decoration: none;
}
.title-button[data-v-e8d07121] {
  text-decoration: underline;
  font-weight: 700;
  cursor: pointer;
  color: #000000;
}
.outline[data-v-e8d07121] {
  border-top: 1px solid #bfbfbf;
}
.gray-highlight-underline[data-v-e8d07121] {
  cursor: pointer;
  text-decoration: underline;
  color: #747474;
}
.gray-highlight[data-v-e8d07121] {
  text-decoration: none;
  color: #747474;
}
.underline[data-v-e8d07121] {
  bottom: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #f5f5f5;
}
.cpv-kode[data-v-e8d07121] {
  min-width: 80px;
}
.font-weight[data-v-e8d07121] {
  font-weight: 200;
}
.mobile-card[data-v-e8d07121] {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.mobile-card .resultat-card-overskrift[data-v-e8d07121],
.mobile-card .resultat-card-label[data-v-e8d07121] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
}
.mobile-card .mobile-view-margin[data-v-e8d07121] {
  margin-bottom: 15px;
}
.center-vertically[data-v-e8d07121] {
  display: flex;
  align-items: center;
  height: 100%;
}
a[data-v-e8d07121]:visited,
a.link-visited[data-v-e8d07121] {
  color: #000000;
}
.fritekst-resultat[data-v-e8d07121] {
  font-style: italic;
  overflow-wrap: anywhere;
}
.opret-udbudsagent[data-v-e8d07121] {
  padding-top: 30px;
}
.info-box[data-v-e8d07121] {
  margin-bottom: 0px;
}
.gray-highlight-underline[data-v-e8d07121]:hover {
  color: #2575c9;
}
.blaa-pil-ikon[data-v-e8d07121]:hover {
  fill: #000000;
}
.title-button[data-v-e8d07121]:hover {
  color: #2575c9;
}
.title-button[data-v-e8d07121]:visited {
  color: #800080;
}
[data-v-e8d07121]:visited:hover {
  color: #2575c9;
}
body.mitudbud-theme .sorter-modal-vaelger[data-v-e8d07121] {
  list-style: none outside none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
body.mitudbud-theme .sorter-modal-vaelger li[data-v-e8d07121] {
  margin: 0;
  padding-left: 0;
  border-top: 1px solid #1a1a1a;
}
body.mitudbud-theme .sorter-modal-vaelger li[data-v-e8d07121]::before {
  content: none;
}
body.mitudbud-theme .sorter-modal-vaelger button[data-v-e8d07121] {
  position: static;
  text-align: left;
  border: none;
  box-shadow: none;
  background: none;
  min-width: inherit;
  margin: 15px 10px 15px 10px;
  width: 100%;
  line-height: 20px;
}
body.mitudbud-theme .sorter-modal-vaelger li[aria-current=true] button[data-v-e8d07121] {
  font-weight: bold;
}
body.mitudbud-theme .sorter-modal-vaelger li[aria-current=true][data-v-e8d07121] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9%2016.2L4.8%2012l-1.4%201.4L9%2019%2021%207l-1.4-1.4L9%2016.2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
}
body.mitudbud-theme .white-background[data-v-e8d07121] {
  background: white;
}
body.mitudbud-theme .font-16[data-v-e8d07121] {
  line-height: 24px;
  font-size: 16px;
}
body.mitudbud-theme .overflow-sortering-button[data-v-e8d07121] {
  min-width: 360px;
}body[data-v-8fa4c34d] {
  overflow: scroll;
}
.mobile-view[data-v-8fa4c34d] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-8fa4c34d] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-8fa4c34d] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-8fa4c34d] {
  font-size: 1.6rem;
}
p[data-v-8fa4c34d] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-8fa4c34d] {
  color: #004D99;
}
a[data-v-8fa4c34d]:hover, a.link-hover[data-v-8fa4c34d] {
  color: #000040;
}
a[data-v-8fa4c34d]:hover:disabled,
a:hover .disabled[data-v-8fa4c34d], a.link-hover[data-v-8fa4c34d]:disabled,
a.link-hover .disabled[data-v-8fa4c34d] {
  background-color: transparent !important;
}
a[data-v-8fa4c34d]:focus, a.link-focus[data-v-8fa4c34d] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-8fa4c34d]:visited, a.link-visited[data-v-8fa4c34d] {
  color: #800080;
}
a[data-v-8fa4c34d]:disabled, a.disabled[data-v-8fa4c34d] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-8fa4c34d]:disabled:focus, a.disabled[data-v-8fa4c34d]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-8fa4c34d]:not(.button) {
  color: white;
}
.background-dark a[data-v-8fa4c34d]:disabled, .background-dark a.disabled[data-v-8fa4c34d] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-8fa4c34d]:disabled:focus, .background-dark a.disabled[data-v-8fa4c34d]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-8fa4c34d] {
  font-weight: 600;
}
a[data-v-8fa4c34d]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-8fa4c34d], .h1[data-v-8fa4c34d] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-8fa4c34d], .h1[data-v-8fa4c34d] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-8fa4c34d], .h1[data-v-8fa4c34d] {
    font-size: 3.9rem;
}
}
h1[data-v-8fa4c34d], .h1[data-v-8fa4c34d] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-8fa4c34d], .h1[data-v-8fa4c34d] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-8fa4c34d], .h1[data-v-8fa4c34d] {
    line-height: 4.8rem;
}
}
h1[data-v-8fa4c34d], .h1[data-v-8fa4c34d] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-8fa4c34d], .h1[data-v-8fa4c34d] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-8fa4c34d], .h1[data-v-8fa4c34d] {
    letter-spacing: normal;
}
}
h1[data-v-8fa4c34d], .h1[data-v-8fa4c34d] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-8fa4c34d], .h2[data-v-8fa4c34d] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-8fa4c34d], .h2[data-v-8fa4c34d] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-8fa4c34d], .h2[data-v-8fa4c34d] {
    font-size: 3.1rem;
}
}
h2[data-v-8fa4c34d], .h2[data-v-8fa4c34d] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-8fa4c34d], .h2[data-v-8fa4c34d] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-8fa4c34d], .h2[data-v-8fa4c34d] {
    line-height: 4rem;
}
}
h2[data-v-8fa4c34d], .h2[data-v-8fa4c34d] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-8fa4c34d], .h2[data-v-8fa4c34d] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-8fa4c34d], .h2[data-v-8fa4c34d] {
    letter-spacing: normal;
}
}
h2[data-v-8fa4c34d], .h2[data-v-8fa4c34d] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-8fa4c34d], .h3[data-v-8fa4c34d] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-8fa4c34d], .h3[data-v-8fa4c34d] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-8fa4c34d], .h3[data-v-8fa4c34d] {
    font-size: 2.5rem;
}
}
h3[data-v-8fa4c34d], .h3[data-v-8fa4c34d] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-8fa4c34d], .h3[data-v-8fa4c34d] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-8fa4c34d], .h3[data-v-8fa4c34d] {
    line-height: 3.2rem;
}
}
h3[data-v-8fa4c34d], .h3[data-v-8fa4c34d] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-8fa4c34d], .h3[data-v-8fa4c34d] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-8fa4c34d], .h3[data-v-8fa4c34d] {
    letter-spacing: normal;
}
}
h3[data-v-8fa4c34d], .h3[data-v-8fa4c34d] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-8fa4c34d], .h4[data-v-8fa4c34d] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-8fa4c34d], .h4[data-v-8fa4c34d] {
    font-size: 2rem;
}
}
h4[data-v-8fa4c34d], .h4[data-v-8fa4c34d] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-8fa4c34d], .h4[data-v-8fa4c34d] {
    line-height: 2.8rem;
}
}
h4[data-v-8fa4c34d], .h4[data-v-8fa4c34d] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-8fa4c34d], .h4[data-v-8fa4c34d] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-8fa4c34d], .h4[data-v-8fa4c34d] {
    letter-spacing: normal;
}
}
h4[data-v-8fa4c34d], .h4[data-v-8fa4c34d] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-8fa4c34d], .h5[data-v-8fa4c34d] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-8fa4c34d], .h5[data-v-8fa4c34d] {
    font-size: 1.6rem;
}
}
h5[data-v-8fa4c34d], .h5[data-v-8fa4c34d] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-8fa4c34d], .h5[data-v-8fa4c34d] {
    line-height: 2.4rem;
}
}
h5[data-v-8fa4c34d], .h5[data-v-8fa4c34d] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-8fa4c34d], .h5[data-v-8fa4c34d] {
    letter-spacing: normal;
}
}
h5[data-v-8fa4c34d], .h5[data-v-8fa4c34d] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-8fa4c34d], .h6[data-v-8fa4c34d] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-8fa4c34d], .body-text[data-v-8fa4c34d], .body-copy-text[data-v-8fa4c34d] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-8fa4c34d], .figcaption[data-v-8fa4c34d] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-8fa4c34d], .figcaption p[data-v-8fa4c34d] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-8fa4c34d] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-8fa4c34d] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-8fa4c34d] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-8fa4c34d], .small-text[data-v-8fa4c34d] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-8fa4c34d] {
  font-weight: 400;
}
.weight-semibold[data-v-8fa4c34d] {
  font-weight: 600;
}
.facit[data-v-8fa4c34d] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-8fa4c34d], b[data-v-8fa4c34d], .bold[data-v-8fa4c34d] {
  font-weight: 700;
}
.italic[data-v-8fa4c34d], em[data-v-8fa4c34d] {
  font-style: italic;
}
.form-label[data-v-8fa4c34d] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-8fa4c34d]:focus, .h1[data-v-8fa4c34d]:focus,
h2[data-v-8fa4c34d]:focus, .h2[data-v-8fa4c34d]:focus,
h3[data-v-8fa4c34d]:focus, .h3[data-v-8fa4c34d]:focus,
h4[data-v-8fa4c34d]:focus, .h4[data-v-8fa4c34d]:focus,
h5[data-v-8fa4c34d]:focus, .h5[data-v-8fa4c34d]:focus,
h6[data-v-8fa4c34d]:focus, .h6[data-v-8fa4c34d]:focus {
  outline: none;
}
h1[data-v-8fa4c34d], .h1[data-v-8fa4c34d] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-8fa4c34d], .h2[data-v-8fa4c34d] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-8fa4c34d], .h2[data-v-8fa4c34d] {
    margin-top: 4rem;
}
}
h3[data-v-8fa4c34d], .h3[data-v-8fa4c34d] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-8fa4c34d], .h3[data-v-8fa4c34d] {
    margin-top: 4rem;
}
}
h4[data-v-8fa4c34d], .h4[data-v-8fa4c34d] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-8fa4c34d], .h5[data-v-8fa4c34d] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-8fa4c34d], .h6[data-v-8fa4c34d] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-8fa4c34d] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-8fa4c34d], .body-text[data-v-8fa4c34d] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-8fa4c34d], h5 + ul[data-v-8fa4c34d], h5 + ol[data-v-8fa4c34d], .h5 + p[data-v-8fa4c34d], .h5 + ul[data-v-8fa4c34d], .h5 + ol[data-v-8fa4c34d], h6 + p[data-v-8fa4c34d], h6 + ul[data-v-8fa4c34d], h6 + ol[data-v-8fa4c34d], .h6 + p[data-v-8fa4c34d], .h6 + ul[data-v-8fa4c34d], .h6 + ol[data-v-8fa4c34d] {
  margin-top: 0;
}
button.function-link[data-v-8fa4c34d] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-8fa4c34d] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-8fa4c34d]:hover, .function-link[data-v-8fa4c34d]:visited, .function-link[data-v-8fa4c34d]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-8fa4c34d] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-8fa4c34d] {
  text-align: right;
}
.back-link[data-v-8fa4c34d] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-8fa4c34d] {
    margin-bottom: 32px;
}
}
.back-link[data-v-8fa4c34d] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-8fa4c34d]::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[data-v-8fa4c34d]:active, .back-link[data-v-8fa4c34d]:focus, .back-link[data-v-8fa4c34d]:hover, .back-link[data-v-8fa4c34d]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-8fa4c34d] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-8fa4c34d] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-8fa4c34d], h1 a[data-v-8fa4c34d]:hover, h1 a[data-v-8fa4c34d]:visited, h1 a[data-v-8fa4c34d]:focus, .h1 a[data-v-8fa4c34d], .h1 a[data-v-8fa4c34d]:hover, .h1 a[data-v-8fa4c34d]:visited, .h1 a[data-v-8fa4c34d]:focus,
h2 a[data-v-8fa4c34d],
h2 a[data-v-8fa4c34d]:hover,
h2 a[data-v-8fa4c34d]:visited,
h2 a[data-v-8fa4c34d]:focus, .h2 a[data-v-8fa4c34d], .h2 a[data-v-8fa4c34d]:hover, .h2 a[data-v-8fa4c34d]:visited, .h2 a[data-v-8fa4c34d]:focus,
h3 a[data-v-8fa4c34d],
h3 a[data-v-8fa4c34d]:hover,
h3 a[data-v-8fa4c34d]:visited,
h3 a[data-v-8fa4c34d]:focus, .h3 a[data-v-8fa4c34d], .h3 a[data-v-8fa4c34d]:hover, .h3 a[data-v-8fa4c34d]:visited, .h3 a[data-v-8fa4c34d]:focus,
h4 a[data-v-8fa4c34d],
h4 a[data-v-8fa4c34d]:hover,
h4 a[data-v-8fa4c34d]:visited,
h4 a[data-v-8fa4c34d]:focus, .h4 a[data-v-8fa4c34d], .h4 a[data-v-8fa4c34d]:hover, .h4 a[data-v-8fa4c34d]:visited, .h4 a[data-v-8fa4c34d]:focus,
h5 a[data-v-8fa4c34d],
h5 a[data-v-8fa4c34d]:hover,
h5 a[data-v-8fa4c34d]:visited,
h5 a[data-v-8fa4c34d]:focus, .h5 a[data-v-8fa4c34d], .h5 a[data-v-8fa4c34d]:hover, .h5 a[data-v-8fa4c34d]:visited, .h5 a[data-v-8fa4c34d]:focus,
h6 a[data-v-8fa4c34d],
h6 a[data-v-8fa4c34d]:hover,
h6 a[data-v-8fa4c34d]:visited,
h6 a[data-v-8fa4c34d]:focus, .h6 a[data-v-8fa4c34d], .h6 a[data-v-8fa4c34d]:hover, .h6 a[data-v-8fa4c34d]:visited, .h6 a[data-v-8fa4c34d]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-8fa4c34d], .h1 a.search-link[data-v-8fa4c34d],
h2 a.search-link[data-v-8fa4c34d], .h2 a.search-link[data-v-8fa4c34d],
h3 a.search-link[data-v-8fa4c34d], .h3 a.search-link[data-v-8fa4c34d],
h4 a.search-link[data-v-8fa4c34d], .h4 a.search-link[data-v-8fa4c34d],
h5 a.search-link[data-v-8fa4c34d], .h5 a.search-link[data-v-8fa4c34d],
h6 a.search-link[data-v-8fa4c34d], .h6 a.search-link[data-v-8fa4c34d] {
  text-decoration: none;
}
h1 a.search-link[data-v-8fa4c34d]:visited, .h1 a.search-link[data-v-8fa4c34d]:visited,
h2 a.search-link[data-v-8fa4c34d]:visited, .h2 a.search-link[data-v-8fa4c34d]:visited,
h3 a.search-link[data-v-8fa4c34d]:visited, .h3 a.search-link[data-v-8fa4c34d]:visited,
h4 a.search-link[data-v-8fa4c34d]:visited, .h4 a.search-link[data-v-8fa4c34d]:visited,
h5 a.search-link[data-v-8fa4c34d]:visited, .h5 a.search-link[data-v-8fa4c34d]:visited,
h6 a.search-link[data-v-8fa4c34d]:visited, .h6 a.search-link[data-v-8fa4c34d]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-8fa4c34d]:focus, .h1 a.search-link[data-v-8fa4c34d]:focus,
h2 a.search-link[data-v-8fa4c34d]:focus, .h2 a.search-link[data-v-8fa4c34d]:focus,
h3 a.search-link[data-v-8fa4c34d]:focus, .h3 a.search-link[data-v-8fa4c34d]:focus,
h4 a.search-link[data-v-8fa4c34d]:focus, .h4 a.search-link[data-v-8fa4c34d]:focus,
h5 a.search-link[data-v-8fa4c34d]:focus, .h5 a.search-link[data-v-8fa4c34d]:focus,
h6 a.search-link[data-v-8fa4c34d]:focus, .h6 a.search-link[data-v-8fa4c34d]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-8fa4c34d]:hover, .h1 a.search-link[data-v-8fa4c34d]:hover,
h2 a.search-link[data-v-8fa4c34d]:hover, .h2 a.search-link[data-v-8fa4c34d]:hover,
h3 a.search-link[data-v-8fa4c34d]:hover, .h3 a.search-link[data-v-8fa4c34d]:hover,
h4 a.search-link[data-v-8fa4c34d]:hover, .h4 a.search-link[data-v-8fa4c34d]:hover,
h5 a.search-link[data-v-8fa4c34d]:hover, .h5 a.search-link[data-v-8fa4c34d]:hover,
h6 a.search-link[data-v-8fa4c34d]:hover, .h6 a.search-link[data-v-8fa4c34d]:hover {
  text-decoration: underline;
}
cite[data-v-8fa4c34d],
var[data-v-8fa4c34d],
address[data-v-8fa4c34d],
dfn[data-v-8fa4c34d] {
  font-style: normal;
}
h1[data-v-8fa4c34d], .h1[data-v-8fa4c34d],
h2[data-v-8fa4c34d], .h2[data-v-8fa4c34d],
h3[data-v-8fa4c34d], .h3[data-v-8fa4c34d],
h4[data-v-8fa4c34d], .h4[data-v-8fa4c34d],
h5[data-v-8fa4c34d], .h5[data-v-8fa4c34d],
h6[data-v-8fa4c34d], .h6[data-v-8fa4c34d] {
  max-width: 66ch;
}
p[data-v-8fa4c34d],
ul[data-v-8fa4c34d]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-8fa4c34d]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-8fa4c34d] {
  max-width: 66ch;
}
.form-label[data-v-8fa4c34d], .form-hint[data-v-8fa4c34d], .form-error-message[data-v-8fa4c34d] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-8fa4c34d], .form-radio + label[data-v-8fa4c34d] {
  max-width: 66ch;
}
.displayheading-1[data-v-8fa4c34d] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-8fa4c34d] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-8fa4c34d] {
  color: #358000;
}
.text-negative[data-v-8fa4c34d] {
  color: #CC0000;
}
.color-text-black[data-v-8fa4c34d] {
  color: #1a1a1a;
}
.background-dark[data-v-8fa4c34d] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-8fa4c34d], .background-dark span[data-v-8fa4c34d] {
  color: white;
}
.field-group-title[data-v-8fa4c34d] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-8fa4c34d] {
  border: 2px solid #1a1a1a;
}
h1[data-v-8fa4c34d], h2[data-v-8fa4c34d], h3[data-v-8fa4c34d], h4[data-v-8fa4c34d], h5[data-v-8fa4c34d], h6[data-v-8fa4c34d], p[data-v-8fa4c34d], legend[data-v-8fa4c34d], strong[data-v-8fa4c34d], b[data-v-8fa4c34d], cite[data-v-8fa4c34d], var[data-v-8fa4c34d], address[data-v-8fa4c34d], dfn[data-v-8fa4c34d] {
  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[data-v-8fa4c34d] {
  text-transform: uppercase;
}
.lowercase[data-v-8fa4c34d] {
  text-transform: lowercase;
}
.d-inline[data-v-8fa4c34d] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-8fa4c34d] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-8fa4c34d] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-8fa4c34d] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-8fa4c34d] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-8fa4c34d] {
    display: inline !important;
}
}
.flex-grow[data-v-8fa4c34d] {
  flex-grow: 1;
}
.weight-normal[data-v-8fa4c34d] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-8fa4c34d] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-8fa4c34d] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-8fa4c34d] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-8fa4c34d] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-8fa4c34d] {
    margin-bottom: 0;
}
}
.gray-100[data-v-8fa4c34d] {
  background-color: #F5F5F5;
}
.highlight[data-v-8fa4c34d] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-8fa4c34d] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-8fa4c34d] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-8fa4c34d] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-8fa4c34d] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-8fa4c34d] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-8fa4c34d] {
  z-index: 10000;
}
.video-responsive[data-v-8fa4c34d] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-8fa4c34d] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-8fa4c34d]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-8fa4c34d]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-8fa4c34d] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-8fa4c34d] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-8fa4c34d] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-8fa4c34d]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-8fa4c34d]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-8fa4c34d] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-8fa4c34d] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-8fa4c34d] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-8fa4c34d] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-8fa4c34d],
.sidenav-list-virk.sidenav-list li li[data-v-8fa4c34d],
.sidenav-list-virk.sidenav-list a[data-v-8fa4c34d] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-8fa4c34d] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-8fa4c34d] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-8fa4c34d] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-8fa4c34d] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-8fa4c34d] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-8fa4c34d]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-8fa4c34d]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-8fa4c34d] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-8fa4c34d]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-8fa4c34d] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
body.modal-open[data-v-8fa4c34d] {
  overflow: hidden;
}
.modal-backdrop[data-v-8fa4c34d] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8888;
  padding: 16px;
}
.fds-modal[data-v-8fa4c34d]:focus-visible {
  outline: none;
}
.fds-modal[data-v-8fa4c34d] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 16px;
}
.fds-modal[aria-hidden=false][data-v-8fa4c34d] {
  display: flex;
}
.fds-modal .modal-content[data-v-8fa4c34d] {
  align-self: center;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 100%;
  position: relative;
  margin: 24px auto 24px;
}
.fds-modal .modal-bottom-page[data-v-8fa4c34d] {
  position: fixed;
  margin-top: 0;
  margin-bottom: 0;
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}
.fds-modal .modal-filter[data-v-8fa4c34d] {
  position: fixed;
  left: 0;
  height: 100%;
  margin: 0;
}
.fds-modal .modal-filter .modal-header[data-v-8fa4c34d] {
  padding: 0;
}
.fds-modal .modal-filter .modal-title[data-v-8fa4c34d] {
  display: none;
}
.fds-modal .modal-header[data-v-8fa4c34d] {
  padding: 16px 24px 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-8fa4c34d] {
    padding: 40px 40px 8px 40px;
}
}
.fds-modal .modal-header[data-v-8fa4c34d] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-8fa4c34d] {
    padding-right: 48px;
}
}
.fds-modal .modal-header h1[data-v-8fa4c34d],
.fds-modal .modal-header h2[data-v-8fa4c34d],
.fds-modal .modal-header h3[data-v-8fa4c34d],
.fds-modal .modal-header h4[data-v-8fa4c34d],
.fds-modal .modal-header h5[data-v-8fa4c34d],
.fds-modal .modal-header h6[data-v-8fa4c34d],
.fds-modal .modal-header .h1[data-v-8fa4c34d],
.fds-modal .modal-header .h2[data-v-8fa4c34d],
.fds-modal .modal-header .h3[data-v-8fa4c34d],
.fds-modal .modal-header .h4[data-v-8fa4c34d],
.fds-modal .modal-header .h5[data-v-8fa4c34d],
.fds-modal .modal-header .h6[data-v-8fa4c34d] {
  color: #1a1a1a;
}
.fds-modal .modal-title[data-v-8fa4c34d] {
  margin: 24px 48px 8px 0;
}
@media (min-width: 768px) {
.fds-modal .modal-title[data-v-8fa4c34d] {
    margin: 0 48px 0 0;
}
}
.fds-modal .modal-body[data-v-8fa4c34d] {
  background-color: white;
  color: #1a1a1a;
  padding: 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-body[data-v-8fa4c34d] {
    padding: 8px 40px 8px 40px;
}
}
.fds-modal .modal-body[data-v-8fa4c34d] > *:first-child {
  margin-top: 0;
}
.fds-modal .modal-body p[data-v-8fa4c34d],
.fds-modal .modal-body h1[data-v-8fa4c34d],
.fds-modal .modal-body h2[data-v-8fa4c34d],
.fds-modal .modal-body h3[data-v-8fa4c34d],
.fds-modal .modal-body h4[data-v-8fa4c34d],
.fds-modal .modal-body h5[data-v-8fa4c34d],
.fds-modal .modal-body h6[data-v-8fa4c34d],
.fds-modal .modal-body .h1[data-v-8fa4c34d],
.fds-modal .modal-body .h2[data-v-8fa4c34d],
.fds-modal .modal-body .h3[data-v-8fa4c34d],
.fds-modal .modal-body .h4[data-v-8fa4c34d],
.fds-modal .modal-body .h5[data-v-8fa4c34d],
.fds-modal .modal-body .h6[data-v-8fa4c34d] {
  color: #1a1a1a;
}
.fds-modal .modal-footer[data-v-8fa4c34d] {
  padding: 0px 24px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-footer[data-v-8fa4c34d] {
    padding: 8px 40px 40px 40px;
}
}
.fds-modal .modal-footer[data-v-8fa4c34d] {
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 992px) {
.fds-modal .modal-footer[data-v-8fa4c34d] {
    display: flex;
}
}
.fds-modal .modal-footer .button[data-v-8fa4c34d] {
  margin-top: 8px;
  margin-right: 16px;
}
.fds-modal .modal-footer p[data-v-8fa4c34d],
.fds-modal .modal-footer h1[data-v-8fa4c34d],
.fds-modal .modal-footer h2[data-v-8fa4c34d],
.fds-modal .modal-footer h3[data-v-8fa4c34d],
.fds-modal .modal-footer h4[data-v-8fa4c34d],
.fds-modal .modal-footer h5[data-v-8fa4c34d],
.fds-modal .modal-footer h6[data-v-8fa4c34d],
.fds-modal .modal-footer .h1[data-v-8fa4c34d],
.fds-modal .modal-footer .h2[data-v-8fa4c34d],
.fds-modal .modal-footer .h3[data-v-8fa4c34d],
.fds-modal .modal-footer .h4[data-v-8fa4c34d],
.fds-modal .modal-footer .h5[data-v-8fa4c34d],
.fds-modal .modal-footer .h6[data-v-8fa4c34d] {
  color: #1a1a1a;
}
.fds-modal .modal-close[data-v-8fa4c34d] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: inherit;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-close[data-v-8fa4c34d] {
    top: 24px;
    right: 32px;
}
}
.fds-modal .modal-close[data-v-8fa4c34d]:hover, .fds-modal .modal-close[data-v-8fa4c34d]:visited, .fds-modal .modal-close[data-v-8fa4c34d]:focus {
  color: #1a1a1a;
}
.fds-modal[data-v-8fa4c34d] {
  /**************************\
        Animation Style
    \**************************/
}
@keyframes modalfadeIn-8fa4c34d {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes modalfadeOut-8fa4c34d {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes modalslideIn-8fa4c34d {
from {
    transform: translateY(15%);
}
to {
    transform: translateY(0);
}
}
@keyframes modalslideOut-8fa4c34d {
from {
    transform: translateY(0);
}
to {
    transform: translateY(-10%);
}
}
.fds-modal[aria-hidden=false] .modal-content[data-v-8fa4c34d] {
  animation: modalslideIn-8fa4c34d 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal[aria-hidden=true] .modal-content[data-v-8fa4c34d] {
  animation: modalslideOut-8fa4c34d 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal .button-unstyled[data-v-8fa4c34d] {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: #004D99;
  font: inherit;
  text-align: left;
  cursor: pointer;
  text-decoration: underline;
}
.fds-modal .button-unstyled[data-v-8fa4c34d]:hover, .fds-modal .button-unstyled[data-v-8fa4c34d]:focus {
  text-decoration: underline;
  color: #000040;
}
.fds-modal .button-unstyled[data-v-8fa4c34d]:visited {
  color: #800080;
}
.fds-modal .button-unstyled[data-v-8fa4c34d]:disabled {
  cursor: default;
  color: #a9a9a9;
  text-decoration: none;
}
.unstyle-router[data-v-8fa4c34d] {
  color: #ffffff !important;
  text-decoration: none;
}
.fritekst-streng[data-v-8fa4c34d] {
  word-wrap: break-word;
}body[data-v-e15eefae] {
  overflow: scroll;
}
.mobile-view[data-v-e15eefae] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-e15eefae] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-e15eefae] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-e15eefae] {
  font-size: 1.6rem;
}
p[data-v-e15eefae] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-e15eefae] {
  color: #004D99;
}
a[data-v-e15eefae]:hover, a.link-hover[data-v-e15eefae] {
  color: #000040;
}
a[data-v-e15eefae]:hover:disabled,
a:hover .disabled[data-v-e15eefae], a.link-hover[data-v-e15eefae]:disabled,
a.link-hover .disabled[data-v-e15eefae] {
  background-color: transparent !important;
}
a[data-v-e15eefae]:focus, a.link-focus[data-v-e15eefae] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-e15eefae]:visited, a.link-visited[data-v-e15eefae] {
  color: #800080;
}
a[data-v-e15eefae]:disabled, a.disabled[data-v-e15eefae] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-e15eefae]:disabled:focus, a.disabled[data-v-e15eefae]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-e15eefae]:not(.button) {
  color: white;
}
.background-dark a[data-v-e15eefae]:disabled, .background-dark a.disabled[data-v-e15eefae] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-e15eefae]:disabled:focus, .background-dark a.disabled[data-v-e15eefae]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-e15eefae] {
  font-weight: 600;
}
a[data-v-e15eefae]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-e15eefae], .h1[data-v-e15eefae] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-e15eefae], .h1[data-v-e15eefae] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-e15eefae], .h1[data-v-e15eefae] {
    font-size: 3.9rem;
}
}
h1[data-v-e15eefae], .h1[data-v-e15eefae] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-e15eefae], .h1[data-v-e15eefae] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-e15eefae], .h1[data-v-e15eefae] {
    line-height: 4.8rem;
}
}
h1[data-v-e15eefae], .h1[data-v-e15eefae] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-e15eefae], .h1[data-v-e15eefae] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-e15eefae], .h1[data-v-e15eefae] {
    letter-spacing: normal;
}
}
h1[data-v-e15eefae], .h1[data-v-e15eefae] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-e15eefae], .h2[data-v-e15eefae] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-e15eefae], .h2[data-v-e15eefae] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-e15eefae], .h2[data-v-e15eefae] {
    font-size: 3.1rem;
}
}
h2[data-v-e15eefae], .h2[data-v-e15eefae] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-e15eefae], .h2[data-v-e15eefae] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-e15eefae], .h2[data-v-e15eefae] {
    line-height: 4rem;
}
}
h2[data-v-e15eefae], .h2[data-v-e15eefae] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-e15eefae], .h2[data-v-e15eefae] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-e15eefae], .h2[data-v-e15eefae] {
    letter-spacing: normal;
}
}
h2[data-v-e15eefae], .h2[data-v-e15eefae] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-e15eefae], .h3[data-v-e15eefae] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-e15eefae], .h3[data-v-e15eefae] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-e15eefae], .h3[data-v-e15eefae] {
    font-size: 2.5rem;
}
}
h3[data-v-e15eefae], .h3[data-v-e15eefae] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-e15eefae], .h3[data-v-e15eefae] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-e15eefae], .h3[data-v-e15eefae] {
    line-height: 3.2rem;
}
}
h3[data-v-e15eefae], .h3[data-v-e15eefae] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-e15eefae], .h3[data-v-e15eefae] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-e15eefae], .h3[data-v-e15eefae] {
    letter-spacing: normal;
}
}
h3[data-v-e15eefae], .h3[data-v-e15eefae] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-e15eefae], .h4[data-v-e15eefae] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-e15eefae], .h4[data-v-e15eefae] {
    font-size: 2rem;
}
}
h4[data-v-e15eefae], .h4[data-v-e15eefae] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-e15eefae], .h4[data-v-e15eefae] {
    line-height: 2.8rem;
}
}
h4[data-v-e15eefae], .h4[data-v-e15eefae] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-e15eefae], .h4[data-v-e15eefae] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-e15eefae], .h4[data-v-e15eefae] {
    letter-spacing: normal;
}
}
h4[data-v-e15eefae], .h4[data-v-e15eefae] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-e15eefae], .h5[data-v-e15eefae] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-e15eefae], .h5[data-v-e15eefae] {
    font-size: 1.6rem;
}
}
h5[data-v-e15eefae], .h5[data-v-e15eefae] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-e15eefae], .h5[data-v-e15eefae] {
    line-height: 2.4rem;
}
}
h5[data-v-e15eefae], .h5[data-v-e15eefae] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-e15eefae], .h5[data-v-e15eefae] {
    letter-spacing: normal;
}
}
h5[data-v-e15eefae], .h5[data-v-e15eefae] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-e15eefae], .h6[data-v-e15eefae] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-e15eefae], .body-text[data-v-e15eefae], .body-copy-text[data-v-e15eefae] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-e15eefae], .figcaption[data-v-e15eefae] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-e15eefae], .figcaption p[data-v-e15eefae] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-e15eefae] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-e15eefae] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-e15eefae] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-e15eefae], .small-text[data-v-e15eefae] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-e15eefae] {
  font-weight: 400;
}
.weight-semibold[data-v-e15eefae] {
  font-weight: 600;
}
.facit[data-v-e15eefae] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-e15eefae], b[data-v-e15eefae], .bold[data-v-e15eefae] {
  font-weight: 700;
}
.italic[data-v-e15eefae], em[data-v-e15eefae] {
  font-style: italic;
}
.form-label[data-v-e15eefae] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-e15eefae]:focus, .h1[data-v-e15eefae]:focus,
h2[data-v-e15eefae]:focus, .h2[data-v-e15eefae]:focus,
h3[data-v-e15eefae]:focus, .h3[data-v-e15eefae]:focus,
h4[data-v-e15eefae]:focus, .h4[data-v-e15eefae]:focus,
h5[data-v-e15eefae]:focus, .h5[data-v-e15eefae]:focus,
h6[data-v-e15eefae]:focus, .h6[data-v-e15eefae]:focus {
  outline: none;
}
h1[data-v-e15eefae], .h1[data-v-e15eefae] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-e15eefae], .h2[data-v-e15eefae] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-e15eefae], .h2[data-v-e15eefae] {
    margin-top: 4rem;
}
}
h3[data-v-e15eefae], .h3[data-v-e15eefae] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-e15eefae], .h3[data-v-e15eefae] {
    margin-top: 4rem;
}
}
h4[data-v-e15eefae], .h4[data-v-e15eefae] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-e15eefae], .h5[data-v-e15eefae] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-e15eefae], .h6[data-v-e15eefae] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-e15eefae] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-e15eefae], .body-text[data-v-e15eefae] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-e15eefae], h5 + ul[data-v-e15eefae], h5 + ol[data-v-e15eefae], .h5 + p[data-v-e15eefae], .h5 + ul[data-v-e15eefae], .h5 + ol[data-v-e15eefae], h6 + p[data-v-e15eefae], h6 + ul[data-v-e15eefae], h6 + ol[data-v-e15eefae], .h6 + p[data-v-e15eefae], .h6 + ul[data-v-e15eefae], .h6 + ol[data-v-e15eefae] {
  margin-top: 0;
}
button.function-link[data-v-e15eefae] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-e15eefae] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-e15eefae]:hover, .function-link[data-v-e15eefae]:visited, .function-link[data-v-e15eefae]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-e15eefae] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-e15eefae] {
  text-align: right;
}
.back-link[data-v-e15eefae] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-e15eefae] {
    margin-bottom: 32px;
}
}
.back-link[data-v-e15eefae] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-e15eefae]::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[data-v-e15eefae]:active, .back-link[data-v-e15eefae]:focus, .back-link[data-v-e15eefae]:hover, .back-link[data-v-e15eefae]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-e15eefae] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-e15eefae] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-e15eefae], h1 a[data-v-e15eefae]:hover, h1 a[data-v-e15eefae]:visited, h1 a[data-v-e15eefae]:focus, .h1 a[data-v-e15eefae], .h1 a[data-v-e15eefae]:hover, .h1 a[data-v-e15eefae]:visited, .h1 a[data-v-e15eefae]:focus,
h2 a[data-v-e15eefae],
h2 a[data-v-e15eefae]:hover,
h2 a[data-v-e15eefae]:visited,
h2 a[data-v-e15eefae]:focus, .h2 a[data-v-e15eefae], .h2 a[data-v-e15eefae]:hover, .h2 a[data-v-e15eefae]:visited, .h2 a[data-v-e15eefae]:focus,
h3 a[data-v-e15eefae],
h3 a[data-v-e15eefae]:hover,
h3 a[data-v-e15eefae]:visited,
h3 a[data-v-e15eefae]:focus, .h3 a[data-v-e15eefae], .h3 a[data-v-e15eefae]:hover, .h3 a[data-v-e15eefae]:visited, .h3 a[data-v-e15eefae]:focus,
h4 a[data-v-e15eefae],
h4 a[data-v-e15eefae]:hover,
h4 a[data-v-e15eefae]:visited,
h4 a[data-v-e15eefae]:focus, .h4 a[data-v-e15eefae], .h4 a[data-v-e15eefae]:hover, .h4 a[data-v-e15eefae]:visited, .h4 a[data-v-e15eefae]:focus,
h5 a[data-v-e15eefae],
h5 a[data-v-e15eefae]:hover,
h5 a[data-v-e15eefae]:visited,
h5 a[data-v-e15eefae]:focus, .h5 a[data-v-e15eefae], .h5 a[data-v-e15eefae]:hover, .h5 a[data-v-e15eefae]:visited, .h5 a[data-v-e15eefae]:focus,
h6 a[data-v-e15eefae],
h6 a[data-v-e15eefae]:hover,
h6 a[data-v-e15eefae]:visited,
h6 a[data-v-e15eefae]:focus, .h6 a[data-v-e15eefae], .h6 a[data-v-e15eefae]:hover, .h6 a[data-v-e15eefae]:visited, .h6 a[data-v-e15eefae]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-e15eefae], .h1 a.search-link[data-v-e15eefae],
h2 a.search-link[data-v-e15eefae], .h2 a.search-link[data-v-e15eefae],
h3 a.search-link[data-v-e15eefae], .h3 a.search-link[data-v-e15eefae],
h4 a.search-link[data-v-e15eefae], .h4 a.search-link[data-v-e15eefae],
h5 a.search-link[data-v-e15eefae], .h5 a.search-link[data-v-e15eefae],
h6 a.search-link[data-v-e15eefae], .h6 a.search-link[data-v-e15eefae] {
  text-decoration: none;
}
h1 a.search-link[data-v-e15eefae]:visited, .h1 a.search-link[data-v-e15eefae]:visited,
h2 a.search-link[data-v-e15eefae]:visited, .h2 a.search-link[data-v-e15eefae]:visited,
h3 a.search-link[data-v-e15eefae]:visited, .h3 a.search-link[data-v-e15eefae]:visited,
h4 a.search-link[data-v-e15eefae]:visited, .h4 a.search-link[data-v-e15eefae]:visited,
h5 a.search-link[data-v-e15eefae]:visited, .h5 a.search-link[data-v-e15eefae]:visited,
h6 a.search-link[data-v-e15eefae]:visited, .h6 a.search-link[data-v-e15eefae]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-e15eefae]:focus, .h1 a.search-link[data-v-e15eefae]:focus,
h2 a.search-link[data-v-e15eefae]:focus, .h2 a.search-link[data-v-e15eefae]:focus,
h3 a.search-link[data-v-e15eefae]:focus, .h3 a.search-link[data-v-e15eefae]:focus,
h4 a.search-link[data-v-e15eefae]:focus, .h4 a.search-link[data-v-e15eefae]:focus,
h5 a.search-link[data-v-e15eefae]:focus, .h5 a.search-link[data-v-e15eefae]:focus,
h6 a.search-link[data-v-e15eefae]:focus, .h6 a.search-link[data-v-e15eefae]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-e15eefae]:hover, .h1 a.search-link[data-v-e15eefae]:hover,
h2 a.search-link[data-v-e15eefae]:hover, .h2 a.search-link[data-v-e15eefae]:hover,
h3 a.search-link[data-v-e15eefae]:hover, .h3 a.search-link[data-v-e15eefae]:hover,
h4 a.search-link[data-v-e15eefae]:hover, .h4 a.search-link[data-v-e15eefae]:hover,
h5 a.search-link[data-v-e15eefae]:hover, .h5 a.search-link[data-v-e15eefae]:hover,
h6 a.search-link[data-v-e15eefae]:hover, .h6 a.search-link[data-v-e15eefae]:hover {
  text-decoration: underline;
}
cite[data-v-e15eefae],
var[data-v-e15eefae],
address[data-v-e15eefae],
dfn[data-v-e15eefae] {
  font-style: normal;
}
h1[data-v-e15eefae], .h1[data-v-e15eefae],
h2[data-v-e15eefae], .h2[data-v-e15eefae],
h3[data-v-e15eefae], .h3[data-v-e15eefae],
h4[data-v-e15eefae], .h4[data-v-e15eefae],
h5[data-v-e15eefae], .h5[data-v-e15eefae],
h6[data-v-e15eefae], .h6[data-v-e15eefae] {
  max-width: 66ch;
}
p[data-v-e15eefae],
ul[data-v-e15eefae]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-e15eefae]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-e15eefae] {
  max-width: 66ch;
}
.form-label[data-v-e15eefae], .form-hint[data-v-e15eefae], .form-error-message[data-v-e15eefae] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-e15eefae], .form-radio + label[data-v-e15eefae] {
  max-width: 66ch;
}
.displayheading-1[data-v-e15eefae] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-e15eefae] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-e15eefae] {
  color: #358000;
}
.text-negative[data-v-e15eefae] {
  color: #CC0000;
}
.color-text-black[data-v-e15eefae] {
  color: #1a1a1a;
}
.background-dark[data-v-e15eefae] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-e15eefae], .background-dark span[data-v-e15eefae] {
  color: white;
}
.field-group-title[data-v-e15eefae] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-e15eefae] {
  border: 2px solid #1a1a1a;
}
h1[data-v-e15eefae], h2[data-v-e15eefae], h3[data-v-e15eefae], h4[data-v-e15eefae], h5[data-v-e15eefae], h6[data-v-e15eefae], p[data-v-e15eefae], legend[data-v-e15eefae], strong[data-v-e15eefae], b[data-v-e15eefae], cite[data-v-e15eefae], var[data-v-e15eefae], address[data-v-e15eefae], dfn[data-v-e15eefae] {
  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[data-v-e15eefae] {
  text-transform: uppercase;
}
.lowercase[data-v-e15eefae] {
  text-transform: lowercase;
}
.d-inline[data-v-e15eefae] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-e15eefae] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-e15eefae] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-e15eefae] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-e15eefae] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-e15eefae] {
    display: inline !important;
}
}
.flex-grow[data-v-e15eefae] {
  flex-grow: 1;
}
.weight-normal[data-v-e15eefae] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-e15eefae] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-e15eefae] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-e15eefae] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-e15eefae] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-e15eefae] {
    margin-bottom: 0;
}
}
.gray-100[data-v-e15eefae] {
  background-color: #F5F5F5;
}
.highlight[data-v-e15eefae] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-e15eefae] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-e15eefae] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-e15eefae] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-e15eefae] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-e15eefae] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-e15eefae] {
  z-index: 10000;
}
.video-responsive[data-v-e15eefae] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-e15eefae] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-e15eefae]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-e15eefae]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-e15eefae] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-e15eefae] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-e15eefae] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-e15eefae]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-e15eefae]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-e15eefae] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-e15eefae] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-e15eefae] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-e15eefae] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-e15eefae],
.sidenav-list-virk.sidenav-list li li[data-v-e15eefae],
.sidenav-list-virk.sidenav-list a[data-v-e15eefae] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-e15eefae] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-e15eefae] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-e15eefae] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-e15eefae] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-e15eefae] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-e15eefae]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-e15eefae]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-e15eefae] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-e15eefae]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-e15eefae] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.list-group[data-v-e15eefae] {
  border: 1px solid #bfbfbf;
  box-shadow: 0 0 5px #bfbfbf;
}
.list-group li[data-v-e15eefae]:last-of-type {
  border-bottom: none;
}
.list-group li[data-v-e15eefae] {
  background-color: white;
  border-bottom: 1px solid #bfbfbf;
  height: 64px;
  margin: 0;
  display: flex;
}
.list-group .list-item[data-v-e15eefae]:not(.current-item) {
  border-left: 4px solid #ffffff;
}
.list-group .list-item:not(.current-item).list-item[data-v-e15eefae]:not(.current-item):hover {
  border-left: 4px solid #f5f5f5;
}
.list-group .current-item[data-v-e15eefae] {
  border-left: 4px solid #0059b3;
}
.list-group li[data-v-e15eefae]:before {
  display: none;
}
.list-group .list-item-button[data-v-e15eefae] {
  height: 100%;
  min-width: 100%;
  cursor: pointer;
}
.list-group .icon-svg[data-v-e15eefae] {
  float: right;
}
.list-group .filter-box[data-v-e15eefae] {
  min-width: 800px;
  min-height: auto;
  height: fit-content;
  background-color: #ffffff;
  z-index: 1;
  border: 1px solid #bfbfbf;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  margin-top: -0.5px;
  box-shadow: 4px 4px 5px #bfbfbf;
  padding-bottom: 0;
}
.list-group .filter-box .left-border[data-v-e15eefae] {
  border-left: 1px solid #bfbfbf;
  margin-top: 64px;
}
@media (max-width: 1200px) {
.list-group .filter-box[data-v-e15eefae] {
    min-width: 550px;
}
}
.list-group .list-item-button[data-v-e15eefae] {
  z-index: 1;
}
.fill-width[data-v-e15eefae] {
  width: 100%;
}
.filter-mobil-overflow[data-v-e15eefae] {
  overflow: auto;
  height: calc(100vh - 109px);
}
.heading[data-v-e15eefae] {
  flex-grow: 1;
}
.faelles-filter-wrapper[data-v-e15eefae], .cpv-kode-wrapper[data-v-e15eefae], .cvr-kode-wrapper[data-v-e15eefae] {
  border: 1px solid #747474;
  border-radius: 4px;
  overflow: auto;
}
.cvr-kode-wrapper[data-v-e15eefae] {
  height: 400px;
}
.cpv-kode-wrapper[data-v-e15eefae] {
  height: 400px;
}
[data-v-e15eefae] .soegefelt-hoejde .form-input {
  height: 40px;
}
.filter-mobile[data-v-e15eefae] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.filter-mobile .back-button[data-v-e15eefae] {
  border-bottom: 1px solid #bfbfbf;
  width: 100%;
  height: 48px;
}
.filter-mobile .back-button .icon-svg[data-v-e15eefae] {
  align-self: center;
}
.filter-mobile .back-button .button-text[data-v-e15eefae] {
  align-self: center;
}
.filter-mobile .list-group[data-v-e15eefae] {
  box-shadow: none;
  border: none;
}
.filter-mobile .list-group li[data-v-e15eefae] {
  border-bottom: 1px solid #bfbfbf;
}
.filter-mobile .footer-buttons[data-v-e15eefae] {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 74px;
  border-top: 1px solid #bfbfbf;
  display: flex;
  background-color: #ffffff;
}
.filter-mobile .button + button[data-v-e15eefae] {
  margin-top: 0px;
}
.filter-count[data-v-e15eefae] {
  float: right;
  width: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  background-color: #0059b3;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
}
.filter-details[data-v-e15eefae] {
  font-size: 12px;
  font-weight: 400;
}
.filter-ul[data-v-e15eefae] {
  margin-top: 14px;
}
.list-item[data-v-e15eefae]:hover {
  background-color: #f5f5f5;
}body[data-v-7e16170b] {
  overflow: scroll;
}
.mobile-view[data-v-7e16170b] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-7e16170b] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-7e16170b] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-7e16170b] {
  font-size: 1.6rem;
}
p[data-v-7e16170b] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-7e16170b] {
  color: #004D99;
}
a[data-v-7e16170b]:hover, a.link-hover[data-v-7e16170b] {
  color: #000040;
}
a[data-v-7e16170b]:hover:disabled,
a:hover .disabled[data-v-7e16170b], a.link-hover[data-v-7e16170b]:disabled,
a.link-hover .disabled[data-v-7e16170b] {
  background-color: transparent !important;
}
a[data-v-7e16170b]:focus, a.link-focus[data-v-7e16170b] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-7e16170b]:visited, a.link-visited[data-v-7e16170b] {
  color: #800080;
}
a[data-v-7e16170b]:disabled, a.disabled[data-v-7e16170b] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-7e16170b]:disabled:focus, a.disabled[data-v-7e16170b]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-7e16170b]:not(.button) {
  color: white;
}
.background-dark a[data-v-7e16170b]:disabled, .background-dark a.disabled[data-v-7e16170b] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-7e16170b]:disabled:focus, .background-dark a.disabled[data-v-7e16170b]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-7e16170b] {
  font-weight: 600;
}
a[data-v-7e16170b]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-7e16170b], .h1[data-v-7e16170b] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-7e16170b], .h1[data-v-7e16170b] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-7e16170b], .h1[data-v-7e16170b] {
    font-size: 3.9rem;
}
}
h1[data-v-7e16170b], .h1[data-v-7e16170b] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-7e16170b], .h1[data-v-7e16170b] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-7e16170b], .h1[data-v-7e16170b] {
    line-height: 4.8rem;
}
}
h1[data-v-7e16170b], .h1[data-v-7e16170b] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-7e16170b], .h1[data-v-7e16170b] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-7e16170b], .h1[data-v-7e16170b] {
    letter-spacing: normal;
}
}
h1[data-v-7e16170b], .h1[data-v-7e16170b] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-7e16170b], .h2[data-v-7e16170b] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-7e16170b], .h2[data-v-7e16170b] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-7e16170b], .h2[data-v-7e16170b] {
    font-size: 3.1rem;
}
}
h2[data-v-7e16170b], .h2[data-v-7e16170b] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-7e16170b], .h2[data-v-7e16170b] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-7e16170b], .h2[data-v-7e16170b] {
    line-height: 4rem;
}
}
h2[data-v-7e16170b], .h2[data-v-7e16170b] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-7e16170b], .h2[data-v-7e16170b] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-7e16170b], .h2[data-v-7e16170b] {
    letter-spacing: normal;
}
}
h2[data-v-7e16170b], .h2[data-v-7e16170b] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-7e16170b], .h3[data-v-7e16170b] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-7e16170b], .h3[data-v-7e16170b] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-7e16170b], .h3[data-v-7e16170b] {
    font-size: 2.5rem;
}
}
h3[data-v-7e16170b], .h3[data-v-7e16170b] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-7e16170b], .h3[data-v-7e16170b] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-7e16170b], .h3[data-v-7e16170b] {
    line-height: 3.2rem;
}
}
h3[data-v-7e16170b], .h3[data-v-7e16170b] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-7e16170b], .h3[data-v-7e16170b] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-7e16170b], .h3[data-v-7e16170b] {
    letter-spacing: normal;
}
}
h3[data-v-7e16170b], .h3[data-v-7e16170b] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-7e16170b], .h4[data-v-7e16170b] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-7e16170b], .h4[data-v-7e16170b] {
    font-size: 2rem;
}
}
h4[data-v-7e16170b], .h4[data-v-7e16170b] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-7e16170b], .h4[data-v-7e16170b] {
    line-height: 2.8rem;
}
}
h4[data-v-7e16170b], .h4[data-v-7e16170b] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-7e16170b], .h4[data-v-7e16170b] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-7e16170b], .h4[data-v-7e16170b] {
    letter-spacing: normal;
}
}
h4[data-v-7e16170b], .h4[data-v-7e16170b] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-7e16170b], .h5[data-v-7e16170b] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-7e16170b], .h5[data-v-7e16170b] {
    font-size: 1.6rem;
}
}
h5[data-v-7e16170b], .h5[data-v-7e16170b] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-7e16170b], .h5[data-v-7e16170b] {
    line-height: 2.4rem;
}
}
h5[data-v-7e16170b], .h5[data-v-7e16170b] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-7e16170b], .h5[data-v-7e16170b] {
    letter-spacing: normal;
}
}
h5[data-v-7e16170b], .h5[data-v-7e16170b] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-7e16170b], .h6[data-v-7e16170b] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-7e16170b], .body-text[data-v-7e16170b], .body-copy-text[data-v-7e16170b] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-7e16170b], .figcaption[data-v-7e16170b] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-7e16170b], .figcaption p[data-v-7e16170b] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-7e16170b] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-7e16170b] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-7e16170b] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-7e16170b], .small-text[data-v-7e16170b] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-7e16170b] {
  font-weight: 400;
}
.weight-semibold[data-v-7e16170b] {
  font-weight: 600;
}
.facit[data-v-7e16170b] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-7e16170b], b[data-v-7e16170b], .bold[data-v-7e16170b] {
  font-weight: 700;
}
.italic[data-v-7e16170b], em[data-v-7e16170b] {
  font-style: italic;
}
.form-label[data-v-7e16170b] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-7e16170b]:focus, .h1[data-v-7e16170b]:focus,
h2[data-v-7e16170b]:focus, .h2[data-v-7e16170b]:focus,
h3[data-v-7e16170b]:focus, .h3[data-v-7e16170b]:focus,
h4[data-v-7e16170b]:focus, .h4[data-v-7e16170b]:focus,
h5[data-v-7e16170b]:focus, .h5[data-v-7e16170b]:focus,
h6[data-v-7e16170b]:focus, .h6[data-v-7e16170b]:focus {
  outline: none;
}
h1[data-v-7e16170b], .h1[data-v-7e16170b] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-7e16170b], .h2[data-v-7e16170b] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-7e16170b], .h2[data-v-7e16170b] {
    margin-top: 4rem;
}
}
h3[data-v-7e16170b], .h3[data-v-7e16170b] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-7e16170b], .h3[data-v-7e16170b] {
    margin-top: 4rem;
}
}
h4[data-v-7e16170b], .h4[data-v-7e16170b] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-7e16170b], .h5[data-v-7e16170b] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-7e16170b], .h6[data-v-7e16170b] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-7e16170b] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-7e16170b], .body-text[data-v-7e16170b] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-7e16170b], h5 + ul[data-v-7e16170b], h5 + ol[data-v-7e16170b], .h5 + p[data-v-7e16170b], .h5 + ul[data-v-7e16170b], .h5 + ol[data-v-7e16170b], h6 + p[data-v-7e16170b], h6 + ul[data-v-7e16170b], h6 + ol[data-v-7e16170b], .h6 + p[data-v-7e16170b], .h6 + ul[data-v-7e16170b], .h6 + ol[data-v-7e16170b] {
  margin-top: 0;
}
button.function-link[data-v-7e16170b] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-7e16170b] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-7e16170b]:hover, .function-link[data-v-7e16170b]:visited, .function-link[data-v-7e16170b]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-7e16170b] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-7e16170b] {
  text-align: right;
}
.back-link[data-v-7e16170b] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-7e16170b] {
    margin-bottom: 32px;
}
}
.back-link[data-v-7e16170b] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-7e16170b]::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[data-v-7e16170b]:active, .back-link[data-v-7e16170b]:focus, .back-link[data-v-7e16170b]:hover, .back-link[data-v-7e16170b]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-7e16170b] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-7e16170b] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-7e16170b], h1 a[data-v-7e16170b]:hover, h1 a[data-v-7e16170b]:visited, h1 a[data-v-7e16170b]:focus, .h1 a[data-v-7e16170b], .h1 a[data-v-7e16170b]:hover, .h1 a[data-v-7e16170b]:visited, .h1 a[data-v-7e16170b]:focus,
h2 a[data-v-7e16170b],
h2 a[data-v-7e16170b]:hover,
h2 a[data-v-7e16170b]:visited,
h2 a[data-v-7e16170b]:focus, .h2 a[data-v-7e16170b], .h2 a[data-v-7e16170b]:hover, .h2 a[data-v-7e16170b]:visited, .h2 a[data-v-7e16170b]:focus,
h3 a[data-v-7e16170b],
h3 a[data-v-7e16170b]:hover,
h3 a[data-v-7e16170b]:visited,
h3 a[data-v-7e16170b]:focus, .h3 a[data-v-7e16170b], .h3 a[data-v-7e16170b]:hover, .h3 a[data-v-7e16170b]:visited, .h3 a[data-v-7e16170b]:focus,
h4 a[data-v-7e16170b],
h4 a[data-v-7e16170b]:hover,
h4 a[data-v-7e16170b]:visited,
h4 a[data-v-7e16170b]:focus, .h4 a[data-v-7e16170b], .h4 a[data-v-7e16170b]:hover, .h4 a[data-v-7e16170b]:visited, .h4 a[data-v-7e16170b]:focus,
h5 a[data-v-7e16170b],
h5 a[data-v-7e16170b]:hover,
h5 a[data-v-7e16170b]:visited,
h5 a[data-v-7e16170b]:focus, .h5 a[data-v-7e16170b], .h5 a[data-v-7e16170b]:hover, .h5 a[data-v-7e16170b]:visited, .h5 a[data-v-7e16170b]:focus,
h6 a[data-v-7e16170b],
h6 a[data-v-7e16170b]:hover,
h6 a[data-v-7e16170b]:visited,
h6 a[data-v-7e16170b]:focus, .h6 a[data-v-7e16170b], .h6 a[data-v-7e16170b]:hover, .h6 a[data-v-7e16170b]:visited, .h6 a[data-v-7e16170b]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-7e16170b], .h1 a.search-link[data-v-7e16170b],
h2 a.search-link[data-v-7e16170b], .h2 a.search-link[data-v-7e16170b],
h3 a.search-link[data-v-7e16170b], .h3 a.search-link[data-v-7e16170b],
h4 a.search-link[data-v-7e16170b], .h4 a.search-link[data-v-7e16170b],
h5 a.search-link[data-v-7e16170b], .h5 a.search-link[data-v-7e16170b],
h6 a.search-link[data-v-7e16170b], .h6 a.search-link[data-v-7e16170b] {
  text-decoration: none;
}
h1 a.search-link[data-v-7e16170b]:visited, .h1 a.search-link[data-v-7e16170b]:visited,
h2 a.search-link[data-v-7e16170b]:visited, .h2 a.search-link[data-v-7e16170b]:visited,
h3 a.search-link[data-v-7e16170b]:visited, .h3 a.search-link[data-v-7e16170b]:visited,
h4 a.search-link[data-v-7e16170b]:visited, .h4 a.search-link[data-v-7e16170b]:visited,
h5 a.search-link[data-v-7e16170b]:visited, .h5 a.search-link[data-v-7e16170b]:visited,
h6 a.search-link[data-v-7e16170b]:visited, .h6 a.search-link[data-v-7e16170b]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-7e16170b]:focus, .h1 a.search-link[data-v-7e16170b]:focus,
h2 a.search-link[data-v-7e16170b]:focus, .h2 a.search-link[data-v-7e16170b]:focus,
h3 a.search-link[data-v-7e16170b]:focus, .h3 a.search-link[data-v-7e16170b]:focus,
h4 a.search-link[data-v-7e16170b]:focus, .h4 a.search-link[data-v-7e16170b]:focus,
h5 a.search-link[data-v-7e16170b]:focus, .h5 a.search-link[data-v-7e16170b]:focus,
h6 a.search-link[data-v-7e16170b]:focus, .h6 a.search-link[data-v-7e16170b]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-7e16170b]:hover, .h1 a.search-link[data-v-7e16170b]:hover,
h2 a.search-link[data-v-7e16170b]:hover, .h2 a.search-link[data-v-7e16170b]:hover,
h3 a.search-link[data-v-7e16170b]:hover, .h3 a.search-link[data-v-7e16170b]:hover,
h4 a.search-link[data-v-7e16170b]:hover, .h4 a.search-link[data-v-7e16170b]:hover,
h5 a.search-link[data-v-7e16170b]:hover, .h5 a.search-link[data-v-7e16170b]:hover,
h6 a.search-link[data-v-7e16170b]:hover, .h6 a.search-link[data-v-7e16170b]:hover {
  text-decoration: underline;
}
cite[data-v-7e16170b],
var[data-v-7e16170b],
address[data-v-7e16170b],
dfn[data-v-7e16170b] {
  font-style: normal;
}
h1[data-v-7e16170b], .h1[data-v-7e16170b],
h2[data-v-7e16170b], .h2[data-v-7e16170b],
h3[data-v-7e16170b], .h3[data-v-7e16170b],
h4[data-v-7e16170b], .h4[data-v-7e16170b],
h5[data-v-7e16170b], .h5[data-v-7e16170b],
h6[data-v-7e16170b], .h6[data-v-7e16170b] {
  max-width: 66ch;
}
p[data-v-7e16170b],
ul[data-v-7e16170b]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-7e16170b]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-7e16170b] {
  max-width: 66ch;
}
.form-label[data-v-7e16170b], .form-hint[data-v-7e16170b], .form-error-message[data-v-7e16170b] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-7e16170b], .form-radio + label[data-v-7e16170b] {
  max-width: 66ch;
}
.displayheading-1[data-v-7e16170b] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-7e16170b] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-7e16170b] {
  color: #358000;
}
.text-negative[data-v-7e16170b] {
  color: #CC0000;
}
.color-text-black[data-v-7e16170b] {
  color: #1a1a1a;
}
.background-dark[data-v-7e16170b] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-7e16170b], .background-dark span[data-v-7e16170b] {
  color: white;
}
.field-group-title[data-v-7e16170b] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-7e16170b] {
  border: 2px solid #1a1a1a;
}
h1[data-v-7e16170b], h2[data-v-7e16170b], h3[data-v-7e16170b], h4[data-v-7e16170b], h5[data-v-7e16170b], h6[data-v-7e16170b], p[data-v-7e16170b], legend[data-v-7e16170b], strong[data-v-7e16170b], b[data-v-7e16170b], cite[data-v-7e16170b], var[data-v-7e16170b], address[data-v-7e16170b], dfn[data-v-7e16170b] {
  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[data-v-7e16170b] {
  text-transform: uppercase;
}
.lowercase[data-v-7e16170b] {
  text-transform: lowercase;
}
.d-inline[data-v-7e16170b] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-7e16170b] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-7e16170b] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-7e16170b] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-7e16170b] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-7e16170b] {
    display: inline !important;
}
}
.flex-grow[data-v-7e16170b] {
  flex-grow: 1;
}
.weight-normal[data-v-7e16170b] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-7e16170b] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-7e16170b] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-7e16170b] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-7e16170b] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-7e16170b] {
    margin-bottom: 0;
}
}
.gray-100[data-v-7e16170b] {
  background-color: #F5F5F5;
}
.highlight[data-v-7e16170b] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-7e16170b] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-7e16170b] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-7e16170b] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-7e16170b] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-7e16170b] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-7e16170b] {
  z-index: 10000;
}
.video-responsive[data-v-7e16170b] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-7e16170b] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-7e16170b]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-7e16170b]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-7e16170b] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-7e16170b] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-7e16170b] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-7e16170b]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-7e16170b]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-7e16170b] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-7e16170b] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-7e16170b] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-7e16170b] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-7e16170b],
.sidenav-list-virk.sidenav-list li li[data-v-7e16170b],
.sidenav-list-virk.sidenav-list a[data-v-7e16170b] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-7e16170b] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-7e16170b] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-7e16170b] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-7e16170b] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-7e16170b] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-7e16170b]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-7e16170b]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-7e16170b] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-7e16170b]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-7e16170b] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.list-group[data-v-7e16170b] {
  border: 1px solid #bfbfbf;
  box-shadow: 0 0 5px #bfbfbf;
}
.list-group li[data-v-7e16170b]:last-of-type {
  border-bottom: none;
}
.list-group li[data-v-7e16170b] {
  background-color: white;
  border-bottom: 1px solid #bfbfbf;
  height: 64px;
  margin: 0;
  display: flex;
}
.list-group .list-item[data-v-7e16170b]:not(.current-item) {
  border-left: 4px solid #ffffff;
}
.list-group .list-item:not(.current-item).list-item[data-v-7e16170b]:not(.current-item):hover {
  border-left: 4px solid #f5f5f5;
}
.list-group .current-item[data-v-7e16170b] {
  border-left: 4px solid #0059b3;
}
.list-group li[data-v-7e16170b]:before {
  display: none;
}
.list-group .list-item-button[data-v-7e16170b] {
  height: 100%;
  min-width: 100%;
  cursor: pointer;
}
.list-group .icon-svg[data-v-7e16170b] {
  float: right;
}
.list-group .filter-box[data-v-7e16170b] {
  min-width: 800px;
  min-height: auto;
  height: fit-content;
  background-color: #ffffff;
  z-index: 1;
  border: 1px solid #bfbfbf;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  margin-top: -0.5px;
  box-shadow: 4px 4px 5px #bfbfbf;
  padding-bottom: 0;
}
.list-group .filter-box .left-border[data-v-7e16170b] {
  border-left: 1px solid #bfbfbf;
  margin-top: 64px;
}
@media (max-width: 1200px) {
.list-group .filter-box[data-v-7e16170b] {
    min-width: 550px;
}
}
.list-group .list-item-button[data-v-7e16170b] {
  z-index: 1;
}
.fill-width[data-v-7e16170b] {
  width: 100%;
}
.filter-mobil-overflow[data-v-7e16170b] {
  overflow: auto;
  height: calc(100vh - 109px);
}
.heading[data-v-7e16170b] {
  flex-grow: 1;
}
.faelles-filter-wrapper[data-v-7e16170b], .cpv-kode-wrapper[data-v-7e16170b], .cvr-kode-wrapper[data-v-7e16170b] {
  border: 1px solid #747474;
  border-radius: 4px;
  overflow: auto;
}
.cvr-kode-wrapper[data-v-7e16170b] {
  height: 400px;
}
.cpv-kode-wrapper[data-v-7e16170b] {
  height: 400px;
}
[data-v-7e16170b] .soegefelt-hoejde .form-input {
  height: 40px;
}
.filter-mobile[data-v-7e16170b] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.filter-mobile .back-button[data-v-7e16170b] {
  border-bottom: 1px solid #bfbfbf;
  width: 100%;
  height: 48px;
}
.filter-mobile .back-button .icon-svg[data-v-7e16170b] {
  align-self: center;
}
.filter-mobile .back-button .button-text[data-v-7e16170b] {
  align-self: center;
}
.filter-mobile .list-group[data-v-7e16170b] {
  box-shadow: none;
  border: none;
}
.filter-mobile .list-group li[data-v-7e16170b] {
  border-bottom: 1px solid #bfbfbf;
}
.filter-mobile .footer-buttons[data-v-7e16170b] {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 74px;
  border-top: 1px solid #bfbfbf;
  display: flex;
  background-color: #ffffff;
}
.filter-mobile .button + button[data-v-7e16170b] {
  margin-top: 0px;
}
.filter-count[data-v-7e16170b] {
  float: right;
  width: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  background-color: #0059b3;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
}
.filter-details[data-v-7e16170b] {
  font-size: 12px;
  font-weight: 400;
}
.filter-ul[data-v-7e16170b] {
  margin-top: 14px;
}
.list-item[data-v-7e16170b]:hover {
  background-color: #f5f5f5;
}body[data-v-2550549e] {
  overflow: scroll;
}
.mobile-view[data-v-2550549e] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-2550549e] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-2550549e] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-2550549e] {
  font-size: 1.6rem;
}
p[data-v-2550549e] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-2550549e] {
  color: #004D99;
}
a[data-v-2550549e]:hover, a.link-hover[data-v-2550549e] {
  color: #000040;
}
a[data-v-2550549e]:hover:disabled,
a:hover .disabled[data-v-2550549e], a.link-hover[data-v-2550549e]:disabled,
a.link-hover .disabled[data-v-2550549e] {
  background-color: transparent !important;
}
a[data-v-2550549e]:focus, a.link-focus[data-v-2550549e] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-2550549e]:visited, a.link-visited[data-v-2550549e] {
  color: #800080;
}
a[data-v-2550549e]:disabled, a.disabled[data-v-2550549e] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-2550549e]:disabled:focus, a.disabled[data-v-2550549e]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-2550549e]:not(.button) {
  color: white;
}
.background-dark a[data-v-2550549e]:disabled, .background-dark a.disabled[data-v-2550549e] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-2550549e]:disabled:focus, .background-dark a.disabled[data-v-2550549e]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-2550549e] {
  font-weight: 600;
}
a[data-v-2550549e]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-2550549e], .h1[data-v-2550549e] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-2550549e], .h1[data-v-2550549e] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-2550549e], .h1[data-v-2550549e] {
    font-size: 3.9rem;
}
}
h1[data-v-2550549e], .h1[data-v-2550549e] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-2550549e], .h1[data-v-2550549e] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-2550549e], .h1[data-v-2550549e] {
    line-height: 4.8rem;
}
}
h1[data-v-2550549e], .h1[data-v-2550549e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-2550549e], .h1[data-v-2550549e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-2550549e], .h1[data-v-2550549e] {
    letter-spacing: normal;
}
}
h1[data-v-2550549e], .h1[data-v-2550549e] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-2550549e], .h2[data-v-2550549e] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-2550549e], .h2[data-v-2550549e] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-2550549e], .h2[data-v-2550549e] {
    font-size: 3.1rem;
}
}
h2[data-v-2550549e], .h2[data-v-2550549e] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-2550549e], .h2[data-v-2550549e] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-2550549e], .h2[data-v-2550549e] {
    line-height: 4rem;
}
}
h2[data-v-2550549e], .h2[data-v-2550549e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-2550549e], .h2[data-v-2550549e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-2550549e], .h2[data-v-2550549e] {
    letter-spacing: normal;
}
}
h2[data-v-2550549e], .h2[data-v-2550549e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-2550549e], .h3[data-v-2550549e] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-2550549e], .h3[data-v-2550549e] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-2550549e], .h3[data-v-2550549e] {
    font-size: 2.5rem;
}
}
h3[data-v-2550549e], .h3[data-v-2550549e] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-2550549e], .h3[data-v-2550549e] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-2550549e], .h3[data-v-2550549e] {
    line-height: 3.2rem;
}
}
h3[data-v-2550549e], .h3[data-v-2550549e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-2550549e], .h3[data-v-2550549e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-2550549e], .h3[data-v-2550549e] {
    letter-spacing: normal;
}
}
h3[data-v-2550549e], .h3[data-v-2550549e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-2550549e], .h4[data-v-2550549e] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-2550549e], .h4[data-v-2550549e] {
    font-size: 2rem;
}
}
h4[data-v-2550549e], .h4[data-v-2550549e] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-2550549e], .h4[data-v-2550549e] {
    line-height: 2.8rem;
}
}
h4[data-v-2550549e], .h4[data-v-2550549e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-2550549e], .h4[data-v-2550549e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-2550549e], .h4[data-v-2550549e] {
    letter-spacing: normal;
}
}
h4[data-v-2550549e], .h4[data-v-2550549e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-2550549e], .h5[data-v-2550549e] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-2550549e], .h5[data-v-2550549e] {
    font-size: 1.6rem;
}
}
h5[data-v-2550549e], .h5[data-v-2550549e] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-2550549e], .h5[data-v-2550549e] {
    line-height: 2.4rem;
}
}
h5[data-v-2550549e], .h5[data-v-2550549e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-2550549e], .h5[data-v-2550549e] {
    letter-spacing: normal;
}
}
h5[data-v-2550549e], .h5[data-v-2550549e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-2550549e], .h6[data-v-2550549e] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-2550549e], .body-text[data-v-2550549e], .body-copy-text[data-v-2550549e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-2550549e], .figcaption[data-v-2550549e] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-2550549e], .figcaption p[data-v-2550549e] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-2550549e] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-2550549e] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-2550549e] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-2550549e], .small-text[data-v-2550549e] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-2550549e] {
  font-weight: 400;
}
.weight-semibold[data-v-2550549e] {
  font-weight: 600;
}
.facit[data-v-2550549e] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-2550549e], b[data-v-2550549e], .bold[data-v-2550549e] {
  font-weight: 700;
}
.italic[data-v-2550549e], em[data-v-2550549e] {
  font-style: italic;
}
.form-label[data-v-2550549e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-2550549e]:focus, .h1[data-v-2550549e]:focus,
h2[data-v-2550549e]:focus, .h2[data-v-2550549e]:focus,
h3[data-v-2550549e]:focus, .h3[data-v-2550549e]:focus,
h4[data-v-2550549e]:focus, .h4[data-v-2550549e]:focus,
h5[data-v-2550549e]:focus, .h5[data-v-2550549e]:focus,
h6[data-v-2550549e]:focus, .h6[data-v-2550549e]:focus {
  outline: none;
}
h1[data-v-2550549e], .h1[data-v-2550549e] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-2550549e], .h2[data-v-2550549e] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-2550549e], .h2[data-v-2550549e] {
    margin-top: 4rem;
}
}
h3[data-v-2550549e], .h3[data-v-2550549e] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-2550549e], .h3[data-v-2550549e] {
    margin-top: 4rem;
}
}
h4[data-v-2550549e], .h4[data-v-2550549e] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-2550549e], .h5[data-v-2550549e] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-2550549e], .h6[data-v-2550549e] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-2550549e] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-2550549e], .body-text[data-v-2550549e] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-2550549e], h5 + ul[data-v-2550549e], h5 + ol[data-v-2550549e], .h5 + p[data-v-2550549e], .h5 + ul[data-v-2550549e], .h5 + ol[data-v-2550549e], h6 + p[data-v-2550549e], h6 + ul[data-v-2550549e], h6 + ol[data-v-2550549e], .h6 + p[data-v-2550549e], .h6 + ul[data-v-2550549e], .h6 + ol[data-v-2550549e] {
  margin-top: 0;
}
button.function-link[data-v-2550549e] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-2550549e] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-2550549e]:hover, .function-link[data-v-2550549e]:visited, .function-link[data-v-2550549e]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-2550549e] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-2550549e] {
  text-align: right;
}
.back-link[data-v-2550549e] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-2550549e] {
    margin-bottom: 32px;
}
}
.back-link[data-v-2550549e] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-2550549e]::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[data-v-2550549e]:active, .back-link[data-v-2550549e]:focus, .back-link[data-v-2550549e]:hover, .back-link[data-v-2550549e]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-2550549e] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-2550549e] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-2550549e], h1 a[data-v-2550549e]:hover, h1 a[data-v-2550549e]:visited, h1 a[data-v-2550549e]:focus, .h1 a[data-v-2550549e], .h1 a[data-v-2550549e]:hover, .h1 a[data-v-2550549e]:visited, .h1 a[data-v-2550549e]:focus,
h2 a[data-v-2550549e],
h2 a[data-v-2550549e]:hover,
h2 a[data-v-2550549e]:visited,
h2 a[data-v-2550549e]:focus, .h2 a[data-v-2550549e], .h2 a[data-v-2550549e]:hover, .h2 a[data-v-2550549e]:visited, .h2 a[data-v-2550549e]:focus,
h3 a[data-v-2550549e],
h3 a[data-v-2550549e]:hover,
h3 a[data-v-2550549e]:visited,
h3 a[data-v-2550549e]:focus, .h3 a[data-v-2550549e], .h3 a[data-v-2550549e]:hover, .h3 a[data-v-2550549e]:visited, .h3 a[data-v-2550549e]:focus,
h4 a[data-v-2550549e],
h4 a[data-v-2550549e]:hover,
h4 a[data-v-2550549e]:visited,
h4 a[data-v-2550549e]:focus, .h4 a[data-v-2550549e], .h4 a[data-v-2550549e]:hover, .h4 a[data-v-2550549e]:visited, .h4 a[data-v-2550549e]:focus,
h5 a[data-v-2550549e],
h5 a[data-v-2550549e]:hover,
h5 a[data-v-2550549e]:visited,
h5 a[data-v-2550549e]:focus, .h5 a[data-v-2550549e], .h5 a[data-v-2550549e]:hover, .h5 a[data-v-2550549e]:visited, .h5 a[data-v-2550549e]:focus,
h6 a[data-v-2550549e],
h6 a[data-v-2550549e]:hover,
h6 a[data-v-2550549e]:visited,
h6 a[data-v-2550549e]:focus, .h6 a[data-v-2550549e], .h6 a[data-v-2550549e]:hover, .h6 a[data-v-2550549e]:visited, .h6 a[data-v-2550549e]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-2550549e], .h1 a.search-link[data-v-2550549e],
h2 a.search-link[data-v-2550549e], .h2 a.search-link[data-v-2550549e],
h3 a.search-link[data-v-2550549e], .h3 a.search-link[data-v-2550549e],
h4 a.search-link[data-v-2550549e], .h4 a.search-link[data-v-2550549e],
h5 a.search-link[data-v-2550549e], .h5 a.search-link[data-v-2550549e],
h6 a.search-link[data-v-2550549e], .h6 a.search-link[data-v-2550549e] {
  text-decoration: none;
}
h1 a.search-link[data-v-2550549e]:visited, .h1 a.search-link[data-v-2550549e]:visited,
h2 a.search-link[data-v-2550549e]:visited, .h2 a.search-link[data-v-2550549e]:visited,
h3 a.search-link[data-v-2550549e]:visited, .h3 a.search-link[data-v-2550549e]:visited,
h4 a.search-link[data-v-2550549e]:visited, .h4 a.search-link[data-v-2550549e]:visited,
h5 a.search-link[data-v-2550549e]:visited, .h5 a.search-link[data-v-2550549e]:visited,
h6 a.search-link[data-v-2550549e]:visited, .h6 a.search-link[data-v-2550549e]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-2550549e]:focus, .h1 a.search-link[data-v-2550549e]:focus,
h2 a.search-link[data-v-2550549e]:focus, .h2 a.search-link[data-v-2550549e]:focus,
h3 a.search-link[data-v-2550549e]:focus, .h3 a.search-link[data-v-2550549e]:focus,
h4 a.search-link[data-v-2550549e]:focus, .h4 a.search-link[data-v-2550549e]:focus,
h5 a.search-link[data-v-2550549e]:focus, .h5 a.search-link[data-v-2550549e]:focus,
h6 a.search-link[data-v-2550549e]:focus, .h6 a.search-link[data-v-2550549e]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-2550549e]:hover, .h1 a.search-link[data-v-2550549e]:hover,
h2 a.search-link[data-v-2550549e]:hover, .h2 a.search-link[data-v-2550549e]:hover,
h3 a.search-link[data-v-2550549e]:hover, .h3 a.search-link[data-v-2550549e]:hover,
h4 a.search-link[data-v-2550549e]:hover, .h4 a.search-link[data-v-2550549e]:hover,
h5 a.search-link[data-v-2550549e]:hover, .h5 a.search-link[data-v-2550549e]:hover,
h6 a.search-link[data-v-2550549e]:hover, .h6 a.search-link[data-v-2550549e]:hover {
  text-decoration: underline;
}
cite[data-v-2550549e],
var[data-v-2550549e],
address[data-v-2550549e],
dfn[data-v-2550549e] {
  font-style: normal;
}
h1[data-v-2550549e], .h1[data-v-2550549e],
h2[data-v-2550549e], .h2[data-v-2550549e],
h3[data-v-2550549e], .h3[data-v-2550549e],
h4[data-v-2550549e], .h4[data-v-2550549e],
h5[data-v-2550549e], .h5[data-v-2550549e],
h6[data-v-2550549e], .h6[data-v-2550549e] {
  max-width: 66ch;
}
p[data-v-2550549e],
ul[data-v-2550549e]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-2550549e]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-2550549e] {
  max-width: 66ch;
}
.form-label[data-v-2550549e], .form-hint[data-v-2550549e], .form-error-message[data-v-2550549e] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-2550549e], .form-radio + label[data-v-2550549e] {
  max-width: 66ch;
}
.displayheading-1[data-v-2550549e] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-2550549e] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-2550549e] {
  color: #358000;
}
.text-negative[data-v-2550549e] {
  color: #CC0000;
}
.color-text-black[data-v-2550549e] {
  color: #1a1a1a;
}
.background-dark[data-v-2550549e] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-2550549e], .background-dark span[data-v-2550549e] {
  color: white;
}
.field-group-title[data-v-2550549e] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-2550549e] {
  border: 2px solid #1a1a1a;
}
h1[data-v-2550549e], h2[data-v-2550549e], h3[data-v-2550549e], h4[data-v-2550549e], h5[data-v-2550549e], h6[data-v-2550549e], p[data-v-2550549e], legend[data-v-2550549e], strong[data-v-2550549e], b[data-v-2550549e], cite[data-v-2550549e], var[data-v-2550549e], address[data-v-2550549e], dfn[data-v-2550549e] {
  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[data-v-2550549e] {
  text-transform: uppercase;
}
.lowercase[data-v-2550549e] {
  text-transform: lowercase;
}
.d-inline[data-v-2550549e] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-2550549e] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-2550549e] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-2550549e] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-2550549e] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-2550549e] {
    display: inline !important;
}
}
.flex-grow[data-v-2550549e] {
  flex-grow: 1;
}
.weight-normal[data-v-2550549e] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-2550549e] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-2550549e] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-2550549e] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-2550549e] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-2550549e] {
    margin-bottom: 0;
}
}
.gray-100[data-v-2550549e] {
  background-color: #F5F5F5;
}
.highlight[data-v-2550549e] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-2550549e] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-2550549e] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-2550549e] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-2550549e] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-2550549e] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-2550549e] {
  z-index: 10000;
}
.video-responsive[data-v-2550549e] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-2550549e] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-2550549e]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-2550549e]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-2550549e] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-2550549e] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-2550549e] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-2550549e]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-2550549e]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-2550549e] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-2550549e] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-2550549e] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-2550549e] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-2550549e],
.sidenav-list-virk.sidenav-list li li[data-v-2550549e],
.sidenav-list-virk.sidenav-list a[data-v-2550549e] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-2550549e] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-2550549e] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-2550549e] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-2550549e] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-2550549e] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-2550549e]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-2550549e]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-2550549e] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-2550549e]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-2550549e] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
body.modal-open[data-v-2550549e] {
  overflow: hidden;
}
.modal-backdrop[data-v-2550549e] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8888;
  padding: 16px;
}
.fds-modal[data-v-2550549e]:focus-visible {
  outline: none;
}
.fds-modal[data-v-2550549e] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 16px;
}
.fds-modal[aria-hidden=false][data-v-2550549e] {
  display: flex;
}
.fds-modal .modal-content[data-v-2550549e] {
  align-self: center;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 100%;
  position: relative;
  margin: 24px auto 24px;
}
.fds-modal .modal-bottom-page[data-v-2550549e] {
  position: fixed;
  margin-top: 0;
  margin-bottom: 0;
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}
.fds-modal .modal-filter[data-v-2550549e] {
  position: fixed;
  left: 0;
  height: 100%;
  margin: 0;
}
.fds-modal .modal-filter .modal-header[data-v-2550549e] {
  padding: 0;
}
.fds-modal .modal-filter .modal-title[data-v-2550549e] {
  display: none;
}
.fds-modal .modal-header[data-v-2550549e] {
  padding: 16px 24px 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-2550549e] {
    padding: 40px 40px 8px 40px;
}
}
.fds-modal .modal-header[data-v-2550549e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-2550549e] {
    padding-right: 48px;
}
}
.fds-modal .modal-header h1[data-v-2550549e],
.fds-modal .modal-header h2[data-v-2550549e],
.fds-modal .modal-header h3[data-v-2550549e],
.fds-modal .modal-header h4[data-v-2550549e],
.fds-modal .modal-header h5[data-v-2550549e],
.fds-modal .modal-header h6[data-v-2550549e],
.fds-modal .modal-header .h1[data-v-2550549e],
.fds-modal .modal-header .h2[data-v-2550549e],
.fds-modal .modal-header .h3[data-v-2550549e],
.fds-modal .modal-header .h4[data-v-2550549e],
.fds-modal .modal-header .h5[data-v-2550549e],
.fds-modal .modal-header .h6[data-v-2550549e] {
  color: #1a1a1a;
}
.fds-modal .modal-title[data-v-2550549e] {
  margin: 24px 48px 8px 0;
}
@media (min-width: 768px) {
.fds-modal .modal-title[data-v-2550549e] {
    margin: 0 48px 0 0;
}
}
.fds-modal .modal-body[data-v-2550549e] {
  background-color: white;
  color: #1a1a1a;
  padding: 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-body[data-v-2550549e] {
    padding: 8px 40px 8px 40px;
}
}
.fds-modal .modal-body[data-v-2550549e] > *:first-child {
  margin-top: 0;
}
.fds-modal .modal-body p[data-v-2550549e],
.fds-modal .modal-body h1[data-v-2550549e],
.fds-modal .modal-body h2[data-v-2550549e],
.fds-modal .modal-body h3[data-v-2550549e],
.fds-modal .modal-body h4[data-v-2550549e],
.fds-modal .modal-body h5[data-v-2550549e],
.fds-modal .modal-body h6[data-v-2550549e],
.fds-modal .modal-body .h1[data-v-2550549e],
.fds-modal .modal-body .h2[data-v-2550549e],
.fds-modal .modal-body .h3[data-v-2550549e],
.fds-modal .modal-body .h4[data-v-2550549e],
.fds-modal .modal-body .h5[data-v-2550549e],
.fds-modal .modal-body .h6[data-v-2550549e] {
  color: #1a1a1a;
}
.fds-modal .modal-footer[data-v-2550549e] {
  padding: 0px 24px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-footer[data-v-2550549e] {
    padding: 8px 40px 40px 40px;
}
}
.fds-modal .modal-footer[data-v-2550549e] {
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 992px) {
.fds-modal .modal-footer[data-v-2550549e] {
    display: flex;
}
}
.fds-modal .modal-footer .button[data-v-2550549e] {
  margin-top: 8px;
  margin-right: 16px;
}
.fds-modal .modal-footer p[data-v-2550549e],
.fds-modal .modal-footer h1[data-v-2550549e],
.fds-modal .modal-footer h2[data-v-2550549e],
.fds-modal .modal-footer h3[data-v-2550549e],
.fds-modal .modal-footer h4[data-v-2550549e],
.fds-modal .modal-footer h5[data-v-2550549e],
.fds-modal .modal-footer h6[data-v-2550549e],
.fds-modal .modal-footer .h1[data-v-2550549e],
.fds-modal .modal-footer .h2[data-v-2550549e],
.fds-modal .modal-footer .h3[data-v-2550549e],
.fds-modal .modal-footer .h4[data-v-2550549e],
.fds-modal .modal-footer .h5[data-v-2550549e],
.fds-modal .modal-footer .h6[data-v-2550549e] {
  color: #1a1a1a;
}
.fds-modal .modal-close[data-v-2550549e] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: inherit;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-close[data-v-2550549e] {
    top: 24px;
    right: 32px;
}
}
.fds-modal .modal-close[data-v-2550549e]:hover, .fds-modal .modal-close[data-v-2550549e]:visited, .fds-modal .modal-close[data-v-2550549e]:focus {
  color: #1a1a1a;
}
.fds-modal[data-v-2550549e] {
  /**************************\
        Animation Style
    \**************************/
}
@keyframes modalfadeIn-2550549e {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes modalfadeOut-2550549e {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes modalslideIn-2550549e {
from {
    transform: translateY(15%);
}
to {
    transform: translateY(0);
}
}
@keyframes modalslideOut-2550549e {
from {
    transform: translateY(0);
}
to {
    transform: translateY(-10%);
}
}
.fds-modal[aria-hidden=false] .modal-content[data-v-2550549e] {
  animation: modalslideIn-2550549e 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal[aria-hidden=true] .modal-content[data-v-2550549e] {
  animation: modalslideOut-2550549e 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal .button-unstyled[data-v-2550549e] {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: #004D99;
  font: inherit;
  text-align: left;
  cursor: pointer;
  text-decoration: underline;
}
.fds-modal .button-unstyled[data-v-2550549e]:hover, .fds-modal .button-unstyled[data-v-2550549e]:focus {
  text-decoration: underline;
  color: #000040;
}
.fds-modal .button-unstyled[data-v-2550549e]:visited {
  color: #800080;
}
.fds-modal .button-unstyled[data-v-2550549e]:disabled {
  cursor: default;
  color: #a9a9a9;
  text-decoration: none;
}
.unstyle-router[data-v-2550549e] {
  color: #ffffff !important;
  text-decoration: none;
}
.fritekst-streng[data-v-2550549e] {
  word-wrap: break-word;
}body[data-v-c167fca1] {
  overflow: scroll;
}
.mobile-view[data-v-c167fca1] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-c167fca1] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-c167fca1] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-c167fca1] {
  font-size: 1.6rem;
}
p[data-v-c167fca1] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-c167fca1] {
  color: #004D99;
}
a[data-v-c167fca1]:hover, a.link-hover[data-v-c167fca1] {
  color: #000040;
}
a[data-v-c167fca1]:hover:disabled,
a:hover .disabled[data-v-c167fca1], a.link-hover[data-v-c167fca1]:disabled,
a.link-hover .disabled[data-v-c167fca1] {
  background-color: transparent !important;
}
a[data-v-c167fca1]:focus, a.link-focus[data-v-c167fca1] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-c167fca1]:visited, a.link-visited[data-v-c167fca1] {
  color: #800080;
}
a[data-v-c167fca1]:disabled, a.disabled[data-v-c167fca1] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-c167fca1]:disabled:focus, a.disabled[data-v-c167fca1]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-c167fca1]:not(.button) {
  color: white;
}
.background-dark a[data-v-c167fca1]:disabled, .background-dark a.disabled[data-v-c167fca1] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-c167fca1]:disabled:focus, .background-dark a.disabled[data-v-c167fca1]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-c167fca1] {
  font-weight: 600;
}
a[data-v-c167fca1]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-c167fca1], .h1[data-v-c167fca1] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-c167fca1], .h1[data-v-c167fca1] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-c167fca1], .h1[data-v-c167fca1] {
    font-size: 3.9rem;
}
}
h1[data-v-c167fca1], .h1[data-v-c167fca1] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-c167fca1], .h1[data-v-c167fca1] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-c167fca1], .h1[data-v-c167fca1] {
    line-height: 4.8rem;
}
}
h1[data-v-c167fca1], .h1[data-v-c167fca1] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-c167fca1], .h1[data-v-c167fca1] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-c167fca1], .h1[data-v-c167fca1] {
    letter-spacing: normal;
}
}
h1[data-v-c167fca1], .h1[data-v-c167fca1] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-c167fca1], .h2[data-v-c167fca1] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-c167fca1], .h2[data-v-c167fca1] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-c167fca1], .h2[data-v-c167fca1] {
    font-size: 3.1rem;
}
}
h2[data-v-c167fca1], .h2[data-v-c167fca1] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-c167fca1], .h2[data-v-c167fca1] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-c167fca1], .h2[data-v-c167fca1] {
    line-height: 4rem;
}
}
h2[data-v-c167fca1], .h2[data-v-c167fca1] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-c167fca1], .h2[data-v-c167fca1] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-c167fca1], .h2[data-v-c167fca1] {
    letter-spacing: normal;
}
}
h2[data-v-c167fca1], .h2[data-v-c167fca1] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-c167fca1], .h3[data-v-c167fca1] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-c167fca1], .h3[data-v-c167fca1] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-c167fca1], .h3[data-v-c167fca1] {
    font-size: 2.5rem;
}
}
h3[data-v-c167fca1], .h3[data-v-c167fca1] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-c167fca1], .h3[data-v-c167fca1] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-c167fca1], .h3[data-v-c167fca1] {
    line-height: 3.2rem;
}
}
h3[data-v-c167fca1], .h3[data-v-c167fca1] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-c167fca1], .h3[data-v-c167fca1] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-c167fca1], .h3[data-v-c167fca1] {
    letter-spacing: normal;
}
}
h3[data-v-c167fca1], .h3[data-v-c167fca1] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-c167fca1], .h4[data-v-c167fca1] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-c167fca1], .h4[data-v-c167fca1] {
    font-size: 2rem;
}
}
h4[data-v-c167fca1], .h4[data-v-c167fca1] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-c167fca1], .h4[data-v-c167fca1] {
    line-height: 2.8rem;
}
}
h4[data-v-c167fca1], .h4[data-v-c167fca1] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-c167fca1], .h4[data-v-c167fca1] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-c167fca1], .h4[data-v-c167fca1] {
    letter-spacing: normal;
}
}
h4[data-v-c167fca1], .h4[data-v-c167fca1] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-c167fca1], .h5[data-v-c167fca1] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-c167fca1], .h5[data-v-c167fca1] {
    font-size: 1.6rem;
}
}
h5[data-v-c167fca1], .h5[data-v-c167fca1] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-c167fca1], .h5[data-v-c167fca1] {
    line-height: 2.4rem;
}
}
h5[data-v-c167fca1], .h5[data-v-c167fca1] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-c167fca1], .h5[data-v-c167fca1] {
    letter-spacing: normal;
}
}
h5[data-v-c167fca1], .h5[data-v-c167fca1] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-c167fca1], .h6[data-v-c167fca1] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-c167fca1], .body-text[data-v-c167fca1], .body-copy-text[data-v-c167fca1] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-c167fca1], .figcaption[data-v-c167fca1] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-c167fca1], .figcaption p[data-v-c167fca1] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-c167fca1] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-c167fca1] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-c167fca1] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-c167fca1], .small-text[data-v-c167fca1] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-c167fca1] {
  font-weight: 400;
}
.weight-semibold[data-v-c167fca1] {
  font-weight: 600;
}
.facit[data-v-c167fca1] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-c167fca1], b[data-v-c167fca1], .bold[data-v-c167fca1] {
  font-weight: 700;
}
.italic[data-v-c167fca1], em[data-v-c167fca1] {
  font-style: italic;
}
.form-label[data-v-c167fca1] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-c167fca1]:focus, .h1[data-v-c167fca1]:focus,
h2[data-v-c167fca1]:focus, .h2[data-v-c167fca1]:focus,
h3[data-v-c167fca1]:focus, .h3[data-v-c167fca1]:focus,
h4[data-v-c167fca1]:focus, .h4[data-v-c167fca1]:focus,
h5[data-v-c167fca1]:focus, .h5[data-v-c167fca1]:focus,
h6[data-v-c167fca1]:focus, .h6[data-v-c167fca1]:focus {
  outline: none;
}
h1[data-v-c167fca1], .h1[data-v-c167fca1] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-c167fca1], .h2[data-v-c167fca1] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-c167fca1], .h2[data-v-c167fca1] {
    margin-top: 4rem;
}
}
h3[data-v-c167fca1], .h3[data-v-c167fca1] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-c167fca1], .h3[data-v-c167fca1] {
    margin-top: 4rem;
}
}
h4[data-v-c167fca1], .h4[data-v-c167fca1] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-c167fca1], .h5[data-v-c167fca1] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-c167fca1], .h6[data-v-c167fca1] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-c167fca1] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-c167fca1], .body-text[data-v-c167fca1] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-c167fca1], h5 + ul[data-v-c167fca1], h5 + ol[data-v-c167fca1], .h5 + p[data-v-c167fca1], .h5 + ul[data-v-c167fca1], .h5 + ol[data-v-c167fca1], h6 + p[data-v-c167fca1], h6 + ul[data-v-c167fca1], h6 + ol[data-v-c167fca1], .h6 + p[data-v-c167fca1], .h6 + ul[data-v-c167fca1], .h6 + ol[data-v-c167fca1] {
  margin-top: 0;
}
button.function-link[data-v-c167fca1] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-c167fca1] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-c167fca1]:hover, .function-link[data-v-c167fca1]:visited, .function-link[data-v-c167fca1]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-c167fca1] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-c167fca1] {
  text-align: right;
}
.back-link[data-v-c167fca1] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-c167fca1] {
    margin-bottom: 32px;
}
}
.back-link[data-v-c167fca1] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-c167fca1]::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[data-v-c167fca1]:active, .back-link[data-v-c167fca1]:focus, .back-link[data-v-c167fca1]:hover, .back-link[data-v-c167fca1]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-c167fca1] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-c167fca1] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-c167fca1], h1 a[data-v-c167fca1]:hover, h1 a[data-v-c167fca1]:visited, h1 a[data-v-c167fca1]:focus, .h1 a[data-v-c167fca1], .h1 a[data-v-c167fca1]:hover, .h1 a[data-v-c167fca1]:visited, .h1 a[data-v-c167fca1]:focus,
h2 a[data-v-c167fca1],
h2 a[data-v-c167fca1]:hover,
h2 a[data-v-c167fca1]:visited,
h2 a[data-v-c167fca1]:focus, .h2 a[data-v-c167fca1], .h2 a[data-v-c167fca1]:hover, .h2 a[data-v-c167fca1]:visited, .h2 a[data-v-c167fca1]:focus,
h3 a[data-v-c167fca1],
h3 a[data-v-c167fca1]:hover,
h3 a[data-v-c167fca1]:visited,
h3 a[data-v-c167fca1]:focus, .h3 a[data-v-c167fca1], .h3 a[data-v-c167fca1]:hover, .h3 a[data-v-c167fca1]:visited, .h3 a[data-v-c167fca1]:focus,
h4 a[data-v-c167fca1],
h4 a[data-v-c167fca1]:hover,
h4 a[data-v-c167fca1]:visited,
h4 a[data-v-c167fca1]:focus, .h4 a[data-v-c167fca1], .h4 a[data-v-c167fca1]:hover, .h4 a[data-v-c167fca1]:visited, .h4 a[data-v-c167fca1]:focus,
h5 a[data-v-c167fca1],
h5 a[data-v-c167fca1]:hover,
h5 a[data-v-c167fca1]:visited,
h5 a[data-v-c167fca1]:focus, .h5 a[data-v-c167fca1], .h5 a[data-v-c167fca1]:hover, .h5 a[data-v-c167fca1]:visited, .h5 a[data-v-c167fca1]:focus,
h6 a[data-v-c167fca1],
h6 a[data-v-c167fca1]:hover,
h6 a[data-v-c167fca1]:visited,
h6 a[data-v-c167fca1]:focus, .h6 a[data-v-c167fca1], .h6 a[data-v-c167fca1]:hover, .h6 a[data-v-c167fca1]:visited, .h6 a[data-v-c167fca1]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-c167fca1], .h1 a.search-link[data-v-c167fca1],
h2 a.search-link[data-v-c167fca1], .h2 a.search-link[data-v-c167fca1],
h3 a.search-link[data-v-c167fca1], .h3 a.search-link[data-v-c167fca1],
h4 a.search-link[data-v-c167fca1], .h4 a.search-link[data-v-c167fca1],
h5 a.search-link[data-v-c167fca1], .h5 a.search-link[data-v-c167fca1],
h6 a.search-link[data-v-c167fca1], .h6 a.search-link[data-v-c167fca1] {
  text-decoration: none;
}
h1 a.search-link[data-v-c167fca1]:visited, .h1 a.search-link[data-v-c167fca1]:visited,
h2 a.search-link[data-v-c167fca1]:visited, .h2 a.search-link[data-v-c167fca1]:visited,
h3 a.search-link[data-v-c167fca1]:visited, .h3 a.search-link[data-v-c167fca1]:visited,
h4 a.search-link[data-v-c167fca1]:visited, .h4 a.search-link[data-v-c167fca1]:visited,
h5 a.search-link[data-v-c167fca1]:visited, .h5 a.search-link[data-v-c167fca1]:visited,
h6 a.search-link[data-v-c167fca1]:visited, .h6 a.search-link[data-v-c167fca1]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-c167fca1]:focus, .h1 a.search-link[data-v-c167fca1]:focus,
h2 a.search-link[data-v-c167fca1]:focus, .h2 a.search-link[data-v-c167fca1]:focus,
h3 a.search-link[data-v-c167fca1]:focus, .h3 a.search-link[data-v-c167fca1]:focus,
h4 a.search-link[data-v-c167fca1]:focus, .h4 a.search-link[data-v-c167fca1]:focus,
h5 a.search-link[data-v-c167fca1]:focus, .h5 a.search-link[data-v-c167fca1]:focus,
h6 a.search-link[data-v-c167fca1]:focus, .h6 a.search-link[data-v-c167fca1]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-c167fca1]:hover, .h1 a.search-link[data-v-c167fca1]:hover,
h2 a.search-link[data-v-c167fca1]:hover, .h2 a.search-link[data-v-c167fca1]:hover,
h3 a.search-link[data-v-c167fca1]:hover, .h3 a.search-link[data-v-c167fca1]:hover,
h4 a.search-link[data-v-c167fca1]:hover, .h4 a.search-link[data-v-c167fca1]:hover,
h5 a.search-link[data-v-c167fca1]:hover, .h5 a.search-link[data-v-c167fca1]:hover,
h6 a.search-link[data-v-c167fca1]:hover, .h6 a.search-link[data-v-c167fca1]:hover {
  text-decoration: underline;
}
cite[data-v-c167fca1],
var[data-v-c167fca1],
address[data-v-c167fca1],
dfn[data-v-c167fca1] {
  font-style: normal;
}
h1[data-v-c167fca1], .h1[data-v-c167fca1],
h2[data-v-c167fca1], .h2[data-v-c167fca1],
h3[data-v-c167fca1], .h3[data-v-c167fca1],
h4[data-v-c167fca1], .h4[data-v-c167fca1],
h5[data-v-c167fca1], .h5[data-v-c167fca1],
h6[data-v-c167fca1], .h6[data-v-c167fca1] {
  max-width: 66ch;
}
p[data-v-c167fca1],
ul[data-v-c167fca1]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-c167fca1]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-c167fca1] {
  max-width: 66ch;
}
.form-label[data-v-c167fca1], .form-hint[data-v-c167fca1], .form-error-message[data-v-c167fca1] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-c167fca1], .form-radio + label[data-v-c167fca1] {
  max-width: 66ch;
}
.displayheading-1[data-v-c167fca1] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-c167fca1] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-c167fca1] {
  color: #358000;
}
.text-negative[data-v-c167fca1] {
  color: #CC0000;
}
.color-text-black[data-v-c167fca1] {
  color: #1a1a1a;
}
.background-dark[data-v-c167fca1] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-c167fca1], .background-dark span[data-v-c167fca1] {
  color: white;
}
.field-group-title[data-v-c167fca1] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-c167fca1] {
  border: 2px solid #1a1a1a;
}
h1[data-v-c167fca1], h2[data-v-c167fca1], h3[data-v-c167fca1], h4[data-v-c167fca1], h5[data-v-c167fca1], h6[data-v-c167fca1], p[data-v-c167fca1], legend[data-v-c167fca1], strong[data-v-c167fca1], b[data-v-c167fca1], cite[data-v-c167fca1], var[data-v-c167fca1], address[data-v-c167fca1], dfn[data-v-c167fca1] {
  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[data-v-c167fca1] {
  text-transform: uppercase;
}
.lowercase[data-v-c167fca1] {
  text-transform: lowercase;
}
.d-inline[data-v-c167fca1] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-c167fca1] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-c167fca1] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-c167fca1] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-c167fca1] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-c167fca1] {
    display: inline !important;
}
}
.flex-grow[data-v-c167fca1] {
  flex-grow: 1;
}
.weight-normal[data-v-c167fca1] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-c167fca1] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-c167fca1] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-c167fca1] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-c167fca1] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-c167fca1] {
    margin-bottom: 0;
}
}
.gray-100[data-v-c167fca1] {
  background-color: #F5F5F5;
}
.highlight[data-v-c167fca1] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-c167fca1] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-c167fca1] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-c167fca1] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-c167fca1] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-c167fca1] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-c167fca1] {
  z-index: 10000;
}
.video-responsive[data-v-c167fca1] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-c167fca1] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-c167fca1]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-c167fca1]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-c167fca1] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-c167fca1] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-c167fca1] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-c167fca1]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-c167fca1]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-c167fca1] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-c167fca1] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-c167fca1] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-c167fca1] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-c167fca1],
.sidenav-list-virk.sidenav-list li li[data-v-c167fca1],
.sidenav-list-virk.sidenav-list a[data-v-c167fca1] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-c167fca1] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-c167fca1] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-c167fca1] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-c167fca1] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-c167fca1] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-c167fca1]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-c167fca1]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-c167fca1] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-c167fca1]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-c167fca1] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
body.modal-open[data-v-c167fca1] {
  overflow: hidden;
}
.modal-backdrop[data-v-c167fca1] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8888;
  padding: 16px;
}
.fds-modal[data-v-c167fca1]:focus-visible {
  outline: none;
}
.fds-modal[data-v-c167fca1] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 16px;
}
.fds-modal[aria-hidden=false][data-v-c167fca1] {
  display: flex;
}
.fds-modal .modal-content[data-v-c167fca1] {
  align-self: center;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 100%;
  position: relative;
  margin: 24px auto 24px;
}
.fds-modal .modal-bottom-page[data-v-c167fca1] {
  position: fixed;
  margin-top: 0;
  margin-bottom: 0;
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}
.fds-modal .modal-filter[data-v-c167fca1] {
  position: fixed;
  left: 0;
  height: 100%;
  margin: 0;
}
.fds-modal .modal-filter .modal-header[data-v-c167fca1] {
  padding: 0;
}
.fds-modal .modal-filter .modal-title[data-v-c167fca1] {
  display: none;
}
.fds-modal .modal-header[data-v-c167fca1] {
  padding: 16px 24px 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-c167fca1] {
    padding: 40px 40px 8px 40px;
}
}
.fds-modal .modal-header[data-v-c167fca1] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-c167fca1] {
    padding-right: 48px;
}
}
.fds-modal .modal-header h1[data-v-c167fca1],
.fds-modal .modal-header h2[data-v-c167fca1],
.fds-modal .modal-header h3[data-v-c167fca1],
.fds-modal .modal-header h4[data-v-c167fca1],
.fds-modal .modal-header h5[data-v-c167fca1],
.fds-modal .modal-header h6[data-v-c167fca1],
.fds-modal .modal-header .h1[data-v-c167fca1],
.fds-modal .modal-header .h2[data-v-c167fca1],
.fds-modal .modal-header .h3[data-v-c167fca1],
.fds-modal .modal-header .h4[data-v-c167fca1],
.fds-modal .modal-header .h5[data-v-c167fca1],
.fds-modal .modal-header .h6[data-v-c167fca1] {
  color: #1a1a1a;
}
.fds-modal .modal-title[data-v-c167fca1] {
  margin: 24px 48px 8px 0;
}
@media (min-width: 768px) {
.fds-modal .modal-title[data-v-c167fca1] {
    margin: 0 48px 0 0;
}
}
.fds-modal .modal-body[data-v-c167fca1] {
  background-color: white;
  color: #1a1a1a;
  padding: 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-body[data-v-c167fca1] {
    padding: 8px 40px 8px 40px;
}
}
.fds-modal .modal-body[data-v-c167fca1] > *:first-child {
  margin-top: 0;
}
.fds-modal .modal-body p[data-v-c167fca1],
.fds-modal .modal-body h1[data-v-c167fca1],
.fds-modal .modal-body h2[data-v-c167fca1],
.fds-modal .modal-body h3[data-v-c167fca1],
.fds-modal .modal-body h4[data-v-c167fca1],
.fds-modal .modal-body h5[data-v-c167fca1],
.fds-modal .modal-body h6[data-v-c167fca1],
.fds-modal .modal-body .h1[data-v-c167fca1],
.fds-modal .modal-body .h2[data-v-c167fca1],
.fds-modal .modal-body .h3[data-v-c167fca1],
.fds-modal .modal-body .h4[data-v-c167fca1],
.fds-modal .modal-body .h5[data-v-c167fca1],
.fds-modal .modal-body .h6[data-v-c167fca1] {
  color: #1a1a1a;
}
.fds-modal .modal-footer[data-v-c167fca1] {
  padding: 0px 24px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-footer[data-v-c167fca1] {
    padding: 8px 40px 40px 40px;
}
}
.fds-modal .modal-footer[data-v-c167fca1] {
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 992px) {
.fds-modal .modal-footer[data-v-c167fca1] {
    display: flex;
}
}
.fds-modal .modal-footer .button[data-v-c167fca1] {
  margin-top: 8px;
  margin-right: 16px;
}
.fds-modal .modal-footer p[data-v-c167fca1],
.fds-modal .modal-footer h1[data-v-c167fca1],
.fds-modal .modal-footer h2[data-v-c167fca1],
.fds-modal .modal-footer h3[data-v-c167fca1],
.fds-modal .modal-footer h4[data-v-c167fca1],
.fds-modal .modal-footer h5[data-v-c167fca1],
.fds-modal .modal-footer h6[data-v-c167fca1],
.fds-modal .modal-footer .h1[data-v-c167fca1],
.fds-modal .modal-footer .h2[data-v-c167fca1],
.fds-modal .modal-footer .h3[data-v-c167fca1],
.fds-modal .modal-footer .h4[data-v-c167fca1],
.fds-modal .modal-footer .h5[data-v-c167fca1],
.fds-modal .modal-footer .h6[data-v-c167fca1] {
  color: #1a1a1a;
}
.fds-modal .modal-close[data-v-c167fca1] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: inherit;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-close[data-v-c167fca1] {
    top: 24px;
    right: 32px;
}
}
.fds-modal .modal-close[data-v-c167fca1]:hover, .fds-modal .modal-close[data-v-c167fca1]:visited, .fds-modal .modal-close[data-v-c167fca1]:focus {
  color: #1a1a1a;
}
.fds-modal[data-v-c167fca1] {
  /**************************\
        Animation Style
    \**************************/
}
@keyframes modalfadeIn-c167fca1 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes modalfadeOut-c167fca1 {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes modalslideIn-c167fca1 {
from {
    transform: translateY(15%);
}
to {
    transform: translateY(0);
}
}
@keyframes modalslideOut-c167fca1 {
from {
    transform: translateY(0);
}
to {
    transform: translateY(-10%);
}
}
.fds-modal[aria-hidden=false] .modal-content[data-v-c167fca1] {
  animation: modalslideIn-c167fca1 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal[aria-hidden=true] .modal-content[data-v-c167fca1] {
  animation: modalslideOut-c167fca1 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal .button-unstyled[data-v-c167fca1] {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: #004D99;
  font: inherit;
  text-align: left;
  cursor: pointer;
  text-decoration: underline;
}
.fds-modal .button-unstyled[data-v-c167fca1]:hover, .fds-modal .button-unstyled[data-v-c167fca1]:focus {
  text-decoration: underline;
  color: #000040;
}
.fds-modal .button-unstyled[data-v-c167fca1]:visited {
  color: #800080;
}
.fds-modal .button-unstyled[data-v-c167fca1]:disabled {
  cursor: default;
  color: #a9a9a9;
  text-decoration: none;
}
.unstyle-router[data-v-c167fca1] {
  color: #ffffff !important;
  text-decoration: none;
}
.fritekst-streng[data-v-c167fca1] {
  word-wrap: break-word;
}body[data-v-0b8b79e0] {
  overflow: scroll;
}
.mobile-view[data-v-0b8b79e0] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-0b8b79e0] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-0b8b79e0] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-0b8b79e0] {
  font-size: 1.6rem;
}
p[data-v-0b8b79e0] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-0b8b79e0] {
  color: #004D99;
}
a[data-v-0b8b79e0]:hover, a.link-hover[data-v-0b8b79e0] {
  color: #000040;
}
a[data-v-0b8b79e0]:hover:disabled,
a:hover .disabled[data-v-0b8b79e0], a.link-hover[data-v-0b8b79e0]:disabled,
a.link-hover .disabled[data-v-0b8b79e0] {
  background-color: transparent !important;
}
a[data-v-0b8b79e0]:focus, a.link-focus[data-v-0b8b79e0] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-0b8b79e0]:visited, a.link-visited[data-v-0b8b79e0] {
  color: #800080;
}
a[data-v-0b8b79e0]:disabled, a.disabled[data-v-0b8b79e0] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-0b8b79e0]:disabled:focus, a.disabled[data-v-0b8b79e0]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-0b8b79e0]:not(.button) {
  color: white;
}
.background-dark a[data-v-0b8b79e0]:disabled, .background-dark a.disabled[data-v-0b8b79e0] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-0b8b79e0]:disabled:focus, .background-dark a.disabled[data-v-0b8b79e0]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-0b8b79e0] {
  font-weight: 600;
}
a[data-v-0b8b79e0]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-0b8b79e0], .h1[data-v-0b8b79e0] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-0b8b79e0], .h1[data-v-0b8b79e0] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-0b8b79e0], .h1[data-v-0b8b79e0] {
    font-size: 3.9rem;
}
}
h1[data-v-0b8b79e0], .h1[data-v-0b8b79e0] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-0b8b79e0], .h1[data-v-0b8b79e0] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-0b8b79e0], .h1[data-v-0b8b79e0] {
    line-height: 4.8rem;
}
}
h1[data-v-0b8b79e0], .h1[data-v-0b8b79e0] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-0b8b79e0], .h1[data-v-0b8b79e0] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-0b8b79e0], .h1[data-v-0b8b79e0] {
    letter-spacing: normal;
}
}
h1[data-v-0b8b79e0], .h1[data-v-0b8b79e0] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-0b8b79e0], .h2[data-v-0b8b79e0] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-0b8b79e0], .h2[data-v-0b8b79e0] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-0b8b79e0], .h2[data-v-0b8b79e0] {
    font-size: 3.1rem;
}
}
h2[data-v-0b8b79e0], .h2[data-v-0b8b79e0] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-0b8b79e0], .h2[data-v-0b8b79e0] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-0b8b79e0], .h2[data-v-0b8b79e0] {
    line-height: 4rem;
}
}
h2[data-v-0b8b79e0], .h2[data-v-0b8b79e0] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-0b8b79e0], .h2[data-v-0b8b79e0] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-0b8b79e0], .h2[data-v-0b8b79e0] {
    letter-spacing: normal;
}
}
h2[data-v-0b8b79e0], .h2[data-v-0b8b79e0] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-0b8b79e0], .h3[data-v-0b8b79e0] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-0b8b79e0], .h3[data-v-0b8b79e0] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-0b8b79e0], .h3[data-v-0b8b79e0] {
    font-size: 2.5rem;
}
}
h3[data-v-0b8b79e0], .h3[data-v-0b8b79e0] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-0b8b79e0], .h3[data-v-0b8b79e0] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-0b8b79e0], .h3[data-v-0b8b79e0] {
    line-height: 3.2rem;
}
}
h3[data-v-0b8b79e0], .h3[data-v-0b8b79e0] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-0b8b79e0], .h3[data-v-0b8b79e0] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-0b8b79e0], .h3[data-v-0b8b79e0] {
    letter-spacing: normal;
}
}
h3[data-v-0b8b79e0], .h3[data-v-0b8b79e0] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-0b8b79e0], .h4[data-v-0b8b79e0] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-0b8b79e0], .h4[data-v-0b8b79e0] {
    font-size: 2rem;
}
}
h4[data-v-0b8b79e0], .h4[data-v-0b8b79e0] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-0b8b79e0], .h4[data-v-0b8b79e0] {
    line-height: 2.8rem;
}
}
h4[data-v-0b8b79e0], .h4[data-v-0b8b79e0] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-0b8b79e0], .h4[data-v-0b8b79e0] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-0b8b79e0], .h4[data-v-0b8b79e0] {
    letter-spacing: normal;
}
}
h4[data-v-0b8b79e0], .h4[data-v-0b8b79e0] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-0b8b79e0], .h5[data-v-0b8b79e0] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-0b8b79e0], .h5[data-v-0b8b79e0] {
    font-size: 1.6rem;
}
}
h5[data-v-0b8b79e0], .h5[data-v-0b8b79e0] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-0b8b79e0], .h5[data-v-0b8b79e0] {
    line-height: 2.4rem;
}
}
h5[data-v-0b8b79e0], .h5[data-v-0b8b79e0] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-0b8b79e0], .h5[data-v-0b8b79e0] {
    letter-spacing: normal;
}
}
h5[data-v-0b8b79e0], .h5[data-v-0b8b79e0] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-0b8b79e0], .h6[data-v-0b8b79e0] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-0b8b79e0], .body-text[data-v-0b8b79e0], .body-copy-text[data-v-0b8b79e0] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-0b8b79e0], .figcaption[data-v-0b8b79e0] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-0b8b79e0], .figcaption p[data-v-0b8b79e0] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-0b8b79e0] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-0b8b79e0] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-0b8b79e0] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-0b8b79e0], .small-text[data-v-0b8b79e0] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-0b8b79e0] {
  font-weight: 400;
}
.weight-semibold[data-v-0b8b79e0] {
  font-weight: 600;
}
.facit[data-v-0b8b79e0] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-0b8b79e0], b[data-v-0b8b79e0], .bold[data-v-0b8b79e0] {
  font-weight: 700;
}
.italic[data-v-0b8b79e0], em[data-v-0b8b79e0] {
  font-style: italic;
}
.form-label[data-v-0b8b79e0] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-0b8b79e0]:focus, .h1[data-v-0b8b79e0]:focus,
h2[data-v-0b8b79e0]:focus, .h2[data-v-0b8b79e0]:focus,
h3[data-v-0b8b79e0]:focus, .h3[data-v-0b8b79e0]:focus,
h4[data-v-0b8b79e0]:focus, .h4[data-v-0b8b79e0]:focus,
h5[data-v-0b8b79e0]:focus, .h5[data-v-0b8b79e0]:focus,
h6[data-v-0b8b79e0]:focus, .h6[data-v-0b8b79e0]:focus {
  outline: none;
}
h1[data-v-0b8b79e0], .h1[data-v-0b8b79e0] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-0b8b79e0], .h2[data-v-0b8b79e0] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-0b8b79e0], .h2[data-v-0b8b79e0] {
    margin-top: 4rem;
}
}
h3[data-v-0b8b79e0], .h3[data-v-0b8b79e0] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-0b8b79e0], .h3[data-v-0b8b79e0] {
    margin-top: 4rem;
}
}
h4[data-v-0b8b79e0], .h4[data-v-0b8b79e0] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-0b8b79e0], .h5[data-v-0b8b79e0] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-0b8b79e0], .h6[data-v-0b8b79e0] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-0b8b79e0] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-0b8b79e0], .body-text[data-v-0b8b79e0] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-0b8b79e0], h5 + ul[data-v-0b8b79e0], h5 + ol[data-v-0b8b79e0], .h5 + p[data-v-0b8b79e0], .h5 + ul[data-v-0b8b79e0], .h5 + ol[data-v-0b8b79e0], h6 + p[data-v-0b8b79e0], h6 + ul[data-v-0b8b79e0], h6 + ol[data-v-0b8b79e0], .h6 + p[data-v-0b8b79e0], .h6 + ul[data-v-0b8b79e0], .h6 + ol[data-v-0b8b79e0] {
  margin-top: 0;
}
button.function-link[data-v-0b8b79e0] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-0b8b79e0] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-0b8b79e0]:hover, .function-link[data-v-0b8b79e0]:visited, .function-link[data-v-0b8b79e0]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-0b8b79e0] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-0b8b79e0] {
  text-align: right;
}
.back-link[data-v-0b8b79e0] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-0b8b79e0] {
    margin-bottom: 32px;
}
}
.back-link[data-v-0b8b79e0] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-0b8b79e0]::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[data-v-0b8b79e0]:active, .back-link[data-v-0b8b79e0]:focus, .back-link[data-v-0b8b79e0]:hover, .back-link[data-v-0b8b79e0]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-0b8b79e0] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-0b8b79e0] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-0b8b79e0], h1 a[data-v-0b8b79e0]:hover, h1 a[data-v-0b8b79e0]:visited, h1 a[data-v-0b8b79e0]:focus, .h1 a[data-v-0b8b79e0], .h1 a[data-v-0b8b79e0]:hover, .h1 a[data-v-0b8b79e0]:visited, .h1 a[data-v-0b8b79e0]:focus,
h2 a[data-v-0b8b79e0],
h2 a[data-v-0b8b79e0]:hover,
h2 a[data-v-0b8b79e0]:visited,
h2 a[data-v-0b8b79e0]:focus, .h2 a[data-v-0b8b79e0], .h2 a[data-v-0b8b79e0]:hover, .h2 a[data-v-0b8b79e0]:visited, .h2 a[data-v-0b8b79e0]:focus,
h3 a[data-v-0b8b79e0],
h3 a[data-v-0b8b79e0]:hover,
h3 a[data-v-0b8b79e0]:visited,
h3 a[data-v-0b8b79e0]:focus, .h3 a[data-v-0b8b79e0], .h3 a[data-v-0b8b79e0]:hover, .h3 a[data-v-0b8b79e0]:visited, .h3 a[data-v-0b8b79e0]:focus,
h4 a[data-v-0b8b79e0],
h4 a[data-v-0b8b79e0]:hover,
h4 a[data-v-0b8b79e0]:visited,
h4 a[data-v-0b8b79e0]:focus, .h4 a[data-v-0b8b79e0], .h4 a[data-v-0b8b79e0]:hover, .h4 a[data-v-0b8b79e0]:visited, .h4 a[data-v-0b8b79e0]:focus,
h5 a[data-v-0b8b79e0],
h5 a[data-v-0b8b79e0]:hover,
h5 a[data-v-0b8b79e0]:visited,
h5 a[data-v-0b8b79e0]:focus, .h5 a[data-v-0b8b79e0], .h5 a[data-v-0b8b79e0]:hover, .h5 a[data-v-0b8b79e0]:visited, .h5 a[data-v-0b8b79e0]:focus,
h6 a[data-v-0b8b79e0],
h6 a[data-v-0b8b79e0]:hover,
h6 a[data-v-0b8b79e0]:visited,
h6 a[data-v-0b8b79e0]:focus, .h6 a[data-v-0b8b79e0], .h6 a[data-v-0b8b79e0]:hover, .h6 a[data-v-0b8b79e0]:visited, .h6 a[data-v-0b8b79e0]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-0b8b79e0], .h1 a.search-link[data-v-0b8b79e0],
h2 a.search-link[data-v-0b8b79e0], .h2 a.search-link[data-v-0b8b79e0],
h3 a.search-link[data-v-0b8b79e0], .h3 a.search-link[data-v-0b8b79e0],
h4 a.search-link[data-v-0b8b79e0], .h4 a.search-link[data-v-0b8b79e0],
h5 a.search-link[data-v-0b8b79e0], .h5 a.search-link[data-v-0b8b79e0],
h6 a.search-link[data-v-0b8b79e0], .h6 a.search-link[data-v-0b8b79e0] {
  text-decoration: none;
}
h1 a.search-link[data-v-0b8b79e0]:visited, .h1 a.search-link[data-v-0b8b79e0]:visited,
h2 a.search-link[data-v-0b8b79e0]:visited, .h2 a.search-link[data-v-0b8b79e0]:visited,
h3 a.search-link[data-v-0b8b79e0]:visited, .h3 a.search-link[data-v-0b8b79e0]:visited,
h4 a.search-link[data-v-0b8b79e0]:visited, .h4 a.search-link[data-v-0b8b79e0]:visited,
h5 a.search-link[data-v-0b8b79e0]:visited, .h5 a.search-link[data-v-0b8b79e0]:visited,
h6 a.search-link[data-v-0b8b79e0]:visited, .h6 a.search-link[data-v-0b8b79e0]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-0b8b79e0]:focus, .h1 a.search-link[data-v-0b8b79e0]:focus,
h2 a.search-link[data-v-0b8b79e0]:focus, .h2 a.search-link[data-v-0b8b79e0]:focus,
h3 a.search-link[data-v-0b8b79e0]:focus, .h3 a.search-link[data-v-0b8b79e0]:focus,
h4 a.search-link[data-v-0b8b79e0]:focus, .h4 a.search-link[data-v-0b8b79e0]:focus,
h5 a.search-link[data-v-0b8b79e0]:focus, .h5 a.search-link[data-v-0b8b79e0]:focus,
h6 a.search-link[data-v-0b8b79e0]:focus, .h6 a.search-link[data-v-0b8b79e0]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-0b8b79e0]:hover, .h1 a.search-link[data-v-0b8b79e0]:hover,
h2 a.search-link[data-v-0b8b79e0]:hover, .h2 a.search-link[data-v-0b8b79e0]:hover,
h3 a.search-link[data-v-0b8b79e0]:hover, .h3 a.search-link[data-v-0b8b79e0]:hover,
h4 a.search-link[data-v-0b8b79e0]:hover, .h4 a.search-link[data-v-0b8b79e0]:hover,
h5 a.search-link[data-v-0b8b79e0]:hover, .h5 a.search-link[data-v-0b8b79e0]:hover,
h6 a.search-link[data-v-0b8b79e0]:hover, .h6 a.search-link[data-v-0b8b79e0]:hover {
  text-decoration: underline;
}
cite[data-v-0b8b79e0],
var[data-v-0b8b79e0],
address[data-v-0b8b79e0],
dfn[data-v-0b8b79e0] {
  font-style: normal;
}
h1[data-v-0b8b79e0], .h1[data-v-0b8b79e0],
h2[data-v-0b8b79e0], .h2[data-v-0b8b79e0],
h3[data-v-0b8b79e0], .h3[data-v-0b8b79e0],
h4[data-v-0b8b79e0], .h4[data-v-0b8b79e0],
h5[data-v-0b8b79e0], .h5[data-v-0b8b79e0],
h6[data-v-0b8b79e0], .h6[data-v-0b8b79e0] {
  max-width: 66ch;
}
p[data-v-0b8b79e0],
ul[data-v-0b8b79e0]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-0b8b79e0]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-0b8b79e0] {
  max-width: 66ch;
}
.form-label[data-v-0b8b79e0], .form-hint[data-v-0b8b79e0], .form-error-message[data-v-0b8b79e0] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-0b8b79e0], .form-radio + label[data-v-0b8b79e0] {
  max-width: 66ch;
}
.displayheading-1[data-v-0b8b79e0] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-0b8b79e0] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-0b8b79e0] {
  color: #358000;
}
.text-negative[data-v-0b8b79e0] {
  color: #CC0000;
}
.color-text-black[data-v-0b8b79e0] {
  color: #1a1a1a;
}
.background-dark[data-v-0b8b79e0] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-0b8b79e0], .background-dark span[data-v-0b8b79e0] {
  color: white;
}
.field-group-title[data-v-0b8b79e0] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-0b8b79e0] {
  border: 2px solid #1a1a1a;
}
h1[data-v-0b8b79e0], h2[data-v-0b8b79e0], h3[data-v-0b8b79e0], h4[data-v-0b8b79e0], h5[data-v-0b8b79e0], h6[data-v-0b8b79e0], p[data-v-0b8b79e0], legend[data-v-0b8b79e0], strong[data-v-0b8b79e0], b[data-v-0b8b79e0], cite[data-v-0b8b79e0], var[data-v-0b8b79e0], address[data-v-0b8b79e0], dfn[data-v-0b8b79e0] {
  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[data-v-0b8b79e0] {
  text-transform: uppercase;
}
.lowercase[data-v-0b8b79e0] {
  text-transform: lowercase;
}
.d-inline[data-v-0b8b79e0] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-0b8b79e0] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-0b8b79e0] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-0b8b79e0] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-0b8b79e0] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-0b8b79e0] {
    display: inline !important;
}
}
.flex-grow[data-v-0b8b79e0] {
  flex-grow: 1;
}
.weight-normal[data-v-0b8b79e0] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-0b8b79e0] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-0b8b79e0] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-0b8b79e0] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-0b8b79e0] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-0b8b79e0] {
    margin-bottom: 0;
}
}
.gray-100[data-v-0b8b79e0] {
  background-color: #F5F5F5;
}
.highlight[data-v-0b8b79e0] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-0b8b79e0] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-0b8b79e0] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-0b8b79e0] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-0b8b79e0] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-0b8b79e0] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-0b8b79e0] {
  z-index: 10000;
}
.video-responsive[data-v-0b8b79e0] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-0b8b79e0] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-0b8b79e0]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-0b8b79e0]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-0b8b79e0] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-0b8b79e0] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-0b8b79e0] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-0b8b79e0]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-0b8b79e0]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-0b8b79e0] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-0b8b79e0] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-0b8b79e0] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-0b8b79e0] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-0b8b79e0],
.sidenav-list-virk.sidenav-list li li[data-v-0b8b79e0],
.sidenav-list-virk.sidenav-list a[data-v-0b8b79e0] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-0b8b79e0] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-0b8b79e0] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-0b8b79e0] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-0b8b79e0] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-0b8b79e0] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-0b8b79e0]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-0b8b79e0]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-0b8b79e0] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-0b8b79e0]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-0b8b79e0] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.form-group input[readonly][type=text][data-v-0b8b79e0] {
  padding: 7px 15px;
  border: 1px solid #747474;
  background-color: #ffffff;
}
.form-group .date-picker[data-v-0b8b79e0] {
  position: relative;
}
.form-group .date-picker .icon-svg[data-v-0b8b79e0] {
  position: absolute;
  right: 50px;
  width: 12px;
  height: 12px;
  top: 15px;
  cursor: pointer;
  z-index: 99;
}
.disabled[data-v-0b8b79e0] {
  opacity: 50%;
  pointer-events: none;
}
.slet-icon[data-v-0b8b79e0] {
  background-color: #1a1a1a;
}
body[data-v-8c6f10c1] {
  overflow: scroll;
}
.mobile-view[data-v-8c6f10c1] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-8c6f10c1] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-8c6f10c1] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-8c6f10c1] {
  font-size: 1.6rem;
}
p[data-v-8c6f10c1] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-8c6f10c1] {
  color: #004D99;
}
a[data-v-8c6f10c1]:hover, a.link-hover[data-v-8c6f10c1] {
  color: #000040;
}
a[data-v-8c6f10c1]:hover:disabled,
a:hover .disabled[data-v-8c6f10c1], a.link-hover[data-v-8c6f10c1]:disabled,
a.link-hover .disabled[data-v-8c6f10c1] {
  background-color: transparent !important;
}
a[data-v-8c6f10c1]:focus, a.link-focus[data-v-8c6f10c1] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-8c6f10c1]:visited, a.link-visited[data-v-8c6f10c1] {
  color: #800080;
}
a[data-v-8c6f10c1]:disabled, a.disabled[data-v-8c6f10c1] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-8c6f10c1]:disabled:focus, a.disabled[data-v-8c6f10c1]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-8c6f10c1]:not(.button) {
  color: white;
}
.background-dark a[data-v-8c6f10c1]:disabled, .background-dark a.disabled[data-v-8c6f10c1] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-8c6f10c1]:disabled:focus, .background-dark a.disabled[data-v-8c6f10c1]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-8c6f10c1] {
  font-weight: 600;
}
a[data-v-8c6f10c1]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-8c6f10c1], .h1[data-v-8c6f10c1] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-8c6f10c1], .h1[data-v-8c6f10c1] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-8c6f10c1], .h1[data-v-8c6f10c1] {
    font-size: 3.9rem;
}
}
h1[data-v-8c6f10c1], .h1[data-v-8c6f10c1] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-8c6f10c1], .h1[data-v-8c6f10c1] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-8c6f10c1], .h1[data-v-8c6f10c1] {
    line-height: 4.8rem;
}
}
h1[data-v-8c6f10c1], .h1[data-v-8c6f10c1] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-8c6f10c1], .h1[data-v-8c6f10c1] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-8c6f10c1], .h1[data-v-8c6f10c1] {
    letter-spacing: normal;
}
}
h1[data-v-8c6f10c1], .h1[data-v-8c6f10c1] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-8c6f10c1], .h2[data-v-8c6f10c1] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-8c6f10c1], .h2[data-v-8c6f10c1] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-8c6f10c1], .h2[data-v-8c6f10c1] {
    font-size: 3.1rem;
}
}
h2[data-v-8c6f10c1], .h2[data-v-8c6f10c1] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-8c6f10c1], .h2[data-v-8c6f10c1] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-8c6f10c1], .h2[data-v-8c6f10c1] {
    line-height: 4rem;
}
}
h2[data-v-8c6f10c1], .h2[data-v-8c6f10c1] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-8c6f10c1], .h2[data-v-8c6f10c1] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-8c6f10c1], .h2[data-v-8c6f10c1] {
    letter-spacing: normal;
}
}
h2[data-v-8c6f10c1], .h2[data-v-8c6f10c1] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-8c6f10c1], .h3[data-v-8c6f10c1] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-8c6f10c1], .h3[data-v-8c6f10c1] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-8c6f10c1], .h3[data-v-8c6f10c1] {
    font-size: 2.5rem;
}
}
h3[data-v-8c6f10c1], .h3[data-v-8c6f10c1] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-8c6f10c1], .h3[data-v-8c6f10c1] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-8c6f10c1], .h3[data-v-8c6f10c1] {
    line-height: 3.2rem;
}
}
h3[data-v-8c6f10c1], .h3[data-v-8c6f10c1] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-8c6f10c1], .h3[data-v-8c6f10c1] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-8c6f10c1], .h3[data-v-8c6f10c1] {
    letter-spacing: normal;
}
}
h3[data-v-8c6f10c1], .h3[data-v-8c6f10c1] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-8c6f10c1], .h4[data-v-8c6f10c1] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-8c6f10c1], .h4[data-v-8c6f10c1] {
    font-size: 2rem;
}
}
h4[data-v-8c6f10c1], .h4[data-v-8c6f10c1] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-8c6f10c1], .h4[data-v-8c6f10c1] {
    line-height: 2.8rem;
}
}
h4[data-v-8c6f10c1], .h4[data-v-8c6f10c1] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-8c6f10c1], .h4[data-v-8c6f10c1] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-8c6f10c1], .h4[data-v-8c6f10c1] {
    letter-spacing: normal;
}
}
h4[data-v-8c6f10c1], .h4[data-v-8c6f10c1] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-8c6f10c1], .h5[data-v-8c6f10c1] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-8c6f10c1], .h5[data-v-8c6f10c1] {
    font-size: 1.6rem;
}
}
h5[data-v-8c6f10c1], .h5[data-v-8c6f10c1] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-8c6f10c1], .h5[data-v-8c6f10c1] {
    line-height: 2.4rem;
}
}
h5[data-v-8c6f10c1], .h5[data-v-8c6f10c1] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-8c6f10c1], .h5[data-v-8c6f10c1] {
    letter-spacing: normal;
}
}
h5[data-v-8c6f10c1], .h5[data-v-8c6f10c1] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-8c6f10c1], .h6[data-v-8c6f10c1] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-8c6f10c1], .body-text[data-v-8c6f10c1], .body-copy-text[data-v-8c6f10c1] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-8c6f10c1], .figcaption[data-v-8c6f10c1] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-8c6f10c1], .figcaption p[data-v-8c6f10c1] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-8c6f10c1] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-8c6f10c1] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-8c6f10c1] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-8c6f10c1], .small-text[data-v-8c6f10c1] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-8c6f10c1] {
  font-weight: 400;
}
.weight-semibold[data-v-8c6f10c1] {
  font-weight: 600;
}
.facit[data-v-8c6f10c1] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-8c6f10c1], b[data-v-8c6f10c1], .bold[data-v-8c6f10c1] {
  font-weight: 700;
}
.italic[data-v-8c6f10c1], em[data-v-8c6f10c1] {
  font-style: italic;
}
.form-label[data-v-8c6f10c1] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-8c6f10c1]:focus, .h1[data-v-8c6f10c1]:focus,
h2[data-v-8c6f10c1]:focus, .h2[data-v-8c6f10c1]:focus,
h3[data-v-8c6f10c1]:focus, .h3[data-v-8c6f10c1]:focus,
h4[data-v-8c6f10c1]:focus, .h4[data-v-8c6f10c1]:focus,
h5[data-v-8c6f10c1]:focus, .h5[data-v-8c6f10c1]:focus,
h6[data-v-8c6f10c1]:focus, .h6[data-v-8c6f10c1]:focus {
  outline: none;
}
h1[data-v-8c6f10c1], .h1[data-v-8c6f10c1] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-8c6f10c1], .h2[data-v-8c6f10c1] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-8c6f10c1], .h2[data-v-8c6f10c1] {
    margin-top: 4rem;
}
}
h3[data-v-8c6f10c1], .h3[data-v-8c6f10c1] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-8c6f10c1], .h3[data-v-8c6f10c1] {
    margin-top: 4rem;
}
}
h4[data-v-8c6f10c1], .h4[data-v-8c6f10c1] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-8c6f10c1], .h5[data-v-8c6f10c1] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-8c6f10c1], .h6[data-v-8c6f10c1] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-8c6f10c1] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-8c6f10c1], .body-text[data-v-8c6f10c1] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-8c6f10c1], h5 + ul[data-v-8c6f10c1], h5 + ol[data-v-8c6f10c1], .h5 + p[data-v-8c6f10c1], .h5 + ul[data-v-8c6f10c1], .h5 + ol[data-v-8c6f10c1], h6 + p[data-v-8c6f10c1], h6 + ul[data-v-8c6f10c1], h6 + ol[data-v-8c6f10c1], .h6 + p[data-v-8c6f10c1], .h6 + ul[data-v-8c6f10c1], .h6 + ol[data-v-8c6f10c1] {
  margin-top: 0;
}
button.function-link[data-v-8c6f10c1], button.accordion-bulk-button[data-v-8c6f10c1] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-8c6f10c1], button.accordion-bulk-button[data-v-8c6f10c1] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-8c6f10c1]:hover, button.accordion-bulk-button[data-v-8c6f10c1]:hover, .function-link[data-v-8c6f10c1]:visited, button.accordion-bulk-button[data-v-8c6f10c1]:visited, .function-link[data-v-8c6f10c1]:focus, button.accordion-bulk-button[data-v-8c6f10c1]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-8c6f10c1], button.accordion-bulk-button .icon-svg[data-v-8c6f10c1] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-8c6f10c1], button.link-right.accordion-bulk-button[data-v-8c6f10c1] {
  text-align: right;
}
.back-link[data-v-8c6f10c1] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-8c6f10c1] {
    margin-bottom: 32px;
}
}
.back-link[data-v-8c6f10c1] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-8c6f10c1]::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[data-v-8c6f10c1]:active, .back-link[data-v-8c6f10c1]:focus, .back-link[data-v-8c6f10c1]:hover, .back-link[data-v-8c6f10c1]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-8c6f10c1] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-8c6f10c1] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-8c6f10c1], h1 a[data-v-8c6f10c1]:hover, h1 a[data-v-8c6f10c1]:visited, h1 a[data-v-8c6f10c1]:focus, .h1 a[data-v-8c6f10c1], .h1 a[data-v-8c6f10c1]:hover, .h1 a[data-v-8c6f10c1]:visited, .h1 a[data-v-8c6f10c1]:focus,
h2 a[data-v-8c6f10c1],
h2 a[data-v-8c6f10c1]:hover,
h2 a[data-v-8c6f10c1]:visited,
h2 a[data-v-8c6f10c1]:focus, .h2 a[data-v-8c6f10c1], .h2 a[data-v-8c6f10c1]:hover, .h2 a[data-v-8c6f10c1]:visited, .h2 a[data-v-8c6f10c1]:focus,
h3 a[data-v-8c6f10c1],
h3 a[data-v-8c6f10c1]:hover,
h3 a[data-v-8c6f10c1]:visited,
h3 a[data-v-8c6f10c1]:focus, .h3 a[data-v-8c6f10c1], .h3 a[data-v-8c6f10c1]:hover, .h3 a[data-v-8c6f10c1]:visited, .h3 a[data-v-8c6f10c1]:focus,
h4 a[data-v-8c6f10c1],
h4 a[data-v-8c6f10c1]:hover,
h4 a[data-v-8c6f10c1]:visited,
h4 a[data-v-8c6f10c1]:focus, .h4 a[data-v-8c6f10c1], .h4 a[data-v-8c6f10c1]:hover, .h4 a[data-v-8c6f10c1]:visited, .h4 a[data-v-8c6f10c1]:focus,
h5 a[data-v-8c6f10c1],
h5 a[data-v-8c6f10c1]:hover,
h5 a[data-v-8c6f10c1]:visited,
h5 a[data-v-8c6f10c1]:focus, .h5 a[data-v-8c6f10c1], .h5 a[data-v-8c6f10c1]:hover, .h5 a[data-v-8c6f10c1]:visited, .h5 a[data-v-8c6f10c1]:focus,
h6 a[data-v-8c6f10c1],
h6 a[data-v-8c6f10c1]:hover,
h6 a[data-v-8c6f10c1]:visited,
h6 a[data-v-8c6f10c1]:focus, .h6 a[data-v-8c6f10c1], .h6 a[data-v-8c6f10c1]:hover, .h6 a[data-v-8c6f10c1]:visited, .h6 a[data-v-8c6f10c1]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-8c6f10c1], .h1 a.search-link[data-v-8c6f10c1],
h2 a.search-link[data-v-8c6f10c1], .h2 a.search-link[data-v-8c6f10c1],
h3 a.search-link[data-v-8c6f10c1], .h3 a.search-link[data-v-8c6f10c1],
h4 a.search-link[data-v-8c6f10c1], .h4 a.search-link[data-v-8c6f10c1],
h5 a.search-link[data-v-8c6f10c1], .h5 a.search-link[data-v-8c6f10c1],
h6 a.search-link[data-v-8c6f10c1], .h6 a.search-link[data-v-8c6f10c1] {
  text-decoration: none;
}
h1 a.search-link[data-v-8c6f10c1]:visited, .h1 a.search-link[data-v-8c6f10c1]:visited,
h2 a.search-link[data-v-8c6f10c1]:visited, .h2 a.search-link[data-v-8c6f10c1]:visited,
h3 a.search-link[data-v-8c6f10c1]:visited, .h3 a.search-link[data-v-8c6f10c1]:visited,
h4 a.search-link[data-v-8c6f10c1]:visited, .h4 a.search-link[data-v-8c6f10c1]:visited,
h5 a.search-link[data-v-8c6f10c1]:visited, .h5 a.search-link[data-v-8c6f10c1]:visited,
h6 a.search-link[data-v-8c6f10c1]:visited, .h6 a.search-link[data-v-8c6f10c1]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-8c6f10c1]:focus, .h1 a.search-link[data-v-8c6f10c1]:focus,
h2 a.search-link[data-v-8c6f10c1]:focus, .h2 a.search-link[data-v-8c6f10c1]:focus,
h3 a.search-link[data-v-8c6f10c1]:focus, .h3 a.search-link[data-v-8c6f10c1]:focus,
h4 a.search-link[data-v-8c6f10c1]:focus, .h4 a.search-link[data-v-8c6f10c1]:focus,
h5 a.search-link[data-v-8c6f10c1]:focus, .h5 a.search-link[data-v-8c6f10c1]:focus,
h6 a.search-link[data-v-8c6f10c1]:focus, .h6 a.search-link[data-v-8c6f10c1]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-8c6f10c1]:hover, .h1 a.search-link[data-v-8c6f10c1]:hover,
h2 a.search-link[data-v-8c6f10c1]:hover, .h2 a.search-link[data-v-8c6f10c1]:hover,
h3 a.search-link[data-v-8c6f10c1]:hover, .h3 a.search-link[data-v-8c6f10c1]:hover,
h4 a.search-link[data-v-8c6f10c1]:hover, .h4 a.search-link[data-v-8c6f10c1]:hover,
h5 a.search-link[data-v-8c6f10c1]:hover, .h5 a.search-link[data-v-8c6f10c1]:hover,
h6 a.search-link[data-v-8c6f10c1]:hover, .h6 a.search-link[data-v-8c6f10c1]:hover {
  text-decoration: underline;
}
cite[data-v-8c6f10c1],
var[data-v-8c6f10c1],
address[data-v-8c6f10c1],
dfn[data-v-8c6f10c1] {
  font-style: normal;
}
h1[data-v-8c6f10c1], .h1[data-v-8c6f10c1],
h2[data-v-8c6f10c1], .h2[data-v-8c6f10c1],
h3[data-v-8c6f10c1], .h3[data-v-8c6f10c1],
h4[data-v-8c6f10c1], .h4[data-v-8c6f10c1],
h5[data-v-8c6f10c1], .h5[data-v-8c6f10c1],
h6[data-v-8c6f10c1], .h6[data-v-8c6f10c1] {
  max-width: 66ch;
}
p[data-v-8c6f10c1],
ul[data-v-8c6f10c1]:not(.accordion):not(.tabnav):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-8c6f10c1]:not(.accordion):not(.tabnav):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-8c6f10c1] {
  max-width: 66ch;
}
.form-label[data-v-8c6f10c1], .form-hint[data-v-8c6f10c1], .form-error-message[data-v-8c6f10c1] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-8c6f10c1], .form-radio + label[data-v-8c6f10c1] {
  max-width: 66ch;
}
.displayheading-1[data-v-8c6f10c1] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-8c6f10c1] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-8c6f10c1] {
  color: #358000;
}
.text-negative[data-v-8c6f10c1] {
  color: #CC0000;
}
.color-text-black[data-v-8c6f10c1] {
  color: #1a1a1a;
}
.background-dark[data-v-8c6f10c1] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-8c6f10c1], .background-dark span[data-v-8c6f10c1] {
  color: white;
}
.field-group-title[data-v-8c6f10c1] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-8c6f10c1] {
  border: 2px solid #1a1a1a;
}
h1[data-v-8c6f10c1], h2[data-v-8c6f10c1], h3[data-v-8c6f10c1], h4[data-v-8c6f10c1], h5[data-v-8c6f10c1], h6[data-v-8c6f10c1], p[data-v-8c6f10c1], legend[data-v-8c6f10c1], strong[data-v-8c6f10c1], b[data-v-8c6f10c1], cite[data-v-8c6f10c1], var[data-v-8c6f10c1], address[data-v-8c6f10c1], dfn[data-v-8c6f10c1] {
  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[data-v-8c6f10c1] {
  text-transform: uppercase;
}
.lowercase[data-v-8c6f10c1] {
  text-transform: lowercase;
}
.d-inline[data-v-8c6f10c1] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-8c6f10c1] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-8c6f10c1] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-8c6f10c1] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-8c6f10c1] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-8c6f10c1] {
    display: inline !important;
}
}
.flex-grow[data-v-8c6f10c1] {
  flex-grow: 1;
}
.weight-normal[data-v-8c6f10c1] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-8c6f10c1] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-8c6f10c1] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-8c6f10c1] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-8c6f10c1] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-8c6f10c1] {
    margin-bottom: 0;
}
}
.gray-100[data-v-8c6f10c1] {
  background-color: #F5F5F5;
}
.highlight[data-v-8c6f10c1] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-8c6f10c1] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-8c6f10c1] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-8c6f10c1] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-8c6f10c1] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-8c6f10c1] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-8c6f10c1] {
  z-index: 10000;
}
.video-responsive[data-v-8c6f10c1] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-8c6f10c1] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-8c6f10c1]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-8c6f10c1]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-8c6f10c1] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-8c6f10c1] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-8c6f10c1] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-8c6f10c1]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-8c6f10c1]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-8c6f10c1] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-8c6f10c1] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-8c6f10c1] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-8c6f10c1] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-8c6f10c1],
.sidenav-list-virk.sidenav-list li li[data-v-8c6f10c1],
.sidenav-list-virk.sidenav-list a[data-v-8c6f10c1] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-8c6f10c1] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-8c6f10c1] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-8c6f10c1] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-8c6f10c1] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-8c6f10c1] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-8c6f10c1]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-8c6f10c1]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-8c6f10c1] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-8c6f10c1]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-8c6f10c1] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html[data-v-8c6f10c1] {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body[data-v-8c6f10c1] {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main[data-v-8c6f10c1] {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1[data-v-8c6f10c1] {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr[data-v-8c6f10c1] {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre[data-v-8c6f10c1] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a[data-v-8c6f10c1] {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title][data-v-8c6f10c1] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b[data-v-8c6f10c1],
strong[data-v-8c6f10c1] {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code[data-v-8c6f10c1],
kbd[data-v-8c6f10c1],
samp[data-v-8c6f10c1] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small[data-v-8c6f10c1] {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub[data-v-8c6f10c1],
sup[data-v-8c6f10c1] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub[data-v-8c6f10c1] {
  bottom: -0.25em;
}
sup[data-v-8c6f10c1] {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img[data-v-8c6f10c1] {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button[data-v-8c6f10c1],
input[data-v-8c6f10c1],
optgroup[data-v-8c6f10c1],
select[data-v-8c6f10c1],
textarea[data-v-8c6f10c1] {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button[data-v-8c6f10c1],
input[data-v-8c6f10c1] { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button[data-v-8c6f10c1],
select[data-v-8c6f10c1] { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button[data-v-8c6f10c1],
[type=button][data-v-8c6f10c1],
[type=reset][data-v-8c6f10c1],
[type=submit][data-v-8c6f10c1] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button[data-v-8c6f10c1]::-moz-focus-inner,
[type=button][data-v-8c6f10c1]::-moz-focus-inner,
[type=reset][data-v-8c6f10c1]::-moz-focus-inner,
[type=submit][data-v-8c6f10c1]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button[data-v-8c6f10c1]:-moz-focusring,
[type=button][data-v-8c6f10c1]:-moz-focusring,
[type=reset][data-v-8c6f10c1]:-moz-focusring,
[type=submit][data-v-8c6f10c1]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset[data-v-8c6f10c1] {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend[data-v-8c6f10c1] {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress[data-v-8c6f10c1] {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea[data-v-8c6f10c1] {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox][data-v-8c6f10c1],
[type=radio][data-v-8c6f10c1] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number][data-v-8c6f10c1]::-webkit-inner-spin-button,
[type=number][data-v-8c6f10c1]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search][data-v-8c6f10c1] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search][data-v-8c6f10c1]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
[data-v-8c6f10c1]::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details[data-v-8c6f10c1] {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary[data-v-8c6f10c1] {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template[data-v-8c6f10c1] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden][data-v-8c6f10c1] {
  display: none;
}

/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-8c6f10c1] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/IBMPlexSans-Bold-2C9u87Yj.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-Bold-BFdE_egq.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/assets/fonts/IBMPlexSans-BoldItalic-bGcn1MCo.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-BoldItalic-BAIFovnx.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/IBMPlexSans-Italic-DwjVlniu.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-Italic-CYr9jXG4.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/IBMPlexSans-Medium-UeyEdR2n.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-Medium-D7YuMikw.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 500;
  src: url("/assets/fonts/IBMPlexSans-MediumItalic-BaK08J97.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-MediumItalic-BENdRtT0.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/IBMPlexSans-Regular-DqS-h1X5.eot"); /* IE9 Compat Modes */
  src: url("/assets/fonts/IBMPlexSans-Regular-DqS-h1X5.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/IBMPlexSans-Regular-Cq2L15Xu.woff") format("woff"), url("/assets/fonts/IBMPlexSans-Regular-8pRtkRrQ.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-Regular-FfXo57ZH.ttf") format("truet ype"); /* Safari, Android, iOS */
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/IBMPlexSans-SemiBold-M85qYQJk.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-SemiBold-CouHcydL.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/fonts/IBMPlexSans-SemiBoldItalic-BAjxys0i.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-SemiBoldItalic-CqoJLOzN.woff") format("woff");
  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[data-v-8c6f10c1] {
  box-sizing: border-box;
  line-height: normal;
}
[data-v-8c6f10c1],[data-v-8c6f10c1]::before,[data-v-8c6f10c1]::after {
  box-sizing: inherit;
}
body[data-v-8c6f10c1] {
  background-color: white;
  color: #1a1a1a;
  overflow-x: hidden;
}
[hidden][data-v-8c6f10c1] {
  display: none !important;
}
a[data-v-8c6f10c1]:focus, button[data-v-8c6f10c1]:focus, input[data-v-8c6f10c1]:focus, select[data-v-8c6f10c1]:focus, textarea[data-v-8c6f10c1]:focus,
.focus[data-v-8c6f10c1] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}

/* stylelint-disable */
.container[data-v-8c6f10c1] {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
.container[data-v-8c6f10c1] {
    max-width: 100%;
}
}
@media (min-width: 768px) {
.container[data-v-8c6f10c1] {
    max-width: 100%;
}
}
@media (min-width: 992px) {
.container[data-v-8c6f10c1] {
    max-width: 100%;
}
}
@media (min-width: 1200px) {
.container[data-v-8c6f10c1] {
    max-width: 1200px;
}
}
.container[class*=w-][data-v-8c6f10c1] {
  max-width: inherit !important;
}
.row[data-v-8c6f10c1] {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.row.no-gutters[data-v-8c6f10c1] {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > .col[data-v-8c6f10c1],
.row.no-gutters > [class*=col-][data-v-8c6f10c1] {
  padding-right: 0;
  padding-left: 0;
}
.row.row-bordered[data-v-8c6f10c1] {
  border-top: 1px solid #BFBFBF;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 2.4rem;
}
.row.row-bordered[data-v-8c6f10c1]:last-of-type {
  border-bottom: 1px solid #BFBFBF;
}
.col-xxl[data-v-8c6f10c1],
.col-xxl-auto[data-v-8c6f10c1], .col-xxl-12[data-v-8c6f10c1], .col-xxl-11[data-v-8c6f10c1], .col-xxl-10[data-v-8c6f10c1], .col-xxl-9[data-v-8c6f10c1], .col-xxl-8[data-v-8c6f10c1], .col-xxl-7[data-v-8c6f10c1], .col-xxl-6[data-v-8c6f10c1], .col-xxl-5[data-v-8c6f10c1], .col-xxl-4[data-v-8c6f10c1], .col-xxl-3[data-v-8c6f10c1], .col-xxl-2[data-v-8c6f10c1], .col-xxl-1[data-v-8c6f10c1], .col-xl[data-v-8c6f10c1],
.col-xl-auto[data-v-8c6f10c1], .col-xl-12[data-v-8c6f10c1], .col-xl-11[data-v-8c6f10c1], .col-xl-10[data-v-8c6f10c1], .col-xl-9[data-v-8c6f10c1], .col-xl-8[data-v-8c6f10c1], .col-xl-7[data-v-8c6f10c1], .col-xl-6[data-v-8c6f10c1], .col-xl-5[data-v-8c6f10c1], .col-xl-4[data-v-8c6f10c1], .col-xl-3[data-v-8c6f10c1], .col-xl-2[data-v-8c6f10c1], .col-xl-1[data-v-8c6f10c1], .col-lg[data-v-8c6f10c1],
.col-lg-auto[data-v-8c6f10c1], .col-lg-12[data-v-8c6f10c1], .col-lg-11[data-v-8c6f10c1], .col-lg-10[data-v-8c6f10c1], .col-lg-9[data-v-8c6f10c1], .col-lg-8[data-v-8c6f10c1], .col-lg-7[data-v-8c6f10c1], .col-lg-6[data-v-8c6f10c1], .col-lg-5[data-v-8c6f10c1], .col-lg-4[data-v-8c6f10c1], .col-lg-3[data-v-8c6f10c1], .col-lg-2[data-v-8c6f10c1], .col-lg-1[data-v-8c6f10c1], .col-md[data-v-8c6f10c1],
.col-md-auto[data-v-8c6f10c1], .col-md-12[data-v-8c6f10c1], .col-md-11[data-v-8c6f10c1], .col-md-10[data-v-8c6f10c1], .col-md-9[data-v-8c6f10c1], .col-md-8[data-v-8c6f10c1], .col-md-7[data-v-8c6f10c1], .col-md-6[data-v-8c6f10c1], .col-md-5[data-v-8c6f10c1], .col-md-4[data-v-8c6f10c1], .col-md-3[data-v-8c6f10c1], .col-md-2[data-v-8c6f10c1], .col-md-1[data-v-8c6f10c1], .col-sm[data-v-8c6f10c1],
.col-sm-auto[data-v-8c6f10c1], .col-sm-12[data-v-8c6f10c1], .col-sm-11[data-v-8c6f10c1], .col-sm-10[data-v-8c6f10c1], .col-sm-9[data-v-8c6f10c1], .col-sm-8[data-v-8c6f10c1], .col-sm-7[data-v-8c6f10c1], .col-sm-6[data-v-8c6f10c1], .col-sm-5[data-v-8c6f10c1], .col-sm-4[data-v-8c6f10c1], .col-sm-3[data-v-8c6f10c1], .col-sm-2[data-v-8c6f10c1], .col-sm-1[data-v-8c6f10c1], .col[data-v-8c6f10c1],
.col-auto[data-v-8c6f10c1], .col-12[data-v-8c6f10c1], .col-11[data-v-8c6f10c1], .col-10[data-v-8c6f10c1], .col-9[data-v-8c6f10c1], .col-8[data-v-8c6f10c1], .col-7[data-v-8c6f10c1], .col-6[data-v-8c6f10c1], .col-5[data-v-8c6f10c1], .col-4[data-v-8c6f10c1], .col-3[data-v-8c6f10c1], .col-2[data-v-8c6f10c1], .col-1[data-v-8c6f10c1] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}
.col[data-v-8c6f10c1] {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto[data-v-8c6f10c1] {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1[data-v-8c6f10c1] {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2[data-v-8c6f10c1] {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3[data-v-8c6f10c1] {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4[data-v-8c6f10c1] {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5[data-v-8c6f10c1] {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6[data-v-8c6f10c1] {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7[data-v-8c6f10c1] {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8[data-v-8c6f10c1] {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9[data-v-8c6f10c1] {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10[data-v-8c6f10c1] {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11[data-v-8c6f10c1] {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12[data-v-8c6f10c1] {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first[data-v-8c6f10c1] {
  order: -1;
}
.order-1[data-v-8c6f10c1] {
  order: 1;
}
.order-2[data-v-8c6f10c1] {
  order: 2;
}
.order-3[data-v-8c6f10c1] {
  order: 3;
}
.order-4[data-v-8c6f10c1] {
  order: 4;
}
.order-5[data-v-8c6f10c1] {
  order: 5;
}
.order-6[data-v-8c6f10c1] {
  order: 6;
}
.order-7[data-v-8c6f10c1] {
  order: 7;
}
.order-8[data-v-8c6f10c1] {
  order: 8;
}
.order-9[data-v-8c6f10c1] {
  order: 9;
}
.order-10[data-v-8c6f10c1] {
  order: 10;
}
.order-11[data-v-8c6f10c1] {
  order: 11;
}
.order-12[data-v-8c6f10c1] {
  order: 12;
}
@media (min-width: 576px) {
.col-sm[data-v-8c6f10c1] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-sm-auto[data-v-8c6f10c1] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-sm-1[data-v-8c6f10c1] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-sm-2[data-v-8c6f10c1] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-sm-3[data-v-8c6f10c1] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-sm-4[data-v-8c6f10c1] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-sm-5[data-v-8c6f10c1] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-sm-6[data-v-8c6f10c1] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-sm-7[data-v-8c6f10c1] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-sm-8[data-v-8c6f10c1] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-sm-9[data-v-8c6f10c1] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-sm-10[data-v-8c6f10c1] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-sm-11[data-v-8c6f10c1] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-sm-12[data-v-8c6f10c1] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-sm-first[data-v-8c6f10c1] {
    order: -1;
}
.order-sm-1[data-v-8c6f10c1] {
    order: 1;
}
.order-sm-2[data-v-8c6f10c1] {
    order: 2;
}
.order-sm-3[data-v-8c6f10c1] {
    order: 3;
}
.order-sm-4[data-v-8c6f10c1] {
    order: 4;
}
.order-sm-5[data-v-8c6f10c1] {
    order: 5;
}
.order-sm-6[data-v-8c6f10c1] {
    order: 6;
}
.order-sm-7[data-v-8c6f10c1] {
    order: 7;
}
.order-sm-8[data-v-8c6f10c1] {
    order: 8;
}
.order-sm-9[data-v-8c6f10c1] {
    order: 9;
}
.order-sm-10[data-v-8c6f10c1] {
    order: 10;
}
.order-sm-11[data-v-8c6f10c1] {
    order: 11;
}
.order-sm-12[data-v-8c6f10c1] {
    order: 12;
}
}
@media (min-width: 768px) {
.col-md[data-v-8c6f10c1] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-md-auto[data-v-8c6f10c1] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-md-1[data-v-8c6f10c1] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-md-2[data-v-8c6f10c1] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-md-3[data-v-8c6f10c1] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-md-4[data-v-8c6f10c1] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-md-5[data-v-8c6f10c1] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-md-6[data-v-8c6f10c1] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-7[data-v-8c6f10c1] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-md-8[data-v-8c6f10c1] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-md-9[data-v-8c6f10c1] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-md-10[data-v-8c6f10c1] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-md-11[data-v-8c6f10c1] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-md-12[data-v-8c6f10c1] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-md-first[data-v-8c6f10c1] {
    order: -1;
}
.order-md-1[data-v-8c6f10c1] {
    order: 1;
}
.order-md-2[data-v-8c6f10c1] {
    order: 2;
}
.order-md-3[data-v-8c6f10c1] {
    order: 3;
}
.order-md-4[data-v-8c6f10c1] {
    order: 4;
}
.order-md-5[data-v-8c6f10c1] {
    order: 5;
}
.order-md-6[data-v-8c6f10c1] {
    order: 6;
}
.order-md-7[data-v-8c6f10c1] {
    order: 7;
}
.order-md-8[data-v-8c6f10c1] {
    order: 8;
}
.order-md-9[data-v-8c6f10c1] {
    order: 9;
}
.order-md-10[data-v-8c6f10c1] {
    order: 10;
}
.order-md-11[data-v-8c6f10c1] {
    order: 11;
}
.order-md-12[data-v-8c6f10c1] {
    order: 12;
}
}
@media (min-width: 992px) {
.col-lg[data-v-8c6f10c1] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-lg-auto[data-v-8c6f10c1] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-lg-1[data-v-8c6f10c1] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-lg-2[data-v-8c6f10c1] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-lg-3[data-v-8c6f10c1] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-lg-4[data-v-8c6f10c1] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-lg-5[data-v-8c6f10c1] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-lg-6[data-v-8c6f10c1] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-lg-7[data-v-8c6f10c1] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-lg-8[data-v-8c6f10c1] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-lg-9[data-v-8c6f10c1] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-lg-10[data-v-8c6f10c1] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-lg-11[data-v-8c6f10c1] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-lg-12[data-v-8c6f10c1] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-lg-first[data-v-8c6f10c1] {
    order: -1;
}
.order-lg-1[data-v-8c6f10c1] {
    order: 1;
}
.order-lg-2[data-v-8c6f10c1] {
    order: 2;
}
.order-lg-3[data-v-8c6f10c1] {
    order: 3;
}
.order-lg-4[data-v-8c6f10c1] {
    order: 4;
}
.order-lg-5[data-v-8c6f10c1] {
    order: 5;
}
.order-lg-6[data-v-8c6f10c1] {
    order: 6;
}
.order-lg-7[data-v-8c6f10c1] {
    order: 7;
}
.order-lg-8[data-v-8c6f10c1] {
    order: 8;
}
.order-lg-9[data-v-8c6f10c1] {
    order: 9;
}
.order-lg-10[data-v-8c6f10c1] {
    order: 10;
}
.order-lg-11[data-v-8c6f10c1] {
    order: 11;
}
.order-lg-12[data-v-8c6f10c1] {
    order: 12;
}
}
@media (min-width: 1200px) {
.col-xl[data-v-8c6f10c1] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-xl-auto[data-v-8c6f10c1] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-xl-1[data-v-8c6f10c1] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-xl-2[data-v-8c6f10c1] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-xl-3[data-v-8c6f10c1] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xl-4[data-v-8c6f10c1] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-xl-5[data-v-8c6f10c1] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-xl-6[data-v-8c6f10c1] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xl-7[data-v-8c6f10c1] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-xl-8[data-v-8c6f10c1] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-xl-9[data-v-8c6f10c1] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xl-10[data-v-8c6f10c1] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-xl-11[data-v-8c6f10c1] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-xl-12[data-v-8c6f10c1] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-xl-first[data-v-8c6f10c1] {
    order: -1;
}
.order-xl-1[data-v-8c6f10c1] {
    order: 1;
}
.order-xl-2[data-v-8c6f10c1] {
    order: 2;
}
.order-xl-3[data-v-8c6f10c1] {
    order: 3;
}
.order-xl-4[data-v-8c6f10c1] {
    order: 4;
}
.order-xl-5[data-v-8c6f10c1] {
    order: 5;
}
.order-xl-6[data-v-8c6f10c1] {
    order: 6;
}
.order-xl-7[data-v-8c6f10c1] {
    order: 7;
}
.order-xl-8[data-v-8c6f10c1] {
    order: 8;
}
.order-xl-9[data-v-8c6f10c1] {
    order: 9;
}
.order-xl-10[data-v-8c6f10c1] {
    order: 10;
}
.order-xl-11[data-v-8c6f10c1] {
    order: 11;
}
.order-xl-12[data-v-8c6f10c1] {
    order: 12;
}
}
@media (min-width: 1400px) {
.col-xxl[data-v-8c6f10c1] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-xxl-auto[data-v-8c6f10c1] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-xxl-1[data-v-8c6f10c1] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-xxl-2[data-v-8c6f10c1] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-xxl-3[data-v-8c6f10c1] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xxl-4[data-v-8c6f10c1] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-xxl-5[data-v-8c6f10c1] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-xxl-6[data-v-8c6f10c1] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xxl-7[data-v-8c6f10c1] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-xxl-8[data-v-8c6f10c1] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-xxl-9[data-v-8c6f10c1] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xxl-10[data-v-8c6f10c1] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-xxl-11[data-v-8c6f10c1] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-xxl-12[data-v-8c6f10c1] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-xxl-first[data-v-8c6f10c1] {
    order: -1;
}
.order-xxl-1[data-v-8c6f10c1] {
    order: 1;
}
.order-xxl-2[data-v-8c6f10c1] {
    order: 2;
}
.order-xxl-3[data-v-8c6f10c1] {
    order: 3;
}
.order-xxl-4[data-v-8c6f10c1] {
    order: 4;
}
.order-xxl-5[data-v-8c6f10c1] {
    order: 5;
}
.order-xxl-6[data-v-8c6f10c1] {
    order: 6;
}
.order-xxl-7[data-v-8c6f10c1] {
    order: 7;
}
.order-xxl-8[data-v-8c6f10c1] {
    order: 8;
}
.order-xxl-9[data-v-8c6f10c1] {
    order: 9;
}
.order-xxl-10[data-v-8c6f10c1] {
    order: 10;
}
.order-xxl-11[data-v-8c6f10c1] {
    order: 11;
}
.order-xxl-12[data-v-8c6f10c1] {
    order: 12;
}
}
.offset-1[data-v-8c6f10c1] {
  margin-left: 8.3333333333%;
}
.offset-2[data-v-8c6f10c1] {
  margin-left: 16.6666666667%;
}
.offset-3[data-v-8c6f10c1] {
  margin-left: 25%;
}
.offset-4[data-v-8c6f10c1] {
  margin-left: 33.3333333333%;
}
.offset-5[data-v-8c6f10c1] {
  margin-left: 41.6666666667%;
}
.offset-6[data-v-8c6f10c1] {
  margin-left: 50%;
}
.offset-7[data-v-8c6f10c1] {
  margin-left: 58.3333333333%;
}
.offset-8[data-v-8c6f10c1] {
  margin-left: 66.6666666667%;
}
.offset-9[data-v-8c6f10c1] {
  margin-left: 75%;
}
.offset-10[data-v-8c6f10c1] {
  margin-left: 83.3333333333%;
}
.offset-11[data-v-8c6f10c1] {
  margin-left: 91.6666666667%;
}
.offset-1[data-v-8c6f10c1] {
  margin-left: 8.3333333333%;
}
.offset-2[data-v-8c6f10c1] {
  margin-left: 16.6666666667%;
}
.offset-3[data-v-8c6f10c1] {
  margin-left: 25%;
}
.offset-4[data-v-8c6f10c1] {
  margin-left: 33.3333333333%;
}
.offset-5[data-v-8c6f10c1] {
  margin-left: 41.6666666667%;
}
.offset-6[data-v-8c6f10c1] {
  margin-left: 50%;
}
.offset-7[data-v-8c6f10c1] {
  margin-left: 58.3333333333%;
}
.offset-8[data-v-8c6f10c1] {
  margin-left: 66.6666666667%;
}
.offset-9[data-v-8c6f10c1] {
  margin-left: 75%;
}
.offset-10[data-v-8c6f10c1] {
  margin-left: 83.3333333333%;
}
.offset-11[data-v-8c6f10c1] {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
.offset-sm-0[data-v-8c6f10c1] {
    margin-left: 0;
}
.offset-sm-1[data-v-8c6f10c1] {
    margin-left: 8.3333333333%;
}
.offset-sm-2[data-v-8c6f10c1] {
    margin-left: 16.6666666667%;
}
.offset-sm-3[data-v-8c6f10c1] {
    margin-left: 25%;
}
.offset-sm-4[data-v-8c6f10c1] {
    margin-left: 33.3333333333%;
}
.offset-sm-5[data-v-8c6f10c1] {
    margin-left: 41.6666666667%;
}
.offset-sm-6[data-v-8c6f10c1] {
    margin-left: 50%;
}
.offset-sm-7[data-v-8c6f10c1] {
    margin-left: 58.3333333333%;
}
.offset-sm-8[data-v-8c6f10c1] {
    margin-left: 66.6666666667%;
}
.offset-sm-9[data-v-8c6f10c1] {
    margin-left: 75%;
}
.offset-sm-10[data-v-8c6f10c1] {
    margin-left: 83.3333333333%;
}
.offset-sm-11[data-v-8c6f10c1] {
    margin-left: 91.6666666667%;
}
}
@media (min-width: 768px) {
.offset-md-0[data-v-8c6f10c1] {
    margin-left: 0;
}
.offset-md-1[data-v-8c6f10c1] {
    margin-left: 8.3333333333%;
}
.offset-md-2[data-v-8c6f10c1] {
    margin-left: 16.6666666667%;
}
.offset-md-3[data-v-8c6f10c1] {
    margin-left: 25%;
}
.offset-md-4[data-v-8c6f10c1] {
    margin-left: 33.3333333333%;
}
.offset-md-5[data-v-8c6f10c1] {
    margin-left: 41.6666666667%;
}
.offset-md-6[data-v-8c6f10c1] {
    margin-left: 50%;
}
.offset-md-7[data-v-8c6f10c1] {
    margin-left: 58.3333333333%;
}
.offset-md-8[data-v-8c6f10c1] {
    margin-left: 66.6666666667%;
}
.offset-md-9[data-v-8c6f10c1] {
    margin-left: 75%;
}
.offset-md-10[data-v-8c6f10c1] {
    margin-left: 83.3333333333%;
}
.offset-md-11[data-v-8c6f10c1] {
    margin-left: 91.6666666667%;
}
}
@media (min-width: 992px) {
.offset-lg-0[data-v-8c6f10c1] {
    margin-left: 0;
}
.offset-lg-1[data-v-8c6f10c1] {
    margin-left: 8.3333333333%;
}
.offset-lg-2[data-v-8c6f10c1] {
    margin-left: 16.6666666667%;
}
.offset-lg-3[data-v-8c6f10c1] {
    margin-left: 25%;
}
.offset-lg-4[data-v-8c6f10c1] {
    margin-left: 33.3333333333%;
}
.offset-lg-5[data-v-8c6f10c1] {
    margin-left: 41.6666666667%;
}
.offset-lg-6[data-v-8c6f10c1] {
    margin-left: 50%;
}
.offset-lg-7[data-v-8c6f10c1] {
    margin-left: 58.3333333333%;
}
.offset-lg-8[data-v-8c6f10c1] {
    margin-left: 66.6666666667%;
}
.offset-lg-9[data-v-8c6f10c1] {
    margin-left: 75%;
}
.offset-lg-10[data-v-8c6f10c1] {
    margin-left: 83.3333333333%;
}
.offset-lg-11[data-v-8c6f10c1] {
    margin-left: 91.6666666667%;
}
}
@media (min-width: 1200px) {
.offset-xl-0[data-v-8c6f10c1] {
    margin-left: 0;
}
.offset-xl-1[data-v-8c6f10c1] {
    margin-left: 8.3333333333%;
}
.offset-xl-2[data-v-8c6f10c1] {
    margin-left: 16.6666666667%;
}
.offset-xl-3[data-v-8c6f10c1] {
    margin-left: 25%;
}
.offset-xl-4[data-v-8c6f10c1] {
    margin-left: 33.3333333333%;
}
.offset-xl-5[data-v-8c6f10c1] {
    margin-left: 41.6666666667%;
}
.offset-xl-6[data-v-8c6f10c1] {
    margin-left: 50%;
}
.offset-xl-7[data-v-8c6f10c1] {
    margin-left: 58.3333333333%;
}
.offset-xl-8[data-v-8c6f10c1] {
    margin-left: 66.6666666667%;
}
.offset-xl-9[data-v-8c6f10c1] {
    margin-left: 75%;
}
.offset-xl-10[data-v-8c6f10c1] {
    margin-left: 83.3333333333%;
}
.offset-xl-11[data-v-8c6f10c1] {
    margin-left: 91.6666666667%;
}
}
@media (min-width: 1400px) {
.offset-xxl-0[data-v-8c6f10c1] {
    margin-left: 0;
}
.offset-xxl-1[data-v-8c6f10c1] {
    margin-left: 8.3333333333%;
}
.offset-xxl-2[data-v-8c6f10c1] {
    margin-left: 16.6666666667%;
}
.offset-xxl-3[data-v-8c6f10c1] {
    margin-left: 25%;
}
.offset-xxl-4[data-v-8c6f10c1] {
    margin-left: 33.3333333333%;
}
.offset-xxl-5[data-v-8c6f10c1] {
    margin-left: 41.6666666667%;
}
.offset-xxl-6[data-v-8c6f10c1] {
    margin-left: 50%;
}
.offset-xxl-7[data-v-8c6f10c1] {
    margin-left: 58.3333333333%;
}
.offset-xxl-8[data-v-8c6f10c1] {
    margin-left: 66.6666666667%;
}
.offset-xxl-9[data-v-8c6f10c1] {
    margin-left: 75%;
}
.offset-xxl-10[data-v-8c6f10c1] {
    margin-left: 83.3333333333%;
}
.offset-xxl-11[data-v-8c6f10c1] {
    margin-left: 91.6666666667%;
}
}
html[data-v-8c6f10c1] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-8c6f10c1] {
  font-size: 1.6rem;
}
p[data-v-8c6f10c1] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-8c6f10c1] {
  color: #004D99;
}
a[data-v-8c6f10c1]:hover, a.link-hover[data-v-8c6f10c1] {
  color: #000040;
}
a[data-v-8c6f10c1]:hover:disabled,
a:hover .disabled[data-v-8c6f10c1], a.link-hover[data-v-8c6f10c1]:disabled,
a.link-hover .disabled[data-v-8c6f10c1] {
  background-color: transparent !important;
}
a[data-v-8c6f10c1]:focus, a.link-focus[data-v-8c6f10c1] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-8c6f10c1]:visited, a.link-visited[data-v-8c6f10c1] {
  color: #800080;
}
a[data-v-8c6f10c1]:disabled, a.disabled[data-v-8c6f10c1] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-8c6f10c1]:disabled:focus, a.disabled[data-v-8c6f10c1]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-8c6f10c1]:not(.button) {
  color: white;
}
.background-dark a[data-v-8c6f10c1]:disabled, .background-dark a.disabled[data-v-8c6f10c1] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-8c6f10c1]:disabled:focus, .background-dark a.disabled[data-v-8c6f10c1]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-8c6f10c1] {
  font-weight: 600;
}
a[data-v-8c6f10c1]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-8c6f10c1], .h1[data-v-8c6f10c1] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-8c6f10c1], .h1[data-v-8c6f10c1] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-8c6f10c1], .h1[data-v-8c6f10c1] {
    font-size: 3.9rem;
}
}
h1[data-v-8c6f10c1], .h1[data-v-8c6f10c1] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-8c6f10c1], .h1[data-v-8c6f10c1] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-8c6f10c1], .h1[data-v-8c6f10c1] {
    line-height: 4.8rem;
}
}
h1[data-v-8c6f10c1], .h1[data-v-8c6f10c1] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-8c6f10c1], .h1[data-v-8c6f10c1] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-8c6f10c1], .h1[data-v-8c6f10c1] {
    letter-spacing: normal;
}
}
h1[data-v-8c6f10c1], .h1[data-v-8c6f10c1] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-8c6f10c1], .h2[data-v-8c6f10c1] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-8c6f10c1], .h2[data-v-8c6f10c1] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-8c6f10c1], .h2[data-v-8c6f10c1] {
    font-size: 3.1rem;
}
}
h2[data-v-8c6f10c1], .h2[data-v-8c6f10c1] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-8c6f10c1], .h2[data-v-8c6f10c1] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-8c6f10c1], .h2[data-v-8c6f10c1] {
    line-height: 4rem;
}
}
h2[data-v-8c6f10c1], .h2[data-v-8c6f10c1] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-8c6f10c1], .h2[data-v-8c6f10c1] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-8c6f10c1], .h2[data-v-8c6f10c1] {
    letter-spacing: normal;
}
}
h2[data-v-8c6f10c1], .h2[data-v-8c6f10c1] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-8c6f10c1], .h3[data-v-8c6f10c1] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-8c6f10c1], .h3[data-v-8c6f10c1] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-8c6f10c1], .h3[data-v-8c6f10c1] {
    font-size: 2.5rem;
}
}
h3[data-v-8c6f10c1], .h3[data-v-8c6f10c1] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-8c6f10c1], .h3[data-v-8c6f10c1] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-8c6f10c1], .h3[data-v-8c6f10c1] {
    line-height: 3.2rem;
}
}
h3[data-v-8c6f10c1], .h3[data-v-8c6f10c1] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-8c6f10c1], .h3[data-v-8c6f10c1] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-8c6f10c1], .h3[data-v-8c6f10c1] {
    letter-spacing: normal;
}
}
h3[data-v-8c6f10c1], .h3[data-v-8c6f10c1] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-8c6f10c1], .h4[data-v-8c6f10c1] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-8c6f10c1], .h4[data-v-8c6f10c1] {
    font-size: 2rem;
}
}
h4[data-v-8c6f10c1], .h4[data-v-8c6f10c1] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-8c6f10c1], .h4[data-v-8c6f10c1] {
    line-height: 2.8rem;
}
}
h4[data-v-8c6f10c1], .h4[data-v-8c6f10c1] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-8c6f10c1], .h4[data-v-8c6f10c1] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-8c6f10c1], .h4[data-v-8c6f10c1] {
    letter-spacing: normal;
}
}
h4[data-v-8c6f10c1], .h4[data-v-8c6f10c1] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-8c6f10c1], .h5[data-v-8c6f10c1] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-8c6f10c1], .h5[data-v-8c6f10c1] {
    font-size: 1.6rem;
}
}
h5[data-v-8c6f10c1], .h5[data-v-8c6f10c1] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-8c6f10c1], .h5[data-v-8c6f10c1] {
    line-height: 2.4rem;
}
}
h5[data-v-8c6f10c1], .h5[data-v-8c6f10c1] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-8c6f10c1], .h5[data-v-8c6f10c1] {
    letter-spacing: normal;
}
}
h5[data-v-8c6f10c1], .h5[data-v-8c6f10c1] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-8c6f10c1], .h6[data-v-8c6f10c1] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-8c6f10c1], .body-text[data-v-8c6f10c1], .body-copy-text[data-v-8c6f10c1] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-8c6f10c1], .figcaption[data-v-8c6f10c1] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-8c6f10c1], .figcaption p[data-v-8c6f10c1] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-8c6f10c1] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-8c6f10c1] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-8c6f10c1] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-8c6f10c1], .small-text[data-v-8c6f10c1] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-8c6f10c1] {
  font-weight: 400;
}
.weight-semibold[data-v-8c6f10c1] {
  font-weight: 600;
}
.facit[data-v-8c6f10c1] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-8c6f10c1], b[data-v-8c6f10c1], .bold[data-v-8c6f10c1] {
  font-weight: 700;
}
.italic[data-v-8c6f10c1], em[data-v-8c6f10c1] {
  font-style: italic;
}
.form-label[data-v-8c6f10c1] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-8c6f10c1]:focus, .h1[data-v-8c6f10c1]:focus,
h2[data-v-8c6f10c1]:focus, .h2[data-v-8c6f10c1]:focus,
h3[data-v-8c6f10c1]:focus, .h3[data-v-8c6f10c1]:focus,
h4[data-v-8c6f10c1]:focus, .h4[data-v-8c6f10c1]:focus,
h5[data-v-8c6f10c1]:focus, .h5[data-v-8c6f10c1]:focus,
h6[data-v-8c6f10c1]:focus, .h6[data-v-8c6f10c1]:focus {
  outline: none;
}
h1[data-v-8c6f10c1], .h1[data-v-8c6f10c1] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-8c6f10c1], .h2[data-v-8c6f10c1] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-8c6f10c1], .h2[data-v-8c6f10c1] {
    margin-top: 4rem;
}
}
h3[data-v-8c6f10c1], .h3[data-v-8c6f10c1] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-8c6f10c1], .h3[data-v-8c6f10c1] {
    margin-top: 4rem;
}
}
h4[data-v-8c6f10c1], .h4[data-v-8c6f10c1] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-8c6f10c1], .h5[data-v-8c6f10c1] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-8c6f10c1], .h6[data-v-8c6f10c1] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-8c6f10c1] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-8c6f10c1], .body-text[data-v-8c6f10c1] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-8c6f10c1], h5 + ul[data-v-8c6f10c1], h5 + ol[data-v-8c6f10c1], .h5 + p[data-v-8c6f10c1], .h5 + ul[data-v-8c6f10c1], .h5 + ol[data-v-8c6f10c1], h6 + p[data-v-8c6f10c1], h6 + ul[data-v-8c6f10c1], h6 + ol[data-v-8c6f10c1], .h6 + p[data-v-8c6f10c1], .h6 + ul[data-v-8c6f10c1], .h6 + ol[data-v-8c6f10c1] {
  margin-top: 0;
}
button.function-link[data-v-8c6f10c1], button.accordion-bulk-button[data-v-8c6f10c1] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-8c6f10c1], button.accordion-bulk-button[data-v-8c6f10c1] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-8c6f10c1]:hover, button.accordion-bulk-button[data-v-8c6f10c1]:hover, .function-link[data-v-8c6f10c1]:visited, button.accordion-bulk-button[data-v-8c6f10c1]:visited, .function-link[data-v-8c6f10c1]:focus, button.accordion-bulk-button[data-v-8c6f10c1]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-8c6f10c1], button.accordion-bulk-button .icon-svg[data-v-8c6f10c1] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-8c6f10c1], button.link-right.accordion-bulk-button[data-v-8c6f10c1] {
  text-align: right;
}
.back-link[data-v-8c6f10c1] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-8c6f10c1] {
    margin-bottom: 32px;
}
}
.back-link[data-v-8c6f10c1] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-8c6f10c1]::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[data-v-8c6f10c1]:active, .back-link[data-v-8c6f10c1]:focus, .back-link[data-v-8c6f10c1]:hover, .back-link[data-v-8c6f10c1]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-8c6f10c1] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-8c6f10c1] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-8c6f10c1], h1 a[data-v-8c6f10c1]:hover, h1 a[data-v-8c6f10c1]:visited, h1 a[data-v-8c6f10c1]:focus, .h1 a[data-v-8c6f10c1], .h1 a[data-v-8c6f10c1]:hover, .h1 a[data-v-8c6f10c1]:visited, .h1 a[data-v-8c6f10c1]:focus,
h2 a[data-v-8c6f10c1],
h2 a[data-v-8c6f10c1]:hover,
h2 a[data-v-8c6f10c1]:visited,
h2 a[data-v-8c6f10c1]:focus, .h2 a[data-v-8c6f10c1], .h2 a[data-v-8c6f10c1]:hover, .h2 a[data-v-8c6f10c1]:visited, .h2 a[data-v-8c6f10c1]:focus,
h3 a[data-v-8c6f10c1],
h3 a[data-v-8c6f10c1]:hover,
h3 a[data-v-8c6f10c1]:visited,
h3 a[data-v-8c6f10c1]:focus, .h3 a[data-v-8c6f10c1], .h3 a[data-v-8c6f10c1]:hover, .h3 a[data-v-8c6f10c1]:visited, .h3 a[data-v-8c6f10c1]:focus,
h4 a[data-v-8c6f10c1],
h4 a[data-v-8c6f10c1]:hover,
h4 a[data-v-8c6f10c1]:visited,
h4 a[data-v-8c6f10c1]:focus, .h4 a[data-v-8c6f10c1], .h4 a[data-v-8c6f10c1]:hover, .h4 a[data-v-8c6f10c1]:visited, .h4 a[data-v-8c6f10c1]:focus,
h5 a[data-v-8c6f10c1],
h5 a[data-v-8c6f10c1]:hover,
h5 a[data-v-8c6f10c1]:visited,
h5 a[data-v-8c6f10c1]:focus, .h5 a[data-v-8c6f10c1], .h5 a[data-v-8c6f10c1]:hover, .h5 a[data-v-8c6f10c1]:visited, .h5 a[data-v-8c6f10c1]:focus,
h6 a[data-v-8c6f10c1],
h6 a[data-v-8c6f10c1]:hover,
h6 a[data-v-8c6f10c1]:visited,
h6 a[data-v-8c6f10c1]:focus, .h6 a[data-v-8c6f10c1], .h6 a[data-v-8c6f10c1]:hover, .h6 a[data-v-8c6f10c1]:visited, .h6 a[data-v-8c6f10c1]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-8c6f10c1], .h1 a.search-link[data-v-8c6f10c1],
h2 a.search-link[data-v-8c6f10c1], .h2 a.search-link[data-v-8c6f10c1],
h3 a.search-link[data-v-8c6f10c1], .h3 a.search-link[data-v-8c6f10c1],
h4 a.search-link[data-v-8c6f10c1], .h4 a.search-link[data-v-8c6f10c1],
h5 a.search-link[data-v-8c6f10c1], .h5 a.search-link[data-v-8c6f10c1],
h6 a.search-link[data-v-8c6f10c1], .h6 a.search-link[data-v-8c6f10c1] {
  text-decoration: none;
}
h1 a.search-link[data-v-8c6f10c1]:visited, .h1 a.search-link[data-v-8c6f10c1]:visited,
h2 a.search-link[data-v-8c6f10c1]:visited, .h2 a.search-link[data-v-8c6f10c1]:visited,
h3 a.search-link[data-v-8c6f10c1]:visited, .h3 a.search-link[data-v-8c6f10c1]:visited,
h4 a.search-link[data-v-8c6f10c1]:visited, .h4 a.search-link[data-v-8c6f10c1]:visited,
h5 a.search-link[data-v-8c6f10c1]:visited, .h5 a.search-link[data-v-8c6f10c1]:visited,
h6 a.search-link[data-v-8c6f10c1]:visited, .h6 a.search-link[data-v-8c6f10c1]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-8c6f10c1]:focus, .h1 a.search-link[data-v-8c6f10c1]:focus,
h2 a.search-link[data-v-8c6f10c1]:focus, .h2 a.search-link[data-v-8c6f10c1]:focus,
h3 a.search-link[data-v-8c6f10c1]:focus, .h3 a.search-link[data-v-8c6f10c1]:focus,
h4 a.search-link[data-v-8c6f10c1]:focus, .h4 a.search-link[data-v-8c6f10c1]:focus,
h5 a.search-link[data-v-8c6f10c1]:focus, .h5 a.search-link[data-v-8c6f10c1]:focus,
h6 a.search-link[data-v-8c6f10c1]:focus, .h6 a.search-link[data-v-8c6f10c1]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-8c6f10c1]:hover, .h1 a.search-link[data-v-8c6f10c1]:hover,
h2 a.search-link[data-v-8c6f10c1]:hover, .h2 a.search-link[data-v-8c6f10c1]:hover,
h3 a.search-link[data-v-8c6f10c1]:hover, .h3 a.search-link[data-v-8c6f10c1]:hover,
h4 a.search-link[data-v-8c6f10c1]:hover, .h4 a.search-link[data-v-8c6f10c1]:hover,
h5 a.search-link[data-v-8c6f10c1]:hover, .h5 a.search-link[data-v-8c6f10c1]:hover,
h6 a.search-link[data-v-8c6f10c1]:hover, .h6 a.search-link[data-v-8c6f10c1]:hover {
  text-decoration: underline;
}
cite[data-v-8c6f10c1],
var[data-v-8c6f10c1],
address[data-v-8c6f10c1],
dfn[data-v-8c6f10c1] {
  font-style: normal;
}
h1[data-v-8c6f10c1], .h1[data-v-8c6f10c1],
h2[data-v-8c6f10c1], .h2[data-v-8c6f10c1],
h3[data-v-8c6f10c1], .h3[data-v-8c6f10c1],
h4[data-v-8c6f10c1], .h4[data-v-8c6f10c1],
h5[data-v-8c6f10c1], .h5[data-v-8c6f10c1],
h6[data-v-8c6f10c1], .h6[data-v-8c6f10c1] {
  max-width: 66ch;
}
p[data-v-8c6f10c1],
ul[data-v-8c6f10c1]:not(.accordion):not(.tabnav):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-8c6f10c1]:not(.accordion):not(.tabnav):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-8c6f10c1] {
  max-width: 66ch;
}
.form-label[data-v-8c6f10c1], .form-hint[data-v-8c6f10c1], .form-error-message[data-v-8c6f10c1] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-8c6f10c1], .form-radio + label[data-v-8c6f10c1] {
  max-width: 66ch;
}
.displayheading-1[data-v-8c6f10c1] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-8c6f10c1] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-8c6f10c1] {
  color: #358000;
}
.text-negative[data-v-8c6f10c1] {
  color: #CC0000;
}
.color-text-black[data-v-8c6f10c1] {
  color: #1a1a1a;
}
.background-dark[data-v-8c6f10c1] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-8c6f10c1], .background-dark span[data-v-8c6f10c1] {
  color: white;
}
.field-group-title[data-v-8c6f10c1] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-8c6f10c1] {
  border: 2px solid #1a1a1a;
}
h1[data-v-8c6f10c1], h2[data-v-8c6f10c1], h3[data-v-8c6f10c1], h4[data-v-8c6f10c1], h5[data-v-8c6f10c1], h6[data-v-8c6f10c1], p[data-v-8c6f10c1], legend[data-v-8c6f10c1], strong[data-v-8c6f10c1], b[data-v-8c6f10c1], cite[data-v-8c6f10c1], var[data-v-8c6f10c1], address[data-v-8c6f10c1], dfn[data-v-8c6f10c1] {
  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[data-v-8c6f10c1] {
  text-transform: uppercase;
}
.lowercase[data-v-8c6f10c1] {
  text-transform: lowercase;
}
.bg-normal[data-v-8c6f10c1] {
  background: white !important;
  background-color: white !important;
}
.bg-alternative[data-v-8c6f10c1] {
  background: #F5F5F5 !important;
  background-color: #F5F5F5 !important;
}
.bg-modal[data-v-8c6f10c1] {
  background: rgba(0, 0, 0, 0.4) !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.w-percent-5[data-v-8c6f10c1] {
  width: 5% !important;
}
.w-percent-10[data-v-8c6f10c1] {
  width: 10% !important;
}
.w-percent-15[data-v-8c6f10c1] {
  width: 15% !important;
}
.w-percent-20[data-v-8c6f10c1] {
  width: 20% !important;
}
.w-percent-25[data-v-8c6f10c1] {
  width: 25% !important;
}
.w-percent-30[data-v-8c6f10c1] {
  width: 30% !important;
}
.w-percent-35[data-v-8c6f10c1] {
  width: 35% !important;
}
.w-percent-40[data-v-8c6f10c1] {
  width: 40% !important;
}
.w-percent-45[data-v-8c6f10c1] {
  width: 45% !important;
}
.w-percent-50[data-v-8c6f10c1] {
  width: 50% !important;
}
.w-percent-55[data-v-8c6f10c1] {
  width: 55% !important;
}
.w-percent-60[data-v-8c6f10c1] {
  width: 60% !important;
}
.w-percent-65[data-v-8c6f10c1] {
  width: 65% !important;
}
.w-percent-70[data-v-8c6f10c1] {
  width: 70% !important;
}
.w-percent-75[data-v-8c6f10c1] {
  width: 75% !important;
}
.w-percent-80[data-v-8c6f10c1] {
  width: 80% !important;
}
.w-percent-85[data-v-8c6f10c1] {
  width: 85% !important;
}
.w-percent-90[data-v-8c6f10c1] {
  width: 90% !important;
}
.w-percent-95[data-v-8c6f10c1] {
  width: 95% !important;
}
.w-percent-100[data-v-8c6f10c1] {
  width: 100% !important;
}
@media (min-width: 576px) {
.w-percent-sm-5[data-v-8c6f10c1] {
    width: 5% !important;
}
.w-percent-sm-10[data-v-8c6f10c1] {
    width: 10% !important;
}
.w-percent-sm-15[data-v-8c6f10c1] {
    width: 15% !important;
}
.w-percent-sm-20[data-v-8c6f10c1] {
    width: 20% !important;
}
.w-percent-sm-25[data-v-8c6f10c1] {
    width: 25% !important;
}
.w-percent-sm-30[data-v-8c6f10c1] {
    width: 30% !important;
}
.w-percent-sm-35[data-v-8c6f10c1] {
    width: 35% !important;
}
.w-percent-sm-40[data-v-8c6f10c1] {
    width: 40% !important;
}
.w-percent-sm-45[data-v-8c6f10c1] {
    width: 45% !important;
}
.w-percent-sm-50[data-v-8c6f10c1] {
    width: 50% !important;
}
.w-percent-sm-55[data-v-8c6f10c1] {
    width: 55% !important;
}
.w-percent-sm-60[data-v-8c6f10c1] {
    width: 60% !important;
}
.w-percent-sm-65[data-v-8c6f10c1] {
    width: 65% !important;
}
.w-percent-sm-70[data-v-8c6f10c1] {
    width: 70% !important;
}
.w-percent-sm-75[data-v-8c6f10c1] {
    width: 75% !important;
}
.w-percent-sm-80[data-v-8c6f10c1] {
    width: 80% !important;
}
.w-percent-sm-85[data-v-8c6f10c1] {
    width: 85% !important;
}
.w-percent-sm-90[data-v-8c6f10c1] {
    width: 90% !important;
}
.w-percent-sm-95[data-v-8c6f10c1] {
    width: 95% !important;
}
.w-percent-sm-100[data-v-8c6f10c1] {
    width: 100% !important;
}
}
@media (min-width: 768px) {
.w-percent-md-5[data-v-8c6f10c1] {
    width: 5% !important;
}
.w-percent-md-10[data-v-8c6f10c1] {
    width: 10% !important;
}
.w-percent-md-15[data-v-8c6f10c1] {
    width: 15% !important;
}
.w-percent-md-20[data-v-8c6f10c1] {
    width: 20% !important;
}
.w-percent-md-25[data-v-8c6f10c1] {
    width: 25% !important;
}
.w-percent-md-30[data-v-8c6f10c1] {
    width: 30% !important;
}
.w-percent-md-35[data-v-8c6f10c1] {
    width: 35% !important;
}
.w-percent-md-40[data-v-8c6f10c1] {
    width: 40% !important;
}
.w-percent-md-45[data-v-8c6f10c1] {
    width: 45% !important;
}
.w-percent-md-50[data-v-8c6f10c1] {
    width: 50% !important;
}
.w-percent-md-55[data-v-8c6f10c1] {
    width: 55% !important;
}
.w-percent-md-60[data-v-8c6f10c1] {
    width: 60% !important;
}
.w-percent-md-65[data-v-8c6f10c1] {
    width: 65% !important;
}
.w-percent-md-70[data-v-8c6f10c1] {
    width: 70% !important;
}
.w-percent-md-75[data-v-8c6f10c1] {
    width: 75% !important;
}
.w-percent-md-80[data-v-8c6f10c1] {
    width: 80% !important;
}
.w-percent-md-85[data-v-8c6f10c1] {
    width: 85% !important;
}
.w-percent-md-90[data-v-8c6f10c1] {
    width: 90% !important;
}
.w-percent-md-95[data-v-8c6f10c1] {
    width: 95% !important;
}
.w-percent-md-100[data-v-8c6f10c1] {
    width: 100% !important;
}
}
@media (min-width: 992px) {
.w-percent-lg-5[data-v-8c6f10c1] {
    width: 5% !important;
}
.w-percent-lg-10[data-v-8c6f10c1] {
    width: 10% !important;
}
.w-percent-lg-15[data-v-8c6f10c1] {
    width: 15% !important;
}
.w-percent-lg-20[data-v-8c6f10c1] {
    width: 20% !important;
}
.w-percent-lg-25[data-v-8c6f10c1] {
    width: 25% !important;
}
.w-percent-lg-30[data-v-8c6f10c1] {
    width: 30% !important;
}
.w-percent-lg-35[data-v-8c6f10c1] {
    width: 35% !important;
}
.w-percent-lg-40[data-v-8c6f10c1] {
    width: 40% !important;
}
.w-percent-lg-45[data-v-8c6f10c1] {
    width: 45% !important;
}
.w-percent-lg-50[data-v-8c6f10c1] {
    width: 50% !important;
}
.w-percent-lg-55[data-v-8c6f10c1] {
    width: 55% !important;
}
.w-percent-lg-60[data-v-8c6f10c1] {
    width: 60% !important;
}
.w-percent-lg-65[data-v-8c6f10c1] {
    width: 65% !important;
}
.w-percent-lg-70[data-v-8c6f10c1] {
    width: 70% !important;
}
.w-percent-lg-75[data-v-8c6f10c1] {
    width: 75% !important;
}
.w-percent-lg-80[data-v-8c6f10c1] {
    width: 80% !important;
}
.w-percent-lg-85[data-v-8c6f10c1] {
    width: 85% !important;
}
.w-percent-lg-90[data-v-8c6f10c1] {
    width: 90% !important;
}
.w-percent-lg-95[data-v-8c6f10c1] {
    width: 95% !important;
}
.w-percent-lg-100[data-v-8c6f10c1] {
    width: 100% !important;
}
}
@media (min-width: 1200px) {
.w-percent-xl-5[data-v-8c6f10c1] {
    width: 5% !important;
}
.w-percent-xl-10[data-v-8c6f10c1] {
    width: 10% !important;
}
.w-percent-xl-15[data-v-8c6f10c1] {
    width: 15% !important;
}
.w-percent-xl-20[data-v-8c6f10c1] {
    width: 20% !important;
}
.w-percent-xl-25[data-v-8c6f10c1] {
    width: 25% !important;
}
.w-percent-xl-30[data-v-8c6f10c1] {
    width: 30% !important;
}
.w-percent-xl-35[data-v-8c6f10c1] {
    width: 35% !important;
}
.w-percent-xl-40[data-v-8c6f10c1] {
    width: 40% !important;
}
.w-percent-xl-45[data-v-8c6f10c1] {
    width: 45% !important;
}
.w-percent-xl-50[data-v-8c6f10c1] {
    width: 50% !important;
}
.w-percent-xl-55[data-v-8c6f10c1] {
    width: 55% !important;
}
.w-percent-xl-60[data-v-8c6f10c1] {
    width: 60% !important;
}
.w-percent-xl-65[data-v-8c6f10c1] {
    width: 65% !important;
}
.w-percent-xl-70[data-v-8c6f10c1] {
    width: 70% !important;
}
.w-percent-xl-75[data-v-8c6f10c1] {
    width: 75% !important;
}
.w-percent-xl-80[data-v-8c6f10c1] {
    width: 80% !important;
}
.w-percent-xl-85[data-v-8c6f10c1] {
    width: 85% !important;
}
.w-percent-xl-90[data-v-8c6f10c1] {
    width: 90% !important;
}
.w-percent-xl-95[data-v-8c6f10c1] {
    width: 95% !important;
}
.w-percent-xl-100[data-v-8c6f10c1] {
    width: 100% !important;
}
}
@media (min-width: 1400px) {
.w-percent-xxl-5[data-v-8c6f10c1] {
    width: 5% !important;
}
.w-percent-xxl-10[data-v-8c6f10c1] {
    width: 10% !important;
}
.w-percent-xxl-15[data-v-8c6f10c1] {
    width: 15% !important;
}
.w-percent-xxl-20[data-v-8c6f10c1] {
    width: 20% !important;
}
.w-percent-xxl-25[data-v-8c6f10c1] {
    width: 25% !important;
}
.w-percent-xxl-30[data-v-8c6f10c1] {
    width: 30% !important;
}
.w-percent-xxl-35[data-v-8c6f10c1] {
    width: 35% !important;
}
.w-percent-xxl-40[data-v-8c6f10c1] {
    width: 40% !important;
}
.w-percent-xxl-45[data-v-8c6f10c1] {
    width: 45% !important;
}
.w-percent-xxl-50[data-v-8c6f10c1] {
    width: 50% !important;
}
.w-percent-xxl-55[data-v-8c6f10c1] {
    width: 55% !important;
}
.w-percent-xxl-60[data-v-8c6f10c1] {
    width: 60% !important;
}
.w-percent-xxl-65[data-v-8c6f10c1] {
    width: 65% !important;
}
.w-percent-xxl-70[data-v-8c6f10c1] {
    width: 70% !important;
}
.w-percent-xxl-75[data-v-8c6f10c1] {
    width: 75% !important;
}
.w-percent-xxl-80[data-v-8c6f10c1] {
    width: 80% !important;
}
.w-percent-xxl-85[data-v-8c6f10c1] {
    width: 85% !important;
}
.w-percent-xxl-90[data-v-8c6f10c1] {
    width: 90% !important;
}
.w-percent-xxl-95[data-v-8c6f10c1] {
    width: 95% !important;
}
.w-percent-xxl-100[data-v-8c6f10c1] {
    width: 100% !important;
}
}
.align-text-left[data-v-8c6f10c1] {
  text-align: left !important;
}
.align-text-right[data-v-8c6f10c1] {
  text-align: right !important;
}
.align-text-center[data-v-8c6f10c1] {
  text-align: center !important;
}
@media (min-width: 576px) {
.align-text-sm-left[data-v-8c6f10c1] {
    text-align: left !important;
}
.align-text-sm-right[data-v-8c6f10c1] {
    text-align: right !important;
}
.align-text-sm-center[data-v-8c6f10c1] {
    text-align: center !important;
}
}
@media (min-width: 768px) {
.align-text-md-left[data-v-8c6f10c1] {
    text-align: left !important;
}
.align-text-md-right[data-v-8c6f10c1] {
    text-align: right !important;
}
.align-text-md-center[data-v-8c6f10c1] {
    text-align: center !important;
}
}
@media (min-width: 992px) {
.align-text-lg-left[data-v-8c6f10c1] {
    text-align: left !important;
}
.align-text-lg-right[data-v-8c6f10c1] {
    text-align: right !important;
}
.align-text-lg-center[data-v-8c6f10c1] {
    text-align: center !important;
}
}
@media (min-width: 1200px) {
.align-text-xl-left[data-v-8c6f10c1] {
    text-align: left !important;
}
.align-text-xl-right[data-v-8c6f10c1] {
    text-align: right !important;
}
.align-text-xl-center[data-v-8c6f10c1] {
    text-align: center !important;
}
}
@media (min-width: 1400px) {
.align-text-xxl-left[data-v-8c6f10c1] {
    text-align: left !important;
}
.align-text-xxl-right[data-v-8c6f10c1] {
    text-align: right !important;
}
.align-text-xxl-center[data-v-8c6f10c1] {
    text-align: center !important;
}
}
.flex-row[data-v-8c6f10c1] {
  flex-direction: row !important;
}
.flex-column[data-v-8c6f10c1] {
  flex-direction: column !important;
}
.flex-row-reverse[data-v-8c6f10c1] {
  flex-direction: row-reverse !important;
}
.flex-column-reverse[data-v-8c6f10c1] {
  flex-direction: column-reverse !important;
}
.flex-wrap[data-v-8c6f10c1] {
  flex-wrap: wrap !important;
}
.flex-nowrap[data-v-8c6f10c1] {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse[data-v-8c6f10c1] {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start[data-v-8c6f10c1] {
  justify-content: flex-start !important;
}
.justify-content-end[data-v-8c6f10c1] {
  justify-content: flex-end !important;
}
.justify-content-center[data-v-8c6f10c1] {
  justify-content: center !important;
}
.justify-content-between[data-v-8c6f10c1] {
  justify-content: space-between !important;
}
.justify-content-around[data-v-8c6f10c1] {
  justify-content: space-around !important;
}
.align-items-start[data-v-8c6f10c1] {
  align-items: flex-start !important;
}
.align-items-end[data-v-8c6f10c1] {
  align-items: flex-end !important;
}
.align-items-center[data-v-8c6f10c1] {
  align-items: center !important;
}
.align-items-baseline[data-v-8c6f10c1] {
  align-items: baseline !important;
}
.align-items-stretch[data-v-8c6f10c1] {
  align-items: stretch !important;
}
.align-content-start[data-v-8c6f10c1] {
  align-content: flex-start !important;
}
.align-content-end[data-v-8c6f10c1] {
  align-content: flex-end !important;
}
.align-content-center[data-v-8c6f10c1] {
  align-content: center !important;
}
.align-content-between[data-v-8c6f10c1] {
  align-content: space-between !important;
}
.align-content-around[data-v-8c6f10c1] {
  align-content: space-around !important;
}
.align-content-stretch[data-v-8c6f10c1] {
  align-content: stretch !important;
}
.align-self-auto[data-v-8c6f10c1] {
  align-self: auto !important;
}
.align-self-start[data-v-8c6f10c1] {
  align-self: flex-start !important;
}
.align-self-end[data-v-8c6f10c1] {
  align-self: flex-end !important;
}
.align-self-center[data-v-8c6f10c1] {
  align-self: center !important;
}
.align-self-baseline[data-v-8c6f10c1] {
  align-self: baseline !important;
}
.align-self-stretch[data-v-8c6f10c1] {
  align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row[data-v-8c6f10c1] {
    flex-direction: row !important;
}
.flex-sm-column[data-v-8c6f10c1] {
    flex-direction: column !important;
}
.flex-sm-row-reverse[data-v-8c6f10c1] {
    flex-direction: row-reverse !important;
}
.flex-sm-column-reverse[data-v-8c6f10c1] {
    flex-direction: column-reverse !important;
}
.flex-sm-wrap[data-v-8c6f10c1] {
    flex-wrap: wrap !important;
}
.flex-sm-nowrap[data-v-8c6f10c1] {
    flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse[data-v-8c6f10c1] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-sm-start[data-v-8c6f10c1] {
    justify-content: flex-start !important;
}
.justify-content-sm-end[data-v-8c6f10c1] {
    justify-content: flex-end !important;
}
.justify-content-sm-center[data-v-8c6f10c1] {
    justify-content: center !important;
}
.justify-content-sm-between[data-v-8c6f10c1] {
    justify-content: space-between !important;
}
.justify-content-sm-around[data-v-8c6f10c1] {
    justify-content: space-around !important;
}
.align-items-sm-start[data-v-8c6f10c1] {
    align-items: flex-start !important;
}
.align-items-sm-end[data-v-8c6f10c1] {
    align-items: flex-end !important;
}
.align-items-sm-center[data-v-8c6f10c1] {
    align-items: center !important;
}
.align-items-sm-baseline[data-v-8c6f10c1] {
    align-items: baseline !important;
}
.align-items-sm-stretch[data-v-8c6f10c1] {
    align-items: stretch !important;
}
.align-content-sm-start[data-v-8c6f10c1] {
    align-content: flex-start !important;
}
.align-content-sm-end[data-v-8c6f10c1] {
    align-content: flex-end !important;
}
.align-content-sm-center[data-v-8c6f10c1] {
    align-content: center !important;
}
.align-content-sm-between[data-v-8c6f10c1] {
    align-content: space-between !important;
}
.align-content-sm-around[data-v-8c6f10c1] {
    align-content: space-around !important;
}
.align-content-sm-stretch[data-v-8c6f10c1] {
    align-content: stretch !important;
}
.align-self-sm-auto[data-v-8c6f10c1] {
    align-self: auto !important;
}
.align-self-sm-start[data-v-8c6f10c1] {
    align-self: flex-start !important;
}
.align-self-sm-end[data-v-8c6f10c1] {
    align-self: flex-end !important;
}
.align-self-sm-center[data-v-8c6f10c1] {
    align-self: center !important;
}
.align-self-sm-baseline[data-v-8c6f10c1] {
    align-self: baseline !important;
}
.align-self-sm-stretch[data-v-8c6f10c1] {
    align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row[data-v-8c6f10c1] {
    flex-direction: row !important;
}
.flex-md-column[data-v-8c6f10c1] {
    flex-direction: column !important;
}
.flex-md-row-reverse[data-v-8c6f10c1] {
    flex-direction: row-reverse !important;
}
.flex-md-column-reverse[data-v-8c6f10c1] {
    flex-direction: column-reverse !important;
}
.flex-md-wrap[data-v-8c6f10c1] {
    flex-wrap: wrap !important;
}
.flex-md-nowrap[data-v-8c6f10c1] {
    flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse[data-v-8c6f10c1] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-md-start[data-v-8c6f10c1] {
    justify-content: flex-start !important;
}
.justify-content-md-end[data-v-8c6f10c1] {
    justify-content: flex-end !important;
}
.justify-content-md-center[data-v-8c6f10c1] {
    justify-content: center !important;
}
.justify-content-md-between[data-v-8c6f10c1] {
    justify-content: space-between !important;
}
.justify-content-md-around[data-v-8c6f10c1] {
    justify-content: space-around !important;
}
.align-items-md-start[data-v-8c6f10c1] {
    align-items: flex-start !important;
}
.align-items-md-end[data-v-8c6f10c1] {
    align-items: flex-end !important;
}
.align-items-md-center[data-v-8c6f10c1] {
    align-items: center !important;
}
.align-items-md-baseline[data-v-8c6f10c1] {
    align-items: baseline !important;
}
.align-items-md-stretch[data-v-8c6f10c1] {
    align-items: stretch !important;
}
.align-content-md-start[data-v-8c6f10c1] {
    align-content: flex-start !important;
}
.align-content-md-end[data-v-8c6f10c1] {
    align-content: flex-end !important;
}
.align-content-md-center[data-v-8c6f10c1] {
    align-content: center !important;
}
.align-content-md-between[data-v-8c6f10c1] {
    align-content: space-between !important;
}
.align-content-md-around[data-v-8c6f10c1] {
    align-content: space-around !important;
}
.align-content-md-stretch[data-v-8c6f10c1] {
    align-content: stretch !important;
}
.align-self-md-auto[data-v-8c6f10c1] {
    align-self: auto !important;
}
.align-self-md-start[data-v-8c6f10c1] {
    align-self: flex-start !important;
}
.align-self-md-end[data-v-8c6f10c1] {
    align-self: flex-end !important;
}
.align-self-md-center[data-v-8c6f10c1] {
    align-self: center !important;
}
.align-self-md-baseline[data-v-8c6f10c1] {
    align-self: baseline !important;
}
.align-self-md-stretch[data-v-8c6f10c1] {
    align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row[data-v-8c6f10c1] {
    flex-direction: row !important;
}
.flex-lg-column[data-v-8c6f10c1] {
    flex-direction: column !important;
}
.flex-lg-row-reverse[data-v-8c6f10c1] {
    flex-direction: row-reverse !important;
}
.flex-lg-column-reverse[data-v-8c6f10c1] {
    flex-direction: column-reverse !important;
}
.flex-lg-wrap[data-v-8c6f10c1] {
    flex-wrap: wrap !important;
}
.flex-lg-nowrap[data-v-8c6f10c1] {
    flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse[data-v-8c6f10c1] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-lg-start[data-v-8c6f10c1] {
    justify-content: flex-start !important;
}
.justify-content-lg-end[data-v-8c6f10c1] {
    justify-content: flex-end !important;
}
.justify-content-lg-center[data-v-8c6f10c1] {
    justify-content: center !important;
}
.justify-content-lg-between[data-v-8c6f10c1] {
    justify-content: space-between !important;
}
.justify-content-lg-around[data-v-8c6f10c1] {
    justify-content: space-around !important;
}
.align-items-lg-start[data-v-8c6f10c1] {
    align-items: flex-start !important;
}
.align-items-lg-end[data-v-8c6f10c1] {
    align-items: flex-end !important;
}
.align-items-lg-center[data-v-8c6f10c1] {
    align-items: center !important;
}
.align-items-lg-baseline[data-v-8c6f10c1] {
    align-items: baseline !important;
}
.align-items-lg-stretch[data-v-8c6f10c1] {
    align-items: stretch !important;
}
.align-content-lg-start[data-v-8c6f10c1] {
    align-content: flex-start !important;
}
.align-content-lg-end[data-v-8c6f10c1] {
    align-content: flex-end !important;
}
.align-content-lg-center[data-v-8c6f10c1] {
    align-content: center !important;
}
.align-content-lg-between[data-v-8c6f10c1] {
    align-content: space-between !important;
}
.align-content-lg-around[data-v-8c6f10c1] {
    align-content: space-around !important;
}
.align-content-lg-stretch[data-v-8c6f10c1] {
    align-content: stretch !important;
}
.align-self-lg-auto[data-v-8c6f10c1] {
    align-self: auto !important;
}
.align-self-lg-start[data-v-8c6f10c1] {
    align-self: flex-start !important;
}
.align-self-lg-end[data-v-8c6f10c1] {
    align-self: flex-end !important;
}
.align-self-lg-center[data-v-8c6f10c1] {
    align-self: center !important;
}
.align-self-lg-baseline[data-v-8c6f10c1] {
    align-self: baseline !important;
}
.align-self-lg-stretch[data-v-8c6f10c1] {
    align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row[data-v-8c6f10c1] {
    flex-direction: row !important;
}
.flex-xl-column[data-v-8c6f10c1] {
    flex-direction: column !important;
}
.flex-xl-row-reverse[data-v-8c6f10c1] {
    flex-direction: row-reverse !important;
}
.flex-xl-column-reverse[data-v-8c6f10c1] {
    flex-direction: column-reverse !important;
}
.flex-xl-wrap[data-v-8c6f10c1] {
    flex-wrap: wrap !important;
}
.flex-xl-nowrap[data-v-8c6f10c1] {
    flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse[data-v-8c6f10c1] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-xl-start[data-v-8c6f10c1] {
    justify-content: flex-start !important;
}
.justify-content-xl-end[data-v-8c6f10c1] {
    justify-content: flex-end !important;
}
.justify-content-xl-center[data-v-8c6f10c1] {
    justify-content: center !important;
}
.justify-content-xl-between[data-v-8c6f10c1] {
    justify-content: space-between !important;
}
.justify-content-xl-around[data-v-8c6f10c1] {
    justify-content: space-around !important;
}
.align-items-xl-start[data-v-8c6f10c1] {
    align-items: flex-start !important;
}
.align-items-xl-end[data-v-8c6f10c1] {
    align-items: flex-end !important;
}
.align-items-xl-center[data-v-8c6f10c1] {
    align-items: center !important;
}
.align-items-xl-baseline[data-v-8c6f10c1] {
    align-items: baseline !important;
}
.align-items-xl-stretch[data-v-8c6f10c1] {
    align-items: stretch !important;
}
.align-content-xl-start[data-v-8c6f10c1] {
    align-content: flex-start !important;
}
.align-content-xl-end[data-v-8c6f10c1] {
    align-content: flex-end !important;
}
.align-content-xl-center[data-v-8c6f10c1] {
    align-content: center !important;
}
.align-content-xl-between[data-v-8c6f10c1] {
    align-content: space-between !important;
}
.align-content-xl-around[data-v-8c6f10c1] {
    align-content: space-around !important;
}
.align-content-xl-stretch[data-v-8c6f10c1] {
    align-content: stretch !important;
}
.align-self-xl-auto[data-v-8c6f10c1] {
    align-self: auto !important;
}
.align-self-xl-start[data-v-8c6f10c1] {
    align-self: flex-start !important;
}
.align-self-xl-end[data-v-8c6f10c1] {
    align-self: flex-end !important;
}
.align-self-xl-center[data-v-8c6f10c1] {
    align-self: center !important;
}
.align-self-xl-baseline[data-v-8c6f10c1] {
    align-self: baseline !important;
}
.align-self-xl-stretch[data-v-8c6f10c1] {
    align-self: stretch !important;
}
}
@media (min-width: 1400px) {
.flex-xxl-row[data-v-8c6f10c1] {
    flex-direction: row !important;
}
.flex-xxl-column[data-v-8c6f10c1] {
    flex-direction: column !important;
}
.flex-xxl-row-reverse[data-v-8c6f10c1] {
    flex-direction: row-reverse !important;
}
.flex-xxl-column-reverse[data-v-8c6f10c1] {
    flex-direction: column-reverse !important;
}
.flex-xxl-wrap[data-v-8c6f10c1] {
    flex-wrap: wrap !important;
}
.flex-xxl-nowrap[data-v-8c6f10c1] {
    flex-wrap: nowrap !important;
}
.flex-xxl-wrap-reverse[data-v-8c6f10c1] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-xxl-start[data-v-8c6f10c1] {
    justify-content: flex-start !important;
}
.justify-content-xxl-end[data-v-8c6f10c1] {
    justify-content: flex-end !important;
}
.justify-content-xxl-center[data-v-8c6f10c1] {
    justify-content: center !important;
}
.justify-content-xxl-between[data-v-8c6f10c1] {
    justify-content: space-between !important;
}
.justify-content-xxl-around[data-v-8c6f10c1] {
    justify-content: space-around !important;
}
.align-items-xxl-start[data-v-8c6f10c1] {
    align-items: flex-start !important;
}
.align-items-xxl-end[data-v-8c6f10c1] {
    align-items: flex-end !important;
}
.align-items-xxl-center[data-v-8c6f10c1] {
    align-items: center !important;
}
.align-items-xxl-baseline[data-v-8c6f10c1] {
    align-items: baseline !important;
}
.align-items-xxl-stretch[data-v-8c6f10c1] {
    align-items: stretch !important;
}
.align-content-xxl-start[data-v-8c6f10c1] {
    align-content: flex-start !important;
}
.align-content-xxl-end[data-v-8c6f10c1] {
    align-content: flex-end !important;
}
.align-content-xxl-center[data-v-8c6f10c1] {
    align-content: center !important;
}
.align-content-xxl-between[data-v-8c6f10c1] {
    align-content: space-between !important;
}
.align-content-xxl-around[data-v-8c6f10c1] {
    align-content: space-around !important;
}
.align-content-xxl-stretch[data-v-8c6f10c1] {
    align-content: stretch !important;
}
.align-self-xxl-auto[data-v-8c6f10c1] {
    align-self: auto !important;
}
.align-self-xxl-start[data-v-8c6f10c1] {
    align-self: flex-start !important;
}
.align-self-xxl-end[data-v-8c6f10c1] {
    align-self: flex-end !important;
}
.align-self-xxl-center[data-v-8c6f10c1] {
    align-self: center !important;
}
.align-self-xxl-baseline[data-v-8c6f10c1] {
    align-self: baseline !important;
}
.align-self-xxl-stretch[data-v-8c6f10c1] {
    align-self: stretch !important;
}
}
.m-0[data-v-8c6f10c1] {
  margin: 0 !important;
}
.mt-0[data-v-8c6f10c1],
.my-0[data-v-8c6f10c1] {
  margin-top: 0 !important;
}
.mr-0[data-v-8c6f10c1],
.mx-0[data-v-8c6f10c1] {
  margin-right: 0 !important;
}
.mb-0[data-v-8c6f10c1],
.my-0[data-v-8c6f10c1] {
  margin-bottom: 0 !important;
}
.ml-0[data-v-8c6f10c1],
.mx-0[data-v-8c6f10c1] {
  margin-left: 0 !important;
}
.m-1[data-v-8c6f10c1] {
  margin: 2px !important;
}
.mt-1[data-v-8c6f10c1],
.my-1[data-v-8c6f10c1] {
  margin-top: 2px !important;
}
.mr-1[data-v-8c6f10c1],
.mx-1[data-v-8c6f10c1] {
  margin-right: 2px !important;
}
.mb-1[data-v-8c6f10c1],
.my-1[data-v-8c6f10c1] {
  margin-bottom: 2px !important;
}
.ml-1[data-v-8c6f10c1],
.mx-1[data-v-8c6f10c1] {
  margin-left: 2px !important;
}
.m-2[data-v-8c6f10c1] {
  margin: 4px !important;
}
.mt-2[data-v-8c6f10c1],
.my-2[data-v-8c6f10c1] {
  margin-top: 4px !important;
}
.mr-2[data-v-8c6f10c1],
.mx-2[data-v-8c6f10c1] {
  margin-right: 4px !important;
}
.mb-2[data-v-8c6f10c1],
.my-2[data-v-8c6f10c1] {
  margin-bottom: 4px !important;
}
.ml-2[data-v-8c6f10c1],
.mx-2[data-v-8c6f10c1] {
  margin-left: 4px !important;
}
.m-3[data-v-8c6f10c1] {
  margin: 8px !important;
}
.mt-3[data-v-8c6f10c1],
.my-3[data-v-8c6f10c1] {
  margin-top: 8px !important;
}
.mr-3[data-v-8c6f10c1],
.mx-3[data-v-8c6f10c1] {
  margin-right: 8px !important;
}
.mb-3[data-v-8c6f10c1],
.my-3[data-v-8c6f10c1] {
  margin-bottom: 8px !important;
}
.ml-3[data-v-8c6f10c1],
.mx-3[data-v-8c6f10c1] {
  margin-left: 8px !important;
}
.m-305[data-v-8c6f10c1] {
  margin: 12px !important;
}
.mt-305[data-v-8c6f10c1],
.my-305[data-v-8c6f10c1] {
  margin-top: 12px !important;
}
.mr-305[data-v-8c6f10c1],
.mx-305[data-v-8c6f10c1] {
  margin-right: 12px !important;
}
.mb-305[data-v-8c6f10c1],
.my-305[data-v-8c6f10c1] {
  margin-bottom: 12px !important;
}
.ml-305[data-v-8c6f10c1],
.mx-305[data-v-8c6f10c1] {
  margin-left: 12px !important;
}
.m-4[data-v-8c6f10c1] {
  margin: 16px !important;
}
.mt-4[data-v-8c6f10c1],
.my-4[data-v-8c6f10c1] {
  margin-top: 16px !important;
}
.mr-4[data-v-8c6f10c1],
.mx-4[data-v-8c6f10c1] {
  margin-right: 16px !important;
}
.mb-4[data-v-8c6f10c1],
.my-4[data-v-8c6f10c1] {
  margin-bottom: 16px !important;
}
.ml-4[data-v-8c6f10c1],
.mx-4[data-v-8c6f10c1] {
  margin-left: 16px !important;
}
.m-405[data-v-8c6f10c1] {
  margin: 20px !important;
}
.mt-405[data-v-8c6f10c1],
.my-405[data-v-8c6f10c1] {
  margin-top: 20px !important;
}
.mr-405[data-v-8c6f10c1],
.mx-405[data-v-8c6f10c1] {
  margin-right: 20px !important;
}
.mb-405[data-v-8c6f10c1],
.my-405[data-v-8c6f10c1] {
  margin-bottom: 20px !important;
}
.ml-405[data-v-8c6f10c1],
.mx-405[data-v-8c6f10c1] {
  margin-left: 20px !important;
}
.m-5[data-v-8c6f10c1] {
  margin: 24px !important;
}
.mt-5[data-v-8c6f10c1],
.my-5[data-v-8c6f10c1] {
  margin-top: 24px !important;
}
.mr-5[data-v-8c6f10c1],
.mx-5[data-v-8c6f10c1] {
  margin-right: 24px !important;
}
.mb-5[data-v-8c6f10c1],
.my-5[data-v-8c6f10c1] {
  margin-bottom: 24px !important;
}
.ml-5[data-v-8c6f10c1],
.mx-5[data-v-8c6f10c1] {
  margin-left: 24px !important;
}
.m-505[data-v-8c6f10c1] {
  margin: 28px !important;
}
.mt-505[data-v-8c6f10c1],
.my-505[data-v-8c6f10c1] {
  margin-top: 28px !important;
}
.mr-505[data-v-8c6f10c1],
.mx-505[data-v-8c6f10c1] {
  margin-right: 28px !important;
}
.mb-505[data-v-8c6f10c1],
.my-505[data-v-8c6f10c1] {
  margin-bottom: 28px !important;
}
.ml-505[data-v-8c6f10c1],
.mx-505[data-v-8c6f10c1] {
  margin-left: 28px !important;
}
.m-6[data-v-8c6f10c1] {
  margin: 32px !important;
}
.mt-6[data-v-8c6f10c1],
.my-6[data-v-8c6f10c1] {
  margin-top: 32px !important;
}
.mr-6[data-v-8c6f10c1],
.mx-6[data-v-8c6f10c1] {
  margin-right: 32px !important;
}
.mb-6[data-v-8c6f10c1],
.my-6[data-v-8c6f10c1] {
  margin-bottom: 32px !important;
}
.ml-6[data-v-8c6f10c1],
.mx-6[data-v-8c6f10c1] {
  margin-left: 32px !important;
}
.m-605[data-v-8c6f10c1] {
  margin: 36px !important;
}
.mt-605[data-v-8c6f10c1],
.my-605[data-v-8c6f10c1] {
  margin-top: 36px !important;
}
.mr-605[data-v-8c6f10c1],
.mx-605[data-v-8c6f10c1] {
  margin-right: 36px !important;
}
.mb-605[data-v-8c6f10c1],
.my-605[data-v-8c6f10c1] {
  margin-bottom: 36px !important;
}
.ml-605[data-v-8c6f10c1],
.mx-605[data-v-8c6f10c1] {
  margin-left: 36px !important;
}
.m-7[data-v-8c6f10c1] {
  margin: 40px !important;
}
.mt-7[data-v-8c6f10c1],
.my-7[data-v-8c6f10c1] {
  margin-top: 40px !important;
}
.mr-7[data-v-8c6f10c1],
.mx-7[data-v-8c6f10c1] {
  margin-right: 40px !important;
}
.mb-7[data-v-8c6f10c1],
.my-7[data-v-8c6f10c1] {
  margin-bottom: 40px !important;
}
.ml-7[data-v-8c6f10c1],
.mx-7[data-v-8c6f10c1] {
  margin-left: 40px !important;
}
.m-705[data-v-8c6f10c1] {
  margin: 44px !important;
}
.mt-705[data-v-8c6f10c1],
.my-705[data-v-8c6f10c1] {
  margin-top: 44px !important;
}
.mr-705[data-v-8c6f10c1],
.mx-705[data-v-8c6f10c1] {
  margin-right: 44px !important;
}
.mb-705[data-v-8c6f10c1],
.my-705[data-v-8c6f10c1] {
  margin-bottom: 44px !important;
}
.ml-705[data-v-8c6f10c1],
.mx-705[data-v-8c6f10c1] {
  margin-left: 44px !important;
}
.m-8[data-v-8c6f10c1] {
  margin: 48px !important;
}
.mt-8[data-v-8c6f10c1],
.my-8[data-v-8c6f10c1] {
  margin-top: 48px !important;
}
.mr-8[data-v-8c6f10c1],
.mx-8[data-v-8c6f10c1] {
  margin-right: 48px !important;
}
.mb-8[data-v-8c6f10c1],
.my-8[data-v-8c6f10c1] {
  margin-bottom: 48px !important;
}
.ml-8[data-v-8c6f10c1],
.mx-8[data-v-8c6f10c1] {
  margin-left: 48px !important;
}
.m-805[data-v-8c6f10c1] {
  margin: 52px !important;
}
.mt-805[data-v-8c6f10c1],
.my-805[data-v-8c6f10c1] {
  margin-top: 52px !important;
}
.mr-805[data-v-8c6f10c1],
.mx-805[data-v-8c6f10c1] {
  margin-right: 52px !important;
}
.mb-805[data-v-8c6f10c1],
.my-805[data-v-8c6f10c1] {
  margin-bottom: 52px !important;
}
.ml-805[data-v-8c6f10c1],
.mx-805[data-v-8c6f10c1] {
  margin-left: 52px !important;
}
.m-9[data-v-8c6f10c1] {
  margin: 56px !important;
}
.mt-9[data-v-8c6f10c1],
.my-9[data-v-8c6f10c1] {
  margin-top: 56px !important;
}
.mr-9[data-v-8c6f10c1],
.mx-9[data-v-8c6f10c1] {
  margin-right: 56px !important;
}
.mb-9[data-v-8c6f10c1],
.my-9[data-v-8c6f10c1] {
  margin-bottom: 56px !important;
}
.ml-9[data-v-8c6f10c1],
.mx-9[data-v-8c6f10c1] {
  margin-left: 56px !important;
}
.m-905[data-v-8c6f10c1] {
  margin: 60px !important;
}
.mt-905[data-v-8c6f10c1],
.my-905[data-v-8c6f10c1] {
  margin-top: 60px !important;
}
.mr-905[data-v-8c6f10c1],
.mx-905[data-v-8c6f10c1] {
  margin-right: 60px !important;
}
.mb-905[data-v-8c6f10c1],
.my-905[data-v-8c6f10c1] {
  margin-bottom: 60px !important;
}
.ml-905[data-v-8c6f10c1],
.mx-905[data-v-8c6f10c1] {
  margin-left: 60px !important;
}
.p-0[data-v-8c6f10c1] {
  padding: 0 !important;
}
.pt-0[data-v-8c6f10c1],
.py-0[data-v-8c6f10c1] {
  padding-top: 0 !important;
}
.pr-0[data-v-8c6f10c1],
.px-0[data-v-8c6f10c1] {
  padding-right: 0 !important;
}
.pb-0[data-v-8c6f10c1],
.py-0[data-v-8c6f10c1] {
  padding-bottom: 0 !important;
}
.pl-0[data-v-8c6f10c1],
.px-0[data-v-8c6f10c1] {
  padding-left: 0 !important;
}
.p-1[data-v-8c6f10c1] {
  padding: 2px !important;
}
.pt-1[data-v-8c6f10c1],
.py-1[data-v-8c6f10c1] {
  padding-top: 2px !important;
}
.pr-1[data-v-8c6f10c1],
.px-1[data-v-8c6f10c1] {
  padding-right: 2px !important;
}
.pb-1[data-v-8c6f10c1],
.py-1[data-v-8c6f10c1] {
  padding-bottom: 2px !important;
}
.pl-1[data-v-8c6f10c1],
.px-1[data-v-8c6f10c1] {
  padding-left: 2px !important;
}
.p-2[data-v-8c6f10c1] {
  padding: 4px !important;
}
.pt-2[data-v-8c6f10c1],
.py-2[data-v-8c6f10c1] {
  padding-top: 4px !important;
}
.pr-2[data-v-8c6f10c1],
.px-2[data-v-8c6f10c1] {
  padding-right: 4px !important;
}
.pb-2[data-v-8c6f10c1],
.py-2[data-v-8c6f10c1] {
  padding-bottom: 4px !important;
}
.pl-2[data-v-8c6f10c1],
.px-2[data-v-8c6f10c1] {
  padding-left: 4px !important;
}
.p-3[data-v-8c6f10c1] {
  padding: 8px !important;
}
.pt-3[data-v-8c6f10c1],
.py-3[data-v-8c6f10c1] {
  padding-top: 8px !important;
}
.pr-3[data-v-8c6f10c1],
.px-3[data-v-8c6f10c1] {
  padding-right: 8px !important;
}
.pb-3[data-v-8c6f10c1],
.py-3[data-v-8c6f10c1] {
  padding-bottom: 8px !important;
}
.pl-3[data-v-8c6f10c1],
.px-3[data-v-8c6f10c1] {
  padding-left: 8px !important;
}
.p-305[data-v-8c6f10c1] {
  padding: 12px !important;
}
.pt-305[data-v-8c6f10c1],
.py-305[data-v-8c6f10c1] {
  padding-top: 12px !important;
}
.pr-305[data-v-8c6f10c1],
.px-305[data-v-8c6f10c1] {
  padding-right: 12px !important;
}
.pb-305[data-v-8c6f10c1],
.py-305[data-v-8c6f10c1] {
  padding-bottom: 12px !important;
}
.pl-305[data-v-8c6f10c1],
.px-305[data-v-8c6f10c1] {
  padding-left: 12px !important;
}
.p-4[data-v-8c6f10c1] {
  padding: 16px !important;
}
.pt-4[data-v-8c6f10c1],
.py-4[data-v-8c6f10c1] {
  padding-top: 16px !important;
}
.pr-4[data-v-8c6f10c1],
.px-4[data-v-8c6f10c1] {
  padding-right: 16px !important;
}
.pb-4[data-v-8c6f10c1],
.py-4[data-v-8c6f10c1] {
  padding-bottom: 16px !important;
}
.pl-4[data-v-8c6f10c1],
.px-4[data-v-8c6f10c1] {
  padding-left: 16px !important;
}
.p-405[data-v-8c6f10c1] {
  padding: 20px !important;
}
.pt-405[data-v-8c6f10c1],
.py-405[data-v-8c6f10c1] {
  padding-top: 20px !important;
}
.pr-405[data-v-8c6f10c1],
.px-405[data-v-8c6f10c1] {
  padding-right: 20px !important;
}
.pb-405[data-v-8c6f10c1],
.py-405[data-v-8c6f10c1] {
  padding-bottom: 20px !important;
}
.pl-405[data-v-8c6f10c1],
.px-405[data-v-8c6f10c1] {
  padding-left: 20px !important;
}
.p-5[data-v-8c6f10c1] {
  padding: 24px !important;
}
.pt-5[data-v-8c6f10c1],
.py-5[data-v-8c6f10c1] {
  padding-top: 24px !important;
}
.pr-5[data-v-8c6f10c1],
.px-5[data-v-8c6f10c1] {
  padding-right: 24px !important;
}
.pb-5[data-v-8c6f10c1],
.py-5[data-v-8c6f10c1] {
  padding-bottom: 24px !important;
}
.pl-5[data-v-8c6f10c1],
.px-5[data-v-8c6f10c1] {
  padding-left: 24px !important;
}
.p-505[data-v-8c6f10c1] {
  padding: 28px !important;
}
.pt-505[data-v-8c6f10c1],
.py-505[data-v-8c6f10c1] {
  padding-top: 28px !important;
}
.pr-505[data-v-8c6f10c1],
.px-505[data-v-8c6f10c1] {
  padding-right: 28px !important;
}
.pb-505[data-v-8c6f10c1],
.py-505[data-v-8c6f10c1] {
  padding-bottom: 28px !important;
}
.pl-505[data-v-8c6f10c1],
.px-505[data-v-8c6f10c1] {
  padding-left: 28px !important;
}
.p-6[data-v-8c6f10c1] {
  padding: 32px !important;
}
.pt-6[data-v-8c6f10c1],
.py-6[data-v-8c6f10c1] {
  padding-top: 32px !important;
}
.pr-6[data-v-8c6f10c1],
.px-6[data-v-8c6f10c1] {
  padding-right: 32px !important;
}
.pb-6[data-v-8c6f10c1],
.py-6[data-v-8c6f10c1] {
  padding-bottom: 32px !important;
}
.pl-6[data-v-8c6f10c1],
.px-6[data-v-8c6f10c1] {
  padding-left: 32px !important;
}
.p-605[data-v-8c6f10c1] {
  padding: 36px !important;
}
.pt-605[data-v-8c6f10c1],
.py-605[data-v-8c6f10c1] {
  padding-top: 36px !important;
}
.pr-605[data-v-8c6f10c1],
.px-605[data-v-8c6f10c1] {
  padding-right: 36px !important;
}
.pb-605[data-v-8c6f10c1],
.py-605[data-v-8c6f10c1] {
  padding-bottom: 36px !important;
}
.pl-605[data-v-8c6f10c1],
.px-605[data-v-8c6f10c1] {
  padding-left: 36px !important;
}
.p-7[data-v-8c6f10c1] {
  padding: 40px !important;
}
.pt-7[data-v-8c6f10c1],
.py-7[data-v-8c6f10c1] {
  padding-top: 40px !important;
}
.pr-7[data-v-8c6f10c1],
.px-7[data-v-8c6f10c1] {
  padding-right: 40px !important;
}
.pb-7[data-v-8c6f10c1],
.py-7[data-v-8c6f10c1] {
  padding-bottom: 40px !important;
}
.pl-7[data-v-8c6f10c1],
.px-7[data-v-8c6f10c1] {
  padding-left: 40px !important;
}
.p-705[data-v-8c6f10c1] {
  padding: 44px !important;
}
.pt-705[data-v-8c6f10c1],
.py-705[data-v-8c6f10c1] {
  padding-top: 44px !important;
}
.pr-705[data-v-8c6f10c1],
.px-705[data-v-8c6f10c1] {
  padding-right: 44px !important;
}
.pb-705[data-v-8c6f10c1],
.py-705[data-v-8c6f10c1] {
  padding-bottom: 44px !important;
}
.pl-705[data-v-8c6f10c1],
.px-705[data-v-8c6f10c1] {
  padding-left: 44px !important;
}
.p-8[data-v-8c6f10c1] {
  padding: 48px !important;
}
.pt-8[data-v-8c6f10c1],
.py-8[data-v-8c6f10c1] {
  padding-top: 48px !important;
}
.pr-8[data-v-8c6f10c1],
.px-8[data-v-8c6f10c1] {
  padding-right: 48px !important;
}
.pb-8[data-v-8c6f10c1],
.py-8[data-v-8c6f10c1] {
  padding-bottom: 48px !important;
}
.pl-8[data-v-8c6f10c1],
.px-8[data-v-8c6f10c1] {
  padding-left: 48px !important;
}
.p-805[data-v-8c6f10c1] {
  padding: 52px !important;
}
.pt-805[data-v-8c6f10c1],
.py-805[data-v-8c6f10c1] {
  padding-top: 52px !important;
}
.pr-805[data-v-8c6f10c1],
.px-805[data-v-8c6f10c1] {
  padding-right: 52px !important;
}
.pb-805[data-v-8c6f10c1],
.py-805[data-v-8c6f10c1] {
  padding-bottom: 52px !important;
}
.pl-805[data-v-8c6f10c1],
.px-805[data-v-8c6f10c1] {
  padding-left: 52px !important;
}
.p-9[data-v-8c6f10c1] {
  padding: 56px !important;
}
.pt-9[data-v-8c6f10c1],
.py-9[data-v-8c6f10c1] {
  padding-top: 56px !important;
}
.pr-9[data-v-8c6f10c1],
.px-9[data-v-8c6f10c1] {
  padding-right: 56px !important;
}
.pb-9[data-v-8c6f10c1],
.py-9[data-v-8c6f10c1] {
  padding-bottom: 56px !important;
}
.pl-9[data-v-8c6f10c1],
.px-9[data-v-8c6f10c1] {
  padding-left: 56px !important;
}
.p-905[data-v-8c6f10c1] {
  padding: 60px !important;
}
.pt-905[data-v-8c6f10c1],
.py-905[data-v-8c6f10c1] {
  padding-top: 60px !important;
}
.pr-905[data-v-8c6f10c1],
.px-905[data-v-8c6f10c1] {
  padding-right: 60px !important;
}
.pb-905[data-v-8c6f10c1],
.py-905[data-v-8c6f10c1] {
  padding-bottom: 60px !important;
}
.pl-905[data-v-8c6f10c1],
.px-905[data-v-8c6f10c1] {
  padding-left: 60px !important;
}
.m-auto[data-v-8c6f10c1] {
  margin: auto !important;
}
.mt-auto[data-v-8c6f10c1],
.my-auto[data-v-8c6f10c1] {
  margin-top: auto !important;
}
.mr-auto[data-v-8c6f10c1],
.mx-auto[data-v-8c6f10c1] {
  margin-right: auto !important;
}
.mb-auto[data-v-8c6f10c1],
.my-auto[data-v-8c6f10c1] {
  margin-bottom: auto !important;
}
.ml-auto[data-v-8c6f10c1],
.mx-auto[data-v-8c6f10c1] {
  margin-left: auto !important;
}
@media (min-width: 576px) {
.m-sm-0[data-v-8c6f10c1] {
    margin: 0 !important;
}
.mt-sm-0[data-v-8c6f10c1],
  .my-sm-0[data-v-8c6f10c1] {
    margin-top: 0 !important;
}
.mr-sm-0[data-v-8c6f10c1],
  .mx-sm-0[data-v-8c6f10c1] {
    margin-right: 0 !important;
}
.mb-sm-0[data-v-8c6f10c1],
  .my-sm-0[data-v-8c6f10c1] {
    margin-bottom: 0 !important;
}
.ml-sm-0[data-v-8c6f10c1],
  .mx-sm-0[data-v-8c6f10c1] {
    margin-left: 0 !important;
}
.m-sm-1[data-v-8c6f10c1] {
    margin: 2px !important;
}
.mt-sm-1[data-v-8c6f10c1],
  .my-sm-1[data-v-8c6f10c1] {
    margin-top: 2px !important;
}
.mr-sm-1[data-v-8c6f10c1],
  .mx-sm-1[data-v-8c6f10c1] {
    margin-right: 2px !important;
}
.mb-sm-1[data-v-8c6f10c1],
  .my-sm-1[data-v-8c6f10c1] {
    margin-bottom: 2px !important;
}
.ml-sm-1[data-v-8c6f10c1],
  .mx-sm-1[data-v-8c6f10c1] {
    margin-left: 2px !important;
}
.m-sm-2[data-v-8c6f10c1] {
    margin: 4px !important;
}
.mt-sm-2[data-v-8c6f10c1],
  .my-sm-2[data-v-8c6f10c1] {
    margin-top: 4px !important;
}
.mr-sm-2[data-v-8c6f10c1],
  .mx-sm-2[data-v-8c6f10c1] {
    margin-right: 4px !important;
}
.mb-sm-2[data-v-8c6f10c1],
  .my-sm-2[data-v-8c6f10c1] {
    margin-bottom: 4px !important;
}
.ml-sm-2[data-v-8c6f10c1],
  .mx-sm-2[data-v-8c6f10c1] {
    margin-left: 4px !important;
}
.m-sm-3[data-v-8c6f10c1] {
    margin: 8px !important;
}
.mt-sm-3[data-v-8c6f10c1],
  .my-sm-3[data-v-8c6f10c1] {
    margin-top: 8px !important;
}
.mr-sm-3[data-v-8c6f10c1],
  .mx-sm-3[data-v-8c6f10c1] {
    margin-right: 8px !important;
}
.mb-sm-3[data-v-8c6f10c1],
  .my-sm-3[data-v-8c6f10c1] {
    margin-bottom: 8px !important;
}
.ml-sm-3[data-v-8c6f10c1],
  .mx-sm-3[data-v-8c6f10c1] {
    margin-left: 8px !important;
}
.m-sm-305[data-v-8c6f10c1] {
    margin: 12px !important;
}
.mt-sm-305[data-v-8c6f10c1],
  .my-sm-305[data-v-8c6f10c1] {
    margin-top: 12px !important;
}
.mr-sm-305[data-v-8c6f10c1],
  .mx-sm-305[data-v-8c6f10c1] {
    margin-right: 12px !important;
}
.mb-sm-305[data-v-8c6f10c1],
  .my-sm-305[data-v-8c6f10c1] {
    margin-bottom: 12px !important;
}
.ml-sm-305[data-v-8c6f10c1],
  .mx-sm-305[data-v-8c6f10c1] {
    margin-left: 12px !important;
}
.m-sm-4[data-v-8c6f10c1] {
    margin: 16px !important;
}
.mt-sm-4[data-v-8c6f10c1],
  .my-sm-4[data-v-8c6f10c1] {
    margin-top: 16px !important;
}
.mr-sm-4[data-v-8c6f10c1],
  .mx-sm-4[data-v-8c6f10c1] {
    margin-right: 16px !important;
}
.mb-sm-4[data-v-8c6f10c1],
  .my-sm-4[data-v-8c6f10c1] {
    margin-bottom: 16px !important;
}
.ml-sm-4[data-v-8c6f10c1],
  .mx-sm-4[data-v-8c6f10c1] {
    margin-left: 16px !important;
}
.m-sm-405[data-v-8c6f10c1] {
    margin: 20px !important;
}
.mt-sm-405[data-v-8c6f10c1],
  .my-sm-405[data-v-8c6f10c1] {
    margin-top: 20px !important;
}
.mr-sm-405[data-v-8c6f10c1],
  .mx-sm-405[data-v-8c6f10c1] {
    margin-right: 20px !important;
}
.mb-sm-405[data-v-8c6f10c1],
  .my-sm-405[data-v-8c6f10c1] {
    margin-bottom: 20px !important;
}
.ml-sm-405[data-v-8c6f10c1],
  .mx-sm-405[data-v-8c6f10c1] {
    margin-left: 20px !important;
}
.m-sm-5[data-v-8c6f10c1] {
    margin: 24px !important;
}
.mt-sm-5[data-v-8c6f10c1],
  .my-sm-5[data-v-8c6f10c1] {
    margin-top: 24px !important;
}
.mr-sm-5[data-v-8c6f10c1],
  .mx-sm-5[data-v-8c6f10c1] {
    margin-right: 24px !important;
}
.mb-sm-5[data-v-8c6f10c1],
  .my-sm-5[data-v-8c6f10c1] {
    margin-bottom: 24px !important;
}
.ml-sm-5[data-v-8c6f10c1],
  .mx-sm-5[data-v-8c6f10c1] {
    margin-left: 24px !important;
}
.m-sm-505[data-v-8c6f10c1] {
    margin: 28px !important;
}
.mt-sm-505[data-v-8c6f10c1],
  .my-sm-505[data-v-8c6f10c1] {
    margin-top: 28px !important;
}
.mr-sm-505[data-v-8c6f10c1],
  .mx-sm-505[data-v-8c6f10c1] {
    margin-right: 28px !important;
}
.mb-sm-505[data-v-8c6f10c1],
  .my-sm-505[data-v-8c6f10c1] {
    margin-bottom: 28px !important;
}
.ml-sm-505[data-v-8c6f10c1],
  .mx-sm-505[data-v-8c6f10c1] {
    margin-left: 28px !important;
}
.m-sm-6[data-v-8c6f10c1] {
    margin: 32px !important;
}
.mt-sm-6[data-v-8c6f10c1],
  .my-sm-6[data-v-8c6f10c1] {
    margin-top: 32px !important;
}
.mr-sm-6[data-v-8c6f10c1],
  .mx-sm-6[data-v-8c6f10c1] {
    margin-right: 32px !important;
}
.mb-sm-6[data-v-8c6f10c1],
  .my-sm-6[data-v-8c6f10c1] {
    margin-bottom: 32px !important;
}
.ml-sm-6[data-v-8c6f10c1],
  .mx-sm-6[data-v-8c6f10c1] {
    margin-left: 32px !important;
}
.m-sm-605[data-v-8c6f10c1] {
    margin: 36px !important;
}
.mt-sm-605[data-v-8c6f10c1],
  .my-sm-605[data-v-8c6f10c1] {
    margin-top: 36px !important;
}
.mr-sm-605[data-v-8c6f10c1],
  .mx-sm-605[data-v-8c6f10c1] {
    margin-right: 36px !important;
}
.mb-sm-605[data-v-8c6f10c1],
  .my-sm-605[data-v-8c6f10c1] {
    margin-bottom: 36px !important;
}
.ml-sm-605[data-v-8c6f10c1],
  .mx-sm-605[data-v-8c6f10c1] {
    margin-left: 36px !important;
}
.m-sm-7[data-v-8c6f10c1] {
    margin: 40px !important;
}
.mt-sm-7[data-v-8c6f10c1],
  .my-sm-7[data-v-8c6f10c1] {
    margin-top: 40px !important;
}
.mr-sm-7[data-v-8c6f10c1],
  .mx-sm-7[data-v-8c6f10c1] {
    margin-right: 40px !important;
}
.mb-sm-7[data-v-8c6f10c1],
  .my-sm-7[data-v-8c6f10c1] {
    margin-bottom: 40px !important;
}
.ml-sm-7[data-v-8c6f10c1],
  .mx-sm-7[data-v-8c6f10c1] {
    margin-left: 40px !important;
}
.m-sm-705[data-v-8c6f10c1] {
    margin: 44px !important;
}
.mt-sm-705[data-v-8c6f10c1],
  .my-sm-705[data-v-8c6f10c1] {
    margin-top: 44px !important;
}
.mr-sm-705[data-v-8c6f10c1],
  .mx-sm-705[data-v-8c6f10c1] {
    margin-right: 44px !important;
}
.mb-sm-705[data-v-8c6f10c1],
  .my-sm-705[data-v-8c6f10c1] {
    margin-bottom: 44px !important;
}
.ml-sm-705[data-v-8c6f10c1],
  .mx-sm-705[data-v-8c6f10c1] {
    margin-left: 44px !important;
}
.m-sm-8[data-v-8c6f10c1] {
    margin: 48px !important;
}
.mt-sm-8[data-v-8c6f10c1],
  .my-sm-8[data-v-8c6f10c1] {
    margin-top: 48px !important;
}
.mr-sm-8[data-v-8c6f10c1],
  .mx-sm-8[data-v-8c6f10c1] {
    margin-right: 48px !important;
}
.mb-sm-8[data-v-8c6f10c1],
  .my-sm-8[data-v-8c6f10c1] {
    margin-bottom: 48px !important;
}
.ml-sm-8[data-v-8c6f10c1],
  .mx-sm-8[data-v-8c6f10c1] {
    margin-left: 48px !important;
}
.m-sm-805[data-v-8c6f10c1] {
    margin: 52px !important;
}
.mt-sm-805[data-v-8c6f10c1],
  .my-sm-805[data-v-8c6f10c1] {
    margin-top: 52px !important;
}
.mr-sm-805[data-v-8c6f10c1],
  .mx-sm-805[data-v-8c6f10c1] {
    margin-right: 52px !important;
}
.mb-sm-805[data-v-8c6f10c1],
  .my-sm-805[data-v-8c6f10c1] {
    margin-bottom: 52px !important;
}
.ml-sm-805[data-v-8c6f10c1],
  .mx-sm-805[data-v-8c6f10c1] {
    margin-left: 52px !important;
}
.m-sm-9[data-v-8c6f10c1] {
    margin: 56px !important;
}
.mt-sm-9[data-v-8c6f10c1],
  .my-sm-9[data-v-8c6f10c1] {
    margin-top: 56px !important;
}
.mr-sm-9[data-v-8c6f10c1],
  .mx-sm-9[data-v-8c6f10c1] {
    margin-right: 56px !important;
}
.mb-sm-9[data-v-8c6f10c1],
  .my-sm-9[data-v-8c6f10c1] {
    margin-bottom: 56px !important;
}
.ml-sm-9[data-v-8c6f10c1],
  .mx-sm-9[data-v-8c6f10c1] {
    margin-left: 56px !important;
}
.m-sm-905[data-v-8c6f10c1] {
    margin: 60px !important;
}
.mt-sm-905[data-v-8c6f10c1],
  .my-sm-905[data-v-8c6f10c1] {
    margin-top: 60px !important;
}
.mr-sm-905[data-v-8c6f10c1],
  .mx-sm-905[data-v-8c6f10c1] {
    margin-right: 60px !important;
}
.mb-sm-905[data-v-8c6f10c1],
  .my-sm-905[data-v-8c6f10c1] {
    margin-bottom: 60px !important;
}
.ml-sm-905[data-v-8c6f10c1],
  .mx-sm-905[data-v-8c6f10c1] {
    margin-left: 60px !important;
}
.p-sm-0[data-v-8c6f10c1] {
    padding: 0 !important;
}
.pt-sm-0[data-v-8c6f10c1],
  .py-sm-0[data-v-8c6f10c1] {
    padding-top: 0 !important;
}
.pr-sm-0[data-v-8c6f10c1],
  .px-sm-0[data-v-8c6f10c1] {
    padding-right: 0 !important;
}
.pb-sm-0[data-v-8c6f10c1],
  .py-sm-0[data-v-8c6f10c1] {
    padding-bottom: 0 !important;
}
.pl-sm-0[data-v-8c6f10c1],
  .px-sm-0[data-v-8c6f10c1] {
    padding-left: 0 !important;
}
.p-sm-1[data-v-8c6f10c1] {
    padding: 2px !important;
}
.pt-sm-1[data-v-8c6f10c1],
  .py-sm-1[data-v-8c6f10c1] {
    padding-top: 2px !important;
}
.pr-sm-1[data-v-8c6f10c1],
  .px-sm-1[data-v-8c6f10c1] {
    padding-right: 2px !important;
}
.pb-sm-1[data-v-8c6f10c1],
  .py-sm-1[data-v-8c6f10c1] {
    padding-bottom: 2px !important;
}
.pl-sm-1[data-v-8c6f10c1],
  .px-sm-1[data-v-8c6f10c1] {
    padding-left: 2px !important;
}
.p-sm-2[data-v-8c6f10c1] {
    padding: 4px !important;
}
.pt-sm-2[data-v-8c6f10c1],
  .py-sm-2[data-v-8c6f10c1] {
    padding-top: 4px !important;
}
.pr-sm-2[data-v-8c6f10c1],
  .px-sm-2[data-v-8c6f10c1] {
    padding-right: 4px !important;
}
.pb-sm-2[data-v-8c6f10c1],
  .py-sm-2[data-v-8c6f10c1] {
    padding-bottom: 4px !important;
}
.pl-sm-2[data-v-8c6f10c1],
  .px-sm-2[data-v-8c6f10c1] {
    padding-left: 4px !important;
}
.p-sm-3[data-v-8c6f10c1] {
    padding: 8px !important;
}
.pt-sm-3[data-v-8c6f10c1],
  .py-sm-3[data-v-8c6f10c1] {
    padding-top: 8px !important;
}
.pr-sm-3[data-v-8c6f10c1],
  .px-sm-3[data-v-8c6f10c1] {
    padding-right: 8px !important;
}
.pb-sm-3[data-v-8c6f10c1],
  .py-sm-3[data-v-8c6f10c1] {
    padding-bottom: 8px !important;
}
.pl-sm-3[data-v-8c6f10c1],
  .px-sm-3[data-v-8c6f10c1] {
    padding-left: 8px !important;
}
.p-sm-305[data-v-8c6f10c1] {
    padding: 12px !important;
}
.pt-sm-305[data-v-8c6f10c1],
  .py-sm-305[data-v-8c6f10c1] {
    padding-top: 12px !important;
}
.pr-sm-305[data-v-8c6f10c1],
  .px-sm-305[data-v-8c6f10c1] {
    padding-right: 12px !important;
}
.pb-sm-305[data-v-8c6f10c1],
  .py-sm-305[data-v-8c6f10c1] {
    padding-bottom: 12px !important;
}
.pl-sm-305[data-v-8c6f10c1],
  .px-sm-305[data-v-8c6f10c1] {
    padding-left: 12px !important;
}
.p-sm-4[data-v-8c6f10c1] {
    padding: 16px !important;
}
.pt-sm-4[data-v-8c6f10c1],
  .py-sm-4[data-v-8c6f10c1] {
    padding-top: 16px !important;
}
.pr-sm-4[data-v-8c6f10c1],
  .px-sm-4[data-v-8c6f10c1] {
    padding-right: 16px !important;
}
.pb-sm-4[data-v-8c6f10c1],
  .py-sm-4[data-v-8c6f10c1] {
    padding-bottom: 16px !important;
}
.pl-sm-4[data-v-8c6f10c1],
  .px-sm-4[data-v-8c6f10c1] {
    padding-left: 16px !important;
}
.p-sm-405[data-v-8c6f10c1] {
    padding: 20px !important;
}
.pt-sm-405[data-v-8c6f10c1],
  .py-sm-405[data-v-8c6f10c1] {
    padding-top: 20px !important;
}
.pr-sm-405[data-v-8c6f10c1],
  .px-sm-405[data-v-8c6f10c1] {
    padding-right: 20px !important;
}
.pb-sm-405[data-v-8c6f10c1],
  .py-sm-405[data-v-8c6f10c1] {
    padding-bottom: 20px !important;
}
.pl-sm-405[data-v-8c6f10c1],
  .px-sm-405[data-v-8c6f10c1] {
    padding-left: 20px !important;
}
.p-sm-5[data-v-8c6f10c1] {
    padding: 24px !important;
}
.pt-sm-5[data-v-8c6f10c1],
  .py-sm-5[data-v-8c6f10c1] {
    padding-top: 24px !important;
}
.pr-sm-5[data-v-8c6f10c1],
  .px-sm-5[data-v-8c6f10c1] {
    padding-right: 24px !important;
}
.pb-sm-5[data-v-8c6f10c1],
  .py-sm-5[data-v-8c6f10c1] {
    padding-bottom: 24px !important;
}
.pl-sm-5[data-v-8c6f10c1],
  .px-sm-5[data-v-8c6f10c1] {
    padding-left: 24px !important;
}
.p-sm-505[data-v-8c6f10c1] {
    padding: 28px !important;
}
.pt-sm-505[data-v-8c6f10c1],
  .py-sm-505[data-v-8c6f10c1] {
    padding-top: 28px !important;
}
.pr-sm-505[data-v-8c6f10c1],
  .px-sm-505[data-v-8c6f10c1] {
    padding-right: 28px !important;
}
.pb-sm-505[data-v-8c6f10c1],
  .py-sm-505[data-v-8c6f10c1] {
    padding-bottom: 28px !important;
}
.pl-sm-505[data-v-8c6f10c1],
  .px-sm-505[data-v-8c6f10c1] {
    padding-left: 28px !important;
}
.p-sm-6[data-v-8c6f10c1] {
    padding: 32px !important;
}
.pt-sm-6[data-v-8c6f10c1],
  .py-sm-6[data-v-8c6f10c1] {
    padding-top: 32px !important;
}
.pr-sm-6[data-v-8c6f10c1],
  .px-sm-6[data-v-8c6f10c1] {
    padding-right: 32px !important;
}
.pb-sm-6[data-v-8c6f10c1],
  .py-sm-6[data-v-8c6f10c1] {
    padding-bottom: 32px !important;
}
.pl-sm-6[data-v-8c6f10c1],
  .px-sm-6[data-v-8c6f10c1] {
    padding-left: 32px !important;
}
.p-sm-605[data-v-8c6f10c1] {
    padding: 36px !important;
}
.pt-sm-605[data-v-8c6f10c1],
  .py-sm-605[data-v-8c6f10c1] {
    padding-top: 36px !important;
}
.pr-sm-605[data-v-8c6f10c1],
  .px-sm-605[data-v-8c6f10c1] {
    padding-right: 36px !important;
}
.pb-sm-605[data-v-8c6f10c1],
  .py-sm-605[data-v-8c6f10c1] {
    padding-bottom: 36px !important;
}
.pl-sm-605[data-v-8c6f10c1],
  .px-sm-605[data-v-8c6f10c1] {
    padding-left: 36px !important;
}
.p-sm-7[data-v-8c6f10c1] {
    padding: 40px !important;
}
.pt-sm-7[data-v-8c6f10c1],
  .py-sm-7[data-v-8c6f10c1] {
    padding-top: 40px !important;
}
.pr-sm-7[data-v-8c6f10c1],
  .px-sm-7[data-v-8c6f10c1] {
    padding-right: 40px !important;
}
.pb-sm-7[data-v-8c6f10c1],
  .py-sm-7[data-v-8c6f10c1] {
    padding-bottom: 40px !important;
}
.pl-sm-7[data-v-8c6f10c1],
  .px-sm-7[data-v-8c6f10c1] {
    padding-left: 40px !important;
}
.p-sm-705[data-v-8c6f10c1] {
    padding: 44px !important;
}
.pt-sm-705[data-v-8c6f10c1],
  .py-sm-705[data-v-8c6f10c1] {
    padding-top: 44px !important;
}
.pr-sm-705[data-v-8c6f10c1],
  .px-sm-705[data-v-8c6f10c1] {
    padding-right: 44px !important;
}
.pb-sm-705[data-v-8c6f10c1],
  .py-sm-705[data-v-8c6f10c1] {
    padding-bottom: 44px !important;
}
.pl-sm-705[data-v-8c6f10c1],
  .px-sm-705[data-v-8c6f10c1] {
    padding-left: 44px !important;
}
.p-sm-8[data-v-8c6f10c1] {
    padding: 48px !important;
}
.pt-sm-8[data-v-8c6f10c1],
  .py-sm-8[data-v-8c6f10c1] {
    padding-top: 48px !important;
}
.pr-sm-8[data-v-8c6f10c1],
  .px-sm-8[data-v-8c6f10c1] {
    padding-right: 48px !important;
}
.pb-sm-8[data-v-8c6f10c1],
  .py-sm-8[data-v-8c6f10c1] {
    padding-bottom: 48px !important;
}
.pl-sm-8[data-v-8c6f10c1],
  .px-sm-8[data-v-8c6f10c1] {
    padding-left: 48px !important;
}
.p-sm-805[data-v-8c6f10c1] {
    padding: 52px !important;
}
.pt-sm-805[data-v-8c6f10c1],
  .py-sm-805[data-v-8c6f10c1] {
    padding-top: 52px !important;
}
.pr-sm-805[data-v-8c6f10c1],
  .px-sm-805[data-v-8c6f10c1] {
    padding-right: 52px !important;
}
.pb-sm-805[data-v-8c6f10c1],
  .py-sm-805[data-v-8c6f10c1] {
    padding-bottom: 52px !important;
}
.pl-sm-805[data-v-8c6f10c1],
  .px-sm-805[data-v-8c6f10c1] {
    padding-left: 52px !important;
}
.p-sm-9[data-v-8c6f10c1] {
    padding: 56px !important;
}
.pt-sm-9[data-v-8c6f10c1],
  .py-sm-9[data-v-8c6f10c1] {
    padding-top: 56px !important;
}
.pr-sm-9[data-v-8c6f10c1],
  .px-sm-9[data-v-8c6f10c1] {
    padding-right: 56px !important;
}
.pb-sm-9[data-v-8c6f10c1],
  .py-sm-9[data-v-8c6f10c1] {
    padding-bottom: 56px !important;
}
.pl-sm-9[data-v-8c6f10c1],
  .px-sm-9[data-v-8c6f10c1] {
    padding-left: 56px !important;
}
.p-sm-905[data-v-8c6f10c1] {
    padding: 60px !important;
}
.pt-sm-905[data-v-8c6f10c1],
  .py-sm-905[data-v-8c6f10c1] {
    padding-top: 60px !important;
}
.pr-sm-905[data-v-8c6f10c1],
  .px-sm-905[data-v-8c6f10c1] {
    padding-right: 60px !important;
}
.pb-sm-905[data-v-8c6f10c1],
  .py-sm-905[data-v-8c6f10c1] {
    padding-bottom: 60px !important;
}
.pl-sm-905[data-v-8c6f10c1],
  .px-sm-905[data-v-8c6f10c1] {
    padding-left: 60px !important;
}
.m-sm-auto[data-v-8c6f10c1] {
    margin: auto !important;
}
.mt-sm-auto[data-v-8c6f10c1],
  .my-sm-auto[data-v-8c6f10c1] {
    margin-top: auto !important;
}
.mr-sm-auto[data-v-8c6f10c1],
  .mx-sm-auto[data-v-8c6f10c1] {
    margin-right: auto !important;
}
.mb-sm-auto[data-v-8c6f10c1],
  .my-sm-auto[data-v-8c6f10c1] {
    margin-bottom: auto !important;
}
.ml-sm-auto[data-v-8c6f10c1],
  .mx-sm-auto[data-v-8c6f10c1] {
    margin-left: auto !important;
}
}
@media (min-width: 768px) {
.m-md-0[data-v-8c6f10c1] {
    margin: 0 !important;
}
.mt-md-0[data-v-8c6f10c1],
  .my-md-0[data-v-8c6f10c1] {
    margin-top: 0 !important;
}
.mr-md-0[data-v-8c6f10c1],
  .mx-md-0[data-v-8c6f10c1] {
    margin-right: 0 !important;
}
.mb-md-0[data-v-8c6f10c1],
  .my-md-0[data-v-8c6f10c1] {
    margin-bottom: 0 !important;
}
.ml-md-0[data-v-8c6f10c1],
  .mx-md-0[data-v-8c6f10c1] {
    margin-left: 0 !important;
}
.m-md-1[data-v-8c6f10c1] {
    margin: 2px !important;
}
.mt-md-1[data-v-8c6f10c1],
  .my-md-1[data-v-8c6f10c1] {
    margin-top: 2px !important;
}
.mr-md-1[data-v-8c6f10c1],
  .mx-md-1[data-v-8c6f10c1] {
    margin-right: 2px !important;
}
.mb-md-1[data-v-8c6f10c1],
  .my-md-1[data-v-8c6f10c1] {
    margin-bottom: 2px !important;
}
.ml-md-1[data-v-8c6f10c1],
  .mx-md-1[data-v-8c6f10c1] {
    margin-left: 2px !important;
}
.m-md-2[data-v-8c6f10c1] {
    margin: 4px !important;
}
.mt-md-2[data-v-8c6f10c1],
  .my-md-2[data-v-8c6f10c1] {
    margin-top: 4px !important;
}
.mr-md-2[data-v-8c6f10c1],
  .mx-md-2[data-v-8c6f10c1] {
    margin-right: 4px !important;
}
.mb-md-2[data-v-8c6f10c1],
  .my-md-2[data-v-8c6f10c1] {
    margin-bottom: 4px !important;
}
.ml-md-2[data-v-8c6f10c1],
  .mx-md-2[data-v-8c6f10c1] {
    margin-left: 4px !important;
}
.m-md-3[data-v-8c6f10c1] {
    margin: 8px !important;
}
.mt-md-3[data-v-8c6f10c1],
  .my-md-3[data-v-8c6f10c1] {
    margin-top: 8px !important;
}
.mr-md-3[data-v-8c6f10c1],
  .mx-md-3[data-v-8c6f10c1] {
    margin-right: 8px !important;
}
.mb-md-3[data-v-8c6f10c1],
  .my-md-3[data-v-8c6f10c1] {
    margin-bottom: 8px !important;
}
.ml-md-3[data-v-8c6f10c1],
  .mx-md-3[data-v-8c6f10c1] {
    margin-left: 8px !important;
}
.m-md-305[data-v-8c6f10c1] {
    margin: 12px !important;
}
.mt-md-305[data-v-8c6f10c1],
  .my-md-305[data-v-8c6f10c1] {
    margin-top: 12px !important;
}
.mr-md-305[data-v-8c6f10c1],
  .mx-md-305[data-v-8c6f10c1] {
    margin-right: 12px !important;
}
.mb-md-305[data-v-8c6f10c1],
  .my-md-305[data-v-8c6f10c1] {
    margin-bottom: 12px !important;
}
.ml-md-305[data-v-8c6f10c1],
  .mx-md-305[data-v-8c6f10c1] {
    margin-left: 12px !important;
}
.m-md-4[data-v-8c6f10c1] {
    margin: 16px !important;
}
.mt-md-4[data-v-8c6f10c1],
  .my-md-4[data-v-8c6f10c1] {
    margin-top: 16px !important;
}
.mr-md-4[data-v-8c6f10c1],
  .mx-md-4[data-v-8c6f10c1] {
    margin-right: 16px !important;
}
.mb-md-4[data-v-8c6f10c1],
  .my-md-4[data-v-8c6f10c1] {
    margin-bottom: 16px !important;
}
.ml-md-4[data-v-8c6f10c1],
  .mx-md-4[data-v-8c6f10c1] {
    margin-left: 16px !important;
}
.m-md-405[data-v-8c6f10c1] {
    margin: 20px !important;
}
.mt-md-405[data-v-8c6f10c1],
  .my-md-405[data-v-8c6f10c1] {
    margin-top: 20px !important;
}
.mr-md-405[data-v-8c6f10c1],
  .mx-md-405[data-v-8c6f10c1] {
    margin-right: 20px !important;
}
.mb-md-405[data-v-8c6f10c1],
  .my-md-405[data-v-8c6f10c1] {
    margin-bottom: 20px !important;
}
.ml-md-405[data-v-8c6f10c1],
  .mx-md-405[data-v-8c6f10c1] {
    margin-left: 20px !important;
}
.m-md-5[data-v-8c6f10c1] {
    margin: 24px !important;
}
.mt-md-5[data-v-8c6f10c1],
  .my-md-5[data-v-8c6f10c1] {
    margin-top: 24px !important;
}
.mr-md-5[data-v-8c6f10c1],
  .mx-md-5[data-v-8c6f10c1] {
    margin-right: 24px !important;
}
.mb-md-5[data-v-8c6f10c1],
  .my-md-5[data-v-8c6f10c1] {
    margin-bottom: 24px !important;
}
.ml-md-5[data-v-8c6f10c1],
  .mx-md-5[data-v-8c6f10c1] {
    margin-left: 24px !important;
}
.m-md-505[data-v-8c6f10c1] {
    margin: 28px !important;
}
.mt-md-505[data-v-8c6f10c1],
  .my-md-505[data-v-8c6f10c1] {
    margin-top: 28px !important;
}
.mr-md-505[data-v-8c6f10c1],
  .mx-md-505[data-v-8c6f10c1] {
    margin-right: 28px !important;
}
.mb-md-505[data-v-8c6f10c1],
  .my-md-505[data-v-8c6f10c1] {
    margin-bottom: 28px !important;
}
.ml-md-505[data-v-8c6f10c1],
  .mx-md-505[data-v-8c6f10c1] {
    margin-left: 28px !important;
}
.m-md-6[data-v-8c6f10c1] {
    margin: 32px !important;
}
.mt-md-6[data-v-8c6f10c1],
  .my-md-6[data-v-8c6f10c1] {
    margin-top: 32px !important;
}
.mr-md-6[data-v-8c6f10c1],
  .mx-md-6[data-v-8c6f10c1] {
    margin-right: 32px !important;
}
.mb-md-6[data-v-8c6f10c1],
  .my-md-6[data-v-8c6f10c1] {
    margin-bottom: 32px !important;
}
.ml-md-6[data-v-8c6f10c1],
  .mx-md-6[data-v-8c6f10c1] {
    margin-left: 32px !important;
}
.m-md-605[data-v-8c6f10c1] {
    margin: 36px !important;
}
.mt-md-605[data-v-8c6f10c1],
  .my-md-605[data-v-8c6f10c1] {
    margin-top: 36px !important;
}
.mr-md-605[data-v-8c6f10c1],
  .mx-md-605[data-v-8c6f10c1] {
    margin-right: 36px !important;
}
.mb-md-605[data-v-8c6f10c1],
  .my-md-605[data-v-8c6f10c1] {
    margin-bottom: 36px !important;
}
.ml-md-605[data-v-8c6f10c1],
  .mx-md-605[data-v-8c6f10c1] {
    margin-left: 36px !important;
}
.m-md-7[data-v-8c6f10c1] {
    margin: 40px !important;
}
.mt-md-7[data-v-8c6f10c1],
  .my-md-7[data-v-8c6f10c1] {
    margin-top: 40px !important;
}
.mr-md-7[data-v-8c6f10c1],
  .mx-md-7[data-v-8c6f10c1] {
    margin-right: 40px !important;
}
.mb-md-7[data-v-8c6f10c1],
  .my-md-7[data-v-8c6f10c1] {
    margin-bottom: 40px !important;
}
.ml-md-7[data-v-8c6f10c1],
  .mx-md-7[data-v-8c6f10c1] {
    margin-left: 40px !important;
}
.m-md-705[data-v-8c6f10c1] {
    margin: 44px !important;
}
.mt-md-705[data-v-8c6f10c1],
  .my-md-705[data-v-8c6f10c1] {
    margin-top: 44px !important;
}
.mr-md-705[data-v-8c6f10c1],
  .mx-md-705[data-v-8c6f10c1] {
    margin-right: 44px !important;
}
.mb-md-705[data-v-8c6f10c1],
  .my-md-705[data-v-8c6f10c1] {
    margin-bottom: 44px !important;
}
.ml-md-705[data-v-8c6f10c1],
  .mx-md-705[data-v-8c6f10c1] {
    margin-left: 44px !important;
}
.m-md-8[data-v-8c6f10c1] {
    margin: 48px !important;
}
.mt-md-8[data-v-8c6f10c1],
  .my-md-8[data-v-8c6f10c1] {
    margin-top: 48px !important;
}
.mr-md-8[data-v-8c6f10c1],
  .mx-md-8[data-v-8c6f10c1] {
    margin-right: 48px !important;
}
.mb-md-8[data-v-8c6f10c1],
  .my-md-8[data-v-8c6f10c1] {
    margin-bottom: 48px !important;
}
.ml-md-8[data-v-8c6f10c1],
  .mx-md-8[data-v-8c6f10c1] {
    margin-left: 48px !important;
}
.m-md-805[data-v-8c6f10c1] {
    margin: 52px !important;
}
.mt-md-805[data-v-8c6f10c1],
  .my-md-805[data-v-8c6f10c1] {
    margin-top: 52px !important;
}
.mr-md-805[data-v-8c6f10c1],
  .mx-md-805[data-v-8c6f10c1] {
    margin-right: 52px !important;
}
.mb-md-805[data-v-8c6f10c1],
  .my-md-805[data-v-8c6f10c1] {
    margin-bottom: 52px !important;
}
.ml-md-805[data-v-8c6f10c1],
  .mx-md-805[data-v-8c6f10c1] {
    margin-left: 52px !important;
}
.m-md-9[data-v-8c6f10c1] {
    margin: 56px !important;
}
.mt-md-9[data-v-8c6f10c1],
  .my-md-9[data-v-8c6f10c1] {
    margin-top: 56px !important;
}
.mr-md-9[data-v-8c6f10c1],
  .mx-md-9[data-v-8c6f10c1] {
    margin-right: 56px !important;
}
.mb-md-9[data-v-8c6f10c1],
  .my-md-9[data-v-8c6f10c1] {
    margin-bottom: 56px !important;
}
.ml-md-9[data-v-8c6f10c1],
  .mx-md-9[data-v-8c6f10c1] {
    margin-left: 56px !important;
}
.m-md-905[data-v-8c6f10c1] {
    margin: 60px !important;
}
.mt-md-905[data-v-8c6f10c1],
  .my-md-905[data-v-8c6f10c1] {
    margin-top: 60px !important;
}
.mr-md-905[data-v-8c6f10c1],
  .mx-md-905[data-v-8c6f10c1] {
    margin-right: 60px !important;
}
.mb-md-905[data-v-8c6f10c1],
  .my-md-905[data-v-8c6f10c1] {
    margin-bottom: 60px !important;
}
.ml-md-905[data-v-8c6f10c1],
  .mx-md-905[data-v-8c6f10c1] {
    margin-left: 60px !important;
}
.p-md-0[data-v-8c6f10c1] {
    padding: 0 !important;
}
.pt-md-0[data-v-8c6f10c1],
  .py-md-0[data-v-8c6f10c1] {
    padding-top: 0 !important;
}
.pr-md-0[data-v-8c6f10c1],
  .px-md-0[data-v-8c6f10c1] {
    padding-right: 0 !important;
}
.pb-md-0[data-v-8c6f10c1],
  .py-md-0[data-v-8c6f10c1] {
    padding-bottom: 0 !important;
}
.pl-md-0[data-v-8c6f10c1],
  .px-md-0[data-v-8c6f10c1] {
    padding-left: 0 !important;
}
.p-md-1[data-v-8c6f10c1] {
    padding: 2px !important;
}
.pt-md-1[data-v-8c6f10c1],
  .py-md-1[data-v-8c6f10c1] {
    padding-top: 2px !important;
}
.pr-md-1[data-v-8c6f10c1],
  .px-md-1[data-v-8c6f10c1] {
    padding-right: 2px !important;
}
.pb-md-1[data-v-8c6f10c1],
  .py-md-1[data-v-8c6f10c1] {
    padding-bottom: 2px !important;
}
.pl-md-1[data-v-8c6f10c1],
  .px-md-1[data-v-8c6f10c1] {
    padding-left: 2px !important;
}
.p-md-2[data-v-8c6f10c1] {
    padding: 4px !important;
}
.pt-md-2[data-v-8c6f10c1],
  .py-md-2[data-v-8c6f10c1] {
    padding-top: 4px !important;
}
.pr-md-2[data-v-8c6f10c1],
  .px-md-2[data-v-8c6f10c1] {
    padding-right: 4px !important;
}
.pb-md-2[data-v-8c6f10c1],
  .py-md-2[data-v-8c6f10c1] {
    padding-bottom: 4px !important;
}
.pl-md-2[data-v-8c6f10c1],
  .px-md-2[data-v-8c6f10c1] {
    padding-left: 4px !important;
}
.p-md-3[data-v-8c6f10c1] {
    padding: 8px !important;
}
.pt-md-3[data-v-8c6f10c1],
  .py-md-3[data-v-8c6f10c1] {
    padding-top: 8px !important;
}
.pr-md-3[data-v-8c6f10c1],
  .px-md-3[data-v-8c6f10c1] {
    padding-right: 8px !important;
}
.pb-md-3[data-v-8c6f10c1],
  .py-md-3[data-v-8c6f10c1] {
    padding-bottom: 8px !important;
}
.pl-md-3[data-v-8c6f10c1],
  .px-md-3[data-v-8c6f10c1] {
    padding-left: 8px !important;
}
.p-md-305[data-v-8c6f10c1] {
    padding: 12px !important;
}
.pt-md-305[data-v-8c6f10c1],
  .py-md-305[data-v-8c6f10c1] {
    padding-top: 12px !important;
}
.pr-md-305[data-v-8c6f10c1],
  .px-md-305[data-v-8c6f10c1] {
    padding-right: 12px !important;
}
.pb-md-305[data-v-8c6f10c1],
  .py-md-305[data-v-8c6f10c1] {
    padding-bottom: 12px !important;
}
.pl-md-305[data-v-8c6f10c1],
  .px-md-305[data-v-8c6f10c1] {
    padding-left: 12px !important;
}
.p-md-4[data-v-8c6f10c1] {
    padding: 16px !important;
}
.pt-md-4[data-v-8c6f10c1],
  .py-md-4[data-v-8c6f10c1] {
    padding-top: 16px !important;
}
.pr-md-4[data-v-8c6f10c1],
  .px-md-4[data-v-8c6f10c1] {
    padding-right: 16px !important;
}
.pb-md-4[data-v-8c6f10c1],
  .py-md-4[data-v-8c6f10c1] {
    padding-bottom: 16px !important;
}
.pl-md-4[data-v-8c6f10c1],
  .px-md-4[data-v-8c6f10c1] {
    padding-left: 16px !important;
}
.p-md-405[data-v-8c6f10c1] {
    padding: 20px !important;
}
.pt-md-405[data-v-8c6f10c1],
  .py-md-405[data-v-8c6f10c1] {
    padding-top: 20px !important;
}
.pr-md-405[data-v-8c6f10c1],
  .px-md-405[data-v-8c6f10c1] {
    padding-right: 20px !important;
}
.pb-md-405[data-v-8c6f10c1],
  .py-md-405[data-v-8c6f10c1] {
    padding-bottom: 20px !important;
}
.pl-md-405[data-v-8c6f10c1],
  .px-md-405[data-v-8c6f10c1] {
    padding-left: 20px !important;
}
.p-md-5[data-v-8c6f10c1] {
    padding: 24px !important;
}
.pt-md-5[data-v-8c6f10c1],
  .py-md-5[data-v-8c6f10c1] {
    padding-top: 24px !important;
}
.pr-md-5[data-v-8c6f10c1],
  .px-md-5[data-v-8c6f10c1] {
    padding-right: 24px !important;
}
.pb-md-5[data-v-8c6f10c1],
  .py-md-5[data-v-8c6f10c1] {
    padding-bottom: 24px !important;
}
.pl-md-5[data-v-8c6f10c1],
  .px-md-5[data-v-8c6f10c1] {
    padding-left: 24px !important;
}
.p-md-505[data-v-8c6f10c1] {
    padding: 28px !important;
}
.pt-md-505[data-v-8c6f10c1],
  .py-md-505[data-v-8c6f10c1] {
    padding-top: 28px !important;
}
.pr-md-505[data-v-8c6f10c1],
  .px-md-505[data-v-8c6f10c1] {
    padding-right: 28px !important;
}
.pb-md-505[data-v-8c6f10c1],
  .py-md-505[data-v-8c6f10c1] {
    padding-bottom: 28px !important;
}
.pl-md-505[data-v-8c6f10c1],
  .px-md-505[data-v-8c6f10c1] {
    padding-left: 28px !important;
}
.p-md-6[data-v-8c6f10c1] {
    padding: 32px !important;
}
.pt-md-6[data-v-8c6f10c1],
  .py-md-6[data-v-8c6f10c1] {
    padding-top: 32px !important;
}
.pr-md-6[data-v-8c6f10c1],
  .px-md-6[data-v-8c6f10c1] {
    padding-right: 32px !important;
}
.pb-md-6[data-v-8c6f10c1],
  .py-md-6[data-v-8c6f10c1] {
    padding-bottom: 32px !important;
}
.pl-md-6[data-v-8c6f10c1],
  .px-md-6[data-v-8c6f10c1] {
    padding-left: 32px !important;
}
.p-md-605[data-v-8c6f10c1] {
    padding: 36px !important;
}
.pt-md-605[data-v-8c6f10c1],
  .py-md-605[data-v-8c6f10c1] {
    padding-top: 36px !important;
}
.pr-md-605[data-v-8c6f10c1],
  .px-md-605[data-v-8c6f10c1] {
    padding-right: 36px !important;
}
.pb-md-605[data-v-8c6f10c1],
  .py-md-605[data-v-8c6f10c1] {
    padding-bottom: 36px !important;
}
.pl-md-605[data-v-8c6f10c1],
  .px-md-605[data-v-8c6f10c1] {
    padding-left: 36px !important;
}
.p-md-7[data-v-8c6f10c1] {
    padding: 40px !important;
}
.pt-md-7[data-v-8c6f10c1],
  .py-md-7[data-v-8c6f10c1] {
    padding-top: 40px !important;
}
.pr-md-7[data-v-8c6f10c1],
  .px-md-7[data-v-8c6f10c1] {
    padding-right: 40px !important;
}
.pb-md-7[data-v-8c6f10c1],
  .py-md-7[data-v-8c6f10c1] {
    padding-bottom: 40px !important;
}
.pl-md-7[data-v-8c6f10c1],
  .px-md-7[data-v-8c6f10c1] {
    padding-left: 40px !important;
}
.p-md-705[data-v-8c6f10c1] {
    padding: 44px !important;
}
.pt-md-705[data-v-8c6f10c1],
  .py-md-705[data-v-8c6f10c1] {
    padding-top: 44px !important;
}
.pr-md-705[data-v-8c6f10c1],
  .px-md-705[data-v-8c6f10c1] {
    padding-right: 44px !important;
}
.pb-md-705[data-v-8c6f10c1],
  .py-md-705[data-v-8c6f10c1] {
    padding-bottom: 44px !important;
}
.pl-md-705[data-v-8c6f10c1],
  .px-md-705[data-v-8c6f10c1] {
    padding-left: 44px !important;
}
.p-md-8[data-v-8c6f10c1] {
    padding: 48px !important;
}
.pt-md-8[data-v-8c6f10c1],
  .py-md-8[data-v-8c6f10c1] {
    padding-top: 48px !important;
}
.pr-md-8[data-v-8c6f10c1],
  .px-md-8[data-v-8c6f10c1] {
    padding-right: 48px !important;
}
.pb-md-8[data-v-8c6f10c1],
  .py-md-8[data-v-8c6f10c1] {
    padding-bottom: 48px !important;
}
.pl-md-8[data-v-8c6f10c1],
  .px-md-8[data-v-8c6f10c1] {
    padding-left: 48px !important;
}
.p-md-805[data-v-8c6f10c1] {
    padding: 52px !important;
}
.pt-md-805[data-v-8c6f10c1],
  .py-md-805[data-v-8c6f10c1] {
    padding-top: 52px !important;
}
.pr-md-805[data-v-8c6f10c1],
  .px-md-805[data-v-8c6f10c1] {
    padding-right: 52px !important;
}
.pb-md-805[data-v-8c6f10c1],
  .py-md-805[data-v-8c6f10c1] {
    padding-bottom: 52px !important;
}
.pl-md-805[data-v-8c6f10c1],
  .px-md-805[data-v-8c6f10c1] {
    padding-left: 52px !important;
}
.p-md-9[data-v-8c6f10c1] {
    padding: 56px !important;
}
.pt-md-9[data-v-8c6f10c1],
  .py-md-9[data-v-8c6f10c1] {
    padding-top: 56px !important;
}
.pr-md-9[data-v-8c6f10c1],
  .px-md-9[data-v-8c6f10c1] {
    padding-right: 56px !important;
}
.pb-md-9[data-v-8c6f10c1],
  .py-md-9[data-v-8c6f10c1] {
    padding-bottom: 56px !important;
}
.pl-md-9[data-v-8c6f10c1],
  .px-md-9[data-v-8c6f10c1] {
    padding-left: 56px !important;
}
.p-md-905[data-v-8c6f10c1] {
    padding: 60px !important;
}
.pt-md-905[data-v-8c6f10c1],
  .py-md-905[data-v-8c6f10c1] {
    padding-top: 60px !important;
}
.pr-md-905[data-v-8c6f10c1],
  .px-md-905[data-v-8c6f10c1] {
    padding-right: 60px !important;
}
.pb-md-905[data-v-8c6f10c1],
  .py-md-905[data-v-8c6f10c1] {
    padding-bottom: 60px !important;
}
.pl-md-905[data-v-8c6f10c1],
  .px-md-905[data-v-8c6f10c1] {
    padding-left: 60px !important;
}
.m-md-auto[data-v-8c6f10c1] {
    margin: auto !important;
}
.mt-md-auto[data-v-8c6f10c1],
  .my-md-auto[data-v-8c6f10c1] {
    margin-top: auto !important;
}
.mr-md-auto[data-v-8c6f10c1],
  .mx-md-auto[data-v-8c6f10c1] {
    margin-right: auto !important;
}
.mb-md-auto[data-v-8c6f10c1],
  .my-md-auto[data-v-8c6f10c1] {
    margin-bottom: auto !important;
}
.ml-md-auto[data-v-8c6f10c1],
  .mx-md-auto[data-v-8c6f10c1] {
    margin-left: auto !important;
}
}
@media (min-width: 992px) {
.m-lg-0[data-v-8c6f10c1] {
    margin: 0 !important;
}
.mt-lg-0[data-v-8c6f10c1],
  .my-lg-0[data-v-8c6f10c1] {
    margin-top: 0 !important;
}
.mr-lg-0[data-v-8c6f10c1],
  .mx-lg-0[data-v-8c6f10c1] {
    margin-right: 0 !important;
}
.mb-lg-0[data-v-8c6f10c1],
  .my-lg-0[data-v-8c6f10c1] {
    margin-bottom: 0 !important;
}
.ml-lg-0[data-v-8c6f10c1],
  .mx-lg-0[data-v-8c6f10c1] {
    margin-left: 0 !important;
}
.m-lg-1[data-v-8c6f10c1] {
    margin: 2px !important;
}
.mt-lg-1[data-v-8c6f10c1],
  .my-lg-1[data-v-8c6f10c1] {
    margin-top: 2px !important;
}
.mr-lg-1[data-v-8c6f10c1],
  .mx-lg-1[data-v-8c6f10c1] {
    margin-right: 2px !important;
}
.mb-lg-1[data-v-8c6f10c1],
  .my-lg-1[data-v-8c6f10c1] {
    margin-bottom: 2px !important;
}
.ml-lg-1[data-v-8c6f10c1],
  .mx-lg-1[data-v-8c6f10c1] {
    margin-left: 2px !important;
}
.m-lg-2[data-v-8c6f10c1] {
    margin: 4px !important;
}
.mt-lg-2[data-v-8c6f10c1],
  .my-lg-2[data-v-8c6f10c1] {
    margin-top: 4px !important;
}
.mr-lg-2[data-v-8c6f10c1],
  .mx-lg-2[data-v-8c6f10c1] {
    margin-right: 4px !important;
}
.mb-lg-2[data-v-8c6f10c1],
  .my-lg-2[data-v-8c6f10c1] {
    margin-bottom: 4px !important;
}
.ml-lg-2[data-v-8c6f10c1],
  .mx-lg-2[data-v-8c6f10c1] {
    margin-left: 4px !important;
}
.m-lg-3[data-v-8c6f10c1] {
    margin: 8px !important;
}
.mt-lg-3[data-v-8c6f10c1],
  .my-lg-3[data-v-8c6f10c1] {
    margin-top: 8px !important;
}
.mr-lg-3[data-v-8c6f10c1],
  .mx-lg-3[data-v-8c6f10c1] {
    margin-right: 8px !important;
}
.mb-lg-3[data-v-8c6f10c1],
  .my-lg-3[data-v-8c6f10c1] {
    margin-bottom: 8px !important;
}
.ml-lg-3[data-v-8c6f10c1],
  .mx-lg-3[data-v-8c6f10c1] {
    margin-left: 8px !important;
}
.m-lg-305[data-v-8c6f10c1] {
    margin: 12px !important;
}
.mt-lg-305[data-v-8c6f10c1],
  .my-lg-305[data-v-8c6f10c1] {
    margin-top: 12px !important;
}
.mr-lg-305[data-v-8c6f10c1],
  .mx-lg-305[data-v-8c6f10c1] {
    margin-right: 12px !important;
}
.mb-lg-305[data-v-8c6f10c1],
  .my-lg-305[data-v-8c6f10c1] {
    margin-bottom: 12px !important;
}
.ml-lg-305[data-v-8c6f10c1],
  .mx-lg-305[data-v-8c6f10c1] {
    margin-left: 12px !important;
}
.m-lg-4[data-v-8c6f10c1] {
    margin: 16px !important;
}
.mt-lg-4[data-v-8c6f10c1],
  .my-lg-4[data-v-8c6f10c1] {
    margin-top: 16px !important;
}
.mr-lg-4[data-v-8c6f10c1],
  .mx-lg-4[data-v-8c6f10c1] {
    margin-right: 16px !important;
}
.mb-lg-4[data-v-8c6f10c1],
  .my-lg-4[data-v-8c6f10c1] {
    margin-bottom: 16px !important;
}
.ml-lg-4[data-v-8c6f10c1],
  .mx-lg-4[data-v-8c6f10c1] {
    margin-left: 16px !important;
}
.m-lg-405[data-v-8c6f10c1] {
    margin: 20px !important;
}
.mt-lg-405[data-v-8c6f10c1],
  .my-lg-405[data-v-8c6f10c1] {
    margin-top: 20px !important;
}
.mr-lg-405[data-v-8c6f10c1],
  .mx-lg-405[data-v-8c6f10c1] {
    margin-right: 20px !important;
}
.mb-lg-405[data-v-8c6f10c1],
  .my-lg-405[data-v-8c6f10c1] {
    margin-bottom: 20px !important;
}
.ml-lg-405[data-v-8c6f10c1],
  .mx-lg-405[data-v-8c6f10c1] {
    margin-left: 20px !important;
}
.m-lg-5[data-v-8c6f10c1] {
    margin: 24px !important;
}
.mt-lg-5[data-v-8c6f10c1],
  .my-lg-5[data-v-8c6f10c1] {
    margin-top: 24px !important;
}
.mr-lg-5[data-v-8c6f10c1],
  .mx-lg-5[data-v-8c6f10c1] {
    margin-right: 24px !important;
}
.mb-lg-5[data-v-8c6f10c1],
  .my-lg-5[data-v-8c6f10c1] {
    margin-bottom: 24px !important;
}
.ml-lg-5[data-v-8c6f10c1],
  .mx-lg-5[data-v-8c6f10c1] {
    margin-left: 24px !important;
}
.m-lg-505[data-v-8c6f10c1] {
    margin: 28px !important;
}
.mt-lg-505[data-v-8c6f10c1],
  .my-lg-505[data-v-8c6f10c1] {
    margin-top: 28px !important;
}
.mr-lg-505[data-v-8c6f10c1],
  .mx-lg-505[data-v-8c6f10c1] {
    margin-right: 28px !important;
}
.mb-lg-505[data-v-8c6f10c1],
  .my-lg-505[data-v-8c6f10c1] {
    margin-bottom: 28px !important;
}
.ml-lg-505[data-v-8c6f10c1],
  .mx-lg-505[data-v-8c6f10c1] {
    margin-left: 28px !important;
}
.m-lg-6[data-v-8c6f10c1] {
    margin: 32px !important;
}
.mt-lg-6[data-v-8c6f10c1],
  .my-lg-6[data-v-8c6f10c1] {
    margin-top: 32px !important;
}
.mr-lg-6[data-v-8c6f10c1],
  .mx-lg-6[data-v-8c6f10c1] {
    margin-right: 32px !important;
}
.mb-lg-6[data-v-8c6f10c1],
  .my-lg-6[data-v-8c6f10c1] {
    margin-bottom: 32px !important;
}
.ml-lg-6[data-v-8c6f10c1],
  .mx-lg-6[data-v-8c6f10c1] {
    margin-left: 32px !important;
}
.m-lg-605[data-v-8c6f10c1] {
    margin: 36px !important;
}
.mt-lg-605[data-v-8c6f10c1],
  .my-lg-605[data-v-8c6f10c1] {
    margin-top: 36px !important;
}
.mr-lg-605[data-v-8c6f10c1],
  .mx-lg-605[data-v-8c6f10c1] {
    margin-right: 36px !important;
}
.mb-lg-605[data-v-8c6f10c1],
  .my-lg-605[data-v-8c6f10c1] {
    margin-bottom: 36px !important;
}
.ml-lg-605[data-v-8c6f10c1],
  .mx-lg-605[data-v-8c6f10c1] {
    margin-left: 36px !important;
}
.m-lg-7[data-v-8c6f10c1] {
    margin: 40px !important;
}
.mt-lg-7[data-v-8c6f10c1],
  .my-lg-7[data-v-8c6f10c1] {
    margin-top: 40px !important;
}
.mr-lg-7[data-v-8c6f10c1],
  .mx-lg-7[data-v-8c6f10c1] {
    margin-right: 40px !important;
}
.mb-lg-7[data-v-8c6f10c1],
  .my-lg-7[data-v-8c6f10c1] {
    margin-bottom: 40px !important;
}
.ml-lg-7[data-v-8c6f10c1],
  .mx-lg-7[data-v-8c6f10c1] {
    margin-left: 40px !important;
}
.m-lg-705[data-v-8c6f10c1] {
    margin: 44px !important;
}
.mt-lg-705[data-v-8c6f10c1],
  .my-lg-705[data-v-8c6f10c1] {
    margin-top: 44px !important;
}
.mr-lg-705[data-v-8c6f10c1],
  .mx-lg-705[data-v-8c6f10c1] {
    margin-right: 44px !important;
}
.mb-lg-705[data-v-8c6f10c1],
  .my-lg-705[data-v-8c6f10c1] {
    margin-bottom: 44px !important;
}
.ml-lg-705[data-v-8c6f10c1],
  .mx-lg-705[data-v-8c6f10c1] {
    margin-left: 44px !important;
}
.m-lg-8[data-v-8c6f10c1] {
    margin: 48px !important;
}
.mt-lg-8[data-v-8c6f10c1],
  .my-lg-8[data-v-8c6f10c1] {
    margin-top: 48px !important;
}
.mr-lg-8[data-v-8c6f10c1],
  .mx-lg-8[data-v-8c6f10c1] {
    margin-right: 48px !important;
}
.mb-lg-8[data-v-8c6f10c1],
  .my-lg-8[data-v-8c6f10c1] {
    margin-bottom: 48px !important;
}
.ml-lg-8[data-v-8c6f10c1],
  .mx-lg-8[data-v-8c6f10c1] {
    margin-left: 48px !important;
}
.m-lg-805[data-v-8c6f10c1] {
    margin: 52px !important;
}
.mt-lg-805[data-v-8c6f10c1],
  .my-lg-805[data-v-8c6f10c1] {
    margin-top: 52px !important;
}
.mr-lg-805[data-v-8c6f10c1],
  .mx-lg-805[data-v-8c6f10c1] {
    margin-right: 52px !important;
}
.mb-lg-805[data-v-8c6f10c1],
  .my-lg-805[data-v-8c6f10c1] {
    margin-bottom: 52px !important;
}
.ml-lg-805[data-v-8c6f10c1],
  .mx-lg-805[data-v-8c6f10c1] {
    margin-left: 52px !important;
}
.m-lg-9[data-v-8c6f10c1] {
    margin: 56px !important;
}
.mt-lg-9[data-v-8c6f10c1],
  .my-lg-9[data-v-8c6f10c1] {
    margin-top: 56px !important;
}
.mr-lg-9[data-v-8c6f10c1],
  .mx-lg-9[data-v-8c6f10c1] {
    margin-right: 56px !important;
}
.mb-lg-9[data-v-8c6f10c1],
  .my-lg-9[data-v-8c6f10c1] {
    margin-bottom: 56px !important;
}
.ml-lg-9[data-v-8c6f10c1],
  .mx-lg-9[data-v-8c6f10c1] {
    margin-left: 56px !important;
}
.m-lg-905[data-v-8c6f10c1] {
    margin: 60px !important;
}
.mt-lg-905[data-v-8c6f10c1],
  .my-lg-905[data-v-8c6f10c1] {
    margin-top: 60px !important;
}
.mr-lg-905[data-v-8c6f10c1],
  .mx-lg-905[data-v-8c6f10c1] {
    margin-right: 60px !important;
}
.mb-lg-905[data-v-8c6f10c1],
  .my-lg-905[data-v-8c6f10c1] {
    margin-bottom: 60px !important;
}
.ml-lg-905[data-v-8c6f10c1],
  .mx-lg-905[data-v-8c6f10c1] {
    margin-left: 60px !important;
}
.p-lg-0[data-v-8c6f10c1] {
    padding: 0 !important;
}
.pt-lg-0[data-v-8c6f10c1],
  .py-lg-0[data-v-8c6f10c1] {
    padding-top: 0 !important;
}
.pr-lg-0[data-v-8c6f10c1],
  .px-lg-0[data-v-8c6f10c1] {
    padding-right: 0 !important;
}
.pb-lg-0[data-v-8c6f10c1],
  .py-lg-0[data-v-8c6f10c1] {
    padding-bottom: 0 !important;
}
.pl-lg-0[data-v-8c6f10c1],
  .px-lg-0[data-v-8c6f10c1] {
    padding-left: 0 !important;
}
.p-lg-1[data-v-8c6f10c1] {
    padding: 2px !important;
}
.pt-lg-1[data-v-8c6f10c1],
  .py-lg-1[data-v-8c6f10c1] {
    padding-top: 2px !important;
}
.pr-lg-1[data-v-8c6f10c1],
  .px-lg-1[data-v-8c6f10c1] {
    padding-right: 2px !important;
}
.pb-lg-1[data-v-8c6f10c1],
  .py-lg-1[data-v-8c6f10c1] {
    padding-bottom: 2px !important;
}
.pl-lg-1[data-v-8c6f10c1],
  .px-lg-1[data-v-8c6f10c1] {
    padding-left: 2px !important;
}
.p-lg-2[data-v-8c6f10c1] {
    padding: 4px !important;
}
.pt-lg-2[data-v-8c6f10c1],
  .py-lg-2[data-v-8c6f10c1] {
    padding-top: 4px !important;
}
.pr-lg-2[data-v-8c6f10c1],
  .px-lg-2[data-v-8c6f10c1] {
    padding-right: 4px !important;
}
.pb-lg-2[data-v-8c6f10c1],
  .py-lg-2[data-v-8c6f10c1] {
    padding-bottom: 4px !important;
}
.pl-lg-2[data-v-8c6f10c1],
  .px-lg-2[data-v-8c6f10c1] {
    padding-left: 4px !important;
}
.p-lg-3[data-v-8c6f10c1] {
    padding: 8px !important;
}
.pt-lg-3[data-v-8c6f10c1],
  .py-lg-3[data-v-8c6f10c1] {
    padding-top: 8px !important;
}
.pr-lg-3[data-v-8c6f10c1],
  .px-lg-3[data-v-8c6f10c1] {
    padding-right: 8px !important;
}
.pb-lg-3[data-v-8c6f10c1],
  .py-lg-3[data-v-8c6f10c1] {
    padding-bottom: 8px !important;
}
.pl-lg-3[data-v-8c6f10c1],
  .px-lg-3[data-v-8c6f10c1] {
    padding-left: 8px !important;
}
.p-lg-305[data-v-8c6f10c1] {
    padding: 12px !important;
}
.pt-lg-305[data-v-8c6f10c1],
  .py-lg-305[data-v-8c6f10c1] {
    padding-top: 12px !important;
}
.pr-lg-305[data-v-8c6f10c1],
  .px-lg-305[data-v-8c6f10c1] {
    padding-right: 12px !important;
}
.pb-lg-305[data-v-8c6f10c1],
  .py-lg-305[data-v-8c6f10c1] {
    padding-bottom: 12px !important;
}
.pl-lg-305[data-v-8c6f10c1],
  .px-lg-305[data-v-8c6f10c1] {
    padding-left: 12px !important;
}
.p-lg-4[data-v-8c6f10c1] {
    padding: 16px !important;
}
.pt-lg-4[data-v-8c6f10c1],
  .py-lg-4[data-v-8c6f10c1] {
    padding-top: 16px !important;
}
.pr-lg-4[data-v-8c6f10c1],
  .px-lg-4[data-v-8c6f10c1] {
    padding-right: 16px !important;
}
.pb-lg-4[data-v-8c6f10c1],
  .py-lg-4[data-v-8c6f10c1] {
    padding-bottom: 16px !important;
}
.pl-lg-4[data-v-8c6f10c1],
  .px-lg-4[data-v-8c6f10c1] {
    padding-left: 16px !important;
}
.p-lg-405[data-v-8c6f10c1] {
    padding: 20px !important;
}
.pt-lg-405[data-v-8c6f10c1],
  .py-lg-405[data-v-8c6f10c1] {
    padding-top: 20px !important;
}
.pr-lg-405[data-v-8c6f10c1],
  .px-lg-405[data-v-8c6f10c1] {
    padding-right: 20px !important;
}
.pb-lg-405[data-v-8c6f10c1],
  .py-lg-405[data-v-8c6f10c1] {
    padding-bottom: 20px !important;
}
.pl-lg-405[data-v-8c6f10c1],
  .px-lg-405[data-v-8c6f10c1] {
    padding-left: 20px !important;
}
.p-lg-5[data-v-8c6f10c1] {
    padding: 24px !important;
}
.pt-lg-5[data-v-8c6f10c1],
  .py-lg-5[data-v-8c6f10c1] {
    padding-top: 24px !important;
}
.pr-lg-5[data-v-8c6f10c1],
  .px-lg-5[data-v-8c6f10c1] {
    padding-right: 24px !important;
}
.pb-lg-5[data-v-8c6f10c1],
  .py-lg-5[data-v-8c6f10c1] {
    padding-bottom: 24px !important;
}
.pl-lg-5[data-v-8c6f10c1],
  .px-lg-5[data-v-8c6f10c1] {
    padding-left: 24px !important;
}
.p-lg-505[data-v-8c6f10c1] {
    padding: 28px !important;
}
.pt-lg-505[data-v-8c6f10c1],
  .py-lg-505[data-v-8c6f10c1] {
    padding-top: 28px !important;
}
.pr-lg-505[data-v-8c6f10c1],
  .px-lg-505[data-v-8c6f10c1] {
    padding-right: 28px !important;
}
.pb-lg-505[data-v-8c6f10c1],
  .py-lg-505[data-v-8c6f10c1] {
    padding-bottom: 28px !important;
}
.pl-lg-505[data-v-8c6f10c1],
  .px-lg-505[data-v-8c6f10c1] {
    padding-left: 28px !important;
}
.p-lg-6[data-v-8c6f10c1] {
    padding: 32px !important;
}
.pt-lg-6[data-v-8c6f10c1],
  .py-lg-6[data-v-8c6f10c1] {
    padding-top: 32px !important;
}
.pr-lg-6[data-v-8c6f10c1],
  .px-lg-6[data-v-8c6f10c1] {
    padding-right: 32px !important;
}
.pb-lg-6[data-v-8c6f10c1],
  .py-lg-6[data-v-8c6f10c1] {
    padding-bottom: 32px !important;
}
.pl-lg-6[data-v-8c6f10c1],
  .px-lg-6[data-v-8c6f10c1] {
    padding-left: 32px !important;
}
.p-lg-605[data-v-8c6f10c1] {
    padding: 36px !important;
}
.pt-lg-605[data-v-8c6f10c1],
  .py-lg-605[data-v-8c6f10c1] {
    padding-top: 36px !important;
}
.pr-lg-605[data-v-8c6f10c1],
  .px-lg-605[data-v-8c6f10c1] {
    padding-right: 36px !important;
}
.pb-lg-605[data-v-8c6f10c1],
  .py-lg-605[data-v-8c6f10c1] {
    padding-bottom: 36px !important;
}
.pl-lg-605[data-v-8c6f10c1],
  .px-lg-605[data-v-8c6f10c1] {
    padding-left: 36px !important;
}
.p-lg-7[data-v-8c6f10c1] {
    padding: 40px !important;
}
.pt-lg-7[data-v-8c6f10c1],
  .py-lg-7[data-v-8c6f10c1] {
    padding-top: 40px !important;
}
.pr-lg-7[data-v-8c6f10c1],
  .px-lg-7[data-v-8c6f10c1] {
    padding-right: 40px !important;
}
.pb-lg-7[data-v-8c6f10c1],
  .py-lg-7[data-v-8c6f10c1] {
    padding-bottom: 40px !important;
}
.pl-lg-7[data-v-8c6f10c1],
  .px-lg-7[data-v-8c6f10c1] {
    padding-left: 40px !important;
}
.p-lg-705[data-v-8c6f10c1] {
    padding: 44px !important;
}
.pt-lg-705[data-v-8c6f10c1],
  .py-lg-705[data-v-8c6f10c1] {
    padding-top: 44px !important;
}
.pr-lg-705[data-v-8c6f10c1],
  .px-lg-705[data-v-8c6f10c1] {
    padding-right: 44px !important;
}
.pb-lg-705[data-v-8c6f10c1],
  .py-lg-705[data-v-8c6f10c1] {
    padding-bottom: 44px !important;
}
.pl-lg-705[data-v-8c6f10c1],
  .px-lg-705[data-v-8c6f10c1] {
    padding-left: 44px !important;
}
.p-lg-8[data-v-8c6f10c1] {
    padding: 48px !important;
}
.pt-lg-8[data-v-8c6f10c1],
  .py-lg-8[data-v-8c6f10c1] {
    padding-top: 48px !important;
}
.pr-lg-8[data-v-8c6f10c1],
  .px-lg-8[data-v-8c6f10c1] {
    padding-right: 48px !important;
}
.pb-lg-8[data-v-8c6f10c1],
  .py-lg-8[data-v-8c6f10c1] {
    padding-bottom: 48px !important;
}
.pl-lg-8[data-v-8c6f10c1],
  .px-lg-8[data-v-8c6f10c1] {
    padding-left: 48px !important;
}
.p-lg-805[data-v-8c6f10c1] {
    padding: 52px !important;
}
.pt-lg-805[data-v-8c6f10c1],
  .py-lg-805[data-v-8c6f10c1] {
    padding-top: 52px !important;
}
.pr-lg-805[data-v-8c6f10c1],
  .px-lg-805[data-v-8c6f10c1] {
    padding-right: 52px !important;
}
.pb-lg-805[data-v-8c6f10c1],
  .py-lg-805[data-v-8c6f10c1] {
    padding-bottom: 52px !important;
}
.pl-lg-805[data-v-8c6f10c1],
  .px-lg-805[data-v-8c6f10c1] {
    padding-left: 52px !important;
}
.p-lg-9[data-v-8c6f10c1] {
    padding: 56px !important;
}
.pt-lg-9[data-v-8c6f10c1],
  .py-lg-9[data-v-8c6f10c1] {
    padding-top: 56px !important;
}
.pr-lg-9[data-v-8c6f10c1],
  .px-lg-9[data-v-8c6f10c1] {
    padding-right: 56px !important;
}
.pb-lg-9[data-v-8c6f10c1],
  .py-lg-9[data-v-8c6f10c1] {
    padding-bottom: 56px !important;
}
.pl-lg-9[data-v-8c6f10c1],
  .px-lg-9[data-v-8c6f10c1] {
    padding-left: 56px !important;
}
.p-lg-905[data-v-8c6f10c1] {
    padding: 60px !important;
}
.pt-lg-905[data-v-8c6f10c1],
  .py-lg-905[data-v-8c6f10c1] {
    padding-top: 60px !important;
}
.pr-lg-905[data-v-8c6f10c1],
  .px-lg-905[data-v-8c6f10c1] {
    padding-right: 60px !important;
}
.pb-lg-905[data-v-8c6f10c1],
  .py-lg-905[data-v-8c6f10c1] {
    padding-bottom: 60px !important;
}
.pl-lg-905[data-v-8c6f10c1],
  .px-lg-905[data-v-8c6f10c1] {
    padding-left: 60px !important;
}
.m-lg-auto[data-v-8c6f10c1] {
    margin: auto !important;
}
.mt-lg-auto[data-v-8c6f10c1],
  .my-lg-auto[data-v-8c6f10c1] {
    margin-top: auto !important;
}
.mr-lg-auto[data-v-8c6f10c1],
  .mx-lg-auto[data-v-8c6f10c1] {
    margin-right: auto !important;
}
.mb-lg-auto[data-v-8c6f10c1],
  .my-lg-auto[data-v-8c6f10c1] {
    margin-bottom: auto !important;
}
.ml-lg-auto[data-v-8c6f10c1],
  .mx-lg-auto[data-v-8c6f10c1] {
    margin-left: auto !important;
}
}
@media (min-width: 1200px) {
.m-xl-0[data-v-8c6f10c1] {
    margin: 0 !important;
}
.mt-xl-0[data-v-8c6f10c1],
  .my-xl-0[data-v-8c6f10c1] {
    margin-top: 0 !important;
}
.mr-xl-0[data-v-8c6f10c1],
  .mx-xl-0[data-v-8c6f10c1] {
    margin-right: 0 !important;
}
.mb-xl-0[data-v-8c6f10c1],
  .my-xl-0[data-v-8c6f10c1] {
    margin-bottom: 0 !important;
}
.ml-xl-0[data-v-8c6f10c1],
  .mx-xl-0[data-v-8c6f10c1] {
    margin-left: 0 !important;
}
.m-xl-1[data-v-8c6f10c1] {
    margin: 2px !important;
}
.mt-xl-1[data-v-8c6f10c1],
  .my-xl-1[data-v-8c6f10c1] {
    margin-top: 2px !important;
}
.mr-xl-1[data-v-8c6f10c1],
  .mx-xl-1[data-v-8c6f10c1] {
    margin-right: 2px !important;
}
.mb-xl-1[data-v-8c6f10c1],
  .my-xl-1[data-v-8c6f10c1] {
    margin-bottom: 2px !important;
}
.ml-xl-1[data-v-8c6f10c1],
  .mx-xl-1[data-v-8c6f10c1] {
    margin-left: 2px !important;
}
.m-xl-2[data-v-8c6f10c1] {
    margin: 4px !important;
}
.mt-xl-2[data-v-8c6f10c1],
  .my-xl-2[data-v-8c6f10c1] {
    margin-top: 4px !important;
}
.mr-xl-2[data-v-8c6f10c1],
  .mx-xl-2[data-v-8c6f10c1] {
    margin-right: 4px !important;
}
.mb-xl-2[data-v-8c6f10c1],
  .my-xl-2[data-v-8c6f10c1] {
    margin-bottom: 4px !important;
}
.ml-xl-2[data-v-8c6f10c1],
  .mx-xl-2[data-v-8c6f10c1] {
    margin-left: 4px !important;
}
.m-xl-3[data-v-8c6f10c1] {
    margin: 8px !important;
}
.mt-xl-3[data-v-8c6f10c1],
  .my-xl-3[data-v-8c6f10c1] {
    margin-top: 8px !important;
}
.mr-xl-3[data-v-8c6f10c1],
  .mx-xl-3[data-v-8c6f10c1] {
    margin-right: 8px !important;
}
.mb-xl-3[data-v-8c6f10c1],
  .my-xl-3[data-v-8c6f10c1] {
    margin-bottom: 8px !important;
}
.ml-xl-3[data-v-8c6f10c1],
  .mx-xl-3[data-v-8c6f10c1] {
    margin-left: 8px !important;
}
.m-xl-305[data-v-8c6f10c1] {
    margin: 12px !important;
}
.mt-xl-305[data-v-8c6f10c1],
  .my-xl-305[data-v-8c6f10c1] {
    margin-top: 12px !important;
}
.mr-xl-305[data-v-8c6f10c1],
  .mx-xl-305[data-v-8c6f10c1] {
    margin-right: 12px !important;
}
.mb-xl-305[data-v-8c6f10c1],
  .my-xl-305[data-v-8c6f10c1] {
    margin-bottom: 12px !important;
}
.ml-xl-305[data-v-8c6f10c1],
  .mx-xl-305[data-v-8c6f10c1] {
    margin-left: 12px !important;
}
.m-xl-4[data-v-8c6f10c1] {
    margin: 16px !important;
}
.mt-xl-4[data-v-8c6f10c1],
  .my-xl-4[data-v-8c6f10c1] {
    margin-top: 16px !important;
}
.mr-xl-4[data-v-8c6f10c1],
  .mx-xl-4[data-v-8c6f10c1] {
    margin-right: 16px !important;
}
.mb-xl-4[data-v-8c6f10c1],
  .my-xl-4[data-v-8c6f10c1] {
    margin-bottom: 16px !important;
}
.ml-xl-4[data-v-8c6f10c1],
  .mx-xl-4[data-v-8c6f10c1] {
    margin-left: 16px !important;
}
.m-xl-405[data-v-8c6f10c1] {
    margin: 20px !important;
}
.mt-xl-405[data-v-8c6f10c1],
  .my-xl-405[data-v-8c6f10c1] {
    margin-top: 20px !important;
}
.mr-xl-405[data-v-8c6f10c1],
  .mx-xl-405[data-v-8c6f10c1] {
    margin-right: 20px !important;
}
.mb-xl-405[data-v-8c6f10c1],
  .my-xl-405[data-v-8c6f10c1] {
    margin-bottom: 20px !important;
}
.ml-xl-405[data-v-8c6f10c1],
  .mx-xl-405[data-v-8c6f10c1] {
    margin-left: 20px !important;
}
.m-xl-5[data-v-8c6f10c1] {
    margin: 24px !important;
}
.mt-xl-5[data-v-8c6f10c1],
  .my-xl-5[data-v-8c6f10c1] {
    margin-top: 24px !important;
}
.mr-xl-5[data-v-8c6f10c1],
  .mx-xl-5[data-v-8c6f10c1] {
    margin-right: 24px !important;
}
.mb-xl-5[data-v-8c6f10c1],
  .my-xl-5[data-v-8c6f10c1] {
    margin-bottom: 24px !important;
}
.ml-xl-5[data-v-8c6f10c1],
  .mx-xl-5[data-v-8c6f10c1] {
    margin-left: 24px !important;
}
.m-xl-505[data-v-8c6f10c1] {
    margin: 28px !important;
}
.mt-xl-505[data-v-8c6f10c1],
  .my-xl-505[data-v-8c6f10c1] {
    margin-top: 28px !important;
}
.mr-xl-505[data-v-8c6f10c1],
  .mx-xl-505[data-v-8c6f10c1] {
    margin-right: 28px !important;
}
.mb-xl-505[data-v-8c6f10c1],
  .my-xl-505[data-v-8c6f10c1] {
    margin-bottom: 28px !important;
}
.ml-xl-505[data-v-8c6f10c1],
  .mx-xl-505[data-v-8c6f10c1] {
    margin-left: 28px !important;
}
.m-xl-6[data-v-8c6f10c1] {
    margin: 32px !important;
}
.mt-xl-6[data-v-8c6f10c1],
  .my-xl-6[data-v-8c6f10c1] {
    margin-top: 32px !important;
}
.mr-xl-6[data-v-8c6f10c1],
  .mx-xl-6[data-v-8c6f10c1] {
    margin-right: 32px !important;
}
.mb-xl-6[data-v-8c6f10c1],
  .my-xl-6[data-v-8c6f10c1] {
    margin-bottom: 32px !important;
}
.ml-xl-6[data-v-8c6f10c1],
  .mx-xl-6[data-v-8c6f10c1] {
    margin-left: 32px !important;
}
.m-xl-605[data-v-8c6f10c1] {
    margin: 36px !important;
}
.mt-xl-605[data-v-8c6f10c1],
  .my-xl-605[data-v-8c6f10c1] {
    margin-top: 36px !important;
}
.mr-xl-605[data-v-8c6f10c1],
  .mx-xl-605[data-v-8c6f10c1] {
    margin-right: 36px !important;
}
.mb-xl-605[data-v-8c6f10c1],
  .my-xl-605[data-v-8c6f10c1] {
    margin-bottom: 36px !important;
}
.ml-xl-605[data-v-8c6f10c1],
  .mx-xl-605[data-v-8c6f10c1] {
    margin-left: 36px !important;
}
.m-xl-7[data-v-8c6f10c1] {
    margin: 40px !important;
}
.mt-xl-7[data-v-8c6f10c1],
  .my-xl-7[data-v-8c6f10c1] {
    margin-top: 40px !important;
}
.mr-xl-7[data-v-8c6f10c1],
  .mx-xl-7[data-v-8c6f10c1] {
    margin-right: 40px !important;
}
.mb-xl-7[data-v-8c6f10c1],
  .my-xl-7[data-v-8c6f10c1] {
    margin-bottom: 40px !important;
}
.ml-xl-7[data-v-8c6f10c1],
  .mx-xl-7[data-v-8c6f10c1] {
    margin-left: 40px !important;
}
.m-xl-705[data-v-8c6f10c1] {
    margin: 44px !important;
}
.mt-xl-705[data-v-8c6f10c1],
  .my-xl-705[data-v-8c6f10c1] {
    margin-top: 44px !important;
}
.mr-xl-705[data-v-8c6f10c1],
  .mx-xl-705[data-v-8c6f10c1] {
    margin-right: 44px !important;
}
.mb-xl-705[data-v-8c6f10c1],
  .my-xl-705[data-v-8c6f10c1] {
    margin-bottom: 44px !important;
}
.ml-xl-705[data-v-8c6f10c1],
  .mx-xl-705[data-v-8c6f10c1] {
    margin-left: 44px !important;
}
.m-xl-8[data-v-8c6f10c1] {
    margin: 48px !important;
}
.mt-xl-8[data-v-8c6f10c1],
  .my-xl-8[data-v-8c6f10c1] {
    margin-top: 48px !important;
}
.mr-xl-8[data-v-8c6f10c1],
  .mx-xl-8[data-v-8c6f10c1] {
    margin-right: 48px !important;
}
.mb-xl-8[data-v-8c6f10c1],
  .my-xl-8[data-v-8c6f10c1] {
    margin-bottom: 48px !important;
}
.ml-xl-8[data-v-8c6f10c1],
  .mx-xl-8[data-v-8c6f10c1] {
    margin-left: 48px !important;
}
.m-xl-805[data-v-8c6f10c1] {
    margin: 52px !important;
}
.mt-xl-805[data-v-8c6f10c1],
  .my-xl-805[data-v-8c6f10c1] {
    margin-top: 52px !important;
}
.mr-xl-805[data-v-8c6f10c1],
  .mx-xl-805[data-v-8c6f10c1] {
    margin-right: 52px !important;
}
.mb-xl-805[data-v-8c6f10c1],
  .my-xl-805[data-v-8c6f10c1] {
    margin-bottom: 52px !important;
}
.ml-xl-805[data-v-8c6f10c1],
  .mx-xl-805[data-v-8c6f10c1] {
    margin-left: 52px !important;
}
.m-xl-9[data-v-8c6f10c1] {
    margin: 56px !important;
}
.mt-xl-9[data-v-8c6f10c1],
  .my-xl-9[data-v-8c6f10c1] {
    margin-top: 56px !important;
}
.mr-xl-9[data-v-8c6f10c1],
  .mx-xl-9[data-v-8c6f10c1] {
    margin-right: 56px !important;
}
.mb-xl-9[data-v-8c6f10c1],
  .my-xl-9[data-v-8c6f10c1] {
    margin-bottom: 56px !important;
}
.ml-xl-9[data-v-8c6f10c1],
  .mx-xl-9[data-v-8c6f10c1] {
    margin-left: 56px !important;
}
.m-xl-905[data-v-8c6f10c1] {
    margin: 60px !important;
}
.mt-xl-905[data-v-8c6f10c1],
  .my-xl-905[data-v-8c6f10c1] {
    margin-top: 60px !important;
}
.mr-xl-905[data-v-8c6f10c1],
  .mx-xl-905[data-v-8c6f10c1] {
    margin-right: 60px !important;
}
.mb-xl-905[data-v-8c6f10c1],
  .my-xl-905[data-v-8c6f10c1] {
    margin-bottom: 60px !important;
}
.ml-xl-905[data-v-8c6f10c1],
  .mx-xl-905[data-v-8c6f10c1] {
    margin-left: 60px !important;
}
.p-xl-0[data-v-8c6f10c1] {
    padding: 0 !important;
}
.pt-xl-0[data-v-8c6f10c1],
  .py-xl-0[data-v-8c6f10c1] {
    padding-top: 0 !important;
}
.pr-xl-0[data-v-8c6f10c1],
  .px-xl-0[data-v-8c6f10c1] {
    padding-right: 0 !important;
}
.pb-xl-0[data-v-8c6f10c1],
  .py-xl-0[data-v-8c6f10c1] {
    padding-bottom: 0 !important;
}
.pl-xl-0[data-v-8c6f10c1],
  .px-xl-0[data-v-8c6f10c1] {
    padding-left: 0 !important;
}
.p-xl-1[data-v-8c6f10c1] {
    padding: 2px !important;
}
.pt-xl-1[data-v-8c6f10c1],
  .py-xl-1[data-v-8c6f10c1] {
    padding-top: 2px !important;
}
.pr-xl-1[data-v-8c6f10c1],
  .px-xl-1[data-v-8c6f10c1] {
    padding-right: 2px !important;
}
.pb-xl-1[data-v-8c6f10c1],
  .py-xl-1[data-v-8c6f10c1] {
    padding-bottom: 2px !important;
}
.pl-xl-1[data-v-8c6f10c1],
  .px-xl-1[data-v-8c6f10c1] {
    padding-left: 2px !important;
}
.p-xl-2[data-v-8c6f10c1] {
    padding: 4px !important;
}
.pt-xl-2[data-v-8c6f10c1],
  .py-xl-2[data-v-8c6f10c1] {
    padding-top: 4px !important;
}
.pr-xl-2[data-v-8c6f10c1],
  .px-xl-2[data-v-8c6f10c1] {
    padding-right: 4px !important;
}
.pb-xl-2[data-v-8c6f10c1],
  .py-xl-2[data-v-8c6f10c1] {
    padding-bottom: 4px !important;
}
.pl-xl-2[data-v-8c6f10c1],
  .px-xl-2[data-v-8c6f10c1] {
    padding-left: 4px !important;
}
.p-xl-3[data-v-8c6f10c1] {
    padding: 8px !important;
}
.pt-xl-3[data-v-8c6f10c1],
  .py-xl-3[data-v-8c6f10c1] {
    padding-top: 8px !important;
}
.pr-xl-3[data-v-8c6f10c1],
  .px-xl-3[data-v-8c6f10c1] {
    padding-right: 8px !important;
}
.pb-xl-3[data-v-8c6f10c1],
  .py-xl-3[data-v-8c6f10c1] {
    padding-bottom: 8px !important;
}
.pl-xl-3[data-v-8c6f10c1],
  .px-xl-3[data-v-8c6f10c1] {
    padding-left: 8px !important;
}
.p-xl-305[data-v-8c6f10c1] {
    padding: 12px !important;
}
.pt-xl-305[data-v-8c6f10c1],
  .py-xl-305[data-v-8c6f10c1] {
    padding-top: 12px !important;
}
.pr-xl-305[data-v-8c6f10c1],
  .px-xl-305[data-v-8c6f10c1] {
    padding-right: 12px !important;
}
.pb-xl-305[data-v-8c6f10c1],
  .py-xl-305[data-v-8c6f10c1] {
    padding-bottom: 12px !important;
}
.pl-xl-305[data-v-8c6f10c1],
  .px-xl-305[data-v-8c6f10c1] {
    padding-left: 12px !important;
}
.p-xl-4[data-v-8c6f10c1] {
    padding: 16px !important;
}
.pt-xl-4[data-v-8c6f10c1],
  .py-xl-4[data-v-8c6f10c1] {
    padding-top: 16px !important;
}
.pr-xl-4[data-v-8c6f10c1],
  .px-xl-4[data-v-8c6f10c1] {
    padding-right: 16px !important;
}
.pb-xl-4[data-v-8c6f10c1],
  .py-xl-4[data-v-8c6f10c1] {
    padding-bottom: 16px !important;
}
.pl-xl-4[data-v-8c6f10c1],
  .px-xl-4[data-v-8c6f10c1] {
    padding-left: 16px !important;
}
.p-xl-405[data-v-8c6f10c1] {
    padding: 20px !important;
}
.pt-xl-405[data-v-8c6f10c1],
  .py-xl-405[data-v-8c6f10c1] {
    padding-top: 20px !important;
}
.pr-xl-405[data-v-8c6f10c1],
  .px-xl-405[data-v-8c6f10c1] {
    padding-right: 20px !important;
}
.pb-xl-405[data-v-8c6f10c1],
  .py-xl-405[data-v-8c6f10c1] {
    padding-bottom: 20px !important;
}
.pl-xl-405[data-v-8c6f10c1],
  .px-xl-405[data-v-8c6f10c1] {
    padding-left: 20px !important;
}
.p-xl-5[data-v-8c6f10c1] {
    padding: 24px !important;
}
.pt-xl-5[data-v-8c6f10c1],
  .py-xl-5[data-v-8c6f10c1] {
    padding-top: 24px !important;
}
.pr-xl-5[data-v-8c6f10c1],
  .px-xl-5[data-v-8c6f10c1] {
    padding-right: 24px !important;
}
.pb-xl-5[data-v-8c6f10c1],
  .py-xl-5[data-v-8c6f10c1] {
    padding-bottom: 24px !important;
}
.pl-xl-5[data-v-8c6f10c1],
  .px-xl-5[data-v-8c6f10c1] {
    padding-left: 24px !important;
}
.p-xl-505[data-v-8c6f10c1] {
    padding: 28px !important;
}
.pt-xl-505[data-v-8c6f10c1],
  .py-xl-505[data-v-8c6f10c1] {
    padding-top: 28px !important;
}
.pr-xl-505[data-v-8c6f10c1],
  .px-xl-505[data-v-8c6f10c1] {
    padding-right: 28px !important;
}
.pb-xl-505[data-v-8c6f10c1],
  .py-xl-505[data-v-8c6f10c1] {
    padding-bottom: 28px !important;
}
.pl-xl-505[data-v-8c6f10c1],
  .px-xl-505[data-v-8c6f10c1] {
    padding-left: 28px !important;
}
.p-xl-6[data-v-8c6f10c1] {
    padding: 32px !important;
}
.pt-xl-6[data-v-8c6f10c1],
  .py-xl-6[data-v-8c6f10c1] {
    padding-top: 32px !important;
}
.pr-xl-6[data-v-8c6f10c1],
  .px-xl-6[data-v-8c6f10c1] {
    padding-right: 32px !important;
}
.pb-xl-6[data-v-8c6f10c1],
  .py-xl-6[data-v-8c6f10c1] {
    padding-bottom: 32px !important;
}
.pl-xl-6[data-v-8c6f10c1],
  .px-xl-6[data-v-8c6f10c1] {
    padding-left: 32px !important;
}
.p-xl-605[data-v-8c6f10c1] {
    padding: 36px !important;
}
.pt-xl-605[data-v-8c6f10c1],
  .py-xl-605[data-v-8c6f10c1] {
    padding-top: 36px !important;
}
.pr-xl-605[data-v-8c6f10c1],
  .px-xl-605[data-v-8c6f10c1] {
    padding-right: 36px !important;
}
.pb-xl-605[data-v-8c6f10c1],
  .py-xl-605[data-v-8c6f10c1] {
    padding-bottom: 36px !important;
}
.pl-xl-605[data-v-8c6f10c1],
  .px-xl-605[data-v-8c6f10c1] {
    padding-left: 36px !important;
}
.p-xl-7[data-v-8c6f10c1] {
    padding: 40px !important;
}
.pt-xl-7[data-v-8c6f10c1],
  .py-xl-7[data-v-8c6f10c1] {
    padding-top: 40px !important;
}
.pr-xl-7[data-v-8c6f10c1],
  .px-xl-7[data-v-8c6f10c1] {
    padding-right: 40px !important;
}
.pb-xl-7[data-v-8c6f10c1],
  .py-xl-7[data-v-8c6f10c1] {
    padding-bottom: 40px !important;
}
.pl-xl-7[data-v-8c6f10c1],
  .px-xl-7[data-v-8c6f10c1] {
    padding-left: 40px !important;
}
.p-xl-705[data-v-8c6f10c1] {
    padding: 44px !important;
}
.pt-xl-705[data-v-8c6f10c1],
  .py-xl-705[data-v-8c6f10c1] {
    padding-top: 44px !important;
}
.pr-xl-705[data-v-8c6f10c1],
  .px-xl-705[data-v-8c6f10c1] {
    padding-right: 44px !important;
}
.pb-xl-705[data-v-8c6f10c1],
  .py-xl-705[data-v-8c6f10c1] {
    padding-bottom: 44px !important;
}
.pl-xl-705[data-v-8c6f10c1],
  .px-xl-705[data-v-8c6f10c1] {
    padding-left: 44px !important;
}
.p-xl-8[data-v-8c6f10c1] {
    padding: 48px !important;
}
.pt-xl-8[data-v-8c6f10c1],
  .py-xl-8[data-v-8c6f10c1] {
    padding-top: 48px !important;
}
.pr-xl-8[data-v-8c6f10c1],
  .px-xl-8[data-v-8c6f10c1] {
    padding-right: 48px !important;
}
.pb-xl-8[data-v-8c6f10c1],
  .py-xl-8[data-v-8c6f10c1] {
    padding-bottom: 48px !important;
}
.pl-xl-8[data-v-8c6f10c1],
  .px-xl-8[data-v-8c6f10c1] {
    padding-left: 48px !important;
}
.p-xl-805[data-v-8c6f10c1] {
    padding: 52px !important;
}
.pt-xl-805[data-v-8c6f10c1],
  .py-xl-805[data-v-8c6f10c1] {
    padding-top: 52px !important;
}
.pr-xl-805[data-v-8c6f10c1],
  .px-xl-805[data-v-8c6f10c1] {
    padding-right: 52px !important;
}
.pb-xl-805[data-v-8c6f10c1],
  .py-xl-805[data-v-8c6f10c1] {
    padding-bottom: 52px !important;
}
.pl-xl-805[data-v-8c6f10c1],
  .px-xl-805[data-v-8c6f10c1] {
    padding-left: 52px !important;
}
.p-xl-9[data-v-8c6f10c1] {
    padding: 56px !important;
}
.pt-xl-9[data-v-8c6f10c1],
  .py-xl-9[data-v-8c6f10c1] {
    padding-top: 56px !important;
}
.pr-xl-9[data-v-8c6f10c1],
  .px-xl-9[data-v-8c6f10c1] {
    padding-right: 56px !important;
}
.pb-xl-9[data-v-8c6f10c1],
  .py-xl-9[data-v-8c6f10c1] {
    padding-bottom: 56px !important;
}
.pl-xl-9[data-v-8c6f10c1],
  .px-xl-9[data-v-8c6f10c1] {
    padding-left: 56px !important;
}
.p-xl-905[data-v-8c6f10c1] {
    padding: 60px !important;
}
.pt-xl-905[data-v-8c6f10c1],
  .py-xl-905[data-v-8c6f10c1] {
    padding-top: 60px !important;
}
.pr-xl-905[data-v-8c6f10c1],
  .px-xl-905[data-v-8c6f10c1] {
    padding-right: 60px !important;
}
.pb-xl-905[data-v-8c6f10c1],
  .py-xl-905[data-v-8c6f10c1] {
    padding-bottom: 60px !important;
}
.pl-xl-905[data-v-8c6f10c1],
  .px-xl-905[data-v-8c6f10c1] {
    padding-left: 60px !important;
}
.m-xl-auto[data-v-8c6f10c1] {
    margin: auto !important;
}
.mt-xl-auto[data-v-8c6f10c1],
  .my-xl-auto[data-v-8c6f10c1] {
    margin-top: auto !important;
}
.mr-xl-auto[data-v-8c6f10c1],
  .mx-xl-auto[data-v-8c6f10c1] {
    margin-right: auto !important;
}
.mb-xl-auto[data-v-8c6f10c1],
  .my-xl-auto[data-v-8c6f10c1] {
    margin-bottom: auto !important;
}
.ml-xl-auto[data-v-8c6f10c1],
  .mx-xl-auto[data-v-8c6f10c1] {
    margin-left: auto !important;
}
}
@media (min-width: 1400px) {
.m-xxl-0[data-v-8c6f10c1] {
    margin: 0 !important;
}
.mt-xxl-0[data-v-8c6f10c1],
  .my-xxl-0[data-v-8c6f10c1] {
    margin-top: 0 !important;
}
.mr-xxl-0[data-v-8c6f10c1],
  .mx-xxl-0[data-v-8c6f10c1] {
    margin-right: 0 !important;
}
.mb-xxl-0[data-v-8c6f10c1],
  .my-xxl-0[data-v-8c6f10c1] {
    margin-bottom: 0 !important;
}
.ml-xxl-0[data-v-8c6f10c1],
  .mx-xxl-0[data-v-8c6f10c1] {
    margin-left: 0 !important;
}
.m-xxl-1[data-v-8c6f10c1] {
    margin: 2px !important;
}
.mt-xxl-1[data-v-8c6f10c1],
  .my-xxl-1[data-v-8c6f10c1] {
    margin-top: 2px !important;
}
.mr-xxl-1[data-v-8c6f10c1],
  .mx-xxl-1[data-v-8c6f10c1] {
    margin-right: 2px !important;
}
.mb-xxl-1[data-v-8c6f10c1],
  .my-xxl-1[data-v-8c6f10c1] {
    margin-bottom: 2px !important;
}
.ml-xxl-1[data-v-8c6f10c1],
  .mx-xxl-1[data-v-8c6f10c1] {
    margin-left: 2px !important;
}
.m-xxl-2[data-v-8c6f10c1] {
    margin: 4px !important;
}
.mt-xxl-2[data-v-8c6f10c1],
  .my-xxl-2[data-v-8c6f10c1] {
    margin-top: 4px !important;
}
.mr-xxl-2[data-v-8c6f10c1],
  .mx-xxl-2[data-v-8c6f10c1] {
    margin-right: 4px !important;
}
.mb-xxl-2[data-v-8c6f10c1],
  .my-xxl-2[data-v-8c6f10c1] {
    margin-bottom: 4px !important;
}
.ml-xxl-2[data-v-8c6f10c1],
  .mx-xxl-2[data-v-8c6f10c1] {
    margin-left: 4px !important;
}
.m-xxl-3[data-v-8c6f10c1] {
    margin: 8px !important;
}
.mt-xxl-3[data-v-8c6f10c1],
  .my-xxl-3[data-v-8c6f10c1] {
    margin-top: 8px !important;
}
.mr-xxl-3[data-v-8c6f10c1],
  .mx-xxl-3[data-v-8c6f10c1] {
    margin-right: 8px !important;
}
.mb-xxl-3[data-v-8c6f10c1],
  .my-xxl-3[data-v-8c6f10c1] {
    margin-bottom: 8px !important;
}
.ml-xxl-3[data-v-8c6f10c1],
  .mx-xxl-3[data-v-8c6f10c1] {
    margin-left: 8px !important;
}
.m-xxl-305[data-v-8c6f10c1] {
    margin: 12px !important;
}
.mt-xxl-305[data-v-8c6f10c1],
  .my-xxl-305[data-v-8c6f10c1] {
    margin-top: 12px !important;
}
.mr-xxl-305[data-v-8c6f10c1],
  .mx-xxl-305[data-v-8c6f10c1] {
    margin-right: 12px !important;
}
.mb-xxl-305[data-v-8c6f10c1],
  .my-xxl-305[data-v-8c6f10c1] {
    margin-bottom: 12px !important;
}
.ml-xxl-305[data-v-8c6f10c1],
  .mx-xxl-305[data-v-8c6f10c1] {
    margin-left: 12px !important;
}
.m-xxl-4[data-v-8c6f10c1] {
    margin: 16px !important;
}
.mt-xxl-4[data-v-8c6f10c1],
  .my-xxl-4[data-v-8c6f10c1] {
    margin-top: 16px !important;
}
.mr-xxl-4[data-v-8c6f10c1],
  .mx-xxl-4[data-v-8c6f10c1] {
    margin-right: 16px !important;
}
.mb-xxl-4[data-v-8c6f10c1],
  .my-xxl-4[data-v-8c6f10c1] {
    margin-bottom: 16px !important;
}
.ml-xxl-4[data-v-8c6f10c1],
  .mx-xxl-4[data-v-8c6f10c1] {
    margin-left: 16px !important;
}
.m-xxl-405[data-v-8c6f10c1] {
    margin: 20px !important;
}
.mt-xxl-405[data-v-8c6f10c1],
  .my-xxl-405[data-v-8c6f10c1] {
    margin-top: 20px !important;
}
.mr-xxl-405[data-v-8c6f10c1],
  .mx-xxl-405[data-v-8c6f10c1] {
    margin-right: 20px !important;
}
.mb-xxl-405[data-v-8c6f10c1],
  .my-xxl-405[data-v-8c6f10c1] {
    margin-bottom: 20px !important;
}
.ml-xxl-405[data-v-8c6f10c1],
  .mx-xxl-405[data-v-8c6f10c1] {
    margin-left: 20px !important;
}
.m-xxl-5[data-v-8c6f10c1] {
    margin: 24px !important;
}
.mt-xxl-5[data-v-8c6f10c1],
  .my-xxl-5[data-v-8c6f10c1] {
    margin-top: 24px !important;
}
.mr-xxl-5[data-v-8c6f10c1],
  .mx-xxl-5[data-v-8c6f10c1] {
    margin-right: 24px !important;
}
.mb-xxl-5[data-v-8c6f10c1],
  .my-xxl-5[data-v-8c6f10c1] {
    margin-bottom: 24px !important;
}
.ml-xxl-5[data-v-8c6f10c1],
  .mx-xxl-5[data-v-8c6f10c1] {
    margin-left: 24px !important;
}
.m-xxl-505[data-v-8c6f10c1] {
    margin: 28px !important;
}
.mt-xxl-505[data-v-8c6f10c1],
  .my-xxl-505[data-v-8c6f10c1] {
    margin-top: 28px !important;
}
.mr-xxl-505[data-v-8c6f10c1],
  .mx-xxl-505[data-v-8c6f10c1] {
    margin-right: 28px !important;
}
.mb-xxl-505[data-v-8c6f10c1],
  .my-xxl-505[data-v-8c6f10c1] {
    margin-bottom: 28px !important;
}
.ml-xxl-505[data-v-8c6f10c1],
  .mx-xxl-505[data-v-8c6f10c1] {
    margin-left: 28px !important;
}
.m-xxl-6[data-v-8c6f10c1] {
    margin: 32px !important;
}
.mt-xxl-6[data-v-8c6f10c1],
  .my-xxl-6[data-v-8c6f10c1] {
    margin-top: 32px !important;
}
.mr-xxl-6[data-v-8c6f10c1],
  .mx-xxl-6[data-v-8c6f10c1] {
    margin-right: 32px !important;
}
.mb-xxl-6[data-v-8c6f10c1],
  .my-xxl-6[data-v-8c6f10c1] {
    margin-bottom: 32px !important;
}
.ml-xxl-6[data-v-8c6f10c1],
  .mx-xxl-6[data-v-8c6f10c1] {
    margin-left: 32px !important;
}
.m-xxl-605[data-v-8c6f10c1] {
    margin: 36px !important;
}
.mt-xxl-605[data-v-8c6f10c1],
  .my-xxl-605[data-v-8c6f10c1] {
    margin-top: 36px !important;
}
.mr-xxl-605[data-v-8c6f10c1],
  .mx-xxl-605[data-v-8c6f10c1] {
    margin-right: 36px !important;
}
.mb-xxl-605[data-v-8c6f10c1],
  .my-xxl-605[data-v-8c6f10c1] {
    margin-bottom: 36px !important;
}
.ml-xxl-605[data-v-8c6f10c1],
  .mx-xxl-605[data-v-8c6f10c1] {
    margin-left: 36px !important;
}
.m-xxl-7[data-v-8c6f10c1] {
    margin: 40px !important;
}
.mt-xxl-7[data-v-8c6f10c1],
  .my-xxl-7[data-v-8c6f10c1] {
    margin-top: 40px !important;
}
.mr-xxl-7[data-v-8c6f10c1],
  .mx-xxl-7[data-v-8c6f10c1] {
    margin-right: 40px !important;
}
.mb-xxl-7[data-v-8c6f10c1],
  .my-xxl-7[data-v-8c6f10c1] {
    margin-bottom: 40px !important;
}
.ml-xxl-7[data-v-8c6f10c1],
  .mx-xxl-7[data-v-8c6f10c1] {
    margin-left: 40px !important;
}
.m-xxl-705[data-v-8c6f10c1] {
    margin: 44px !important;
}
.mt-xxl-705[data-v-8c6f10c1],
  .my-xxl-705[data-v-8c6f10c1] {
    margin-top: 44px !important;
}
.mr-xxl-705[data-v-8c6f10c1],
  .mx-xxl-705[data-v-8c6f10c1] {
    margin-right: 44px !important;
}
.mb-xxl-705[data-v-8c6f10c1],
  .my-xxl-705[data-v-8c6f10c1] {
    margin-bottom: 44px !important;
}
.ml-xxl-705[data-v-8c6f10c1],
  .mx-xxl-705[data-v-8c6f10c1] {
    margin-left: 44px !important;
}
.m-xxl-8[data-v-8c6f10c1] {
    margin: 48px !important;
}
.mt-xxl-8[data-v-8c6f10c1],
  .my-xxl-8[data-v-8c6f10c1] {
    margin-top: 48px !important;
}
.mr-xxl-8[data-v-8c6f10c1],
  .mx-xxl-8[data-v-8c6f10c1] {
    margin-right: 48px !important;
}
.mb-xxl-8[data-v-8c6f10c1],
  .my-xxl-8[data-v-8c6f10c1] {
    margin-bottom: 48px !important;
}
.ml-xxl-8[data-v-8c6f10c1],
  .mx-xxl-8[data-v-8c6f10c1] {
    margin-left: 48px !important;
}
.m-xxl-805[data-v-8c6f10c1] {
    margin: 52px !important;
}
.mt-xxl-805[data-v-8c6f10c1],
  .my-xxl-805[data-v-8c6f10c1] {
    margin-top: 52px !important;
}
.mr-xxl-805[data-v-8c6f10c1],
  .mx-xxl-805[data-v-8c6f10c1] {
    margin-right: 52px !important;
}
.mb-xxl-805[data-v-8c6f10c1],
  .my-xxl-805[data-v-8c6f10c1] {
    margin-bottom: 52px !important;
}
.ml-xxl-805[data-v-8c6f10c1],
  .mx-xxl-805[data-v-8c6f10c1] {
    margin-left: 52px !important;
}
.m-xxl-9[data-v-8c6f10c1] {
    margin: 56px !important;
}
.mt-xxl-9[data-v-8c6f10c1],
  .my-xxl-9[data-v-8c6f10c1] {
    margin-top: 56px !important;
}
.mr-xxl-9[data-v-8c6f10c1],
  .mx-xxl-9[data-v-8c6f10c1] {
    margin-right: 56px !important;
}
.mb-xxl-9[data-v-8c6f10c1],
  .my-xxl-9[data-v-8c6f10c1] {
    margin-bottom: 56px !important;
}
.ml-xxl-9[data-v-8c6f10c1],
  .mx-xxl-9[data-v-8c6f10c1] {
    margin-left: 56px !important;
}
.m-xxl-905[data-v-8c6f10c1] {
    margin: 60px !important;
}
.mt-xxl-905[data-v-8c6f10c1],
  .my-xxl-905[data-v-8c6f10c1] {
    margin-top: 60px !important;
}
.mr-xxl-905[data-v-8c6f10c1],
  .mx-xxl-905[data-v-8c6f10c1] {
    margin-right: 60px !important;
}
.mb-xxl-905[data-v-8c6f10c1],
  .my-xxl-905[data-v-8c6f10c1] {
    margin-bottom: 60px !important;
}
.ml-xxl-905[data-v-8c6f10c1],
  .mx-xxl-905[data-v-8c6f10c1] {
    margin-left: 60px !important;
}
.p-xxl-0[data-v-8c6f10c1] {
    padding: 0 !important;
}
.pt-xxl-0[data-v-8c6f10c1],
  .py-xxl-0[data-v-8c6f10c1] {
    padding-top: 0 !important;
}
.pr-xxl-0[data-v-8c6f10c1],
  .px-xxl-0[data-v-8c6f10c1] {
    padding-right: 0 !important;
}
.pb-xxl-0[data-v-8c6f10c1],
  .py-xxl-0[data-v-8c6f10c1] {
    padding-bottom: 0 !important;
}
.pl-xxl-0[data-v-8c6f10c1],
  .px-xxl-0[data-v-8c6f10c1] {
    padding-left: 0 !important;
}
.p-xxl-1[data-v-8c6f10c1] {
    padding: 2px !important;
}
.pt-xxl-1[data-v-8c6f10c1],
  .py-xxl-1[data-v-8c6f10c1] {
    padding-top: 2px !important;
}
.pr-xxl-1[data-v-8c6f10c1],
  .px-xxl-1[data-v-8c6f10c1] {
    padding-right: 2px !important;
}
.pb-xxl-1[data-v-8c6f10c1],
  .py-xxl-1[data-v-8c6f10c1] {
    padding-bottom: 2px !important;
}
.pl-xxl-1[data-v-8c6f10c1],
  .px-xxl-1[data-v-8c6f10c1] {
    padding-left: 2px !important;
}
.p-xxl-2[data-v-8c6f10c1] {
    padding: 4px !important;
}
.pt-xxl-2[data-v-8c6f10c1],
  .py-xxl-2[data-v-8c6f10c1] {
    padding-top: 4px !important;
}
.pr-xxl-2[data-v-8c6f10c1],
  .px-xxl-2[data-v-8c6f10c1] {
    padding-right: 4px !important;
}
.pb-xxl-2[data-v-8c6f10c1],
  .py-xxl-2[data-v-8c6f10c1] {
    padding-bottom: 4px !important;
}
.pl-xxl-2[data-v-8c6f10c1],
  .px-xxl-2[data-v-8c6f10c1] {
    padding-left: 4px !important;
}
.p-xxl-3[data-v-8c6f10c1] {
    padding: 8px !important;
}
.pt-xxl-3[data-v-8c6f10c1],
  .py-xxl-3[data-v-8c6f10c1] {
    padding-top: 8px !important;
}
.pr-xxl-3[data-v-8c6f10c1],
  .px-xxl-3[data-v-8c6f10c1] {
    padding-right: 8px !important;
}
.pb-xxl-3[data-v-8c6f10c1],
  .py-xxl-3[data-v-8c6f10c1] {
    padding-bottom: 8px !important;
}
.pl-xxl-3[data-v-8c6f10c1],
  .px-xxl-3[data-v-8c6f10c1] {
    padding-left: 8px !important;
}
.p-xxl-305[data-v-8c6f10c1] {
    padding: 12px !important;
}
.pt-xxl-305[data-v-8c6f10c1],
  .py-xxl-305[data-v-8c6f10c1] {
    padding-top: 12px !important;
}
.pr-xxl-305[data-v-8c6f10c1],
  .px-xxl-305[data-v-8c6f10c1] {
    padding-right: 12px !important;
}
.pb-xxl-305[data-v-8c6f10c1],
  .py-xxl-305[data-v-8c6f10c1] {
    padding-bottom: 12px !important;
}
.pl-xxl-305[data-v-8c6f10c1],
  .px-xxl-305[data-v-8c6f10c1] {
    padding-left: 12px !important;
}
.p-xxl-4[data-v-8c6f10c1] {
    padding: 16px !important;
}
.pt-xxl-4[data-v-8c6f10c1],
  .py-xxl-4[data-v-8c6f10c1] {
    padding-top: 16px !important;
}
.pr-xxl-4[data-v-8c6f10c1],
  .px-xxl-4[data-v-8c6f10c1] {
    padding-right: 16px !important;
}
.pb-xxl-4[data-v-8c6f10c1],
  .py-xxl-4[data-v-8c6f10c1] {
    padding-bottom: 16px !important;
}
.pl-xxl-4[data-v-8c6f10c1],
  .px-xxl-4[data-v-8c6f10c1] {
    padding-left: 16px !important;
}
.p-xxl-405[data-v-8c6f10c1] {
    padding: 20px !important;
}
.pt-xxl-405[data-v-8c6f10c1],
  .py-xxl-405[data-v-8c6f10c1] {
    padding-top: 20px !important;
}
.pr-xxl-405[data-v-8c6f10c1],
  .px-xxl-405[data-v-8c6f10c1] {
    padding-right: 20px !important;
}
.pb-xxl-405[data-v-8c6f10c1],
  .py-xxl-405[data-v-8c6f10c1] {
    padding-bottom: 20px !important;
}
.pl-xxl-405[data-v-8c6f10c1],
  .px-xxl-405[data-v-8c6f10c1] {
    padding-left: 20px !important;
}
.p-xxl-5[data-v-8c6f10c1] {
    padding: 24px !important;
}
.pt-xxl-5[data-v-8c6f10c1],
  .py-xxl-5[data-v-8c6f10c1] {
    padding-top: 24px !important;
}
.pr-xxl-5[data-v-8c6f10c1],
  .px-xxl-5[data-v-8c6f10c1] {
    padding-right: 24px !important;
}
.pb-xxl-5[data-v-8c6f10c1],
  .py-xxl-5[data-v-8c6f10c1] {
    padding-bottom: 24px !important;
}
.pl-xxl-5[data-v-8c6f10c1],
  .px-xxl-5[data-v-8c6f10c1] {
    padding-left: 24px !important;
}
.p-xxl-505[data-v-8c6f10c1] {
    padding: 28px !important;
}
.pt-xxl-505[data-v-8c6f10c1],
  .py-xxl-505[data-v-8c6f10c1] {
    padding-top: 28px !important;
}
.pr-xxl-505[data-v-8c6f10c1],
  .px-xxl-505[data-v-8c6f10c1] {
    padding-right: 28px !important;
}
.pb-xxl-505[data-v-8c6f10c1],
  .py-xxl-505[data-v-8c6f10c1] {
    padding-bottom: 28px !important;
}
.pl-xxl-505[data-v-8c6f10c1],
  .px-xxl-505[data-v-8c6f10c1] {
    padding-left: 28px !important;
}
.p-xxl-6[data-v-8c6f10c1] {
    padding: 32px !important;
}
.pt-xxl-6[data-v-8c6f10c1],
  .py-xxl-6[data-v-8c6f10c1] {
    padding-top: 32px !important;
}
.pr-xxl-6[data-v-8c6f10c1],
  .px-xxl-6[data-v-8c6f10c1] {
    padding-right: 32px !important;
}
.pb-xxl-6[data-v-8c6f10c1],
  .py-xxl-6[data-v-8c6f10c1] {
    padding-bottom: 32px !important;
}
.pl-xxl-6[data-v-8c6f10c1],
  .px-xxl-6[data-v-8c6f10c1] {
    padding-left: 32px !important;
}
.p-xxl-605[data-v-8c6f10c1] {
    padding: 36px !important;
}
.pt-xxl-605[data-v-8c6f10c1],
  .py-xxl-605[data-v-8c6f10c1] {
    padding-top: 36px !important;
}
.pr-xxl-605[data-v-8c6f10c1],
  .px-xxl-605[data-v-8c6f10c1] {
    padding-right: 36px !important;
}
.pb-xxl-605[data-v-8c6f10c1],
  .py-xxl-605[data-v-8c6f10c1] {
    padding-bottom: 36px !important;
}
.pl-xxl-605[data-v-8c6f10c1],
  .px-xxl-605[data-v-8c6f10c1] {
    padding-left: 36px !important;
}
.p-xxl-7[data-v-8c6f10c1] {
    padding: 40px !important;
}
.pt-xxl-7[data-v-8c6f10c1],
  .py-xxl-7[data-v-8c6f10c1] {
    padding-top: 40px !important;
}
.pr-xxl-7[data-v-8c6f10c1],
  .px-xxl-7[data-v-8c6f10c1] {
    padding-right: 40px !important;
}
.pb-xxl-7[data-v-8c6f10c1],
  .py-xxl-7[data-v-8c6f10c1] {
    padding-bottom: 40px !important;
}
.pl-xxl-7[data-v-8c6f10c1],
  .px-xxl-7[data-v-8c6f10c1] {
    padding-left: 40px !important;
}
.p-xxl-705[data-v-8c6f10c1] {
    padding: 44px !important;
}
.pt-xxl-705[data-v-8c6f10c1],
  .py-xxl-705[data-v-8c6f10c1] {
    padding-top: 44px !important;
}
.pr-xxl-705[data-v-8c6f10c1],
  .px-xxl-705[data-v-8c6f10c1] {
    padding-right: 44px !important;
}
.pb-xxl-705[data-v-8c6f10c1],
  .py-xxl-705[data-v-8c6f10c1] {
    padding-bottom: 44px !important;
}
.pl-xxl-705[data-v-8c6f10c1],
  .px-xxl-705[data-v-8c6f10c1] {
    padding-left: 44px !important;
}
.p-xxl-8[data-v-8c6f10c1] {
    padding: 48px !important;
}
.pt-xxl-8[data-v-8c6f10c1],
  .py-xxl-8[data-v-8c6f10c1] {
    padding-top: 48px !important;
}
.pr-xxl-8[data-v-8c6f10c1],
  .px-xxl-8[data-v-8c6f10c1] {
    padding-right: 48px !important;
}
.pb-xxl-8[data-v-8c6f10c1],
  .py-xxl-8[data-v-8c6f10c1] {
    padding-bottom: 48px !important;
}
.pl-xxl-8[data-v-8c6f10c1],
  .px-xxl-8[data-v-8c6f10c1] {
    padding-left: 48px !important;
}
.p-xxl-805[data-v-8c6f10c1] {
    padding: 52px !important;
}
.pt-xxl-805[data-v-8c6f10c1],
  .py-xxl-805[data-v-8c6f10c1] {
    padding-top: 52px !important;
}
.pr-xxl-805[data-v-8c6f10c1],
  .px-xxl-805[data-v-8c6f10c1] {
    padding-right: 52px !important;
}
.pb-xxl-805[data-v-8c6f10c1],
  .py-xxl-805[data-v-8c6f10c1] {
    padding-bottom: 52px !important;
}
.pl-xxl-805[data-v-8c6f10c1],
  .px-xxl-805[data-v-8c6f10c1] {
    padding-left: 52px !important;
}
.p-xxl-9[data-v-8c6f10c1] {
    padding: 56px !important;
}
.pt-xxl-9[data-v-8c6f10c1],
  .py-xxl-9[data-v-8c6f10c1] {
    padding-top: 56px !important;
}
.pr-xxl-9[data-v-8c6f10c1],
  .px-xxl-9[data-v-8c6f10c1] {
    padding-right: 56px !important;
}
.pb-xxl-9[data-v-8c6f10c1],
  .py-xxl-9[data-v-8c6f10c1] {
    padding-bottom: 56px !important;
}
.pl-xxl-9[data-v-8c6f10c1],
  .px-xxl-9[data-v-8c6f10c1] {
    padding-left: 56px !important;
}
.p-xxl-905[data-v-8c6f10c1] {
    padding: 60px !important;
}
.pt-xxl-905[data-v-8c6f10c1],
  .py-xxl-905[data-v-8c6f10c1] {
    padding-top: 60px !important;
}
.pr-xxl-905[data-v-8c6f10c1],
  .px-xxl-905[data-v-8c6f10c1] {
    padding-right: 60px !important;
}
.pb-xxl-905[data-v-8c6f10c1],
  .py-xxl-905[data-v-8c6f10c1] {
    padding-bottom: 60px !important;
}
.pl-xxl-905[data-v-8c6f10c1],
  .px-xxl-905[data-v-8c6f10c1] {
    padding-left: 60px !important;
}
.m-xxl-auto[data-v-8c6f10c1] {
    margin: auto !important;
}
.mt-xxl-auto[data-v-8c6f10c1],
  .my-xxl-auto[data-v-8c6f10c1] {
    margin-top: auto !important;
}
.mr-xxl-auto[data-v-8c6f10c1],
  .mx-xxl-auto[data-v-8c6f10c1] {
    margin-right: auto !important;
}
.mb-xxl-auto[data-v-8c6f10c1],
  .my-xxl-auto[data-v-8c6f10c1] {
    margin-bottom: auto !important;
}
.ml-xxl-auto[data-v-8c6f10c1],
  .mx-xxl-auto[data-v-8c6f10c1] {
    margin-left: auto !important;
}
}
.position-static[data-v-8c6f10c1] {
  position: static !important;
}
.position-relative[data-v-8c6f10c1] {
  position: relative !important;
}
.position-absolute[data-v-8c6f10c1] {
  position: absolute !important;
}
.position-fixed[data-v-8c6f10c1] {
  position: fixed !important;
}
.position-sticky[data-v-8c6f10c1] {
  position: sticky !important;
}
.fixed-top[data-v-8c6f10c1] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom[data-v-8c6f10c1] {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
.sticky-top[data-v-8c6f10c1] {
    position: sticky;
    top: 0;
    z-index: 1020;
}
}
.d-none[data-v-8c6f10c1] {
  display: none !important;
}
.d-inline[data-v-8c6f10c1] {
  display: inline !important;
}
.d-inline-block[data-v-8c6f10c1] {
  display: inline-block !important;
}
.d-block[data-v-8c6f10c1] {
  display: block !important;
}
.d-flex[data-v-8c6f10c1] {
  display: flex !important;
}
.d-inline-flex[data-v-8c6f10c1] {
  display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none[data-v-8c6f10c1] {
    display: none !important;
}
.d-sm-inline[data-v-8c6f10c1] {
    display: inline !important;
}
.d-sm-inline-block[data-v-8c6f10c1] {
    display: inline-block !important;
}
.d-sm-block[data-v-8c6f10c1] {
    display: block !important;
}
.d-sm-flex[data-v-8c6f10c1] {
    display: flex !important;
}
.d-sm-inline-flex[data-v-8c6f10c1] {
    display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none[data-v-8c6f10c1] {
    display: none !important;
}
.d-md-inline[data-v-8c6f10c1] {
    display: inline !important;
}
.d-md-inline-block[data-v-8c6f10c1] {
    display: inline-block !important;
}
.d-md-block[data-v-8c6f10c1] {
    display: block !important;
}
.d-md-flex[data-v-8c6f10c1] {
    display: flex !important;
}
.d-md-inline-flex[data-v-8c6f10c1] {
    display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none[data-v-8c6f10c1] {
    display: none !important;
}
.d-lg-inline[data-v-8c6f10c1] {
    display: inline !important;
}
.d-lg-inline-block[data-v-8c6f10c1] {
    display: inline-block !important;
}
.d-lg-block[data-v-8c6f10c1] {
    display: block !important;
}
.d-lg-flex[data-v-8c6f10c1] {
    display: flex !important;
}
.d-lg-inline-flex[data-v-8c6f10c1] {
    display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none[data-v-8c6f10c1] {
    display: none !important;
}
.d-xl-inline[data-v-8c6f10c1] {
    display: inline !important;
}
.d-xl-inline-block[data-v-8c6f10c1] {
    display: inline-block !important;
}
.d-xl-block[data-v-8c6f10c1] {
    display: block !important;
}
.d-xl-flex[data-v-8c6f10c1] {
    display: flex !important;
}
.d-xl-inline-flex[data-v-8c6f10c1] {
    display: inline-flex !important;
}
}
@media (min-width: 1400px) {
.d-xxl-none[data-v-8c6f10c1] {
    display: none !important;
}
.d-xxl-inline[data-v-8c6f10c1] {
    display: inline !important;
}
.d-xxl-inline-block[data-v-8c6f10c1] {
    display: inline-block !important;
}
.d-xxl-block[data-v-8c6f10c1] {
    display: block !important;
}
.d-xxl-flex[data-v-8c6f10c1] {
    display: flex !important;
}
.d-xxl-inline-flex[data-v-8c6f10c1] {
    display: inline-flex !important;
}
}
@media print {
.d-print-none[data-v-8c6f10c1] {
    display: none !important;
}
.d-print-inline[data-v-8c6f10c1] {
    display: inline !important;
}
.d-print-inline-block[data-v-8c6f10c1] {
    display: inline-block !important;
}
.d-print-block[data-v-8c6f10c1] {
    display: block !important;
}
.d-print-table[data-v-8c6f10c1] {
    display: table !important;
}
.d-print-table-row[data-v-8c6f10c1] {
    display: table-row !important;
}
.d-print-table-cell[data-v-8c6f10c1] {
    display: table-cell !important;
}
.d-print-flex[data-v-8c6f10c1] {
    display: flex !important;
}
.d-print-inline-flex[data-v-8c6f10c1] {
    display: inline-flex !important;
}
}
.section + .section[data-v-8c6f10c1] {
  margin-top: 24px;
}
a.button[data-v-8c6f10c1] {
  display: inline-flex;
  padding-top: 2px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 1px;
  line-height: 2.4rem;
}
.button[data-v-8c6f10c1] {
  appearance: none;
  display: inline-flex;
  width: 100%;
  min-height: 40px;
  padding-top: 2px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 1px;
  border-radius: 4px;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  border-color: #004993;
  font-size: 1.8rem;
  font-weight: 500;
  color: white;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2.4rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  user-select: text;
  cursor: pointer;
  vertical-align: middle;
}
.button + button[data-v-8c6f10c1] {
  margin-top: 8px;
}
@media (min-width: 576px) {
.button[data-v-8c6f10c1] {
    width: auto;
}
.button + button[data-v-8c6f10c1] {
    margin-top: 0;
}
}
.button.focus[data-v-8c6f10c1], .button[data-v-8c6f10c1]:focus {
  outline: 4px solid #747474;
  outline-offset: 1px;
  color: white;
}
.button.button-primary[data-v-8c6f10c1] {
  color: white;
  background-color: #0059b3;
  border-color: #004993;
}
.button.button-primary[data-v-8c6f10c1]:hover, .button.button-primary.button-hover[data-v-8c6f10c1] {
  background-color: #004993;
  border-color: #003972;
}
.button.button-primary.focus[data-v-8c6f10c1], .button.button-primary[data-v-8c6f10c1]:focus {
  background-color: #0059b3;
  border-color: #004993;
}
.button.button-primary[data-v-8c6f10c1]:active, .button.button-primary.button-active[data-v-8c6f10c1] {
  background-color: #003972;
  border-color: #003972;
}
.button.button-primary[data-v-8c6f10c1]:disabled, .button.button-primary.disabled[data-v-8c6f10c1] {
  opacity: 0.3;
  box-shadow: none !important;
  cursor: not-allowed;
}
.button.button-primary[data-v-8c6f10c1]:disabled:hover, .button.button-primary.disabled[data-v-8c6f10c1]:hover {
  color: white !important;
  background-color: #0059b3 !important;
  border-color: #004993 !important;
  opacity: 0.3 !important;
  box-shadow: none !important;
}
.button.button-secondary[data-v-8c6f10c1] {
  color: #0059b3;
  background-color: white;
  border-color: #0059b3;
}
.button.button-secondary[data-v-8c6f10c1]:hover, .button.button-secondary.button-hover[data-v-8c6f10c1] {
  color: #1a1a1a;
  background-color: white;
  border-color: #1a1a1a;
}
.button.button-secondary.focus[data-v-8c6f10c1], .button.button-secondary[data-v-8c6f10c1]:focus {
  color: #1a1a1a;
  background-color: white;
  border-color: #1a1a1a;
}
.button.button-secondary[data-v-8c6f10c1]:active, .button.button-secondary.button-active[data-v-8c6f10c1] {
  color: #1a1a1a;
  background-color: white;
  border-color: #1a1a1a;
}
.button.button-secondary[data-v-8c6f10c1]:disabled, .button.button-secondary.disabled[data-v-8c6f10c1] {
  opacity: 0.3;
  box-shadow: none !important;
  cursor: not-allowed;
  border-color: #BFBFBF !important;
}
.button.button-secondary[data-v-8c6f10c1]:disabled:hover, .button.button-secondary.disabled[data-v-8c6f10c1]:hover {
  color: #0059b3 !important;
  background-color: white !important;
  border-color: #BFBFBF !important;
  opacity: 0.3 !important;
  box-shadow: none !important;
}
.button.button-tertiary[data-v-8c6f10c1] {
  border-color: #747474;
  background-color: transparent;
  color: #1a1a1a;
  font-weight: 400;
}
.button.button-tertiary[data-v-8c6f10c1]:hover, .button.button-tertiary.button-hover[data-v-8c6f10c1] {
  border-color: #454545;
  background-color: transparent;
  color: #1a1a1a;
}
.button.button-tertiary.focus[data-v-8c6f10c1], .button.button-tertiary[data-v-8c6f10c1]:focus {
  border-color: #747474;
  background-color: transparent;
  color: #1a1a1a;
}
.button.button-tertiary[data-v-8c6f10c1]:active, .button.button-tertiary.button-active[data-v-8c6f10c1] {
  border-color: #1a1a1a;
  background-color: transparent;
  color: #1a1a1a;
}
.button.button-tertiary[data-v-8c6f10c1]:disabled, .button.button-tertiary.disabled[data-v-8c6f10c1] {
  opacity: 0.3;
  box-shadow: none !important;
  cursor: not-allowed;
}
.button.button-tertiary[data-v-8c6f10c1]:disabled:hover, .button.button-tertiary.disabled[data-v-8c6f10c1]: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[data-v-8c6f10c1] {
  color: #454545;
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
  font-weight: 400;
  padding-left: calc(8px - 2px);
}
.button.button-quaternary[data-v-8c6f10c1]:hover, .button.button-quaternary.button-hover[data-v-8c6f10c1] {
  background-color: #DCDCDC;
  box-shadow: none;
  border-bottom-color: transparent;
}
.button.button-quaternary.focus[data-v-8c6f10c1], .button.button-quaternary[data-v-8c6f10c1]:focus {
  color: #454545;
  box-shadow: none;
  border-bottom-color: transparent;
  background-color: transparent;
}
.button.button-quaternary[data-v-8c6f10c1]:active, .button.button-quaternary.button-active[data-v-8c6f10c1] {
  background-color: #BFBFBF;
  box-shadow: none;
  border-bottom-color: transparent;
}
.button.button-quaternary[data-v-8c6f10c1]:disabled, .button.button-quaternary.disabled[data-v-8c6f10c1] {
  opacity: 0.3;
  box-shadow: none !important;
  cursor: not-allowed;
}
.button.button-quaternary[data-v-8c6f10c1]:disabled:hover, .button.button-quaternary.disabled[data-v-8c6f10c1]: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[data-v-8c6f10c1] {
  margin-right: 4px;
  min-width: 2.4rem;
}
.button.button-small[data-v-8c6f10c1] {
  padding: calc(2px) calc(16px - 2px) 0px;
  font-size: 1.4rem;
  min-height: 24px;
}
.button .icon-svg[data-v-8c6f10c1] {
  margin-right: 8px;
  fill: currentColor;
  min-width: 2.4rem;
}
.button-unstyled[data-v-8c6f10c1] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.button-unstyled[data-v-8c6f10c1]:hover, .button-unstyled[data-v-8c6f10c1]:focus {
  background-color: transparent;
  color: inherit;
}
.button-unstyled[data-v-8c6f10c1] {
  width: auto;
}
@media (min-width: 768px) {
.button + .button[data-v-8c6f10c1] {
    margin-left: 8px;
}
.button + .button[data-v-8c6f10c1]:first-child {
    margin-left: 0;
}
}
.button-column[data-v-8c6f10c1] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.button-column .button[data-v-8c6f10c1] {
  margin-top: 8px;
  margin-left: 0;
}
.button-column .button[data-v-8c6f10c1]:first-child {
  margin-top: 0;
}
.tag[data-v-8c6f10c1] {
  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: white;
  background-color: #454545;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2.4rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.tag.tag-icon[data-v-8c6f10c1] {
  padding: 0;
  padding-left: 8px;
}
.tag + .tag[data-v-8c6f10c1] {
  margin-bottom: 8px;
}
.tag[data-v-8c6f10c1]:hover, .tag.tag-hover[data-v-8c6f10c1] {
  background-color: #747474;
}
.tag[data-v-8c6f10c1]:active, .tag.tag-active[data-v-8c6f10c1] {
  background-color: #1a1a1a;
}
.tag.focus[data-v-8c6f10c1], .tag[data-v-8c6f10c1]:focus {
  background-color: #454545;
}
.tag.focus[data-v-8c6f10c1], .tag[data-v-8c6f10c1]:focus {
  outline: 4px solid #747474;
  outline-offset: 1px;
  position: relative;
}
.tag .icon-svg[data-v-8c6f10c1] {
  float: right;
  margin: 0px 0px 0px 5px;
  fill: white;
}
.button-row[data-v-8c6f10c1] {
  display: flex;
  margin: 2rem 0 1rem;
}

/* hide the default checkbox */
input[type=checkbox].form-toggle[data-v-8c6f10c1] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-8c6f10c1] {
  position: relative;
  display: inline-block;
  min-height: 20px; /* required in case the label is empty */
  padding-left: 68px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 8px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-8c6f10c1]:before {
  content: "Fra";
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 0;
  border-radius: 50%;
  background-color: white;
  width: 29px;
  height: 29px;
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 500;
  padding-top: 5px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  z-index: 10;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-8c6f10c1] {
  cursor: not-allowed;
}
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-8c6f10c1]:before,
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-8c6f10c1]:hover:before,
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-8c6f10c1]:active:before,
input[type=checkbox].form-toggle:checked:disabled ~ .form-toggle-label[data-v-8c6f10c1]:before {
  color: #747474;
}
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-8c6f10c1]:after,
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-8c6f10c1]:hover:after,
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-8c6f10c1]:active:after {
  opacity: 0.5;
  background-color: #747474;
}
input[type=checkbox].form-toggle:checked:disabled ~ .form-toggle-label[data-v-8c6f10c1]:after,
input[type=checkbox].form-toggle:checked:disabled ~ .form-toggle-label[data-v-8c6f10c1]:hover:after,
input[type=checkbox].form-toggle:checked:disabled ~ .form-toggle-label[data-v-8c6f10c1]:active:after {
  opacity: 0.5;
  background-color: #0059b3;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-8c6f10c1]:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 3px;
  width: 56px;
  height: 33px;
  border-radius: 20px;
  line-height: 1;
  text-align: center;
  background-color: #999999;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-8c6f10c1]:hover:after {
  background-color: #747474;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-8c6f10c1]:active:after {
  background-color: #454545;
}
input[type=checkbox].form-toggle:checked ~ .form-toggle-label[data-v-8c6f10c1]:after {
  background-color: #0059b3;
}
input[type=checkbox].form-toggle:checked ~ .form-toggle-label[data-v-8c6f10c1]:hover:after {
  background-color: #004993;
}
input[type=checkbox].form-toggle:checked ~ .form-toggle-label[data-v-8c6f10c1]:active:after {
  background-color: #003972;
}
input[type=checkbox].form-toggle:focus ~ .form-toggle-label[data-v-8c6f10c1]:after {
  outline: 4px solid #747474;
  outline-offset: 1px;
}

/* checked state */
input[type=checkbox].form-toggle:checked ~ .form-toggle-label[data-v-8c6f10c1]:before {
  content: "Til";
  left: 26px;
}
.badge[data-v-8c6f10c1] {
  padding: 0;
  padding-left: 8px;
  padding-right: 8px;
  border: none;
  font-weight: 600;
  color: white;
  background: #1a1a1a;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  display: inline-block;
}
.badge.badge-large[data-v-8c6f10c1] {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.badge.badge-small[data-v-8c6f10c1] {
  font-size: 1.4rem;
  line-height: 2rem;
}
.badge.badge-info[data-v-8c6f10c1] {
  color: #1a1a1a;
  background-color: #e2f2fb;
}
.badge.badge-success[data-v-8c6f10c1] {
  color: #1a1a1a;
  background-color: #eeffe2;
}
.badge.badge-warning[data-v-8c6f10c1] {
  color: #1a1a1a;
  background-color: #ffeecc;
}
.badge.badge-error[data-v-8c6f10c1] {
  color: #1a1a1a;
  background-color: #ffe0e0;
}
.embed-container iframe[data-v-8c6f10c1],
.embed-container object[data-v-8c6f10c1],
.embed-container embed[data-v-8c6f10c1] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container[data-v-8c6f10c1] {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
img[data-v-8c6f10c1] {
  max-width: 100%;
}
figure[data-v-8c6f10c1] {
  margin-left: 0;
  margin-right: 0;
}
.icon[data-v-8c6f10c1] {
  height: 2.4rem;
  width: 2.4rem;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 100%;
}
.icon-svg[data-v-8c6f10c1] {
  height: 2.4rem;
  width: 2.4rem;
  vertical-align: middle;
}
.icon-svg--inherit-color[data-v-8c6f10c1] {
  fill: currentColor;
}
.icon-svg[data-v-8c6f10c1]:focus {
  outline: none;
}
.inline-svg[data-v-8c6f10c1] {
  height: 1em;
  width: 1em;
}
.icon-svg-large[data-v-8c6f10c1] {
  height: 2.5rem;
  width: 2.5rem;
  vertical-align: middle;
}
.icon-svg-large--inherit-color[data-v-8c6f10c1] {
  fill: currentColor;
}
.icon-accessibility-new[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20.5%206c-2.61.7-5.67%201-8.5%201s-5.89-.3-8.5-1L3%208c1.86.5%204%20.83%206%201v13h2v-6h2v6h2V9c2-.17%204.14-.5%206-1l-.5-2zM12%206c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202z'/%3e%3c/svg%3e");
}
.icon-account-circle[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zM7.07%2018.28c.43-.9%203.05-1.78%204.93-1.78s4.51.88%204.93%201.78C15.57%2019.36%2013.86%2020%2012%2020s-3.57-.64-4.93-1.72zm11.29-1.45c-1.43-1.74-4.9-2.33-6.36-2.33s-4.93.59-6.36%202.33C4.62%2015.49%204%2013.82%204%2012c0-4.41%203.59-8%208-8s8%203.59%208%208c0%201.82-.62%203.49-1.64%204.83zM12%206c-1.94%200-3.5%201.56-3.5%203.5S10.06%2013%2012%2013s3.5-1.56%203.5-3.5S13.94%206%2012%206zm0%205c-.83%200-1.5-.67-1.5-1.5S11.17%208%2012%208s1.5.67%201.5%201.5S12.83%2011%2012%2011z'/%3e%3c/svg%3e");
}
.icon-add-a-photo[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M21%206h-3.17L16%204h-6v2h5.12l1.83%202H21v12H5v-9H3v9c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V8c0-1.1-.9-2-2-2zM8%2014c0%202.76%202.24%205%205%205s5-2.24%205-5-2.24-5-5-5-5%202.24-5%205zm5-3c1.65%200%203%201.35%203%203s-1.35%203-3%203-3-1.35-3-3%201.35-3%203-3zM5%206h3V4H5V1H3v3H0v2h3v3h2z'/%3e%3c/svg%3e");
}
.icon-add[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
}
.icon-agriculture[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M4,9h5c0-1.1-0.9-2-2-2H4C3.45,7,3,7.45,3,8C3,8.55,3.45,9,4,9z'/%3e%3cpath%20d='M22,14.06V8c0-1.1-0.9-2-2-2h-6.29l-1.06-1.06l1.41-1.41l-0.71-0.71L9.82,6.35l0.71,0.71l1.41-1.41L13,6.71V9%20c0,1.1-0.9,2-2,2H8.96c-0.22-0.16-0.45-0.3-0.69-0.43l-0.4,0.89l-0.46-0.21l0.4-0.9C7.26,10.13,6.64,10,6,10%20c-0.53,0-1.04,0.11-1.52,0.26l0.34,0.91l-0.47,0.18L4,10.42c-1.06,0.46-1.91,1.28-2.43,2.31l0.89,0.4l-0.21,0.46l-0.9-0.4%20C1.13,13.74,1,14.36,1,15c0,0.53,0.11,1.04,0.26,1.52l0.91-0.34l0.18,0.47L1.42,17c0.46,1.06,1.28,1.91,2.31,2.43l0.4-0.89%20l0.46,0.21l-0.4,0.9C4.74,19.87,5.36,20,6,20c0.53,0,1.04-0.11,1.52-0.26l-0.34-0.91l0.47-0.18L8,19.58%20c1.06-0.46,1.91-1.28,2.43-2.31l-0.89-0.4l0.21-0.46l0.9,0.4c0.1-0.26,0.18-0.54,0.24-0.82h5.16C16.03,16.16,16,16.33,16,16.5%20c0,1.93,1.57,3.5,3.5,3.5s3.5-1.57,3.5-3.5C23,15.55,22.62,14.69,22,14.06z%20M6,18c-1.66,0-3-1.34-3-3s1.34-3,3-3s3,1.34,3,3%20S7.66,18,6,18z%20M10.87,14c-0.04-0.18-0.08-0.35-0.13-0.52l-0.91,0.34l-0.18-0.47L10.58,13c0,0,0.42,0,0.42,0c2.21,0,4-1.79,4-4V8%20h5v5.05C19.84,13.03,19.67,13,19.5,13c-0.95,0-1.81,0.38-2.44,1H10.87z%20M19.5,18c-0.83,0-1.5-0.67-1.5-1.5s0.67-1.5,1.5-1.5%20s1.5,0.67,1.5,1.5S20.33,18,19.5,18z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-apps[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%208h4V4H4v4zm6%2012h4v-4h-4v4zm-6%200h4v-4H4v4zm0-6h4v-4H4v4zm6%200h4v-4h-4v4zm6-10v4h4V4h-4zm-6%204h4V4h-4v4zm6%206h4v-4h-4v4zm0%206h4v-4h-4v4z'/%3e%3c/svg%3e");
}
.icon-arrow-back[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'/%3e%3c/svg%3e");
}
.icon-arrow-downward[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%2012l-1.41-1.41L13%2016.17V4h-2v12.17l-5.58-5.59L4%2012l8%208%208-8z'/%3e%3c/svg%3e");
}
.icon-arrow-drop-down[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2010l5%205%205-5H7z'/%3e%3c/svg%3e");
}
.icon-arrow-drop-up[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2014l5-5%205%205H7z'/%3e%3c/svg%3e");
}
.icon-arrow-forward[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8-8-8z'/%3e%3c/svg%3e");
}
.icon-arrow-left[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M24%200v24H0V0h24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M14%207l-5%205%205%205V7z'/%3e%3c/svg%3e");
}
.icon-arrow-right[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%2017l5-5-5-5v10z'/%3e%3c/svg%3e");
}
.icon-arrow-upward[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%2012l1.41%201.41L11%207.83V20h2V7.83l5.58%205.59L20%2012l-8-8-8%208z'/%3e%3c/svg%3e");
}
.icon-assessment[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%203H5c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm0%2016H5V5h14v14zM7%2010h2v7H7zm4-3h2v10h-2zm4%206h2v4h-2z'/%3e%3c/svg%3e");
}
.icon-assignment[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2015h7v2H7zm0-4h10v2H7zm0-4h10v2H7zm12-4h-4.18C14.4%201.84%2013.3%201%2012%201c-1.3%200-2.4.84-2.82%202H5c-.14%200-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64-.1.23-.16.49-.16.77v14c0%20.27.06.54.16.78s.25.45.43.64c.27.27.62.47%201.01.55.13.02.26.03.4.03h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm-7-.25c.41%200%20.75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19%2019H5V5h14v14z'/%3e%3c/svg%3e");
}
.icon-attach-file[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M16.5%206v11.5c0%202.21-1.79%204-4%204s-4-1.79-4-4V5c0-1.38%201.12-2.5%202.5-2.5s2.5%201.12%202.5%202.5v10.5c0%20.55-.45%201-1%201s-1-.45-1-1V6H10v9.5c0%201.38%201.12%202.5%202.5%202.5s2.5-1.12%202.5-2.5V5c0-2.21-1.79-4-4-4S7%202.79%207%205v12.5c0%203.04%202.46%205.5%205.5%205.5s5.5-2.46%205.5-5.5V6h-1.5z'/%3e%3c/svg%3e");
}
.icon-bookmark-border[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M17%203H7c-1.1%200-1.99.9-1.99%202L5%2021l7-3%207%203V5c0-1.1-.9-2-2-2zm0%2015l-5-2.18L7%2018V5h10v13z'/%3e%3c/svg%3e");
}
.icon-bookmarks[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15%207v12.97l-4.21-1.81-.79-.34-.79.34L5%2019.97V7h10m4-6H8.99C7.89%201%207%201.9%207%203h10c1.1%200%202%20.9%202%202v13l2%201V3c0-1.1-.9-2-2-2zm-4%204H5c-1.1%200-2%20.9-2%202v16l7-3%207%203V7c0-1.1-.9-2-2-2z'/%3e%3c/svg%3e");
}
.icon-cached[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%208l-4%204h3c0%203.31-2.69%206-6%206-1.01%200-1.97-.25-2.8-.7l-1.46%201.46C8.97%2019.54%2010.43%2020%2012%2020c4.42%200%208-3.58%208-8h3l-4-4zM6%2012c0-3.31%202.69-6%206-6%201.01%200%201.97.25%202.8.7l1.46-1.46C15.03%204.46%2013.57%204%2012%204c-4.42%200-8%203.58-8%208H1l4%204%204-4H6z'/%3e%3c/svg%3e");
}
.icon-calculator[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M7,2H17A2,2%200%200,1%2019,4V20A2,2%200%200,1%2017,22H7A2,2%200%200,1%205,20V4A2,2%200%200,1%207,2M7,4V8H17V4H7M7,10V12H9V10H7M11,10V12H13V10H11M15,10V12H17V10H15M7,14V16H9V14H7M11,14V16H13V14H11M15,14V16H17V14H15M7,18V20H9V18H7M11,18V20H13V18H11M15,18V20H17V18H15Z'%20/%3e%3c/svg%3e");
}
.icon-card-account-details[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M22,3H2C0.91,3.04%200.04,3.91%200,5V19C0.04,20.09%200.91,20.96%202,21H22C23.09,20.96%2023.96,20.09%2024,19V5C23.96,3.91%2023.09,3.04%2022,3M22,19H2V5H22V19M14,17V15.75C14,14.09%2010.66,13.25%209,13.25C7.34,13.25%204,14.09%204,15.75V17H14M9,7A2.5,2.5%200%200,0%206.5,9.5A2.5,2.5%200%200,0%209,12A2.5,2.5%200%200,0%2011.5,9.5A2.5,2.5%200%200,0%209,7M14,7V8H20V7H14M14,9V10H20V9H14M14,11V12H18V11H14'%20/%3e%3c/svg%3e");
}
.icon-card-text[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M20,20H4A2,2%200%200,1%202,18V6A2,2%200%200,1%204,4H20A2,2%200%200,1%2022,6V18A2,2%200%200,1%2020,20M4,6V18H20V6H4M6,9H18V11H6V9M6,13H16V15H6V13Z'%20/%3e%3c/svg%3e");
}
.icon-chat[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%204h16v12H5.17L4%2017.17V4m0-2c-1.1%200-1.99.9-1.99%202L2%2022l4-4h14c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2H4zm2%2010h8v2H6v-2zm0-3h12v2H6V9zm0-3h12v2H6V6z'/%3e%3c/svg%3e");
}
.icon-check-circle-white[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm4.59-12.42L10%2014.17l-2.59-2.58L6%2013l4%204%208-8z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.icon-check-circle[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm4.59-12.42L10%2014.17l-2.59-2.58L6%2013l4%204%208-8z'/%3e%3c/svg%3e");
}
.icon-chevron-double-left[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M18.41,7.41L17,6L11,12L17,18L18.41,16.59L13.83,12L18.41,7.41M12.41,7.41L11,6L5,12L11,18L12.41,16.59L7.83,12L12.41,7.41Z'%20/%3e%3c/svg%3e");
}
.icon-chevron-double-right[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M5.59,7.41L7,6L13,12L7,18L5.59,16.59L10.17,12L5.59,7.41M11.59,7.41L13,6L19,12L13,18L11.59,16.59L16.17,12L11.59,7.41Z'%20/%3e%3c/svg%3e");
}
.icon-chevron-left[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012l4.58-4.59z'/%3e%3c/svg%3e");
}
.icon-chevron-right[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6-6-6z'/%3e%3c/svg%3e");
}
.icon-close[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012%2019%206.41z'/%3e%3c/svg%3e");
}
.icon-construction[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3crect%20height='8.48'%20transform='matrix(0.7071%20-0.7071%200.7071%200.7071%20-6.8717%2017.6255)'%20width='3'%20x='16.34'%20y='12.87'/%3e%3cpath%20d='M17.5,10c1.93,0,3.5-1.57,3.5-3.5c0-0.58-0.16-1.12-0.41-1.6l-2.7,2.7L16.4,6.11l2.7-2.7C18.62,3.16,18.08,3,17.5,3%20C15.57,3,14,4.57,14,6.5c0,0.41,0.08,0.8,0.21,1.16l-1.85,1.85l-1.78-1.78l0.71-0.71L9.88,5.61L12,3.49%20c-1.17-1.17-3.07-1.17-4.24,0L4.22,7.03l1.41,1.41H2.81L2.1,9.15l3.54,3.54l0.71-0.71V9.15l1.41,1.41l0.71-0.71l1.78,1.78%20l-7.41,7.41l2.12,2.12L16.34,9.79C16.7,9.92,17.09,10,17.5,10z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-contact-support[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%2023.59v-3.6c-5.01-.26-9-4.42-9-9.49C2%205.26%206.26%201%2011.5%201S21%205.26%2021%2010.5c0%204.95-3.44%209.93-8.57%2012.4l-1.43.69zM11.5%203C7.36%203%204%206.36%204%2010.5S7.36%2018%2011.5%2018H13v2.3c3.64-2.3%206-6.08%206-9.8C19%206.36%2015.64%203%2011.5%203zm-1%2011.5h2v2h-2zm2-1.5h-2c0-3.25%203-3%203-5%200-1.1-.9-2-2-2s-2%20.9-2%202h-2c0-2.21%201.79-4%204-4s4%201.79%204%204c0%202.5-3%202.75-3%205z'/%3e%3c/svg%3e");
}
.icon-content-copy[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M16%201H4c-1.1%200-2%20.9-2%202v14h2V3h12V1zm3%204H8c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h11c1.1%200%202-.9%202-2V7c0-1.1-.9-2-2-2zm0%2016H8V7h11v14z'/%3e%3c/svg%3e");
}
.icon-coronavirus[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3cpath%20d='M9.5,12c0,0.55-0.45,1-1,1s-1-0.45-1-1c0-0.55,0.45-1,1-1S9.5,11.45,9.5,12z%20M13.75,10c0.55,0,1-0.45,1-1s-0.45-1-1-1%20s-1,0.45-1,1S13.2,10,13.75,10z%20M10.25,10c0.55,0,1-0.45,1-1s-0.45-1-1-1s-1,0.45-1,1S9.7,10,10.25,10z%20M10.25,14%20c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1s1-0.45,1-1C11.25,14.45,10.8,14,10.25,14z%20M22,11.25v1.5c0,0.41-0.34,0.75-0.75,0.75%20c-0.41,0-0.75-0.34-0.75-0.75h-1.54c-0.15,1.37-0.69,2.63-1.52,3.65l1.09,1.09l0.01-0.01c0.29-0.29,0.77-0.29,1.06,0%20c0.29,0.29,0.29,0.77,0,1.06l-1.06,1.06c-0.29,0.29-0.77,0.29-1.06,0c-0.29-0.29-0.29-0.76-0.01-1.05l-1.09-1.09%20c-1.02,0.82-2.27,1.36-3.64,1.51v1.54h0.01c0.41,0,0.75,0.34,0.75,0.75c0,0.41-0.34,0.75-0.75,0.75h-1.5%20c-0.41,0-0.75-0.34-0.75-0.75c0-0.41,0.33-0.74,0.74-0.75v-1.55c-1.37-0.15-2.62-0.69-3.63-1.51l-1.09,1.09l0.01,0.01%20c0.29,0.29,0.29,0.77,0,1.06c-0.29,0.29-0.77,0.29-1.06,0L4.4,18.54c-0.29-0.29-0.29-0.77,0-1.06c0.29-0.29,0.76-0.29,1.05-0.01%20l1.09-1.09c-0.82-1.02-1.36-2.26-1.5-3.63H3.5c0,0.41-0.34,0.75-0.75,0.75C2.34,13.5,2,13.16,2,12.75v-1.5%20c0-0.41,0.34-0.75,0.75-0.75c0.41,0,0.75,0.34,0.75,0.75h1.54c0.15-1.37,0.69-2.61,1.5-3.63L5.45,6.53C5.16,6.81,4.69,6.81,4.4,6.52%20c-0.29-0.29-0.29-0.77,0-1.06L5.46,4.4c0.29-0.29,0.77-0.29,1.06,0c0.29,0.29,0.29,0.77,0,1.06L6.51,5.47L7.6,6.56%20c1.02-0.82,2.26-1.36,3.63-1.51V3.5c-0.41-0.01-0.74-0.34-0.74-0.75C10.5,2.34,10.84,2,11.25,2h1.5c0.41,0,0.75,0.34,0.75,0.75%20c0,0.41-0.34,0.75-0.75,0.75h-0.01v1.54c1.37,0.14,2.62,0.69,3.64,1.51l1.09-1.09c-0.29-0.29-0.28-0.76,0.01-1.05%20c0.29-0.29,0.77-0.29,1.06,0l1.06,1.06c0.29,0.29,0.29,0.77,0,1.06s-0.77,0.29-1.06,0l-0.01-0.01L17.44,7.6%20c0.82,1.02,1.37,2.27,1.52,3.65h1.54c0-0.41,0.34-0.75,0.75-0.75C21.66,10.5,22,10.84,22,11.25z%20M17,12c0-2.76-2.24-5-5-5%20s-5,2.24-5,5s2.24,5,5,5S17,14.76,17,12z%20M12,11c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1s1-0.45,1-1C13,11.45,12.55,11,12,11z%20M15.5,11c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1s1-0.45,1-1C16.5,11.45,16.05,11,15.5,11z%20M13.75,14c-0.55,0-1,0.45-1,1%20c0,0.55,0.45,1,1,1s1-0.45,1-1C14.75,14.45,14.3,14,13.75,14z'/%3e%3c/svg%3e");
}
.icon-create-new-folder[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%206h-8l-2-2H4c-1.11%200-1.99.89-1.99%202L2%2018c0%201.11.89%202%202%202h16c1.11%200%202-.89%202-2V8c0-1.11-.89-2-2-2zm0%2012H4V6h5.17l2%202H20v10zm-8-4h2v2h2v-2h2v-2h-2v-2h-2v2h-2z'/%3e%3c/svg%3e");
}
.icon-credit-card[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%204H4c-1.11%200-1.99.89-1.99%202L2%2018c0%201.11.89%202%202%202h16c1.11%200%202-.89%202-2V6c0-1.11-.89-2-2-2zm0%2014H4v-6h16v6zm0-10H4V6h16v2z'/%3e%3c/svg%3e");
}
.icon-database[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M12%203C7.58%203%204%204.79%204%207V17C4%2019.21%207.59%2021%2012%2021S20%2019.21%2020%2017V7C20%204.79%2016.42%203%2012%203M18%2017C18%2017.5%2015.87%2019%2012%2019S6%2017.5%206%2017V14.77C7.61%2015.55%209.72%2016%2012%2016S16.39%2015.55%2018%2014.77V17M18%2012.45C16.7%2013.4%2014.42%2014%2012%2014C9.58%2014%207.3%2013.4%206%2012.45V9.64C7.47%2010.47%209.61%2011%2012%2011C14.39%2011%2016.53%2010.47%2018%209.64V12.45M12%209C8.13%209%206%207.5%206%207S8.13%205%2012%205C15.87%205%2018%206.5%2018%207S15.87%209%2012%209Z'%20/%3e%3c/svg%3e");
}
.icon-desktop-windows[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M21%202H3c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h7v2H8v2h8v-2h-2v-2h7c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2zm0%2014H3V4h18v12z'/%3e%3c/svg%3e");
}
.icon-domain[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%207V3H2v18h20V7H12zM6%2019H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4%2012H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm10%2012h-8v-2h2v-2h-2v-2h2v-2h-2V9h8v10zm-2-8h-2v2h2v-2zm0%204h-2v2h2v-2z'/%3e%3c/svg%3e");
}
.icon-done[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9%2016.2L4.8%2012l-1.4%201.4L9%2019%2021%207l-1.4-1.4L9%2016.2z'/%3e%3c/svg%3e");
}
.icon-download-done[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M5%2018h14v2H5v-2zm4.6-2.7L5%2010.7l2-1.9%202.6%202.6L17%204l2%202-9.4%209.3z'/%3e%3c/svg%3e");
}
.icon-drive-eta[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M18.92%205.01C18.72%204.42%2018.16%204%2017.5%204h-11c-.66%200-1.21.42-1.42%201.01L3%2011v8c0%20.55.45%201%201%201h1c.55%200%201-.45%201-1v-1h12v1c0%20.55.45%201%201%201h1c.55%200%201-.45%201-1v-8l-2.08-5.99zM6.85%206h10.29l1.04%203H5.81l1.04-3zM19%2016H5v-4.66l.12-.34h13.77l.11.34V16z'/%3e%3ccircle%20cx='7.5'%20cy='13.5'%20r='1.5'/%3e%3ccircle%20cx='16.5'%20cy='13.5'%20r='1.5'/%3e%3c/svg%3e");
}
.icon-email[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M22%206c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6zm-2%200l-8%205-8-5h16zm0%2012H4V8l8%205%208-5v10z'/%3e%3c/svg%3e");
}
.icon-engineering[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M9,15c-2.67,0-8,1.34-8,4v2h16v-2C17,16.34,11.67,15,9,15z%20M3,19c0.22-0.72,3.31-2,6-2c2.7,0,5.8,1.29,6,2H3z'/%3e%3cpath%20d='M4.74,9H5c0,2.21,1.79,4,4,4s4-1.79,4-4h0.26c0.27,0,0.49-0.22,0.49-0.49V8.49c0-0.27-0.22-0.49-0.49-0.49H13%20c0-1.48-0.81-2.75-2-3.45V5.5C11,5.78,10.78,6,10.5,6S10,5.78,10,5.5V4.14C9.68,4.06,9.35,4,9,4S8.32,4.06,8,4.14V5.5%20C8,5.78,7.78,6,7.5,6S7,5.78,7,5.5V4.55C5.81,5.25,5,6.52,5,8H4.74C4.47,8,4.25,8.22,4.25,8.49v0.03C4.25,8.78,4.47,9,4.74,9z%20M11,9c0,1.1-0.9,2-2,2s-2-0.9-2-2H11z'/%3e%3cpath%20d='M21.98,6.23l0.93-0.83l-0.75-1.3l-1.19,0.39c-0.14-0.11-0.3-0.2-0.47-0.27L20.25,3h-1.5L18.5,4.22%20c-0.17,0.07-0.33,0.16-0.48,0.27L16.84,4.1l-0.75,1.3l0.93,0.83C17,6.4,17,6.58,17.02,6.75L16.09,7.6l0.75,1.3l1.2-0.38%20c0.13,0.1,0.28,0.18,0.43,0.25L18.75,10h1.5l0.27-1.22c0.16-0.07,0.3-0.15,0.44-0.25l1.19,0.38l0.75-1.3l-0.93-0.85%20C22,6.57,21.99,6.4,21.98,6.23z%20M19.5,7.75c-0.69,0-1.25-0.56-1.25-1.25s0.56-1.25,1.25-1.25s1.25,0.56,1.25,1.25%20S20.19,7.75,19.5,7.75z'/%3e%3cpath%20d='M19.4,10.79l-0.85,0.28c-0.1-0.08-0.21-0.14-0.33-0.19L18.04,10h-1.07l-0.18,0.87c-0.12,0.05-0.24,0.12-0.34,0.19%20l-0.84-0.28l-0.54,0.93l0.66,0.59c-0.01,0.13-0.01,0.25,0,0.37l-0.66,0.61l0.54,0.93l0.86-0.27c0.1,0.07,0.2,0.13,0.31,0.18%20L16.96,15h1.07l0.19-0.87c0.11-0.05,0.22-0.11,0.32-0.18l0.85,0.27l0.54-0.93l-0.66-0.61c0.01-0.13,0.01-0.25,0-0.37l0.66-0.59%20L19.4,10.79z%20M17.5,13.39c-0.49,0-0.89-0.4-0.89-0.89c0-0.49,0.4-0.89,0.89-0.89s0.89,0.4,0.89,0.89%20C18.39,12.99,17.99,13.39,17.5,13.39z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-expand-less[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%208l-6%206%201.41%201.41L12%2010.83l4.59%204.58L18%2014l-6-6z'/%3e%3c/svg%3e");
}
.icon-expand-more-white[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.icon-expand-more[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'/%3e%3c/svg%3e");
}
.icon-face[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10.25%2013c0%20.69-.56%201.25-1.25%201.25S7.75%2013.69%207.75%2013s.56-1.25%201.25-1.25%201.25.56%201.25%201.25zM15%2011.75c-.69%200-1.25.56-1.25%201.25s.56%201.25%201.25%201.25%201.25-.56%201.25-1.25-.56-1.25-1.25-1.25zm7%20.25c0%205.52-4.48%2010-10%2010S2%2017.52%202%2012%206.48%202%2012%202s10%204.48%2010%2010zM10.66%204.12C12.06%206.44%2014.6%208%2017.5%208c.46%200%20.91-.05%201.34-.12C17.44%205.56%2014.9%204%2012%204c-.46%200-.91.05-1.34.12zM4.42%209.47c1.71-.97%203.03-2.55%203.66-4.44C6.37%206%205.05%207.58%204.42%209.47zM20%2012c0-.78-.12-1.53-.33-2.24-.7.15-1.42.24-2.17.24-3.13%200-5.92-1.44-7.76-3.69C8.69%208.87%206.6%2010.88%204%2011.86c.01.04%200%20.09%200%20.14%200%204.41%203.59%208%208%208s8-3.59%208-8z'/%3e%3c/svg%3e");
}
.icon-feedback[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%202H4c-1.1%200-1.99.9-1.99%202L2%2022l4-4h14c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2zm0%2014H5.17l-.59.59-.58.58V4h16v12zm-9-4h2v2h-2zm0-6h2v4h-2z'/%3e%3c/svg%3e");
}
.icon-file-download[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M18,15v3H6v-3H4v3c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2v-3H18z%20M17,11l-1.41-1.41L13,12.17V4h-2v8.17L8.41,9.59L7,11l5,5%20L17,11z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-file-excel[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M14%202H6C4.89%202%204%202.9%204%204V20C4%2021.11%204.89%2022%206%2022H18C19.11%2022%2020%2021.11%2020%2020V8L14%202M18%2020H6V4H13V9H18V20M12.9%2014.5L15.8%2019H14L12%2015.6L10%2019H8.2L11.1%2014.5L8.2%2010H10L12%2013.4L14%2010H15.8L12.9%2014.5Z'%20/%3e%3c/svg%3e");
}
.icon-file-image[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M14,2L20,8V20A2,2%200%200,1%2018,22H6A2,2%200%200,1%204,20V4A2,2%200%200,1%206,2H14M18,20V9H13V4H6V20H18M17,13V19H7L12,14L14,16M10,10.5A1.5,1.5%200%200,1%208.5,12A1.5,1.5%200%200,1%207,10.5A1.5,1.5%200%200,1%208.5,9A1.5,1.5%200%200,1%2010,10.5Z'%20/%3e%3c/svg%3e");
}
.icon-file-pdf[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M14,2L20,8V20A2,2%200%200,1%2018,22H6A2,2%200%200,1%204,20V4A2,2%200%200,1%206,2H14M18,20V9H13V4H6V20H18M10.92,12.31C10.68,11.54%2010.15,9.08%2011.55,9.04C12.95,9%2012.03,12.16%2012.03,12.16C12.42,13.65%2014.05,14.72%2014.05,14.72C14.55,14.57%2017.4,14.24%2017,15.72C16.57,17.2%2013.5,15.81%2013.5,15.81C11.55,15.95%2010.09,16.47%2010.09,16.47C8.96,18.58%207.64,19.5%207.1,18.61C6.43,17.5%209.23,16.07%209.23,16.07C10.68,13.72%2010.9,12.35%2010.92,12.31M11.57,13.15C11.17,14.45%2010.37,15.84%2010.37,15.84C11.22,15.5%2013.08,15.11%2013.08,15.11C11.94,14.11%2011.59,13.16%2011.57,13.15M14.71,15.32C14.71,15.32%2016.46,15.97%2016.5,15.71C16.57,15.44%2015.17,15.2%2014.71,15.32M9.05,16.81C8.28,17.11%207.54,18.39%207.72,18.39C7.9,18.4%208.63,17.79%209.05,16.81M11.57,11.26C11.57,11.21%2012,9.58%2011.57,9.53C11.27,9.5%2011.56,11.22%2011.57,11.26Z'%20/%3e%3c/svg%3e");
}
.icon-file-upload[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M18,15v3H6v-3H4v3c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2v-3H18z%20M7,9l1.41,1.41L11,7.83V16h2V7.83l2.59,2.58L17,9l-5-5L7,9z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-file-word[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M14%202H6C4.89%202%204%202.9%204%204V20C4%2021.11%204.89%2022%206%2022H18C19.11%2022%2020%2021.11%2020%2020V8L14%202M18%2020H6V4H13V9H18V20M17.35%2010L15.25%2019H13.85L12.05%2012.21L10.25%2019H8.85L6.65%2010H8.15L9.55%2016.81L11.35%2010H12.65L14.45%2016.81L15.85%2010H17.35Z'%20/%3e%3c/svg%3e");
}
.icon-first-page[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%200v24H0V0h24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M18.41%2016.59L13.82%2012l4.59-4.59L17%206l-6%206%206%206%201.41-1.41zM6%206h2v12H6V6z'/%3e%3c/svg%3e");
}
.icon-flag[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M14.4%206L14%204H5v17h2v-7h5.6l.4%202h7V6z'/%3e%3c/svg%3e");
}
.icon-folder-open[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%206h-8l-2-2H4c-1.1%200-1.99.9-1.99%202L2%2018c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V8c0-1.1-.9-2-2-2zm0%2012H4V8h16v10z'/%3e%3c/svg%3e");
}
.icon-folder[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9.17%206l2%202H20v10H4V6h5.17M10%204H4c-1.1%200-1.99.9-1.99%202L2%2018c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V8c0-1.1-.9-2-2-2h-8l-2-2z'/%3e%3c/svg%3e");
}
.icon-format-align-center[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2015v2h10v-2H7zm-4%206h18v-2H3v2zm0-8h18v-2H3v2zm4-6v2h10V7H7zM3%203v2h18V3H3z'/%3e%3c/svg%3e");
}
.icon-format-align-justify[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2021h18v-2H3v2zm0-4h18v-2H3v2zm0-4h18v-2H3v2zm0-4h18V7H3v2zm0-6v2h18V3H3z'/%3e%3c/svg%3e");
}
.icon-format-align-left[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15%2015H3v2h12v-2zm0-8H3v2h12V7zM3%2013h18v-2H3v2zm0%208h18v-2H3v2zM3%203v2h18V3H3z'/%3e%3c/svg%3e");
}
.icon-format-align-right[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2021h18v-2H3v2zm6-4h12v-2H9v2zm-6-4h18v-2H3v2zm6-4h12V7H9v2zM3%203v2h18V3H3z'/%3e%3c/svg%3e");
}
.icon-format-bold[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.6%2010.79c.97-.67%201.65-1.77%201.65-2.79%200-2.26-1.75-4-4-4H7v14h7.04c2.09%200%203.71-1.7%203.71-3.79%200-1.52-.86-2.82-2.15-3.42zM10%206.5h3c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5h-3v-3zm3.5%209H10v-3h3.5c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5z'/%3e%3c/svg%3e");
}
.icon-format-clear[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%208V5H6.39l3%203h1.83l-.55%201.28%202.09%202.1L14.21%208zM3.41%204.86L2%206.27l6.97%206.97L6.5%2019h3l1.57-3.66L16.73%2021l1.41-1.41z'/%3e%3c/svg%3e");
}
.icon-format-color-fill[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M16.56,8.94L7.62,0L6.21,1.41l2.38,2.38L3.44,8.94c-0.59,0.59-0.59,1.54,0,2.12l5.5,5.5C9.23,16.85,9.62,17,10,17%20s0.77-0.15,1.06-0.44l5.5-5.5C17.15,10.48,17.15,9.53,16.56,8.94z%20M5.21,10L10,5.21L14.79,10H5.21z%20M19,11.5c0,0-2,2.17-2,3.5%20c0,1.1,0.9,2,2,2s2-0.9,2-2C21,13.67,19,11.5,19,11.5z%20M2,20h20v4H2V20z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-format-color-text[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M2,20h20v4H2V20z%20M5.49,17h2.42l1.27-3.58h5.65L16.09,17h2.42L13.25,3h-2.5L5.49,17z%20M9.91,11.39l2.03-5.79h0.12l2.03,5.79%20H9.91z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-format-indent-decrease[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%2017h10v-2H11v2zm-8-5l4%204V8l-4%204zm0%209h18v-2H3v2zM3%203v2h18V3H3zm8%206h10V7H11v2zm0%204h10v-2H11v2z'/%3e%3c/svg%3e");
}
.icon-format-indent-increase[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2021h18v-2H3v2zM3%208v8l4-4-4-4zm8%209h10v-2H11v2zM3%203v2h18V3H3zm8%206h10V7H11v2zm0%204h10v-2H11v2z'/%3e%3c/svg%3e");
}
.icon-format-italic[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%204v3h2.21l-3.42%208H6v3h8v-3h-2.21l3.42-8H18V4h-8z'/%3e%3c/svg%3e");
}
.icon-format-list-bulleted[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%2010.5c-.83%200-1.5.67-1.5%201.5s.67%201.5%201.5%201.5%201.5-.67%201.5-1.5-.67-1.5-1.5-1.5zm0-6c-.83%200-1.5.67-1.5%201.5S3.17%207.5%204%207.5%205.5%206.83%205.5%206%204.83%204.5%204%204.5zm0%2012c-.83%200-1.5.68-1.5%201.5s.68%201.5%201.5%201.5%201.5-.68%201.5-1.5-.67-1.5-1.5-1.5zM7%2019h14v-2H7v2zm0-6h14v-2H7v2zm0-8v2h14V5H7z'/%3e%3c/svg%3e");
}
.icon-format-list-checks[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M3,5H9V11H3V5M5,7V9H7V7H5M11,7H21V9H11V7M11,15H21V17H11V15M5,20L1.5,16.5L2.91,15.09L5,17.17L9.59,12.59L11,14L5,20Z'%20/%3e%3c/svg%3e");
}
.icon-format-list-numbered[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z'/%3e%3c/svg%3e");
}
.icon-format-size[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9%204v3h5v12h3V7h5V4H9zm-6%208h3v7h3v-7h3V9H3v3z'/%3e%3c/svg%3e");
}
.icon-format-underlined[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%2017c3.31%200%206-2.69%206-6V3h-2.5v8c0%201.93-1.57%203.5-3.5%203.5S8.5%2012.93%208.5%2011V3H6v8c0%203.31%202.69%206%206%206zm-7%202v2h14v-2H5z'/%3e%3c/svg%3e");
}
.icon-forum[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15%204v7H5.17L4%2012.17V4h11m1-2H3c-.55%200-1%20.45-1%201v14l4-4h10c.55%200%201-.45%201-1V3c0-.55-.45-1-1-1zm5%204h-2v9H6v2c0%20.55.45%201%201%201h11l4%204V7c0-.55-.45-1-1-1z'/%3e%3c/svg%3e");
}
.icon-forward[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M12%208V4l8%208-8%208v-4H4V8z'/%3e%3c/svg%3e");
}
.icon-fullscreen-exit[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M5%2016h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6%2011h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z'/%3e%3c/svg%3e");
}
.icon-fullscreen[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2014H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12%207h-3v2h5v-5h-2v3zM14%205v2h3v3h2V5h-5z'/%3e%3c/svg%3e");
}
.icon-grade-outline[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%207.13l.97%202.29.47%201.11%201.2.1%202.47.21-1.88%201.63-.91.79.27%201.18.56%202.41-2.12-1.28-1.03-.64-1.03.62-2.12%201.28.56-2.41.27-1.18-.91-.79-1.88-1.63%202.47-.21%201.2-.1.47-1.11.97-2.27M12%202L9.19%208.63%202%209.24l5.46%204.73L5.82%2021%2012%2017.27%2018.18%2021l-1.64-7.03L22%209.24l-7.19-.61L12%202z'/%3e%3c/svg%3e");
}
.icon-grade[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M12%2017.27L18.18%2021l-1.64-7.03L22%209.24l-7.19-.61L12%202%209.19%208.63%202%209.24l5.46%204.73L5.82%2021z'/%3e%3c/svg%3e");
}
.icon-groups[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3cg%3e%3cpath%20d='M4,13c1.1,0,2-0.9,2-2c0-1.1-0.9-2-2-2s-2,0.9-2,2C2,12.1,2.9,13,4,13z%20M5.13,14.1C4.76,14.04,4.39,14,4,14%20c-0.99,0-1.93,0.21-2.78,0.58C0.48,14.9,0,15.62,0,16.43V18l4.5,0v-1.61C4.5,15.56,4.73,14.78,5.13,14.1z%20M20,13c1.1,0,2-0.9,2-2%20c0-1.1-0.9-2-2-2s-2,0.9-2,2C18,12.1,18.9,13,20,13z%20M24,16.43c0-0.81-0.48-1.53-1.22-1.85C21.93,14.21,20.99,14,20,14%20c-0.39,0-0.76,0.04-1.13,0.1c0.4,0.68,0.63,1.46,0.63,2.29V18l4.5,0V16.43z%20M16.24,13.65c-1.17-0.52-2.61-0.9-4.24-0.9%20c-1.63,0-3.07,0.39-4.24,0.9C6.68,14.13,6,15.21,6,16.39V18h12v-1.61C18,15.21,17.32,14.13,16.24,13.65z%20M8.07,16%20c0.09-0.23,0.13-0.39,0.91-0.69c0.97-0.38,1.99-0.56,3.02-0.56s2.05,0.18,3.02,0.56c0.77,0.3,0.81,0.46,0.91,0.69H8.07z%20M12,8%20c0.55,0,1,0.45,1,1s-0.45,1-1,1s-1-0.45-1-1S11.45,8,12,8%20M12,6c-1.66,0-3,1.34-3,3c0,1.66,1.34,3,3,3s3-1.34,3-3%20C15,7.34,13.66,6,12,6L12,6z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-headphones[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M12,3c-4.97,0-9,4.03-9,9v7c0,1.1,0.9,2,2,2h4v-8H5v-1c0-3.87,3.13-7,7-7s7,3.13,7,7v1h-4v8h4c1.1,0,2-0.9,2-2v-7%20C21,7.03,16.97,3,12,3z%20M7,15v4H5v-4H7z%20M19,19h-2v-4h2V19z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-help[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M11%2018h2v-2h-2v2zm1-16C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm0-14c-2.21%200-4%201.79-4%204h2c0-1.1.9-2%202-2s2%20.9%202%202c0%202-3%201.75-3%205h2c0-2.25%203-2.5%203-5%200-2.21-1.79-4-4-4z'/%3e%3c/svg%3e");
}
.icon-highlight-off-white[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.59%208L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208zM12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.icon-highlight-off[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.59%208L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208zM12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");
}
.icon-home[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%205.69l5%204.5V18h-2v-6H9v6H7v-7.81l5-4.5M12%203L2%2012h3v8h6v-6h2v6h6v-8h3L12%203z'/%3e%3c/svg%3e");
}
.icon-hourglass-empty[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M6%202v6h.01L6%208.01%2010%2012l-4%204%20.01.01H6V22h12v-5.99h-.01L18%2016l-4-4%204-3.99-.01-.01H18V2H6zm10%2014.5V20H8v-3.5l4-4%204%204zm-4-5l-4-4V4h8v3.5l-4%204z'/%3e%3c/svg%3e");
}
.icon-how-to-reg[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%2012c2.21%200%204-1.79%204-4s-1.79-4-4-4-4%201.79-4%204%201.79%204%204%204zm0-6c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2zM5%2018c.2-.63%202.57-1.68%204.96-1.94l2.04-2c-.39-.04-.68-.06-1-.06-2.67%200-8%201.34-8%204v2h9l-2-2H5zm15.6-5.5l-5.13%205.17-2.07-2.08L12%2017l3.47%203.5L22%2013.91z'/%3e%3c/svg%3e");
}
.icon-info-white[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.1.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20enable-background='new%200%200%2024%2024'%20xml:space='preserve'%3e%3cg%20id='Bounding_Boxes'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_3'%20display='none'%3e%3c/g%3e%3cpath%20fill='none'%20d='M0,0h24v24H0V0z'/%3e%3c/g%3e%3cg%20id='Rounded'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_5'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,17L12,17c-0.55,0-1-0.45-1-1v-4%20c0-0.55,0.45-1,1-1h0c0.55,0,1,0.45,1,1v4C13,16.55,12.55,17,12,17z%20M13,9h-2V7h2V9z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Sharp'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_4'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M13,17h-2v-6h2V17z%20M13,9h-2V7h2V9z'%20/%3e%3c/g%3e%3c/g%3e%3cg%20id='Outline'%20fill='%23ffffff'%3e%3cg%20id='ui_x5F_spec_x5F_header'%20display='none'%3e%3c/g%3e%3cg%3e%3crect%20x='11'%20y='7'%20width='2'%20height='2'/%3e%3crect%20x='11'%20y='11'%20width='2'%20height='6'/%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20c0-4.41,3.59-8,8-8s8,3.59,8,8C20,16.41,16.41,20,12,20z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Duotone'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_2'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20opacity='0.3'%20d='M12,4c-4.41,0-8,3.59-8,8c0,4.41,3.59,8,8,8s8-3.59,8-8C20,7.59,16.41,4,12,4z%20M13,17h-2v-6h2V17z%20M13,9h-2%20V7h2V9z'/%3e%3crect%20x='11'%20y='7'%20width='2'%20height='2'/%3e%3crect%20x='11'%20y='11'%20width='2'%20height='6'/%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20c0-4.41,3.59-8,8-8s8,3.59,8,8C20,16.41,16.41,20,12,20z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Material'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M13,17h-2v-6h2V17z%20M13,9h-2V7h2V9z'%20/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-info[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%207h2v2h-2zm0%204h2v6h-2zm1-9C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");
}
.icon-insert-drive-file[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14%202H6c-1.1%200-1.99.9-1.99%202L4%2020c0%201.1.89%202%201.99%202H18c1.1%200%202-.9%202-2V8l-6-6zM6%2020V4h7v5h5v11H6z'/%3e%3c/svg%3e");
}
.icon-insert-invitation[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%203h-1V1h-2v2H8V1H6v2H5c-1.11%200-1.99.9-1.99%202L3%2019c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm0%2016H5V9h14v10zm0-12H5V5h14v2zm-2%205h-5v5h5v-5z'/%3e%3c/svg%3e");
}
.icon-language[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11.99%202C6.47%202%202%206.48%202%2012s4.47%2010%209.99%2010C17.52%2022%2022%2017.52%2022%2012S17.52%202%2011.99%202zm6.93%206h-2.95c-.32-1.25-.78-2.45-1.38-3.56%201.84.63%203.37%201.91%204.33%203.56zM12%204.04c.83%201.2%201.48%202.53%201.91%203.96h-3.82c.43-1.43%201.08-2.76%201.91-3.96zM4.26%2014C4.1%2013.36%204%2012.69%204%2012s.1-1.36.26-2h3.38c-.08.66-.14%201.32-.14%202s.06%201.34.14%202H4.26zm.82%202h2.95c.32%201.25.78%202.45%201.38%203.56-1.84-.63-3.37-1.9-4.33-3.56zm2.95-8H5.08c.96-1.66%202.49-2.93%204.33-3.56C8.81%205.55%208.35%206.75%208.03%208zM12%2019.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43%201.43-1.08%202.76-1.91%203.96zM14.34%2014H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16%201.32.16%202s-.07%201.34-.16%202zm.25%205.56c.6-1.11%201.06-2.31%201.38-3.56h2.95c-.96%201.65-2.49%202.93-4.33%203.56zM16.36%2014c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26%201.31.26%202s-.1%201.36-.26%202h-3.38z'/%3e%3c/svg%3e");
}
.icon-laptop[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'%20x='0'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M20,18c1.1,0,2-0.9,2-2V6c0-1.1-0.9-2-2-2H4C2.9,4,2,4.9,2,6v10c0,1.1,0.9,2,2,2H0v2h24v-2H20z%20M4,6h16v10H4V6z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-last-page[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M5.59%207.41L10.18%2012l-4.59%204.59L7%2018l6-6-6-6-1.41%201.41zM16%206h2v12h-2V6z'/%3e%3c/svg%3e");
}
.icon-link[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M17%207h-4v2h4c1.65%200%203%201.35%203%203s-1.35%203-3%203h-4v2h4c2.76%200%205-2.24%205-5s-2.24-5-5-5zm-6%208H7c-1.65%200-3-1.35-3-3s1.35-3%203-3h4V7H7c-2.76%200-5%202.24-5%205s2.24%205%205%205h4v-2zm-3-4h8v2H8z'/%3e%3c/svg%3e");
}
.icon-list-alt[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%207h6v2h-6zm0%204h6v2h-6zm0%204h6v2h-6zM7%207h2v2H7zm0%204h2v2H7zm0%204h2v2H7zM20.1%203H3.9c-.5%200-.9.4-.9.9v16.2c0%20.4.4.9.9.9h16.2c.4%200%20.9-.5.9-.9V3.9c0-.5-.5-.9-.9-.9zM19%2019H5V5h14v14z'/%3e%3c/svg%3e");
}
.icon-local-shipping[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%208h-3V4H3c-1.1%200-2%20.9-2%202v11h2c0%201.66%201.34%203%203%203s3-1.34%203-3h6c0%201.66%201.34%203%203%203s3-1.34%203-3h2v-5l-3-4zm-.5%201.5l1.96%202.5H17V9.5h2.5zM6%2018c-.55%200-1-.45-1-1s.45-1%201-1%201%20.45%201%201-.45%201-1%201zm2.22-3c-.55-.61-1.33-1-2.22-1s-1.67.39-2.22%201H3V6h12v9H8.22zM18%2018c-.55%200-1-.45-1-1s.45-1%201-1%201%20.45%201%201-.45%201-1%201z'/%3e%3c/svg%3e");
}
.icon-location-on[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C8.13%202%205%205.13%205%209c0%205.25%207%2013%207%2013s7-7.75%207-13c0-3.87-3.13-7-7-7zM7%209c0-2.76%202.24-5%205-5s5%202.24%205%205c0%202.88-2.88%207.19-5%209.88C9.92%2016.21%207%2011.85%207%209z'/%3e%3ccircle%20cx='12'%20cy='9'%20r='2.5'/%3e%3c/svg%3e");
}
.icon-lock-open[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M18%208h-1V6c0-2.76-2.24-5-5-5S7%203.24%207%206h2c0-1.66%201.34-3%203-3s3%201.34%203%203v2H6c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2V10c0-1.1-.9-2-2-2zm0%2012H6V10h12v10zm-6-3c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202z'/%3e%3c/svg%3e");
}
.icon-lock[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%20fill='none'%3e%3cpath%20d='M0%200h24v24H0V0z'/%3e%3cpath%20d='M0%200h24v24H0V0z'%20opacity='.87'/%3e%3c/g%3e%3cpath%20d='M18%208h-1V6c0-2.76-2.24-5-5-5S7%203.24%207%206v2H6c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2V10c0-1.1-.9-2-2-2zM9%206c0-1.66%201.34-3%203-3s3%201.34%203%203v2H9V6zm9%2014H6V10h12v10zm-6-3c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202z'/%3e%3c/svg%3e");
}
.icon-map[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M20.5,3L20.34,3.03L15,5.1L9,3L3.36,4.9C3.15,4.97%203,5.15%203,5.38V20.5A0.5,0.5%200%200,0%203.5,21L3.66,20.97L9,18.9L15,21L20.64,19.1C20.85,19.03%2021,18.85%2021,18.62V3.5A0.5,0.5%200%200,0%2020.5,3M10,5.47L14,6.87V18.53L10,17.13V5.47M5,6.46L8,5.45V17.15L5,18.31V6.46M19,17.54L16,18.55V6.86L19,5.7V17.54Z'%20/%3e%3c/svg%3e");
}
.icon-menu[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2018h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'/%3e%3c/svg%3e");
}
.icon-mode[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.06%209.02l.92.92L5.92%2019H5v-.92l9.06-9.06M17.66%203c-.25%200-.51.1-.7.29l-1.83%201.83%203.75%203.75%201.83-1.83c.39-.39.39-1.02%200-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29zm-3.6%203.19L3%2017.25V21h3.75L17.81%209.94l-3.75-3.75z'/%3e%3c/svg%3e");
}
.icon-more-horiz[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M6%2010c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2zm12%200c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2zm-6%200c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2z'/%3e%3c/svg%3e");
}
.icon-more-vert[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%208c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202zm0%202c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2zm0%206c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2z'/%3e%3c/svg%3e");
}
.icon-mouse[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%209c-.04-4.39-3.6-7.93-8-7.93S4.04%204.61%204%209v6c0%204.42%203.58%208%208%208s8-3.58%208-8V9zm-2%200h-5V3.16c2.81.47%204.96%202.9%205%205.84zm-7-5.84V9H6c.04-2.94%202.19-5.37%205-5.84zM18%2015c0%203.31-2.69%206-6%206s-6-2.69-6-6v-4h12v4z'/%3e%3c/svg%3e");
}
.icon-note-add[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M13%2011h-2v3H8v2h3v3h2v-3h3v-2h-3zm1-9H6c-1.1%200-2%20.9-2%202v16c0%201.1.89%202%201.99%202H18c1.1%200%202-.9%202-2V8l-6-6zm4%2018H6V4h7v5h5v11z'/%3e%3c/svg%3e");
}
.icon-notifications[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%2022c1.1%200%202-.9%202-2h-4c0%201.1.9%202%202%202zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5v.68C7.64%205.36%206%207.92%206%2011v5l-2%202v1h16v-1l-2-2zm-2%201H8v-6c0-2.48%201.51-4.5%204-4.5s4%202.02%204%204.5v6z'/%3e%3c/svg%3e");
}
.icon-open-in-new[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2019H5V5h7V3H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2v-7h-2v7zM14%203v2h3.59l-9.83%209.83%201.41%201.41L19%206.41V10h2V3h-7z'/%3e%3c/svg%3e");
}
.icon-open-with[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%209h4V6h3l-5-5-5%205h3v3zm-1%201H6V7l-5%205%205%205v-3h3v-4zm14%202l-5-5v3h-3v4h3v3l5-5zm-9%203h-4v3H7l5%205%205-5h-3v-3z'/%3e%3c/svg%3e");
}
.icon-outlined-flag[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M14%206l-1-2H5v17h2v-7h5l1%202h7V6h-6zm4%208h-4l-1-2H7V6h5l1%202h5v6z'/%3e%3c/svg%3e");
}
.icon-palette[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%2022C6.49%2022%202%2017.51%202%2012S6.49%202%2012%202s10%204.04%2010%209c0%203.31-2.69%206-6%206h-1.77c-.28%200-.5.22-.5.5%200%20.12.05.23.13.33.41.47.64%201.06.64%201.67%200%201.38-1.12%202.5-2.5%202.5zm0-18c-4.41%200-8%203.59-8%208s3.59%208%208%208c.28%200%20.5-.22.5-.5%200-.16-.08-.28-.14-.35-.41-.46-.63-1.05-.63-1.65%200-1.38%201.12-2.5%202.5-2.5H16c2.21%200%204-1.79%204-4%200-3.86-3.59-7-8-7z'/%3e%3ccircle%20cx='6.5'%20cy='11.5'%20r='1.5'/%3e%3ccircle%20cx='9.5'%20cy='7.5'%20r='1.5'/%3e%3ccircle%20cx='14.5'%20cy='7.5'%20r='1.5'/%3e%3ccircle%20cx='17.5'%20cy='11.5'%20r='1.5'/%3e%3c/svg%3e");
}
.icon-payments[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3cpath%20d='M19,14V6c0-1.1-0.9-2-2-2H3C1.9,4,1,4.9,1,6v8c0,1.1,0.9,2,2,2h14C18.1,16,19,15.1,19,14z%20M17,14H3V6h14V14z%20M10,7%20c-1.66,0-3,1.34-3,3s1.34,3,3,3s3-1.34,3-3S11.66,7,10,7z%20M23,7v11c0,1.1-0.9,2-2,2H4c0-1,0-0.9,0-2h17V7C22.1,7,22,7,23,7z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-people-alt[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg/%3e%3cg%3e%3cpath%20d='M16.67,13.13C18.04,14.06,19,15.32,19,17v3h4v-3C23,14.82,19.43,13.53,16.67,13.13z'/%3e%3cpath%20d='M15,12c2.21,0,4-1.79,4-4c0-2.21-1.79-4-4-4c-0.47,0-0.91,0.1-1.33,0.24C14.5,5.27,15,6.58,15,8s-0.5,2.73-1.33,3.76%20C14.09,11.9,14.53,12,15,12z'/%3e%3cpath%20d='M9,12c2.21,0,4-1.79,4-4c0-2.21-1.79-4-4-4S5,5.79,5,8C5,10.21,6.79,12,9,12z%20M9,6c1.1,0,2,0.9,2,2c0,1.1-0.9,2-2,2%20S7,9.1,7,8C7,6.9,7.9,6,9,6z'/%3e%3cpath%20d='M9,13c-2.67,0-8,1.34-8,4v3h16v-3C17,14.34,11.67,13,9,13z%20M15,18H3l0-0.99C3.2,16.29,6.3,15,9,15s5.8,1.29,6,2V18z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-person-add-alt-1[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M13,8c0-2.21-1.79-4-4-4S5,5.79,5,8s1.79,4,4,4S13,10.21,13,8z%20M11,8c0,1.1-0.9,2-2,2S7,9.1,7,8s0.9-2,2-2S11,6.9,11,8z%20M1,18v2h16v-2c0-2.66-5.33-4-8-4S1,15.34,1,18z%20M3,18c0.2-0.71,3.3-2,6-2c2.69,0,5.78,1.28,6,2H3z%20M20,15v-3h3v-2h-3V7h-2v3h-3v2%20h3v3H20z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-person-remove[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M14,8c0-2.21-1.79-4-4-4C7.79,4,6,5.79,6,8c0,2.21,1.79,4,4,4C12.21,12,14,10.21,14,8z%20M12,8c0,1.1-0.9,2-2,2%20c-1.1,0-2-0.9-2-2s0.9-2,2-2C11.1,6,12,6.9,12,8z'/%3e%3cpath%20d='M2,18v2h16v-2c0-2.66-5.33-4-8-4C7.33,14,2,15.34,2,18z%20M4,18c0.2-0.71,3.3-2,6-2c2.69,0,5.77,1.28,6,2H4z'/%3e%3crect%20height='2'%20width='6'%20x='17'%20y='10'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-person[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%206c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2m0%2010c2.7%200%205.8%201.29%206%202H6c.23-.72%203.31-2%206-2m0-12C9.79%204%208%205.79%208%208s1.79%204%204%204%204-1.79%204-4-1.79-4-4-4zm0%2010c-2.67%200-8%201.34-8%204v2h16v-2c0-2.66-5.33-4-8-4z'/%3e%3c/svg%3e");
}
.icon-phone-iphone[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.5%201h-8C6.12%201%205%202.12%205%203.5v17C5%2021.88%206.12%2023%207.5%2023h8c1.38%200%202.5-1.12%202.5-2.5v-17C18%202.12%2016.88%201%2015.5%201zm-4%2021c-.83%200-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5%201.5.67%201.5%201.5-.67%201.5-1.5%201.5zm4.5-4H7V4h9v14z'/%3e%3c/svg%3e");
}
.icon-photo-camera[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.12%204l1.83%202H20v12H4V6h4.05l1.83-2h4.24M15%202H9L7.17%204H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6c0-1.1-.9-2-2-2h-3.17L15%202zm-3%207c1.65%200%203%201.35%203%203s-1.35%203-3%203-3-1.35-3-3%201.35-3%203-3m0-2c-2.76%200-5%202.24-5%205s2.24%205%205%205%205-2.24%205-5-2.24-5-5-5z'/%3e%3c/svg%3e");
}
.icon-playlist-add-check[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3crect%20height='2'%20width='11'%20x='3'%20y='10'/%3e%3crect%20height='2'%20width='11'%20x='3'%20y='6'/%3e%3crect%20height='2'%20width='7'%20x='3'%20y='14'/%3e%3cpolygon%20points='20.59,11.93%2016.34,16.17%2014.22,14.05%2012.81,15.46%2016.34,19%2022,13.34'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-playlist-add[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M14,10H3v2h11V10z%20M14,6H3v2h11V6z%20M18,14v-4h-2v4h-4v2h4v4h2v-4h4v-2H18z%20M3,16h7v-2H3V16z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-print[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%208h-1V3H6v5H5c-1.66%200-3%201.34-3%203v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zM8%205h8v3H8V5zm8%2012v2H8v-4h8v2zm2-2v-2H6v2H4v-4c0-.55.45-1%201-1h14c.55%200%201%20.45%201%201v4h-2z'/%3e%3ccircle%20cx='18'%20cy='11.5'%20r='1'/%3e%3c/svg%3e");
}
.icon-query-builder[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11.99%202C6.47%202%202%206.48%202%2012s4.47%2010%209.99%2010C17.52%2022%2022%2017.52%2022%2012S17.52%202%2011.99%202zM12%2020c-4.42%200-8-3.58-8-8s3.58-8%208-8%208%203.58%208%208-3.58%208-8%208zm.5-13H11v6l5.25%203.15.75-1.23-4.5-2.67z'/%3e%3c/svg%3e");
}
.icon-refresh[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M17.65%206.35C16.2%204.9%2014.21%204%2012%204c-4.42%200-7.99%203.58-7.99%208s3.57%208%207.99%208c3.73%200%206.84-2.55%207.73-6h-2.08c-.82%202.33-3.04%204-5.65%204-3.31%200-6-2.69-6-6s2.69-6%206-6c1.66%200%203.14.69%204.22%201.78L13%2011h7V4l-2.35%202.35z'/%3e%3c/svg%3e");
}
.icon-remove[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'/%3e%3c/svg%3e");
}
.icon-reply[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%209V5l-7%207%207%207v-4.1c5%200%208.5%201.6%2011%205.1-1-5-4-10-11-11z'/%3e%3c/svg%3e");
}
.icon-report-problem[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%205.99L19.53%2019H4.47L12%205.99M12%202L1%2021h22L12%202zm1%2014h-2v2h2v-2zm0-6h-2v4h2v-4z'/%3e%3c/svg%3e");
}
.icon-save[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M17%203H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2V7l-4-4zm2%2016H5V5h11.17L19%207.83V19zm-7-7c-1.66%200-3%201.34-3%203s1.34%203%203%203%203-1.34%203-3-1.34-3-3-3zM6%206h9v4H6z'/%3e%3c/svg%3e");
}
.icon-school[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%203L1%209l4%202.18v6L12%2021l7-3.82v-6l2-1.09V17h2V9L12%203zm6.82%206L12%2012.72%205.18%209%2012%205.28%2018.82%209zM17%2015.99l-5%202.73-5-2.73v-3.72L12%2015l5-2.73v3.72z'/%3e%3c/svg%3e");
}
.icon-science[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M13,11.33L18,18H6l5-6.67V6h2%20M15.96,4H8.04C7.62,4,7.39,4.48,7.65,4.81L9,6.5v4.17L3.2,18.4C2.71,19.06,3.18,20,4,20h16%20c0.82,0,1.29-0.94,0.8-1.6L15,10.67V6.5l1.35-1.69C16.61,4.48,16.38,4,15.96,4L15.96,4z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-search[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014z'/%3e%3c/svg%3e");
}
.icon-send[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4.01%206.03l7.51%203.22-7.52-1%20.01-2.22m7.5%208.72L4%2017.97v-2.22l7.51-1M2.01%203L2%2010l15%202-15%202%20.01%207L23%2012%202.01%203z'/%3e%3c/svg%3e");
}
.icon-settings[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19.43%2012.98c.04-.32.07-.64.07-.98%200-.34-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.09-.16-.26-.25-.44-.25-.06%200-.12.01-.17.03l-2.49%201c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46%202.18%2014.25%202%2014%202h-4c-.25%200-.46.18-.49.42l-.38%202.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.06-.02-.12-.03-.18-.03-.17%200-.34.09-.43.25l-2%203.46c-.13.22-.07.49.12.64l2.11%201.65c-.04.32-.07.65-.07.98%200%20.33.03.66.07.98l-2.11%201.65c-.19.15-.24.42-.12.64l2%203.46c.09.16.26.25.44.25.06%200%20.12-.01.17-.03l2.49-1c.52.4%201.08.73%201.69.98l.38%202.65c.03.24.24.42.49.42h4c.25%200%20.46-.18.49-.42l.38-2.65c.61-.25%201.17-.59%201.69-.98l2.49%201c.06.02.12.03.18.03.17%200%20.34-.09.43-.25l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zm-1.98-1.71c.04.31.05.52.05.73%200%20.21-.02.43-.05.73l-.14%201.13.89.7%201.08.84-.7%201.21-1.27-.51-1.04-.42-.9.68c-.43.32-.84.56-1.25.73l-1.06.43-.16%201.13-.2%201.35h-1.4l-.19-1.35-.16-1.13-1.06-.43c-.43-.18-.83-.41-1.23-.71l-.91-.7-1.06.43-1.27.51-.7-1.21%201.08-.84.89-.7-.14-1.13c-.03-.31-.05-.54-.05-.74s.02-.43.05-.73l.14-1.13-.89-.7-1.08-.84.7-1.21%201.27.51%201.04.42.9-.68c.43-.32.84-.56%201.25-.73l1.06-.43.16-1.13.2-1.35h1.39l.19%201.35.16%201.13%201.06.43c.43.18.83.41%201.23.71l.91.7%201.06-.43%201.27-.51.7%201.21-1.07.85-.89.7.14%201.13zM12%208c-2.21%200-4%201.79-4%204s1.79%204%204%204%204-1.79%204-4-1.79-4-4-4zm0%206c-1.1%200-2-.9-2-2s.9-2%202-2%202%20.9%202%202-.9%202-2%202z'/%3e%3c/svg%3e");
}
.icon-share[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M18%2016.08c-.76%200-1.44.3-1.96.77L8.91%2012.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5%201.25.81%202.04.81%201.66%200%203-1.34%203-3s-1.34-3-3-3-3%201.34-3%203c0%20.24.04.47.09.7L8.04%209.81C7.5%209.31%206.79%209%206%209c-1.66%200-3%201.34-3%203s1.34%203%203%203c.79%200%201.5-.31%202.04-.81l7.12%204.16c-.05.21-.08.43-.08.65%200%201.61%201.31%202.92%202.92%202.92s2.92-1.31%202.92-2.92c0-1.61-1.31-2.92-2.92-2.92zM18%204c.55%200%201%20.45%201%201s-.45%201-1%201-1-.45-1-1%20.45-1%201-1zM6%2013c-.55%200-1-.45-1-1s.45-1%201-1%201%20.45%201%201-.45%201-1%201zm12%207.02c-.55%200-1-.45-1-1s.45-1%201-1%201%20.45%201%201-.45%201-1%201z'/%3e%3c/svg%3e");
}
.icon-shopping-cart[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.55%2013c.75%200%201.41-.41%201.75-1.03l3.58-6.49c.37-.66-.11-1.48-.87-1.48H5.21l-.94-2H1v2h2l3.6%207.59-1.35%202.44C4.52%2015.37%205.48%2017%207%2017h12v-2H7l1.1-2h7.45zM6.16%206h12.15l-2.76%205H8.53L6.16%206zM7%2018c-1.1%200-1.99.9-1.99%202S5.9%2022%207%2022s2-.9%202-2-.9-2-2-2zm10%200c-1.1%200-1.99.9-1.99%202s.89%202%201.99%202%202-.9%202-2-.9-2-2-2z'/%3e%3c/svg%3e");
}
.icon-sort-ascending[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20d='M13%2018H17V16H13V18ZM13%206V8H23V6H13ZM13%2013H20V11H13V13Z'%20fill='black'/%3e%3cpath%20d='M6%202L2%206L5%206L5%2021L7%2021L7%206L10%206L6%202Z'%20fill='black'/%3e%3c/svg%3e");
}
.icon-sort-by-alpha[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.94%204.66h-4.72l2.36-2.36%202.36%202.36zm-4.69%2014.71h4.66l-2.33%202.33-2.33-2.33zM6.1%206.27L1.6%2017.73h1.84l.92-2.45h5.11l.92%202.45h1.84L7.74%206.27H6.1zm-1.13%207.37l1.94-5.18%201.94%205.18H4.97zm10.76%202.5h6.12v1.59h-8.53v-1.29l5.92-8.56h-5.88v-1.6h8.3v1.26l-5.93%208.6z'/%3e%3c/svg%3e");
}
.icon-sort-default[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13%2018H17V16H13V18ZM13%206V8H23V6H13ZM13%2013H20V11H13V13Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2%206L6%202L10%206L7%206L7%2018L10%2018L7%2021L6%2022L5%2021L2%2018L5%2018L5%206L2%206Z'%20fill='black'/%3e%3c/svg%3e");
}
.icon-sort-descending[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13%2018H17V16H13V18ZM13%206V8H23V6H13ZM13%2013H20V11H13V13Z'%20fill='black'/%3e%3cpath%20d='M6%2022L10%2018L7%2018L7%203L5%203L5%2018L2%2018L6%2022Z'%20fill='black'/%3e%3c/svg%3e");
}
.icon-sort-table-ascending[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='%231A1A1A'%20d='M17.9,10.5L12,4.6l-5.9,5.9H17.9z'/%3e%3c/svg%3e");
}
.icon-sort-table-descending[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='%231A1A1A'%20d='M6.1,13.5l5.9,5.9l5.9-5.9H6.1z'/%3e%3c/svg%3e");
}
.icon-sort-table-none[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='%231A1A1A'%20d='M17.9,10.5L12,4.6l-5.9,5.9H17.9z%20M12,6.7L14.3,9H9.7L12,6.7z'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='%231A1A1A'%20d='M6.1,13.5l5.9,5.9l5.9-5.9H6.1z%20M12,17.3L9.7,15h4.7L12,17.3z'/%3e%3c/svg%3e");
}
.icon-sort[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2018h6v-2H3v2zM3%206v2h18V6H3zm0%207h12v-2H3v2z'/%3e%3c/svg%3e");
}
.icon-subdirectory-arrow-left[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%209l1.42%201.42L8.83%2014H18V4h2v12H8.83l3.59%203.58L11%2021l-6-6%206-6z'/%3e%3c/svg%3e");
}
.icon-subdirectory-arrow-right[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M19%2015l-6%206-1.42-1.42L15.17%2016H4V4h2v10h9.17l-3.59-3.58L13%209l6%206z'/%3e%3c/svg%3e");
}
.icon-support-agent[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M21,12.22C21,6.73,16.74,3,12,3c-4.69,0-9,3.65-9,9.28C2.4,12.62,2,13.26,2,14v2c0,1.1,0.9,2,2,2h1v-6.1%20c0-3.87,3.13-7,7-7s7,3.13,7,7V19h-8v2h8c1.1,0,2-0.9,2-2v-1.22c0.59-0.31,1-0.92,1-1.64v-2.3C22,13.14,21.59,12.53,21,12.22z'/%3e%3ccircle%20cx='9'%20cy='13'%20r='1'/%3e%3ccircle%20cx='15'%20cy='13'%20r='1'/%3e%3cpath%20d='M18,11.03C17.52,8.18,15.04,6,12.05,6c-3.03,0-6.29,2.51-6.03,6.45c2.47-1.01,4.33-3.21,4.86-5.89%20C12.19,9.19,14.88,11,18,11.03z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-text-format[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M5%2017v2h14v-2H5zm4.5-4.2h5l.9%202.2h2.1L12.75%204h-1.5L6.5%2015h2.1l.9-2.2zM12%205.98L13.87%2011h-3.74L12%205.98z'/%3e%3c/svg%3e");
}
.icon-trash-can[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M9,3V4H4V6H5V19A2,2%200%200,0%207,21H17A2,2%200%200,0%2019,19V6H20V4H15V3H9M7,6H17V19H7V6M9,8V17H11V8H9M13,8V17H15V8H13Z'%20/%3e%3c/svg%3e");
}
.icon-tune[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2017v2h6v-2H3zM3%205v2h10V5H3zm10%2016v-2h8v-2h-8v-2h-2v6h2zM7%209v2H3v2h4v2h2V9H7zm14%204v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z'/%3e%3c/svg%3e");
}
.icon-vertical-split[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2013h8v2H3zm0%204h8v2H3zm0-8h8v2H3zm0-4h8v2H3zm16%202v10h-4V7h4m2-2h-8v14h8V5z'/%3e%3c/svg%3e");
}
.icon-videocam[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15%208v8H5V8h10m1-2H4c-.55%200-1%20.45-1%201v10c0%20.55.45%201%201%201h12c.55%200%201-.45%201-1v-3.5l4%204v-11l-4%204V7c0-.55-.45-1-1-1z'/%3e%3c/svg%3e");
}
.icon-view-headline[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%2015h16v-2H4v2zm0%204h16v-2H4v2zm0-8h16V9H4v2zm0-6v2h16V5H4z'/%3e%3c/svg%3e");
}
.icon-visibility-off[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0zm0%200h24v24H0V0zm0%200h24v24H0V0zm0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%206c3.79%200%207.17%202.13%208.82%205.5-.59%201.22-1.42%202.27-2.41%203.12l1.41%201.41c1.39-1.23%202.49-2.77%203.18-4.53C21.27%207.11%2017%204%2012%204c-1.27%200-2.49.2-3.64.57l1.65%201.65C10.66%206.09%2011.32%206%2012%206zm-1.07%201.14L13%209.21c.57.25%201.03.71%201.28%201.28l2.07%202.07c.08-.34.14-.7.14-1.07C16.5%209.01%2014.48%207%2012%207c-.37%200-.72.05-1.07.14zM2.01%203.87l2.68%202.68C3.06%207.83%201.77%209.53%201%2011.5%202.73%2015.89%207%2019%2012%2019c1.52%200%202.98-.29%204.32-.82l3.42%203.42%201.41-1.41L3.42%202.45%202.01%203.87zm7.5%207.5l2.61%202.61c-.04.01-.08.02-.12.02-1.38%200-2.5-1.12-2.5-2.5%200-.05.01-.08.01-.13zm-3.4-3.4l1.75%201.75c-.23.55-.36%201.15-.36%201.78%200%202.48%202.02%204.5%204.5%204.5.63%200%201.23-.13%201.77-.36l.98.98c-.88.24-1.8.38-2.75.38-3.79%200-7.17-2.13-8.82-5.5.7-1.43%201.72-2.61%202.93-3.53z'/%3e%3c/svg%3e");
}
.icon-visibility[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%206c3.79%200%207.17%202.13%208.82%205.5C19.17%2014.87%2015.79%2017%2012%2017s-7.17-2.13-8.82-5.5C4.83%208.13%208.21%206%2012%206m0-2C7%204%202.73%207.11%201%2011.5%202.73%2015.89%207%2019%2012%2019s9.27-3.11%2011-7.5C21.27%207.11%2017%204%2012%204zm0%205c1.38%200%202.5%201.12%202.5%202.5S13.38%2014%2012%2014s-2.5-1.12-2.5-2.5S10.62%209%2012%209m0-2c-2.48%200-4.5%202.02-4.5%204.5S9.52%2016%2012%2016s4.5-2.02%204.5-4.5S14.48%207%2012%207z'/%3e%3c/svg%3e");
}
.icon-zoom-in[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014zm.5-7H9v2H7v1h2v2h1v-2h2V9h-2z'/%3e%3c/svg%3e");
}
.icon-zoom-out[data-v-8c6f10c1]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014zM7%209h5v1H7z'/%3e%3c/svg%3e");
}
.hide-base-svg[data-v-8c6f10c1] {
  display: none;
}
.form-group[data-v-8c6f10c1] {
  margin-top: 24px;
}
.form-group[data-v-8c6f10c1]:first-child {
  margin-top: 0;
}
.form-group-radio[data-v-8c6f10c1], .form-group-checkbox[data-v-8c6f10c1] {
  margin-top: 8px;
  position: relative;
}
.form-hint[data-v-8c6f10c1] {
  display: block;
  color: #747474;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: normal;
  font-weight: 400;
}
.form-label[data-v-8c6f10c1] {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
.form-label.disabled[data-v-8c6f10c1] {
  color: #747474;
  font-weight: 500;
}
.form-input[data-v-8c6f10c1] {
  appearance: none;
  border: 1px solid #747474;
  border-radius: 4px;
  color: #1a1a1a;
  display: block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  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[data-v-8c6f10c1] {
    /* IE10+ CSS styles go here */
    height: calc(2.4rem + 16px);
}
}
.form-input[data-v-8c6f10c1]:focus, .form-input.focus[data-v-8c6f10c1] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.form-input[data-v-8c6f10c1]::placeholder {
  color: #747474;
  font-style: italic;
  opacity: 1;
  font-weight: 400;
}
table .form-input[data-v-8c6f10c1] {
  margin-top: 0;
}
textarea.form-input[data-v-8c6f10c1] {
  height: auto;
}
textarea.no-resize[data-v-8c6f10c1] {
  resize: none;
}
.form-input-wrapper[data-v-8c6f10c1] {
  display: flex;
}
.form-input-wrapper .form-input[data-v-8c6f10c1] {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.form-input-wrapper .form-input[data-v-8c6f10c1]:focus {
  position: relative;
  z-index: 1;
}
.form-input-wrapper .form-input-prefix + .form-input[data-v-8c6f10c1], .form-input-wrapper.form-input-wrapper--prefix .form-input[data-v-8c6f10c1] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-input-wrapper.form-input-wrapper--suffix .form-input[data-v-8c6f10c1] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-input-wrapper .form-input-prefix[data-v-8c6f10c1], .form-input-wrapper .form-input-suffix[data-v-8c6f10c1] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 40px;
  padding: calc(8px - 1px) calc(8px - 1px);
  margin-top: 8px;
  border: 1px solid #747474;
  background-color: #F5F5F5;
  text-align: center;
  white-space: nowrap;
  cursor: default;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.form-input-wrapper .form-input-suffix[data-v-8c6f10c1] {
  border-left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.form-input-wrapper .form-input-prefix[data-v-8c6f10c1] {
  border-right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-select[data-v-8c6f10c1] {
  background-color: white;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'/%3e%3c/svg%3e");
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
  border: 1px solid #747474;
  border-radius: 4px;
  color: #1a1a1a;
  display: block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  height: calc(2.4rem + 16px);
  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;
}
.form-select[data-v-8c6f10c1]:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #1a1a1a;
}
.form-select[data-v-8c6f10c1]:focus, .form-select.focus[data-v-8c6f10c1] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.form-select[data-v-8c6f10c1]::-ms-expand {
  display: none;
}
.form-select[data-v-8c6f10c1]:disabled {
  background-color: transparent;
  color: #747474;
  cursor: not-allowed;
}
@-moz-document url-prefix() {
.form-select option[data-v-8c6f10c1] {
    font-family: Helvetica, Arial, sans-serif;
}
}
table .form-select[data-v-8c6f10c1] {
  margin-top: 0;
}
.form-group.form-error[data-v-8c6f10c1] {
  border-left: 4px solid #CC0000;
  padding-left: calc(16px - 4px);
}
.form-group.form-error .form-input[data-v-8c6f10c1],
.form-group.form-error .form-select[data-v-8c6f10c1] {
  border: 2px solid #CC0000;
  padding: calc(8px - 2px) calc(16px - 2px);
}
.form-error-message[data-v-8c6f10c1] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
  display: block;
  color: #CC0000;
  margin-top: 4px;
}
.form-group.form-success .form-input[data-v-8c6f10c1],
.form-group.form-success .form-select[data-v-8c6f10c1] {
  border: 2px solid #CC0000;
  padding: calc(8px - 2px) calc(16px - 2px);
}
input[type=text][data-v-8c6f10c1]:disabled,
input[type=email][data-v-8c6f10c1]:disabled,
input[type=number][data-v-8c6f10c1]:disabled,
input[type=password][data-v-8c6f10c1]:disabled,
input[type=search][data-v-8c6f10c1]:disabled,
input[type=tel][data-v-8c6f10c1]:disabled,
input[type=url][data-v-8c6f10c1]:disabled,
textarea[data-v-8c6f10c1]:disabled {
  background-color: transparent;
  border-color: #DCDCDC;
  color: #747474;
  cursor: not-allowed;
}
input[readonly][type=text][data-v-8c6f10c1], textarea[readonly][data-v-8c6f10c1] {
  background-color: #F5F5F5;
  color: #1a1a1a;
  border: 1px solid #DCDCDC;
  cursor: default;
}
.form-limit .form-limit-error[data-v-8c6f10c1] {
  border: 2px solid #CC0000;
  padding: calc(8px - 2px) calc(16px - 2px);
}
.form-limit .character-limit[data-v-8c6f10c1] {
  margin-top: 4px;
}
.form-limit .character-limit.limit-exceeded[data-v-8c6f10c1] {
  color: #CC0000;
}
.form-checkbox[data-v-8c6f10c1] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}
.form-radio[data-v-8c6f10c1] {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  margin: 0;
  opacity: 0;
  left: 0px;
  top: 3px;
}
.form-checkbox + label[data-v-8c6f10c1],
.form-radio + label[data-v-8c6f10c1] {
  cursor: pointer;
  font-weight: 400;
  line-height: 2.4rem;
  margin-bottom: 0;
  display: inline-block;
  outline: none;
  color: #1a1a1a;
  position: relative;
  padding-left: calc(20px + 8px);
  min-height: 20px;
}
.form-checkbox + label + .form-hint[data-v-8c6f10c1],
.form-radio + label + .form-hint[data-v-8c6f10c1] {
  padding-left: calc(20px + 8px);
}
.form-checkbox + label[data-v-8c6f10c1]::before,
.form-radio + label[data-v-8c6f10c1]::before {
  content: "";
  display: inline-block;
  background: white;
  border-radius: 2px;
  border: 2px solid #1a1a1a;
  height: 20px;
  line-height: 2.4rem;
  margin-right: 8px;
  width: 20px;
  position: absolute;
  top: 3px;
  left: 0;
}
.form-checkbox.checkbox-large + label[data-v-8c6f10c1] {
  padding-top: 8px;
  padding-left: calc(32px + 8px);
  padding-bottom: 8px;
  min-height: 32px;
}
.form-checkbox.checkbox-large + label[data-v-8c6f10c1]:before {
  height: 32px;
  width: 32px;
}
.form-checkbox.checkbox-large + label + .form-hint[data-v-8c6f10c1] {
  padding-left: calc(32px + 8px);
  margin-top: -8px;
}
.form-radio[data-v-8c6f10c1] {
  height: 20px;
  width: 20px;
}
.form-radio.radio-large[data-v-8c6f10c1] {
  height: 32px;
  width: 32px;
}
.form-radio + label[data-v-8c6f10c1]::before {
  border-radius: 100%;
  height: 20px;
  width: 20px;
}
.form-radio.radio-large + label[data-v-8c6f10c1] {
  padding-top: 8px;
  padding-left: calc(32px + 8px);
  padding-bottom: 8px;
}
.form-radio.radio-large + label[data-v-8c6f10c1]:before {
  height: 32px;
  width: 32px;
}
.form-radio.radio-large + label + .form-hint[data-v-8c6f10c1] {
  padding-left: calc(32px + 8px);
  margin-top: -8px;
}
.form-checkbox.checkbox-large[data-v-8c6f10c1] {
  width: 20px;
  height: 20px;
}
.form-checkbox.checkbox-large.checkbox-large[data-v-8c6f10c1] {
  width: 32px;
  height: 32px;
}
.form-checkbox:checked + label[data-v-8c6f10c1]:before {
  background-color: #1a1a1a;
}
.form-checkbox:checked + label[data-v-8c6f10c1]:after {
  content: "";
  height: 7px;
  width: 12px;
  position: absolute;
  left: 4px;
  top: 5px;
  box-shadow: -2px 2px 0 0 #fff;
  transform: rotate(-46deg);
}
.form-checkbox.checkbox-large[data-v-8c6f10c1] {
  width: 22px;
  height: 22px;
}
.form-checkbox.checkbox-large:checked + label[data-v-8c6f10c1]:after {
  height: 12px;
  width: 20px;
  left: 6px;
  top: 6px;
  box-shadow: -3px 3px 0 0 #fff;
}
.form-radio:checked + label[data-v-8c6f10c1] {
  position: relative;
}
.form-radio:checked + label[data-v-8c6f10c1]:after {
  content: "";
  height: calc(20px - 10px);
  width: calc(20px - 10px);
  background-color: #1a1a1a;
  position: absolute;
  left: 5px;
  top: 8px;
  border-radius: 100%;
}
.form-radio.radio-large:checked + label[data-v-8c6f10c1]:after {
  content: "";
  height: calc(32px - 16px);
  width: calc(32px - 16px);
  left: 8px;
  top: 11px;
}
.form-checkbox:disabled + label[data-v-8c6f10c1],
.form-radio:disabled + label[data-v-8c6f10c1] {
  color: #747474;
  cursor: not-allowed;
}
.form-checkbox:disabled + label[data-v-8c6f10c1]:before,
.form-radio:disabled + label[data-v-8c6f10c1]:before {
  border-color: #747474;
  background-color: transparent;
}
.form-checkbox:checked[disabled] + label[data-v-8c6f10c1]:before {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  opacity: 0.5;
}
.form-radio:checked[disabled] + label[data-v-8c6f10c1]:before {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  opacity: 0.5;
}
.form-checkbox:focus + label[data-v-8c6f10c1]::before,
.form-checkbox.focus + label[data-v-8c6f10c1]::before {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.form-radio:focus + label[data-v-8c6f10c1]::before,
.form-radio.focus + label[data-v-8c6f10c1]::before {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.form-checkbox[aria-checked=mixed] + label[data-v-8c6f10c1]:before {
  background-color: #1a1a1a;
}
.form-checkbox[aria-checked=mixed] + label[data-v-8c6f10c1]:after {
  content: "";
  height: 2px;
  width: 8px;
  left: 8px;
  top: 10px;
  position: absolute;
  box-shadow: -2px 2px 0 0 white;
}
.form-checkbox.checkbox-large[aria-checked=mixed] + label[data-v-8c6f10c1]:after {
  width: 12px;
  left: 13px;
  top: 16px;
  box-shadow: -3px 3px 0 0 white;
}
.checkbox-content[data-v-8c6f10c1], .radio-content[data-v-8c6f10c1] {
  padding-left: calc(20px - 4px);
  padding-top: 16px;
  padding-bottom: 24px;
  border-left: 4px solid #BFBFBF;
  margin-left: 8px;
  margin-top: 4px;
  margin-bottom: 8px;
}
.checkbox-content-large[data-v-8c6f10c1], .radio-content-large[data-v-8c6f10c1] {
  padding-left: calc(28px - 4px - 4px / 2);
  margin-left: 14px;
}
.checkbox-content[aria-hidden=true][data-v-8c6f10c1], .radio-content[aria-hidden=true][data-v-8c6f10c1] {
  display: none;
}
[type=range][data-v-8c6f10c1] {
  appearance: none;
  border: none;
  padding-left: 0;
  width: 100%;
}
[type=range][data-v-8c6f10c1]::-webkit-slider-runnable-track {
  background: #BFBFBF;
  border: 1px solid #747474;
  cursor: pointer;
  height: 1.2rem;
  width: 100%;
}
[type=range][data-v-8c6f10c1]::-moz-range-track {
  background: #BFBFBF;
  border: 1px solid #747474;
  cursor: pointer;
  height: 1.2rem;
  width: 100%;
}
[type=range][data-v-8c6f10c1]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #747474;
  height: 2.2rem;
  border-radius: 1.5rem;
  background: #F5F5F5;
  cursor: pointer;
  margin-top: -0.65rem;
  width: 2.2rem;
}
[type=range][data-v-8c6f10c1]::-moz-range-thumb {
  background: #F5F5F5;
  border: 1px solid #747474;
  border-radius: 1.5rem;
  cursor: pointer;
  height: 2.2rem;
  width: 2.2rem;
}
.date-group[data-v-8c6f10c1] {
  display: flex;
  align-items: flex-end;
}
.date-group label[data-v-8c6f10c1] {
  margin-top: 0;
  font-weight: 400;
}
.date-group input[type=number][data-v-8c6f10c1]::-webkit-inner-spin-button,
.date-group input[type=number][data-v-8c6f10c1]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.date-group .form-group-day[data-v-8c6f10c1],
.date-group .form-group-month[data-v-8c6f10c1],
.date-group .form-group-year[data-v-8c6f10c1] {
  margin-right: 16px;
  margin-top: 0;
}
.date-group .form-group-day[data-v-8c6f10c1],
.date-group .form-group-month[data-v-8c6f10c1] {
  width: calc(2px + 16px + 16px + 2ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.date-group .form-group-day[data-v-8c6f10c1],
  .date-group .form-group-month[data-v-8c6f10c1] {
    width: 6.4ex;
}
}
.date-group .form-group-year[data-v-8c6f10c1] {
  width: calc(2px + 16px + 16px + 4ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.date-group .form-group-year[data-v-8c6f10c1] {
    width: 9ex;
}
}
.date-group .button-open-calendar[data-v-8c6f10c1] {
  margin-bottom: 8px;
  display: inline-flex;
}
input[type=number][data-v-8c6f10c1] {
  -moz-appearance: textfield !important;
}
input[data-v-8c6f10c1]::-webkit-outer-spin-button,
input[data-v-8c6f10c1]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.form-label + input[type=file][data-v-8c6f10c1] {
  margin-top: 8px;
}
input[type=file][data-v-8c6f10c1] {
  display: block;
}
ul[data-v-8c6f10c1] {
  padding-left: 0;
  list-style-type: none;
  color: #1a1a1a;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
ul > li[data-v-8c6f10c1] {
  margin-top: 8px;
  list-style-type: none;
  position: relative;
  padding-left: 16px;
  line-height: 2.4rem;
}
ul > li[data-v-8c6f10c1]::before {
  content: "•";
  position: absolute;
  left: 0px;
  top: -1px;
  font-size: 2rem;
}
ol[data-v-8c6f10c1] {
  padding-left: 28px;
}
ol li[data-v-8c6f10c1] {
  margin-top: 8px;
  line-height: 2.4rem;
}
.article ul > li[data-v-8c6f10c1], .article ol > li[data-v-8c6f10c1] {
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: normal;
}
.unstyled-list[data-v-8c6f10c1] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.unstyled-list > li[data-v-8c6f10c1] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.unstyled-list > li[data-v-8c6f10c1]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.bordered-list[data-v-8c6f10c1] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.bordered-list > li[data-v-8c6f10c1] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.bordered-list > li[data-v-8c6f10c1]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.bordered-list[data-v-8c6f10c1] {
  border-top: 1px solid #BFBFBF;
}
.bordered-list li[data-v-8c6f10c1] {
  padding: 8px 0px;
  border-bottom: 1px solid #BFBFBF;
}
.nobullet-list[data-v-8c6f10c1] {
  list-style-type: none;
  padding-left: 0;
}
.nobullet-list > li[data-v-8c6f10c1] {
  padding-left: 0;
}
.nobullet-list > li[data-v-8c6f10c1]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.noindent-list > li[data-v-8c6f10c1] {
  padding-left: 14px;
}
.noindent-list > li[data-v-8c6f10c1]::before {
  left: 0px;
}
.inline-list[data-v-8c6f10c1] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.inline-list > li[data-v-8c6f10c1] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.inline-list > li[data-v-8c6f10c1]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.inline-list > li[data-v-8c6f10c1] {
  display: block;
}
@media (min-width: 768px) {
.inline-list > li[data-v-8c6f10c1] {
    display: inline-block;
}
}
.inline-list li + li[data-v-8c6f10c1] {
  margin-top: 12px;
}
@media (min-width: 768px) {
.inline-list li + li[data-v-8c6f10c1] {
    margin-top: 0;
}
}
.spinner[data-v-8c6f10c1] {
  margin: 50px auto;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: spinner-8c6f10c1 1.1s infinite ease;
  animation: spinner-8c6f10c1 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner-status[data-v-8c6f10c1] {
  text-align: center;
}
@-webkit-keyframes spinner-8c6f10c1 {
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-8c6f10c1 {
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[data-v-8c6f10c1] {
  margin-top: 40px;
}
.page-content + .page-footer[data-v-8c6f10c1] {
  margin-top: 40px;
}
.page-container[data-v-8c6f10c1] {
  padding-top: 2.4rem;
}
@media (min-width: 768px) {
.page-container[data-v-8c6f10c1] {
    padding-top: 4rem;
}
}
body[data-v-8c6f10c1] {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.page-container[data-v-8c6f10c1] {
  flex: 1 0 auto;
}
.collapsed[data-v-8c6f10c1]:not(.dataTable) {
  display: none;
}
.collapse-transition-collapse[data-v-8c6f10c1] {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease;
}
.collapse-transition-expand[data-v-8c6f10c1] {
  position: relative;
  overflow: hidden;
  transition: height 0.2s ease;
}
fieldset[data-v-8c6f10c1] {
  position: relative;
  border: none;
  margin: 0;
  padding: 0;
}
fieldset ul[data-v-8c6f10c1] {
  margin-top: 0px;
  margin-bottom: 0px;
}
fieldset + fieldset[data-v-8c6f10c1] {
  margin-top: 24px;
}
legend h1[data-v-8c6f10c1], legend .h1[data-v-8c6f10c1], legend h2[data-v-8c6f10c1], legend .h2[data-v-8c6f10c1], legend h3[data-v-8c6f10c1], legend .h3[data-v-8c6f10c1], legend h4[data-v-8c6f10c1], legend .h4[data-v-8c6f10c1], legend h5[data-v-8c6f10c1], legend .h5[data-v-8c6f10c1], legend h6[data-v-8c6f10c1], legend .h6[data-v-8c6f10c1] {
  margin-bottom: 0px;
}
input.input-width-xxs[data-v-8c6f10c1], select.input-width-xxs[data-v-8c6f10c1], textarea.input-width-xxs[data-v-8c6f10c1] {
  max-width: 8rem !important;
  width: 100%;
}
input.input-width-xs[data-v-8c6f10c1], select.input-width-xs[data-v-8c6f10c1], textarea.input-width-xs[data-v-8c6f10c1] {
  max-width: 16rem !important;
  width: 100%;
}
input.input-width-s[data-v-8c6f10c1], select.input-width-s[data-v-8c6f10c1], textarea.input-width-s[data-v-8c6f10c1] {
  max-width: 24rem !important;
  width: 100%;
}
input.input-width-m[data-v-8c6f10c1], select.input-width-m[data-v-8c6f10c1], textarea.input-width-m[data-v-8c6f10c1] {
  max-width: 32rem !important;
  width: 100%;
}
input.input-width-l[data-v-8c6f10c1], select.input-width-l[data-v-8c6f10c1], textarea.input-width-l[data-v-8c6f10c1] {
  max-width: 40rem !important;
  width: 100%;
}
input.input-width-xl[data-v-8c6f10c1], select.input-width-xl[data-v-8c6f10c1], textarea.input-width-xl[data-v-8c6f10c1] {
  max-width: 48rem !important;
  width: 100%;
}
input.input-char-4[data-v-8c6f10c1], select.input-char-4[data-v-8c6f10c1], textarea.input-char-4[data-v-8c6f10c1] {
  max-width: calc(34px + 4ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
input.input-char-4[data-v-8c6f10c1], select.input-char-4[data-v-8c6f10c1], textarea.input-char-4[data-v-8c6f10c1] {
    max-width: 9ex;
}
}
input.input-char-4[data-v-8c6f10c1]::-ms-clear, select.input-char-4[data-v-8c6f10c1]::-ms-clear, textarea.input-char-4[data-v-8c6f10c1]::-ms-clear {
  display: none;
}
input.input-char-4[data-v-8c6f10c1], select.input-char-4[data-v-8c6f10c1], textarea.input-char-4[data-v-8c6f10c1] {
  width: 100%;
}
input.input-char-8[data-v-8c6f10c1], select.input-char-8[data-v-8c6f10c1], textarea.input-char-8[data-v-8c6f10c1] {
  max-width: calc(34px + 8ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
input.input-char-8[data-v-8c6f10c1], select.input-char-8[data-v-8c6f10c1], textarea.input-char-8[data-v-8c6f10c1] {
    max-width: 14ex;
}
}
input.input-char-8[data-v-8c6f10c1]::-ms-clear, select.input-char-8[data-v-8c6f10c1]::-ms-clear, textarea.input-char-8[data-v-8c6f10c1]::-ms-clear {
  display: none;
}
input.input-char-8[data-v-8c6f10c1], select.input-char-8[data-v-8c6f10c1], textarea.input-char-8[data-v-8c6f10c1] {
  width: 100%;
}
input.input-char-11[data-v-8c6f10c1], select.input-char-11[data-v-8c6f10c1], textarea.input-char-11[data-v-8c6f10c1] {
  max-width: calc(34px + 11ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
input.input-char-11[data-v-8c6f10c1], select.input-char-11[data-v-8c6f10c1], textarea.input-char-11[data-v-8c6f10c1] {
    max-width: 17ex;
}
}
input.input-char-11[data-v-8c6f10c1]::-ms-clear, select.input-char-11[data-v-8c6f10c1]::-ms-clear, textarea.input-char-11[data-v-8c6f10c1]::-ms-clear {
  display: none;
}
input.input-char-11[data-v-8c6f10c1], select.input-char-11[data-v-8c6f10c1], textarea.input-char-11[data-v-8c6f10c1] {
  width: 100%;
}
input.input-char-27[data-v-8c6f10c1], select.input-char-27[data-v-8c6f10c1], textarea.input-char-27[data-v-8c6f10c1] {
  max-width: calc(34px + 27ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
input.input-char-27[data-v-8c6f10c1], select.input-char-27[data-v-8c6f10c1], textarea.input-char-27[data-v-8c6f10c1] {
    max-width: 36ex;
}
}
input.input-char-27[data-v-8c6f10c1]::-ms-clear, select.input-char-27[data-v-8c6f10c1]::-ms-clear, textarea.input-char-27[data-v-8c6f10c1]::-ms-clear {
  display: none;
}
input.input-char-27[data-v-8c6f10c1], select.input-char-27[data-v-8c6f10c1], textarea.input-char-27[data-v-8c6f10c1] {
  width: 100%;
}
.table[data-v-8c6f10c1] {
  margin: 0;
  line-height: 2.4rem;
  border: 1px solid #747474;
  width: 100%;
  color: #1a1a1a;
  font-size: 1.6rem;
  border-collapse: inherit;
  border-spacing: 0;
}
.table td[data-v-8c6f10c1],
.table th[data-v-8c6f10c1] {
  padding-left: 16px;
  padding-top: 16px;
  padding-right: 15px;
  padding-bottom: 15px;
  border-right: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  background-color: inherit;
  vertical-align: top;
  text-align: left;
}
.table td[data-v-8c6f10c1]:last-child,
.table th[data-v-8c6f10c1]:last-child {
  border-right: none;
}
.table td.break-word[data-v-8c6f10c1],
.table th.break-word[data-v-8c6f10c1] {
  word-break: break-all;
}
.table td.vertical-align-middle[data-v-8c6f10c1],
.table th.vertical-align-middle[data-v-8c6f10c1] {
  vertical-align: middle;
}
.table td.vertical-align-top[data-v-8c6f10c1],
.table th.vertical-align-top[data-v-8c6f10c1] {
  vertical-align: top;
}
.table td.vertical-align-bottom[data-v-8c6f10c1],
.table th.vertical-align-bottom[data-v-8c6f10c1] {
  vertical-align: bottom;
}
.table thead[data-v-8c6f10c1] {
  background-color: #F5F5F5;
}
.table thead th[data-v-8c6f10c1] {
  font-weight: 600;
  padding-top: 15px;
}
.table thead th[data-v-8c6f10c1]:first-child {
  padding-left: 15px;
}
.table thead th.table-header-no-wrap[data-v-8c6f10c1] {
  white-space: nowrap;
}
.table thead th button[data-v-8c6f10c1],
.table thead th .button[data-v-8c6f10c1] {
  width: auto;
}
.table tbody th[data-v-8c6f10c1] {
  font-weight: 600;
}
.table tbody tr[data-v-8c6f10c1] {
  background-color: transparent;
}
.table tbody tr td[data-v-8c6f10c1]:first-child,
.table tbody tr th[data-v-8c6f10c1]:first-child {
  padding-left: 15px;
}
.table tbody tr:last-child td[data-v-8c6f10c1],
.table tbody tr:last-child th[data-v-8c6f10c1] {
  border-bottom: none;
}
.table.table--compact th[data-v-8c6f10c1],
.table.table--compact td[data-v-8c6f10c1] {
  padding-top: 8px;
  padding-bottom: 7px;
}
.table.table--compact thead th[data-v-8c6f10c1] {
  padding-top: 7px;
}
.table.table--extracompact th[data-v-8c6f10c1],
.table.table--extracompact td[data-v-8c6f10c1] {
  padding-top: 1px;
  padding-bottom: 0;
}
.table.table--extracompact thead th[data-v-8c6f10c1] {
  padding-top: 0;
}
.table.table--borderless[data-v-8c6f10c1], .table.structured-list[data-v-8c6f10c1] {
  border: none;
}
.table.table--borderless td[data-v-8c6f10c1],
.table.table--borderless th[data-v-8c6f10c1], .table.structured-list td[data-v-8c6f10c1],
.table.structured-list th[data-v-8c6f10c1] {
  padding-right: 16px;
  border-right: none;
}
.table.table--borderless thead tr td[data-v-8c6f10c1]:first-child,
.table.table--borderless thead tr th[data-v-8c6f10c1]:first-child,
.table.table--borderless tbody tr td[data-v-8c6f10c1]:first-child,
.table.table--borderless tbody tr th[data-v-8c6f10c1]:first-child, .table.structured-list thead tr td[data-v-8c6f10c1]:first-child,
.table.structured-list thead tr th[data-v-8c6f10c1]:first-child,
.table.structured-list tbody tr td[data-v-8c6f10c1]:first-child,
.table.structured-list tbody tr th[data-v-8c6f10c1]:first-child {
  padding-left: 0;
}
.table.table--borderless thead tr td[data-v-8c6f10c1]:last-child,
.table.table--borderless thead tr th[data-v-8c6f10c1]:last-child,
.table.table--borderless tbody tr td[data-v-8c6f10c1]:last-child,
.table.table--borderless tbody tr th[data-v-8c6f10c1]:last-child, .table.structured-list thead tr td[data-v-8c6f10c1]:last-child,
.table.structured-list thead tr th[data-v-8c6f10c1]:last-child,
.table.structured-list tbody tr td[data-v-8c6f10c1]:last-child,
.table.structured-list tbody tr th[data-v-8c6f10c1]:last-child {
  padding-right: 0;
}
.table.table--borderless thead[data-v-8c6f10c1], .table.structured-list thead[data-v-8c6f10c1] {
  background-color: transparent;
}
.table.table--borderless thead th[data-v-8c6f10c1], .table.structured-list thead th[data-v-8c6f10c1] {
  padding-top: 16px;
}
.table.table--borderless tbody tr:last-child td[data-v-8c6f10c1],
.table.table--borderless tbody tr:last-child th[data-v-8c6f10c1], .table.structured-list tbody tr:last-child td[data-v-8c6f10c1],
.table.structured-list tbody tr:last-child th[data-v-8c6f10c1] {
  border-bottom: 1px solid #BFBFBF;
}
.table.table--borderless.table--compact thead th[data-v-8c6f10c1], .table.structured-list.table--compact thead th[data-v-8c6f10c1] {
  padding-top: 8px;
}
.table.table--borderless.table--extracompact thead th[data-v-8c6f10c1], .table.structured-list.table--extracompact thead th[data-v-8c6f10c1] {
  padding-top: 1px;
}
.table.table--zebra td[data-v-8c6f10c1],
.table.table--zebra th[data-v-8c6f10c1] {
  border-right: 0;
  padding-right: 16px;
}
.table.table--zebra td[data-v-8c6f10c1]:last-child,
.table.table--zebra th[data-v-8c6f10c1]:last-child {
  padding-right: 15px;
}
.table.table--zebra tr[data-v-8c6f10c1]:nth-child(even) {
  background-color: #F5F5F5;
}
.table.table--zebra tbody tr[data-v-8c6f10c1]:nth-child(odd) {
  background-color: white;
}
.table.table--zebra.table--borderless td[data-v-8c6f10c1],
.table.table--zebra.table--borderless th[data-v-8c6f10c1] {
  border: 0;
  padding: 16px;
}
.table.table--zebra.table--borderless thead tr td[data-v-8c6f10c1]:first-child,
.table.table--zebra.table--borderless thead tr th[data-v-8c6f10c1]:first-child,
.table.table--zebra.table--borderless tbody tr td[data-v-8c6f10c1]:first-child,
.table.table--zebra.table--borderless tbody tr th[data-v-8c6f10c1]:first-child {
  padding-left: 16px;
}
.table.table--zebra.table--borderless thead tr td[data-v-8c6f10c1]:last-child,
.table.table--zebra.table--borderless thead tr th[data-v-8c6f10c1]:last-child,
.table.table--zebra.table--borderless tbody tr td[data-v-8c6f10c1]:last-child,
.table.table--zebra.table--borderless tbody tr th[data-v-8c6f10c1]:last-child {
  padding-right: 16px;
}
.table.table--zebra.table--borderless thead[data-v-8c6f10c1] {
  background-color: #F5F5F5;
}
.table.table--zebra.table--borderless tbody tr:last-child td[data-v-8c6f10c1],
.table.table--zebra.table--borderless tbody tr:last-child th[data-v-8c6f10c1] {
  border-bottom: none;
}
.table.table--zebra.table--borderless.table--compact td[data-v-8c6f10c1],
.table.table--zebra.table--borderless.table--compact th[data-v-8c6f10c1] {
  padding-bottom: 8px;
  padding-top: 8px;
}
.table.table--zebra.table--borderless.table--extracompact td[data-v-8c6f10c1],
.table.table--zebra.table--borderless.table--extracompact th[data-v-8c6f10c1] {
  padding-bottom: 1px;
  padding-top: 1px;
}
.table.structured-list tbody tr:first-child td[data-v-8c6f10c1],
.table.structured-list tbody tr:first-child th[data-v-8c6f10c1] {
  border-top: 1px solid #BFBFBF;
}
.table.structured-list.table--zebra tbody tr:first-child td[data-v-8c6f10c1],
.table.structured-list.table--zebra tbody tr:first-child th[data-v-8c6f10c1] {
  border-top: none;
}
@media screen and (max-width: 767px) {
.table.table--responsive-headers[data-v-8c6f10c1] {
    display: block;
}
.table.table--responsive-headers thead[data-v-8c6f10c1] {
    display: none;
}
.table.table--responsive-headers tbody[data-v-8c6f10c1],
  .table.table--responsive-headers tr[data-v-8c6f10c1] {
    display: block;
}
.table.table--responsive-headers tr[data-v-8c6f10c1] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table--responsive-headers tr[data-v-8c6f10c1]:last-child {
    border-bottom: none;
}
.table.table--responsive-headers td[data-v-8c6f10c1],
  .table.table--responsive-headers th[data-v-8c6f10c1] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table--responsive-headers td[data-v-8c6f10c1]:last-child,
  .table.table--responsive-headers th[data-v-8c6f10c1]:last-child {
    padding-bottom: 15px;
}
.table.table--responsive-headers td[data-title][data-v-8c6f10c1]:not([data-title=""]):before,
  .table.table--responsive-headers th[data-title][data-v-8c6f10c1]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table--responsive-headers.table--compact th[data-v-8c6f10c1],
  .table.table--responsive-headers.table--compact td[data-v-8c6f10c1] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table--responsive-headers.table--compact th[data-v-8c6f10c1]:last-child,
  .table.table--responsive-headers.table--compact td[data-v-8c6f10c1]:last-child {
    padding-bottom: 7px;
}
.table.table--responsive-headers.table--extracompact th[data-v-8c6f10c1],
  .table.table--responsive-headers.table--extracompact td[data-v-8c6f10c1] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table--responsive-headers.table--extracompact th[data-v-8c6f10c1]:last-child,
  .table.table--responsive-headers.table--extracompact td[data-v-8c6f10c1]:last-child {
    padding-bottom: 0px;
}
.table.table--responsive-headers.table--borderless td[data-v-8c6f10c1],
  .table.table--responsive-headers.table--borderless th[data-v-8c6f10c1], .table.table--responsive-headers.structured-list td[data-v-8c6f10c1],
  .table.table--responsive-headers.structured-list th[data-v-8c6f10c1] {
    padding-left: 0;
    padding-right: 0;
}
.table.table--responsive-headers.table--borderless tr:first-child td[data-v-8c6f10c1]:first-child,
  .table.table--responsive-headers.table--borderless tr:first-child th[data-v-8c6f10c1]:first-child, .table.table--responsive-headers.structured-list tr:first-child td[data-v-8c6f10c1]:first-child,
  .table.table--responsive-headers.structured-list tr:first-child th[data-v-8c6f10c1]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table--responsive-headers.table--borderless tr:last-child td[data-v-8c6f10c1],
  .table.table--responsive-headers.table--borderless tr:last-child th[data-v-8c6f10c1], .table.table--responsive-headers.structured-list tr:last-child td[data-v-8c6f10c1],
  .table.table--responsive-headers.structured-list tr:last-child th[data-v-8c6f10c1] {
    border-bottom: none;
}
.table.table--responsive-headers.table--borderless tr:last-child td[data-v-8c6f10c1]:last-child,
  .table.table--responsive-headers.table--borderless tr:last-child th[data-v-8c6f10c1]:last-child, .table.table--responsive-headers.structured-list tr:last-child td[data-v-8c6f10c1]:last-child,
  .table.table--responsive-headers.structured-list tr:last-child th[data-v-8c6f10c1]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table--responsive-headers.table--zebra.table--borderless td[data-v-8c6f10c1],
  .table.table--responsive-headers.table--zebra.table--borderless th[data-v-8c6f10c1] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table--responsive-headers.structured-list tbody tr:first-child td[data-v-8c6f10c1] {
    border-top: none;
}
.table.table--responsive-headers.structured-list tbody tr th[data-v-8c6f10c1] {
    padding-bottom: 0;
}
.table.table--responsive-headers.structured-list tbody tr td[data-v-8c6f10c1]:first-of-type {
    padding-top: 0;
}
}
@media screen and (max-width: 767px) {
.table.table-sm-responsive-headers[data-v-8c6f10c1] {
    display: block;
}
.table.table-sm-responsive-headers thead[data-v-8c6f10c1] {
    display: none;
}
.table.table-sm-responsive-headers tbody[data-v-8c6f10c1],
  .table.table-sm-responsive-headers tr[data-v-8c6f10c1] {
    display: block;
}
.table.table-sm-responsive-headers tr[data-v-8c6f10c1] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-sm-responsive-headers tr[data-v-8c6f10c1]:last-child {
    border-bottom: none;
}
.table.table-sm-responsive-headers td[data-v-8c6f10c1],
  .table.table-sm-responsive-headers th[data-v-8c6f10c1] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table-sm-responsive-headers td[data-v-8c6f10c1]:last-child,
  .table.table-sm-responsive-headers th[data-v-8c6f10c1]:last-child {
    padding-bottom: 15px;
}
.table.table-sm-responsive-headers td[data-title][data-v-8c6f10c1]:not([data-title=""]):before,
  .table.table-sm-responsive-headers th[data-title][data-v-8c6f10c1]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table-sm-responsive-headers.table--compact th[data-v-8c6f10c1],
  .table.table-sm-responsive-headers.table--compact td[data-v-8c6f10c1] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table-sm-responsive-headers.table--compact th[data-v-8c6f10c1]:last-child,
  .table.table-sm-responsive-headers.table--compact td[data-v-8c6f10c1]:last-child {
    padding-bottom: 7px;
}
.table.table-sm-responsive-headers.table--extracompact th[data-v-8c6f10c1],
  .table.table-sm-responsive-headers.table--extracompact td[data-v-8c6f10c1] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table-sm-responsive-headers.table--extracompact th[data-v-8c6f10c1]:last-child,
  .table.table-sm-responsive-headers.table--extracompact td[data-v-8c6f10c1]:last-child {
    padding-bottom: 0px;
}
.table.table-sm-responsive-headers.table--borderless td[data-v-8c6f10c1],
  .table.table-sm-responsive-headers.table--borderless th[data-v-8c6f10c1], .table.table-sm-responsive-headers.structured-list td[data-v-8c6f10c1],
  .table.table-sm-responsive-headers.structured-list th[data-v-8c6f10c1] {
    padding-left: 0;
    padding-right: 0;
}
.table.table-sm-responsive-headers.table--borderless tr:first-child td[data-v-8c6f10c1]:first-child,
  .table.table-sm-responsive-headers.table--borderless tr:first-child th[data-v-8c6f10c1]:first-child, .table.table-sm-responsive-headers.structured-list tr:first-child td[data-v-8c6f10c1]:first-child,
  .table.table-sm-responsive-headers.structured-list tr:first-child th[data-v-8c6f10c1]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table-sm-responsive-headers.table--borderless tr:last-child td[data-v-8c6f10c1],
  .table.table-sm-responsive-headers.table--borderless tr:last-child th[data-v-8c6f10c1], .table.table-sm-responsive-headers.structured-list tr:last-child td[data-v-8c6f10c1],
  .table.table-sm-responsive-headers.structured-list tr:last-child th[data-v-8c6f10c1] {
    border-bottom: none;
}
.table.table-sm-responsive-headers.table--borderless tr:last-child td[data-v-8c6f10c1]:last-child,
  .table.table-sm-responsive-headers.table--borderless tr:last-child th[data-v-8c6f10c1]:last-child, .table.table-sm-responsive-headers.structured-list tr:last-child td[data-v-8c6f10c1]:last-child,
  .table.table-sm-responsive-headers.structured-list tr:last-child th[data-v-8c6f10c1]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-sm-responsive-headers.table--zebra.table--borderless td[data-v-8c6f10c1],
  .table.table-sm-responsive-headers.table--zebra.table--borderless th[data-v-8c6f10c1] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table-sm-responsive-headers.structured-list tbody tr:first-child td[data-v-8c6f10c1] {
    border-top: none;
}
.table.table-sm-responsive-headers.structured-list tbody tr th[data-v-8c6f10c1] {
    padding-bottom: 0;
}
.table.table-sm-responsive-headers.structured-list tbody tr td[data-v-8c6f10c1]:first-of-type {
    padding-top: 0;
}
}
@media screen and (max-width: 991px) {
.table.table-md-responsive-headers[data-v-8c6f10c1] {
    display: block;
}
.table.table-md-responsive-headers thead[data-v-8c6f10c1] {
    display: none;
}
.table.table-md-responsive-headers tbody[data-v-8c6f10c1],
  .table.table-md-responsive-headers tr[data-v-8c6f10c1] {
    display: block;
}
.table.table-md-responsive-headers tr[data-v-8c6f10c1] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-md-responsive-headers tr[data-v-8c6f10c1]:last-child {
    border-bottom: none;
}
.table.table-md-responsive-headers td[data-v-8c6f10c1],
  .table.table-md-responsive-headers th[data-v-8c6f10c1] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table-md-responsive-headers td[data-v-8c6f10c1]:last-child,
  .table.table-md-responsive-headers th[data-v-8c6f10c1]:last-child {
    padding-bottom: 15px;
}
.table.table-md-responsive-headers td[data-title][data-v-8c6f10c1]:not([data-title=""]):before,
  .table.table-md-responsive-headers th[data-title][data-v-8c6f10c1]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table-md-responsive-headers.table--compact th[data-v-8c6f10c1],
  .table.table-md-responsive-headers.table--compact td[data-v-8c6f10c1] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table-md-responsive-headers.table--compact th[data-v-8c6f10c1]:last-child,
  .table.table-md-responsive-headers.table--compact td[data-v-8c6f10c1]:last-child {
    padding-bottom: 7px;
}
.table.table-md-responsive-headers.table--extracompact th[data-v-8c6f10c1],
  .table.table-md-responsive-headers.table--extracompact td[data-v-8c6f10c1] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table-md-responsive-headers.table--extracompact th[data-v-8c6f10c1]:last-child,
  .table.table-md-responsive-headers.table--extracompact td[data-v-8c6f10c1]:last-child {
    padding-bottom: 0px;
}
.table.table-md-responsive-headers.table--borderless td[data-v-8c6f10c1],
  .table.table-md-responsive-headers.table--borderless th[data-v-8c6f10c1], .table.table-md-responsive-headers.structured-list td[data-v-8c6f10c1],
  .table.table-md-responsive-headers.structured-list th[data-v-8c6f10c1] {
    padding-left: 0;
    padding-right: 0;
}
.table.table-md-responsive-headers.table--borderless tr:first-child td[data-v-8c6f10c1]:first-child,
  .table.table-md-responsive-headers.table--borderless tr:first-child th[data-v-8c6f10c1]:first-child, .table.table-md-responsive-headers.structured-list tr:first-child td[data-v-8c6f10c1]:first-child,
  .table.table-md-responsive-headers.structured-list tr:first-child th[data-v-8c6f10c1]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table-md-responsive-headers.table--borderless tr:last-child td[data-v-8c6f10c1],
  .table.table-md-responsive-headers.table--borderless tr:last-child th[data-v-8c6f10c1], .table.table-md-responsive-headers.structured-list tr:last-child td[data-v-8c6f10c1],
  .table.table-md-responsive-headers.structured-list tr:last-child th[data-v-8c6f10c1] {
    border-bottom: none;
}
.table.table-md-responsive-headers.table--borderless tr:last-child td[data-v-8c6f10c1]:last-child,
  .table.table-md-responsive-headers.table--borderless tr:last-child th[data-v-8c6f10c1]:last-child, .table.table-md-responsive-headers.structured-list tr:last-child td[data-v-8c6f10c1]:last-child,
  .table.table-md-responsive-headers.structured-list tr:last-child th[data-v-8c6f10c1]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-md-responsive-headers.table--zebra.table--borderless td[data-v-8c6f10c1],
  .table.table-md-responsive-headers.table--zebra.table--borderless th[data-v-8c6f10c1] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table-md-responsive-headers.structured-list tbody tr:first-child td[data-v-8c6f10c1] {
    border-top: none;
}
.table.table-md-responsive-headers.structured-list tbody tr th[data-v-8c6f10c1] {
    padding-bottom: 0;
}
.table.table-md-responsive-headers.structured-list tbody tr td[data-v-8c6f10c1]:first-of-type {
    padding-top: 0;
}
}
@media screen and (max-width: 1199px) {
.table.table-lg-responsive-headers[data-v-8c6f10c1] {
    display: block;
}
.table.table-lg-responsive-headers thead[data-v-8c6f10c1] {
    display: none;
}
.table.table-lg-responsive-headers tbody[data-v-8c6f10c1],
  .table.table-lg-responsive-headers tr[data-v-8c6f10c1] {
    display: block;
}
.table.table-lg-responsive-headers tr[data-v-8c6f10c1] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-lg-responsive-headers tr[data-v-8c6f10c1]:last-child {
    border-bottom: none;
}
.table.table-lg-responsive-headers td[data-v-8c6f10c1],
  .table.table-lg-responsive-headers th[data-v-8c6f10c1] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table-lg-responsive-headers td[data-v-8c6f10c1]:last-child,
  .table.table-lg-responsive-headers th[data-v-8c6f10c1]:last-child {
    padding-bottom: 15px;
}
.table.table-lg-responsive-headers td[data-title][data-v-8c6f10c1]:not([data-title=""]):before,
  .table.table-lg-responsive-headers th[data-title][data-v-8c6f10c1]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table-lg-responsive-headers.table--compact th[data-v-8c6f10c1],
  .table.table-lg-responsive-headers.table--compact td[data-v-8c6f10c1] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table-lg-responsive-headers.table--compact th[data-v-8c6f10c1]:last-child,
  .table.table-lg-responsive-headers.table--compact td[data-v-8c6f10c1]:last-child {
    padding-bottom: 7px;
}
.table.table-lg-responsive-headers.table--extracompact th[data-v-8c6f10c1],
  .table.table-lg-responsive-headers.table--extracompact td[data-v-8c6f10c1] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table-lg-responsive-headers.table--extracompact th[data-v-8c6f10c1]:last-child,
  .table.table-lg-responsive-headers.table--extracompact td[data-v-8c6f10c1]:last-child {
    padding-bottom: 0px;
}
.table.table-lg-responsive-headers.table--borderless td[data-v-8c6f10c1],
  .table.table-lg-responsive-headers.table--borderless th[data-v-8c6f10c1], .table.table-lg-responsive-headers.structured-list td[data-v-8c6f10c1],
  .table.table-lg-responsive-headers.structured-list th[data-v-8c6f10c1] {
    padding-left: 0;
    padding-right: 0;
}
.table.table-lg-responsive-headers.table--borderless tr:first-child td[data-v-8c6f10c1]:first-child,
  .table.table-lg-responsive-headers.table--borderless tr:first-child th[data-v-8c6f10c1]:first-child, .table.table-lg-responsive-headers.structured-list tr:first-child td[data-v-8c6f10c1]:first-child,
  .table.table-lg-responsive-headers.structured-list tr:first-child th[data-v-8c6f10c1]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table-lg-responsive-headers.table--borderless tr:last-child td[data-v-8c6f10c1],
  .table.table-lg-responsive-headers.table--borderless tr:last-child th[data-v-8c6f10c1], .table.table-lg-responsive-headers.structured-list tr:last-child td[data-v-8c6f10c1],
  .table.table-lg-responsive-headers.structured-list tr:last-child th[data-v-8c6f10c1] {
    border-bottom: none;
}
.table.table-lg-responsive-headers.table--borderless tr:last-child td[data-v-8c6f10c1]:last-child,
  .table.table-lg-responsive-headers.table--borderless tr:last-child th[data-v-8c6f10c1]:last-child, .table.table-lg-responsive-headers.structured-list tr:last-child td[data-v-8c6f10c1]:last-child,
  .table.table-lg-responsive-headers.structured-list tr:last-child th[data-v-8c6f10c1]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-lg-responsive-headers.table--zebra.table--borderless td[data-v-8c6f10c1],
  .table.table-lg-responsive-headers.table--zebra.table--borderless th[data-v-8c6f10c1] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table-lg-responsive-headers.structured-list tbody tr:first-child td[data-v-8c6f10c1] {
    border-top: none;
}
.table.table-lg-responsive-headers.structured-list tbody tr th[data-v-8c6f10c1] {
    padding-bottom: 0;
}
.table.table-lg-responsive-headers.structured-list tbody tr td[data-v-8c6f10c1]:first-of-type {
    padding-top: 0;
}
}
@media screen {
.table.table-xxl-responsive-headers[data-v-8c6f10c1] {
    display: block;
}
.table.table-xxl-responsive-headers thead[data-v-8c6f10c1] {
    display: none;
}
.table.table-xxl-responsive-headers tbody[data-v-8c6f10c1],
  .table.table-xxl-responsive-headers tr[data-v-8c6f10c1] {
    display: block;
}
.table.table-xxl-responsive-headers tr[data-v-8c6f10c1] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-xxl-responsive-headers tr[data-v-8c6f10c1]:last-child {
    border-bottom: none;
}
.table.table-xxl-responsive-headers td[data-v-8c6f10c1],
  .table.table-xxl-responsive-headers th[data-v-8c6f10c1] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table-xxl-responsive-headers td[data-v-8c6f10c1]:last-child,
  .table.table-xxl-responsive-headers th[data-v-8c6f10c1]:last-child {
    padding-bottom: 15px;
}
.table.table-xxl-responsive-headers td[data-title][data-v-8c6f10c1]:not([data-title=""]):before,
  .table.table-xxl-responsive-headers th[data-title][data-v-8c6f10c1]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table-xxl-responsive-headers.table--compact th[data-v-8c6f10c1],
  .table.table-xxl-responsive-headers.table--compact td[data-v-8c6f10c1] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table-xxl-responsive-headers.table--compact th[data-v-8c6f10c1]:last-child,
  .table.table-xxl-responsive-headers.table--compact td[data-v-8c6f10c1]:last-child {
    padding-bottom: 7px;
}
.table.table-xxl-responsive-headers.table--extracompact th[data-v-8c6f10c1],
  .table.table-xxl-responsive-headers.table--extracompact td[data-v-8c6f10c1] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table-xxl-responsive-headers.table--extracompact th[data-v-8c6f10c1]:last-child,
  .table.table-xxl-responsive-headers.table--extracompact td[data-v-8c6f10c1]:last-child {
    padding-bottom: 0px;
}
.table.table-xxl-responsive-headers.table--borderless td[data-v-8c6f10c1],
  .table.table-xxl-responsive-headers.table--borderless th[data-v-8c6f10c1], .table.table-xxl-responsive-headers.structured-list td[data-v-8c6f10c1],
  .table.table-xxl-responsive-headers.structured-list th[data-v-8c6f10c1] {
    padding-left: 0;
    padding-right: 0;
}
.table.table-xxl-responsive-headers.table--borderless tr:first-child td[data-v-8c6f10c1]:first-child,
  .table.table-xxl-responsive-headers.table--borderless tr:first-child th[data-v-8c6f10c1]:first-child, .table.table-xxl-responsive-headers.structured-list tr:first-child td[data-v-8c6f10c1]:first-child,
  .table.table-xxl-responsive-headers.structured-list tr:first-child th[data-v-8c6f10c1]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table-xxl-responsive-headers.table--borderless tr:last-child td[data-v-8c6f10c1],
  .table.table-xxl-responsive-headers.table--borderless tr:last-child th[data-v-8c6f10c1], .table.table-xxl-responsive-headers.structured-list tr:last-child td[data-v-8c6f10c1],
  .table.table-xxl-responsive-headers.structured-list tr:last-child th[data-v-8c6f10c1] {
    border-bottom: none;
}
.table.table-xxl-responsive-headers.table--borderless tr:last-child td[data-v-8c6f10c1]:last-child,
  .table.table-xxl-responsive-headers.table--borderless tr:last-child th[data-v-8c6f10c1]:last-child, .table.table-xxl-responsive-headers.structured-list tr:last-child td[data-v-8c6f10c1]:last-child,
  .table.table-xxl-responsive-headers.structured-list tr:last-child th[data-v-8c6f10c1]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-xxl-responsive-headers.table--zebra.table--borderless td[data-v-8c6f10c1],
  .table.table-xxl-responsive-headers.table--zebra.table--borderless th[data-v-8c6f10c1] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table-xxl-responsive-headers.structured-list tbody tr:first-child td[data-v-8c6f10c1] {
    border-top: none;
}
.table.table-xxl-responsive-headers.structured-list tbody tr th[data-v-8c6f10c1] {
    padding-bottom: 0;
}
.table.table-xxl-responsive-headers.structured-list tbody tr td[data-v-8c6f10c1]:first-of-type {
    padding-top: 0;
}
}
.table--selectable tbody tr[data-v-8c6f10c1]:hover, .table--selectable.table.table--zebra tr[data-v-8c6f10c1]:nth-child(even):hover, .table--selectable.table.table--zebra tr[data-v-8c6f10c1]:nth-child(odd):hover {
  background-color: #F5F5F5;
}
.table--selectable.table.table--zebra tr.table-row-selected[data-v-8c6f10c1]:nth-child(even), .table--selectable.table.table--zebra tr.table-row-selected[data-v-8c6f10c1]:nth-child(odd),
.table--selectable .table-row-selected[data-v-8c6f10c1] {
  background-color: #DCDCDC;
}
.table-actions[data-v-8c6f10c1] {
  border-right: 1px solid #747474;
  border-bottom: 1px solid #747474;
  border-left: 1px solid #747474;
  overflow: hidden;
  padding: 16px 15px 15px 15px;
}
.table-actions .table-selected-number[data-v-8c6f10c1] {
  margin-top: 0px;
}
.table-actions .table-selected-number.no-selected[data-v-8c6f10c1] {
  color: #747474;
}
.table--responsive-scroll[data-v-8c6f10c1] {
  overflow-x: auto;
  min-height: 0.01%;
  padding: 5px;
  margin: -5px;
}
hr[data-v-8c6f10c1] {
  border-top: 1px solid #BFBFBF;
  display: block;
  border-bottom-width: 0;
}

/*
----------------------------------------
Accordion
----------------------------------------
*/
.accordion-button[data-v-8c6f10c1], .tabnav > button[data-v-8c6f10c1] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.accordion-button[data-v-8c6f10c1]:hover, .tabnav > button[data-v-8c6f10c1]:hover, .accordion-button[data-v-8c6f10c1]:focus, .tabnav > button[data-v-8c6f10c1]:focus {
  background-color: transparent;
  color: inherit;
}
.accordion-button[data-v-8c6f10c1], .tabnav > button[data-v-8c6f10c1] {
  background-color: #F5F5F5;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'/%3e%3c/svg%3e");
  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.4rem;
  padding: 1.6rem 1.6rem 1.6rem 5.6rem;
  width: 100%;
  font-size: 1.6rem;
  position: relative;
  transition: none;
  border-radius: 3px;
  border: 1px solid #747474;
}
.accordion-button[data-v-8c6f10c1]:hover, .tabnav > button[data-v-8c6f10c1]:hover {
  background-color: #DCDCDC;
  color: #1a1a1a;
}
.accordion-button h1[data-v-8c6f10c1], .tabnav > button h1[data-v-8c6f10c1], .accordion-button .h1[data-v-8c6f10c1], .tabnav > button .h1[data-v-8c6f10c1],
.accordion-button h2[data-v-8c6f10c1],
.tabnav > button h2[data-v-8c6f10c1], .accordion-button .h2[data-v-8c6f10c1], .tabnav > button .h2[data-v-8c6f10c1],
.accordion-button h3[data-v-8c6f10c1],
.tabnav > button h3[data-v-8c6f10c1], .accordion-button .h3[data-v-8c6f10c1], .tabnav > button .h3[data-v-8c6f10c1],
.accordion-button h4[data-v-8c6f10c1],
.tabnav > button h4[data-v-8c6f10c1], .accordion-button .h4[data-v-8c6f10c1], .tabnav > button .h4[data-v-8c6f10c1],
.accordion-button h5[data-v-8c6f10c1],
.tabnav > button h5[data-v-8c6f10c1], .accordion-button .h5[data-v-8c6f10c1], .tabnav > button .h5[data-v-8c6f10c1],
.accordion-button h6[data-v-8c6f10c1],
.tabnav > button h6[data-v-8c6f10c1], .accordion-button .h6[data-v-8c6f10c1], .tabnav > button .h6[data-v-8c6f10c1] {
  margin: 0;
}
.accordion-button .icon_text[data-v-8c6f10c1], .tabnav > button .icon_text[data-v-8c6f10c1] {
  font-weight: 600;
  margin-right: 8px;
  float: left;
}
.accordion-button .accordion-icon[data-v-8c6f10c1], .tabnav > button .accordion-icon[data-v-8c6f10c1] {
  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[data-v-8c6f10c1], .tabnav > button .accordion-icon[data-v-8c6f10c1] {
    text-align: center;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    display: flex;
}
}
.accordion-button .accordion-icon .icon-svg[data-v-8c6f10c1], .tabnav > button .accordion-icon .icon-svg[data-v-8c6f10c1] {
  fill: #1a1a1a;
  float: left;
}
.accordion-button .accordion-icon:hover .icon-svg[data-v-8c6f10c1], .tabnav > button .accordion-icon:hover .icon-svg[data-v-8c6f10c1] {
  fill: #1a1a1a;
}
button.accordion-bulk-button[data-v-8c6f10c1] {
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 28px;
  margin-bottom: 16px;
}
button.accordion-bulk-button[data-accordion-bulk-expand=true][data-v-8c6f10c1] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
}
button.accordion-bulk-button[data-accordion-bulk-expand=false][data-v-8c6f10c1] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'/%3e%3c/svg%3e");
}
.accordion[data-v-8c6f10c1], .tabnav[data-v-8c6f10c1] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.accordion > li[data-v-8c6f10c1], .tabnav > li[data-v-8c6f10c1] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.accordion > li[data-v-8c6f10c1]::before, .tabnav > li[data-v-8c6f10c1]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.accordion[data-v-8c6f10c1], .tabnav[data-v-8c6f10c1] {
  margin: 0;
  padding: 0;
  width: 100%;
}
.accordion > ul li ul[data-v-8c6f10c1], .tabnav > ul li ul[data-v-8c6f10c1] {
  list-style: disc;
}
.accordion > ul li ul > li > ul[data-v-8c6f10c1], .tabnav > ul li ul > li > ul[data-v-8c6f10c1] {
  list-style: circle;
}
.accordion > ul li ul > li > ul > li > ul[data-v-8c6f10c1], .tabnav > ul li ul > li > ul > li > ul[data-v-8c6f10c1] {
  list-style: square;
}
.accordion + .accordion[data-v-8c6f10c1], .tabnav + .accordion[data-v-8c6f10c1], .accordion + .tabnav[data-v-8c6f10c1], .tabnav + .tabnav[data-v-8c6f10c1] {
  margin-top: 0.8rem;
}
.accordion > li[data-v-8c6f10c1], .tabnav > li[data-v-8c6f10c1] {
  list-style: none;
  margin-bottom: 0.8rem;
  width: 100%;
}
.accordion > li > h1[data-v-8c6f10c1], .tabnav > li > h1[data-v-8c6f10c1], .accordion > li > h2[data-v-8c6f10c1], .tabnav > li > h2[data-v-8c6f10c1], .accordion > li > h3[data-v-8c6f10c1], .tabnav > li > h3[data-v-8c6f10c1], .accordion > li > h4[data-v-8c6f10c1], .tabnav > li > h4[data-v-8c6f10c1], .accordion > li > h5[data-v-8c6f10c1], .tabnav > li > h5[data-v-8c6f10c1], .accordion > li > h6[data-v-8c6f10c1], .tabnav > li > h6[data-v-8c6f10c1] {
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: normal;
  max-width: none;
}
.accordion-content[data-v-8c6f10c1], .tabnav-panel[data-v-8c6f10c1] {
  background-color: white;
  color: #1a1a1a;
  overflow: auto;
  padding: 1.6rem;
  border-bottom: 1px solid #747474;
  border-left: 1px solid #747474;
  border-right: 1px solid #747474;
  border-radius: 0 0 3px 3px;
}
.accordion-content p[data-v-8c6f10c1], .tabnav-panel p[data-v-8c6f10c1], .accordion-content h1[data-v-8c6f10c1], .tabnav-panel h1[data-v-8c6f10c1], .accordion-content h2[data-v-8c6f10c1], .tabnav-panel h2[data-v-8c6f10c1], .accordion-content h3[data-v-8c6f10c1], .tabnav-panel h3[data-v-8c6f10c1], .accordion-content h4[data-v-8c6f10c1], .tabnav-panel h4[data-v-8c6f10c1], .accordion-content h5[data-v-8c6f10c1], .tabnav-panel h5[data-v-8c6f10c1], .accordion-content .h1[data-v-8c6f10c1], .tabnav-panel .h1[data-v-8c6f10c1], .accordion-content .h2[data-v-8c6f10c1], .tabnav-panel .h2[data-v-8c6f10c1], .accordion-content .h3[data-v-8c6f10c1], .tabnav-panel .h3[data-v-8c6f10c1], .accordion-content .h4[data-v-8c6f10c1], .tabnav-panel .h4[data-v-8c6f10c1], .accordion-content .h5[data-v-8c6f10c1], .tabnav-panel .h5[data-v-8c6f10c1] {
  color: #1a1a1a;
}
.accordion-content[data-v-8c6f10c1] > *:first-child, .tabnav-panel[data-v-8c6f10c1] > *:first-child {
  margin-top: 0;
}
.accordion-content[data-v-8c6f10c1] > *:last-child, .tabnav-panel[data-v-8c6f10c1] > *:last-child {
  margin-bottom: 0;
}
.accordion-content[data-v-8c6f10c1]:not([aria-hidden]), .tabnav-panel[data-v-8c6f10c1]:not([aria-hidden]) {
  display: none;
}
.accordion-content[aria-hidden=true][data-v-8c6f10c1], [aria-hidden=true].tabnav-panel[data-v-8c6f10c1] {
  display: none;
}
.accordion-button.accordion-error[data-v-8c6f10c1], .tabnav > button.accordion-error[data-v-8c6f10c1] {
  border: 2px solid #CC0000;
}
.accordion-button[aria-expanded=true][data-v-8c6f10c1], .tabnav > button[aria-expanded=true][data-v-8c6f10c1] {
  background-color: #DCDCDC;
  border-radius: 3px 3px 0 0;
}
.accordion-button[aria-expanded=true][data-v-8c6f10c1]:not(.accordion-error), .tabnav > button[aria-expanded=true][data-v-8c6f10c1]:not(.accordion-error) {
  border-bottom: 1px solid #BFBFBF;
}
.accordion-button[aria-expanded=false][data-v-8c6f10c1], .tabnav > button[aria-expanded=false][data-v-8c6f10c1] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 2.4rem;
  border-radius: 3px;
}

/*
----------------------------------------
Alert
----------------------------------------
*/
.alert[data-v-8c6f10c1] {
  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 #999999;
}
.alert[data-v-8c6f10c1]:first-child {
  margin-top: 0;
}
.alert.alert--paragraph[data-v-8c6f10c1] {
  max-width: 66ch;
}
.alert .alert-close[data-v-8c6f10c1] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.alert .alert-close[data-v-8c6f10c1]:hover, .alert .alert-close[data-v-8c6f10c1]:focus {
  background-color: transparent;
  color: inherit;
}
.alert .alert-close[data-v-8c6f10c1] {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #1a1a1a;
  text-decoration: underline;
}
.alert .alert-close .icon-svg[data-v-8c6f10c1] {
  margin-right: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
.alert .alert-heading[data-v-8c6f10c1] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  color: #1a1a1a;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.alert .alert-text[data-v-8c6f10c1] {
  margin-bottom: 0;
  margin-top: 0;
  color: #1a1a1a;
  max-width: 66ch;
}
.alert .alert-text a[data-v-8c6f10c1], .alert .alert-text a[data-v-8c6f10c1]:link, .alert .alert-text a[data-v-8c6f10c1]:active, .alert .alert-text a[data-v-8c6f10c1]:visited, .alert .alert-text a[data-v-8c6f10c1]:hover {
  color: #1a1a1a;
}
.alert-success[data-v-8c6f10c1] {
  background-color: #eeffe2;
  border-color: #358000;
}
.alert-success.alert--show-icon[data-v-8c6f10c1] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm4.59-12.42L10%2014.17l-2.59-2.58L6%2013l4%204%208-8z'/%3e%3c/svg%3e");
  padding-left: calc(16px + 24px + 8px);
}
.alert-warning[data-v-8c6f10c1] {
  background-color: #ffeecc;
  border-color: #febb30;
}
.alert-warning.alert--show-icon[data-v-8c6f10c1] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%205.99L19.53%2019H4.47L12%205.99M12%202L1%2021h22L12%202zm1%2014h-2v2h2v-2zm0-6h-2v4h2v-4z'/%3e%3c/svg%3e");
  padding-left: calc(16px + 24px + 8px);
}
.alert-error[data-v-8c6f10c1] {
  background-color: #ffe0e0;
  border-color: #CC0000;
}
.alert-error.alert--show-icon[data-v-8c6f10c1] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.59%208L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208zM12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");
  padding-left: calc(16px + 24px + 8px);
}
.alert-info[data-v-8c6f10c1] {
  background-color: #e2f2fb;
  border-color: #1B86C3;
}
.alert-info.alert--show-icon[data-v-8c6f10c1] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%207h2v2h-2zm0%204h2v6h-2zm1-9C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");
  padding-left: calc(16px + 24px + 8px);
}
.alert + .alert[data-v-8c6f10c1] {
  margin-top: 16px;
}
.button.back-to-top-button[data-v-8c6f10c1] {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  width: auto;
  background-color: white;
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: auto;
  top: auto;
  z-index: 1;
}
.button.back-to-top-button.button-tertiary[data-v-8c6f10c1] {
  background-color: white;
}
.button.back-to-top-button.footer-sticky[data-v-8c6f10c1] {
  position: absolute;
  bottom: auto;
  top: auto;
  margin-top: 16px;
  z-index: auto;
}
@media (max-width: 991px) {
.button.back-to-top-button .icon-svg[data-v-8c6f10c1] {
    margin-right: 0;
}
}
.breadcrumbs[data-v-8c6f10c1] {
  color: #1a1a1a;
  font-size: 1.4rem;
}
.breadcrumbs__list[data-v-8c6f10c1]:after {
  content: "";
  display: block;
  clear: both;
}
.breadcrumbs__list[data-v-8c6f10c1] {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.breadcrumbs__list-item[data-v-8c6f10c1] {
  display: block;
  list-style-type: none;
  position: relative;
  margin-top: 0;
  margin-bottom: 2px;
  margin-left: 8px;
  padding-left: 13.655px;
  float: left;
}
.breadcrumbs__list-item[data-v-8c6f10c1]: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[data-v-8c6f10c1]:first-child {
  margin-left: 0;
  padding-left: 0;
}
.breadcrumbs__list-item[data-v-8c6f10c1]:first-child:before {
  content: none;
  display: none;
}
.breadcrumbs__link[data-v-8c6f10c1] {
  color: #1a1a1a;
}
.breadcrumbs__link[data-v-8c6f10c1]:visited, .breadcrumbs__link[data-v-8c6f10c1]:hover, .breadcrumbs__link[data-v-8c6f10c1]:active {
  color: #1a1a1a;
}
.cookie-container[data-v-8c6f10c1] {
  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[data-v-8c6f10c1] {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  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;
  max-height: 75vh;
  overflow-y: auto;
}
.cookie-container .cookie-message p[data-v-8c6f10c1], .cookie-container .cookie-message h1[data-v-8c6f10c1], .cookie-container .cookie-message h2[data-v-8c6f10c1], .cookie-container .cookie-message h3[data-v-8c6f10c1], .cookie-container .cookie-message h4[data-v-8c6f10c1], .cookie-container .cookie-message h5[data-v-8c6f10c1], .cookie-container .cookie-message h6[data-v-8c6f10c1], .cookie-container .cookie-message .h1[data-v-8c6f10c1], .cookie-container .cookie-message .h2[data-v-8c6f10c1], .cookie-container .cookie-message .h3[data-v-8c6f10c1], .cookie-container .cookie-message .h4[data-v-8c6f10c1], .cookie-container .cookie-message .h5[data-v-8c6f10c1], .cookie-container .cookie-message .h6[data-v-8c6f10c1] {
  color: #1a1a1a;
}
@media (min-width: 1200px) {
.cookie-container .cookie-message[data-v-8c6f10c1] {
    max-width: calc(1200px + 40px + 40px);
}
}
@media (min-width: 1200px) {
.cookie-container .cookie-message .cookie-text[data-v-8c6f10c1], .cookie-container .cookie-message .cookie-actions[data-v-8c6f10c1] {
    padding-left: 40px;
    padding-right: 40px;
}
}
.cookie-container .cookie-message .cookie-actions[data-v-8c6f10c1] {
  margin-top: 16px;
}
.details[data-v-8c6f10c1] {
  display: block;
  margin-bottom: 32px;
}
.details .details-summary[data-v-8c6f10c1]::marker, .details .details-summary[data-v-8c6f10c1]::-webkit-details-marker {
  display: none;
}
.details[open] .details-summary[data-v-8c6f10c1] {
  margin-bottom: 8px;
}
.details[open] .details-summary[data-v-8c6f10c1]:before {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2010l5%205%205-5H7z'/%3e%3c/svg%3e");
  background-position: -10px -8px;
}
.details .details-summary[data-v-8c6f10c1] {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
}
.details .details-summary[data-v-8c6f10c1]:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%2017l5-5-5-5v10z'/%3e%3c/svg%3e");
  background-position: -14px -8px;
  background-repeat: no-repeat;
  background-size: 3.4rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 4px;
}
.details .details-summary[data-v-8c6f10c1]:focus {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.details .details-summary .details-summary-text[data-v-8c6f10c1] {
  text-decoration: underline;
}
.details .details-text[data-v-8c6f10c1] {
  padding: 16px;
  border-left: 4px solid #BFBFBF;
  box-sizing: border-box;
}
.details .details-text[aria-hidden=true][data-v-8c6f10c1] {
  display: none;
}
.details .details-text p[data-v-8c6f10c1] {
  margin-top: 0;
  margin-bottom: 1.6rem;
}
.details .details-text[data-v-8c6f10c1] > :last-child {
  margin-bottom: 0;
}
.date-picker[data-v-8c6f10c1] {
  max-width: 25rem;
}
.date-picker__wrapper[data-v-8c6f10c1] {
  display: block;
  position: relative;
}
.date-picker__wrapper[data-v-8c6f10c1]:focus {
  outline: 0;
}
.date-picker--active .date-picker__calendar[data-v-8c6f10c1], .date-picker--initialized .date-picker__calendar[data-v-8c6f10c1] {
  z-index: 400;
}
.date-picker__external-input[data-v-8c6f10c1] {
  max-width: none;
  width: calc(100% - 16px - 16px);
}
.date-picker__button[data-v-8c6f10c1] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__button[data-v-8c6f10c1]:hover, .date-picker__button[data-v-8c6f10c1]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__button[data-v-8c6f10c1] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%203h-1V1h-2v2H8V1H6v2H5c-1.11%200-1.99.9-1.99%202L3%2019c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm0%2016H5V9h14v10zm0-12H5V5h14v2zm-2%205h-5v5h5v-5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  align-self: stretch;
  background-color: transparent;
  background-position: center;
  margin-top: 0.5em;
  width: 3em;
  display: block;
  cursor: pointer;
}
.date-picker--initialized .date-picker__wrapper[data-v-8c6f10c1] {
  display: flex;
}
.date-picker__calendar[data-v-8c6f10c1] {
  border: 1px solid #747474;
  background-color: white;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
.date-picker__calendar[data-v-8c6f10c1] {
    width: 344px;
}
}
.date-picker__calendar[data-v-8c6f10c1] {
  z-index: 100;
  margin-top: 4px;
}
.date-picker__calendar__table[data-v-8c6f10c1] {
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.date-picker__calendar__table thead[data-v-8c6f10c1] {
  border-bottom: 1px solid #BFBFBF;
}
.date-picker__calendar__table th[data-v-8c6f10c1] {
  font-weight: 400;
}
.date-picker__calendar__table td[data-v-8c6f10c1] {
  padding: 0;
}
.date-picker__calendar__table td:first-of-type .date-picker__calendar__date[data-v-8c6f10c1]:after {
  border-left-width: 0px;
}
.date-picker__calendar__table td:last-of-type .date-picker__calendar__date[data-v-8c6f10c1]:after {
  border-right-width: 0px;
}
.date-picker__calendar__month-picker .date-picker__calendar__table thead[data-v-8c6f10c1], .date-picker__calendar__month-picker .date-picker__calendar__table tr[data-v-8c6f10c1], .date-picker__calendar__year-picker .date-picker__calendar__table thead[data-v-8c6f10c1], .date-picker__calendar__year-picker .date-picker__calendar__table tr[data-v-8c6f10c1] {
  border: 0;
}
.date-picker__calendar__row[data-v-8c6f10c1] {
  display: flex;
  text-align: center;
  width: 100%;
  background-color: #F5F5F5;
  border-bottom: 1px solid #BFBFBF;
}
.date-picker__calendar__row button[data-v-8c6f10c1]:focus {
  z-index: 10;
  position: relative;
}
.date-picker__calendar__cell[data-v-8c6f10c1] {
  background-color: #F5F5F5;
  color: #1a1a1a;
  flex: 1;
}
.date-picker__calendar__cell--center-items[data-v-8c6f10c1] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.date-picker__calendar__previous-year[data-v-8c6f10c1],
.date-picker__calendar__previous-month[data-v-8c6f10c1],
.date-picker__calendar__next-year[data-v-8c6f10c1],
.date-picker__calendar__next-month[data-v-8c6f10c1] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__previous-year[data-v-8c6f10c1]:hover, .date-picker__calendar__previous-year[data-v-8c6f10c1]:focus,
.date-picker__calendar__previous-month[data-v-8c6f10c1]:hover,
.date-picker__calendar__previous-month[data-v-8c6f10c1]:focus,
.date-picker__calendar__next-year[data-v-8c6f10c1]:hover,
.date-picker__calendar__next-year[data-v-8c6f10c1]:focus,
.date-picker__calendar__next-month[data-v-8c6f10c1]:hover,
.date-picker__calendar__next-month[data-v-8c6f10c1]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__previous-year[data-v-8c6f10c1],
.date-picker__calendar__previous-month[data-v-8c6f10c1],
.date-picker__calendar__next-year[data-v-8c6f10c1],
.date-picker__calendar__next-month[data-v-8c6f10c1] {
  background-position: center;
  height: 30px;
  padding: 20px 10px;
  cursor: pointer;
}
.date-picker__calendar__previous-year[disabled][data-v-8c6f10c1],
.date-picker__calendar__previous-month[disabled][data-v-8c6f10c1],
.date-picker__calendar__next-year[disabled][data-v-8c6f10c1],
.date-picker__calendar__next-month[disabled][data-v-8c6f10c1] {
  cursor: default;
}
.date-picker__calendar__previous-year[data-v-8c6f10c1]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M18.41,7.41L17,6L11,12L17,18L18.41,16.59L13.83,12L18.41,7.41M12.41,7.41L11,6L5,12L11,18L12.41,16.59L7.83,12L12.41,7.41Z'%20/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__previous-month[data-v-8c6f10c1]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012l4.58-4.59z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__next-year[data-v-8c6f10c1]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M5.59,7.41L7,6L13,12L7,18L5.59,16.59L10.17,12L5.59,7.41M11.59,7.41L13,6L19,12L13,18L11.59,16.59L16.17,12L11.59,7.41Z'%20/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__next-month[data-v-8c6f10c1]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6-6-6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__day-of-week[data-v-8c6f10c1] {
  padding: 6px 0px;
}
.date-picker__calendar__date[data-v-8c6f10c1] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__date[data-v-8c6f10c1]:hover, .date-picker__calendar__date[data-v-8c6f10c1]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__date[data-v-8c6f10c1] {
  text-align: right;
  width: 100%;
  padding: 10px 8px 10px 0px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
.date-picker__calendar__date[data-v-8c6f10c1] {
    padding: 10px 12px 10px 0px;
}
}
.date-picker__calendar__date[data-v-8c6f10c1]:after {
  position: absolute;
  top: -1px;
  bottom: 0px;
  left: -1px;
  right: 0px;
  border: 1px solid #BFBFBF;
  content: "";
  display: block;
  pointer-events: none;
}
.date-picker__calendar__date[disabled][data-v-8c6f10c1] {
  opacity: 0.3;
  cursor: not-allowed;
}
.date-picker__calendar__date--focused[data-v-8c6f10c1] {
  position: relative;
  z-index: 100;
}
.date-picker__calendar__date--focused[data-v-8c6f10c1]:after {
  border: 1px solid #747474;
}
.date-picker__calendar__date[data-v-8c6f10c1]:focus {
  outline: none;
}
.date-picker__calendar__date[data-v-8c6f10c1]:focus:before {
  outline: 4px solid #747474;
  outline-offset: 1px;
  position: absolute;
  top: -1px;
  bottom: 0px;
  left: -1px;
  right: 0px;
  content: "";
  display: block;
  pointer-events: none;
}
.date-picker__calendar__date--next-month[data-v-8c6f10c1]:not([disabled]), .date-picker__calendar__date--previous-month[data-v-8c6f10c1]:not([disabled]) {
  color: #1a1a1a;
  text-indent: -99999px;
  background-color: #F5F5F5;
}
.date-picker__calendar__date--next-month[data-v-8c6f10c1]:not([disabled]):hover, .date-picker__calendar__date--previous-month[data-v-8c6f10c1]:not([disabled]):hover {
  background-color: #DCDCDC;
}
.date-picker__calendar__date--selected[data-v-8c6f10c1], .date-picker__calendar__date--range-date[data-v-8c6f10c1] {
  background-color: #454545;
  color: white;
  font-weight: 600;
}
.date-picker__calendar__date--selected[data-v-8c6f10c1]:not([disabled]), .date-picker__calendar__date--range-date[data-v-8c6f10c1]:not([disabled]) {
  background-color: #454545;
  color: white;
}
.date-picker__calendar__date--range-date-start[data-v-8c6f10c1] {
  border-top-left-radius: 10%;
  border-bottom-left-radius: 10%;
}
.date-picker__calendar__date--range-date-end[data-v-8c6f10c1] {
  border-top-right-radius: 10%;
  border-bottom-right-radius: 10%;
}
.date-picker__calendar__date--within-range[data-v-8c6f10c1] {
  background-color: #747474;
  color: white;
}
.date-picker__calendar__date--within-range[data-v-8c6f10c1]:not([disabled]) {
  background-color: #747474;
  color: white;
}
.date-picker__calendar__date--within-range[data-v-8c6f10c1]:not([disabled]):hover {
  background-color: #747474;
}
.date-picker__calendar__date--within-range[data-v-8c6f10c1]:not([disabled]):focus {
  background-color: #747474;
}
.date-picker__calendar__date--within-range[data-v-8c6f10c1]:not([disabled]):active {
  background-color: #747474;
}
.date-picker__calendar__month-label[data-v-8c6f10c1] {
  flex: 4;
  text-align: center;
}
.date-picker__calendar__year-selection[data-v-8c6f10c1],
.date-picker__calendar__month-selection[data-v-8c6f10c1] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__year-selection[data-v-8c6f10c1]:hover, .date-picker__calendar__year-selection[data-v-8c6f10c1]:focus,
.date-picker__calendar__month-selection[data-v-8c6f10c1]:hover,
.date-picker__calendar__month-selection[data-v-8c6f10c1]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__year-selection[data-v-8c6f10c1],
.date-picker__calendar__month-selection[data-v-8c6f10c1] {
  display: inline-block;
  padding: 8px 4px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}
@media (min-width: 768px) {
.date-picker__calendar__year-selection[data-v-8c6f10c1],
  .date-picker__calendar__month-selection[data-v-8c6f10c1] {
    height: 100%;
    width: auto;
    text-align: left;
}
}
.date-picker__calendar__month-picker[data-v-8c6f10c1] {
  padding: 20px 5px;
}
.date-picker__calendar__month[data-v-8c6f10c1] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__month[data-v-8c6f10c1]:hover, .date-picker__calendar__month[data-v-8c6f10c1]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__month[data-v-8c6f10c1] {
  padding: 10px 0;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
}
.date-picker__calendar__month--focused[data-v-8c6f10c1] {
  outline: 4px solid #747474;
  outline-offset: 2px;
  position: relative;
  z-index: 100;
}
.date-picker__calendar__month[disabled][data-v-8c6f10c1] {
  opacity: 0.3;
  cursor: not-allowed;
}
.date-picker__calendar__month--selected[data-v-8c6f10c1] {
  color: #1a1a1a;
  font-weight: 600;
}
.date-picker__calendar__month--selected[data-v-8c6f10c1]:not([disabled]):hover {
  color: #1a1a1a;
}
.date-picker__calendar__month--selected[data-v-8c6f10c1]:not([disabled]):focus {
  color: #1a1a1a;
}
.date-picker__calendar__year-picker[data-v-8c6f10c1] {
  padding: 20px 5px;
}
.date-picker__calendar__previous-year-chunk[data-v-8c6f10c1],
.date-picker__calendar__next-year-chunk[data-v-8c6f10c1] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__previous-year-chunk[data-v-8c6f10c1]:hover, .date-picker__calendar__previous-year-chunk[data-v-8c6f10c1]:focus,
.date-picker__calendar__next-year-chunk[data-v-8c6f10c1]:hover,
.date-picker__calendar__next-year-chunk[data-v-8c6f10c1]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__previous-year-chunk[data-v-8c6f10c1],
.date-picker__calendar__next-year-chunk[data-v-8c6f10c1] {
  background-position: center;
  margin: auto;
  padding: 0px 8px;
  cursor: pointer;
}
.date-picker__calendar__previous-year-chunk[data-v-8c6f10c1]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012l4.58-4.59z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__next-year-chunk[data-v-8c6f10c1]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6-6-6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__year[data-v-8c6f10c1] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__year[data-v-8c6f10c1]:hover, .date-picker__calendar__year[data-v-8c6f10c1]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__year[data-v-8c6f10c1] {
  padding: 10px 0;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
}
.date-picker__calendar__year--focused[data-v-8c6f10c1] {
  outline: 4px solid #747474;
  outline-offset: 1px;
  position: relative;
  z-index: 100;
}
.date-picker__calendar__year[disabled][data-v-8c6f10c1] {
  opacity: 0.3;
  cursor: not-allowed;
}
.date-picker__calendar__year--selected[data-v-8c6f10c1] {
  color: #1a1a1a;
  font-weight: 600;
}
.date-picker__calendar__year--selected[data-v-8c6f10c1]:not([disabled]):hover {
  color: #1a1a1a;
}
.date-picker__calendar__year--selected[data-v-8c6f10c1]:not([disabled]):focus {
  color: #1a1a1a;
}
footer p[data-v-8c6f10c1], footer h1[data-v-8c6f10c1], footer h2[data-v-8c6f10c1], footer h3[data-v-8c6f10c1], footer h4[data-v-8c6f10c1], footer h5[data-v-8c6f10c1], footer h6[data-v-8c6f10c1] {
  margin: 0;
}
footer .h1[data-v-8c6f10c1], footer .h2[data-v-8c6f10c1], footer .h3[data-v-8c6f10c1], footer .h4[data-v-8c6f10c1], footer .h5[data-v-8c6f10c1], footer .h6[data-v-8c6f10c1] {
  margin: 0;
}
footer .footer[data-v-8c6f10c1] {
  border-top: 1px solid #747474;
  background-color: white;
  padding-top: calc(24px - 1px);
  padding-bottom: 16px;
  margin-top: 8rem;
  color: #1a1a1a;
}
@media (min-width: 768px) {
footer .footer[data-v-8c6f10c1] {
    padding-bottom: calc(56px + 16px);
}
}
footer .footer p[data-v-8c6f10c1], footer .footer h1[data-v-8c6f10c1], footer .footer h2[data-v-8c6f10c1], footer .footer h3[data-v-8c6f10c1], footer .footer h4[data-v-8c6f10c1], footer .footer h5[data-v-8c6f10c1], footer .footer h6[data-v-8c6f10c1], footer .footer .h1[data-v-8c6f10c1], footer .footer .h2[data-v-8c6f10c1], footer .footer .h3[data-v-8c6f10c1], footer .footer .h4[data-v-8c6f10c1], footer .footer .h5[data-v-8c6f10c1], footer .footer .h6[data-v-8c6f10c1] {
  color: #1a1a1a;
}
footer .footer .function-link[data-v-8c6f10c1], footer .footer button.accordion-bulk-button[data-v-8c6f10c1] {
  color: #1a1a1a;
}
footer .footer .function-link[data-v-8c6f10c1]:hover, footer .footer button.accordion-bulk-button[data-v-8c6f10c1]:hover, footer .footer .function-link[data-v-8c6f10c1]:focus, footer .footer button.accordion-bulk-button[data-v-8c6f10c1]:focus, footer .footer .function-link[data-v-8c6f10c1]:visited, footer .footer button.accordion-bulk-button[data-v-8c6f10c1]:visited {
  color: #1a1a1a;
}
footer .footer .footer-col[data-v-8c6f10c1]:not(:first-child) {
  margin-top: 24px;
}
@media (min-width: 768px) {
footer .footer .footer-col[data-v-8c6f10c1]:not(:first-child) {
    margin-top: 0;
}
}
footer .footer .logo[data-v-8c6f10c1] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAABkCAIAAABM5OhcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+VJREFUeNrsnVFr4kAURu0qKAoVCi0ILSgUWuiDb/7/P1FQEFpooKAgtBDpQgv7kY+dHZIY89CHdXrOg0yTOxPWOdy5MxH2LM/zDsB384uvABALEAsQCwCxALEAsQAQCxALEAsAsQCxALEAEAsQCxALALEAsQCxABALEAsQCwCxALEAsQAQCxALEAsAsQCxALEAEAsQCxALALEAsQCxABALEAvSpZf2P+/9/X25XPb7/fl83hy52Wx2u93vAsWPRqOrq6vz8/PmwdUlz3N1+fz87BdcXFyoYzVYYdvtNi/o9XrD4XA8Hl9eXqqNWKeKJr7Zj6enJ8d4mq2XpJFYs9lMujR0KfXSrcFgUDLy+flZ4pZGEK+vr9fX17UiIlYKKU0NqXBzc6NEpbbSj7KLZt13Hx4e4rwiRSSKGgpWylHiCeYpG6mLslH8CI2gixphMpmEFKXIl5cXXddQX19fuoVY6SCB1uu1GsoZ0+n035dSSCDVVquVkpDm/vb2NohoqxQgEUsDjgriK7ZHA97d3cW31L6/v3cmU4yeVepI8X7CZFnm2ii2Kp57rVNquJDyRa2AFrFqVe0SrLSnhsap9UbPdbZzGGIlgoyxJYcCdMsrlyNd3euKhWs5vuKbH+FIKY5YiVRXnkvt4xrCfNcZy6Jo2Wq5lXt7e3P80fHFfr9HrEQKLKeT6qYvxne9AfRn+2KoTbzGt6YfHx8U7+mcQbRcgBx86P92dIUe/ux2uyrMjx5zlBTX3hCxUkDT3/l7BHUU5y191rqii3ZOo8Wmlv48OAdFWHPiRKyTYTAYOFv4qP1QmI2Jxaq6FQ4jFPz4+BiuD4dDZbLmvOVT+/aKU2P974RjTJfYDTW+PsfjcaiWXMK3oU182Dk21/iIdTq5utfzjqzhDGmz2cQ7Rx8N6ErLYyf3UnzpfU7pEUd3poh1YvhFis/WaxfBLMvsU1gKbYCq9TZ5SxnL8RqntvDXc30wlt4rnR8tlibeB+hKG8vlMsy9c9JqtVJDMfG5vNpe4NYF4TAs3jzG+GxdMRpNY4ZgPUtPdLoK5+8pcXZoC50G4R1zFdU0PhTQ7PrdTnUfp3yjWS+V1QpQfMPqJhaLRRxvBau7RTU0fnrrYIdfN3il09Rut1tV8T7+9rtkXawtqG2DFi+thuoS9onq4h9ylURRvAyWWHLRP97qdrvJ/x4r8YwF1FiAWACIBYgFiAWAWIBYgFgAiAWIBYgFgFiAWIBYAIgFiAWIBYBYgFiAWACIBYgFiAWAWIBYgFgAiAWIBYgFgFiAWIBYAIgFiAWIBYjFVwCIBYgFiAWAWIBYgFgA38sfAQYANSgkfdmnfu4AAAAASUVORK5CYII=");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  height: auto;
  max-height: 100%;
  max-width: 150px;
}
footer .footer ul[data-v-8c6f10c1]:not(:last-child) {
  margin-bottom: 24px;
}
footer .footer ul.footer-links li[data-v-8c6f10c1] {
  margin-top: 8px;
}
@media (min-width: 768px) {
footer .footer .inline-list > li[data-v-8c6f10c1]:not(:last-child):after {
    content: "·" !important;
    margin-left: 8px;
    margin-right: 8px;
}
}
footer .footer-theme[data-v-8c6f10c1] {
  padding-top: 16px;
  padding-bottom: 8px;
}
.header[data-v-8c6f10c1] {
  width: 100%;
}
.header .logo[data-v-8c6f10c1] {
  background-image: url("/assets/img/logo_virk-BVEnKfLm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  display: inline-block;
  height: 60px;
  width: 200px;
  max-width: 60%;
}
.header .button[data-v-8c6f10c1] {
  width: 100%;
}
@media (min-width: 992px) {
.header .button[data-v-8c6f10c1] {
    width: auto;
}
}
.header h1[data-v-8c6f10c1], .header h2[data-v-8c6f10c1], .header h3[data-v-8c6f10c1], .header h4[data-v-8c6f10c1], .header h5[data-v-8c6f10c1], .header h6[data-v-8c6f10c1], .header p[data-v-8c6f10c1] {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
.header .form-select[data-v-8c6f10c1], .header .form-input[data-v-8c6f10c1] {
    margin-top: 0;
    margin-bottom: 0;
}
.header .form-select[data-v-8c6f10c1], .header .form-input[data-v-8c6f10c1] {
    width: auto;
}
}
.header .button-menu-open[data-v-8c6f10c1] {
  width: auto;
  white-space: nowrap;
}
@media (min-width: 992px) {
.header .button-menu-open[data-v-8c6f10c1] {
    display: none;
}
}
.header .button-menu-close[data-v-8c6f10c1] {
  width: unset;
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-right: 16px;
  margin-top: 0px;
  margin-bottom: 0;
}
.header .button-menu-close .icon-svg[data-v-8c6f10c1] {
  margin: 0 8px 0 0;
}
.header .button-menu-close span[data-v-8c6f10c1] {
  position: relative;
  top: 1px;
}
@media (min-width: 992px) {
.header .button-menu-close[data-v-8c6f10c1] {
    display: none;
}
}
.header .portal-header[data-v-8c6f10c1] {
  background-color: white;
  border-bottom: 1px solid #BFBFBF;
  width: 100%;
}
.header .portal-header.portal-header-compact[data-v-8c6f10c1] {
  font-size: 1.4rem;
  line-height: 2rem;
}
.header .portal-header.portal-header-compact p[data-v-8c6f10c1] {
  font-size: 1.4rem;
  line-height: 2rem;
}
.header .portal-header.portal-header-compact .portal-info .user[data-v-8c6f10c1] {
  max-width: none;
}
.header .portal-header.portal-header-compact .portal-header-inner[data-v-8c6f10c1] {
  padding-top: 4px;
  padding-bottom: calc(4px - 1px);
}
.header .portal-header.portal-header-compact .logo[data-v-8c6f10c1] {
  max-height: 24px;
  width: 3.8rem;
  margin-top: 8px;
  margin-bottom: 8px;
}
.header .portal-header .portal-header-inner[data-v-8c6f10c1] {
  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[data-v-8c6f10c1] {
    flex-direction: row;
}
}
.header .portal-header .portal-info[data-v-8c6f10c1] {
  display: none;
}
@media (min-width: 992px) {
.header .portal-header .portal-info[data-v-8c6f10c1] {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.header .portal-header .portal-info[data-v-8c6f10c1] > * {
    margin-left: 16px;
}
}
.header .portal-header .portal-info .user[data-v-8c6f10c1] {
  text-align: right;
  max-width: 500px;
}
.header .portal-header .portal-info .button[data-v-8c6f10c1] {
  white-space: nowrap;
}
.header .solution-header[data-v-8c6f10c1] {
  border-bottom: 1px solid #747474;
  background-color: white;
}
@media (min-width: 992px) {
.header .solution-header[data-v-8c6f10c1] {
    border-bottom: 1px solid #BFBFBF;
}
}
.header .solution-header[data-v-8c6f10c1] {
  width: 100%;
}
.header .solution-header.header-end[data-v-8c6f10c1] {
  border-bottom: 1px solid #747474;
}
.header .solution-header .solution-header-inner[data-v-8c6f10c1] {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-top: calc(16px - 1px);
  padding-bottom: calc(16px - 1px);
}
.header .solution-header .solution-heading a[data-v-8c6f10c1], .header .solution-header .solution-heading h1[data-v-8c6f10c1], .header .solution-header .solution-heading .g1[data-v-8c6f10c1] {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 768px) {
.header .solution-header .solution-heading a[data-v-8c6f10c1], .header .solution-header .solution-heading h1[data-v-8c6f10c1], .header .solution-header .solution-heading .g1[data-v-8c6f10c1] {
    font-size: 2.8rem;
    line-height: 3.2rem;
}
}
.header .solution-header .solution-heading p[data-v-8c6f10c1], .header .solution-header .solution-heading h2[data-v-8c6f10c1], .header .solution-header .solution-heading h3[data-v-8c6f10c1], .header .solution-header .solution-heading h4[data-v-8c6f10c1], .header .solution-header .solution-heading h5[data-v-8c6f10c1], .header .solution-header .solution-heading .h2[data-v-8c6f10c1], .header .solution-header .solution-heading .h3[data-v-8c6f10c1], .header .solution-header .solution-heading .h4[data-v-8c6f10c1], .header .solution-header .solution-heading .h5[data-v-8c6f10c1] {
  color: #1a1a1a;
}
.header .solution-header .solution-heading .function-link[data-v-8c6f10c1], .header .solution-header .solution-heading button.accordion-bulk-button[data-v-8c6f10c1] {
  color: #1a1a1a;
}
.header .solution-header .solution-heading .function-link[data-v-8c6f10c1]:hover, .header .solution-header .solution-heading button.accordion-bulk-button[data-v-8c6f10c1]:hover, .header .solution-header .solution-heading .function-link[data-v-8c6f10c1]:focus, .header .solution-header .solution-heading button.accordion-bulk-button[data-v-8c6f10c1]:focus, .header .solution-header .solution-heading .function-link[data-v-8c6f10c1]:visited, .header .solution-header .solution-heading button.accordion-bulk-button[data-v-8c6f10c1]:visited {
  color: #1a1a1a;
}
.header .solution-header .solution-info[data-v-8c6f10c1] {
  display: none;
}
@media (min-width: 992px) {
.header .solution-header .solution-info[data-v-8c6f10c1] {
    margin-left: auto;
    text-align: right;
    max-width: 60%;
    display: block;
}
}
.header .authority-name[data-v-8c6f10c1] {
  color: #454545;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 0;
  margin-bottom: 0;
}
.header .button-contact[data-v-8c6f10c1] {
  display: inline-flex;
}
.header .button-contact .icon-svg[data-v-8c6f10c1] {
  position: relative;
  top: -1px;
}
.header .portal-info-mobile[data-v-8c6f10c1] {
  padding: 24px 16px;
  border-bottom: 1px solid #BFBFBF;
  text-align: left;
}
.header .portal-info-mobile p[data-v-8c6f10c1] {
  margin-bottom: 8px;
}
.header .portal-info-mobile .button-signin[data-v-8c6f10c1], .header .portal-info-mobile .button-signout[data-v-8c6f10c1] {
  margin-top: 8px;
}
@media (min-width: 992px) {
.header .portal-info-mobile[data-v-8c6f10c1] {
    display: none;
}
}
.header .solution-info-mobile[data-v-8c6f10c1] {
  padding: 24px 16px;
}
.header .solution-info-mobile p[data-v-8c6f10c1] {
  margin-bottom: 8px;
  color: #1a1a1a;
}
.header .solution-info-mobile p[data-v-8c6f10c1]:last-child {
  margin-bottom: 0;
}
.header .solution-info-mobile .function-link[data-v-8c6f10c1], .header .solution-info-mobile button.accordion-bulk-button[data-v-8c6f10c1] {
  color: #1a1a1a;
}
.header .solution-info-mobile .function-link[data-v-8c6f10c1]:hover, .header .solution-info-mobile button.accordion-bulk-button[data-v-8c6f10c1]:hover, .header .solution-info-mobile .function-link[data-v-8c6f10c1]:focus, .header .solution-info-mobile button.accordion-bulk-button[data-v-8c6f10c1]:focus, .header .solution-info-mobile .function-link[data-v-8c6f10c1]:visited, .header .solution-info-mobile button.accordion-bulk-button[data-v-8c6f10c1]:visited {
  color: #1a1a1a;
}
@media (min-width: 992px) {
.header .solution-info-mobile[data-v-8c6f10c1] {
    display: none;
}
}
@keyframes slidein-left-8c6f10c1 {
from {
    transform: translateX(85%);
}
to {
    transform: translateX(0);
}
}
.header .nav[data-v-8c6f10c1] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  background-color: white;
  display: none;
  flex-direction: column;
  overflow-y: auto;
  padding: 0;
  padding-top: 16px;
  width: 85%;
  z-index: 9000;
}
@media (min-width: 992px) {
.header .nav[data-v-8c6f10c1] {
    border-left: none;
    display: block;
    overflow-y: visible;
    position: static;
    width: auto;
}
}
@media (min-width: 992px) {
.header .nav[data-v-8c6f10c1] {
    padding: 0;
    width: 100%;
}
}
.header .nav.is-visible[data-v-8c6f10c1] {
  animation: slidein-left-8c6f10c1 0.3s ease-in-out;
  display: block;
}
.header .nav-actions[data-v-8c6f10c1] {
  margin-top: 8px;
  padding: 0 16px;
}
.header .nav-actions[data-v-8c6f10c1]:first-child {
  margin-top: 0;
}
.header .nav-actions > li[data-v-8c6f10c1] {
  margin-top: 8px;
}
.header .nav-actions > li[data-v-8c6f10c1]:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
.header .nav-actions[data-v-8c6f10c1] {
    margin-top: 0;
    margin-left: auto;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-right: -4px;
    padding: 0;
}
.header .nav-actions > li[data-v-8c6f10c1], .header .nav-actions > li[data-v-8c6f10c1]:first-child {
    margin: calc(8px - 2px) 4px;
}
}
@media (max-width: 1199px) {
.header .function-link[data-v-8c6f10c1]:not(.icon-link):not(.button-menu-close):not(.button-menu-open), .header button.accordion-bulk-button[data-v-8c6f10c1]:not(.icon-link):not(.button-menu-close):not(.button-menu-open) {
    display: block;
    margin-top: 8px;
}
.header .function-link:not(.icon-link):not(.button-menu-close):not(.button-menu-open) .icon-svg[data-v-8c6f10c1], .header button.accordion-bulk-button:not(.icon-link):not(.button-menu-close):not(.button-menu-open) .icon-svg[data-v-8c6f10c1] {
    float: left;
    margin-left: 0;
    margin-right: 4px;
}
}
@media (min-width: 992px) {
.header .function-link + .function-link[data-v-8c6f10c1], .header button.accordion-bulk-button + .function-link[data-v-8c6f10c1], .header .function-link + button.accordion-bulk-button[data-v-8c6f10c1], .header button.accordion-bulk-button + button.accordion-bulk-button[data-v-8c6f10c1] {
    margin-left: 16px;
}
}
.overlay[data-v-8c6f10c1] {
  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[data-v-8c6f10c1] {
  opacity: 0.75;
  visibility: visible;
}
body.modal-open[data-v-8c6f10c1] {
  overflow: hidden;
}
.modal-backdrop[data-v-8c6f10c1] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8888;
  padding: 16px;
}
.fds-modal[data-v-8c6f10c1] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 16px;
}
.fds-modal[aria-hidden=false][data-v-8c6f10c1] {
  display: flex;
}
.fds-modal .modal-content[data-v-8c6f10c1] {
  align-self: center;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 100%;
  position: relative;
  margin: 24px auto 24px;
}
.fds-modal .modal-header[data-v-8c6f10c1] {
  padding: 16px 24px 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-8c6f10c1] {
    padding: 40px 40px 8px 40px;
}
}
.fds-modal .modal-header[data-v-8c6f10c1] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-8c6f10c1] {
    padding-right: 48px;
}
}
.fds-modal .modal-header h1[data-v-8c6f10c1], .fds-modal .modal-header h2[data-v-8c6f10c1], .fds-modal .modal-header h3[data-v-8c6f10c1], .fds-modal .modal-header h4[data-v-8c6f10c1], .fds-modal .modal-header h5[data-v-8c6f10c1], .fds-modal .modal-header h6[data-v-8c6f10c1], .fds-modal .modal-header .h1[data-v-8c6f10c1], .fds-modal .modal-header .h2[data-v-8c6f10c1], .fds-modal .modal-header .h3[data-v-8c6f10c1], .fds-modal .modal-header .h4[data-v-8c6f10c1], .fds-modal .modal-header .h5[data-v-8c6f10c1], .fds-modal .modal-header .h6[data-v-8c6f10c1] {
  color: #1a1a1a;
}
.fds-modal .modal-title[data-v-8c6f10c1] {
  margin: 24px 48px 8px 0;
}
@media (min-width: 768px) {
.fds-modal .modal-title[data-v-8c6f10c1] {
    margin: 0 48px 0 0;
}
}
.fds-modal .modal-body[data-v-8c6f10c1] {
  background-color: white;
  color: #1a1a1a;
  padding: 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-body[data-v-8c6f10c1] {
    padding: 8px 40px 8px 40px;
}
}
.fds-modal .modal-body[data-v-8c6f10c1] > *:first-child {
  margin-top: 0;
}
.fds-modal .modal-body p[data-v-8c6f10c1], .fds-modal .modal-body h1[data-v-8c6f10c1], .fds-modal .modal-body h2[data-v-8c6f10c1], .fds-modal .modal-body h3[data-v-8c6f10c1], .fds-modal .modal-body h4[data-v-8c6f10c1], .fds-modal .modal-body h5[data-v-8c6f10c1], .fds-modal .modal-body h6[data-v-8c6f10c1], .fds-modal .modal-body .h1[data-v-8c6f10c1], .fds-modal .modal-body .h2[data-v-8c6f10c1], .fds-modal .modal-body .h3[data-v-8c6f10c1], .fds-modal .modal-body .h4[data-v-8c6f10c1], .fds-modal .modal-body .h5[data-v-8c6f10c1], .fds-modal .modal-body .h6[data-v-8c6f10c1] {
  color: #1a1a1a;
}
.fds-modal .modal-footer[data-v-8c6f10c1] {
  padding: 0px 24px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-footer[data-v-8c6f10c1] {
    padding: 8px 40px 40px 40px;
}
}
.fds-modal .modal-footer[data-v-8c6f10c1] {
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 992px) {
.fds-modal .modal-footer[data-v-8c6f10c1] {
    display: flex;
}
}
.fds-modal .modal-footer .button[data-v-8c6f10c1] {
  margin-top: 8px;
  margin-right: 16px;
}
.fds-modal .modal-footer p[data-v-8c6f10c1], .fds-modal .modal-footer h1[data-v-8c6f10c1], .fds-modal .modal-footer h2[data-v-8c6f10c1], .fds-modal .modal-footer h3[data-v-8c6f10c1], .fds-modal .modal-footer h4[data-v-8c6f10c1], .fds-modal .modal-footer h5[data-v-8c6f10c1], .fds-modal .modal-footer h6[data-v-8c6f10c1], .fds-modal .modal-footer .h1[data-v-8c6f10c1], .fds-modal .modal-footer .h2[data-v-8c6f10c1], .fds-modal .modal-footer .h3[data-v-8c6f10c1], .fds-modal .modal-footer .h4[data-v-8c6f10c1], .fds-modal .modal-footer .h5[data-v-8c6f10c1], .fds-modal .modal-footer .h6[data-v-8c6f10c1] {
  color: #1a1a1a;
}
.fds-modal .modal-close[data-v-8c6f10c1] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: inherit;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-close[data-v-8c6f10c1] {
    top: 24px;
    right: 32px;
}
}
.fds-modal .modal-close[data-v-8c6f10c1]:hover, .fds-modal .modal-close[data-v-8c6f10c1]:visited, .fds-modal .modal-close[data-v-8c6f10c1]:focus {
  color: #1a1a1a;
}
.fds-modal[data-v-8c6f10c1] {
  /**************************\
        Animation Style
    \**************************/
}
@keyframes modalfadeIn-8c6f10c1 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes modalfadeOut-8c6f10c1 {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes modalslideIn-8c6f10c1 {
from {
    transform: translateY(15%);
}
to {
    transform: translateY(0);
}
}
@keyframes modalslideOut-8c6f10c1 {
from {
    transform: translateY(0);
}
to {
    transform: translateY(-10%);
}
}
.fds-modal[aria-hidden=false] .modal-content[data-v-8c6f10c1] {
  animation: modalslideIn-8c6f10c1 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal[aria-hidden=true] .modal-content[data-v-8c6f10c1] {
  animation: modalslideOut-8c6f10c1 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.mobile_nav-active[data-v-8c6f10c1] {
  overflow: hidden;
}
.mobile_nav-active .nav .nav-actions .overflow-menu[data-v-8c6f10c1] {
  width: 100%;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[data-v-8c6f10c1] {
  width: 100%;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-8c6f10c1]:after, .mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-8c6f10c1]:before, .mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[data-v-8c6f10c1]:after, .mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[data-v-8c6f10c1]:before {
  display: none;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner[data-v-8c6f10c1] {
  position: static;
  border: none;
  box-shadow: none;
  min-width: inherit;
  margin-top: 0;
  padding-top: 0px;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner .overflow-list[data-v-8c6f10c1] {
  padding-left: 16px;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner a[data-v-8c6f10c1], .mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner button[data-v-8c6f10c1] {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner a[data-v-8c6f10c1]:hover, .mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner button[data-v-8c6f10c1]:hover {
  background-color: transparent;
}
.navbar[data-v-8c6f10c1] {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 16px;
}
@media (min-width: 992px) {
.navbar[data-v-8c6f10c1] {
    padding: 0;
    flex-direction: row;
}
}
.navbar .helptext[data-v-8c6f10c1] {
  color: #747474;
  font-weight: 400;
}
.navbar .navbar-inner[data-v-8c6f10c1] {
  border-bottom: 1px solid #BFBFBF;
}
@media (min-width: 992px) {
.navbar .navbar-inner[data-v-8c6f10c1] {
    border-bottom: none;
}
}
.navbar-context-actions[data-v-8c6f10c1] {
  padding-bottom: 16px;
}
@media (min-width: 992px) {
.navbar-context-actions[data-v-8c6f10c1] {
    padding-top: 16px;
    padding-bottom: 0;
}
}
.nav-primary[data-v-8c6f10c1] {
  padding-top: 0;
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.nav-primary > li[data-v-8c6f10c1] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.nav-primary > li[data-v-8c6f10c1]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.nav-primary[data-v-8c6f10c1] {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  border-top: 1px solid #BFBFBF;
}
.nav-primary + .nav-actions[data-v-8c6f10c1] {
  border-top: 1px solid #BFBFBF;
  margin-top: 0;
}
@media (min-width: 992px) {
.nav-primary + .nav-actions[data-v-8c6f10c1] {
    border-top: none;
}
}
@media (min-width: 992px) {
.nav-primary[data-v-8c6f10c1] {
    border-top: none;
    flex-direction: row;
    flex-shrink: 0;
    flex-wrap: wrap;
    margin-top: 0;
    margin-left: -12px;
    border-bottom: none;
}
}
.nav-primary ul[data-v-8c6f10c1] {
  margin-left: 16px;
}
@media (min-width: 992px) {
.nav-primary ul[data-v-8c6f10c1] {
    margin-left: 0;
}
}
.nav-primary .nav-link[data-v-8c6f10c1] {
  text-decoration: none;
  color: #1a1a1a;
  background-color: transparent;
  display: block;
  padding: 15px 0 16px;
}
@media (min-width: 992px) {
.nav-primary .nav-link span[data-v-8c6f10c1] {
    display: block;
    border-bottom: 7px solid transparent;
}
}
@media (min-width: 992px) {
.nav-primary .nav-link span[data-v-8c6f10c1] {
    padding-bottom: 9px;
}
}
.nav-primary li[data-v-8c6f10c1] {
  margin-top: 0;
  padding-left: 0px;
  border-bottom: 1px solid #BFBFBF;
}
@media (min-width: 992px) {
.nav-primary li[data-v-8c6f10c1] {
    border-bottom: none;
}
}
.nav-primary li[data-v-8c6f10c1]:last-of-type {
  border-bottom: none;
}
.nav-primary li li li .overflow-menu .buttton-overflow-menu[data-v-8c6f10c1] {
  padding-top: 11px;
  padding-bottom: 12px;
}
.nav-primary li li li .nav-link[data-v-8c6f10c1] {
  padding-top: 11px;
  padding-bottom: 12px;
}
.nav-primary > li > .overflow-menu > button.button-overflow-menu[data-v-8c6f10c1] {
  padding-left: 16px;
}
.nav-primary > li > .overflow-menu > .overflow-menu-inner > .overflow-list[data-v-8c6f10c1] {
  margin-left: 32px;
}
@media (min-width: 992px) {
.nav-primary > li[data-v-8c6f10c1] {
    border-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}
.nav-primary > li > .overflow-menu > button.button-overflow-menu[data-v-8c6f10c1] {
    padding-left: 12px;
}
}
.nav-primary > li > .nav-link[data-v-8c6f10c1] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  white-space: nowrap;
  padding-left: 16px;
}
@media (min-width: 992px) {
.nav-primary > li > .nav-link[data-v-8c6f10c1] {
    padding-bottom: 0px;
    padding-left: 0;
}
}
@media (min-width: 992px) {
.nav-primary > li > .nav-link[data-v-8c6f10c1]:hover {
    background-color: transparent;
    color: #1a1a1a;
}
.nav-primary > li > .nav-link:hover span[data-v-8c6f10c1] {
    border-bottom: 7px solid transparent;
}
}
.nav-primary > li > .nav-link[data-v-8c6f10c1]:focus {
  position: relative;
  z-index: 100;
  background-color: transparent;
  color: #1a1a1a;
}
.nav-primary > li > .nav-link:focus span[data-v-8c6f10c1] {
  border-bottom: 7px solid transparent;
}
@media (min-width: 992px) {
.nav-primary > li > .nav-link[data-v-8c6f10c1], .nav-primary > li > button[data-v-8c6f10c1], .nav-primary > li .button-overflow-menu[data-v-8c6f10c1] {
    padding-left: 12px;
    padding-right: 12px;
}
.nav-primary > li > .nav-link span[data-v-8c6f10c1], .nav-primary > li > button span[data-v-8c6f10c1], .nav-primary > li .button-overflow-menu span[data-v-8c6f10c1] {
    border-bottom: 7px solid transparent;
    padding-bottom: calc(8px + 1px);
}
.nav-primary > li > .nav-link:hover span[data-v-8c6f10c1], .nav-primary > li > button:hover span[data-v-8c6f10c1], .nav-primary > li .button-overflow-menu:hover span[data-v-8c6f10c1] {
    border-bottom: 7px solid transparent;
}
.nav-primary > li > .nav-link:focus span[data-v-8c6f10c1], .nav-primary > li > button:focus span[data-v-8c6f10c1], .nav-primary > li .button-overflow-menu:focus span[data-v-8c6f10c1] {
    border-bottom: 7px solid transparent;
}
}
.nav-primary .active > a[data-v-8c6f10c1], .nav-primary .overflow-menu .overflow-menu-inner .overflow-list > li.active > a[data-v-8c6f10c1] {
  font-weight: 600;
}
@media (min-width: 992px) {
.nav-primary .current > a[data-v-8c6f10c1], .nav-primary .current .button-overflow-menu[data-v-8c6f10c1] {
    background-color: transparent;
    color: #1a1a1a;
}
.nav-primary .current > a span[data-v-8c6f10c1], .nav-primary .current .button-overflow-menu span[data-v-8c6f10c1] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current > a[data-v-8c6f10c1]:hover, .nav-primary .current > a[data-v-8c6f10c1]:focus, .nav-primary .current > a[data-v-8c6f10c1]:hover, .nav-primary .current > a[data-v-8c6f10c1]:visited, .nav-primary .current .button-overflow-menu[data-v-8c6f10c1]:hover, .nav-primary .current .button-overflow-menu[data-v-8c6f10c1]:focus, .nav-primary .current .button-overflow-menu[data-v-8c6f10c1]:hover, .nav-primary .current .button-overflow-menu[data-v-8c6f10c1]:visited {
    background-color: transparent;
    color: #1a1a1a;
}
.nav-primary .current > a:hover span[data-v-8c6f10c1], .nav-primary .current > a:focus span[data-v-8c6f10c1], .nav-primary .current > a:hover span[data-v-8c6f10c1], .nav-primary .current > a:visited span[data-v-8c6f10c1], .nav-primary .current .button-overflow-menu:hover span[data-v-8c6f10c1], .nav-primary .current .button-overflow-menu:focus span[data-v-8c6f10c1], .nav-primary .current .button-overflow-menu:hover span[data-v-8c6f10c1], .nav-primary .current .button-overflow-menu:visited span[data-v-8c6f10c1] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[data-v-8c6f10c1] {
    font-weight: 600;
    color: #1a1a1a;
    background-color: transparent;
}
.nav-primary .current .overflow-menu .button-overflow-menu span[data-v-8c6f10c1] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[data-v-8c6f10c1]:focus, .nav-primary .current .overflow-menu .button-overflow-menu[data-v-8c6f10c1]:active {
    color: #1a1a1a;
    background-color: transparent;
    position: relative;
    z-index: 2;
}
.nav-primary .current .overflow-menu .button-overflow-menu:focus span[data-v-8c6f10c1], .nav-primary .current .overflow-menu .button-overflow-menu:active span[data-v-8c6f10c1] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[data-v-8c6f10c1]:hover {
    color: #1a1a1a;
    background-color: transparent;
}
.nav-primary .current .overflow-menu .button-overflow-menu:hover span[data-v-8c6f10c1] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-8c6f10c1] {
    background-color: #454545;
    color: white;
}
.nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true] span[data-v-8c6f10c1] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-8c6f10c1]:hover, .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-8c6f10c1]:focus, .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-8c6f10c1]:active {
    background-color: #454545;
    color: white;
}
.nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true]:hover span[data-v-8c6f10c1], .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true]:focus span[data-v-8c6f10c1], .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true]:active span[data-v-8c6f10c1] {
    border-bottom: 7px solid #0059b3;
}
}
.nav-primary .current > a[data-v-8c6f10c1], .nav-primary .current > .overflow-menu > .button-overflow-menu[data-v-8c6f10c1] {
  color: #1a1a1a;
}
@media (min-width: 992px) {
.nav-primary .current > a[data-v-8c6f10c1], .nav-primary .current > .overflow-menu > .button-overflow-menu[data-v-8c6f10c1] {
    font-weight: 500;
}
}
.nav-primary[data-v-8c6f10c1] {
  /*region: nav-primary overflow menu */
}
.nav-primary .overflow-menu[data-v-8c6f10c1] {
  display: block;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu[data-v-8c6f10c1] {
    display: inline-block;
}
}
.nav-primary .overflow-menu .button-overflow-menu[data-v-8c6f10c1] {
  color: #1a1a1a;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  padding-top: 15px;
  padding-bottom: 16px;
  padding-left: 0px;
  padding-right: 40px;
  white-space: normal;
  width: 100%;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .button-overflow-menu[data-v-8c6f10c1] {
    padding-bottom: 0;
    width: unset;
    padding-right: 12px;
    padding-left: 12px;
}
}
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-8c6f10c1]:after, .nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-8c6f10c1]:before, .nav-primary .overflow-menu .button-overflow-menu[data-v-8c6f10c1]:after, .nav-primary .overflow-menu .button-overflow-menu[data-v-8c6f10c1]:before {
  display: none;
}
.nav-primary .overflow-menu .button-overflow-menu span[data-v-8c6f10c1] {
  padding-right: 24px;
  display: block;
}
.nav-primary .overflow-menu .button-overflow-menu[data-v-8c6f10c1]:focus, .nav-primary .overflow-menu .button-overflow-menu[data-v-8c6f10c1]:active {
  outline: 4px solid #747474;
  color: #1a1a1a;
  z-index: 2;
  position: relative;
}
.nav-primary .overflow-menu .button-overflow-menu[data-v-8c6f10c1]:hover {
  text-decoration: none;
  color: #1a1a1a;
  background-color: transparent;
}
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=false][data-v-8c6f10c1] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px top 16px;
  background-size: 24px;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=false][data-v-8c6f10c1] {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
}
}
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-8c6f10c1] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px top 16px;
  background-size: 24px;
  background-color: white;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-8c6f10c1] {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'%20fill='%23ffffff'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-color: #454545;
    color: white;
    position: relative;
    z-index: 2;
}
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-8c6f10c1]:before, .nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-8c6f10c1]:after {
    display: none;
}
}
.nav-primary .overflow-menu .overflow-menu-inner[data-v-8c6f10c1] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.nav-primary .overflow-menu .overflow-menu-inner > li[data-v-8c6f10c1] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.nav-primary .overflow-menu .overflow-menu-inner > li[data-v-8c6f10c1]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.nav-primary .overflow-menu .overflow-menu-inner[data-v-8c6f10c1] {
  background-color: white;
  border: none;
  border-top: 1px solid #BFBFBF;
  box-shadow: none;
  color: #1a1a1a;
  font-size: 1.6rem;
  line-height: 2.4rem;
  min-width: inherit;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  width: 100%;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner[data-v-8c6f10c1] {
    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 a[data-v-8c6f10c1] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  display: block;
  text-decoration: none;
}
.nav-primary .overflow-menu .overflow-menu-inner a[data-v-8c6f10c1]:hover, .nav-primary .overflow-menu .overflow-menu-inner a[data-v-8c6f10c1]:visited, .nav-primary .overflow-menu .overflow-menu-inner a[data-v-8c6f10c1]:focus {
  color: #1a1a1a;
  background-color: transparent;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner a[data-v-8c6f10c1]:hover, .nav-primary .overflow-menu .overflow-menu-inner a[data-v-8c6f10c1]:visited, .nav-primary .overflow-menu .overflow-menu-inner a[data-v-8c6f10c1]:focus {
    color: white;
    text-decoration: underline;
}
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner a[data-v-8c6f10c1] {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: white;
    padding: 8px 16px;
}
}
.nav-primary .overflow-menu .overflow-menu-inner button[data-v-8c6f10c1]:not(.button-overflow-menu) {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.nav-primary .overflow-menu .overflow-menu-inner button[data-v-8c6f10c1]:not(.button-overflow-menu):hover, .nav-primary .overflow-menu .overflow-menu-inner button[data-v-8c6f10c1]:not(.button-overflow-menu):focus {
  background-color: transparent;
  color: inherit;
}
.nav-primary[data-v-8c6f10c1] {
  /*endregion*/
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list[data-v-8c6f10c1] {
  list-style-type: none;
  margin-left: 16px;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list[data-v-8c6f10c1] {
    margin-left: 0;
}
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list li[data-v-8c6f10c1]:before {
  display: none;
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list a[data-v-8c6f10c1] {
  text-decoration: none;
  color: #1a1a1a;
  background-color: transparent;
  display: block;
  padding: 15px 0 16px;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list a[data-v-8c6f10c1] {
    background-color: transparent;
    color: white;
    padding: 8px 16px;
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list a[data-v-8c6f10c1]:hover {
    text-decoration: underline;
}
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list[data-v-8c6f10c1], .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list[data-v-8c6f10c1] {
  margin-left: 16px;
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li a[data-v-8c6f10c1], .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li a[data-v-8c6f10c1] {
  padding: 11px 0 12px;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li:last-of-type a[data-v-8c6f10c1], .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li:last-of-type a[data-v-8c6f10c1] {
    padding: 8px 0 32px 0;
}
}
.nav-secondary[data-v-8c6f10c1] {
  padding: 0 16px;
}
@media (min-width: 992px) {
.nav-secondary[data-v-8c6f10c1] {
    display: flex;
    align-items: center;
    padding: 0;
}
}
.nav-secondary .nav-actions[data-v-8c6f10c1] {
  padding: 0;
}
.nav-secondary + .nav-actions[data-v-8c6f10c1] {
  padding: 0 16px 16px;
}
@media (min-width: 992px) {
.nav-secondary + .nav-actions[data-v-8c6f10c1] {
    padding: 0 0 0 16px;
}
}
.nav-secondary .nav-secondary-heading[data-v-8c6f10c1] {
  font-weight: 700;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
.nav-secondary .nav-secondary-heading + ul[data-v-8c6f10c1] {
    margin-left: 16px;
}
}
@media (min-width: 992px) {
.navbar-primary[data-v-8c6f10c1] {
    border-bottom: 1px solid #747474;
}
}
.navbar:last-of-type .nav-actions[data-v-8c6f10c1] {
  border-bottom: none;
}
.navbar-inner[data-v-8c6f10c1] {
  display: flex;
  flex-direction: column;
}
.navbar-inner.container[data-v-8c6f10c1] {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
.navbar-inner.container[data-v-8c6f10c1] {
    padding-left: 16px;
    padding-right: 16px;
}
}
@media (min-width: 992px) {
.navbar-inner[data-v-8c6f10c1] {
    flex-direction: row;
    justify-content: space-between;
}
}
.pagination[data-v-8c6f10c1] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
.pagination .pagination__dropdown[data-v-8c6f10c1] {
  display: none;
}
@media (max-width: 767px) {
.pagination .pagination__dropdown[data-v-8c6f10c1] {
    display: inline-flex;
}
}
.pagination .pagination__items[data-v-8c6f10c1] {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
@media (max-width: 767px) {
.pagination .pagination__items[data-v-8c6f10c1] {
    display: none;
}
}
.pagination .button.button-arrow[data-v-8c6f10c1] {
  font-size: 1.6rem;
  appearance: none;
  background-color: transparent;
  border-style: none;
  color: #1a1a1a;
  text-decoration: underline;
  white-space: nowrap;
  width: auto;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.pagination .button.button-arrow.hidden[data-v-8c6f10c1] {
  visibility: hidden;
}
.pagination .button.button-arrow .icon-svg[data-v-8c6f10c1] {
  margin-right: 0;
}
@media (max-width: 767px) {
.pagination .button.button-arrow .pagination-nav-link[data-v-8c6f10c1] {
    display: none;
}
}
@media (min-width: 768px) {
.pagination .button.button-first[data-v-8c6f10c1], .pagination .button.button-last[data-v-8c6f10c1] {
    display: none;
}
}
.pagination .button.button-previous .icon-svg[data-v-8c6f10c1] {
  margin-right: 4px;
}
@media (max-width: 767px) {
.pagination .button.button-previous .icon-svg[data-v-8c6f10c1] {
    margin-right: 0;
}
}
.pagination .button.button-next .icon-svg[data-v-8c6f10c1] {
  margin-left: 4px;
}
@media (max-width: 767px) {
.pagination .button.button-next .icon-svg[data-v-8c6f10c1] {
    margin-left: 0;
}
}
.pagination .pagination-mobile[data-v-8c6f10c1] {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
}
@media (min-width: 768px) {
.pagination .pagination-mobile[data-v-8c6f10c1] {
    display: none;
}
}
.pagination .pagination__items[data-v-8c6f10c1] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.pagination .pagination__items > li[data-v-8c6f10c1] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.pagination .pagination__items > li[data-v-8c6f10c1]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.pagination .pagination__items[data-v-8c6f10c1] {
  width: auto;
}
.pagination .pagination__items .pagination-item[data-v-8c6f10c1] {
  margin-left: 8px;
  margin-right: 8px;
}
.pagination .pagination__items .pagination-item .current-page[data-v-8c6f10c1] {
  appearance: none;
  display: inline-block;
  width: 100%;
  padding: 8px calc(16px - 2px) calc(8px - 2px);
  border-radius: 4px;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2rem;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  user-select: text;
  font-size: 1.8rem;
  color: white;
  background-color: #454545;
  border-color: #454545;
}
.toast-container[data-v-8c6f10c1] {
  position: fixed;
  right: 16px;
  left: 16px;
  top: 16px;
  bottom: auto;
  z-index: 7000;
}
@media (min-width: 768px) {
.toast-container[data-v-8c6f10c1] {
    right: 16px;
    left: auto;
    top: 48px;
    bottom: auto;
}
}
.toast[data-v-8c6f10c1] {
  width: 100%;
  max-width: 100%;
  background-color: white;
  display: flex;
  transition: opacity 0.15s linear;
  margin-bottom: 16px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}
.toast[data-v-8c6f10c1]:not(.show) {
  opacity: 0;
}
.toast.hide[data-v-8c6f10c1] {
  display: none;
}
@media (min-width: 768px) {
.toast[data-v-8c6f10c1] {
    width: 464px;
}
}
.toast .toast-icon[data-v-8c6f10c1] {
  align-items: center;
  display: flex;
  padding-left: calc(16px + 24px);
  padding-right: 16px;
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center center;
}
.toast .toast-message[data-v-8c6f10c1] {
  padding: 16px;
  position: relative;
  width: 100%;
}
.toast .toast-message .toast-close[data-v-8c6f10c1] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.toast .toast-message .toast-close[data-v-8c6f10c1]:hover, .toast .toast-message .toast-close[data-v-8c6f10c1]:focus {
  background-color: transparent;
  color: inherit;
}
.toast .toast-message .toast-close[data-v-8c6f10c1] {
  position: absolute;
  top: 16px;
  right: 16px;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012%2019%206.41z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.toast .toast-message p[data-v-8c6f10c1] {
  margin: 0px;
  word-break: break-word;
}
.toast .toast-message p[data-v-8c6f10c1]:first-of-type {
  margin-right: 32px;
}
.toast-success[data-v-8c6f10c1] {
  background-color: #eeffe2;
}
.toast-warning[data-v-8c6f10c1] {
  background-color: #ffeecc;
}
.toast-error[data-v-8c6f10c1] {
  background-color: #ffe0e0;
}
.toast-info[data-v-8c6f10c1] {
  background-color: #e2f2fb;
}
.toast-success .toast-icon[data-v-8c6f10c1] {
  background-color: #358000;
}
.toast-warning .toast-icon[data-v-8c6f10c1] {
  background-color: #febb30;
}
.toast-error .toast-icon[data-v-8c6f10c1] {
  background-color: #CC0000;
}
.toast-info .toast-icon[data-v-8c6f10c1] {
  background-color: #1B86C3;
}
.toast-success .toast-icon[data-v-8c6f10c1] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm4.59-12.42L10%2014.17l-2.59-2.58L6%2013l4%204%208-8z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.toast-warning .toast-icon[data-v-8c6f10c1] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%205.99L19.53%2019H4.47L12%205.99M12%202L1%2021h22L12%202zm1%2014h-2v2h2v-2zm0-6h-2v4h2v-4z'/%3e%3c/svg%3e");
}
.toast-error .toast-icon[data-v-8c6f10c1] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.59%208L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208zM12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.toast-info .toast-icon[data-v-8c6f10c1] {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.1.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20enable-background='new%200%200%2024%2024'%20xml:space='preserve'%3e%3cg%20id='Bounding_Boxes'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_3'%20display='none'%3e%3c/g%3e%3cpath%20fill='none'%20d='M0,0h24v24H0V0z'/%3e%3c/g%3e%3cg%20id='Rounded'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_5'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,17L12,17c-0.55,0-1-0.45-1-1v-4%20c0-0.55,0.45-1,1-1h0c0.55,0,1,0.45,1,1v4C13,16.55,12.55,17,12,17z%20M13,9h-2V7h2V9z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Sharp'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_4'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M13,17h-2v-6h2V17z%20M13,9h-2V7h2V9z'%20/%3e%3c/g%3e%3c/g%3e%3cg%20id='Outline'%20fill='%23ffffff'%3e%3cg%20id='ui_x5F_spec_x5F_header'%20display='none'%3e%3c/g%3e%3cg%3e%3crect%20x='11'%20y='7'%20width='2'%20height='2'/%3e%3crect%20x='11'%20y='11'%20width='2'%20height='6'/%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20c0-4.41,3.59-8,8-8s8,3.59,8,8C20,16.41,16.41,20,12,20z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Duotone'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_2'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20opacity='0.3'%20d='M12,4c-4.41,0-8,3.59-8,8c0,4.41,3.59,8,8,8s8-3.59,8-8C20,7.59,16.41,4,12,4z%20M13,17h-2v-6h2V17z%20M13,9h-2%20V7h2V9z'/%3e%3crect%20x='11'%20y='7'%20width='2'%20height='2'/%3e%3crect%20x='11'%20y='11'%20width='2'%20height='6'/%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20c0-4.41,3.59-8,8-8s8,3.59,8,8C20,16.41,16.41,20,12,20z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Material'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M13,17h-2v-6h2V17z%20M13,9h-2V7h2V9z'%20/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.search[data-v-8c6f10c1] {
  display: flex;
}
.search .form-input[data-v-8c6f10c1] {
  background-color: white;
  margin-top: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search .form-input[data-v-8c6f10c1]:focus {
  z-index: 1;
}
.search .button-search[data-v-8c6f10c1] {
  background-color: white;
  border: 1px solid #747474;
  border-left: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  color: #1a1a1a;
  font-weight: 400;
  width: inherit;
}
.search .button-search[data-v-8c6f10c1]:hover {
  background-color: #DCDCDC;
}
input[type=search][data-v-8c6f10c1] { /* stylelint-disable-line selector-no-qualifying-type */
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}
.sidenav-list[data-v-8c6f10c1] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.sidenav-list > li[data-v-8c6f10c1] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.sidenav-list > li[data-v-8c6f10c1]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.sidenav-list ul[data-v-8c6f10c1] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.sidenav-list ul > li[data-v-8c6f10c1] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.sidenav-list ul > li[data-v-8c6f10c1]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.sidenav-list[data-v-8c6f10c1] {
  border-bottom: 1px solid #BFBFBF;
  border-top: 1px solid #BFBFBF;
}
.sidenav-list a[data-v-8c6f10c1] {
  display: block;
  border: none;
  color: #1a1a1a;
  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[data-v-8c6f10c1]:focus {
  outline-offset: 0;
  position: relative;
  z-index: 1;
}
.sidenav-list > li.current > a[data-v-8c6f10c1], .sidenav-list > li.current > ul > li > a[data-v-8c6f10c1] {
  padding-left: calc(16px - 4px);
}
.sidenav-list li[data-v-8c6f10c1]:hover {
  background-color: #F5F5F5;
}
.sidenav-list li a[data-v-8c6f10c1]:hover {
  text-decoration: none;
  color: #1a1a1a;
}
.sidenav-list li.sidenav-error[data-v-8c6f10c1] {
  background-color: #ffe0e0;
}
.sidenav-list li.sidenav-error.current[data-v-8c6f10c1] {
  background-color: #ffe0e0;
}
.sidenav-list li.sidenav-error[data-v-8c6f10c1]:hover {
  background-color: #ffe0e0;
}
.sidenav-list li.sidenav-error .sidenav-information[data-v-8c6f10c1] {
  color: #454545;
  font-weight: 400;
}
.sidenav-list li a[data-v-8c6f10c1] {
  display: flex;
  flex-wrap: nowrap;
}
.sidenav-list li a ul[data-v-8c6f10c1] {
  width: 100%;
}
.sidenav-list li a .sidenav-icon-before[data-v-8c6f10c1] {
  line-height: 23px;
  text-align: left;
}
.sidenav-list li a .sidenav-icon[data-v-8c6f10c1] {
  margin-left: auto;
  width: 22px;
  height: 22px;
  line-height: 23px;
  text-align: center;
  float: right;
}
.sidenav-list li a[data-v-8c6f10c1] {
  /* 'sidenav-title' used before 9.0.0 to style title text in stepguide - to be removed at some point as breaking change */
}
.sidenav-list li a .sidenav-title[data-v-8c6f10c1] {
  margin-left: 4px;
  white-space: pre-line;
}
.sidenav-list li a .sidenav-number[data-v-8c6f10c1] {
  margin-right: 4px;
}
.sidenav-list li a .sidenav-information[data-v-8c6f10c1] {
  color: #747474;
  margin: 0;
  display: block;
  width: 100%;
}
.sidenav-list li a[data-v-8c6f10c1]:focus {
  background-color: transparent;
}
.sidenav-list li.current > a[data-v-8c6f10c1] {
  font-weight: 500;
}
.sidenav-list li.current .sidenav-information[data-v-8c6f10c1] {
  color: #454545;
  font-weight: 400;
}
.sidenav-list li.active > a[data-v-8c6f10c1] {
  color: #1a1a1a;
  font-weight: 500;
}
.sidenav-list > li > ul > li > ul > li > a[data-v-8c6f10c1] {
  padding-left: 24px;
}
.sidenav-list > li > ul > li > ul > li > ul > li > a[data-v-8c6f10c1] {
  padding-left: 32px;
}
.sidenav-list > li > ul > li > ul > li > ul > li > ul > li > a[data-v-8c6f10c1] {
  padding-left: 40px;
}
.sidenav-list > li > ul > li > ul > li > ul > li > ul > li > ul > li > a[data-v-8c6f10c1] {
  padding-left: 48px;
}
.sidenav-list > li.has-anchor-links > ul > li > a[data-v-8c6f10c1] {
  padding-left: calc(8px * 4);
}
.sidenav-list > li:not(.has-anchor-links) > ul > li.has-anchor-links > ul > li > a[data-v-8c6f10c1] {
  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[data-v-8c6f10c1] {
  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[data-v-8c6f10c1] {
  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[data-v-8c6f10c1] {
  padding-left: calc(8px * 7);
}
.sidenav-list > li[data-v-8c6f10c1] {
  background-color: transparent;
  font-size: 1.6rem;
  border-top: 1px solid #BFBFBF;
}
.sidenav-list > li.active > a[data-v-8c6f10c1] {
  color: #1a1a1a;
}
.sidenav-list > li.current[data-v-8c6f10c1] {
  border-left: 4px solid #0059b3;
  background-color: #f6fbff;
}
.sidenav-list > li[data-v-8c6f10c1]:first-child {
  border-top: none;
}
.sidenav-list > li:last-child a[data-v-8c6f10c1] {
  padding-bottom: calc(8px - 1px);
}
.sidenav-list > li li[data-v-8c6f10c1] {
  border-top: 1px solid #DCDCDC;
  font-size: 1.4rem;
}
.sidenav-list li.disabled[data-v-8c6f10c1] {
  cursor: not-allowed;
}
.sidenav-list li.disabled a[data-v-8c6f10c1] {
  cursor: not-allowed;
  color: #454545;
}
.sidenav-list li.disabled a[data-v-8c6f10c1]:hover {
  background-color: transparent;
  text-decoration: none;
  color: #454545;
  cursor: not-allowed;
}
.sidenav-list li.disabled.active[data-v-8c6f10c1], .sidenav-list li.disabled.active a[data-v-8c6f10c1] {
  color: #1a1a1a;
  background-color: transparent;
}
.sidenav-list li.disabled[data-v-8c6f10c1]:hover, .sidenav-list li.disabled.active a[data-v-8c6f10c1]:hover {
  color: #1a1a1a;
  background-color: white;
}
.sidenav-list li.disabled.sidenav-error[data-v-8c6f10c1] {
  background-color: #ffe0e0;
}
.sidenav-list li.disabled.sidenav-error.active a[data-v-8c6f10c1]:hover {
  background-color: #ffe0e0;
}
.sidenav-sub_list[data-v-8c6f10c1] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.sidenav-sub_list > li[data-v-8c6f10c1] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.sidenav-sub_list > li[data-v-8c6f10c1]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.sidenav-sub_list[data-v-8c6f10c1] {
  margin: 0;
  width: 100%;
}
.sidenav-sub_list li[data-v-8c6f10c1] {
  border: none;
}
.sidenav-sub_list li:last-child a[data-v-8c6f10c1] {
  padding-bottom: 8px;
}
.sidenav-sub_list a[data-v-8c6f10c1] {
  padding-top: 8px;
  line-height: 2.4rem;
}
.sidenav-sub_list li:not(.has-anchor-links) .sidenav-sub_list a[data-v-8c6f10c1]:focus {
  outline-offset: 0;
}
.sidebar-col[data-v-8c6f10c1] {
  max-width: 300px;
}
.language-switcher[data-v-8c6f10c1] {
  border-top: 1px solid #DCDCDC;
  background-color: white;
  padding-top: 24px;
}
@media (min-width: 768px) {
.language-switcher[data-v-8c6f10c1] {
    margin-top: -24px;
    padding-top: 16px;
}
}
.language-switcher ul[data-v-8c6f10c1] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.language-switcher ul > li[data-v-8c6f10c1] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.language-switcher ul > li[data-v-8c6f10c1]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.language-switcher ul[data-v-8c6f10c1] {
  max-width: none !important;
}
.language-switcher ul > li[data-v-8c6f10c1] {
  margin-bottom: 12px;
  padding-left: 32px;
}
@media (min-width: 768px) {
.language-switcher ul > li[data-v-8c6f10c1] {
    display: inline-block;
    padding-left: 0;
}
.language-switcher ul > li[data-v-8c6f10c1]::after {
    display: inline-block;
    content: "|";
    margin-left: calc(16px - 1px);
    margin-right: 16px;
}
.language-switcher ul > li[data-v-8c6f10c1]:last-of-type::after {
    content: "";
}
}
.language-switcher ul > li a[data-v-8c6f10c1], .language-switcher ul > li a[data-v-8c6f10c1]:hover, .language-switcher ul > li a[data-v-8c6f10c1]:visited, .language-switcher ul > li a[data-v-8c6f10c1]:active, .language-switcher ul > li a[data-v-8c6f10c1]:focus {
  color: #1a1a1a;
  display: inline-block;
}
.language-switcher ul > li a svg[data-v-8c6f10c1], .language-switcher ul > li a:hover svg[data-v-8c6f10c1], .language-switcher ul > li a:visited svg[data-v-8c6f10c1], .language-switcher ul > li a:active svg[data-v-8c6f10c1], .language-switcher ul > li a:focus svg[data-v-8c6f10c1] {
  margin-top: -4px;
  margin-right: 8px;
  display: inline-block;
}
.language-switcher ul > li[data-v-8c6f10c1]:first-of-type {
  padding-left: 0px;
}
.language-switcher ul > li:first-of-type a[data-v-8c6f10c1], .language-switcher ul > li:first-of-type a[data-v-8c6f10c1]:hover, .language-switcher ul > li:first-of-type a[data-v-8c6f10c1]:visited, .language-switcher ul > li:first-of-type a[data-v-8c6f10c1]:active, .language-switcher ul > li:first-of-type a[data-v-8c6f10c1]:focus {
  padding-left: 0;
  font-weight: 600;
  color: #454545;
  text-decoration: none;
  border-left: 0;
}
.language-switcher ul > li:last-of-type a[data-v-8c6f10c1], .language-switcher ul > li:last-of-type a[data-v-8c6f10c1]:hover, .language-switcher ul > li:last-of-type a[data-v-8c6f10c1]:visited, .language-switcher ul > li:last-of-type a[data-v-8c6f10c1]:active, .language-switcher ul > li:last-of-type a[data-v-8c6f10c1]:focus {
  padding-right: 0;
}
a.skipnav[data-v-8c6f10c1] {
  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;
}
a.skipnav[data-v-8c6f10c1]:focus {
  outline: 4px solid #747474;
  background-color: white;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out;
  padding: 1rem 8px;
  margin-top: calc(16px - 1px);
  margin-left: 8px;
}
#main-content[data-v-8c6f10c1]:focus {
  outline: 4px solid #747474;
}
.card[data-v-8c6f10c1] {
  position: relative;
  border-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #747474;
  overflow: hidden;
  background: white;
}
.card-small[data-v-8c6f10c1] > :last-of-type {
  padding-bottom: 24px;
}
.card-medium[data-v-8c6f10c1] > :last-of-type {
  padding-bottom: 24px;
}
.card-large[data-v-8c6f10c1] > :last-of-type {
  padding-bottom: 24px;
}
.card-align-height[data-v-8c6f10c1] {
  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[data-v-8c6f10c1] > * {
  width: 100%;
}
.card-align-height .card-footer[data-v-8c6f10c1] {
  margin-top: auto;
}
.card p[data-v-8c6f10c1] {
  max-width: 60ch;
  margin-top: 16px;
  margin-bottom: 0;
}
.card p[data-v-8c6f10c1]:first-child {
  margin-top: 0;
}
.card h1[data-v-8c6f10c1], .card .h1[data-v-8c6f10c1],
.card h2[data-v-8c6f10c1], .card .h2[data-v-8c6f10c1],
.card h3[data-v-8c6f10c1], .card .h3[data-v-8c6f10c1],
.card h4[data-v-8c6f10c1], .card .h4[data-v-8c6f10c1],
.card h5[data-v-8c6f10c1], .card .h5[data-v-8c6f10c1] {
  margin: 0;
}
.card-header[data-v-8c6f10c1] {
  background-color: white;
  padding: 16px 24px;
}
.card-header .header-title[data-v-8c6f10c1] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}
.card-header .header-title.large-text[data-v-8c6f10c1] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
.card-header .header-title.large-text[data-v-8c6f10c1] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
.card-header .header-title.large-text[data-v-8c6f10c1] {
    font-size: 3.9rem;
}
}
.card-header .header-title.large-text[data-v-8c6f10c1] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
.card-header .header-title.large-text[data-v-8c6f10c1] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
.card-header .header-title.large-text[data-v-8c6f10c1] {
    line-height: 4.8rem;
}
}
.card-header .header-title.large-text[data-v-8c6f10c1] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
.card-header .header-title.large-text[data-v-8c6f10c1] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
.card-header .header-title.large-text[data-v-8c6f10c1] {
    letter-spacing: normal;
}
}
.card-header .header-title.large-text[data-v-8c6f10c1] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
  color: #454545;
}
.card-header .sub-header[data-v-8c6f10c1] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  color: #747474;
}
.card-text[data-v-8c6f10c1] {
  background-color: white;
  padding: 16px 24px;
}
.card-text .text[data-v-8c6f10c1] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 16px;
  color: #454545;
  margin-bottom: 0;
}
.card-content[data-v-8c6f10c1] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  padding: 0;
  color: #454545;
  background-color: white;
}
.card-content ul[data-v-8c6f10c1] {
  margin-bottom: 0;
}
.card-content div[data-v-8c6f10c1]:first-child {
  margin-top: 0;
}
.card-content .content-text[data-v-8c6f10c1] {
  margin-top: 16px;
}
.card-content .content[data-v-8c6f10c1] {
  text-align: center;
}
.card-action[data-v-8c6f10c1] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  padding: 16px 24px;
  color: #454545;
  margin-bottom: 0;
  background-color: white;
}
.card-action div[data-v-8c6f10c1]:first-child {
  margin-top: 0;
}
.card-action[data-v-8c6f10c1]:last-child {
  border-bottom: 0;
}
.card-action .action-buttons button[data-v-8c6f10c1] {
  margin-right: 16px;
  margin-top: 8px;
}
@media (min-width: 768px) {
.card-action .action-buttons button[data-v-8c6f10c1] {
    margin-right: 16px;
    margin-top: 8px;
}
}
@media (min-width: 576px) {
.card-action .action-buttons .button + .button[data-v-8c6f10c1] {
    margin-left: 0px;
}
.card-action .action-buttons .button + .button[data-v-8c6f10c1]:first-child {
    margin-left: 0;
}
}
.card-action .action-links[data-v-8c6f10c1] {
  margin-top: 16px;
}
.card-action .action-links ul[data-v-8c6f10c1] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.card-action .action-links ul > li[data-v-8c6f10c1] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.card-action .action-links ul > li[data-v-8c6f10c1]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.card-action .action-links ul[data-v-8c6f10c1] {
  padding-left: 0;
}
.card-action .action-links ul li[data-v-8c6f10c1] {
  margin-top: 8px !important;
}
.card-action .action-functionlinks[data-v-8c6f10c1] {
  margin-top: 16px;
  text-align: right;
}
.card-action .action-functionlinks .function-link[data-v-8c6f10c1], .card-action .action-functionlinks button.accordion-bulk-button[data-v-8c6f10c1] {
  margin-left: 16px;
}
.card-header + .card-text[data-v-8c6f10c1] {
  padding-top: 0;
}
.card-header + .card-content[data-v-8c6f10c1] {
  padding-top: 0;
}
.card-header + .card-action[data-v-8c6f10c1] {
  padding-top: 0;
}
.card-header + .card-header[data-v-8c6f10c1] {
  padding-top: 0;
}
.card-text + .card-header[data-v-8c6f10c1] {
  padding-top: 0;
}
.card-text + .card-content[data-v-8c6f10c1] {
  padding-top: 0;
}
.card-text + .card-action[data-v-8c6f10c1] {
  padding-top: 0;
}
.card-text + .card-text[data-v-8c6f10c1] {
  padding-top: 0;
}
.card-action + .card-text[data-v-8c6f10c1] {
  padding-top: 0;
}
.card-action + .card-header[data-v-8c6f10c1] {
  padding-top: 0;
}
.card-action + .card-content[data-v-8c6f10c1] {
  padding-top: 0;
}
.card-action + .card-action[data-v-8c6f10c1] {
  padding-top: 0;
}
.card > .list-group:first-child .list-group-item[data-v-8c6f10c1]:first-child {
  border-radius: 0px;
}
.card > .list-group:last-child .list-group-item[data-v-8c6f10c1]:last-child {
  border-radius: 0px;
}
.card-center[data-v-8c6f10c1] {
  text-align: center;
}
.overflow-menu + h1[data-v-8c6f10c1] {
  margin-top: 0;
}
.overflow-menu[data-v-8c6f10c1] {
  display: block;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
.overflow-menu[data-v-8c6f10c1] {
    width: auto;
    display: inline-block;
}
}
.overflow-menu .button-overflow-menu[data-v-8c6f10c1] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.overflow-menu .button-overflow-menu[data-v-8c6f10c1]:hover, .overflow-menu .button-overflow-menu[data-v-8c6f10c1]:focus {
  background-color: transparent;
  color: inherit;
}
.overflow-menu .button-overflow-menu[data-v-8c6f10c1] {
  min-height: 40px;
  min-width: 40px;
  padding: 8px 0;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  position: relative;
  cursor: pointer;
}
.overflow-menu .button-overflow-menu[data-v-8c6f10c1]:hover {
  text-decoration: underline;
}
.overflow-menu .button-overflow-menu[data-v-8c6f10c1]:after, .overflow-menu .button-overflow-menu[data-v-8c6f10c1]:before {
  display: none;
  bottom: 100%;
  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[data-v-8c6f10c1]:after {
  border-bottom-color: white;
  border-width: calc(8px - 1px);
  margin-left: calc((8px - 1px) * -1);
}
.overflow-menu .button-overflow-menu[data-v-8c6f10c1]:before {
  border-bottom-color: #747474;
  border-width: 8px;
  margin-left: calc(8px * -1);
}
.overflow-menu .button-overflow-menu[aria-expanded=true][data-v-8c6f10c1]:after, .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-8c6f10c1]:before {
  display: block;
}
.overflow-menu.overflow-menu--hover-bg .button-overflow-menu[data-v-8c6f10c1] {
  padding: 0;
}
.overflow-menu.overflow-menu--hover-bg .button-overflow-menu[data-v-8c6f10c1]:hover {
  background-color: #F5F5F5;
}
.overflow-menu .overflow-menu-inner[data-v-8c6f10c1] {
  position: absolute;
  width: 100%;
  z-index: 2;
  border: 1px solid #747474;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  background: white;
  padding-top: 8px;
  padding-bottom: 8px;
  top: calc(100% + 8px);
}
@media (min-width: 768px) {
.overflow-menu .overflow-menu-inner[data-v-8c6f10c1] {
    width: auto;
}
}
@media (min-width: 576px) {
.overflow-menu .overflow-menu-inner[data-v-8c6f10c1] {
    min-width: 28rem;
}
}
.overflow-menu .overflow-menu-inner[aria-hidden=true][data-v-8c6f10c1] {
  display: none;
}
.overflow-menu .overflow-list[data-v-8c6f10c1] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.overflow-menu .overflow-list > li[data-v-8c6f10c1] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.overflow-menu .overflow-list > li[data-v-8c6f10c1]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.overflow-menu .overflow-list[data-v-8c6f10c1] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #1a1a1a;
}
.overflow-menu .overflow-list button[data-v-8c6f10c1] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.overflow-menu .overflow-list button[data-v-8c6f10c1]:hover, .overflow-menu .overflow-list button[data-v-8c6f10c1]:focus {
  background-color: transparent;
  color: inherit;
}
.overflow-menu .overflow-list button[data-v-8c6f10c1] {
  line-height: 2.4rem;
  cursor: pointer;
}
.overflow-menu .overflow-list a[data-v-8c6f10c1] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  display: block;
  text-decoration: none;
  line-height: 2.4rem;
}
.overflow-menu .overflow-list a[data-v-8c6f10c1]:hover, .overflow-menu .overflow-list a[data-v-8c6f10c1]:visited, .overflow-menu .overflow-list a[data-v-8c6f10c1]:focus {
  color: #1a1a1a;
}
.overflow-menu .overflow-list button[data-v-8c6f10c1],
.overflow-menu .overflow-list a[data-v-8c6f10c1] {
  padding: 8px 16px;
  width: 100%;
}
.overflow-menu .overflow-list button[data-v-8c6f10c1]:hover,
.overflow-menu .overflow-list a[data-v-8c6f10c1]:hover {
  background-color: #F5F5F5;
}
.overflow-menu:not(.overflow-menu--md-no-responsive):not(.overflow-menu--lg-no-responsive) .sidenav-list[data-v-8c6f10c1] {
  border-top: 0;
  border-bottom: 0;
}
@media (max-width: 767px) {
.overflow-menu.overflow-menu--md-no-responsive .sidenav-list[data-v-8c6f10c1] {
    border-top: 0;
    border-bottom: 0;
}
}
@media (max-width: 991px) {
.overflow-menu.overflow-menu--lg-no-responsive .sidenav-list[data-v-8c6f10c1] {
    border-top: 0;
    border-bottom: 0;
}
}
@media (min-width: 768px) {
.overflow-menu--open-right .overflow-menu-inner[data-v-8c6f10c1] {
    left: calc(50% - 19px);
}
.overflow-menu--open-right .overflow-menu-inner[data-v-8c6f10c1]:after {
    left: 13px;
}
}
.overflow-menu--open-left .overflow-menu-inner[data-v-8c6f10c1] {
  right: calc(50% - 19px);
}
.overflow-menu--open-left .overflow-menu-inner[data-v-8c6f10c1]:after {
  right: 13px;
}
.overflow-menu--open-left .overflow-menu-inner li[data-v-8c6f10c1],
.overflow-menu--open-left .overflow-menu-inner a[data-v-8c6f10c1],
.overflow-menu--open-left .overflow-menu-inner button[data-v-8c6f10c1] {
  text-align: right;
}
.overflow-menu--open-left .overflow-menu-inner li .icon-svg[data-v-8c6f10c1],
.overflow-menu--open-left .overflow-menu-inner a .icon-svg[data-v-8c6f10c1],
.overflow-menu--open-left .overflow-menu-inner button .icon-svg[data-v-8c6f10c1] {
  float: right;
  margin-right: 4px;
}
@media (min-width: 768px) {
.overflow-menu.overflow-menu--md-no-responsive[data-v-8c6f10c1] {
    display: block;
}
.overflow-menu.overflow-menu--md-no-responsive[data-v-8c6f10c1]:before, .overflow-menu.overflow-menu--md-no-responsive[data-v-8c6f10c1]:after {
    display: none;
}
.overflow-menu.overflow-menu--md-no-responsive .button-overflow-menu[data-v-8c6f10c1] {
    display: none;
}
.overflow-menu.overflow-menu--md-no-responsive .overflow-menu-inner[data-v-8c6f10c1] {
    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[data-v-8c6f10c1] {
    display: block;
}
.overflow-menu.overflow-menu--lg-no-responsive[data-v-8c6f10c1]:before, .overflow-menu.overflow-menu--lg-no-responsive[data-v-8c6f10c1]:after {
    display: none;
}
.overflow-menu.overflow-menu--lg-no-responsive .button-overflow-menu[data-v-8c6f10c1] {
    display: none;
}
.overflow-menu.overflow-menu--lg-no-responsive .overflow-menu-inner[data-v-8c6f10c1] {
    display: block !important;
    width: 100%;
    max-width: 100%;
    position: static;
    box-shadow: none;
    border: none;
    min-width: auto;
}
}
.overflow-menu--sort .button-overflow-menu[data-v-8c6f10c1] {
  text-decoration: underline;
  line-height: 2.4rem;
}
.overflow-menu--sort .button-overflow-menu .selected-value[data-v-8c6f10c1] {
  text-decoration: none;
  display: inline-block;
  margin-left: 4px;
  font-weight: 600;
}
.overflow-menu--sort .button-overflow-menu svg[data-v-8c6f10c1] {
  margin-right: 4px;
}
.overflow-menu--sort .overflow-menu-inner .overflow-list li button[aria-current=true][data-v-8c6f10c1] {
  font-weight: 600;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9%2016.2L4.8%2012l-1.4%201.4L9%2019%2021%207l-1.4-1.4L9%2016.2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
}
@media (min-width: 768px) {
.tabnav[data-v-8c6f10c1] {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
}
.tabnav > li[data-v-8c6f10c1] {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}
.tabnav > li[data-v-8c6f10c1]::before {
    content: "" !important;
    padding-right: 0 !important;
}
.tabnav[data-v-8c6f10c1] {
    list-style-type: none;
    padding: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
}
.tabnav > button[data-v-8c6f10c1] {
  max-width: none;
  text-decoration: none;
  margin-top: 8px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
.tabnav > button[data-v-8c6f10c1] {
    border: none;
}
}
.tabnav > button[aria-selected=true][data-v-8c6f10c1] {
  background-color: #DCDCDC;
  border-radius: 3px 3px 0 0;
}
.tabnav > button[aria-selected=false][data-v-8c6f10c1] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 2.4rem;
  border-radius: 3px;
}
.tabnav > button[aria-selected=false][data-v-8c6f10c1]:focus {
  background-color: #F5F5F5;
}
@media (min-width: 768px) {
.tabnav > button[data-v-8c6f10c1] {
    display: inline-block;
    width: auto;
    color: #1a1a1a;
    text-align: center;
    text-decoration: none;
    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 white;
}
.tabnav > button[aria-selected=false][data-v-8c6f10c1] {
    background-color: #F5F5F5;
    background-image: none;
    border-radius: 0px;
}
.tabnav > button[data-v-8c6f10c1]:hover {
    background-color: #DCDCDC;
}
.tabnav > button[data-v-8c6f10c1]:focus {
    outline: none;
}
.tabnav > button:focus span[data-v-8c6f10c1] {
    outline: 4px solid #747474;
}
.tabnav > button[aria-selected=true][data-v-8c6f10c1] {
    background-color: white;
    background-image: none;
    border: 1px solid #747474;
    padding-left: calc(24px - 1px);
    padding-right: calc(24px - 1px);
    border-bottom: 1px solid white;
    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[data-v-8c6f10c1]:not(.sr-only) {
    display: block;
}
}
@media (min-width: 768px) {
.tabnav > button[data-v-8c6f10c1]:last-of-type {
    margin-right: 8px;
}
}
@media (min-width: 768px) {
.tabnav-panel[data-v-8c6f10c1] {
    display: none;
    border: 1px solid #747474;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: calc(16px);
    background-color: transparent;
    position: relative;
    z-index: 300;
}
.tabnav-panel[data-v-8c6f10c1]:focus {
    outline: 4px solid #747474;
    outline-offset: 1px;
}
}
.tabnav-panel[aria-hidden=false][data-v-8c6f10c1] {
  display: block;
  order: 1000;
  width: 100%;
}
.page-navigation[data-v-8c6f10c1] {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
.page-navigation[data-v-8c6f10c1] {
    display: inline-flex;
}
}
.page-navigation .button + .button[data-v-8c6f10c1] {
  margin-top: 8px;
  margin-left: 0;
}
.js-tooltip[data-v-8c6f10c1] {
  display: inline-block;
}
.js-tooltip svg[data-v-8c6f10c1] {
  pointer-events: none;
}
.popover[data-v-8c6f10c1] {
  cursor: pointer;
}
.tooltip-link[data-v-8c6f10c1] {
  border-bottom: 1px dotted #1a1a1a;
  display: inline;
  text-decoration: none;
}
.tooltip-link[data-v-8c6f10c1]:link, .tooltip-link[data-v-8c6f10c1]:active, .tooltip-link[data-v-8c6f10c1]:hover, .tooltip-link[data-v-8c6f10c1]:visited, .tooltip-link[data-v-8c6f10c1]:focus {
  color: #1a1a1a;
}
.tooltip[data-v-8c6f10c1] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  font-size: 1.6rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  background-color: white;
  border: 1px solid #747474;
  border-radius: 4px;
  padding: 0.3rem 0.6rem;
}
.tooltip-popper[data-v-8c6f10c1] {
  position: absolute;
  max-width: 66ch;
}
.tooltip-popper .tooltip-arrow[data-v-8c6f10c1] {
  position: absolute;
}
.tooltip-popper .tooltip-arrow.down[data-v-8c6f10c1] {
  border-top: 8px solid #747474;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  bottom: -7px;
  left: calc(50% - 8px);
}
.tooltip-popper .tooltip-arrow.down[data-v-8c6f10c1]:after {
  content: "";
  border-top: 7px solid white;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  display: block;
  position: absolute;
  bottom: 1px;
  margin-left: -7px;
}
.tooltip-popper .tooltip-arrow.up[data-v-8c6f10c1] {
  border-bottom: 8px solid #747474;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  top: -7px;
  left: calc(50% - 8px);
}
.tooltip-popper .tooltip-arrow.up[data-v-8c6f10c1]:after {
  content: "";
  border-bottom: 7px solid white;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  display: block;
  position: absolute;
  top: 1px;
  margin-left: -7px;
}
@media print {
html[data-v-8c6f10c1] {
    font-family: Georgia, "Times New Roman", Serif;
    font-size: 48%;
}
body[data-v-8c6f10c1] {
    display: block;
    min-height: 0;
}
.page-container[data-v-8c6f10c1] {
    display: block;
}
fieldset[data-v-8c6f10c1] {
    page-break-before: avoid;
    page-break-inside: auto;
    display: block;
    overflow: visible !important;
}
.form-group[data-v-8c6f10c1] {
    page-break-inside: avoid;
}
.form-label[data-v-8c6f10c1] {
    page-break-after: avoid;
}
.header .logo[data-v-8c6f10c1], .header .portal-header .logo[data-v-8c6f10c1] {
    height: auto;
    width: auto;
    background-image: none;
}
.header .portal-header[data-v-8c6f10c1] {
    overflow: hidden;
}
.header .portal-header .portal-header-inner[data-v-8c6f10c1] {
    display: block;
}
.header .portal-header .portal-info[data-v-8c6f10c1] {
    display: block;
    float: right;
}
.header .solution-header .solution-header-inner[data-v-8c6f10c1] {
    display: block;
    overflow: hidden;
}
.header .solution-header .solution-heading[data-v-8c6f10c1] {
    display: inline-block;
}
.header .solution-header .solution-info[data-v-8c6f10c1] {
    display: block;
    float: right;
    margin-left: 0;
    text-align: right;
}
}
@media print and (min-width: 992px) {
.header .solution-header .solution-info[data-v-8c6f10c1] {
    margin-left: 0;
}
}
@media print {
footer .footer[data-v-8c6f10c1] {
    margin-top: 32px;
    padding-bottom: 0;
}
footer .footer .inline-list > li[data-v-8c6f10c1] {
    display: inline-block;
}
footer .footer .inline-list > li + li[data-v-8c6f10c1] {
    margin-left: 16px;
}
.card[data-v-8c6f10c1] {
    box-shadow: none;
}
}
@media print {
body.modal-active > header[data-v-8c6f10c1] {
    display: none;
}
body.modal-active .page-container[data-v-8c6f10c1] {
    display: none;
}
body.modal-active > footer[data-v-8c6f10c1] {
    display: none;
}
body .modal .modal__overlay[data-v-8c6f10c1] {
    display: block;
    position: relative;
    background-color: transparent;
}
body .modal .bg-modal[data-v-8c6f10c1] {
    background-color: transparent !important;
    background: transparent !important;
}
body .modal .modal__header[data-v-8c6f10c1] {
    display: block;
}
}
@media print and (min-width: 992px) {
body .modal .modal__footer[data-v-8c6f10c1] {
    display: block;
}
}
@media print and (max-width: 767px) {
.table.table--responsive-headers[data-v-8c6f10c1]:not(.d-print-table),
  .table.table-sm-responsive-headers[data-v-8c6f10c1]:not(.d-print-table),
  .table.table-md-responsive-headers[data-v-8c6f10c1]:not(.d-print-table),
  .table.table-lg-responsive-headers[data-v-8c6f10c1]:not(.d-print-table),
  .table.table-xl-responsive-headers[data-v-8c6f10c1]:not(.d-print-table) {
    display: block;
}
.table.table--responsive-headers:not(.d-print-table) thead[data-v-8c6f10c1],
  .table.table-sm-responsive-headers:not(.d-print-table) thead[data-v-8c6f10c1],
  .table.table-md-responsive-headers:not(.d-print-table) thead[data-v-8c6f10c1],
  .table.table-lg-responsive-headers:not(.d-print-table) thead[data-v-8c6f10c1],
  .table.table-xl-responsive-headers:not(.d-print-table) thead[data-v-8c6f10c1] {
    display: none;
}
.table.table--responsive-headers:not(.d-print-table) tr[data-v-8c6f10c1],
  .table.table-sm-responsive-headers:not(.d-print-table) tr[data-v-8c6f10c1],
  .table.table-md-responsive-headers:not(.d-print-table) tr[data-v-8c6f10c1],
  .table.table-lg-responsive-headers:not(.d-print-table) tr[data-v-8c6f10c1],
  .table.table-xl-responsive-headers:not(.d-print-table) tr[data-v-8c6f10c1] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table--responsive-headers:not(.d-print-table) tr[data-v-8c6f10c1]:last-child,
  .table.table-sm-responsive-headers:not(.d-print-table) tr[data-v-8c6f10c1]:last-child,
  .table.table-md-responsive-headers:not(.d-print-table) tr[data-v-8c6f10c1]:last-child,
  .table.table-lg-responsive-headers:not(.d-print-table) tr[data-v-8c6f10c1]:last-child,
  .table.table-xl-responsive-headers:not(.d-print-table) tr[data-v-8c6f10c1]:last-child {
    border-bottom: 0;
}
.table.table--responsive-headers:not(.d-print-table) tr td[data-v-8c6f10c1], .table.table--responsive-headers:not(.d-print-table) tr th[data-v-8c6f10c1],
  .table.table-sm-responsive-headers:not(.d-print-table) tr td[data-v-8c6f10c1],
  .table.table-sm-responsive-headers:not(.d-print-table) tr th[data-v-8c6f10c1],
  .table.table-md-responsive-headers:not(.d-print-table) tr td[data-v-8c6f10c1],
  .table.table-md-responsive-headers:not(.d-print-table) tr th[data-v-8c6f10c1],
  .table.table-lg-responsive-headers:not(.d-print-table) tr td[data-v-8c6f10c1],
  .table.table-lg-responsive-headers:not(.d-print-table) tr th[data-v-8c6f10c1],
  .table.table-xl-responsive-headers:not(.d-print-table) tr td[data-v-8c6f10c1],
  .table.table-xl-responsive-headers:not(.d-print-table) tr th[data-v-8c6f10c1] {
    display: block;
    border: none !important;
}
.table.table--responsive-headers:not(.d-print-table) tr td[data-title][data-v-8c6f10c1]:not([data-title=""]):before, .table.table--responsive-headers:not(.d-print-table) tr th[data-title][data-v-8c6f10c1]:not([data-title=""]):before,
  .table.table-sm-responsive-headers:not(.d-print-table) tr td[data-title][data-v-8c6f10c1]:not([data-title=""]):before,
  .table.table-sm-responsive-headers:not(.d-print-table) tr th[data-title][data-v-8c6f10c1]:not([data-title=""]):before,
  .table.table-md-responsive-headers:not(.d-print-table) tr td[data-title][data-v-8c6f10c1]:not([data-title=""]):before,
  .table.table-md-responsive-headers:not(.d-print-table) tr th[data-title][data-v-8c6f10c1]:not([data-title=""]):before,
  .table.table-lg-responsive-headers:not(.d-print-table) tr td[data-title][data-v-8c6f10c1]:not([data-title=""]):before,
  .table.table-lg-responsive-headers:not(.d-print-table) tr th[data-title][data-v-8c6f10c1]:not([data-title=""]):before,
  .table.table-xl-responsive-headers:not(.d-print-table) tr td[data-title][data-v-8c6f10c1]:not([data-title=""]):before,
  .table.table-xl-responsive-headers:not(.d-print-table) tr th[data-title][data-v-8c6f10c1]: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[data-v-8c6f10c1]:first-child,
  .table.table-sm-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-8c6f10c1]:first-child,
  .table.table-md-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-8c6f10c1]:first-child,
  .table.table-lg-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-8c6f10c1]:first-child,
  .table.table-xl-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-8c6f10c1]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table--responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-8c6f10c1]:last-child,
  .table.table-sm-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-8c6f10c1]:last-child,
  .table.table-md-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-8c6f10c1]:last-child,
  .table.table-lg-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-8c6f10c1]:last-child,
  .table.table-xl-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-8c6f10c1]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table--responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-8c6f10c1]:first-child, .table.table--responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-8c6f10c1]:first-child,
  .table.table-sm-responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-8c6f10c1]:first-child,
  .table.table-sm-responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-8c6f10c1]:first-child,
  .table.table-md-responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-8c6f10c1]:first-child,
  .table.table-md-responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-8c6f10c1]:first-child,
  .table.table-lg-responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-8c6f10c1]:first-child,
  .table.table-lg-responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-8c6f10c1]:first-child,
  .table.table-xl-responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-8c6f10c1]:first-child,
  .table.table-xl-responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-8c6f10c1]:first-child {
    padding-left: 16px;
}
}
@media print {
.form-radio.radio-large:checked + label[data-v-8c6f10c1]:after {
    border: 8px solid #1a1a1a;
}
.form-radio:checked + label[data-v-8c6f10c1]:after {
    border: 4px solid #1a1a1a;
}
.form-checkbox:checked + label[data-v-8c6f10c1]:before {
    background-color: transparent;
    border: 10px solid #1a1a1a;
}
.form-checkbox.checkbox-large:checked + label[data-v-8c6f10c1]:before {
    border: 16px solid #1a1a1a;
}
}
.rich-tekst-menu-button[data-v-8c6f10c1] {
  padding-left: 3px;
  padding-right: 3px;
  margin: 1px;
}
.rich-tekst-menu-button.toggled[data-v-8c6f10c1] {
  background-color: #454545;
  color: #ffffff;
}
.rich-tekst-container[data-v-8c6f10c1] {
  background-color: #ffffff;
}
.rich-tekst-content[data-v-8c6f10c1] {
  min-height: 110px;
}
.limit-exceeded[data-v-8c6f10c1] {
  color: #CC0000;
}
input[readonly][type=text][data-v-8c6f10c1],
input[readonly][type=email][data-v-8c6f10c1],
input[readonly][type=tel][data-v-8c6f10c1],
input[readonly][type=number][data-v-8c6f10c1],
textarea[readonly][data-v-8c6f10c1] {
  border: 1px solid #747474;
  background-color: #F5F5F5;
  padding: calc(8px - 1px) calc(16px - 1px);
  margin-top: 8px;
}
.add-newline[data-v-8c6f10c1] {
  white-space: pre-wrap;
}.multiselect{align-items:center;background:var(--ms-bg,#fff);border:var(--ms-border-width,1px) solid var(--ms-border-color,#d1d5db);border-radius:var(--ms-radius,4px);box-sizing:border-box;cursor:pointer;display:flex;font-size:var(--ms-font-size,1rem);justify-content:flex-end;margin:0 auto;min-height:calc(var(--ms-border-width, 1px)*2 + var(--ms-font-size, 1rem)*var(--ms-line-height, 1.375) + var(--ms-py, .5rem)*2);outline:none;position:relative;width:100%}.multiselect.is-open{border-radius:var(--ms-radius,4px) var(--ms-radius,4px) 0 0}.multiselect.is-open-top{border-radius:0 0 var(--ms-radius,4px) var(--ms-radius,4px)}.multiselect.is-disabled{background:var(--ms-bg-disabled,#f3f4f6);cursor:default}.multiselect.is-active{border:var(--ms-border-width-active,var(--ms-border-width,1px)) solid var(--ms-border-color-active,var(--ms-border-color,#d1d5db));box-shadow:0 0 0 var(--ms-ring-width,3px) var(--ms-ring-color,rgba(16,185,129,.188))}.multiselect-wrapper{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;justify-content:flex-end;margin:0 auto;min-height:calc(var(--ms-border-width, 1px)*2 + var(--ms-font-size, 1rem)*var(--ms-line-height, 1.375) + var(--ms-py, .5rem)*2);outline:none;position:relative;width:100%}.multiselect-multiple-label,.multiselect-placeholder,.multiselect-single-label{align-items:center;background:transparent;box-sizing:border-box;display:flex;height:100%;left:0;line-height:var(--ms-line-height,1.375);max-width:100%;padding-left:var(--ms-px,.875rem);padding-right:calc(1.25rem + var(--ms-px, .875rem)*3);pointer-events:none;position:absolute;top:0}.multiselect-placeholder{color:var(--ms-placeholder-color,#9ca3af)}.multiselect-single-label-text{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multiselect-search{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--ms-bg,#fff);border:0;border-radius:var(--ms-radius,4px);bottom:0;box-sizing:border-box;font-family:inherit;font-size:inherit;height:100%;left:0;outline:none;padding-left:var(--ms-px,.875rem);position:absolute;right:0;top:0;width:100%}.multiselect-search::-webkit-search-cancel-button,.multiselect-search::-webkit-search-decoration,.multiselect-search::-webkit-search-results-button,.multiselect-search::-webkit-search-results-decoration{-webkit-appearance:none}.multiselect-tags{flex-grow:1;flex-shrink:1;flex-wrap:wrap;margin:var(--ms-tag-my,.25rem) 0 0;padding-left:var(--ms-py,.5rem)}.multiselect-tag,.multiselect-tags{align-items:center;display:flex;min-width:0}.multiselect-tag{background:var(--ms-tag-bg,#10b981);border-radius:var(--ms-tag-radius,4px);color:var(--ms-tag-color,#fff);font-size:var(--ms-tag-font-size,.875rem);font-weight:var(--ms-tag-font-weight,600);line-height:var(--ms-tag-line-height,1.25rem);margin-bottom:var(--ms-tag-my,.25rem);margin-right:var(--ms-tag-mx,.25rem);padding:var(--ms-tag-py,.125rem) 0 var(--ms-tag-py,.125rem) var(--ms-tag-px,.5rem);white-space:nowrap}.multiselect-tag.is-disabled{background:var(--ms-tag-bg-disabled,#9ca3af);color:var(--ms-tag-color-disabled,#fff);padding-right:var(--ms-tag-px,.5rem)}.multiselect-tag-wrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multiselect-tag-wrapper-break{white-space:normal;word-break:break-all}.multiselect-tag-remove{align-items:center;border-radius:var(--ms-tag-remove-radius,4px);display:flex;justify-content:center;margin:var(--ms-tag-remove-my,0) var(--ms-tag-remove-mx,.125rem);padding:var(--ms-tag-remove-py,.25rem) var(--ms-tag-remove-px,.25rem)}.multiselect-tag-remove:hover{background:rgba(0,0,0,.063)}.multiselect-tag-remove-icon{background-color:currentColor;display:inline-block;height:.75rem;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 320 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m207.6 256 107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 320 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m207.6 256 107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;opacity:.8;width:.75rem}.multiselect-tags-search-wrapper{display:inline-block;flex-grow:1;flex-shrink:1;height:100%;margin:0 var(--ms-tag-mx,4px) var(--ms-tag-my,4px);position:relative}.multiselect-tags-search-copy{display:inline-block;height:1px;visibility:hidden;white-space:pre-wrap;width:100%}.multiselect-tags-search{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;bottom:0;box-sizing:border-box;font-family:inherit;font-size:inherit;left:0;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.multiselect-tags-search::-webkit-search-cancel-button,.multiselect-tags-search::-webkit-search-decoration,.multiselect-tags-search::-webkit-search-results-button,.multiselect-tags-search::-webkit-search-results-decoration{-webkit-appearance:none}.multiselect-inifite{align-items:center;display:flex;justify-content:center;min-height:calc(var(--ms-border-width, 1px)*2 + var(--ms-font-size, 1rem)*var(--ms-line-height, 1.375) + var(--ms-py, .5rem)*2);width:100%}.multiselect-inifite-spinner,.multiselect-spinner{animation:multiselect-spin 1s linear infinite;background-color:var(--ms-spinner-color,#10b981);flex-grow:0;flex-shrink:0;height:1rem;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 512 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m456.433 371.72-27.79-16.045c-7.192-4.152-10.052-13.136-6.487-20.636 25.82-54.328 23.566-118.602-6.768-171.03-30.265-52.529-84.802-86.621-144.76-91.424C262.35 71.922 256 64.953 256 56.649V24.56c0-9.31 7.916-16.609 17.204-15.96 81.795 5.717 156.412 51.902 197.611 123.408 41.301 71.385 43.99 159.096 8.042 232.792-4.082 8.369-14.361 11.575-22.424 6.92z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 512 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m456.433 371.72-27.79-16.045c-7.192-4.152-10.052-13.136-6.487-20.636 25.82-54.328 23.566-118.602-6.768-171.03-30.265-52.529-84.802-86.621-144.76-91.424C262.35 71.922 256 64.953 256 56.649V24.56c0-9.31 7.916-16.609 17.204-15.96 81.795 5.717 156.412 51.902 197.611 123.408 41.301 71.385 43.99 159.096 8.042 232.792-4.082 8.369-14.361 11.575-22.424 6.92z'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:1rem;z-index:10}.multiselect-spinner{margin:0 var(--ms-px,.875rem) 0 0}.multiselect-clear{display:flex;flex-grow:0;flex-shrink:0;opacity:1;padding:0 var(--ms-px,.875rem) 0 0;position:relative;transition:.3s;z-index:10}.multiselect-clear:hover .multiselect-clear-icon{background-color:var(--ms-clear-color-hover,#000)}.multiselect-clear-icon{background-color:var(--ms-clear-color,#999);display:inline-block;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 320 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m207.6 256 107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 320 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m207.6 256 107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'/%3E%3C/svg%3E");transition:.3s}.multiselect-caret,.multiselect-clear-icon{height:1.125rem;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:.625rem}.multiselect-caret{background-color:var(--ms-caret-color,#999);flex-grow:0;flex-shrink:0;margin:0 var(--ms-px,.875rem) 0 0;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 320 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 320 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E");pointer-events:none;position:relative;transform:rotate(0deg);transition:transform .3s;z-index:10}.multiselect-caret.is-open{pointer-events:auto;transform:rotate(180deg)}.multiselect-dropdown{-webkit-overflow-scrolling:touch;background:var(--ms-dropdown-bg,#fff);border:var(--ms-dropdown-border-width,1px) solid var(--ms-dropdown-border-color,#d1d5db);border-radius:0 0 var(--ms-dropdown-radius,4px) var(--ms-dropdown-radius,4px);bottom:0;display:flex;flex-direction:column;left:calc(var(--ms-border-width, 1px)*-1);margin-top:calc(var(--ms-border-width, 1px)*-1);max-height:var(--ms-max-height,10rem);outline:none;overflow-y:scroll;position:absolute;right:calc(var(--ms-border-width, 1px)*-1);transform:translateY(100%);z-index:100}.multiselect-dropdown.is-top{border-radius:var(--ms-dropdown-radius,4px) var(--ms-dropdown-radius,4px) 0 0;bottom:auto;top:var(--ms-border-width,1px);transform:translateY(-100%)}.multiselect-dropdown.is-hidden{display:none}.multiselect-options{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.multiselect-group{margin:0;padding:0}.multiselect-group-label{align-items:center;background:var(--ms-group-label-bg,#e5e7eb);box-sizing:border-box;color:var(--ms-group-label-color,#374151);cursor:default;display:flex;font-size:.875rem;font-weight:600;justify-content:flex-start;line-height:var(--ms-group-label-line-height,1.375);padding:var(--ms-group-label-py,.3rem) var(--ms-group-label-px,.75rem);text-align:left;text-decoration:none}.multiselect-group-label.is-pointable{cursor:pointer}.multiselect-group-label.is-pointed{background:var(--ms-group-label-bg-pointed,#d1d5db);color:var(--ms-group-label-color-pointed,#374151)}.multiselect-group-label.is-selected{background:var(--ms-group-label-bg-selected,#059669);color:var(--ms-group-label-color-selected,#fff)}.multiselect-group-label.is-disabled{background:var(--ms-group-label-bg-disabled,#f3f4f6);color:var(--ms-group-label-color-disabled,#d1d5db);cursor:not-allowed}.multiselect-group-label.is-selected.is-pointed{background:var(--ms-group-label-bg-selected-pointed,#0c9e70);color:var(--ms-group-label-color-selected-pointed,#fff)}.multiselect-group-label.is-selected.is-disabled{background:var(--ms-group-label-bg-selected-disabled,#75cfb1);color:var(--ms-group-label-color-selected-disabled,#d1fae5)}.multiselect-group-options{margin:0;padding:0}.multiselect-option{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;font-size:var(--ms-option-font-size,1rem);justify-content:flex-start;line-height:var(--ms-option-line-height,1.375);padding:var(--ms-option-py,.5rem) var(--ms-option-px,.75rem);text-align:left;text-decoration:none}.multiselect-option.is-pointed{background:var(--ms-option-bg-pointed,#f3f4f6);color:var(--ms-option-color-pointed,#1f2937)}.multiselect-option.is-selected{background:var(--ms-option-bg-selected,#10b981);color:var(--ms-option-color-selected,#fff)}.multiselect-option.is-disabled{background:var(--ms-option-bg-disabled,#fff);color:var(--ms-option-color-disabled,#d1d5db);cursor:not-allowed}.multiselect-option.is-selected.is-pointed{background:var(--ms-option-bg-selected-pointed,#26c08e);color:var(--ms-option-color-selected-pointed,#fff)}.multiselect-option.is-selected.is-disabled{background:var(--ms-option-bg-selected-disabled,#87dcc0);color:var(--ms-option-color-selected-disabled,#d1fae5)}.multiselect-no-options,.multiselect-no-results{color:var(--ms-empty-color,#4b5563);padding:var(--ms-option-py,.5rem) var(--ms-option-px,.75rem)}.multiselect-fake-input{background:transparent;border:0;bottom:-1px;font-size:0;height:1px;left:0;outline:none;padding:0;position:absolute;right:0;width:100%}.multiselect-fake-input:active,.multiselect-fake-input:focus{outline:none}.multiselect-assistive-text{clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;position:absolute;width:1px}.multiselect-spacer{display:none}[dir=rtl] .multiselect-multiple-label,[dir=rtl] .multiselect-placeholder,[dir=rtl] .multiselect-single-label{left:auto;padding-left:calc(1.25rem + var(--ms-px, .875rem)*3);padding-right:var(--ms-px,.875rem);right:0}[dir=rtl] .multiselect-search{padding-left:0;padding-right:var(--ms-px,.875rem)}[dir=rtl] .multiselect-tags{padding-left:0;padding-right:var(--ms-py,.5rem)}[dir=rtl] .multiselect-tag{margin-left:var(--ms-tag-mx,.25rem);margin-right:0;padding:var(--ms-tag-py,.125rem) var(--ms-tag-px,.5rem) var(--ms-tag-py,.125rem) 0}[dir=rtl] .multiselect-tag.is-disabled{padding-left:var(--ms-tag-px,.5rem)}[dir=rtl] .multiselect-caret,[dir=rtl] .multiselect-spinner{margin:0 0 0 var(--ms-px,.875rem)}[dir=rtl] .multiselect-clear{padding:0 0 0 var(--ms-px,.875rem)}@keyframes multiselect-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}body {
  overflow: scroll;
}
.mobile-view {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
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: white;
}
.background-dark a:disabled, .background-dark a.disabled {
  box-shadow: none !important;
  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;
}
a.bold-link {
  font-weight: 600;
}
a:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1, .h1 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1, .h1 {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1, .h1 {
    font-size: 3.9rem;
}
}
h1, .h1 {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1, .h1 {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1, .h1 {
    line-height: 4.8rem;
}
}
h1, .h1 {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1, .h1 {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1, .h1 {
    letter-spacing: normal;
}
}
h1, .h1 {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2, .h2 {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2, .h2 {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2, .h2 {
    font-size: 3.1rem;
}
}
h2, .h2 {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2, .h2 {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2, .h2 {
    line-height: 4rem;
}
}
h2, .h2 {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2, .h2 {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2, .h2 {
    letter-spacing: normal;
}
}
h2, .h2 {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3, .h3 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3, .h3 {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3, .h3 {
    font-size: 2.5rem;
}
}
h3, .h3 {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3, .h3 {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3, .h3 {
    line-height: 3.2rem;
}
}
h3, .h3 {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3, .h3 {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3, .h3 {
    letter-spacing: normal;
}
}
h3, .h3 {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4, .h4 {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4, .h4 {
    font-size: 2rem;
}
}
h4, .h4 {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4, .h4 {
    line-height: 2.8rem;
}
}
h4, .h4 {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4, .h4 {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4, .h4 {
    letter-spacing: normal;
}
}
h4, .h4 {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5, .h5 {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5, .h5 {
    font-size: 1.6rem;
}
}
h5, .h5 {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5, .h5 {
    line-height: 2.4rem;
}
}
h5, .h5 {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5, .h5 {
    letter-spacing: normal;
}
}
h5, .h5 {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6, .h6 {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p, .body-text, .body-copy-text {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption, .figcaption {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p, .figcaption p {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  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: normal;
}
.article {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small, .small-text {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal {
  font-weight: 400;
}
.weight-semibold {
  font-weight: 600;
}
.facit {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong, b, .bold {
  font-weight: 700;
}
.italic, em {
  font-style: italic;
}
.form-label {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
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: 0rem;
}
h2, .h2 {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2, .h2 {
    margin-top: 4rem;
}
}
h3, .h3 {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3, .h3 {
    margin-top: 4rem;
}
}
h4, .h4 {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5, .h5 {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6, .h6 {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead {
  margin-top: 2.4rem;
  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 {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link:hover, .function-link:visited, .function-link:focus {
  color: #1a1a1a;
}
.function-link .icon-svg {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right {
  text-align: right;
}
.back-link {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link {
    margin-bottom: 32px;
}
}
.back-link {
  line-height: 2.4rem;
  padding-left: 14px;
}
.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;
}
.icon-link {
  line-height: 2.4rem;
}
.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(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol:not(.accordion):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;
}
.displayheading-1 {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2 {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.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: white;
}
.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;
}
.d-inline {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline {
    display: inline !important;
}
}
.flex-grow {
  flex-grow: 1;
}
.weight-normal {
  font-weight: 400 !important;
}
.input-width-xxl {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap {
  text-wrap: nowrap;
}
.content-to-bottom {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom {
    margin-bottom: 0;
}
}
.gray-100 {
  background-color: #F5F5F5;
}
.highlight {
  background: #ffff00;
}
body.mitudbud-theme {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper {
  z-index: 10000;
}
.video-responsive {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li,
.sidenav-list-virk.sidenav-list li li,
.sidenav-list-virk.sidenav-list a {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a:focus {
  outline: none;
}
.go-back-link a:focus span {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.multiselect-container .form-label {
  text-align: left;
}
.multiselect-container .multiselect--active {
  outline: 4px solid #747474;
}
.multiselect-container .multiselect:focus {
  outline: 4px solid #747474;
}
.multiselect-container .multiselect {
  max-width: 32rem;
  margin: 8px 0 0 0;
  font-size: 1.6rem;
}
.multiselect-container .multiselect .multiselect-wrapper {
  border: 1px solid #747474;
  border-radius: 4px;
  color: #1a1a1a;
  font-size: 1.6rem;
  line-height: 2.6rem;
  height: calc(2.6rem + 16px);
  text-align: left;
  padding: 7px 15px;
  padding-right: 32px;
  box-shadow: none !important;
}
.multiselect-container .multiselect .multiselect-wrapper:focus {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.multiselect-container .multiselect.is-active {
  box-shadow: none !important;
}
.multiselect-container .multiselect .multiselect-placeholder {
  color: #1a1a1a;
}
.multiselect-container .multiselect .multiselect-caret {
  opacity: 1;
  margin-right: -20px;
  width: 2.2rem;
  height: 2.2rem;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 24H0V0h24v24z" fill="none" opacity=".87"></path> <path d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"></path></svg>');
  background-color: transparent;
}
.multiselect-container .multiselect .multiselect-dropdown {
  max-height: 30rem !important;
  height: 30rem !important;
  overflow-y: auto;
  overflow-x: hidden;
}
.multiselect-container .multiselect .multiselect-dropdown hr {
  width: 100%;
}
.multiselect-container .multiselect .multiselect-clear {
  padding-right: 0px;
  margin-right: 8px;
}
.multiselect-container .multiselect .multiselect-clear .multiselect-clear-icon {
  background-color: #1a1a1a;
}
.multiselect-container .multiselect .multiselect-clear:focus {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.multiselect-container .multiselect .multiselect-options .multiselect-option {
  font-size: 1.5rem;
}
.multiselect-container .multiselect .multiselect-options .multiselect-option.is-selected {
  background: transparent;
  color: #1a1a1a;
}
.multiselect-container .multiselect .multiselect-options .multiselect-option.is-selected.is-pointed {
  background-color: #DCDCDC;
}
.multiselect-container .multiselect .multiselect-options .multiselect-option.is-pointed {
  background-color: #DCDCDC;
  color: #1a1a1a;
}
.multiselect-container .multiselect .multiselect-options .multiselect-option:before {
  display: none;
}
body[data-v-1967941a] {
  overflow: scroll;
}
.mobile-view[data-v-1967941a] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-1967941a] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-1967941a] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-1967941a] {
  font-size: 1.6rem;
}
p[data-v-1967941a] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-1967941a] {
  color: #004D99;
}
a[data-v-1967941a]:hover, a.link-hover[data-v-1967941a] {
  color: #000040;
}
a[data-v-1967941a]:hover:disabled,
a:hover .disabled[data-v-1967941a], a.link-hover[data-v-1967941a]:disabled,
a.link-hover .disabled[data-v-1967941a] {
  background-color: transparent !important;
}
a[data-v-1967941a]:focus, a.link-focus[data-v-1967941a] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-1967941a]:visited, a.link-visited[data-v-1967941a] {
  color: #800080;
}
a[data-v-1967941a]:disabled, a.disabled[data-v-1967941a] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-1967941a]:disabled:focus, a.disabled[data-v-1967941a]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-1967941a]:not(.button) {
  color: white;
}
.background-dark a[data-v-1967941a]:disabled, .background-dark a.disabled[data-v-1967941a] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-1967941a]:disabled:focus, .background-dark a.disabled[data-v-1967941a]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-1967941a] {
  font-weight: 600;
}
a[data-v-1967941a]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-1967941a], .h1[data-v-1967941a] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-1967941a], .h1[data-v-1967941a] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-1967941a], .h1[data-v-1967941a] {
    font-size: 3.9rem;
}
}
h1[data-v-1967941a], .h1[data-v-1967941a] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-1967941a], .h1[data-v-1967941a] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-1967941a], .h1[data-v-1967941a] {
    line-height: 4.8rem;
}
}
h1[data-v-1967941a], .h1[data-v-1967941a] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-1967941a], .h1[data-v-1967941a] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-1967941a], .h1[data-v-1967941a] {
    letter-spacing: normal;
}
}
h1[data-v-1967941a], .h1[data-v-1967941a] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-1967941a], .h2[data-v-1967941a] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-1967941a], .h2[data-v-1967941a] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-1967941a], .h2[data-v-1967941a] {
    font-size: 3.1rem;
}
}
h2[data-v-1967941a], .h2[data-v-1967941a] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-1967941a], .h2[data-v-1967941a] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-1967941a], .h2[data-v-1967941a] {
    line-height: 4rem;
}
}
h2[data-v-1967941a], .h2[data-v-1967941a] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-1967941a], .h2[data-v-1967941a] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-1967941a], .h2[data-v-1967941a] {
    letter-spacing: normal;
}
}
h2[data-v-1967941a], .h2[data-v-1967941a] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-1967941a], .h3[data-v-1967941a] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-1967941a], .h3[data-v-1967941a] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-1967941a], .h3[data-v-1967941a] {
    font-size: 2.5rem;
}
}
h3[data-v-1967941a], .h3[data-v-1967941a] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-1967941a], .h3[data-v-1967941a] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-1967941a], .h3[data-v-1967941a] {
    line-height: 3.2rem;
}
}
h3[data-v-1967941a], .h3[data-v-1967941a] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-1967941a], .h3[data-v-1967941a] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-1967941a], .h3[data-v-1967941a] {
    letter-spacing: normal;
}
}
h3[data-v-1967941a], .h3[data-v-1967941a] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-1967941a], .h4[data-v-1967941a] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-1967941a], .h4[data-v-1967941a] {
    font-size: 2rem;
}
}
h4[data-v-1967941a], .h4[data-v-1967941a] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-1967941a], .h4[data-v-1967941a] {
    line-height: 2.8rem;
}
}
h4[data-v-1967941a], .h4[data-v-1967941a] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-1967941a], .h4[data-v-1967941a] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-1967941a], .h4[data-v-1967941a] {
    letter-spacing: normal;
}
}
h4[data-v-1967941a], .h4[data-v-1967941a] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-1967941a], .h5[data-v-1967941a] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-1967941a], .h5[data-v-1967941a] {
    font-size: 1.6rem;
}
}
h5[data-v-1967941a], .h5[data-v-1967941a] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-1967941a], .h5[data-v-1967941a] {
    line-height: 2.4rem;
}
}
h5[data-v-1967941a], .h5[data-v-1967941a] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-1967941a], .h5[data-v-1967941a] {
    letter-spacing: normal;
}
}
h5[data-v-1967941a], .h5[data-v-1967941a] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-1967941a], .h6[data-v-1967941a] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-1967941a], .body-text[data-v-1967941a], .body-copy-text[data-v-1967941a] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-1967941a], .figcaption[data-v-1967941a] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-1967941a], .figcaption p[data-v-1967941a] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-1967941a] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-1967941a] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-1967941a] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-1967941a], .small-text[data-v-1967941a] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-1967941a] {
  font-weight: 400;
}
.weight-semibold[data-v-1967941a] {
  font-weight: 600;
}
.facit[data-v-1967941a] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-1967941a], b[data-v-1967941a], .bold[data-v-1967941a] {
  font-weight: 700;
}
.italic[data-v-1967941a], em[data-v-1967941a] {
  font-style: italic;
}
.form-label[data-v-1967941a] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-1967941a]:focus, .h1[data-v-1967941a]:focus,
h2[data-v-1967941a]:focus, .h2[data-v-1967941a]:focus,
h3[data-v-1967941a]:focus, .h3[data-v-1967941a]:focus,
h4[data-v-1967941a]:focus, .h4[data-v-1967941a]:focus,
h5[data-v-1967941a]:focus, .h5[data-v-1967941a]:focus,
h6[data-v-1967941a]:focus, .h6[data-v-1967941a]:focus {
  outline: none;
}
h1[data-v-1967941a], .h1[data-v-1967941a] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-1967941a], .h2[data-v-1967941a] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-1967941a], .h2[data-v-1967941a] {
    margin-top: 4rem;
}
}
h3[data-v-1967941a], .h3[data-v-1967941a] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-1967941a], .h3[data-v-1967941a] {
    margin-top: 4rem;
}
}
h4[data-v-1967941a], .h4[data-v-1967941a] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-1967941a], .h5[data-v-1967941a] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-1967941a], .h6[data-v-1967941a] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-1967941a] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-1967941a], .body-text[data-v-1967941a] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-1967941a], h5 + ul[data-v-1967941a], h5 + ol[data-v-1967941a], .h5 + p[data-v-1967941a], .h5 + ul[data-v-1967941a], .h5 + ol[data-v-1967941a], h6 + p[data-v-1967941a], h6 + ul[data-v-1967941a], h6 + ol[data-v-1967941a], .h6 + p[data-v-1967941a], .h6 + ul[data-v-1967941a], .h6 + ol[data-v-1967941a] {
  margin-top: 0;
}
button.function-link[data-v-1967941a], button.accordion-bulk-button[data-v-1967941a] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-1967941a], button.accordion-bulk-button[data-v-1967941a] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-1967941a]:hover, button.accordion-bulk-button[data-v-1967941a]:hover, .function-link[data-v-1967941a]:visited, button.accordion-bulk-button[data-v-1967941a]:visited, .function-link[data-v-1967941a]:focus, button.accordion-bulk-button[data-v-1967941a]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-1967941a], button.accordion-bulk-button .icon-svg[data-v-1967941a] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-1967941a], button.link-right.accordion-bulk-button[data-v-1967941a] {
  text-align: right;
}
.back-link[data-v-1967941a] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-1967941a] {
    margin-bottom: 32px;
}
}
.back-link[data-v-1967941a] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-1967941a]::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[data-v-1967941a]:active, .back-link[data-v-1967941a]:focus, .back-link[data-v-1967941a]:hover, .back-link[data-v-1967941a]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-1967941a] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-1967941a] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-1967941a], h1 a[data-v-1967941a]:hover, h1 a[data-v-1967941a]:visited, h1 a[data-v-1967941a]:focus, .h1 a[data-v-1967941a], .h1 a[data-v-1967941a]:hover, .h1 a[data-v-1967941a]:visited, .h1 a[data-v-1967941a]:focus,
h2 a[data-v-1967941a],
h2 a[data-v-1967941a]:hover,
h2 a[data-v-1967941a]:visited,
h2 a[data-v-1967941a]:focus, .h2 a[data-v-1967941a], .h2 a[data-v-1967941a]:hover, .h2 a[data-v-1967941a]:visited, .h2 a[data-v-1967941a]:focus,
h3 a[data-v-1967941a],
h3 a[data-v-1967941a]:hover,
h3 a[data-v-1967941a]:visited,
h3 a[data-v-1967941a]:focus, .h3 a[data-v-1967941a], .h3 a[data-v-1967941a]:hover, .h3 a[data-v-1967941a]:visited, .h3 a[data-v-1967941a]:focus,
h4 a[data-v-1967941a],
h4 a[data-v-1967941a]:hover,
h4 a[data-v-1967941a]:visited,
h4 a[data-v-1967941a]:focus, .h4 a[data-v-1967941a], .h4 a[data-v-1967941a]:hover, .h4 a[data-v-1967941a]:visited, .h4 a[data-v-1967941a]:focus,
h5 a[data-v-1967941a],
h5 a[data-v-1967941a]:hover,
h5 a[data-v-1967941a]:visited,
h5 a[data-v-1967941a]:focus, .h5 a[data-v-1967941a], .h5 a[data-v-1967941a]:hover, .h5 a[data-v-1967941a]:visited, .h5 a[data-v-1967941a]:focus,
h6 a[data-v-1967941a],
h6 a[data-v-1967941a]:hover,
h6 a[data-v-1967941a]:visited,
h6 a[data-v-1967941a]:focus, .h6 a[data-v-1967941a], .h6 a[data-v-1967941a]:hover, .h6 a[data-v-1967941a]:visited, .h6 a[data-v-1967941a]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-1967941a], .h1 a.search-link[data-v-1967941a],
h2 a.search-link[data-v-1967941a], .h2 a.search-link[data-v-1967941a],
h3 a.search-link[data-v-1967941a], .h3 a.search-link[data-v-1967941a],
h4 a.search-link[data-v-1967941a], .h4 a.search-link[data-v-1967941a],
h5 a.search-link[data-v-1967941a], .h5 a.search-link[data-v-1967941a],
h6 a.search-link[data-v-1967941a], .h6 a.search-link[data-v-1967941a] {
  text-decoration: none;
}
h1 a.search-link[data-v-1967941a]:visited, .h1 a.search-link[data-v-1967941a]:visited,
h2 a.search-link[data-v-1967941a]:visited, .h2 a.search-link[data-v-1967941a]:visited,
h3 a.search-link[data-v-1967941a]:visited, .h3 a.search-link[data-v-1967941a]:visited,
h4 a.search-link[data-v-1967941a]:visited, .h4 a.search-link[data-v-1967941a]:visited,
h5 a.search-link[data-v-1967941a]:visited, .h5 a.search-link[data-v-1967941a]:visited,
h6 a.search-link[data-v-1967941a]:visited, .h6 a.search-link[data-v-1967941a]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-1967941a]:focus, .h1 a.search-link[data-v-1967941a]:focus,
h2 a.search-link[data-v-1967941a]:focus, .h2 a.search-link[data-v-1967941a]:focus,
h3 a.search-link[data-v-1967941a]:focus, .h3 a.search-link[data-v-1967941a]:focus,
h4 a.search-link[data-v-1967941a]:focus, .h4 a.search-link[data-v-1967941a]:focus,
h5 a.search-link[data-v-1967941a]:focus, .h5 a.search-link[data-v-1967941a]:focus,
h6 a.search-link[data-v-1967941a]:focus, .h6 a.search-link[data-v-1967941a]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-1967941a]:hover, .h1 a.search-link[data-v-1967941a]:hover,
h2 a.search-link[data-v-1967941a]:hover, .h2 a.search-link[data-v-1967941a]:hover,
h3 a.search-link[data-v-1967941a]:hover, .h3 a.search-link[data-v-1967941a]:hover,
h4 a.search-link[data-v-1967941a]:hover, .h4 a.search-link[data-v-1967941a]:hover,
h5 a.search-link[data-v-1967941a]:hover, .h5 a.search-link[data-v-1967941a]:hover,
h6 a.search-link[data-v-1967941a]:hover, .h6 a.search-link[data-v-1967941a]:hover {
  text-decoration: underline;
}
cite[data-v-1967941a],
var[data-v-1967941a],
address[data-v-1967941a],
dfn[data-v-1967941a] {
  font-style: normal;
}
h1[data-v-1967941a], .h1[data-v-1967941a],
h2[data-v-1967941a], .h2[data-v-1967941a],
h3[data-v-1967941a], .h3[data-v-1967941a],
h4[data-v-1967941a], .h4[data-v-1967941a],
h5[data-v-1967941a], .h5[data-v-1967941a],
h6[data-v-1967941a], .h6[data-v-1967941a] {
  max-width: 66ch;
}
p[data-v-1967941a],
ul[data-v-1967941a]:not(.accordion):not(.tabnav):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-1967941a]:not(.accordion):not(.tabnav):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-1967941a] {
  max-width: 66ch;
}
.form-label[data-v-1967941a], .form-hint[data-v-1967941a], .form-error-message[data-v-1967941a] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-1967941a], .form-radio + label[data-v-1967941a] {
  max-width: 66ch;
}
.displayheading-1[data-v-1967941a] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-1967941a] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-1967941a] {
  color: #358000;
}
.text-negative[data-v-1967941a] {
  color: #CC0000;
}
.color-text-black[data-v-1967941a] {
  color: #1a1a1a;
}
.background-dark[data-v-1967941a] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-1967941a], .background-dark span[data-v-1967941a] {
  color: white;
}
.field-group-title[data-v-1967941a] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-1967941a] {
  border: 2px solid #1a1a1a;
}
h1[data-v-1967941a], h2[data-v-1967941a], h3[data-v-1967941a], h4[data-v-1967941a], h5[data-v-1967941a], h6[data-v-1967941a], p[data-v-1967941a], legend[data-v-1967941a], strong[data-v-1967941a], b[data-v-1967941a], cite[data-v-1967941a], var[data-v-1967941a], address[data-v-1967941a], dfn[data-v-1967941a] {
  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[data-v-1967941a] {
  text-transform: uppercase;
}
.lowercase[data-v-1967941a] {
  text-transform: lowercase;
}
.d-inline[data-v-1967941a] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-1967941a] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-1967941a] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-1967941a] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-1967941a] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-1967941a] {
    display: inline !important;
}
}
.flex-grow[data-v-1967941a] {
  flex-grow: 1;
}
.weight-normal[data-v-1967941a] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-1967941a] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-1967941a] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-1967941a] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-1967941a] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-1967941a] {
    margin-bottom: 0;
}
}
.gray-100[data-v-1967941a] {
  background-color: #F5F5F5;
}
.highlight[data-v-1967941a] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-1967941a] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-1967941a] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-1967941a] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-1967941a] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-1967941a] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-1967941a] {
  z-index: 10000;
}
.video-responsive[data-v-1967941a] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-1967941a] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-1967941a]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-1967941a]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-1967941a] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-1967941a] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-1967941a] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-1967941a]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-1967941a]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-1967941a] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-1967941a] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-1967941a] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-1967941a] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-1967941a],
.sidenav-list-virk.sidenav-list li li[data-v-1967941a],
.sidenav-list-virk.sidenav-list a[data-v-1967941a] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-1967941a] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-1967941a] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-1967941a] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-1967941a] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-1967941a] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-1967941a]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-1967941a]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-1967941a] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-1967941a]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-1967941a] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html[data-v-1967941a] {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body[data-v-1967941a] {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main[data-v-1967941a] {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1[data-v-1967941a] {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr[data-v-1967941a] {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre[data-v-1967941a] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a[data-v-1967941a] {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title][data-v-1967941a] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b[data-v-1967941a],
strong[data-v-1967941a] {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code[data-v-1967941a],
kbd[data-v-1967941a],
samp[data-v-1967941a] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small[data-v-1967941a] {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub[data-v-1967941a],
sup[data-v-1967941a] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub[data-v-1967941a] {
  bottom: -0.25em;
}
sup[data-v-1967941a] {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img[data-v-1967941a] {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button[data-v-1967941a],
input[data-v-1967941a],
optgroup[data-v-1967941a],
select[data-v-1967941a],
textarea[data-v-1967941a] {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button[data-v-1967941a],
input[data-v-1967941a] { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button[data-v-1967941a],
select[data-v-1967941a] { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button[data-v-1967941a],
[type=button][data-v-1967941a],
[type=reset][data-v-1967941a],
[type=submit][data-v-1967941a] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button[data-v-1967941a]::-moz-focus-inner,
[type=button][data-v-1967941a]::-moz-focus-inner,
[type=reset][data-v-1967941a]::-moz-focus-inner,
[type=submit][data-v-1967941a]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button[data-v-1967941a]:-moz-focusring,
[type=button][data-v-1967941a]:-moz-focusring,
[type=reset][data-v-1967941a]:-moz-focusring,
[type=submit][data-v-1967941a]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset[data-v-1967941a] {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend[data-v-1967941a] {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress[data-v-1967941a] {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea[data-v-1967941a] {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox][data-v-1967941a],
[type=radio][data-v-1967941a] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number][data-v-1967941a]::-webkit-inner-spin-button,
[type=number][data-v-1967941a]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search][data-v-1967941a] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search][data-v-1967941a]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
[data-v-1967941a]::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details[data-v-1967941a] {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary[data-v-1967941a] {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template[data-v-1967941a] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden][data-v-1967941a] {
  display: none;
}

/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-1967941a] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/IBMPlexSans-Bold-2C9u87Yj.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-Bold-BFdE_egq.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/assets/fonts/IBMPlexSans-BoldItalic-bGcn1MCo.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-BoldItalic-BAIFovnx.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/IBMPlexSans-Italic-DwjVlniu.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-Italic-CYr9jXG4.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/IBMPlexSans-Medium-UeyEdR2n.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-Medium-D7YuMikw.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 500;
  src: url("/assets/fonts/IBMPlexSans-MediumItalic-BaK08J97.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-MediumItalic-BENdRtT0.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/IBMPlexSans-Regular-DqS-h1X5.eot"); /* IE9 Compat Modes */
  src: url("/assets/fonts/IBMPlexSans-Regular-DqS-h1X5.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/IBMPlexSans-Regular-Cq2L15Xu.woff") format("woff"), url("/assets/fonts/IBMPlexSans-Regular-8pRtkRrQ.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-Regular-FfXo57ZH.ttf") format("truet ype"); /* Safari, Android, iOS */
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/IBMPlexSans-SemiBold-M85qYQJk.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-SemiBold-CouHcydL.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/fonts/IBMPlexSans-SemiBoldItalic-BAjxys0i.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-SemiBoldItalic-CqoJLOzN.woff") format("woff");
  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[data-v-1967941a] {
  box-sizing: border-box;
  line-height: normal;
}
[data-v-1967941a],[data-v-1967941a]::before,[data-v-1967941a]::after {
  box-sizing: inherit;
}
body[data-v-1967941a] {
  background-color: white;
  color: #1a1a1a;
  overflow-x: hidden;
}
[hidden][data-v-1967941a] {
  display: none !important;
}
a[data-v-1967941a]:focus, button[data-v-1967941a]:focus, input[data-v-1967941a]:focus, select[data-v-1967941a]:focus, textarea[data-v-1967941a]:focus,
.focus[data-v-1967941a] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}

/* stylelint-disable */
.container[data-v-1967941a] {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
.container[data-v-1967941a] {
    max-width: 100%;
}
}
@media (min-width: 768px) {
.container[data-v-1967941a] {
    max-width: 100%;
}
}
@media (min-width: 992px) {
.container[data-v-1967941a] {
    max-width: 100%;
}
}
@media (min-width: 1200px) {
.container[data-v-1967941a] {
    max-width: 1200px;
}
}
.container[class*=w-][data-v-1967941a] {
  max-width: inherit !important;
}
.row[data-v-1967941a] {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.row.no-gutters[data-v-1967941a] {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > .col[data-v-1967941a],
.row.no-gutters > [class*=col-][data-v-1967941a] {
  padding-right: 0;
  padding-left: 0;
}
.row.row-bordered[data-v-1967941a] {
  border-top: 1px solid #BFBFBF;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 2.4rem;
}
.row.row-bordered[data-v-1967941a]:last-of-type {
  border-bottom: 1px solid #BFBFBF;
}
.col-xxl[data-v-1967941a],
.col-xxl-auto[data-v-1967941a], .col-xxl-12[data-v-1967941a], .col-xxl-11[data-v-1967941a], .col-xxl-10[data-v-1967941a], .col-xxl-9[data-v-1967941a], .col-xxl-8[data-v-1967941a], .col-xxl-7[data-v-1967941a], .col-xxl-6[data-v-1967941a], .col-xxl-5[data-v-1967941a], .col-xxl-4[data-v-1967941a], .col-xxl-3[data-v-1967941a], .col-xxl-2[data-v-1967941a], .col-xxl-1[data-v-1967941a], .col-xl[data-v-1967941a],
.col-xl-auto[data-v-1967941a], .col-xl-12[data-v-1967941a], .col-xl-11[data-v-1967941a], .col-xl-10[data-v-1967941a], .col-xl-9[data-v-1967941a], .col-xl-8[data-v-1967941a], .col-xl-7[data-v-1967941a], .col-xl-6[data-v-1967941a], .col-xl-5[data-v-1967941a], .col-xl-4[data-v-1967941a], .col-xl-3[data-v-1967941a], .col-xl-2[data-v-1967941a], .col-xl-1[data-v-1967941a], .col-lg[data-v-1967941a],
.col-lg-auto[data-v-1967941a], .col-lg-12[data-v-1967941a], .col-lg-11[data-v-1967941a], .col-lg-10[data-v-1967941a], .col-lg-9[data-v-1967941a], .col-lg-8[data-v-1967941a], .col-lg-7[data-v-1967941a], .col-lg-6[data-v-1967941a], .col-lg-5[data-v-1967941a], .col-lg-4[data-v-1967941a], .col-lg-3[data-v-1967941a], .col-lg-2[data-v-1967941a], .col-lg-1[data-v-1967941a], .col-md[data-v-1967941a],
.col-md-auto[data-v-1967941a], .col-md-12[data-v-1967941a], .col-md-11[data-v-1967941a], .col-md-10[data-v-1967941a], .col-md-9[data-v-1967941a], .col-md-8[data-v-1967941a], .col-md-7[data-v-1967941a], .col-md-6[data-v-1967941a], .col-md-5[data-v-1967941a], .col-md-4[data-v-1967941a], .col-md-3[data-v-1967941a], .col-md-2[data-v-1967941a], .col-md-1[data-v-1967941a], .col-sm[data-v-1967941a],
.col-sm-auto[data-v-1967941a], .col-sm-12[data-v-1967941a], .col-sm-11[data-v-1967941a], .col-sm-10[data-v-1967941a], .col-sm-9[data-v-1967941a], .col-sm-8[data-v-1967941a], .col-sm-7[data-v-1967941a], .col-sm-6[data-v-1967941a], .col-sm-5[data-v-1967941a], .col-sm-4[data-v-1967941a], .col-sm-3[data-v-1967941a], .col-sm-2[data-v-1967941a], .col-sm-1[data-v-1967941a], .col[data-v-1967941a],
.col-auto[data-v-1967941a], .col-12[data-v-1967941a], .col-11[data-v-1967941a], .col-10[data-v-1967941a], .col-9[data-v-1967941a], .col-8[data-v-1967941a], .col-7[data-v-1967941a], .col-6[data-v-1967941a], .col-5[data-v-1967941a], .col-4[data-v-1967941a], .col-3[data-v-1967941a], .col-2[data-v-1967941a], .col-1[data-v-1967941a] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}
.col[data-v-1967941a] {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto[data-v-1967941a] {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1[data-v-1967941a] {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2[data-v-1967941a] {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3[data-v-1967941a] {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4[data-v-1967941a] {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5[data-v-1967941a] {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6[data-v-1967941a] {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7[data-v-1967941a] {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8[data-v-1967941a] {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9[data-v-1967941a] {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10[data-v-1967941a] {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11[data-v-1967941a] {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12[data-v-1967941a] {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first[data-v-1967941a] {
  order: -1;
}
.order-1[data-v-1967941a] {
  order: 1;
}
.order-2[data-v-1967941a] {
  order: 2;
}
.order-3[data-v-1967941a] {
  order: 3;
}
.order-4[data-v-1967941a] {
  order: 4;
}
.order-5[data-v-1967941a] {
  order: 5;
}
.order-6[data-v-1967941a] {
  order: 6;
}
.order-7[data-v-1967941a] {
  order: 7;
}
.order-8[data-v-1967941a] {
  order: 8;
}
.order-9[data-v-1967941a] {
  order: 9;
}
.order-10[data-v-1967941a] {
  order: 10;
}
.order-11[data-v-1967941a] {
  order: 11;
}
.order-12[data-v-1967941a] {
  order: 12;
}
@media (min-width: 576px) {
.col-sm[data-v-1967941a] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-sm-auto[data-v-1967941a] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-sm-1[data-v-1967941a] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-sm-2[data-v-1967941a] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-sm-3[data-v-1967941a] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-sm-4[data-v-1967941a] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-sm-5[data-v-1967941a] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-sm-6[data-v-1967941a] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-sm-7[data-v-1967941a] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-sm-8[data-v-1967941a] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-sm-9[data-v-1967941a] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-sm-10[data-v-1967941a] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-sm-11[data-v-1967941a] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-sm-12[data-v-1967941a] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-sm-first[data-v-1967941a] {
    order: -1;
}
.order-sm-1[data-v-1967941a] {
    order: 1;
}
.order-sm-2[data-v-1967941a] {
    order: 2;
}
.order-sm-3[data-v-1967941a] {
    order: 3;
}
.order-sm-4[data-v-1967941a] {
    order: 4;
}
.order-sm-5[data-v-1967941a] {
    order: 5;
}
.order-sm-6[data-v-1967941a] {
    order: 6;
}
.order-sm-7[data-v-1967941a] {
    order: 7;
}
.order-sm-8[data-v-1967941a] {
    order: 8;
}
.order-sm-9[data-v-1967941a] {
    order: 9;
}
.order-sm-10[data-v-1967941a] {
    order: 10;
}
.order-sm-11[data-v-1967941a] {
    order: 11;
}
.order-sm-12[data-v-1967941a] {
    order: 12;
}
}
@media (min-width: 768px) {
.col-md[data-v-1967941a] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-md-auto[data-v-1967941a] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-md-1[data-v-1967941a] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-md-2[data-v-1967941a] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-md-3[data-v-1967941a] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-md-4[data-v-1967941a] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-md-5[data-v-1967941a] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-md-6[data-v-1967941a] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-7[data-v-1967941a] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-md-8[data-v-1967941a] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-md-9[data-v-1967941a] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-md-10[data-v-1967941a] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-md-11[data-v-1967941a] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-md-12[data-v-1967941a] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-md-first[data-v-1967941a] {
    order: -1;
}
.order-md-1[data-v-1967941a] {
    order: 1;
}
.order-md-2[data-v-1967941a] {
    order: 2;
}
.order-md-3[data-v-1967941a] {
    order: 3;
}
.order-md-4[data-v-1967941a] {
    order: 4;
}
.order-md-5[data-v-1967941a] {
    order: 5;
}
.order-md-6[data-v-1967941a] {
    order: 6;
}
.order-md-7[data-v-1967941a] {
    order: 7;
}
.order-md-8[data-v-1967941a] {
    order: 8;
}
.order-md-9[data-v-1967941a] {
    order: 9;
}
.order-md-10[data-v-1967941a] {
    order: 10;
}
.order-md-11[data-v-1967941a] {
    order: 11;
}
.order-md-12[data-v-1967941a] {
    order: 12;
}
}
@media (min-width: 992px) {
.col-lg[data-v-1967941a] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-lg-auto[data-v-1967941a] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-lg-1[data-v-1967941a] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-lg-2[data-v-1967941a] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-lg-3[data-v-1967941a] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-lg-4[data-v-1967941a] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-lg-5[data-v-1967941a] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-lg-6[data-v-1967941a] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-lg-7[data-v-1967941a] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-lg-8[data-v-1967941a] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-lg-9[data-v-1967941a] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-lg-10[data-v-1967941a] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-lg-11[data-v-1967941a] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-lg-12[data-v-1967941a] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-lg-first[data-v-1967941a] {
    order: -1;
}
.order-lg-1[data-v-1967941a] {
    order: 1;
}
.order-lg-2[data-v-1967941a] {
    order: 2;
}
.order-lg-3[data-v-1967941a] {
    order: 3;
}
.order-lg-4[data-v-1967941a] {
    order: 4;
}
.order-lg-5[data-v-1967941a] {
    order: 5;
}
.order-lg-6[data-v-1967941a] {
    order: 6;
}
.order-lg-7[data-v-1967941a] {
    order: 7;
}
.order-lg-8[data-v-1967941a] {
    order: 8;
}
.order-lg-9[data-v-1967941a] {
    order: 9;
}
.order-lg-10[data-v-1967941a] {
    order: 10;
}
.order-lg-11[data-v-1967941a] {
    order: 11;
}
.order-lg-12[data-v-1967941a] {
    order: 12;
}
}
@media (min-width: 1200px) {
.col-xl[data-v-1967941a] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-xl-auto[data-v-1967941a] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-xl-1[data-v-1967941a] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-xl-2[data-v-1967941a] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-xl-3[data-v-1967941a] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xl-4[data-v-1967941a] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-xl-5[data-v-1967941a] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-xl-6[data-v-1967941a] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xl-7[data-v-1967941a] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-xl-8[data-v-1967941a] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-xl-9[data-v-1967941a] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xl-10[data-v-1967941a] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-xl-11[data-v-1967941a] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-xl-12[data-v-1967941a] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-xl-first[data-v-1967941a] {
    order: -1;
}
.order-xl-1[data-v-1967941a] {
    order: 1;
}
.order-xl-2[data-v-1967941a] {
    order: 2;
}
.order-xl-3[data-v-1967941a] {
    order: 3;
}
.order-xl-4[data-v-1967941a] {
    order: 4;
}
.order-xl-5[data-v-1967941a] {
    order: 5;
}
.order-xl-6[data-v-1967941a] {
    order: 6;
}
.order-xl-7[data-v-1967941a] {
    order: 7;
}
.order-xl-8[data-v-1967941a] {
    order: 8;
}
.order-xl-9[data-v-1967941a] {
    order: 9;
}
.order-xl-10[data-v-1967941a] {
    order: 10;
}
.order-xl-11[data-v-1967941a] {
    order: 11;
}
.order-xl-12[data-v-1967941a] {
    order: 12;
}
}
@media (min-width: 1400px) {
.col-xxl[data-v-1967941a] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-xxl-auto[data-v-1967941a] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-xxl-1[data-v-1967941a] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-xxl-2[data-v-1967941a] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-xxl-3[data-v-1967941a] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xxl-4[data-v-1967941a] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-xxl-5[data-v-1967941a] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-xxl-6[data-v-1967941a] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xxl-7[data-v-1967941a] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-xxl-8[data-v-1967941a] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-xxl-9[data-v-1967941a] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xxl-10[data-v-1967941a] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-xxl-11[data-v-1967941a] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-xxl-12[data-v-1967941a] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-xxl-first[data-v-1967941a] {
    order: -1;
}
.order-xxl-1[data-v-1967941a] {
    order: 1;
}
.order-xxl-2[data-v-1967941a] {
    order: 2;
}
.order-xxl-3[data-v-1967941a] {
    order: 3;
}
.order-xxl-4[data-v-1967941a] {
    order: 4;
}
.order-xxl-5[data-v-1967941a] {
    order: 5;
}
.order-xxl-6[data-v-1967941a] {
    order: 6;
}
.order-xxl-7[data-v-1967941a] {
    order: 7;
}
.order-xxl-8[data-v-1967941a] {
    order: 8;
}
.order-xxl-9[data-v-1967941a] {
    order: 9;
}
.order-xxl-10[data-v-1967941a] {
    order: 10;
}
.order-xxl-11[data-v-1967941a] {
    order: 11;
}
.order-xxl-12[data-v-1967941a] {
    order: 12;
}
}
.offset-1[data-v-1967941a] {
  margin-left: 8.3333333333%;
}
.offset-2[data-v-1967941a] {
  margin-left: 16.6666666667%;
}
.offset-3[data-v-1967941a] {
  margin-left: 25%;
}
.offset-4[data-v-1967941a] {
  margin-left: 33.3333333333%;
}
.offset-5[data-v-1967941a] {
  margin-left: 41.6666666667%;
}
.offset-6[data-v-1967941a] {
  margin-left: 50%;
}
.offset-7[data-v-1967941a] {
  margin-left: 58.3333333333%;
}
.offset-8[data-v-1967941a] {
  margin-left: 66.6666666667%;
}
.offset-9[data-v-1967941a] {
  margin-left: 75%;
}
.offset-10[data-v-1967941a] {
  margin-left: 83.3333333333%;
}
.offset-11[data-v-1967941a] {
  margin-left: 91.6666666667%;
}
.offset-1[data-v-1967941a] {
  margin-left: 8.3333333333%;
}
.offset-2[data-v-1967941a] {
  margin-left: 16.6666666667%;
}
.offset-3[data-v-1967941a] {
  margin-left: 25%;
}
.offset-4[data-v-1967941a] {
  margin-left: 33.3333333333%;
}
.offset-5[data-v-1967941a] {
  margin-left: 41.6666666667%;
}
.offset-6[data-v-1967941a] {
  margin-left: 50%;
}
.offset-7[data-v-1967941a] {
  margin-left: 58.3333333333%;
}
.offset-8[data-v-1967941a] {
  margin-left: 66.6666666667%;
}
.offset-9[data-v-1967941a] {
  margin-left: 75%;
}
.offset-10[data-v-1967941a] {
  margin-left: 83.3333333333%;
}
.offset-11[data-v-1967941a] {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
.offset-sm-0[data-v-1967941a] {
    margin-left: 0;
}
.offset-sm-1[data-v-1967941a] {
    margin-left: 8.3333333333%;
}
.offset-sm-2[data-v-1967941a] {
    margin-left: 16.6666666667%;
}
.offset-sm-3[data-v-1967941a] {
    margin-left: 25%;
}
.offset-sm-4[data-v-1967941a] {
    margin-left: 33.3333333333%;
}
.offset-sm-5[data-v-1967941a] {
    margin-left: 41.6666666667%;
}
.offset-sm-6[data-v-1967941a] {
    margin-left: 50%;
}
.offset-sm-7[data-v-1967941a] {
    margin-left: 58.3333333333%;
}
.offset-sm-8[data-v-1967941a] {
    margin-left: 66.6666666667%;
}
.offset-sm-9[data-v-1967941a] {
    margin-left: 75%;
}
.offset-sm-10[data-v-1967941a] {
    margin-left: 83.3333333333%;
}
.offset-sm-11[data-v-1967941a] {
    margin-left: 91.6666666667%;
}
}
@media (min-width: 768px) {
.offset-md-0[data-v-1967941a] {
    margin-left: 0;
}
.offset-md-1[data-v-1967941a] {
    margin-left: 8.3333333333%;
}
.offset-md-2[data-v-1967941a] {
    margin-left: 16.6666666667%;
}
.offset-md-3[data-v-1967941a] {
    margin-left: 25%;
}
.offset-md-4[data-v-1967941a] {
    margin-left: 33.3333333333%;
}
.offset-md-5[data-v-1967941a] {
    margin-left: 41.6666666667%;
}
.offset-md-6[data-v-1967941a] {
    margin-left: 50%;
}
.offset-md-7[data-v-1967941a] {
    margin-left: 58.3333333333%;
}
.offset-md-8[data-v-1967941a] {
    margin-left: 66.6666666667%;
}
.offset-md-9[data-v-1967941a] {
    margin-left: 75%;
}
.offset-md-10[data-v-1967941a] {
    margin-left: 83.3333333333%;
}
.offset-md-11[data-v-1967941a] {
    margin-left: 91.6666666667%;
}
}
@media (min-width: 992px) {
.offset-lg-0[data-v-1967941a] {
    margin-left: 0;
}
.offset-lg-1[data-v-1967941a] {
    margin-left: 8.3333333333%;
}
.offset-lg-2[data-v-1967941a] {
    margin-left: 16.6666666667%;
}
.offset-lg-3[data-v-1967941a] {
    margin-left: 25%;
}
.offset-lg-4[data-v-1967941a] {
    margin-left: 33.3333333333%;
}
.offset-lg-5[data-v-1967941a] {
    margin-left: 41.6666666667%;
}
.offset-lg-6[data-v-1967941a] {
    margin-left: 50%;
}
.offset-lg-7[data-v-1967941a] {
    margin-left: 58.3333333333%;
}
.offset-lg-8[data-v-1967941a] {
    margin-left: 66.6666666667%;
}
.offset-lg-9[data-v-1967941a] {
    margin-left: 75%;
}
.offset-lg-10[data-v-1967941a] {
    margin-left: 83.3333333333%;
}
.offset-lg-11[data-v-1967941a] {
    margin-left: 91.6666666667%;
}
}
@media (min-width: 1200px) {
.offset-xl-0[data-v-1967941a] {
    margin-left: 0;
}
.offset-xl-1[data-v-1967941a] {
    margin-left: 8.3333333333%;
}
.offset-xl-2[data-v-1967941a] {
    margin-left: 16.6666666667%;
}
.offset-xl-3[data-v-1967941a] {
    margin-left: 25%;
}
.offset-xl-4[data-v-1967941a] {
    margin-left: 33.3333333333%;
}
.offset-xl-5[data-v-1967941a] {
    margin-left: 41.6666666667%;
}
.offset-xl-6[data-v-1967941a] {
    margin-left: 50%;
}
.offset-xl-7[data-v-1967941a] {
    margin-left: 58.3333333333%;
}
.offset-xl-8[data-v-1967941a] {
    margin-left: 66.6666666667%;
}
.offset-xl-9[data-v-1967941a] {
    margin-left: 75%;
}
.offset-xl-10[data-v-1967941a] {
    margin-left: 83.3333333333%;
}
.offset-xl-11[data-v-1967941a] {
    margin-left: 91.6666666667%;
}
}
@media (min-width: 1400px) {
.offset-xxl-0[data-v-1967941a] {
    margin-left: 0;
}
.offset-xxl-1[data-v-1967941a] {
    margin-left: 8.3333333333%;
}
.offset-xxl-2[data-v-1967941a] {
    margin-left: 16.6666666667%;
}
.offset-xxl-3[data-v-1967941a] {
    margin-left: 25%;
}
.offset-xxl-4[data-v-1967941a] {
    margin-left: 33.3333333333%;
}
.offset-xxl-5[data-v-1967941a] {
    margin-left: 41.6666666667%;
}
.offset-xxl-6[data-v-1967941a] {
    margin-left: 50%;
}
.offset-xxl-7[data-v-1967941a] {
    margin-left: 58.3333333333%;
}
.offset-xxl-8[data-v-1967941a] {
    margin-left: 66.6666666667%;
}
.offset-xxl-9[data-v-1967941a] {
    margin-left: 75%;
}
.offset-xxl-10[data-v-1967941a] {
    margin-left: 83.3333333333%;
}
.offset-xxl-11[data-v-1967941a] {
    margin-left: 91.6666666667%;
}
}
html[data-v-1967941a] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-1967941a] {
  font-size: 1.6rem;
}
p[data-v-1967941a] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-1967941a] {
  color: #004D99;
}
a[data-v-1967941a]:hover, a.link-hover[data-v-1967941a] {
  color: #000040;
}
a[data-v-1967941a]:hover:disabled,
a:hover .disabled[data-v-1967941a], a.link-hover[data-v-1967941a]:disabled,
a.link-hover .disabled[data-v-1967941a] {
  background-color: transparent !important;
}
a[data-v-1967941a]:focus, a.link-focus[data-v-1967941a] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-1967941a]:visited, a.link-visited[data-v-1967941a] {
  color: #800080;
}
a[data-v-1967941a]:disabled, a.disabled[data-v-1967941a] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-1967941a]:disabled:focus, a.disabled[data-v-1967941a]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-1967941a]:not(.button) {
  color: white;
}
.background-dark a[data-v-1967941a]:disabled, .background-dark a.disabled[data-v-1967941a] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-1967941a]:disabled:focus, .background-dark a.disabled[data-v-1967941a]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-1967941a] {
  font-weight: 600;
}
a[data-v-1967941a]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-1967941a], .h1[data-v-1967941a] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-1967941a], .h1[data-v-1967941a] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-1967941a], .h1[data-v-1967941a] {
    font-size: 3.9rem;
}
}
h1[data-v-1967941a], .h1[data-v-1967941a] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-1967941a], .h1[data-v-1967941a] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-1967941a], .h1[data-v-1967941a] {
    line-height: 4.8rem;
}
}
h1[data-v-1967941a], .h1[data-v-1967941a] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-1967941a], .h1[data-v-1967941a] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-1967941a], .h1[data-v-1967941a] {
    letter-spacing: normal;
}
}
h1[data-v-1967941a], .h1[data-v-1967941a] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-1967941a], .h2[data-v-1967941a] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-1967941a], .h2[data-v-1967941a] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-1967941a], .h2[data-v-1967941a] {
    font-size: 3.1rem;
}
}
h2[data-v-1967941a], .h2[data-v-1967941a] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-1967941a], .h2[data-v-1967941a] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-1967941a], .h2[data-v-1967941a] {
    line-height: 4rem;
}
}
h2[data-v-1967941a], .h2[data-v-1967941a] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-1967941a], .h2[data-v-1967941a] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-1967941a], .h2[data-v-1967941a] {
    letter-spacing: normal;
}
}
h2[data-v-1967941a], .h2[data-v-1967941a] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-1967941a], .h3[data-v-1967941a] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-1967941a], .h3[data-v-1967941a] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-1967941a], .h3[data-v-1967941a] {
    font-size: 2.5rem;
}
}
h3[data-v-1967941a], .h3[data-v-1967941a] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-1967941a], .h3[data-v-1967941a] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-1967941a], .h3[data-v-1967941a] {
    line-height: 3.2rem;
}
}
h3[data-v-1967941a], .h3[data-v-1967941a] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-1967941a], .h3[data-v-1967941a] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-1967941a], .h3[data-v-1967941a] {
    letter-spacing: normal;
}
}
h3[data-v-1967941a], .h3[data-v-1967941a] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-1967941a], .h4[data-v-1967941a] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-1967941a], .h4[data-v-1967941a] {
    font-size: 2rem;
}
}
h4[data-v-1967941a], .h4[data-v-1967941a] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-1967941a], .h4[data-v-1967941a] {
    line-height: 2.8rem;
}
}
h4[data-v-1967941a], .h4[data-v-1967941a] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-1967941a], .h4[data-v-1967941a] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-1967941a], .h4[data-v-1967941a] {
    letter-spacing: normal;
}
}
h4[data-v-1967941a], .h4[data-v-1967941a] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-1967941a], .h5[data-v-1967941a] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-1967941a], .h5[data-v-1967941a] {
    font-size: 1.6rem;
}
}
h5[data-v-1967941a], .h5[data-v-1967941a] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-1967941a], .h5[data-v-1967941a] {
    line-height: 2.4rem;
}
}
h5[data-v-1967941a], .h5[data-v-1967941a] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-1967941a], .h5[data-v-1967941a] {
    letter-spacing: normal;
}
}
h5[data-v-1967941a], .h5[data-v-1967941a] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-1967941a], .h6[data-v-1967941a] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-1967941a], .body-text[data-v-1967941a], .body-copy-text[data-v-1967941a] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-1967941a], .figcaption[data-v-1967941a] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-1967941a], .figcaption p[data-v-1967941a] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-1967941a] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-1967941a] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-1967941a] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-1967941a], .small-text[data-v-1967941a] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-1967941a] {
  font-weight: 400;
}
.weight-semibold[data-v-1967941a] {
  font-weight: 600;
}
.facit[data-v-1967941a] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-1967941a], b[data-v-1967941a], .bold[data-v-1967941a] {
  font-weight: 700;
}
.italic[data-v-1967941a], em[data-v-1967941a] {
  font-style: italic;
}
.form-label[data-v-1967941a] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-1967941a]:focus, .h1[data-v-1967941a]:focus,
h2[data-v-1967941a]:focus, .h2[data-v-1967941a]:focus,
h3[data-v-1967941a]:focus, .h3[data-v-1967941a]:focus,
h4[data-v-1967941a]:focus, .h4[data-v-1967941a]:focus,
h5[data-v-1967941a]:focus, .h5[data-v-1967941a]:focus,
h6[data-v-1967941a]:focus, .h6[data-v-1967941a]:focus {
  outline: none;
}
h1[data-v-1967941a], .h1[data-v-1967941a] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-1967941a], .h2[data-v-1967941a] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-1967941a], .h2[data-v-1967941a] {
    margin-top: 4rem;
}
}
h3[data-v-1967941a], .h3[data-v-1967941a] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-1967941a], .h3[data-v-1967941a] {
    margin-top: 4rem;
}
}
h4[data-v-1967941a], .h4[data-v-1967941a] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-1967941a], .h5[data-v-1967941a] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-1967941a], .h6[data-v-1967941a] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-1967941a] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-1967941a], .body-text[data-v-1967941a] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-1967941a], h5 + ul[data-v-1967941a], h5 + ol[data-v-1967941a], .h5 + p[data-v-1967941a], .h5 + ul[data-v-1967941a], .h5 + ol[data-v-1967941a], h6 + p[data-v-1967941a], h6 + ul[data-v-1967941a], h6 + ol[data-v-1967941a], .h6 + p[data-v-1967941a], .h6 + ul[data-v-1967941a], .h6 + ol[data-v-1967941a] {
  margin-top: 0;
}
button.function-link[data-v-1967941a], button.accordion-bulk-button[data-v-1967941a] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-1967941a], button.accordion-bulk-button[data-v-1967941a] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-1967941a]:hover, button.accordion-bulk-button[data-v-1967941a]:hover, .function-link[data-v-1967941a]:visited, button.accordion-bulk-button[data-v-1967941a]:visited, .function-link[data-v-1967941a]:focus, button.accordion-bulk-button[data-v-1967941a]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-1967941a], button.accordion-bulk-button .icon-svg[data-v-1967941a] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-1967941a], button.link-right.accordion-bulk-button[data-v-1967941a] {
  text-align: right;
}
.back-link[data-v-1967941a] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-1967941a] {
    margin-bottom: 32px;
}
}
.back-link[data-v-1967941a] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-1967941a]::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[data-v-1967941a]:active, .back-link[data-v-1967941a]:focus, .back-link[data-v-1967941a]:hover, .back-link[data-v-1967941a]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-1967941a] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-1967941a] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-1967941a], h1 a[data-v-1967941a]:hover, h1 a[data-v-1967941a]:visited, h1 a[data-v-1967941a]:focus, .h1 a[data-v-1967941a], .h1 a[data-v-1967941a]:hover, .h1 a[data-v-1967941a]:visited, .h1 a[data-v-1967941a]:focus,
h2 a[data-v-1967941a],
h2 a[data-v-1967941a]:hover,
h2 a[data-v-1967941a]:visited,
h2 a[data-v-1967941a]:focus, .h2 a[data-v-1967941a], .h2 a[data-v-1967941a]:hover, .h2 a[data-v-1967941a]:visited, .h2 a[data-v-1967941a]:focus,
h3 a[data-v-1967941a],
h3 a[data-v-1967941a]:hover,
h3 a[data-v-1967941a]:visited,
h3 a[data-v-1967941a]:focus, .h3 a[data-v-1967941a], .h3 a[data-v-1967941a]:hover, .h3 a[data-v-1967941a]:visited, .h3 a[data-v-1967941a]:focus,
h4 a[data-v-1967941a],
h4 a[data-v-1967941a]:hover,
h4 a[data-v-1967941a]:visited,
h4 a[data-v-1967941a]:focus, .h4 a[data-v-1967941a], .h4 a[data-v-1967941a]:hover, .h4 a[data-v-1967941a]:visited, .h4 a[data-v-1967941a]:focus,
h5 a[data-v-1967941a],
h5 a[data-v-1967941a]:hover,
h5 a[data-v-1967941a]:visited,
h5 a[data-v-1967941a]:focus, .h5 a[data-v-1967941a], .h5 a[data-v-1967941a]:hover, .h5 a[data-v-1967941a]:visited, .h5 a[data-v-1967941a]:focus,
h6 a[data-v-1967941a],
h6 a[data-v-1967941a]:hover,
h6 a[data-v-1967941a]:visited,
h6 a[data-v-1967941a]:focus, .h6 a[data-v-1967941a], .h6 a[data-v-1967941a]:hover, .h6 a[data-v-1967941a]:visited, .h6 a[data-v-1967941a]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-1967941a], .h1 a.search-link[data-v-1967941a],
h2 a.search-link[data-v-1967941a], .h2 a.search-link[data-v-1967941a],
h3 a.search-link[data-v-1967941a], .h3 a.search-link[data-v-1967941a],
h4 a.search-link[data-v-1967941a], .h4 a.search-link[data-v-1967941a],
h5 a.search-link[data-v-1967941a], .h5 a.search-link[data-v-1967941a],
h6 a.search-link[data-v-1967941a], .h6 a.search-link[data-v-1967941a] {
  text-decoration: none;
}
h1 a.search-link[data-v-1967941a]:visited, .h1 a.search-link[data-v-1967941a]:visited,
h2 a.search-link[data-v-1967941a]:visited, .h2 a.search-link[data-v-1967941a]:visited,
h3 a.search-link[data-v-1967941a]:visited, .h3 a.search-link[data-v-1967941a]:visited,
h4 a.search-link[data-v-1967941a]:visited, .h4 a.search-link[data-v-1967941a]:visited,
h5 a.search-link[data-v-1967941a]:visited, .h5 a.search-link[data-v-1967941a]:visited,
h6 a.search-link[data-v-1967941a]:visited, .h6 a.search-link[data-v-1967941a]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-1967941a]:focus, .h1 a.search-link[data-v-1967941a]:focus,
h2 a.search-link[data-v-1967941a]:focus, .h2 a.search-link[data-v-1967941a]:focus,
h3 a.search-link[data-v-1967941a]:focus, .h3 a.search-link[data-v-1967941a]:focus,
h4 a.search-link[data-v-1967941a]:focus, .h4 a.search-link[data-v-1967941a]:focus,
h5 a.search-link[data-v-1967941a]:focus, .h5 a.search-link[data-v-1967941a]:focus,
h6 a.search-link[data-v-1967941a]:focus, .h6 a.search-link[data-v-1967941a]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-1967941a]:hover, .h1 a.search-link[data-v-1967941a]:hover,
h2 a.search-link[data-v-1967941a]:hover, .h2 a.search-link[data-v-1967941a]:hover,
h3 a.search-link[data-v-1967941a]:hover, .h3 a.search-link[data-v-1967941a]:hover,
h4 a.search-link[data-v-1967941a]:hover, .h4 a.search-link[data-v-1967941a]:hover,
h5 a.search-link[data-v-1967941a]:hover, .h5 a.search-link[data-v-1967941a]:hover,
h6 a.search-link[data-v-1967941a]:hover, .h6 a.search-link[data-v-1967941a]:hover {
  text-decoration: underline;
}
cite[data-v-1967941a],
var[data-v-1967941a],
address[data-v-1967941a],
dfn[data-v-1967941a] {
  font-style: normal;
}
h1[data-v-1967941a], .h1[data-v-1967941a],
h2[data-v-1967941a], .h2[data-v-1967941a],
h3[data-v-1967941a], .h3[data-v-1967941a],
h4[data-v-1967941a], .h4[data-v-1967941a],
h5[data-v-1967941a], .h5[data-v-1967941a],
h6[data-v-1967941a], .h6[data-v-1967941a] {
  max-width: 66ch;
}
p[data-v-1967941a],
ul[data-v-1967941a]:not(.accordion):not(.tabnav):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-1967941a]:not(.accordion):not(.tabnav):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-1967941a] {
  max-width: 66ch;
}
.form-label[data-v-1967941a], .form-hint[data-v-1967941a], .form-error-message[data-v-1967941a] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-1967941a], .form-radio + label[data-v-1967941a] {
  max-width: 66ch;
}
.displayheading-1[data-v-1967941a] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-1967941a] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-1967941a] {
  color: #358000;
}
.text-negative[data-v-1967941a] {
  color: #CC0000;
}
.color-text-black[data-v-1967941a] {
  color: #1a1a1a;
}
.background-dark[data-v-1967941a] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-1967941a], .background-dark span[data-v-1967941a] {
  color: white;
}
.field-group-title[data-v-1967941a] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-1967941a] {
  border: 2px solid #1a1a1a;
}
h1[data-v-1967941a], h2[data-v-1967941a], h3[data-v-1967941a], h4[data-v-1967941a], h5[data-v-1967941a], h6[data-v-1967941a], p[data-v-1967941a], legend[data-v-1967941a], strong[data-v-1967941a], b[data-v-1967941a], cite[data-v-1967941a], var[data-v-1967941a], address[data-v-1967941a], dfn[data-v-1967941a] {
  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[data-v-1967941a] {
  text-transform: uppercase;
}
.lowercase[data-v-1967941a] {
  text-transform: lowercase;
}
.bg-normal[data-v-1967941a] {
  background: white !important;
  background-color: white !important;
}
.bg-alternative[data-v-1967941a] {
  background: #F5F5F5 !important;
  background-color: #F5F5F5 !important;
}
.bg-modal[data-v-1967941a] {
  background: rgba(0, 0, 0, 0.4) !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.w-percent-5[data-v-1967941a] {
  width: 5% !important;
}
.w-percent-10[data-v-1967941a] {
  width: 10% !important;
}
.w-percent-15[data-v-1967941a] {
  width: 15% !important;
}
.w-percent-20[data-v-1967941a] {
  width: 20% !important;
}
.w-percent-25[data-v-1967941a] {
  width: 25% !important;
}
.w-percent-30[data-v-1967941a] {
  width: 30% !important;
}
.w-percent-35[data-v-1967941a] {
  width: 35% !important;
}
.w-percent-40[data-v-1967941a] {
  width: 40% !important;
}
.w-percent-45[data-v-1967941a] {
  width: 45% !important;
}
.w-percent-50[data-v-1967941a] {
  width: 50% !important;
}
.w-percent-55[data-v-1967941a] {
  width: 55% !important;
}
.w-percent-60[data-v-1967941a] {
  width: 60% !important;
}
.w-percent-65[data-v-1967941a] {
  width: 65% !important;
}
.w-percent-70[data-v-1967941a] {
  width: 70% !important;
}
.w-percent-75[data-v-1967941a] {
  width: 75% !important;
}
.w-percent-80[data-v-1967941a] {
  width: 80% !important;
}
.w-percent-85[data-v-1967941a] {
  width: 85% !important;
}
.w-percent-90[data-v-1967941a] {
  width: 90% !important;
}
.w-percent-95[data-v-1967941a] {
  width: 95% !important;
}
.w-percent-100[data-v-1967941a] {
  width: 100% !important;
}
@media (min-width: 576px) {
.w-percent-sm-5[data-v-1967941a] {
    width: 5% !important;
}
.w-percent-sm-10[data-v-1967941a] {
    width: 10% !important;
}
.w-percent-sm-15[data-v-1967941a] {
    width: 15% !important;
}
.w-percent-sm-20[data-v-1967941a] {
    width: 20% !important;
}
.w-percent-sm-25[data-v-1967941a] {
    width: 25% !important;
}
.w-percent-sm-30[data-v-1967941a] {
    width: 30% !important;
}
.w-percent-sm-35[data-v-1967941a] {
    width: 35% !important;
}
.w-percent-sm-40[data-v-1967941a] {
    width: 40% !important;
}
.w-percent-sm-45[data-v-1967941a] {
    width: 45% !important;
}
.w-percent-sm-50[data-v-1967941a] {
    width: 50% !important;
}
.w-percent-sm-55[data-v-1967941a] {
    width: 55% !important;
}
.w-percent-sm-60[data-v-1967941a] {
    width: 60% !important;
}
.w-percent-sm-65[data-v-1967941a] {
    width: 65% !important;
}
.w-percent-sm-70[data-v-1967941a] {
    width: 70% !important;
}
.w-percent-sm-75[data-v-1967941a] {
    width: 75% !important;
}
.w-percent-sm-80[data-v-1967941a] {
    width: 80% !important;
}
.w-percent-sm-85[data-v-1967941a] {
    width: 85% !important;
}
.w-percent-sm-90[data-v-1967941a] {
    width: 90% !important;
}
.w-percent-sm-95[data-v-1967941a] {
    width: 95% !important;
}
.w-percent-sm-100[data-v-1967941a] {
    width: 100% !important;
}
}
@media (min-width: 768px) {
.w-percent-md-5[data-v-1967941a] {
    width: 5% !important;
}
.w-percent-md-10[data-v-1967941a] {
    width: 10% !important;
}
.w-percent-md-15[data-v-1967941a] {
    width: 15% !important;
}
.w-percent-md-20[data-v-1967941a] {
    width: 20% !important;
}
.w-percent-md-25[data-v-1967941a] {
    width: 25% !important;
}
.w-percent-md-30[data-v-1967941a] {
    width: 30% !important;
}
.w-percent-md-35[data-v-1967941a] {
    width: 35% !important;
}
.w-percent-md-40[data-v-1967941a] {
    width: 40% !important;
}
.w-percent-md-45[data-v-1967941a] {
    width: 45% !important;
}
.w-percent-md-50[data-v-1967941a] {
    width: 50% !important;
}
.w-percent-md-55[data-v-1967941a] {
    width: 55% !important;
}
.w-percent-md-60[data-v-1967941a] {
    width: 60% !important;
}
.w-percent-md-65[data-v-1967941a] {
    width: 65% !important;
}
.w-percent-md-70[data-v-1967941a] {
    width: 70% !important;
}
.w-percent-md-75[data-v-1967941a] {
    width: 75% !important;
}
.w-percent-md-80[data-v-1967941a] {
    width: 80% !important;
}
.w-percent-md-85[data-v-1967941a] {
    width: 85% !important;
}
.w-percent-md-90[data-v-1967941a] {
    width: 90% !important;
}
.w-percent-md-95[data-v-1967941a] {
    width: 95% !important;
}
.w-percent-md-100[data-v-1967941a] {
    width: 100% !important;
}
}
@media (min-width: 992px) {
.w-percent-lg-5[data-v-1967941a] {
    width: 5% !important;
}
.w-percent-lg-10[data-v-1967941a] {
    width: 10% !important;
}
.w-percent-lg-15[data-v-1967941a] {
    width: 15% !important;
}
.w-percent-lg-20[data-v-1967941a] {
    width: 20% !important;
}
.w-percent-lg-25[data-v-1967941a] {
    width: 25% !important;
}
.w-percent-lg-30[data-v-1967941a] {
    width: 30% !important;
}
.w-percent-lg-35[data-v-1967941a] {
    width: 35% !important;
}
.w-percent-lg-40[data-v-1967941a] {
    width: 40% !important;
}
.w-percent-lg-45[data-v-1967941a] {
    width: 45% !important;
}
.w-percent-lg-50[data-v-1967941a] {
    width: 50% !important;
}
.w-percent-lg-55[data-v-1967941a] {
    width: 55% !important;
}
.w-percent-lg-60[data-v-1967941a] {
    width: 60% !important;
}
.w-percent-lg-65[data-v-1967941a] {
    width: 65% !important;
}
.w-percent-lg-70[data-v-1967941a] {
    width: 70% !important;
}
.w-percent-lg-75[data-v-1967941a] {
    width: 75% !important;
}
.w-percent-lg-80[data-v-1967941a] {
    width: 80% !important;
}
.w-percent-lg-85[data-v-1967941a] {
    width: 85% !important;
}
.w-percent-lg-90[data-v-1967941a] {
    width: 90% !important;
}
.w-percent-lg-95[data-v-1967941a] {
    width: 95% !important;
}
.w-percent-lg-100[data-v-1967941a] {
    width: 100% !important;
}
}
@media (min-width: 1200px) {
.w-percent-xl-5[data-v-1967941a] {
    width: 5% !important;
}
.w-percent-xl-10[data-v-1967941a] {
    width: 10% !important;
}
.w-percent-xl-15[data-v-1967941a] {
    width: 15% !important;
}
.w-percent-xl-20[data-v-1967941a] {
    width: 20% !important;
}
.w-percent-xl-25[data-v-1967941a] {
    width: 25% !important;
}
.w-percent-xl-30[data-v-1967941a] {
    width: 30% !important;
}
.w-percent-xl-35[data-v-1967941a] {
    width: 35% !important;
}
.w-percent-xl-40[data-v-1967941a] {
    width: 40% !important;
}
.w-percent-xl-45[data-v-1967941a] {
    width: 45% !important;
}
.w-percent-xl-50[data-v-1967941a] {
    width: 50% !important;
}
.w-percent-xl-55[data-v-1967941a] {
    width: 55% !important;
}
.w-percent-xl-60[data-v-1967941a] {
    width: 60% !important;
}
.w-percent-xl-65[data-v-1967941a] {
    width: 65% !important;
}
.w-percent-xl-70[data-v-1967941a] {
    width: 70% !important;
}
.w-percent-xl-75[data-v-1967941a] {
    width: 75% !important;
}
.w-percent-xl-80[data-v-1967941a] {
    width: 80% !important;
}
.w-percent-xl-85[data-v-1967941a] {
    width: 85% !important;
}
.w-percent-xl-90[data-v-1967941a] {
    width: 90% !important;
}
.w-percent-xl-95[data-v-1967941a] {
    width: 95% !important;
}
.w-percent-xl-100[data-v-1967941a] {
    width: 100% !important;
}
}
@media (min-width: 1400px) {
.w-percent-xxl-5[data-v-1967941a] {
    width: 5% !important;
}
.w-percent-xxl-10[data-v-1967941a] {
    width: 10% !important;
}
.w-percent-xxl-15[data-v-1967941a] {
    width: 15% !important;
}
.w-percent-xxl-20[data-v-1967941a] {
    width: 20% !important;
}
.w-percent-xxl-25[data-v-1967941a] {
    width: 25% !important;
}
.w-percent-xxl-30[data-v-1967941a] {
    width: 30% !important;
}
.w-percent-xxl-35[data-v-1967941a] {
    width: 35% !important;
}
.w-percent-xxl-40[data-v-1967941a] {
    width: 40% !important;
}
.w-percent-xxl-45[data-v-1967941a] {
    width: 45% !important;
}
.w-percent-xxl-50[data-v-1967941a] {
    width: 50% !important;
}
.w-percent-xxl-55[data-v-1967941a] {
    width: 55% !important;
}
.w-percent-xxl-60[data-v-1967941a] {
    width: 60% !important;
}
.w-percent-xxl-65[data-v-1967941a] {
    width: 65% !important;
}
.w-percent-xxl-70[data-v-1967941a] {
    width: 70% !important;
}
.w-percent-xxl-75[data-v-1967941a] {
    width: 75% !important;
}
.w-percent-xxl-80[data-v-1967941a] {
    width: 80% !important;
}
.w-percent-xxl-85[data-v-1967941a] {
    width: 85% !important;
}
.w-percent-xxl-90[data-v-1967941a] {
    width: 90% !important;
}
.w-percent-xxl-95[data-v-1967941a] {
    width: 95% !important;
}
.w-percent-xxl-100[data-v-1967941a] {
    width: 100% !important;
}
}
.align-text-left[data-v-1967941a] {
  text-align: left !important;
}
.align-text-right[data-v-1967941a] {
  text-align: right !important;
}
.align-text-center[data-v-1967941a] {
  text-align: center !important;
}
@media (min-width: 576px) {
.align-text-sm-left[data-v-1967941a] {
    text-align: left !important;
}
.align-text-sm-right[data-v-1967941a] {
    text-align: right !important;
}
.align-text-sm-center[data-v-1967941a] {
    text-align: center !important;
}
}
@media (min-width: 768px) {
.align-text-md-left[data-v-1967941a] {
    text-align: left !important;
}
.align-text-md-right[data-v-1967941a] {
    text-align: right !important;
}
.align-text-md-center[data-v-1967941a] {
    text-align: center !important;
}
}
@media (min-width: 992px) {
.align-text-lg-left[data-v-1967941a] {
    text-align: left !important;
}
.align-text-lg-right[data-v-1967941a] {
    text-align: right !important;
}
.align-text-lg-center[data-v-1967941a] {
    text-align: center !important;
}
}
@media (min-width: 1200px) {
.align-text-xl-left[data-v-1967941a] {
    text-align: left !important;
}
.align-text-xl-right[data-v-1967941a] {
    text-align: right !important;
}
.align-text-xl-center[data-v-1967941a] {
    text-align: center !important;
}
}
@media (min-width: 1400px) {
.align-text-xxl-left[data-v-1967941a] {
    text-align: left !important;
}
.align-text-xxl-right[data-v-1967941a] {
    text-align: right !important;
}
.align-text-xxl-center[data-v-1967941a] {
    text-align: center !important;
}
}
.flex-row[data-v-1967941a] {
  flex-direction: row !important;
}
.flex-column[data-v-1967941a] {
  flex-direction: column !important;
}
.flex-row-reverse[data-v-1967941a] {
  flex-direction: row-reverse !important;
}
.flex-column-reverse[data-v-1967941a] {
  flex-direction: column-reverse !important;
}
.flex-wrap[data-v-1967941a] {
  flex-wrap: wrap !important;
}
.flex-nowrap[data-v-1967941a] {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse[data-v-1967941a] {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start[data-v-1967941a] {
  justify-content: flex-start !important;
}
.justify-content-end[data-v-1967941a] {
  justify-content: flex-end !important;
}
.justify-content-center[data-v-1967941a] {
  justify-content: center !important;
}
.justify-content-between[data-v-1967941a] {
  justify-content: space-between !important;
}
.justify-content-around[data-v-1967941a] {
  justify-content: space-around !important;
}
.align-items-start[data-v-1967941a] {
  align-items: flex-start !important;
}
.align-items-end[data-v-1967941a] {
  align-items: flex-end !important;
}
.align-items-center[data-v-1967941a] {
  align-items: center !important;
}
.align-items-baseline[data-v-1967941a] {
  align-items: baseline !important;
}
.align-items-stretch[data-v-1967941a] {
  align-items: stretch !important;
}
.align-content-start[data-v-1967941a] {
  align-content: flex-start !important;
}
.align-content-end[data-v-1967941a] {
  align-content: flex-end !important;
}
.align-content-center[data-v-1967941a] {
  align-content: center !important;
}
.align-content-between[data-v-1967941a] {
  align-content: space-between !important;
}
.align-content-around[data-v-1967941a] {
  align-content: space-around !important;
}
.align-content-stretch[data-v-1967941a] {
  align-content: stretch !important;
}
.align-self-auto[data-v-1967941a] {
  align-self: auto !important;
}
.align-self-start[data-v-1967941a] {
  align-self: flex-start !important;
}
.align-self-end[data-v-1967941a] {
  align-self: flex-end !important;
}
.align-self-center[data-v-1967941a] {
  align-self: center !important;
}
.align-self-baseline[data-v-1967941a] {
  align-self: baseline !important;
}
.align-self-stretch[data-v-1967941a] {
  align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row[data-v-1967941a] {
    flex-direction: row !important;
}
.flex-sm-column[data-v-1967941a] {
    flex-direction: column !important;
}
.flex-sm-row-reverse[data-v-1967941a] {
    flex-direction: row-reverse !important;
}
.flex-sm-column-reverse[data-v-1967941a] {
    flex-direction: column-reverse !important;
}
.flex-sm-wrap[data-v-1967941a] {
    flex-wrap: wrap !important;
}
.flex-sm-nowrap[data-v-1967941a] {
    flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse[data-v-1967941a] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-sm-start[data-v-1967941a] {
    justify-content: flex-start !important;
}
.justify-content-sm-end[data-v-1967941a] {
    justify-content: flex-end !important;
}
.justify-content-sm-center[data-v-1967941a] {
    justify-content: center !important;
}
.justify-content-sm-between[data-v-1967941a] {
    justify-content: space-between !important;
}
.justify-content-sm-around[data-v-1967941a] {
    justify-content: space-around !important;
}
.align-items-sm-start[data-v-1967941a] {
    align-items: flex-start !important;
}
.align-items-sm-end[data-v-1967941a] {
    align-items: flex-end !important;
}
.align-items-sm-center[data-v-1967941a] {
    align-items: center !important;
}
.align-items-sm-baseline[data-v-1967941a] {
    align-items: baseline !important;
}
.align-items-sm-stretch[data-v-1967941a] {
    align-items: stretch !important;
}
.align-content-sm-start[data-v-1967941a] {
    align-content: flex-start !important;
}
.align-content-sm-end[data-v-1967941a] {
    align-content: flex-end !important;
}
.align-content-sm-center[data-v-1967941a] {
    align-content: center !important;
}
.align-content-sm-between[data-v-1967941a] {
    align-content: space-between !important;
}
.align-content-sm-around[data-v-1967941a] {
    align-content: space-around !important;
}
.align-content-sm-stretch[data-v-1967941a] {
    align-content: stretch !important;
}
.align-self-sm-auto[data-v-1967941a] {
    align-self: auto !important;
}
.align-self-sm-start[data-v-1967941a] {
    align-self: flex-start !important;
}
.align-self-sm-end[data-v-1967941a] {
    align-self: flex-end !important;
}
.align-self-sm-center[data-v-1967941a] {
    align-self: center !important;
}
.align-self-sm-baseline[data-v-1967941a] {
    align-self: baseline !important;
}
.align-self-sm-stretch[data-v-1967941a] {
    align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row[data-v-1967941a] {
    flex-direction: row !important;
}
.flex-md-column[data-v-1967941a] {
    flex-direction: column !important;
}
.flex-md-row-reverse[data-v-1967941a] {
    flex-direction: row-reverse !important;
}
.flex-md-column-reverse[data-v-1967941a] {
    flex-direction: column-reverse !important;
}
.flex-md-wrap[data-v-1967941a] {
    flex-wrap: wrap !important;
}
.flex-md-nowrap[data-v-1967941a] {
    flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse[data-v-1967941a] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-md-start[data-v-1967941a] {
    justify-content: flex-start !important;
}
.justify-content-md-end[data-v-1967941a] {
    justify-content: flex-end !important;
}
.justify-content-md-center[data-v-1967941a] {
    justify-content: center !important;
}
.justify-content-md-between[data-v-1967941a] {
    justify-content: space-between !important;
}
.justify-content-md-around[data-v-1967941a] {
    justify-content: space-around !important;
}
.align-items-md-start[data-v-1967941a] {
    align-items: flex-start !important;
}
.align-items-md-end[data-v-1967941a] {
    align-items: flex-end !important;
}
.align-items-md-center[data-v-1967941a] {
    align-items: center !important;
}
.align-items-md-baseline[data-v-1967941a] {
    align-items: baseline !important;
}
.align-items-md-stretch[data-v-1967941a] {
    align-items: stretch !important;
}
.align-content-md-start[data-v-1967941a] {
    align-content: flex-start !important;
}
.align-content-md-end[data-v-1967941a] {
    align-content: flex-end !important;
}
.align-content-md-center[data-v-1967941a] {
    align-content: center !important;
}
.align-content-md-between[data-v-1967941a] {
    align-content: space-between !important;
}
.align-content-md-around[data-v-1967941a] {
    align-content: space-around !important;
}
.align-content-md-stretch[data-v-1967941a] {
    align-content: stretch !important;
}
.align-self-md-auto[data-v-1967941a] {
    align-self: auto !important;
}
.align-self-md-start[data-v-1967941a] {
    align-self: flex-start !important;
}
.align-self-md-end[data-v-1967941a] {
    align-self: flex-end !important;
}
.align-self-md-center[data-v-1967941a] {
    align-self: center !important;
}
.align-self-md-baseline[data-v-1967941a] {
    align-self: baseline !important;
}
.align-self-md-stretch[data-v-1967941a] {
    align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row[data-v-1967941a] {
    flex-direction: row !important;
}
.flex-lg-column[data-v-1967941a] {
    flex-direction: column !important;
}
.flex-lg-row-reverse[data-v-1967941a] {
    flex-direction: row-reverse !important;
}
.flex-lg-column-reverse[data-v-1967941a] {
    flex-direction: column-reverse !important;
}
.flex-lg-wrap[data-v-1967941a] {
    flex-wrap: wrap !important;
}
.flex-lg-nowrap[data-v-1967941a] {
    flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse[data-v-1967941a] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-lg-start[data-v-1967941a] {
    justify-content: flex-start !important;
}
.justify-content-lg-end[data-v-1967941a] {
    justify-content: flex-end !important;
}
.justify-content-lg-center[data-v-1967941a] {
    justify-content: center !important;
}
.justify-content-lg-between[data-v-1967941a] {
    justify-content: space-between !important;
}
.justify-content-lg-around[data-v-1967941a] {
    justify-content: space-around !important;
}
.align-items-lg-start[data-v-1967941a] {
    align-items: flex-start !important;
}
.align-items-lg-end[data-v-1967941a] {
    align-items: flex-end !important;
}
.align-items-lg-center[data-v-1967941a] {
    align-items: center !important;
}
.align-items-lg-baseline[data-v-1967941a] {
    align-items: baseline !important;
}
.align-items-lg-stretch[data-v-1967941a] {
    align-items: stretch !important;
}
.align-content-lg-start[data-v-1967941a] {
    align-content: flex-start !important;
}
.align-content-lg-end[data-v-1967941a] {
    align-content: flex-end !important;
}
.align-content-lg-center[data-v-1967941a] {
    align-content: center !important;
}
.align-content-lg-between[data-v-1967941a] {
    align-content: space-between !important;
}
.align-content-lg-around[data-v-1967941a] {
    align-content: space-around !important;
}
.align-content-lg-stretch[data-v-1967941a] {
    align-content: stretch !important;
}
.align-self-lg-auto[data-v-1967941a] {
    align-self: auto !important;
}
.align-self-lg-start[data-v-1967941a] {
    align-self: flex-start !important;
}
.align-self-lg-end[data-v-1967941a] {
    align-self: flex-end !important;
}
.align-self-lg-center[data-v-1967941a] {
    align-self: center !important;
}
.align-self-lg-baseline[data-v-1967941a] {
    align-self: baseline !important;
}
.align-self-lg-stretch[data-v-1967941a] {
    align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row[data-v-1967941a] {
    flex-direction: row !important;
}
.flex-xl-column[data-v-1967941a] {
    flex-direction: column !important;
}
.flex-xl-row-reverse[data-v-1967941a] {
    flex-direction: row-reverse !important;
}
.flex-xl-column-reverse[data-v-1967941a] {
    flex-direction: column-reverse !important;
}
.flex-xl-wrap[data-v-1967941a] {
    flex-wrap: wrap !important;
}
.flex-xl-nowrap[data-v-1967941a] {
    flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse[data-v-1967941a] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-xl-start[data-v-1967941a] {
    justify-content: flex-start !important;
}
.justify-content-xl-end[data-v-1967941a] {
    justify-content: flex-end !important;
}
.justify-content-xl-center[data-v-1967941a] {
    justify-content: center !important;
}
.justify-content-xl-between[data-v-1967941a] {
    justify-content: space-between !important;
}
.justify-content-xl-around[data-v-1967941a] {
    justify-content: space-around !important;
}
.align-items-xl-start[data-v-1967941a] {
    align-items: flex-start !important;
}
.align-items-xl-end[data-v-1967941a] {
    align-items: flex-end !important;
}
.align-items-xl-center[data-v-1967941a] {
    align-items: center !important;
}
.align-items-xl-baseline[data-v-1967941a] {
    align-items: baseline !important;
}
.align-items-xl-stretch[data-v-1967941a] {
    align-items: stretch !important;
}
.align-content-xl-start[data-v-1967941a] {
    align-content: flex-start !important;
}
.align-content-xl-end[data-v-1967941a] {
    align-content: flex-end !important;
}
.align-content-xl-center[data-v-1967941a] {
    align-content: center !important;
}
.align-content-xl-between[data-v-1967941a] {
    align-content: space-between !important;
}
.align-content-xl-around[data-v-1967941a] {
    align-content: space-around !important;
}
.align-content-xl-stretch[data-v-1967941a] {
    align-content: stretch !important;
}
.align-self-xl-auto[data-v-1967941a] {
    align-self: auto !important;
}
.align-self-xl-start[data-v-1967941a] {
    align-self: flex-start !important;
}
.align-self-xl-end[data-v-1967941a] {
    align-self: flex-end !important;
}
.align-self-xl-center[data-v-1967941a] {
    align-self: center !important;
}
.align-self-xl-baseline[data-v-1967941a] {
    align-self: baseline !important;
}
.align-self-xl-stretch[data-v-1967941a] {
    align-self: stretch !important;
}
}
@media (min-width: 1400px) {
.flex-xxl-row[data-v-1967941a] {
    flex-direction: row !important;
}
.flex-xxl-column[data-v-1967941a] {
    flex-direction: column !important;
}
.flex-xxl-row-reverse[data-v-1967941a] {
    flex-direction: row-reverse !important;
}
.flex-xxl-column-reverse[data-v-1967941a] {
    flex-direction: column-reverse !important;
}
.flex-xxl-wrap[data-v-1967941a] {
    flex-wrap: wrap !important;
}
.flex-xxl-nowrap[data-v-1967941a] {
    flex-wrap: nowrap !important;
}
.flex-xxl-wrap-reverse[data-v-1967941a] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-xxl-start[data-v-1967941a] {
    justify-content: flex-start !important;
}
.justify-content-xxl-end[data-v-1967941a] {
    justify-content: flex-end !important;
}
.justify-content-xxl-center[data-v-1967941a] {
    justify-content: center !important;
}
.justify-content-xxl-between[data-v-1967941a] {
    justify-content: space-between !important;
}
.justify-content-xxl-around[data-v-1967941a] {
    justify-content: space-around !important;
}
.align-items-xxl-start[data-v-1967941a] {
    align-items: flex-start !important;
}
.align-items-xxl-end[data-v-1967941a] {
    align-items: flex-end !important;
}
.align-items-xxl-center[data-v-1967941a] {
    align-items: center !important;
}
.align-items-xxl-baseline[data-v-1967941a] {
    align-items: baseline !important;
}
.align-items-xxl-stretch[data-v-1967941a] {
    align-items: stretch !important;
}
.align-content-xxl-start[data-v-1967941a] {
    align-content: flex-start !important;
}
.align-content-xxl-end[data-v-1967941a] {
    align-content: flex-end !important;
}
.align-content-xxl-center[data-v-1967941a] {
    align-content: center !important;
}
.align-content-xxl-between[data-v-1967941a] {
    align-content: space-between !important;
}
.align-content-xxl-around[data-v-1967941a] {
    align-content: space-around !important;
}
.align-content-xxl-stretch[data-v-1967941a] {
    align-content: stretch !important;
}
.align-self-xxl-auto[data-v-1967941a] {
    align-self: auto !important;
}
.align-self-xxl-start[data-v-1967941a] {
    align-self: flex-start !important;
}
.align-self-xxl-end[data-v-1967941a] {
    align-self: flex-end !important;
}
.align-self-xxl-center[data-v-1967941a] {
    align-self: center !important;
}
.align-self-xxl-baseline[data-v-1967941a] {
    align-self: baseline !important;
}
.align-self-xxl-stretch[data-v-1967941a] {
    align-self: stretch !important;
}
}
.m-0[data-v-1967941a] {
  margin: 0 !important;
}
.mt-0[data-v-1967941a],
.my-0[data-v-1967941a] {
  margin-top: 0 !important;
}
.mr-0[data-v-1967941a],
.mx-0[data-v-1967941a] {
  margin-right: 0 !important;
}
.mb-0[data-v-1967941a],
.my-0[data-v-1967941a] {
  margin-bottom: 0 !important;
}
.ml-0[data-v-1967941a],
.mx-0[data-v-1967941a] {
  margin-left: 0 !important;
}
.m-1[data-v-1967941a] {
  margin: 2px !important;
}
.mt-1[data-v-1967941a],
.my-1[data-v-1967941a] {
  margin-top: 2px !important;
}
.mr-1[data-v-1967941a],
.mx-1[data-v-1967941a] {
  margin-right: 2px !important;
}
.mb-1[data-v-1967941a],
.my-1[data-v-1967941a] {
  margin-bottom: 2px !important;
}
.ml-1[data-v-1967941a],
.mx-1[data-v-1967941a] {
  margin-left: 2px !important;
}
.m-2[data-v-1967941a] {
  margin: 4px !important;
}
.mt-2[data-v-1967941a],
.my-2[data-v-1967941a] {
  margin-top: 4px !important;
}
.mr-2[data-v-1967941a],
.mx-2[data-v-1967941a] {
  margin-right: 4px !important;
}
.mb-2[data-v-1967941a],
.my-2[data-v-1967941a] {
  margin-bottom: 4px !important;
}
.ml-2[data-v-1967941a],
.mx-2[data-v-1967941a] {
  margin-left: 4px !important;
}
.m-3[data-v-1967941a] {
  margin: 8px !important;
}
.mt-3[data-v-1967941a],
.my-3[data-v-1967941a] {
  margin-top: 8px !important;
}
.mr-3[data-v-1967941a],
.mx-3[data-v-1967941a] {
  margin-right: 8px !important;
}
.mb-3[data-v-1967941a],
.my-3[data-v-1967941a] {
  margin-bottom: 8px !important;
}
.ml-3[data-v-1967941a],
.mx-3[data-v-1967941a] {
  margin-left: 8px !important;
}
.m-305[data-v-1967941a] {
  margin: 12px !important;
}
.mt-305[data-v-1967941a],
.my-305[data-v-1967941a] {
  margin-top: 12px !important;
}
.mr-305[data-v-1967941a],
.mx-305[data-v-1967941a] {
  margin-right: 12px !important;
}
.mb-305[data-v-1967941a],
.my-305[data-v-1967941a] {
  margin-bottom: 12px !important;
}
.ml-305[data-v-1967941a],
.mx-305[data-v-1967941a] {
  margin-left: 12px !important;
}
.m-4[data-v-1967941a] {
  margin: 16px !important;
}
.mt-4[data-v-1967941a],
.my-4[data-v-1967941a] {
  margin-top: 16px !important;
}
.mr-4[data-v-1967941a],
.mx-4[data-v-1967941a] {
  margin-right: 16px !important;
}
.mb-4[data-v-1967941a],
.my-4[data-v-1967941a] {
  margin-bottom: 16px !important;
}
.ml-4[data-v-1967941a],
.mx-4[data-v-1967941a] {
  margin-left: 16px !important;
}
.m-405[data-v-1967941a] {
  margin: 20px !important;
}
.mt-405[data-v-1967941a],
.my-405[data-v-1967941a] {
  margin-top: 20px !important;
}
.mr-405[data-v-1967941a],
.mx-405[data-v-1967941a] {
  margin-right: 20px !important;
}
.mb-405[data-v-1967941a],
.my-405[data-v-1967941a] {
  margin-bottom: 20px !important;
}
.ml-405[data-v-1967941a],
.mx-405[data-v-1967941a] {
  margin-left: 20px !important;
}
.m-5[data-v-1967941a] {
  margin: 24px !important;
}
.mt-5[data-v-1967941a],
.my-5[data-v-1967941a] {
  margin-top: 24px !important;
}
.mr-5[data-v-1967941a],
.mx-5[data-v-1967941a] {
  margin-right: 24px !important;
}
.mb-5[data-v-1967941a],
.my-5[data-v-1967941a] {
  margin-bottom: 24px !important;
}
.ml-5[data-v-1967941a],
.mx-5[data-v-1967941a] {
  margin-left: 24px !important;
}
.m-505[data-v-1967941a] {
  margin: 28px !important;
}
.mt-505[data-v-1967941a],
.my-505[data-v-1967941a] {
  margin-top: 28px !important;
}
.mr-505[data-v-1967941a],
.mx-505[data-v-1967941a] {
  margin-right: 28px !important;
}
.mb-505[data-v-1967941a],
.my-505[data-v-1967941a] {
  margin-bottom: 28px !important;
}
.ml-505[data-v-1967941a],
.mx-505[data-v-1967941a] {
  margin-left: 28px !important;
}
.m-6[data-v-1967941a] {
  margin: 32px !important;
}
.mt-6[data-v-1967941a],
.my-6[data-v-1967941a] {
  margin-top: 32px !important;
}
.mr-6[data-v-1967941a],
.mx-6[data-v-1967941a] {
  margin-right: 32px !important;
}
.mb-6[data-v-1967941a],
.my-6[data-v-1967941a] {
  margin-bottom: 32px !important;
}
.ml-6[data-v-1967941a],
.mx-6[data-v-1967941a] {
  margin-left: 32px !important;
}
.m-605[data-v-1967941a] {
  margin: 36px !important;
}
.mt-605[data-v-1967941a],
.my-605[data-v-1967941a] {
  margin-top: 36px !important;
}
.mr-605[data-v-1967941a],
.mx-605[data-v-1967941a] {
  margin-right: 36px !important;
}
.mb-605[data-v-1967941a],
.my-605[data-v-1967941a] {
  margin-bottom: 36px !important;
}
.ml-605[data-v-1967941a],
.mx-605[data-v-1967941a] {
  margin-left: 36px !important;
}
.m-7[data-v-1967941a] {
  margin: 40px !important;
}
.mt-7[data-v-1967941a],
.my-7[data-v-1967941a] {
  margin-top: 40px !important;
}
.mr-7[data-v-1967941a],
.mx-7[data-v-1967941a] {
  margin-right: 40px !important;
}
.mb-7[data-v-1967941a],
.my-7[data-v-1967941a] {
  margin-bottom: 40px !important;
}
.ml-7[data-v-1967941a],
.mx-7[data-v-1967941a] {
  margin-left: 40px !important;
}
.m-705[data-v-1967941a] {
  margin: 44px !important;
}
.mt-705[data-v-1967941a],
.my-705[data-v-1967941a] {
  margin-top: 44px !important;
}
.mr-705[data-v-1967941a],
.mx-705[data-v-1967941a] {
  margin-right: 44px !important;
}
.mb-705[data-v-1967941a],
.my-705[data-v-1967941a] {
  margin-bottom: 44px !important;
}
.ml-705[data-v-1967941a],
.mx-705[data-v-1967941a] {
  margin-left: 44px !important;
}
.m-8[data-v-1967941a] {
  margin: 48px !important;
}
.mt-8[data-v-1967941a],
.my-8[data-v-1967941a] {
  margin-top: 48px !important;
}
.mr-8[data-v-1967941a],
.mx-8[data-v-1967941a] {
  margin-right: 48px !important;
}
.mb-8[data-v-1967941a],
.my-8[data-v-1967941a] {
  margin-bottom: 48px !important;
}
.ml-8[data-v-1967941a],
.mx-8[data-v-1967941a] {
  margin-left: 48px !important;
}
.m-805[data-v-1967941a] {
  margin: 52px !important;
}
.mt-805[data-v-1967941a],
.my-805[data-v-1967941a] {
  margin-top: 52px !important;
}
.mr-805[data-v-1967941a],
.mx-805[data-v-1967941a] {
  margin-right: 52px !important;
}
.mb-805[data-v-1967941a],
.my-805[data-v-1967941a] {
  margin-bottom: 52px !important;
}
.ml-805[data-v-1967941a],
.mx-805[data-v-1967941a] {
  margin-left: 52px !important;
}
.m-9[data-v-1967941a] {
  margin: 56px !important;
}
.mt-9[data-v-1967941a],
.my-9[data-v-1967941a] {
  margin-top: 56px !important;
}
.mr-9[data-v-1967941a],
.mx-9[data-v-1967941a] {
  margin-right: 56px !important;
}
.mb-9[data-v-1967941a],
.my-9[data-v-1967941a] {
  margin-bottom: 56px !important;
}
.ml-9[data-v-1967941a],
.mx-9[data-v-1967941a] {
  margin-left: 56px !important;
}
.m-905[data-v-1967941a] {
  margin: 60px !important;
}
.mt-905[data-v-1967941a],
.my-905[data-v-1967941a] {
  margin-top: 60px !important;
}
.mr-905[data-v-1967941a],
.mx-905[data-v-1967941a] {
  margin-right: 60px !important;
}
.mb-905[data-v-1967941a],
.my-905[data-v-1967941a] {
  margin-bottom: 60px !important;
}
.ml-905[data-v-1967941a],
.mx-905[data-v-1967941a] {
  margin-left: 60px !important;
}
.p-0[data-v-1967941a] {
  padding: 0 !important;
}
.pt-0[data-v-1967941a],
.py-0[data-v-1967941a] {
  padding-top: 0 !important;
}
.pr-0[data-v-1967941a],
.px-0[data-v-1967941a] {
  padding-right: 0 !important;
}
.pb-0[data-v-1967941a],
.py-0[data-v-1967941a] {
  padding-bottom: 0 !important;
}
.pl-0[data-v-1967941a],
.px-0[data-v-1967941a] {
  padding-left: 0 !important;
}
.p-1[data-v-1967941a] {
  padding: 2px !important;
}
.pt-1[data-v-1967941a],
.py-1[data-v-1967941a] {
  padding-top: 2px !important;
}
.pr-1[data-v-1967941a],
.px-1[data-v-1967941a] {
  padding-right: 2px !important;
}
.pb-1[data-v-1967941a],
.py-1[data-v-1967941a] {
  padding-bottom: 2px !important;
}
.pl-1[data-v-1967941a],
.px-1[data-v-1967941a] {
  padding-left: 2px !important;
}
.p-2[data-v-1967941a] {
  padding: 4px !important;
}
.pt-2[data-v-1967941a],
.py-2[data-v-1967941a] {
  padding-top: 4px !important;
}
.pr-2[data-v-1967941a],
.px-2[data-v-1967941a] {
  padding-right: 4px !important;
}
.pb-2[data-v-1967941a],
.py-2[data-v-1967941a] {
  padding-bottom: 4px !important;
}
.pl-2[data-v-1967941a],
.px-2[data-v-1967941a] {
  padding-left: 4px !important;
}
.p-3[data-v-1967941a] {
  padding: 8px !important;
}
.pt-3[data-v-1967941a],
.py-3[data-v-1967941a] {
  padding-top: 8px !important;
}
.pr-3[data-v-1967941a],
.px-3[data-v-1967941a] {
  padding-right: 8px !important;
}
.pb-3[data-v-1967941a],
.py-3[data-v-1967941a] {
  padding-bottom: 8px !important;
}
.pl-3[data-v-1967941a],
.px-3[data-v-1967941a] {
  padding-left: 8px !important;
}
.p-305[data-v-1967941a] {
  padding: 12px !important;
}
.pt-305[data-v-1967941a],
.py-305[data-v-1967941a] {
  padding-top: 12px !important;
}
.pr-305[data-v-1967941a],
.px-305[data-v-1967941a] {
  padding-right: 12px !important;
}
.pb-305[data-v-1967941a],
.py-305[data-v-1967941a] {
  padding-bottom: 12px !important;
}
.pl-305[data-v-1967941a],
.px-305[data-v-1967941a] {
  padding-left: 12px !important;
}
.p-4[data-v-1967941a] {
  padding: 16px !important;
}
.pt-4[data-v-1967941a],
.py-4[data-v-1967941a] {
  padding-top: 16px !important;
}
.pr-4[data-v-1967941a],
.px-4[data-v-1967941a] {
  padding-right: 16px !important;
}
.pb-4[data-v-1967941a],
.py-4[data-v-1967941a] {
  padding-bottom: 16px !important;
}
.pl-4[data-v-1967941a],
.px-4[data-v-1967941a] {
  padding-left: 16px !important;
}
.p-405[data-v-1967941a] {
  padding: 20px !important;
}
.pt-405[data-v-1967941a],
.py-405[data-v-1967941a] {
  padding-top: 20px !important;
}
.pr-405[data-v-1967941a],
.px-405[data-v-1967941a] {
  padding-right: 20px !important;
}
.pb-405[data-v-1967941a],
.py-405[data-v-1967941a] {
  padding-bottom: 20px !important;
}
.pl-405[data-v-1967941a],
.px-405[data-v-1967941a] {
  padding-left: 20px !important;
}
.p-5[data-v-1967941a] {
  padding: 24px !important;
}
.pt-5[data-v-1967941a],
.py-5[data-v-1967941a] {
  padding-top: 24px !important;
}
.pr-5[data-v-1967941a],
.px-5[data-v-1967941a] {
  padding-right: 24px !important;
}
.pb-5[data-v-1967941a],
.py-5[data-v-1967941a] {
  padding-bottom: 24px !important;
}
.pl-5[data-v-1967941a],
.px-5[data-v-1967941a] {
  padding-left: 24px !important;
}
.p-505[data-v-1967941a] {
  padding: 28px !important;
}
.pt-505[data-v-1967941a],
.py-505[data-v-1967941a] {
  padding-top: 28px !important;
}
.pr-505[data-v-1967941a],
.px-505[data-v-1967941a] {
  padding-right: 28px !important;
}
.pb-505[data-v-1967941a],
.py-505[data-v-1967941a] {
  padding-bottom: 28px !important;
}
.pl-505[data-v-1967941a],
.px-505[data-v-1967941a] {
  padding-left: 28px !important;
}
.p-6[data-v-1967941a] {
  padding: 32px !important;
}
.pt-6[data-v-1967941a],
.py-6[data-v-1967941a] {
  padding-top: 32px !important;
}
.pr-6[data-v-1967941a],
.px-6[data-v-1967941a] {
  padding-right: 32px !important;
}
.pb-6[data-v-1967941a],
.py-6[data-v-1967941a] {
  padding-bottom: 32px !important;
}
.pl-6[data-v-1967941a],
.px-6[data-v-1967941a] {
  padding-left: 32px !important;
}
.p-605[data-v-1967941a] {
  padding: 36px !important;
}
.pt-605[data-v-1967941a],
.py-605[data-v-1967941a] {
  padding-top: 36px !important;
}
.pr-605[data-v-1967941a],
.px-605[data-v-1967941a] {
  padding-right: 36px !important;
}
.pb-605[data-v-1967941a],
.py-605[data-v-1967941a] {
  padding-bottom: 36px !important;
}
.pl-605[data-v-1967941a],
.px-605[data-v-1967941a] {
  padding-left: 36px !important;
}
.p-7[data-v-1967941a] {
  padding: 40px !important;
}
.pt-7[data-v-1967941a],
.py-7[data-v-1967941a] {
  padding-top: 40px !important;
}
.pr-7[data-v-1967941a],
.px-7[data-v-1967941a] {
  padding-right: 40px !important;
}
.pb-7[data-v-1967941a],
.py-7[data-v-1967941a] {
  padding-bottom: 40px !important;
}
.pl-7[data-v-1967941a],
.px-7[data-v-1967941a] {
  padding-left: 40px !important;
}
.p-705[data-v-1967941a] {
  padding: 44px !important;
}
.pt-705[data-v-1967941a],
.py-705[data-v-1967941a] {
  padding-top: 44px !important;
}
.pr-705[data-v-1967941a],
.px-705[data-v-1967941a] {
  padding-right: 44px !important;
}
.pb-705[data-v-1967941a],
.py-705[data-v-1967941a] {
  padding-bottom: 44px !important;
}
.pl-705[data-v-1967941a],
.px-705[data-v-1967941a] {
  padding-left: 44px !important;
}
.p-8[data-v-1967941a] {
  padding: 48px !important;
}
.pt-8[data-v-1967941a],
.py-8[data-v-1967941a] {
  padding-top: 48px !important;
}
.pr-8[data-v-1967941a],
.px-8[data-v-1967941a] {
  padding-right: 48px !important;
}
.pb-8[data-v-1967941a],
.py-8[data-v-1967941a] {
  padding-bottom: 48px !important;
}
.pl-8[data-v-1967941a],
.px-8[data-v-1967941a] {
  padding-left: 48px !important;
}
.p-805[data-v-1967941a] {
  padding: 52px !important;
}
.pt-805[data-v-1967941a],
.py-805[data-v-1967941a] {
  padding-top: 52px !important;
}
.pr-805[data-v-1967941a],
.px-805[data-v-1967941a] {
  padding-right: 52px !important;
}
.pb-805[data-v-1967941a],
.py-805[data-v-1967941a] {
  padding-bottom: 52px !important;
}
.pl-805[data-v-1967941a],
.px-805[data-v-1967941a] {
  padding-left: 52px !important;
}
.p-9[data-v-1967941a] {
  padding: 56px !important;
}
.pt-9[data-v-1967941a],
.py-9[data-v-1967941a] {
  padding-top: 56px !important;
}
.pr-9[data-v-1967941a],
.px-9[data-v-1967941a] {
  padding-right: 56px !important;
}
.pb-9[data-v-1967941a],
.py-9[data-v-1967941a] {
  padding-bottom: 56px !important;
}
.pl-9[data-v-1967941a],
.px-9[data-v-1967941a] {
  padding-left: 56px !important;
}
.p-905[data-v-1967941a] {
  padding: 60px !important;
}
.pt-905[data-v-1967941a],
.py-905[data-v-1967941a] {
  padding-top: 60px !important;
}
.pr-905[data-v-1967941a],
.px-905[data-v-1967941a] {
  padding-right: 60px !important;
}
.pb-905[data-v-1967941a],
.py-905[data-v-1967941a] {
  padding-bottom: 60px !important;
}
.pl-905[data-v-1967941a],
.px-905[data-v-1967941a] {
  padding-left: 60px !important;
}
.m-auto[data-v-1967941a] {
  margin: auto !important;
}
.mt-auto[data-v-1967941a],
.my-auto[data-v-1967941a] {
  margin-top: auto !important;
}
.mr-auto[data-v-1967941a],
.mx-auto[data-v-1967941a] {
  margin-right: auto !important;
}
.mb-auto[data-v-1967941a],
.my-auto[data-v-1967941a] {
  margin-bottom: auto !important;
}
.ml-auto[data-v-1967941a],
.mx-auto[data-v-1967941a] {
  margin-left: auto !important;
}
@media (min-width: 576px) {
.m-sm-0[data-v-1967941a] {
    margin: 0 !important;
}
.mt-sm-0[data-v-1967941a],
  .my-sm-0[data-v-1967941a] {
    margin-top: 0 !important;
}
.mr-sm-0[data-v-1967941a],
  .mx-sm-0[data-v-1967941a] {
    margin-right: 0 !important;
}
.mb-sm-0[data-v-1967941a],
  .my-sm-0[data-v-1967941a] {
    margin-bottom: 0 !important;
}
.ml-sm-0[data-v-1967941a],
  .mx-sm-0[data-v-1967941a] {
    margin-left: 0 !important;
}
.m-sm-1[data-v-1967941a] {
    margin: 2px !important;
}
.mt-sm-1[data-v-1967941a],
  .my-sm-1[data-v-1967941a] {
    margin-top: 2px !important;
}
.mr-sm-1[data-v-1967941a],
  .mx-sm-1[data-v-1967941a] {
    margin-right: 2px !important;
}
.mb-sm-1[data-v-1967941a],
  .my-sm-1[data-v-1967941a] {
    margin-bottom: 2px !important;
}
.ml-sm-1[data-v-1967941a],
  .mx-sm-1[data-v-1967941a] {
    margin-left: 2px !important;
}
.m-sm-2[data-v-1967941a] {
    margin: 4px !important;
}
.mt-sm-2[data-v-1967941a],
  .my-sm-2[data-v-1967941a] {
    margin-top: 4px !important;
}
.mr-sm-2[data-v-1967941a],
  .mx-sm-2[data-v-1967941a] {
    margin-right: 4px !important;
}
.mb-sm-2[data-v-1967941a],
  .my-sm-2[data-v-1967941a] {
    margin-bottom: 4px !important;
}
.ml-sm-2[data-v-1967941a],
  .mx-sm-2[data-v-1967941a] {
    margin-left: 4px !important;
}
.m-sm-3[data-v-1967941a] {
    margin: 8px !important;
}
.mt-sm-3[data-v-1967941a],
  .my-sm-3[data-v-1967941a] {
    margin-top: 8px !important;
}
.mr-sm-3[data-v-1967941a],
  .mx-sm-3[data-v-1967941a] {
    margin-right: 8px !important;
}
.mb-sm-3[data-v-1967941a],
  .my-sm-3[data-v-1967941a] {
    margin-bottom: 8px !important;
}
.ml-sm-3[data-v-1967941a],
  .mx-sm-3[data-v-1967941a] {
    margin-left: 8px !important;
}
.m-sm-305[data-v-1967941a] {
    margin: 12px !important;
}
.mt-sm-305[data-v-1967941a],
  .my-sm-305[data-v-1967941a] {
    margin-top: 12px !important;
}
.mr-sm-305[data-v-1967941a],
  .mx-sm-305[data-v-1967941a] {
    margin-right: 12px !important;
}
.mb-sm-305[data-v-1967941a],
  .my-sm-305[data-v-1967941a] {
    margin-bottom: 12px !important;
}
.ml-sm-305[data-v-1967941a],
  .mx-sm-305[data-v-1967941a] {
    margin-left: 12px !important;
}
.m-sm-4[data-v-1967941a] {
    margin: 16px !important;
}
.mt-sm-4[data-v-1967941a],
  .my-sm-4[data-v-1967941a] {
    margin-top: 16px !important;
}
.mr-sm-4[data-v-1967941a],
  .mx-sm-4[data-v-1967941a] {
    margin-right: 16px !important;
}
.mb-sm-4[data-v-1967941a],
  .my-sm-4[data-v-1967941a] {
    margin-bottom: 16px !important;
}
.ml-sm-4[data-v-1967941a],
  .mx-sm-4[data-v-1967941a] {
    margin-left: 16px !important;
}
.m-sm-405[data-v-1967941a] {
    margin: 20px !important;
}
.mt-sm-405[data-v-1967941a],
  .my-sm-405[data-v-1967941a] {
    margin-top: 20px !important;
}
.mr-sm-405[data-v-1967941a],
  .mx-sm-405[data-v-1967941a] {
    margin-right: 20px !important;
}
.mb-sm-405[data-v-1967941a],
  .my-sm-405[data-v-1967941a] {
    margin-bottom: 20px !important;
}
.ml-sm-405[data-v-1967941a],
  .mx-sm-405[data-v-1967941a] {
    margin-left: 20px !important;
}
.m-sm-5[data-v-1967941a] {
    margin: 24px !important;
}
.mt-sm-5[data-v-1967941a],
  .my-sm-5[data-v-1967941a] {
    margin-top: 24px !important;
}
.mr-sm-5[data-v-1967941a],
  .mx-sm-5[data-v-1967941a] {
    margin-right: 24px !important;
}
.mb-sm-5[data-v-1967941a],
  .my-sm-5[data-v-1967941a] {
    margin-bottom: 24px !important;
}
.ml-sm-5[data-v-1967941a],
  .mx-sm-5[data-v-1967941a] {
    margin-left: 24px !important;
}
.m-sm-505[data-v-1967941a] {
    margin: 28px !important;
}
.mt-sm-505[data-v-1967941a],
  .my-sm-505[data-v-1967941a] {
    margin-top: 28px !important;
}
.mr-sm-505[data-v-1967941a],
  .mx-sm-505[data-v-1967941a] {
    margin-right: 28px !important;
}
.mb-sm-505[data-v-1967941a],
  .my-sm-505[data-v-1967941a] {
    margin-bottom: 28px !important;
}
.ml-sm-505[data-v-1967941a],
  .mx-sm-505[data-v-1967941a] {
    margin-left: 28px !important;
}
.m-sm-6[data-v-1967941a] {
    margin: 32px !important;
}
.mt-sm-6[data-v-1967941a],
  .my-sm-6[data-v-1967941a] {
    margin-top: 32px !important;
}
.mr-sm-6[data-v-1967941a],
  .mx-sm-6[data-v-1967941a] {
    margin-right: 32px !important;
}
.mb-sm-6[data-v-1967941a],
  .my-sm-6[data-v-1967941a] {
    margin-bottom: 32px !important;
}
.ml-sm-6[data-v-1967941a],
  .mx-sm-6[data-v-1967941a] {
    margin-left: 32px !important;
}
.m-sm-605[data-v-1967941a] {
    margin: 36px !important;
}
.mt-sm-605[data-v-1967941a],
  .my-sm-605[data-v-1967941a] {
    margin-top: 36px !important;
}
.mr-sm-605[data-v-1967941a],
  .mx-sm-605[data-v-1967941a] {
    margin-right: 36px !important;
}
.mb-sm-605[data-v-1967941a],
  .my-sm-605[data-v-1967941a] {
    margin-bottom: 36px !important;
}
.ml-sm-605[data-v-1967941a],
  .mx-sm-605[data-v-1967941a] {
    margin-left: 36px !important;
}
.m-sm-7[data-v-1967941a] {
    margin: 40px !important;
}
.mt-sm-7[data-v-1967941a],
  .my-sm-7[data-v-1967941a] {
    margin-top: 40px !important;
}
.mr-sm-7[data-v-1967941a],
  .mx-sm-7[data-v-1967941a] {
    margin-right: 40px !important;
}
.mb-sm-7[data-v-1967941a],
  .my-sm-7[data-v-1967941a] {
    margin-bottom: 40px !important;
}
.ml-sm-7[data-v-1967941a],
  .mx-sm-7[data-v-1967941a] {
    margin-left: 40px !important;
}
.m-sm-705[data-v-1967941a] {
    margin: 44px !important;
}
.mt-sm-705[data-v-1967941a],
  .my-sm-705[data-v-1967941a] {
    margin-top: 44px !important;
}
.mr-sm-705[data-v-1967941a],
  .mx-sm-705[data-v-1967941a] {
    margin-right: 44px !important;
}
.mb-sm-705[data-v-1967941a],
  .my-sm-705[data-v-1967941a] {
    margin-bottom: 44px !important;
}
.ml-sm-705[data-v-1967941a],
  .mx-sm-705[data-v-1967941a] {
    margin-left: 44px !important;
}
.m-sm-8[data-v-1967941a] {
    margin: 48px !important;
}
.mt-sm-8[data-v-1967941a],
  .my-sm-8[data-v-1967941a] {
    margin-top: 48px !important;
}
.mr-sm-8[data-v-1967941a],
  .mx-sm-8[data-v-1967941a] {
    margin-right: 48px !important;
}
.mb-sm-8[data-v-1967941a],
  .my-sm-8[data-v-1967941a] {
    margin-bottom: 48px !important;
}
.ml-sm-8[data-v-1967941a],
  .mx-sm-8[data-v-1967941a] {
    margin-left: 48px !important;
}
.m-sm-805[data-v-1967941a] {
    margin: 52px !important;
}
.mt-sm-805[data-v-1967941a],
  .my-sm-805[data-v-1967941a] {
    margin-top: 52px !important;
}
.mr-sm-805[data-v-1967941a],
  .mx-sm-805[data-v-1967941a] {
    margin-right: 52px !important;
}
.mb-sm-805[data-v-1967941a],
  .my-sm-805[data-v-1967941a] {
    margin-bottom: 52px !important;
}
.ml-sm-805[data-v-1967941a],
  .mx-sm-805[data-v-1967941a] {
    margin-left: 52px !important;
}
.m-sm-9[data-v-1967941a] {
    margin: 56px !important;
}
.mt-sm-9[data-v-1967941a],
  .my-sm-9[data-v-1967941a] {
    margin-top: 56px !important;
}
.mr-sm-9[data-v-1967941a],
  .mx-sm-9[data-v-1967941a] {
    margin-right: 56px !important;
}
.mb-sm-9[data-v-1967941a],
  .my-sm-9[data-v-1967941a] {
    margin-bottom: 56px !important;
}
.ml-sm-9[data-v-1967941a],
  .mx-sm-9[data-v-1967941a] {
    margin-left: 56px !important;
}
.m-sm-905[data-v-1967941a] {
    margin: 60px !important;
}
.mt-sm-905[data-v-1967941a],
  .my-sm-905[data-v-1967941a] {
    margin-top: 60px !important;
}
.mr-sm-905[data-v-1967941a],
  .mx-sm-905[data-v-1967941a] {
    margin-right: 60px !important;
}
.mb-sm-905[data-v-1967941a],
  .my-sm-905[data-v-1967941a] {
    margin-bottom: 60px !important;
}
.ml-sm-905[data-v-1967941a],
  .mx-sm-905[data-v-1967941a] {
    margin-left: 60px !important;
}
.p-sm-0[data-v-1967941a] {
    padding: 0 !important;
}
.pt-sm-0[data-v-1967941a],
  .py-sm-0[data-v-1967941a] {
    padding-top: 0 !important;
}
.pr-sm-0[data-v-1967941a],
  .px-sm-0[data-v-1967941a] {
    padding-right: 0 !important;
}
.pb-sm-0[data-v-1967941a],
  .py-sm-0[data-v-1967941a] {
    padding-bottom: 0 !important;
}
.pl-sm-0[data-v-1967941a],
  .px-sm-0[data-v-1967941a] {
    padding-left: 0 !important;
}
.p-sm-1[data-v-1967941a] {
    padding: 2px !important;
}
.pt-sm-1[data-v-1967941a],
  .py-sm-1[data-v-1967941a] {
    padding-top: 2px !important;
}
.pr-sm-1[data-v-1967941a],
  .px-sm-1[data-v-1967941a] {
    padding-right: 2px !important;
}
.pb-sm-1[data-v-1967941a],
  .py-sm-1[data-v-1967941a] {
    padding-bottom: 2px !important;
}
.pl-sm-1[data-v-1967941a],
  .px-sm-1[data-v-1967941a] {
    padding-left: 2px !important;
}
.p-sm-2[data-v-1967941a] {
    padding: 4px !important;
}
.pt-sm-2[data-v-1967941a],
  .py-sm-2[data-v-1967941a] {
    padding-top: 4px !important;
}
.pr-sm-2[data-v-1967941a],
  .px-sm-2[data-v-1967941a] {
    padding-right: 4px !important;
}
.pb-sm-2[data-v-1967941a],
  .py-sm-2[data-v-1967941a] {
    padding-bottom: 4px !important;
}
.pl-sm-2[data-v-1967941a],
  .px-sm-2[data-v-1967941a] {
    padding-left: 4px !important;
}
.p-sm-3[data-v-1967941a] {
    padding: 8px !important;
}
.pt-sm-3[data-v-1967941a],
  .py-sm-3[data-v-1967941a] {
    padding-top: 8px !important;
}
.pr-sm-3[data-v-1967941a],
  .px-sm-3[data-v-1967941a] {
    padding-right: 8px !important;
}
.pb-sm-3[data-v-1967941a],
  .py-sm-3[data-v-1967941a] {
    padding-bottom: 8px !important;
}
.pl-sm-3[data-v-1967941a],
  .px-sm-3[data-v-1967941a] {
    padding-left: 8px !important;
}
.p-sm-305[data-v-1967941a] {
    padding: 12px !important;
}
.pt-sm-305[data-v-1967941a],
  .py-sm-305[data-v-1967941a] {
    padding-top: 12px !important;
}
.pr-sm-305[data-v-1967941a],
  .px-sm-305[data-v-1967941a] {
    padding-right: 12px !important;
}
.pb-sm-305[data-v-1967941a],
  .py-sm-305[data-v-1967941a] {
    padding-bottom: 12px !important;
}
.pl-sm-305[data-v-1967941a],
  .px-sm-305[data-v-1967941a] {
    padding-left: 12px !important;
}
.p-sm-4[data-v-1967941a] {
    padding: 16px !important;
}
.pt-sm-4[data-v-1967941a],
  .py-sm-4[data-v-1967941a] {
    padding-top: 16px !important;
}
.pr-sm-4[data-v-1967941a],
  .px-sm-4[data-v-1967941a] {
    padding-right: 16px !important;
}
.pb-sm-4[data-v-1967941a],
  .py-sm-4[data-v-1967941a] {
    padding-bottom: 16px !important;
}
.pl-sm-4[data-v-1967941a],
  .px-sm-4[data-v-1967941a] {
    padding-left: 16px !important;
}
.p-sm-405[data-v-1967941a] {
    padding: 20px !important;
}
.pt-sm-405[data-v-1967941a],
  .py-sm-405[data-v-1967941a] {
    padding-top: 20px !important;
}
.pr-sm-405[data-v-1967941a],
  .px-sm-405[data-v-1967941a] {
    padding-right: 20px !important;
}
.pb-sm-405[data-v-1967941a],
  .py-sm-405[data-v-1967941a] {
    padding-bottom: 20px !important;
}
.pl-sm-405[data-v-1967941a],
  .px-sm-405[data-v-1967941a] {
    padding-left: 20px !important;
}
.p-sm-5[data-v-1967941a] {
    padding: 24px !important;
}
.pt-sm-5[data-v-1967941a],
  .py-sm-5[data-v-1967941a] {
    padding-top: 24px !important;
}
.pr-sm-5[data-v-1967941a],
  .px-sm-5[data-v-1967941a] {
    padding-right: 24px !important;
}
.pb-sm-5[data-v-1967941a],
  .py-sm-5[data-v-1967941a] {
    padding-bottom: 24px !important;
}
.pl-sm-5[data-v-1967941a],
  .px-sm-5[data-v-1967941a] {
    padding-left: 24px !important;
}
.p-sm-505[data-v-1967941a] {
    padding: 28px !important;
}
.pt-sm-505[data-v-1967941a],
  .py-sm-505[data-v-1967941a] {
    padding-top: 28px !important;
}
.pr-sm-505[data-v-1967941a],
  .px-sm-505[data-v-1967941a] {
    padding-right: 28px !important;
}
.pb-sm-505[data-v-1967941a],
  .py-sm-505[data-v-1967941a] {
    padding-bottom: 28px !important;
}
.pl-sm-505[data-v-1967941a],
  .px-sm-505[data-v-1967941a] {
    padding-left: 28px !important;
}
.p-sm-6[data-v-1967941a] {
    padding: 32px !important;
}
.pt-sm-6[data-v-1967941a],
  .py-sm-6[data-v-1967941a] {
    padding-top: 32px !important;
}
.pr-sm-6[data-v-1967941a],
  .px-sm-6[data-v-1967941a] {
    padding-right: 32px !important;
}
.pb-sm-6[data-v-1967941a],
  .py-sm-6[data-v-1967941a] {
    padding-bottom: 32px !important;
}
.pl-sm-6[data-v-1967941a],
  .px-sm-6[data-v-1967941a] {
    padding-left: 32px !important;
}
.p-sm-605[data-v-1967941a] {
    padding: 36px !important;
}
.pt-sm-605[data-v-1967941a],
  .py-sm-605[data-v-1967941a] {
    padding-top: 36px !important;
}
.pr-sm-605[data-v-1967941a],
  .px-sm-605[data-v-1967941a] {
    padding-right: 36px !important;
}
.pb-sm-605[data-v-1967941a],
  .py-sm-605[data-v-1967941a] {
    padding-bottom: 36px !important;
}
.pl-sm-605[data-v-1967941a],
  .px-sm-605[data-v-1967941a] {
    padding-left: 36px !important;
}
.p-sm-7[data-v-1967941a] {
    padding: 40px !important;
}
.pt-sm-7[data-v-1967941a],
  .py-sm-7[data-v-1967941a] {
    padding-top: 40px !important;
}
.pr-sm-7[data-v-1967941a],
  .px-sm-7[data-v-1967941a] {
    padding-right: 40px !important;
}
.pb-sm-7[data-v-1967941a],
  .py-sm-7[data-v-1967941a] {
    padding-bottom: 40px !important;
}
.pl-sm-7[data-v-1967941a],
  .px-sm-7[data-v-1967941a] {
    padding-left: 40px !important;
}
.p-sm-705[data-v-1967941a] {
    padding: 44px !important;
}
.pt-sm-705[data-v-1967941a],
  .py-sm-705[data-v-1967941a] {
    padding-top: 44px !important;
}
.pr-sm-705[data-v-1967941a],
  .px-sm-705[data-v-1967941a] {
    padding-right: 44px !important;
}
.pb-sm-705[data-v-1967941a],
  .py-sm-705[data-v-1967941a] {
    padding-bottom: 44px !important;
}
.pl-sm-705[data-v-1967941a],
  .px-sm-705[data-v-1967941a] {
    padding-left: 44px !important;
}
.p-sm-8[data-v-1967941a] {
    padding: 48px !important;
}
.pt-sm-8[data-v-1967941a],
  .py-sm-8[data-v-1967941a] {
    padding-top: 48px !important;
}
.pr-sm-8[data-v-1967941a],
  .px-sm-8[data-v-1967941a] {
    padding-right: 48px !important;
}
.pb-sm-8[data-v-1967941a],
  .py-sm-8[data-v-1967941a] {
    padding-bottom: 48px !important;
}
.pl-sm-8[data-v-1967941a],
  .px-sm-8[data-v-1967941a] {
    padding-left: 48px !important;
}
.p-sm-805[data-v-1967941a] {
    padding: 52px !important;
}
.pt-sm-805[data-v-1967941a],
  .py-sm-805[data-v-1967941a] {
    padding-top: 52px !important;
}
.pr-sm-805[data-v-1967941a],
  .px-sm-805[data-v-1967941a] {
    padding-right: 52px !important;
}
.pb-sm-805[data-v-1967941a],
  .py-sm-805[data-v-1967941a] {
    padding-bottom: 52px !important;
}
.pl-sm-805[data-v-1967941a],
  .px-sm-805[data-v-1967941a] {
    padding-left: 52px !important;
}
.p-sm-9[data-v-1967941a] {
    padding: 56px !important;
}
.pt-sm-9[data-v-1967941a],
  .py-sm-9[data-v-1967941a] {
    padding-top: 56px !important;
}
.pr-sm-9[data-v-1967941a],
  .px-sm-9[data-v-1967941a] {
    padding-right: 56px !important;
}
.pb-sm-9[data-v-1967941a],
  .py-sm-9[data-v-1967941a] {
    padding-bottom: 56px !important;
}
.pl-sm-9[data-v-1967941a],
  .px-sm-9[data-v-1967941a] {
    padding-left: 56px !important;
}
.p-sm-905[data-v-1967941a] {
    padding: 60px !important;
}
.pt-sm-905[data-v-1967941a],
  .py-sm-905[data-v-1967941a] {
    padding-top: 60px !important;
}
.pr-sm-905[data-v-1967941a],
  .px-sm-905[data-v-1967941a] {
    padding-right: 60px !important;
}
.pb-sm-905[data-v-1967941a],
  .py-sm-905[data-v-1967941a] {
    padding-bottom: 60px !important;
}
.pl-sm-905[data-v-1967941a],
  .px-sm-905[data-v-1967941a] {
    padding-left: 60px !important;
}
.m-sm-auto[data-v-1967941a] {
    margin: auto !important;
}
.mt-sm-auto[data-v-1967941a],
  .my-sm-auto[data-v-1967941a] {
    margin-top: auto !important;
}
.mr-sm-auto[data-v-1967941a],
  .mx-sm-auto[data-v-1967941a] {
    margin-right: auto !important;
}
.mb-sm-auto[data-v-1967941a],
  .my-sm-auto[data-v-1967941a] {
    margin-bottom: auto !important;
}
.ml-sm-auto[data-v-1967941a],
  .mx-sm-auto[data-v-1967941a] {
    margin-left: auto !important;
}
}
@media (min-width: 768px) {
.m-md-0[data-v-1967941a] {
    margin: 0 !important;
}
.mt-md-0[data-v-1967941a],
  .my-md-0[data-v-1967941a] {
    margin-top: 0 !important;
}
.mr-md-0[data-v-1967941a],
  .mx-md-0[data-v-1967941a] {
    margin-right: 0 !important;
}
.mb-md-0[data-v-1967941a],
  .my-md-0[data-v-1967941a] {
    margin-bottom: 0 !important;
}
.ml-md-0[data-v-1967941a],
  .mx-md-0[data-v-1967941a] {
    margin-left: 0 !important;
}
.m-md-1[data-v-1967941a] {
    margin: 2px !important;
}
.mt-md-1[data-v-1967941a],
  .my-md-1[data-v-1967941a] {
    margin-top: 2px !important;
}
.mr-md-1[data-v-1967941a],
  .mx-md-1[data-v-1967941a] {
    margin-right: 2px !important;
}
.mb-md-1[data-v-1967941a],
  .my-md-1[data-v-1967941a] {
    margin-bottom: 2px !important;
}
.ml-md-1[data-v-1967941a],
  .mx-md-1[data-v-1967941a] {
    margin-left: 2px !important;
}
.m-md-2[data-v-1967941a] {
    margin: 4px !important;
}
.mt-md-2[data-v-1967941a],
  .my-md-2[data-v-1967941a] {
    margin-top: 4px !important;
}
.mr-md-2[data-v-1967941a],
  .mx-md-2[data-v-1967941a] {
    margin-right: 4px !important;
}
.mb-md-2[data-v-1967941a],
  .my-md-2[data-v-1967941a] {
    margin-bottom: 4px !important;
}
.ml-md-2[data-v-1967941a],
  .mx-md-2[data-v-1967941a] {
    margin-left: 4px !important;
}
.m-md-3[data-v-1967941a] {
    margin: 8px !important;
}
.mt-md-3[data-v-1967941a],
  .my-md-3[data-v-1967941a] {
    margin-top: 8px !important;
}
.mr-md-3[data-v-1967941a],
  .mx-md-3[data-v-1967941a] {
    margin-right: 8px !important;
}
.mb-md-3[data-v-1967941a],
  .my-md-3[data-v-1967941a] {
    margin-bottom: 8px !important;
}
.ml-md-3[data-v-1967941a],
  .mx-md-3[data-v-1967941a] {
    margin-left: 8px !important;
}
.m-md-305[data-v-1967941a] {
    margin: 12px !important;
}
.mt-md-305[data-v-1967941a],
  .my-md-305[data-v-1967941a] {
    margin-top: 12px !important;
}
.mr-md-305[data-v-1967941a],
  .mx-md-305[data-v-1967941a] {
    margin-right: 12px !important;
}
.mb-md-305[data-v-1967941a],
  .my-md-305[data-v-1967941a] {
    margin-bottom: 12px !important;
}
.ml-md-305[data-v-1967941a],
  .mx-md-305[data-v-1967941a] {
    margin-left: 12px !important;
}
.m-md-4[data-v-1967941a] {
    margin: 16px !important;
}
.mt-md-4[data-v-1967941a],
  .my-md-4[data-v-1967941a] {
    margin-top: 16px !important;
}
.mr-md-4[data-v-1967941a],
  .mx-md-4[data-v-1967941a] {
    margin-right: 16px !important;
}
.mb-md-4[data-v-1967941a],
  .my-md-4[data-v-1967941a] {
    margin-bottom: 16px !important;
}
.ml-md-4[data-v-1967941a],
  .mx-md-4[data-v-1967941a] {
    margin-left: 16px !important;
}
.m-md-405[data-v-1967941a] {
    margin: 20px !important;
}
.mt-md-405[data-v-1967941a],
  .my-md-405[data-v-1967941a] {
    margin-top: 20px !important;
}
.mr-md-405[data-v-1967941a],
  .mx-md-405[data-v-1967941a] {
    margin-right: 20px !important;
}
.mb-md-405[data-v-1967941a],
  .my-md-405[data-v-1967941a] {
    margin-bottom: 20px !important;
}
.ml-md-405[data-v-1967941a],
  .mx-md-405[data-v-1967941a] {
    margin-left: 20px !important;
}
.m-md-5[data-v-1967941a] {
    margin: 24px !important;
}
.mt-md-5[data-v-1967941a],
  .my-md-5[data-v-1967941a] {
    margin-top: 24px !important;
}
.mr-md-5[data-v-1967941a],
  .mx-md-5[data-v-1967941a] {
    margin-right: 24px !important;
}
.mb-md-5[data-v-1967941a],
  .my-md-5[data-v-1967941a] {
    margin-bottom: 24px !important;
}
.ml-md-5[data-v-1967941a],
  .mx-md-5[data-v-1967941a] {
    margin-left: 24px !important;
}
.m-md-505[data-v-1967941a] {
    margin: 28px !important;
}
.mt-md-505[data-v-1967941a],
  .my-md-505[data-v-1967941a] {
    margin-top: 28px !important;
}
.mr-md-505[data-v-1967941a],
  .mx-md-505[data-v-1967941a] {
    margin-right: 28px !important;
}
.mb-md-505[data-v-1967941a],
  .my-md-505[data-v-1967941a] {
    margin-bottom: 28px !important;
}
.ml-md-505[data-v-1967941a],
  .mx-md-505[data-v-1967941a] {
    margin-left: 28px !important;
}
.m-md-6[data-v-1967941a] {
    margin: 32px !important;
}
.mt-md-6[data-v-1967941a],
  .my-md-6[data-v-1967941a] {
    margin-top: 32px !important;
}
.mr-md-6[data-v-1967941a],
  .mx-md-6[data-v-1967941a] {
    margin-right: 32px !important;
}
.mb-md-6[data-v-1967941a],
  .my-md-6[data-v-1967941a] {
    margin-bottom: 32px !important;
}
.ml-md-6[data-v-1967941a],
  .mx-md-6[data-v-1967941a] {
    margin-left: 32px !important;
}
.m-md-605[data-v-1967941a] {
    margin: 36px !important;
}
.mt-md-605[data-v-1967941a],
  .my-md-605[data-v-1967941a] {
    margin-top: 36px !important;
}
.mr-md-605[data-v-1967941a],
  .mx-md-605[data-v-1967941a] {
    margin-right: 36px !important;
}
.mb-md-605[data-v-1967941a],
  .my-md-605[data-v-1967941a] {
    margin-bottom: 36px !important;
}
.ml-md-605[data-v-1967941a],
  .mx-md-605[data-v-1967941a] {
    margin-left: 36px !important;
}
.m-md-7[data-v-1967941a] {
    margin: 40px !important;
}
.mt-md-7[data-v-1967941a],
  .my-md-7[data-v-1967941a] {
    margin-top: 40px !important;
}
.mr-md-7[data-v-1967941a],
  .mx-md-7[data-v-1967941a] {
    margin-right: 40px !important;
}
.mb-md-7[data-v-1967941a],
  .my-md-7[data-v-1967941a] {
    margin-bottom: 40px !important;
}
.ml-md-7[data-v-1967941a],
  .mx-md-7[data-v-1967941a] {
    margin-left: 40px !important;
}
.m-md-705[data-v-1967941a] {
    margin: 44px !important;
}
.mt-md-705[data-v-1967941a],
  .my-md-705[data-v-1967941a] {
    margin-top: 44px !important;
}
.mr-md-705[data-v-1967941a],
  .mx-md-705[data-v-1967941a] {
    margin-right: 44px !important;
}
.mb-md-705[data-v-1967941a],
  .my-md-705[data-v-1967941a] {
    margin-bottom: 44px !important;
}
.ml-md-705[data-v-1967941a],
  .mx-md-705[data-v-1967941a] {
    margin-left: 44px !important;
}
.m-md-8[data-v-1967941a] {
    margin: 48px !important;
}
.mt-md-8[data-v-1967941a],
  .my-md-8[data-v-1967941a] {
    margin-top: 48px !important;
}
.mr-md-8[data-v-1967941a],
  .mx-md-8[data-v-1967941a] {
    margin-right: 48px !important;
}
.mb-md-8[data-v-1967941a],
  .my-md-8[data-v-1967941a] {
    margin-bottom: 48px !important;
}
.ml-md-8[data-v-1967941a],
  .mx-md-8[data-v-1967941a] {
    margin-left: 48px !important;
}
.m-md-805[data-v-1967941a] {
    margin: 52px !important;
}
.mt-md-805[data-v-1967941a],
  .my-md-805[data-v-1967941a] {
    margin-top: 52px !important;
}
.mr-md-805[data-v-1967941a],
  .mx-md-805[data-v-1967941a] {
    margin-right: 52px !important;
}
.mb-md-805[data-v-1967941a],
  .my-md-805[data-v-1967941a] {
    margin-bottom: 52px !important;
}
.ml-md-805[data-v-1967941a],
  .mx-md-805[data-v-1967941a] {
    margin-left: 52px !important;
}
.m-md-9[data-v-1967941a] {
    margin: 56px !important;
}
.mt-md-9[data-v-1967941a],
  .my-md-9[data-v-1967941a] {
    margin-top: 56px !important;
}
.mr-md-9[data-v-1967941a],
  .mx-md-9[data-v-1967941a] {
    margin-right: 56px !important;
}
.mb-md-9[data-v-1967941a],
  .my-md-9[data-v-1967941a] {
    margin-bottom: 56px !important;
}
.ml-md-9[data-v-1967941a],
  .mx-md-9[data-v-1967941a] {
    margin-left: 56px !important;
}
.m-md-905[data-v-1967941a] {
    margin: 60px !important;
}
.mt-md-905[data-v-1967941a],
  .my-md-905[data-v-1967941a] {
    margin-top: 60px !important;
}
.mr-md-905[data-v-1967941a],
  .mx-md-905[data-v-1967941a] {
    margin-right: 60px !important;
}
.mb-md-905[data-v-1967941a],
  .my-md-905[data-v-1967941a] {
    margin-bottom: 60px !important;
}
.ml-md-905[data-v-1967941a],
  .mx-md-905[data-v-1967941a] {
    margin-left: 60px !important;
}
.p-md-0[data-v-1967941a] {
    padding: 0 !important;
}
.pt-md-0[data-v-1967941a],
  .py-md-0[data-v-1967941a] {
    padding-top: 0 !important;
}
.pr-md-0[data-v-1967941a],
  .px-md-0[data-v-1967941a] {
    padding-right: 0 !important;
}
.pb-md-0[data-v-1967941a],
  .py-md-0[data-v-1967941a] {
    padding-bottom: 0 !important;
}
.pl-md-0[data-v-1967941a],
  .px-md-0[data-v-1967941a] {
    padding-left: 0 !important;
}
.p-md-1[data-v-1967941a] {
    padding: 2px !important;
}
.pt-md-1[data-v-1967941a],
  .py-md-1[data-v-1967941a] {
    padding-top: 2px !important;
}
.pr-md-1[data-v-1967941a],
  .px-md-1[data-v-1967941a] {
    padding-right: 2px !important;
}
.pb-md-1[data-v-1967941a],
  .py-md-1[data-v-1967941a] {
    padding-bottom: 2px !important;
}
.pl-md-1[data-v-1967941a],
  .px-md-1[data-v-1967941a] {
    padding-left: 2px !important;
}
.p-md-2[data-v-1967941a] {
    padding: 4px !important;
}
.pt-md-2[data-v-1967941a],
  .py-md-2[data-v-1967941a] {
    padding-top: 4px !important;
}
.pr-md-2[data-v-1967941a],
  .px-md-2[data-v-1967941a] {
    padding-right: 4px !important;
}
.pb-md-2[data-v-1967941a],
  .py-md-2[data-v-1967941a] {
    padding-bottom: 4px !important;
}
.pl-md-2[data-v-1967941a],
  .px-md-2[data-v-1967941a] {
    padding-left: 4px !important;
}
.p-md-3[data-v-1967941a] {
    padding: 8px !important;
}
.pt-md-3[data-v-1967941a],
  .py-md-3[data-v-1967941a] {
    padding-top: 8px !important;
}
.pr-md-3[data-v-1967941a],
  .px-md-3[data-v-1967941a] {
    padding-right: 8px !important;
}
.pb-md-3[data-v-1967941a],
  .py-md-3[data-v-1967941a] {
    padding-bottom: 8px !important;
}
.pl-md-3[data-v-1967941a],
  .px-md-3[data-v-1967941a] {
    padding-left: 8px !important;
}
.p-md-305[data-v-1967941a] {
    padding: 12px !important;
}
.pt-md-305[data-v-1967941a],
  .py-md-305[data-v-1967941a] {
    padding-top: 12px !important;
}
.pr-md-305[data-v-1967941a],
  .px-md-305[data-v-1967941a] {
    padding-right: 12px !important;
}
.pb-md-305[data-v-1967941a],
  .py-md-305[data-v-1967941a] {
    padding-bottom: 12px !important;
}
.pl-md-305[data-v-1967941a],
  .px-md-305[data-v-1967941a] {
    padding-left: 12px !important;
}
.p-md-4[data-v-1967941a] {
    padding: 16px !important;
}
.pt-md-4[data-v-1967941a],
  .py-md-4[data-v-1967941a] {
    padding-top: 16px !important;
}
.pr-md-4[data-v-1967941a],
  .px-md-4[data-v-1967941a] {
    padding-right: 16px !important;
}
.pb-md-4[data-v-1967941a],
  .py-md-4[data-v-1967941a] {
    padding-bottom: 16px !important;
}
.pl-md-4[data-v-1967941a],
  .px-md-4[data-v-1967941a] {
    padding-left: 16px !important;
}
.p-md-405[data-v-1967941a] {
    padding: 20px !important;
}
.pt-md-405[data-v-1967941a],
  .py-md-405[data-v-1967941a] {
    padding-top: 20px !important;
}
.pr-md-405[data-v-1967941a],
  .px-md-405[data-v-1967941a] {
    padding-right: 20px !important;
}
.pb-md-405[data-v-1967941a],
  .py-md-405[data-v-1967941a] {
    padding-bottom: 20px !important;
}
.pl-md-405[data-v-1967941a],
  .px-md-405[data-v-1967941a] {
    padding-left: 20px !important;
}
.p-md-5[data-v-1967941a] {
    padding: 24px !important;
}
.pt-md-5[data-v-1967941a],
  .py-md-5[data-v-1967941a] {
    padding-top: 24px !important;
}
.pr-md-5[data-v-1967941a],
  .px-md-5[data-v-1967941a] {
    padding-right: 24px !important;
}
.pb-md-5[data-v-1967941a],
  .py-md-5[data-v-1967941a] {
    padding-bottom: 24px !important;
}
.pl-md-5[data-v-1967941a],
  .px-md-5[data-v-1967941a] {
    padding-left: 24px !important;
}
.p-md-505[data-v-1967941a] {
    padding: 28px !important;
}
.pt-md-505[data-v-1967941a],
  .py-md-505[data-v-1967941a] {
    padding-top: 28px !important;
}
.pr-md-505[data-v-1967941a],
  .px-md-505[data-v-1967941a] {
    padding-right: 28px !important;
}
.pb-md-505[data-v-1967941a],
  .py-md-505[data-v-1967941a] {
    padding-bottom: 28px !important;
}
.pl-md-505[data-v-1967941a],
  .px-md-505[data-v-1967941a] {
    padding-left: 28px !important;
}
.p-md-6[data-v-1967941a] {
    padding: 32px !important;
}
.pt-md-6[data-v-1967941a],
  .py-md-6[data-v-1967941a] {
    padding-top: 32px !important;
}
.pr-md-6[data-v-1967941a],
  .px-md-6[data-v-1967941a] {
    padding-right: 32px !important;
}
.pb-md-6[data-v-1967941a],
  .py-md-6[data-v-1967941a] {
    padding-bottom: 32px !important;
}
.pl-md-6[data-v-1967941a],
  .px-md-6[data-v-1967941a] {
    padding-left: 32px !important;
}
.p-md-605[data-v-1967941a] {
    padding: 36px !important;
}
.pt-md-605[data-v-1967941a],
  .py-md-605[data-v-1967941a] {
    padding-top: 36px !important;
}
.pr-md-605[data-v-1967941a],
  .px-md-605[data-v-1967941a] {
    padding-right: 36px !important;
}
.pb-md-605[data-v-1967941a],
  .py-md-605[data-v-1967941a] {
    padding-bottom: 36px !important;
}
.pl-md-605[data-v-1967941a],
  .px-md-605[data-v-1967941a] {
    padding-left: 36px !important;
}
.p-md-7[data-v-1967941a] {
    padding: 40px !important;
}
.pt-md-7[data-v-1967941a],
  .py-md-7[data-v-1967941a] {
    padding-top: 40px !important;
}
.pr-md-7[data-v-1967941a],
  .px-md-7[data-v-1967941a] {
    padding-right: 40px !important;
}
.pb-md-7[data-v-1967941a],
  .py-md-7[data-v-1967941a] {
    padding-bottom: 40px !important;
}
.pl-md-7[data-v-1967941a],
  .px-md-7[data-v-1967941a] {
    padding-left: 40px !important;
}
.p-md-705[data-v-1967941a] {
    padding: 44px !important;
}
.pt-md-705[data-v-1967941a],
  .py-md-705[data-v-1967941a] {
    padding-top: 44px !important;
}
.pr-md-705[data-v-1967941a],
  .px-md-705[data-v-1967941a] {
    padding-right: 44px !important;
}
.pb-md-705[data-v-1967941a],
  .py-md-705[data-v-1967941a] {
    padding-bottom: 44px !important;
}
.pl-md-705[data-v-1967941a],
  .px-md-705[data-v-1967941a] {
    padding-left: 44px !important;
}
.p-md-8[data-v-1967941a] {
    padding: 48px !important;
}
.pt-md-8[data-v-1967941a],
  .py-md-8[data-v-1967941a] {
    padding-top: 48px !important;
}
.pr-md-8[data-v-1967941a],
  .px-md-8[data-v-1967941a] {
    padding-right: 48px !important;
}
.pb-md-8[data-v-1967941a],
  .py-md-8[data-v-1967941a] {
    padding-bottom: 48px !important;
}
.pl-md-8[data-v-1967941a],
  .px-md-8[data-v-1967941a] {
    padding-left: 48px !important;
}
.p-md-805[data-v-1967941a] {
    padding: 52px !important;
}
.pt-md-805[data-v-1967941a],
  .py-md-805[data-v-1967941a] {
    padding-top: 52px !important;
}
.pr-md-805[data-v-1967941a],
  .px-md-805[data-v-1967941a] {
    padding-right: 52px !important;
}
.pb-md-805[data-v-1967941a],
  .py-md-805[data-v-1967941a] {
    padding-bottom: 52px !important;
}
.pl-md-805[data-v-1967941a],
  .px-md-805[data-v-1967941a] {
    padding-left: 52px !important;
}
.p-md-9[data-v-1967941a] {
    padding: 56px !important;
}
.pt-md-9[data-v-1967941a],
  .py-md-9[data-v-1967941a] {
    padding-top: 56px !important;
}
.pr-md-9[data-v-1967941a],
  .px-md-9[data-v-1967941a] {
    padding-right: 56px !important;
}
.pb-md-9[data-v-1967941a],
  .py-md-9[data-v-1967941a] {
    padding-bottom: 56px !important;
}
.pl-md-9[data-v-1967941a],
  .px-md-9[data-v-1967941a] {
    padding-left: 56px !important;
}
.p-md-905[data-v-1967941a] {
    padding: 60px !important;
}
.pt-md-905[data-v-1967941a],
  .py-md-905[data-v-1967941a] {
    padding-top: 60px !important;
}
.pr-md-905[data-v-1967941a],
  .px-md-905[data-v-1967941a] {
    padding-right: 60px !important;
}
.pb-md-905[data-v-1967941a],
  .py-md-905[data-v-1967941a] {
    padding-bottom: 60px !important;
}
.pl-md-905[data-v-1967941a],
  .px-md-905[data-v-1967941a] {
    padding-left: 60px !important;
}
.m-md-auto[data-v-1967941a] {
    margin: auto !important;
}
.mt-md-auto[data-v-1967941a],
  .my-md-auto[data-v-1967941a] {
    margin-top: auto !important;
}
.mr-md-auto[data-v-1967941a],
  .mx-md-auto[data-v-1967941a] {
    margin-right: auto !important;
}
.mb-md-auto[data-v-1967941a],
  .my-md-auto[data-v-1967941a] {
    margin-bottom: auto !important;
}
.ml-md-auto[data-v-1967941a],
  .mx-md-auto[data-v-1967941a] {
    margin-left: auto !important;
}
}
@media (min-width: 992px) {
.m-lg-0[data-v-1967941a] {
    margin: 0 !important;
}
.mt-lg-0[data-v-1967941a],
  .my-lg-0[data-v-1967941a] {
    margin-top: 0 !important;
}
.mr-lg-0[data-v-1967941a],
  .mx-lg-0[data-v-1967941a] {
    margin-right: 0 !important;
}
.mb-lg-0[data-v-1967941a],
  .my-lg-0[data-v-1967941a] {
    margin-bottom: 0 !important;
}
.ml-lg-0[data-v-1967941a],
  .mx-lg-0[data-v-1967941a] {
    margin-left: 0 !important;
}
.m-lg-1[data-v-1967941a] {
    margin: 2px !important;
}
.mt-lg-1[data-v-1967941a],
  .my-lg-1[data-v-1967941a] {
    margin-top: 2px !important;
}
.mr-lg-1[data-v-1967941a],
  .mx-lg-1[data-v-1967941a] {
    margin-right: 2px !important;
}
.mb-lg-1[data-v-1967941a],
  .my-lg-1[data-v-1967941a] {
    margin-bottom: 2px !important;
}
.ml-lg-1[data-v-1967941a],
  .mx-lg-1[data-v-1967941a] {
    margin-left: 2px !important;
}
.m-lg-2[data-v-1967941a] {
    margin: 4px !important;
}
.mt-lg-2[data-v-1967941a],
  .my-lg-2[data-v-1967941a] {
    margin-top: 4px !important;
}
.mr-lg-2[data-v-1967941a],
  .mx-lg-2[data-v-1967941a] {
    margin-right: 4px !important;
}
.mb-lg-2[data-v-1967941a],
  .my-lg-2[data-v-1967941a] {
    margin-bottom: 4px !important;
}
.ml-lg-2[data-v-1967941a],
  .mx-lg-2[data-v-1967941a] {
    margin-left: 4px !important;
}
.m-lg-3[data-v-1967941a] {
    margin: 8px !important;
}
.mt-lg-3[data-v-1967941a],
  .my-lg-3[data-v-1967941a] {
    margin-top: 8px !important;
}
.mr-lg-3[data-v-1967941a],
  .mx-lg-3[data-v-1967941a] {
    margin-right: 8px !important;
}
.mb-lg-3[data-v-1967941a],
  .my-lg-3[data-v-1967941a] {
    margin-bottom: 8px !important;
}
.ml-lg-3[data-v-1967941a],
  .mx-lg-3[data-v-1967941a] {
    margin-left: 8px !important;
}
.m-lg-305[data-v-1967941a] {
    margin: 12px !important;
}
.mt-lg-305[data-v-1967941a],
  .my-lg-305[data-v-1967941a] {
    margin-top: 12px !important;
}
.mr-lg-305[data-v-1967941a],
  .mx-lg-305[data-v-1967941a] {
    margin-right: 12px !important;
}
.mb-lg-305[data-v-1967941a],
  .my-lg-305[data-v-1967941a] {
    margin-bottom: 12px !important;
}
.ml-lg-305[data-v-1967941a],
  .mx-lg-305[data-v-1967941a] {
    margin-left: 12px !important;
}
.m-lg-4[data-v-1967941a] {
    margin: 16px !important;
}
.mt-lg-4[data-v-1967941a],
  .my-lg-4[data-v-1967941a] {
    margin-top: 16px !important;
}
.mr-lg-4[data-v-1967941a],
  .mx-lg-4[data-v-1967941a] {
    margin-right: 16px !important;
}
.mb-lg-4[data-v-1967941a],
  .my-lg-4[data-v-1967941a] {
    margin-bottom: 16px !important;
}
.ml-lg-4[data-v-1967941a],
  .mx-lg-4[data-v-1967941a] {
    margin-left: 16px !important;
}
.m-lg-405[data-v-1967941a] {
    margin: 20px !important;
}
.mt-lg-405[data-v-1967941a],
  .my-lg-405[data-v-1967941a] {
    margin-top: 20px !important;
}
.mr-lg-405[data-v-1967941a],
  .mx-lg-405[data-v-1967941a] {
    margin-right: 20px !important;
}
.mb-lg-405[data-v-1967941a],
  .my-lg-405[data-v-1967941a] {
    margin-bottom: 20px !important;
}
.ml-lg-405[data-v-1967941a],
  .mx-lg-405[data-v-1967941a] {
    margin-left: 20px !important;
}
.m-lg-5[data-v-1967941a] {
    margin: 24px !important;
}
.mt-lg-5[data-v-1967941a],
  .my-lg-5[data-v-1967941a] {
    margin-top: 24px !important;
}
.mr-lg-5[data-v-1967941a],
  .mx-lg-5[data-v-1967941a] {
    margin-right: 24px !important;
}
.mb-lg-5[data-v-1967941a],
  .my-lg-5[data-v-1967941a] {
    margin-bottom: 24px !important;
}
.ml-lg-5[data-v-1967941a],
  .mx-lg-5[data-v-1967941a] {
    margin-left: 24px !important;
}
.m-lg-505[data-v-1967941a] {
    margin: 28px !important;
}
.mt-lg-505[data-v-1967941a],
  .my-lg-505[data-v-1967941a] {
    margin-top: 28px !important;
}
.mr-lg-505[data-v-1967941a],
  .mx-lg-505[data-v-1967941a] {
    margin-right: 28px !important;
}
.mb-lg-505[data-v-1967941a],
  .my-lg-505[data-v-1967941a] {
    margin-bottom: 28px !important;
}
.ml-lg-505[data-v-1967941a],
  .mx-lg-505[data-v-1967941a] {
    margin-left: 28px !important;
}
.m-lg-6[data-v-1967941a] {
    margin: 32px !important;
}
.mt-lg-6[data-v-1967941a],
  .my-lg-6[data-v-1967941a] {
    margin-top: 32px !important;
}
.mr-lg-6[data-v-1967941a],
  .mx-lg-6[data-v-1967941a] {
    margin-right: 32px !important;
}
.mb-lg-6[data-v-1967941a],
  .my-lg-6[data-v-1967941a] {
    margin-bottom: 32px !important;
}
.ml-lg-6[data-v-1967941a],
  .mx-lg-6[data-v-1967941a] {
    margin-left: 32px !important;
}
.m-lg-605[data-v-1967941a] {
    margin: 36px !important;
}
.mt-lg-605[data-v-1967941a],
  .my-lg-605[data-v-1967941a] {
    margin-top: 36px !important;
}
.mr-lg-605[data-v-1967941a],
  .mx-lg-605[data-v-1967941a] {
    margin-right: 36px !important;
}
.mb-lg-605[data-v-1967941a],
  .my-lg-605[data-v-1967941a] {
    margin-bottom: 36px !important;
}
.ml-lg-605[data-v-1967941a],
  .mx-lg-605[data-v-1967941a] {
    margin-left: 36px !important;
}
.m-lg-7[data-v-1967941a] {
    margin: 40px !important;
}
.mt-lg-7[data-v-1967941a],
  .my-lg-7[data-v-1967941a] {
    margin-top: 40px !important;
}
.mr-lg-7[data-v-1967941a],
  .mx-lg-7[data-v-1967941a] {
    margin-right: 40px !important;
}
.mb-lg-7[data-v-1967941a],
  .my-lg-7[data-v-1967941a] {
    margin-bottom: 40px !important;
}
.ml-lg-7[data-v-1967941a],
  .mx-lg-7[data-v-1967941a] {
    margin-left: 40px !important;
}
.m-lg-705[data-v-1967941a] {
    margin: 44px !important;
}
.mt-lg-705[data-v-1967941a],
  .my-lg-705[data-v-1967941a] {
    margin-top: 44px !important;
}
.mr-lg-705[data-v-1967941a],
  .mx-lg-705[data-v-1967941a] {
    margin-right: 44px !important;
}
.mb-lg-705[data-v-1967941a],
  .my-lg-705[data-v-1967941a] {
    margin-bottom: 44px !important;
}
.ml-lg-705[data-v-1967941a],
  .mx-lg-705[data-v-1967941a] {
    margin-left: 44px !important;
}
.m-lg-8[data-v-1967941a] {
    margin: 48px !important;
}
.mt-lg-8[data-v-1967941a],
  .my-lg-8[data-v-1967941a] {
    margin-top: 48px !important;
}
.mr-lg-8[data-v-1967941a],
  .mx-lg-8[data-v-1967941a] {
    margin-right: 48px !important;
}
.mb-lg-8[data-v-1967941a],
  .my-lg-8[data-v-1967941a] {
    margin-bottom: 48px !important;
}
.ml-lg-8[data-v-1967941a],
  .mx-lg-8[data-v-1967941a] {
    margin-left: 48px !important;
}
.m-lg-805[data-v-1967941a] {
    margin: 52px !important;
}
.mt-lg-805[data-v-1967941a],
  .my-lg-805[data-v-1967941a] {
    margin-top: 52px !important;
}
.mr-lg-805[data-v-1967941a],
  .mx-lg-805[data-v-1967941a] {
    margin-right: 52px !important;
}
.mb-lg-805[data-v-1967941a],
  .my-lg-805[data-v-1967941a] {
    margin-bottom: 52px !important;
}
.ml-lg-805[data-v-1967941a],
  .mx-lg-805[data-v-1967941a] {
    margin-left: 52px !important;
}
.m-lg-9[data-v-1967941a] {
    margin: 56px !important;
}
.mt-lg-9[data-v-1967941a],
  .my-lg-9[data-v-1967941a] {
    margin-top: 56px !important;
}
.mr-lg-9[data-v-1967941a],
  .mx-lg-9[data-v-1967941a] {
    margin-right: 56px !important;
}
.mb-lg-9[data-v-1967941a],
  .my-lg-9[data-v-1967941a] {
    margin-bottom: 56px !important;
}
.ml-lg-9[data-v-1967941a],
  .mx-lg-9[data-v-1967941a] {
    margin-left: 56px !important;
}
.m-lg-905[data-v-1967941a] {
    margin: 60px !important;
}
.mt-lg-905[data-v-1967941a],
  .my-lg-905[data-v-1967941a] {
    margin-top: 60px !important;
}
.mr-lg-905[data-v-1967941a],
  .mx-lg-905[data-v-1967941a] {
    margin-right: 60px !important;
}
.mb-lg-905[data-v-1967941a],
  .my-lg-905[data-v-1967941a] {
    margin-bottom: 60px !important;
}
.ml-lg-905[data-v-1967941a],
  .mx-lg-905[data-v-1967941a] {
    margin-left: 60px !important;
}
.p-lg-0[data-v-1967941a] {
    padding: 0 !important;
}
.pt-lg-0[data-v-1967941a],
  .py-lg-0[data-v-1967941a] {
    padding-top: 0 !important;
}
.pr-lg-0[data-v-1967941a],
  .px-lg-0[data-v-1967941a] {
    padding-right: 0 !important;
}
.pb-lg-0[data-v-1967941a],
  .py-lg-0[data-v-1967941a] {
    padding-bottom: 0 !important;
}
.pl-lg-0[data-v-1967941a],
  .px-lg-0[data-v-1967941a] {
    padding-left: 0 !important;
}
.p-lg-1[data-v-1967941a] {
    padding: 2px !important;
}
.pt-lg-1[data-v-1967941a],
  .py-lg-1[data-v-1967941a] {
    padding-top: 2px !important;
}
.pr-lg-1[data-v-1967941a],
  .px-lg-1[data-v-1967941a] {
    padding-right: 2px !important;
}
.pb-lg-1[data-v-1967941a],
  .py-lg-1[data-v-1967941a] {
    padding-bottom: 2px !important;
}
.pl-lg-1[data-v-1967941a],
  .px-lg-1[data-v-1967941a] {
    padding-left: 2px !important;
}
.p-lg-2[data-v-1967941a] {
    padding: 4px !important;
}
.pt-lg-2[data-v-1967941a],
  .py-lg-2[data-v-1967941a] {
    padding-top: 4px !important;
}
.pr-lg-2[data-v-1967941a],
  .px-lg-2[data-v-1967941a] {
    padding-right: 4px !important;
}
.pb-lg-2[data-v-1967941a],
  .py-lg-2[data-v-1967941a] {
    padding-bottom: 4px !important;
}
.pl-lg-2[data-v-1967941a],
  .px-lg-2[data-v-1967941a] {
    padding-left: 4px !important;
}
.p-lg-3[data-v-1967941a] {
    padding: 8px !important;
}
.pt-lg-3[data-v-1967941a],
  .py-lg-3[data-v-1967941a] {
    padding-top: 8px !important;
}
.pr-lg-3[data-v-1967941a],
  .px-lg-3[data-v-1967941a] {
    padding-right: 8px !important;
}
.pb-lg-3[data-v-1967941a],
  .py-lg-3[data-v-1967941a] {
    padding-bottom: 8px !important;
}
.pl-lg-3[data-v-1967941a],
  .px-lg-3[data-v-1967941a] {
    padding-left: 8px !important;
}
.p-lg-305[data-v-1967941a] {
    padding: 12px !important;
}
.pt-lg-305[data-v-1967941a],
  .py-lg-305[data-v-1967941a] {
    padding-top: 12px !important;
}
.pr-lg-305[data-v-1967941a],
  .px-lg-305[data-v-1967941a] {
    padding-right: 12px !important;
}
.pb-lg-305[data-v-1967941a],
  .py-lg-305[data-v-1967941a] {
    padding-bottom: 12px !important;
}
.pl-lg-305[data-v-1967941a],
  .px-lg-305[data-v-1967941a] {
    padding-left: 12px !important;
}
.p-lg-4[data-v-1967941a] {
    padding: 16px !important;
}
.pt-lg-4[data-v-1967941a],
  .py-lg-4[data-v-1967941a] {
    padding-top: 16px !important;
}
.pr-lg-4[data-v-1967941a],
  .px-lg-4[data-v-1967941a] {
    padding-right: 16px !important;
}
.pb-lg-4[data-v-1967941a],
  .py-lg-4[data-v-1967941a] {
    padding-bottom: 16px !important;
}
.pl-lg-4[data-v-1967941a],
  .px-lg-4[data-v-1967941a] {
    padding-left: 16px !important;
}
.p-lg-405[data-v-1967941a] {
    padding: 20px !important;
}
.pt-lg-405[data-v-1967941a],
  .py-lg-405[data-v-1967941a] {
    padding-top: 20px !important;
}
.pr-lg-405[data-v-1967941a],
  .px-lg-405[data-v-1967941a] {
    padding-right: 20px !important;
}
.pb-lg-405[data-v-1967941a],
  .py-lg-405[data-v-1967941a] {
    padding-bottom: 20px !important;
}
.pl-lg-405[data-v-1967941a],
  .px-lg-405[data-v-1967941a] {
    padding-left: 20px !important;
}
.p-lg-5[data-v-1967941a] {
    padding: 24px !important;
}
.pt-lg-5[data-v-1967941a],
  .py-lg-5[data-v-1967941a] {
    padding-top: 24px !important;
}
.pr-lg-5[data-v-1967941a],
  .px-lg-5[data-v-1967941a] {
    padding-right: 24px !important;
}
.pb-lg-5[data-v-1967941a],
  .py-lg-5[data-v-1967941a] {
    padding-bottom: 24px !important;
}
.pl-lg-5[data-v-1967941a],
  .px-lg-5[data-v-1967941a] {
    padding-left: 24px !important;
}
.p-lg-505[data-v-1967941a] {
    padding: 28px !important;
}
.pt-lg-505[data-v-1967941a],
  .py-lg-505[data-v-1967941a] {
    padding-top: 28px !important;
}
.pr-lg-505[data-v-1967941a],
  .px-lg-505[data-v-1967941a] {
    padding-right: 28px !important;
}
.pb-lg-505[data-v-1967941a],
  .py-lg-505[data-v-1967941a] {
    padding-bottom: 28px !important;
}
.pl-lg-505[data-v-1967941a],
  .px-lg-505[data-v-1967941a] {
    padding-left: 28px !important;
}
.p-lg-6[data-v-1967941a] {
    padding: 32px !important;
}
.pt-lg-6[data-v-1967941a],
  .py-lg-6[data-v-1967941a] {
    padding-top: 32px !important;
}
.pr-lg-6[data-v-1967941a],
  .px-lg-6[data-v-1967941a] {
    padding-right: 32px !important;
}
.pb-lg-6[data-v-1967941a],
  .py-lg-6[data-v-1967941a] {
    padding-bottom: 32px !important;
}
.pl-lg-6[data-v-1967941a],
  .px-lg-6[data-v-1967941a] {
    padding-left: 32px !important;
}
.p-lg-605[data-v-1967941a] {
    padding: 36px !important;
}
.pt-lg-605[data-v-1967941a],
  .py-lg-605[data-v-1967941a] {
    padding-top: 36px !important;
}
.pr-lg-605[data-v-1967941a],
  .px-lg-605[data-v-1967941a] {
    padding-right: 36px !important;
}
.pb-lg-605[data-v-1967941a],
  .py-lg-605[data-v-1967941a] {
    padding-bottom: 36px !important;
}
.pl-lg-605[data-v-1967941a],
  .px-lg-605[data-v-1967941a] {
    padding-left: 36px !important;
}
.p-lg-7[data-v-1967941a] {
    padding: 40px !important;
}
.pt-lg-7[data-v-1967941a],
  .py-lg-7[data-v-1967941a] {
    padding-top: 40px !important;
}
.pr-lg-7[data-v-1967941a],
  .px-lg-7[data-v-1967941a] {
    padding-right: 40px !important;
}
.pb-lg-7[data-v-1967941a],
  .py-lg-7[data-v-1967941a] {
    padding-bottom: 40px !important;
}
.pl-lg-7[data-v-1967941a],
  .px-lg-7[data-v-1967941a] {
    padding-left: 40px !important;
}
.p-lg-705[data-v-1967941a] {
    padding: 44px !important;
}
.pt-lg-705[data-v-1967941a],
  .py-lg-705[data-v-1967941a] {
    padding-top: 44px !important;
}
.pr-lg-705[data-v-1967941a],
  .px-lg-705[data-v-1967941a] {
    padding-right: 44px !important;
}
.pb-lg-705[data-v-1967941a],
  .py-lg-705[data-v-1967941a] {
    padding-bottom: 44px !important;
}
.pl-lg-705[data-v-1967941a],
  .px-lg-705[data-v-1967941a] {
    padding-left: 44px !important;
}
.p-lg-8[data-v-1967941a] {
    padding: 48px !important;
}
.pt-lg-8[data-v-1967941a],
  .py-lg-8[data-v-1967941a] {
    padding-top: 48px !important;
}
.pr-lg-8[data-v-1967941a],
  .px-lg-8[data-v-1967941a] {
    padding-right: 48px !important;
}
.pb-lg-8[data-v-1967941a],
  .py-lg-8[data-v-1967941a] {
    padding-bottom: 48px !important;
}
.pl-lg-8[data-v-1967941a],
  .px-lg-8[data-v-1967941a] {
    padding-left: 48px !important;
}
.p-lg-805[data-v-1967941a] {
    padding: 52px !important;
}
.pt-lg-805[data-v-1967941a],
  .py-lg-805[data-v-1967941a] {
    padding-top: 52px !important;
}
.pr-lg-805[data-v-1967941a],
  .px-lg-805[data-v-1967941a] {
    padding-right: 52px !important;
}
.pb-lg-805[data-v-1967941a],
  .py-lg-805[data-v-1967941a] {
    padding-bottom: 52px !important;
}
.pl-lg-805[data-v-1967941a],
  .px-lg-805[data-v-1967941a] {
    padding-left: 52px !important;
}
.p-lg-9[data-v-1967941a] {
    padding: 56px !important;
}
.pt-lg-9[data-v-1967941a],
  .py-lg-9[data-v-1967941a] {
    padding-top: 56px !important;
}
.pr-lg-9[data-v-1967941a],
  .px-lg-9[data-v-1967941a] {
    padding-right: 56px !important;
}
.pb-lg-9[data-v-1967941a],
  .py-lg-9[data-v-1967941a] {
    padding-bottom: 56px !important;
}
.pl-lg-9[data-v-1967941a],
  .px-lg-9[data-v-1967941a] {
    padding-left: 56px !important;
}
.p-lg-905[data-v-1967941a] {
    padding: 60px !important;
}
.pt-lg-905[data-v-1967941a],
  .py-lg-905[data-v-1967941a] {
    padding-top: 60px !important;
}
.pr-lg-905[data-v-1967941a],
  .px-lg-905[data-v-1967941a] {
    padding-right: 60px !important;
}
.pb-lg-905[data-v-1967941a],
  .py-lg-905[data-v-1967941a] {
    padding-bottom: 60px !important;
}
.pl-lg-905[data-v-1967941a],
  .px-lg-905[data-v-1967941a] {
    padding-left: 60px !important;
}
.m-lg-auto[data-v-1967941a] {
    margin: auto !important;
}
.mt-lg-auto[data-v-1967941a],
  .my-lg-auto[data-v-1967941a] {
    margin-top: auto !important;
}
.mr-lg-auto[data-v-1967941a],
  .mx-lg-auto[data-v-1967941a] {
    margin-right: auto !important;
}
.mb-lg-auto[data-v-1967941a],
  .my-lg-auto[data-v-1967941a] {
    margin-bottom: auto !important;
}
.ml-lg-auto[data-v-1967941a],
  .mx-lg-auto[data-v-1967941a] {
    margin-left: auto !important;
}
}
@media (min-width: 1200px) {
.m-xl-0[data-v-1967941a] {
    margin: 0 !important;
}
.mt-xl-0[data-v-1967941a],
  .my-xl-0[data-v-1967941a] {
    margin-top: 0 !important;
}
.mr-xl-0[data-v-1967941a],
  .mx-xl-0[data-v-1967941a] {
    margin-right: 0 !important;
}
.mb-xl-0[data-v-1967941a],
  .my-xl-0[data-v-1967941a] {
    margin-bottom: 0 !important;
}
.ml-xl-0[data-v-1967941a],
  .mx-xl-0[data-v-1967941a] {
    margin-left: 0 !important;
}
.m-xl-1[data-v-1967941a] {
    margin: 2px !important;
}
.mt-xl-1[data-v-1967941a],
  .my-xl-1[data-v-1967941a] {
    margin-top: 2px !important;
}
.mr-xl-1[data-v-1967941a],
  .mx-xl-1[data-v-1967941a] {
    margin-right: 2px !important;
}
.mb-xl-1[data-v-1967941a],
  .my-xl-1[data-v-1967941a] {
    margin-bottom: 2px !important;
}
.ml-xl-1[data-v-1967941a],
  .mx-xl-1[data-v-1967941a] {
    margin-left: 2px !important;
}
.m-xl-2[data-v-1967941a] {
    margin: 4px !important;
}
.mt-xl-2[data-v-1967941a],
  .my-xl-2[data-v-1967941a] {
    margin-top: 4px !important;
}
.mr-xl-2[data-v-1967941a],
  .mx-xl-2[data-v-1967941a] {
    margin-right: 4px !important;
}
.mb-xl-2[data-v-1967941a],
  .my-xl-2[data-v-1967941a] {
    margin-bottom: 4px !important;
}
.ml-xl-2[data-v-1967941a],
  .mx-xl-2[data-v-1967941a] {
    margin-left: 4px !important;
}
.m-xl-3[data-v-1967941a] {
    margin: 8px !important;
}
.mt-xl-3[data-v-1967941a],
  .my-xl-3[data-v-1967941a] {
    margin-top: 8px !important;
}
.mr-xl-3[data-v-1967941a],
  .mx-xl-3[data-v-1967941a] {
    margin-right: 8px !important;
}
.mb-xl-3[data-v-1967941a],
  .my-xl-3[data-v-1967941a] {
    margin-bottom: 8px !important;
}
.ml-xl-3[data-v-1967941a],
  .mx-xl-3[data-v-1967941a] {
    margin-left: 8px !important;
}
.m-xl-305[data-v-1967941a] {
    margin: 12px !important;
}
.mt-xl-305[data-v-1967941a],
  .my-xl-305[data-v-1967941a] {
    margin-top: 12px !important;
}
.mr-xl-305[data-v-1967941a],
  .mx-xl-305[data-v-1967941a] {
    margin-right: 12px !important;
}
.mb-xl-305[data-v-1967941a],
  .my-xl-305[data-v-1967941a] {
    margin-bottom: 12px !important;
}
.ml-xl-305[data-v-1967941a],
  .mx-xl-305[data-v-1967941a] {
    margin-left: 12px !important;
}
.m-xl-4[data-v-1967941a] {
    margin: 16px !important;
}
.mt-xl-4[data-v-1967941a],
  .my-xl-4[data-v-1967941a] {
    margin-top: 16px !important;
}
.mr-xl-4[data-v-1967941a],
  .mx-xl-4[data-v-1967941a] {
    margin-right: 16px !important;
}
.mb-xl-4[data-v-1967941a],
  .my-xl-4[data-v-1967941a] {
    margin-bottom: 16px !important;
}
.ml-xl-4[data-v-1967941a],
  .mx-xl-4[data-v-1967941a] {
    margin-left: 16px !important;
}
.m-xl-405[data-v-1967941a] {
    margin: 20px !important;
}
.mt-xl-405[data-v-1967941a],
  .my-xl-405[data-v-1967941a] {
    margin-top: 20px !important;
}
.mr-xl-405[data-v-1967941a],
  .mx-xl-405[data-v-1967941a] {
    margin-right: 20px !important;
}
.mb-xl-405[data-v-1967941a],
  .my-xl-405[data-v-1967941a] {
    margin-bottom: 20px !important;
}
.ml-xl-405[data-v-1967941a],
  .mx-xl-405[data-v-1967941a] {
    margin-left: 20px !important;
}
.m-xl-5[data-v-1967941a] {
    margin: 24px !important;
}
.mt-xl-5[data-v-1967941a],
  .my-xl-5[data-v-1967941a] {
    margin-top: 24px !important;
}
.mr-xl-5[data-v-1967941a],
  .mx-xl-5[data-v-1967941a] {
    margin-right: 24px !important;
}
.mb-xl-5[data-v-1967941a],
  .my-xl-5[data-v-1967941a] {
    margin-bottom: 24px !important;
}
.ml-xl-5[data-v-1967941a],
  .mx-xl-5[data-v-1967941a] {
    margin-left: 24px !important;
}
.m-xl-505[data-v-1967941a] {
    margin: 28px !important;
}
.mt-xl-505[data-v-1967941a],
  .my-xl-505[data-v-1967941a] {
    margin-top: 28px !important;
}
.mr-xl-505[data-v-1967941a],
  .mx-xl-505[data-v-1967941a] {
    margin-right: 28px !important;
}
.mb-xl-505[data-v-1967941a],
  .my-xl-505[data-v-1967941a] {
    margin-bottom: 28px !important;
}
.ml-xl-505[data-v-1967941a],
  .mx-xl-505[data-v-1967941a] {
    margin-left: 28px !important;
}
.m-xl-6[data-v-1967941a] {
    margin: 32px !important;
}
.mt-xl-6[data-v-1967941a],
  .my-xl-6[data-v-1967941a] {
    margin-top: 32px !important;
}
.mr-xl-6[data-v-1967941a],
  .mx-xl-6[data-v-1967941a] {
    margin-right: 32px !important;
}
.mb-xl-6[data-v-1967941a],
  .my-xl-6[data-v-1967941a] {
    margin-bottom: 32px !important;
}
.ml-xl-6[data-v-1967941a],
  .mx-xl-6[data-v-1967941a] {
    margin-left: 32px !important;
}
.m-xl-605[data-v-1967941a] {
    margin: 36px !important;
}
.mt-xl-605[data-v-1967941a],
  .my-xl-605[data-v-1967941a] {
    margin-top: 36px !important;
}
.mr-xl-605[data-v-1967941a],
  .mx-xl-605[data-v-1967941a] {
    margin-right: 36px !important;
}
.mb-xl-605[data-v-1967941a],
  .my-xl-605[data-v-1967941a] {
    margin-bottom: 36px !important;
}
.ml-xl-605[data-v-1967941a],
  .mx-xl-605[data-v-1967941a] {
    margin-left: 36px !important;
}
.m-xl-7[data-v-1967941a] {
    margin: 40px !important;
}
.mt-xl-7[data-v-1967941a],
  .my-xl-7[data-v-1967941a] {
    margin-top: 40px !important;
}
.mr-xl-7[data-v-1967941a],
  .mx-xl-7[data-v-1967941a] {
    margin-right: 40px !important;
}
.mb-xl-7[data-v-1967941a],
  .my-xl-7[data-v-1967941a] {
    margin-bottom: 40px !important;
}
.ml-xl-7[data-v-1967941a],
  .mx-xl-7[data-v-1967941a] {
    margin-left: 40px !important;
}
.m-xl-705[data-v-1967941a] {
    margin: 44px !important;
}
.mt-xl-705[data-v-1967941a],
  .my-xl-705[data-v-1967941a] {
    margin-top: 44px !important;
}
.mr-xl-705[data-v-1967941a],
  .mx-xl-705[data-v-1967941a] {
    margin-right: 44px !important;
}
.mb-xl-705[data-v-1967941a],
  .my-xl-705[data-v-1967941a] {
    margin-bottom: 44px !important;
}
.ml-xl-705[data-v-1967941a],
  .mx-xl-705[data-v-1967941a] {
    margin-left: 44px !important;
}
.m-xl-8[data-v-1967941a] {
    margin: 48px !important;
}
.mt-xl-8[data-v-1967941a],
  .my-xl-8[data-v-1967941a] {
    margin-top: 48px !important;
}
.mr-xl-8[data-v-1967941a],
  .mx-xl-8[data-v-1967941a] {
    margin-right: 48px !important;
}
.mb-xl-8[data-v-1967941a],
  .my-xl-8[data-v-1967941a] {
    margin-bottom: 48px !important;
}
.ml-xl-8[data-v-1967941a],
  .mx-xl-8[data-v-1967941a] {
    margin-left: 48px !important;
}
.m-xl-805[data-v-1967941a] {
    margin: 52px !important;
}
.mt-xl-805[data-v-1967941a],
  .my-xl-805[data-v-1967941a] {
    margin-top: 52px !important;
}
.mr-xl-805[data-v-1967941a],
  .mx-xl-805[data-v-1967941a] {
    margin-right: 52px !important;
}
.mb-xl-805[data-v-1967941a],
  .my-xl-805[data-v-1967941a] {
    margin-bottom: 52px !important;
}
.ml-xl-805[data-v-1967941a],
  .mx-xl-805[data-v-1967941a] {
    margin-left: 52px !important;
}
.m-xl-9[data-v-1967941a] {
    margin: 56px !important;
}
.mt-xl-9[data-v-1967941a],
  .my-xl-9[data-v-1967941a] {
    margin-top: 56px !important;
}
.mr-xl-9[data-v-1967941a],
  .mx-xl-9[data-v-1967941a] {
    margin-right: 56px !important;
}
.mb-xl-9[data-v-1967941a],
  .my-xl-9[data-v-1967941a] {
    margin-bottom: 56px !important;
}
.ml-xl-9[data-v-1967941a],
  .mx-xl-9[data-v-1967941a] {
    margin-left: 56px !important;
}
.m-xl-905[data-v-1967941a] {
    margin: 60px !important;
}
.mt-xl-905[data-v-1967941a],
  .my-xl-905[data-v-1967941a] {
    margin-top: 60px !important;
}
.mr-xl-905[data-v-1967941a],
  .mx-xl-905[data-v-1967941a] {
    margin-right: 60px !important;
}
.mb-xl-905[data-v-1967941a],
  .my-xl-905[data-v-1967941a] {
    margin-bottom: 60px !important;
}
.ml-xl-905[data-v-1967941a],
  .mx-xl-905[data-v-1967941a] {
    margin-left: 60px !important;
}
.p-xl-0[data-v-1967941a] {
    padding: 0 !important;
}
.pt-xl-0[data-v-1967941a],
  .py-xl-0[data-v-1967941a] {
    padding-top: 0 !important;
}
.pr-xl-0[data-v-1967941a],
  .px-xl-0[data-v-1967941a] {
    padding-right: 0 !important;
}
.pb-xl-0[data-v-1967941a],
  .py-xl-0[data-v-1967941a] {
    padding-bottom: 0 !important;
}
.pl-xl-0[data-v-1967941a],
  .px-xl-0[data-v-1967941a] {
    padding-left: 0 !important;
}
.p-xl-1[data-v-1967941a] {
    padding: 2px !important;
}
.pt-xl-1[data-v-1967941a],
  .py-xl-1[data-v-1967941a] {
    padding-top: 2px !important;
}
.pr-xl-1[data-v-1967941a],
  .px-xl-1[data-v-1967941a] {
    padding-right: 2px !important;
}
.pb-xl-1[data-v-1967941a],
  .py-xl-1[data-v-1967941a] {
    padding-bottom: 2px !important;
}
.pl-xl-1[data-v-1967941a],
  .px-xl-1[data-v-1967941a] {
    padding-left: 2px !important;
}
.p-xl-2[data-v-1967941a] {
    padding: 4px !important;
}
.pt-xl-2[data-v-1967941a],
  .py-xl-2[data-v-1967941a] {
    padding-top: 4px !important;
}
.pr-xl-2[data-v-1967941a],
  .px-xl-2[data-v-1967941a] {
    padding-right: 4px !important;
}
.pb-xl-2[data-v-1967941a],
  .py-xl-2[data-v-1967941a] {
    padding-bottom: 4px !important;
}
.pl-xl-2[data-v-1967941a],
  .px-xl-2[data-v-1967941a] {
    padding-left: 4px !important;
}
.p-xl-3[data-v-1967941a] {
    padding: 8px !important;
}
.pt-xl-3[data-v-1967941a],
  .py-xl-3[data-v-1967941a] {
    padding-top: 8px !important;
}
.pr-xl-3[data-v-1967941a],
  .px-xl-3[data-v-1967941a] {
    padding-right: 8px !important;
}
.pb-xl-3[data-v-1967941a],
  .py-xl-3[data-v-1967941a] {
    padding-bottom: 8px !important;
}
.pl-xl-3[data-v-1967941a],
  .px-xl-3[data-v-1967941a] {
    padding-left: 8px !important;
}
.p-xl-305[data-v-1967941a] {
    padding: 12px !important;
}
.pt-xl-305[data-v-1967941a],
  .py-xl-305[data-v-1967941a] {
    padding-top: 12px !important;
}
.pr-xl-305[data-v-1967941a],
  .px-xl-305[data-v-1967941a] {
    padding-right: 12px !important;
}
.pb-xl-305[data-v-1967941a],
  .py-xl-305[data-v-1967941a] {
    padding-bottom: 12px !important;
}
.pl-xl-305[data-v-1967941a],
  .px-xl-305[data-v-1967941a] {
    padding-left: 12px !important;
}
.p-xl-4[data-v-1967941a] {
    padding: 16px !important;
}
.pt-xl-4[data-v-1967941a],
  .py-xl-4[data-v-1967941a] {
    padding-top: 16px !important;
}
.pr-xl-4[data-v-1967941a],
  .px-xl-4[data-v-1967941a] {
    padding-right: 16px !important;
}
.pb-xl-4[data-v-1967941a],
  .py-xl-4[data-v-1967941a] {
    padding-bottom: 16px !important;
}
.pl-xl-4[data-v-1967941a],
  .px-xl-4[data-v-1967941a] {
    padding-left: 16px !important;
}
.p-xl-405[data-v-1967941a] {
    padding: 20px !important;
}
.pt-xl-405[data-v-1967941a],
  .py-xl-405[data-v-1967941a] {
    padding-top: 20px !important;
}
.pr-xl-405[data-v-1967941a],
  .px-xl-405[data-v-1967941a] {
    padding-right: 20px !important;
}
.pb-xl-405[data-v-1967941a],
  .py-xl-405[data-v-1967941a] {
    padding-bottom: 20px !important;
}
.pl-xl-405[data-v-1967941a],
  .px-xl-405[data-v-1967941a] {
    padding-left: 20px !important;
}
.p-xl-5[data-v-1967941a] {
    padding: 24px !important;
}
.pt-xl-5[data-v-1967941a],
  .py-xl-5[data-v-1967941a] {
    padding-top: 24px !important;
}
.pr-xl-5[data-v-1967941a],
  .px-xl-5[data-v-1967941a] {
    padding-right: 24px !important;
}
.pb-xl-5[data-v-1967941a],
  .py-xl-5[data-v-1967941a] {
    padding-bottom: 24px !important;
}
.pl-xl-5[data-v-1967941a],
  .px-xl-5[data-v-1967941a] {
    padding-left: 24px !important;
}
.p-xl-505[data-v-1967941a] {
    padding: 28px !important;
}
.pt-xl-505[data-v-1967941a],
  .py-xl-505[data-v-1967941a] {
    padding-top: 28px !important;
}
.pr-xl-505[data-v-1967941a],
  .px-xl-505[data-v-1967941a] {
    padding-right: 28px !important;
}
.pb-xl-505[data-v-1967941a],
  .py-xl-505[data-v-1967941a] {
    padding-bottom: 28px !important;
}
.pl-xl-505[data-v-1967941a],
  .px-xl-505[data-v-1967941a] {
    padding-left: 28px !important;
}
.p-xl-6[data-v-1967941a] {
    padding: 32px !important;
}
.pt-xl-6[data-v-1967941a],
  .py-xl-6[data-v-1967941a] {
    padding-top: 32px !important;
}
.pr-xl-6[data-v-1967941a],
  .px-xl-6[data-v-1967941a] {
    padding-right: 32px !important;
}
.pb-xl-6[data-v-1967941a],
  .py-xl-6[data-v-1967941a] {
    padding-bottom: 32px !important;
}
.pl-xl-6[data-v-1967941a],
  .px-xl-6[data-v-1967941a] {
    padding-left: 32px !important;
}
.p-xl-605[data-v-1967941a] {
    padding: 36px !important;
}
.pt-xl-605[data-v-1967941a],
  .py-xl-605[data-v-1967941a] {
    padding-top: 36px !important;
}
.pr-xl-605[data-v-1967941a],
  .px-xl-605[data-v-1967941a] {
    padding-right: 36px !important;
}
.pb-xl-605[data-v-1967941a],
  .py-xl-605[data-v-1967941a] {
    padding-bottom: 36px !important;
}
.pl-xl-605[data-v-1967941a],
  .px-xl-605[data-v-1967941a] {
    padding-left: 36px !important;
}
.p-xl-7[data-v-1967941a] {
    padding: 40px !important;
}
.pt-xl-7[data-v-1967941a],
  .py-xl-7[data-v-1967941a] {
    padding-top: 40px !important;
}
.pr-xl-7[data-v-1967941a],
  .px-xl-7[data-v-1967941a] {
    padding-right: 40px !important;
}
.pb-xl-7[data-v-1967941a],
  .py-xl-7[data-v-1967941a] {
    padding-bottom: 40px !important;
}
.pl-xl-7[data-v-1967941a],
  .px-xl-7[data-v-1967941a] {
    padding-left: 40px !important;
}
.p-xl-705[data-v-1967941a] {
    padding: 44px !important;
}
.pt-xl-705[data-v-1967941a],
  .py-xl-705[data-v-1967941a] {
    padding-top: 44px !important;
}
.pr-xl-705[data-v-1967941a],
  .px-xl-705[data-v-1967941a] {
    padding-right: 44px !important;
}
.pb-xl-705[data-v-1967941a],
  .py-xl-705[data-v-1967941a] {
    padding-bottom: 44px !important;
}
.pl-xl-705[data-v-1967941a],
  .px-xl-705[data-v-1967941a] {
    padding-left: 44px !important;
}
.p-xl-8[data-v-1967941a] {
    padding: 48px !important;
}
.pt-xl-8[data-v-1967941a],
  .py-xl-8[data-v-1967941a] {
    padding-top: 48px !important;
}
.pr-xl-8[data-v-1967941a],
  .px-xl-8[data-v-1967941a] {
    padding-right: 48px !important;
}
.pb-xl-8[data-v-1967941a],
  .py-xl-8[data-v-1967941a] {
    padding-bottom: 48px !important;
}
.pl-xl-8[data-v-1967941a],
  .px-xl-8[data-v-1967941a] {
    padding-left: 48px !important;
}
.p-xl-805[data-v-1967941a] {
    padding: 52px !important;
}
.pt-xl-805[data-v-1967941a],
  .py-xl-805[data-v-1967941a] {
    padding-top: 52px !important;
}
.pr-xl-805[data-v-1967941a],
  .px-xl-805[data-v-1967941a] {
    padding-right: 52px !important;
}
.pb-xl-805[data-v-1967941a],
  .py-xl-805[data-v-1967941a] {
    padding-bottom: 52px !important;
}
.pl-xl-805[data-v-1967941a],
  .px-xl-805[data-v-1967941a] {
    padding-left: 52px !important;
}
.p-xl-9[data-v-1967941a] {
    padding: 56px !important;
}
.pt-xl-9[data-v-1967941a],
  .py-xl-9[data-v-1967941a] {
    padding-top: 56px !important;
}
.pr-xl-9[data-v-1967941a],
  .px-xl-9[data-v-1967941a] {
    padding-right: 56px !important;
}
.pb-xl-9[data-v-1967941a],
  .py-xl-9[data-v-1967941a] {
    padding-bottom: 56px !important;
}
.pl-xl-9[data-v-1967941a],
  .px-xl-9[data-v-1967941a] {
    padding-left: 56px !important;
}
.p-xl-905[data-v-1967941a] {
    padding: 60px !important;
}
.pt-xl-905[data-v-1967941a],
  .py-xl-905[data-v-1967941a] {
    padding-top: 60px !important;
}
.pr-xl-905[data-v-1967941a],
  .px-xl-905[data-v-1967941a] {
    padding-right: 60px !important;
}
.pb-xl-905[data-v-1967941a],
  .py-xl-905[data-v-1967941a] {
    padding-bottom: 60px !important;
}
.pl-xl-905[data-v-1967941a],
  .px-xl-905[data-v-1967941a] {
    padding-left: 60px !important;
}
.m-xl-auto[data-v-1967941a] {
    margin: auto !important;
}
.mt-xl-auto[data-v-1967941a],
  .my-xl-auto[data-v-1967941a] {
    margin-top: auto !important;
}
.mr-xl-auto[data-v-1967941a],
  .mx-xl-auto[data-v-1967941a] {
    margin-right: auto !important;
}
.mb-xl-auto[data-v-1967941a],
  .my-xl-auto[data-v-1967941a] {
    margin-bottom: auto !important;
}
.ml-xl-auto[data-v-1967941a],
  .mx-xl-auto[data-v-1967941a] {
    margin-left: auto !important;
}
}
@media (min-width: 1400px) {
.m-xxl-0[data-v-1967941a] {
    margin: 0 !important;
}
.mt-xxl-0[data-v-1967941a],
  .my-xxl-0[data-v-1967941a] {
    margin-top: 0 !important;
}
.mr-xxl-0[data-v-1967941a],
  .mx-xxl-0[data-v-1967941a] {
    margin-right: 0 !important;
}
.mb-xxl-0[data-v-1967941a],
  .my-xxl-0[data-v-1967941a] {
    margin-bottom: 0 !important;
}
.ml-xxl-0[data-v-1967941a],
  .mx-xxl-0[data-v-1967941a] {
    margin-left: 0 !important;
}
.m-xxl-1[data-v-1967941a] {
    margin: 2px !important;
}
.mt-xxl-1[data-v-1967941a],
  .my-xxl-1[data-v-1967941a] {
    margin-top: 2px !important;
}
.mr-xxl-1[data-v-1967941a],
  .mx-xxl-1[data-v-1967941a] {
    margin-right: 2px !important;
}
.mb-xxl-1[data-v-1967941a],
  .my-xxl-1[data-v-1967941a] {
    margin-bottom: 2px !important;
}
.ml-xxl-1[data-v-1967941a],
  .mx-xxl-1[data-v-1967941a] {
    margin-left: 2px !important;
}
.m-xxl-2[data-v-1967941a] {
    margin: 4px !important;
}
.mt-xxl-2[data-v-1967941a],
  .my-xxl-2[data-v-1967941a] {
    margin-top: 4px !important;
}
.mr-xxl-2[data-v-1967941a],
  .mx-xxl-2[data-v-1967941a] {
    margin-right: 4px !important;
}
.mb-xxl-2[data-v-1967941a],
  .my-xxl-2[data-v-1967941a] {
    margin-bottom: 4px !important;
}
.ml-xxl-2[data-v-1967941a],
  .mx-xxl-2[data-v-1967941a] {
    margin-left: 4px !important;
}
.m-xxl-3[data-v-1967941a] {
    margin: 8px !important;
}
.mt-xxl-3[data-v-1967941a],
  .my-xxl-3[data-v-1967941a] {
    margin-top: 8px !important;
}
.mr-xxl-3[data-v-1967941a],
  .mx-xxl-3[data-v-1967941a] {
    margin-right: 8px !important;
}
.mb-xxl-3[data-v-1967941a],
  .my-xxl-3[data-v-1967941a] {
    margin-bottom: 8px !important;
}
.ml-xxl-3[data-v-1967941a],
  .mx-xxl-3[data-v-1967941a] {
    margin-left: 8px !important;
}
.m-xxl-305[data-v-1967941a] {
    margin: 12px !important;
}
.mt-xxl-305[data-v-1967941a],
  .my-xxl-305[data-v-1967941a] {
    margin-top: 12px !important;
}
.mr-xxl-305[data-v-1967941a],
  .mx-xxl-305[data-v-1967941a] {
    margin-right: 12px !important;
}
.mb-xxl-305[data-v-1967941a],
  .my-xxl-305[data-v-1967941a] {
    margin-bottom: 12px !important;
}
.ml-xxl-305[data-v-1967941a],
  .mx-xxl-305[data-v-1967941a] {
    margin-left: 12px !important;
}
.m-xxl-4[data-v-1967941a] {
    margin: 16px !important;
}
.mt-xxl-4[data-v-1967941a],
  .my-xxl-4[data-v-1967941a] {
    margin-top: 16px !important;
}
.mr-xxl-4[data-v-1967941a],
  .mx-xxl-4[data-v-1967941a] {
    margin-right: 16px !important;
}
.mb-xxl-4[data-v-1967941a],
  .my-xxl-4[data-v-1967941a] {
    margin-bottom: 16px !important;
}
.ml-xxl-4[data-v-1967941a],
  .mx-xxl-4[data-v-1967941a] {
    margin-left: 16px !important;
}
.m-xxl-405[data-v-1967941a] {
    margin: 20px !important;
}
.mt-xxl-405[data-v-1967941a],
  .my-xxl-405[data-v-1967941a] {
    margin-top: 20px !important;
}
.mr-xxl-405[data-v-1967941a],
  .mx-xxl-405[data-v-1967941a] {
    margin-right: 20px !important;
}
.mb-xxl-405[data-v-1967941a],
  .my-xxl-405[data-v-1967941a] {
    margin-bottom: 20px !important;
}
.ml-xxl-405[data-v-1967941a],
  .mx-xxl-405[data-v-1967941a] {
    margin-left: 20px !important;
}
.m-xxl-5[data-v-1967941a] {
    margin: 24px !important;
}
.mt-xxl-5[data-v-1967941a],
  .my-xxl-5[data-v-1967941a] {
    margin-top: 24px !important;
}
.mr-xxl-5[data-v-1967941a],
  .mx-xxl-5[data-v-1967941a] {
    margin-right: 24px !important;
}
.mb-xxl-5[data-v-1967941a],
  .my-xxl-5[data-v-1967941a] {
    margin-bottom: 24px !important;
}
.ml-xxl-5[data-v-1967941a],
  .mx-xxl-5[data-v-1967941a] {
    margin-left: 24px !important;
}
.m-xxl-505[data-v-1967941a] {
    margin: 28px !important;
}
.mt-xxl-505[data-v-1967941a],
  .my-xxl-505[data-v-1967941a] {
    margin-top: 28px !important;
}
.mr-xxl-505[data-v-1967941a],
  .mx-xxl-505[data-v-1967941a] {
    margin-right: 28px !important;
}
.mb-xxl-505[data-v-1967941a],
  .my-xxl-505[data-v-1967941a] {
    margin-bottom: 28px !important;
}
.ml-xxl-505[data-v-1967941a],
  .mx-xxl-505[data-v-1967941a] {
    margin-left: 28px !important;
}
.m-xxl-6[data-v-1967941a] {
    margin: 32px !important;
}
.mt-xxl-6[data-v-1967941a],
  .my-xxl-6[data-v-1967941a] {
    margin-top: 32px !important;
}
.mr-xxl-6[data-v-1967941a],
  .mx-xxl-6[data-v-1967941a] {
    margin-right: 32px !important;
}
.mb-xxl-6[data-v-1967941a],
  .my-xxl-6[data-v-1967941a] {
    margin-bottom: 32px !important;
}
.ml-xxl-6[data-v-1967941a],
  .mx-xxl-6[data-v-1967941a] {
    margin-left: 32px !important;
}
.m-xxl-605[data-v-1967941a] {
    margin: 36px !important;
}
.mt-xxl-605[data-v-1967941a],
  .my-xxl-605[data-v-1967941a] {
    margin-top: 36px !important;
}
.mr-xxl-605[data-v-1967941a],
  .mx-xxl-605[data-v-1967941a] {
    margin-right: 36px !important;
}
.mb-xxl-605[data-v-1967941a],
  .my-xxl-605[data-v-1967941a] {
    margin-bottom: 36px !important;
}
.ml-xxl-605[data-v-1967941a],
  .mx-xxl-605[data-v-1967941a] {
    margin-left: 36px !important;
}
.m-xxl-7[data-v-1967941a] {
    margin: 40px !important;
}
.mt-xxl-7[data-v-1967941a],
  .my-xxl-7[data-v-1967941a] {
    margin-top: 40px !important;
}
.mr-xxl-7[data-v-1967941a],
  .mx-xxl-7[data-v-1967941a] {
    margin-right: 40px !important;
}
.mb-xxl-7[data-v-1967941a],
  .my-xxl-7[data-v-1967941a] {
    margin-bottom: 40px !important;
}
.ml-xxl-7[data-v-1967941a],
  .mx-xxl-7[data-v-1967941a] {
    margin-left: 40px !important;
}
.m-xxl-705[data-v-1967941a] {
    margin: 44px !important;
}
.mt-xxl-705[data-v-1967941a],
  .my-xxl-705[data-v-1967941a] {
    margin-top: 44px !important;
}
.mr-xxl-705[data-v-1967941a],
  .mx-xxl-705[data-v-1967941a] {
    margin-right: 44px !important;
}
.mb-xxl-705[data-v-1967941a],
  .my-xxl-705[data-v-1967941a] {
    margin-bottom: 44px !important;
}
.ml-xxl-705[data-v-1967941a],
  .mx-xxl-705[data-v-1967941a] {
    margin-left: 44px !important;
}
.m-xxl-8[data-v-1967941a] {
    margin: 48px !important;
}
.mt-xxl-8[data-v-1967941a],
  .my-xxl-8[data-v-1967941a] {
    margin-top: 48px !important;
}
.mr-xxl-8[data-v-1967941a],
  .mx-xxl-8[data-v-1967941a] {
    margin-right: 48px !important;
}
.mb-xxl-8[data-v-1967941a],
  .my-xxl-8[data-v-1967941a] {
    margin-bottom: 48px !important;
}
.ml-xxl-8[data-v-1967941a],
  .mx-xxl-8[data-v-1967941a] {
    margin-left: 48px !important;
}
.m-xxl-805[data-v-1967941a] {
    margin: 52px !important;
}
.mt-xxl-805[data-v-1967941a],
  .my-xxl-805[data-v-1967941a] {
    margin-top: 52px !important;
}
.mr-xxl-805[data-v-1967941a],
  .mx-xxl-805[data-v-1967941a] {
    margin-right: 52px !important;
}
.mb-xxl-805[data-v-1967941a],
  .my-xxl-805[data-v-1967941a] {
    margin-bottom: 52px !important;
}
.ml-xxl-805[data-v-1967941a],
  .mx-xxl-805[data-v-1967941a] {
    margin-left: 52px !important;
}
.m-xxl-9[data-v-1967941a] {
    margin: 56px !important;
}
.mt-xxl-9[data-v-1967941a],
  .my-xxl-9[data-v-1967941a] {
    margin-top: 56px !important;
}
.mr-xxl-9[data-v-1967941a],
  .mx-xxl-9[data-v-1967941a] {
    margin-right: 56px !important;
}
.mb-xxl-9[data-v-1967941a],
  .my-xxl-9[data-v-1967941a] {
    margin-bottom: 56px !important;
}
.ml-xxl-9[data-v-1967941a],
  .mx-xxl-9[data-v-1967941a] {
    margin-left: 56px !important;
}
.m-xxl-905[data-v-1967941a] {
    margin: 60px !important;
}
.mt-xxl-905[data-v-1967941a],
  .my-xxl-905[data-v-1967941a] {
    margin-top: 60px !important;
}
.mr-xxl-905[data-v-1967941a],
  .mx-xxl-905[data-v-1967941a] {
    margin-right: 60px !important;
}
.mb-xxl-905[data-v-1967941a],
  .my-xxl-905[data-v-1967941a] {
    margin-bottom: 60px !important;
}
.ml-xxl-905[data-v-1967941a],
  .mx-xxl-905[data-v-1967941a] {
    margin-left: 60px !important;
}
.p-xxl-0[data-v-1967941a] {
    padding: 0 !important;
}
.pt-xxl-0[data-v-1967941a],
  .py-xxl-0[data-v-1967941a] {
    padding-top: 0 !important;
}
.pr-xxl-0[data-v-1967941a],
  .px-xxl-0[data-v-1967941a] {
    padding-right: 0 !important;
}
.pb-xxl-0[data-v-1967941a],
  .py-xxl-0[data-v-1967941a] {
    padding-bottom: 0 !important;
}
.pl-xxl-0[data-v-1967941a],
  .px-xxl-0[data-v-1967941a] {
    padding-left: 0 !important;
}
.p-xxl-1[data-v-1967941a] {
    padding: 2px !important;
}
.pt-xxl-1[data-v-1967941a],
  .py-xxl-1[data-v-1967941a] {
    padding-top: 2px !important;
}
.pr-xxl-1[data-v-1967941a],
  .px-xxl-1[data-v-1967941a] {
    padding-right: 2px !important;
}
.pb-xxl-1[data-v-1967941a],
  .py-xxl-1[data-v-1967941a] {
    padding-bottom: 2px !important;
}
.pl-xxl-1[data-v-1967941a],
  .px-xxl-1[data-v-1967941a] {
    padding-left: 2px !important;
}
.p-xxl-2[data-v-1967941a] {
    padding: 4px !important;
}
.pt-xxl-2[data-v-1967941a],
  .py-xxl-2[data-v-1967941a] {
    padding-top: 4px !important;
}
.pr-xxl-2[data-v-1967941a],
  .px-xxl-2[data-v-1967941a] {
    padding-right: 4px !important;
}
.pb-xxl-2[data-v-1967941a],
  .py-xxl-2[data-v-1967941a] {
    padding-bottom: 4px !important;
}
.pl-xxl-2[data-v-1967941a],
  .px-xxl-2[data-v-1967941a] {
    padding-left: 4px !important;
}
.p-xxl-3[data-v-1967941a] {
    padding: 8px !important;
}
.pt-xxl-3[data-v-1967941a],
  .py-xxl-3[data-v-1967941a] {
    padding-top: 8px !important;
}
.pr-xxl-3[data-v-1967941a],
  .px-xxl-3[data-v-1967941a] {
    padding-right: 8px !important;
}
.pb-xxl-3[data-v-1967941a],
  .py-xxl-3[data-v-1967941a] {
    padding-bottom: 8px !important;
}
.pl-xxl-3[data-v-1967941a],
  .px-xxl-3[data-v-1967941a] {
    padding-left: 8px !important;
}
.p-xxl-305[data-v-1967941a] {
    padding: 12px !important;
}
.pt-xxl-305[data-v-1967941a],
  .py-xxl-305[data-v-1967941a] {
    padding-top: 12px !important;
}
.pr-xxl-305[data-v-1967941a],
  .px-xxl-305[data-v-1967941a] {
    padding-right: 12px !important;
}
.pb-xxl-305[data-v-1967941a],
  .py-xxl-305[data-v-1967941a] {
    padding-bottom: 12px !important;
}
.pl-xxl-305[data-v-1967941a],
  .px-xxl-305[data-v-1967941a] {
    padding-left: 12px !important;
}
.p-xxl-4[data-v-1967941a] {
    padding: 16px !important;
}
.pt-xxl-4[data-v-1967941a],
  .py-xxl-4[data-v-1967941a] {
    padding-top: 16px !important;
}
.pr-xxl-4[data-v-1967941a],
  .px-xxl-4[data-v-1967941a] {
    padding-right: 16px !important;
}
.pb-xxl-4[data-v-1967941a],
  .py-xxl-4[data-v-1967941a] {
    padding-bottom: 16px !important;
}
.pl-xxl-4[data-v-1967941a],
  .px-xxl-4[data-v-1967941a] {
    padding-left: 16px !important;
}
.p-xxl-405[data-v-1967941a] {
    padding: 20px !important;
}
.pt-xxl-405[data-v-1967941a],
  .py-xxl-405[data-v-1967941a] {
    padding-top: 20px !important;
}
.pr-xxl-405[data-v-1967941a],
  .px-xxl-405[data-v-1967941a] {
    padding-right: 20px !important;
}
.pb-xxl-405[data-v-1967941a],
  .py-xxl-405[data-v-1967941a] {
    padding-bottom: 20px !important;
}
.pl-xxl-405[data-v-1967941a],
  .px-xxl-405[data-v-1967941a] {
    padding-left: 20px !important;
}
.p-xxl-5[data-v-1967941a] {
    padding: 24px !important;
}
.pt-xxl-5[data-v-1967941a],
  .py-xxl-5[data-v-1967941a] {
    padding-top: 24px !important;
}
.pr-xxl-5[data-v-1967941a],
  .px-xxl-5[data-v-1967941a] {
    padding-right: 24px !important;
}
.pb-xxl-5[data-v-1967941a],
  .py-xxl-5[data-v-1967941a] {
    padding-bottom: 24px !important;
}
.pl-xxl-5[data-v-1967941a],
  .px-xxl-5[data-v-1967941a] {
    padding-left: 24px !important;
}
.p-xxl-505[data-v-1967941a] {
    padding: 28px !important;
}
.pt-xxl-505[data-v-1967941a],
  .py-xxl-505[data-v-1967941a] {
    padding-top: 28px !important;
}
.pr-xxl-505[data-v-1967941a],
  .px-xxl-505[data-v-1967941a] {
    padding-right: 28px !important;
}
.pb-xxl-505[data-v-1967941a],
  .py-xxl-505[data-v-1967941a] {
    padding-bottom: 28px !important;
}
.pl-xxl-505[data-v-1967941a],
  .px-xxl-505[data-v-1967941a] {
    padding-left: 28px !important;
}
.p-xxl-6[data-v-1967941a] {
    padding: 32px !important;
}
.pt-xxl-6[data-v-1967941a],
  .py-xxl-6[data-v-1967941a] {
    padding-top: 32px !important;
}
.pr-xxl-6[data-v-1967941a],
  .px-xxl-6[data-v-1967941a] {
    padding-right: 32px !important;
}
.pb-xxl-6[data-v-1967941a],
  .py-xxl-6[data-v-1967941a] {
    padding-bottom: 32px !important;
}
.pl-xxl-6[data-v-1967941a],
  .px-xxl-6[data-v-1967941a] {
    padding-left: 32px !important;
}
.p-xxl-605[data-v-1967941a] {
    padding: 36px !important;
}
.pt-xxl-605[data-v-1967941a],
  .py-xxl-605[data-v-1967941a] {
    padding-top: 36px !important;
}
.pr-xxl-605[data-v-1967941a],
  .px-xxl-605[data-v-1967941a] {
    padding-right: 36px !important;
}
.pb-xxl-605[data-v-1967941a],
  .py-xxl-605[data-v-1967941a] {
    padding-bottom: 36px !important;
}
.pl-xxl-605[data-v-1967941a],
  .px-xxl-605[data-v-1967941a] {
    padding-left: 36px !important;
}
.p-xxl-7[data-v-1967941a] {
    padding: 40px !important;
}
.pt-xxl-7[data-v-1967941a],
  .py-xxl-7[data-v-1967941a] {
    padding-top: 40px !important;
}
.pr-xxl-7[data-v-1967941a],
  .px-xxl-7[data-v-1967941a] {
    padding-right: 40px !important;
}
.pb-xxl-7[data-v-1967941a],
  .py-xxl-7[data-v-1967941a] {
    padding-bottom: 40px !important;
}
.pl-xxl-7[data-v-1967941a],
  .px-xxl-7[data-v-1967941a] {
    padding-left: 40px !important;
}
.p-xxl-705[data-v-1967941a] {
    padding: 44px !important;
}
.pt-xxl-705[data-v-1967941a],
  .py-xxl-705[data-v-1967941a] {
    padding-top: 44px !important;
}
.pr-xxl-705[data-v-1967941a],
  .px-xxl-705[data-v-1967941a] {
    padding-right: 44px !important;
}
.pb-xxl-705[data-v-1967941a],
  .py-xxl-705[data-v-1967941a] {
    padding-bottom: 44px !important;
}
.pl-xxl-705[data-v-1967941a],
  .px-xxl-705[data-v-1967941a] {
    padding-left: 44px !important;
}
.p-xxl-8[data-v-1967941a] {
    padding: 48px !important;
}
.pt-xxl-8[data-v-1967941a],
  .py-xxl-8[data-v-1967941a] {
    padding-top: 48px !important;
}
.pr-xxl-8[data-v-1967941a],
  .px-xxl-8[data-v-1967941a] {
    padding-right: 48px !important;
}
.pb-xxl-8[data-v-1967941a],
  .py-xxl-8[data-v-1967941a] {
    padding-bottom: 48px !important;
}
.pl-xxl-8[data-v-1967941a],
  .px-xxl-8[data-v-1967941a] {
    padding-left: 48px !important;
}
.p-xxl-805[data-v-1967941a] {
    padding: 52px !important;
}
.pt-xxl-805[data-v-1967941a],
  .py-xxl-805[data-v-1967941a] {
    padding-top: 52px !important;
}
.pr-xxl-805[data-v-1967941a],
  .px-xxl-805[data-v-1967941a] {
    padding-right: 52px !important;
}
.pb-xxl-805[data-v-1967941a],
  .py-xxl-805[data-v-1967941a] {
    padding-bottom: 52px !important;
}
.pl-xxl-805[data-v-1967941a],
  .px-xxl-805[data-v-1967941a] {
    padding-left: 52px !important;
}
.p-xxl-9[data-v-1967941a] {
    padding: 56px !important;
}
.pt-xxl-9[data-v-1967941a],
  .py-xxl-9[data-v-1967941a] {
    padding-top: 56px !important;
}
.pr-xxl-9[data-v-1967941a],
  .px-xxl-9[data-v-1967941a] {
    padding-right: 56px !important;
}
.pb-xxl-9[data-v-1967941a],
  .py-xxl-9[data-v-1967941a] {
    padding-bottom: 56px !important;
}
.pl-xxl-9[data-v-1967941a],
  .px-xxl-9[data-v-1967941a] {
    padding-left: 56px !important;
}
.p-xxl-905[data-v-1967941a] {
    padding: 60px !important;
}
.pt-xxl-905[data-v-1967941a],
  .py-xxl-905[data-v-1967941a] {
    padding-top: 60px !important;
}
.pr-xxl-905[data-v-1967941a],
  .px-xxl-905[data-v-1967941a] {
    padding-right: 60px !important;
}
.pb-xxl-905[data-v-1967941a],
  .py-xxl-905[data-v-1967941a] {
    padding-bottom: 60px !important;
}
.pl-xxl-905[data-v-1967941a],
  .px-xxl-905[data-v-1967941a] {
    padding-left: 60px !important;
}
.m-xxl-auto[data-v-1967941a] {
    margin: auto !important;
}
.mt-xxl-auto[data-v-1967941a],
  .my-xxl-auto[data-v-1967941a] {
    margin-top: auto !important;
}
.mr-xxl-auto[data-v-1967941a],
  .mx-xxl-auto[data-v-1967941a] {
    margin-right: auto !important;
}
.mb-xxl-auto[data-v-1967941a],
  .my-xxl-auto[data-v-1967941a] {
    margin-bottom: auto !important;
}
.ml-xxl-auto[data-v-1967941a],
  .mx-xxl-auto[data-v-1967941a] {
    margin-left: auto !important;
}
}
.position-static[data-v-1967941a] {
  position: static !important;
}
.position-relative[data-v-1967941a] {
  position: relative !important;
}
.position-absolute[data-v-1967941a] {
  position: absolute !important;
}
.position-fixed[data-v-1967941a] {
  position: fixed !important;
}
.position-sticky[data-v-1967941a] {
  position: sticky !important;
}
.fixed-top[data-v-1967941a] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom[data-v-1967941a] {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
.sticky-top[data-v-1967941a] {
    position: sticky;
    top: 0;
    z-index: 1020;
}
}
.d-none[data-v-1967941a] {
  display: none !important;
}
.d-inline[data-v-1967941a] {
  display: inline !important;
}
.d-inline-block[data-v-1967941a] {
  display: inline-block !important;
}
.d-block[data-v-1967941a] {
  display: block !important;
}
.d-flex[data-v-1967941a] {
  display: flex !important;
}
.d-inline-flex[data-v-1967941a] {
  display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none[data-v-1967941a] {
    display: none !important;
}
.d-sm-inline[data-v-1967941a] {
    display: inline !important;
}
.d-sm-inline-block[data-v-1967941a] {
    display: inline-block !important;
}
.d-sm-block[data-v-1967941a] {
    display: block !important;
}
.d-sm-flex[data-v-1967941a] {
    display: flex !important;
}
.d-sm-inline-flex[data-v-1967941a] {
    display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none[data-v-1967941a] {
    display: none !important;
}
.d-md-inline[data-v-1967941a] {
    display: inline !important;
}
.d-md-inline-block[data-v-1967941a] {
    display: inline-block !important;
}
.d-md-block[data-v-1967941a] {
    display: block !important;
}
.d-md-flex[data-v-1967941a] {
    display: flex !important;
}
.d-md-inline-flex[data-v-1967941a] {
    display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none[data-v-1967941a] {
    display: none !important;
}
.d-lg-inline[data-v-1967941a] {
    display: inline !important;
}
.d-lg-inline-block[data-v-1967941a] {
    display: inline-block !important;
}
.d-lg-block[data-v-1967941a] {
    display: block !important;
}
.d-lg-flex[data-v-1967941a] {
    display: flex !important;
}
.d-lg-inline-flex[data-v-1967941a] {
    display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none[data-v-1967941a] {
    display: none !important;
}
.d-xl-inline[data-v-1967941a] {
    display: inline !important;
}
.d-xl-inline-block[data-v-1967941a] {
    display: inline-block !important;
}
.d-xl-block[data-v-1967941a] {
    display: block !important;
}
.d-xl-flex[data-v-1967941a] {
    display: flex !important;
}
.d-xl-inline-flex[data-v-1967941a] {
    display: inline-flex !important;
}
}
@media (min-width: 1400px) {
.d-xxl-none[data-v-1967941a] {
    display: none !important;
}
.d-xxl-inline[data-v-1967941a] {
    display: inline !important;
}
.d-xxl-inline-block[data-v-1967941a] {
    display: inline-block !important;
}
.d-xxl-block[data-v-1967941a] {
    display: block !important;
}
.d-xxl-flex[data-v-1967941a] {
    display: flex !important;
}
.d-xxl-inline-flex[data-v-1967941a] {
    display: inline-flex !important;
}
}
@media print {
.d-print-none[data-v-1967941a] {
    display: none !important;
}
.d-print-inline[data-v-1967941a] {
    display: inline !important;
}
.d-print-inline-block[data-v-1967941a] {
    display: inline-block !important;
}
.d-print-block[data-v-1967941a] {
    display: block !important;
}
.d-print-table[data-v-1967941a] {
    display: table !important;
}
.d-print-table-row[data-v-1967941a] {
    display: table-row !important;
}
.d-print-table-cell[data-v-1967941a] {
    display: table-cell !important;
}
.d-print-flex[data-v-1967941a] {
    display: flex !important;
}
.d-print-inline-flex[data-v-1967941a] {
    display: inline-flex !important;
}
}
.section + .section[data-v-1967941a] {
  margin-top: 24px;
}
a.button[data-v-1967941a] {
  display: inline-flex;
  padding-top: 2px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 1px;
  line-height: 2.4rem;
}
.button[data-v-1967941a] {
  appearance: none;
  display: inline-flex;
  width: 100%;
  min-height: 40px;
  padding-top: 2px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 1px;
  border-radius: 4px;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  border-color: #004993;
  font-size: 1.8rem;
  font-weight: 500;
  color: white;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2.4rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  user-select: text;
  cursor: pointer;
  vertical-align: middle;
}
.button + button[data-v-1967941a] {
  margin-top: 8px;
}
@media (min-width: 576px) {
.button[data-v-1967941a] {
    width: auto;
}
.button + button[data-v-1967941a] {
    margin-top: 0;
}
}
.button.focus[data-v-1967941a], .button[data-v-1967941a]:focus {
  outline: 4px solid #747474;
  outline-offset: 1px;
  color: white;
}
.button.button-primary[data-v-1967941a] {
  color: white;
  background-color: #0059b3;
  border-color: #004993;
}
.button.button-primary[data-v-1967941a]:hover, .button.button-primary.button-hover[data-v-1967941a] {
  background-color: #004993;
  border-color: #003972;
}
.button.button-primary.focus[data-v-1967941a], .button.button-primary[data-v-1967941a]:focus {
  background-color: #0059b3;
  border-color: #004993;
}
.button.button-primary[data-v-1967941a]:active, .button.button-primary.button-active[data-v-1967941a] {
  background-color: #003972;
  border-color: #003972;
}
.button.button-primary[data-v-1967941a]:disabled, .button.button-primary.disabled[data-v-1967941a] {
  opacity: 0.3;
  box-shadow: none !important;
  cursor: not-allowed;
}
.button.button-primary[data-v-1967941a]:disabled:hover, .button.button-primary.disabled[data-v-1967941a]:hover {
  color: white !important;
  background-color: #0059b3 !important;
  border-color: #004993 !important;
  opacity: 0.3 !important;
  box-shadow: none !important;
}
.button.button-secondary[data-v-1967941a] {
  color: #0059b3;
  background-color: white;
  border-color: #0059b3;
}
.button.button-secondary[data-v-1967941a]:hover, .button.button-secondary.button-hover[data-v-1967941a] {
  color: #1a1a1a;
  background-color: white;
  border-color: #1a1a1a;
}
.button.button-secondary.focus[data-v-1967941a], .button.button-secondary[data-v-1967941a]:focus {
  color: #1a1a1a;
  background-color: white;
  border-color: #1a1a1a;
}
.button.button-secondary[data-v-1967941a]:active, .button.button-secondary.button-active[data-v-1967941a] {
  color: #1a1a1a;
  background-color: white;
  border-color: #1a1a1a;
}
.button.button-secondary[data-v-1967941a]:disabled, .button.button-secondary.disabled[data-v-1967941a] {
  opacity: 0.3;
  box-shadow: none !important;
  cursor: not-allowed;
  border-color: #BFBFBF !important;
}
.button.button-secondary[data-v-1967941a]:disabled:hover, .button.button-secondary.disabled[data-v-1967941a]:hover {
  color: #0059b3 !important;
  background-color: white !important;
  border-color: #BFBFBF !important;
  opacity: 0.3 !important;
  box-shadow: none !important;
}
.button.button-tertiary[data-v-1967941a] {
  border-color: #747474;
  background-color: transparent;
  color: #1a1a1a;
  font-weight: 400;
}
.button.button-tertiary[data-v-1967941a]:hover, .button.button-tertiary.button-hover[data-v-1967941a] {
  border-color: #454545;
  background-color: transparent;
  color: #1a1a1a;
}
.button.button-tertiary.focus[data-v-1967941a], .button.button-tertiary[data-v-1967941a]:focus {
  border-color: #747474;
  background-color: transparent;
  color: #1a1a1a;
}
.button.button-tertiary[data-v-1967941a]:active, .button.button-tertiary.button-active[data-v-1967941a] {
  border-color: #1a1a1a;
  background-color: transparent;
  color: #1a1a1a;
}
.button.button-tertiary[data-v-1967941a]:disabled, .button.button-tertiary.disabled[data-v-1967941a] {
  opacity: 0.3;
  box-shadow: none !important;
  cursor: not-allowed;
}
.button.button-tertiary[data-v-1967941a]:disabled:hover, .button.button-tertiary.disabled[data-v-1967941a]: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[data-v-1967941a] {
  color: #454545;
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
  font-weight: 400;
  padding-left: calc(8px - 2px);
}
.button.button-quaternary[data-v-1967941a]:hover, .button.button-quaternary.button-hover[data-v-1967941a] {
  background-color: #DCDCDC;
  box-shadow: none;
  border-bottom-color: transparent;
}
.button.button-quaternary.focus[data-v-1967941a], .button.button-quaternary[data-v-1967941a]:focus {
  color: #454545;
  box-shadow: none;
  border-bottom-color: transparent;
  background-color: transparent;
}
.button.button-quaternary[data-v-1967941a]:active, .button.button-quaternary.button-active[data-v-1967941a] {
  background-color: #BFBFBF;
  box-shadow: none;
  border-bottom-color: transparent;
}
.button.button-quaternary[data-v-1967941a]:disabled, .button.button-quaternary.disabled[data-v-1967941a] {
  opacity: 0.3;
  box-shadow: none !important;
  cursor: not-allowed;
}
.button.button-quaternary[data-v-1967941a]:disabled:hover, .button.button-quaternary.disabled[data-v-1967941a]: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[data-v-1967941a] {
  margin-right: 4px;
  min-width: 2.4rem;
}
.button.button-small[data-v-1967941a] {
  padding: calc(2px) calc(16px - 2px) 0px;
  font-size: 1.4rem;
  min-height: 24px;
}
.button .icon-svg[data-v-1967941a] {
  margin-right: 8px;
  fill: currentColor;
  min-width: 2.4rem;
}
.button-unstyled[data-v-1967941a] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.button-unstyled[data-v-1967941a]:hover, .button-unstyled[data-v-1967941a]:focus {
  background-color: transparent;
  color: inherit;
}
.button-unstyled[data-v-1967941a] {
  width: auto;
}
@media (min-width: 768px) {
.button + .button[data-v-1967941a] {
    margin-left: 8px;
}
.button + .button[data-v-1967941a]:first-child {
    margin-left: 0;
}
}
.button-column[data-v-1967941a] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.button-column .button[data-v-1967941a] {
  margin-top: 8px;
  margin-left: 0;
}
.button-column .button[data-v-1967941a]:first-child {
  margin-top: 0;
}
.tag[data-v-1967941a] {
  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: white;
  background-color: #454545;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2.4rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.tag.tag-icon[data-v-1967941a] {
  padding: 0;
  padding-left: 8px;
}
.tag + .tag[data-v-1967941a] {
  margin-bottom: 8px;
}
.tag[data-v-1967941a]:hover, .tag.tag-hover[data-v-1967941a] {
  background-color: #747474;
}
.tag[data-v-1967941a]:active, .tag.tag-active[data-v-1967941a] {
  background-color: #1a1a1a;
}
.tag.focus[data-v-1967941a], .tag[data-v-1967941a]:focus {
  background-color: #454545;
}
.tag.focus[data-v-1967941a], .tag[data-v-1967941a]:focus {
  outline: 4px solid #747474;
  outline-offset: 1px;
  position: relative;
}
.tag .icon-svg[data-v-1967941a] {
  float: right;
  margin: 0px 0px 0px 5px;
  fill: white;
}
.button-row[data-v-1967941a] {
  display: flex;
  margin: 2rem 0 1rem;
}

/* hide the default checkbox */
input[type=checkbox].form-toggle[data-v-1967941a] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-1967941a] {
  position: relative;
  display: inline-block;
  min-height: 20px; /* required in case the label is empty */
  padding-left: 68px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 8px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-1967941a]:before {
  content: "Fra";
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 0;
  border-radius: 50%;
  background-color: white;
  width: 29px;
  height: 29px;
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 500;
  padding-top: 5px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  z-index: 10;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-1967941a] {
  cursor: not-allowed;
}
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-1967941a]:before,
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-1967941a]:hover:before,
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-1967941a]:active:before,
input[type=checkbox].form-toggle:checked:disabled ~ .form-toggle-label[data-v-1967941a]:before {
  color: #747474;
}
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-1967941a]:after,
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-1967941a]:hover:after,
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-1967941a]:active:after {
  opacity: 0.5;
  background-color: #747474;
}
input[type=checkbox].form-toggle:checked:disabled ~ .form-toggle-label[data-v-1967941a]:after,
input[type=checkbox].form-toggle:checked:disabled ~ .form-toggle-label[data-v-1967941a]:hover:after,
input[type=checkbox].form-toggle:checked:disabled ~ .form-toggle-label[data-v-1967941a]:active:after {
  opacity: 0.5;
  background-color: #0059b3;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-1967941a]:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 3px;
  width: 56px;
  height: 33px;
  border-radius: 20px;
  line-height: 1;
  text-align: center;
  background-color: #999999;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-1967941a]:hover:after {
  background-color: #747474;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-1967941a]:active:after {
  background-color: #454545;
}
input[type=checkbox].form-toggle:checked ~ .form-toggle-label[data-v-1967941a]:after {
  background-color: #0059b3;
}
input[type=checkbox].form-toggle:checked ~ .form-toggle-label[data-v-1967941a]:hover:after {
  background-color: #004993;
}
input[type=checkbox].form-toggle:checked ~ .form-toggle-label[data-v-1967941a]:active:after {
  background-color: #003972;
}
input[type=checkbox].form-toggle:focus ~ .form-toggle-label[data-v-1967941a]:after {
  outline: 4px solid #747474;
  outline-offset: 1px;
}

/* checked state */
input[type=checkbox].form-toggle:checked ~ .form-toggle-label[data-v-1967941a]:before {
  content: "Til";
  left: 26px;
}
.badge[data-v-1967941a] {
  padding: 0;
  padding-left: 8px;
  padding-right: 8px;
  border: none;
  font-weight: 600;
  color: white;
  background: #1a1a1a;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  display: inline-block;
}
.badge.badge-large[data-v-1967941a] {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.badge.badge-small[data-v-1967941a] {
  font-size: 1.4rem;
  line-height: 2rem;
}
.badge.badge-info[data-v-1967941a] {
  color: #1a1a1a;
  background-color: #e2f2fb;
}
.badge.badge-success[data-v-1967941a] {
  color: #1a1a1a;
  background-color: #eeffe2;
}
.badge.badge-warning[data-v-1967941a] {
  color: #1a1a1a;
  background-color: #ffeecc;
}
.badge.badge-error[data-v-1967941a] {
  color: #1a1a1a;
  background-color: #ffe0e0;
}
.embed-container iframe[data-v-1967941a],
.embed-container object[data-v-1967941a],
.embed-container embed[data-v-1967941a] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container[data-v-1967941a] {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
img[data-v-1967941a] {
  max-width: 100%;
}
figure[data-v-1967941a] {
  margin-left: 0;
  margin-right: 0;
}
.icon[data-v-1967941a] {
  height: 2.4rem;
  width: 2.4rem;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 100%;
}
.icon-svg[data-v-1967941a] {
  height: 2.4rem;
  width: 2.4rem;
  vertical-align: middle;
}
.icon-svg--inherit-color[data-v-1967941a] {
  fill: currentColor;
}
.icon-svg[data-v-1967941a]:focus {
  outline: none;
}
.inline-svg[data-v-1967941a] {
  height: 1em;
  width: 1em;
}
.icon-svg-large[data-v-1967941a] {
  height: 2.5rem;
  width: 2.5rem;
  vertical-align: middle;
}
.icon-svg-large--inherit-color[data-v-1967941a] {
  fill: currentColor;
}
.icon-accessibility-new[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20.5%206c-2.61.7-5.67%201-8.5%201s-5.89-.3-8.5-1L3%208c1.86.5%204%20.83%206%201v13h2v-6h2v6h2V9c2-.17%204.14-.5%206-1l-.5-2zM12%206c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202z'/%3e%3c/svg%3e");
}
.icon-account-circle[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zM7.07%2018.28c.43-.9%203.05-1.78%204.93-1.78s4.51.88%204.93%201.78C15.57%2019.36%2013.86%2020%2012%2020s-3.57-.64-4.93-1.72zm11.29-1.45c-1.43-1.74-4.9-2.33-6.36-2.33s-4.93.59-6.36%202.33C4.62%2015.49%204%2013.82%204%2012c0-4.41%203.59-8%208-8s8%203.59%208%208c0%201.82-.62%203.49-1.64%204.83zM12%206c-1.94%200-3.5%201.56-3.5%203.5S10.06%2013%2012%2013s3.5-1.56%203.5-3.5S13.94%206%2012%206zm0%205c-.83%200-1.5-.67-1.5-1.5S11.17%208%2012%208s1.5.67%201.5%201.5S12.83%2011%2012%2011z'/%3e%3c/svg%3e");
}
.icon-add-a-photo[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M21%206h-3.17L16%204h-6v2h5.12l1.83%202H21v12H5v-9H3v9c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V8c0-1.1-.9-2-2-2zM8%2014c0%202.76%202.24%205%205%205s5-2.24%205-5-2.24-5-5-5-5%202.24-5%205zm5-3c1.65%200%203%201.35%203%203s-1.35%203-3%203-3-1.35-3-3%201.35-3%203-3zM5%206h3V4H5V1H3v3H0v2h3v3h2z'/%3e%3c/svg%3e");
}
.icon-add[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
}
.icon-agriculture[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M4,9h5c0-1.1-0.9-2-2-2H4C3.45,7,3,7.45,3,8C3,8.55,3.45,9,4,9z'/%3e%3cpath%20d='M22,14.06V8c0-1.1-0.9-2-2-2h-6.29l-1.06-1.06l1.41-1.41l-0.71-0.71L9.82,6.35l0.71,0.71l1.41-1.41L13,6.71V9%20c0,1.1-0.9,2-2,2H8.96c-0.22-0.16-0.45-0.3-0.69-0.43l-0.4,0.89l-0.46-0.21l0.4-0.9C7.26,10.13,6.64,10,6,10%20c-0.53,0-1.04,0.11-1.52,0.26l0.34,0.91l-0.47,0.18L4,10.42c-1.06,0.46-1.91,1.28-2.43,2.31l0.89,0.4l-0.21,0.46l-0.9-0.4%20C1.13,13.74,1,14.36,1,15c0,0.53,0.11,1.04,0.26,1.52l0.91-0.34l0.18,0.47L1.42,17c0.46,1.06,1.28,1.91,2.31,2.43l0.4-0.89%20l0.46,0.21l-0.4,0.9C4.74,19.87,5.36,20,6,20c0.53,0,1.04-0.11,1.52-0.26l-0.34-0.91l0.47-0.18L8,19.58%20c1.06-0.46,1.91-1.28,2.43-2.31l-0.89-0.4l0.21-0.46l0.9,0.4c0.1-0.26,0.18-0.54,0.24-0.82h5.16C16.03,16.16,16,16.33,16,16.5%20c0,1.93,1.57,3.5,3.5,3.5s3.5-1.57,3.5-3.5C23,15.55,22.62,14.69,22,14.06z%20M6,18c-1.66,0-3-1.34-3-3s1.34-3,3-3s3,1.34,3,3%20S7.66,18,6,18z%20M10.87,14c-0.04-0.18-0.08-0.35-0.13-0.52l-0.91,0.34l-0.18-0.47L10.58,13c0,0,0.42,0,0.42,0c2.21,0,4-1.79,4-4V8%20h5v5.05C19.84,13.03,19.67,13,19.5,13c-0.95,0-1.81,0.38-2.44,1H10.87z%20M19.5,18c-0.83,0-1.5-0.67-1.5-1.5s0.67-1.5,1.5-1.5%20s1.5,0.67,1.5,1.5S20.33,18,19.5,18z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-apps[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%208h4V4H4v4zm6%2012h4v-4h-4v4zm-6%200h4v-4H4v4zm0-6h4v-4H4v4zm6%200h4v-4h-4v4zm6-10v4h4V4h-4zm-6%204h4V4h-4v4zm6%206h4v-4h-4v4zm0%206h4v-4h-4v4z'/%3e%3c/svg%3e");
}
.icon-arrow-back[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'/%3e%3c/svg%3e");
}
.icon-arrow-downward[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%2012l-1.41-1.41L13%2016.17V4h-2v12.17l-5.58-5.59L4%2012l8%208%208-8z'/%3e%3c/svg%3e");
}
.icon-arrow-drop-down[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2010l5%205%205-5H7z'/%3e%3c/svg%3e");
}
.icon-arrow-drop-up[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2014l5-5%205%205H7z'/%3e%3c/svg%3e");
}
.icon-arrow-forward[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8-8-8z'/%3e%3c/svg%3e");
}
.icon-arrow-left[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M24%200v24H0V0h24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M14%207l-5%205%205%205V7z'/%3e%3c/svg%3e");
}
.icon-arrow-right[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%2017l5-5-5-5v10z'/%3e%3c/svg%3e");
}
.icon-arrow-upward[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%2012l1.41%201.41L11%207.83V20h2V7.83l5.58%205.59L20%2012l-8-8-8%208z'/%3e%3c/svg%3e");
}
.icon-assessment[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%203H5c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm0%2016H5V5h14v14zM7%2010h2v7H7zm4-3h2v10h-2zm4%206h2v4h-2z'/%3e%3c/svg%3e");
}
.icon-assignment[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2015h7v2H7zm0-4h10v2H7zm0-4h10v2H7zm12-4h-4.18C14.4%201.84%2013.3%201%2012%201c-1.3%200-2.4.84-2.82%202H5c-.14%200-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64-.1.23-.16.49-.16.77v14c0%20.27.06.54.16.78s.25.45.43.64c.27.27.62.47%201.01.55.13.02.26.03.4.03h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm-7-.25c.41%200%20.75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19%2019H5V5h14v14z'/%3e%3c/svg%3e");
}
.icon-attach-file[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M16.5%206v11.5c0%202.21-1.79%204-4%204s-4-1.79-4-4V5c0-1.38%201.12-2.5%202.5-2.5s2.5%201.12%202.5%202.5v10.5c0%20.55-.45%201-1%201s-1-.45-1-1V6H10v9.5c0%201.38%201.12%202.5%202.5%202.5s2.5-1.12%202.5-2.5V5c0-2.21-1.79-4-4-4S7%202.79%207%205v12.5c0%203.04%202.46%205.5%205.5%205.5s5.5-2.46%205.5-5.5V6h-1.5z'/%3e%3c/svg%3e");
}
.icon-bookmark-border[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M17%203H7c-1.1%200-1.99.9-1.99%202L5%2021l7-3%207%203V5c0-1.1-.9-2-2-2zm0%2015l-5-2.18L7%2018V5h10v13z'/%3e%3c/svg%3e");
}
.icon-bookmarks[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15%207v12.97l-4.21-1.81-.79-.34-.79.34L5%2019.97V7h10m4-6H8.99C7.89%201%207%201.9%207%203h10c1.1%200%202%20.9%202%202v13l2%201V3c0-1.1-.9-2-2-2zm-4%204H5c-1.1%200-2%20.9-2%202v16l7-3%207%203V7c0-1.1-.9-2-2-2z'/%3e%3c/svg%3e");
}
.icon-cached[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%208l-4%204h3c0%203.31-2.69%206-6%206-1.01%200-1.97-.25-2.8-.7l-1.46%201.46C8.97%2019.54%2010.43%2020%2012%2020c4.42%200%208-3.58%208-8h3l-4-4zM6%2012c0-3.31%202.69-6%206-6%201.01%200%201.97.25%202.8.7l1.46-1.46C15.03%204.46%2013.57%204%2012%204c-4.42%200-8%203.58-8%208H1l4%204%204-4H6z'/%3e%3c/svg%3e");
}
.icon-calculator[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M7,2H17A2,2%200%200,1%2019,4V20A2,2%200%200,1%2017,22H7A2,2%200%200,1%205,20V4A2,2%200%200,1%207,2M7,4V8H17V4H7M7,10V12H9V10H7M11,10V12H13V10H11M15,10V12H17V10H15M7,14V16H9V14H7M11,14V16H13V14H11M15,14V16H17V14H15M7,18V20H9V18H7M11,18V20H13V18H11M15,18V20H17V18H15Z'%20/%3e%3c/svg%3e");
}
.icon-card-account-details[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M22,3H2C0.91,3.04%200.04,3.91%200,5V19C0.04,20.09%200.91,20.96%202,21H22C23.09,20.96%2023.96,20.09%2024,19V5C23.96,3.91%2023.09,3.04%2022,3M22,19H2V5H22V19M14,17V15.75C14,14.09%2010.66,13.25%209,13.25C7.34,13.25%204,14.09%204,15.75V17H14M9,7A2.5,2.5%200%200,0%206.5,9.5A2.5,2.5%200%200,0%209,12A2.5,2.5%200%200,0%2011.5,9.5A2.5,2.5%200%200,0%209,7M14,7V8H20V7H14M14,9V10H20V9H14M14,11V12H18V11H14'%20/%3e%3c/svg%3e");
}
.icon-card-text[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M20,20H4A2,2%200%200,1%202,18V6A2,2%200%200,1%204,4H20A2,2%200%200,1%2022,6V18A2,2%200%200,1%2020,20M4,6V18H20V6H4M6,9H18V11H6V9M6,13H16V15H6V13Z'%20/%3e%3c/svg%3e");
}
.icon-chat[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%204h16v12H5.17L4%2017.17V4m0-2c-1.1%200-1.99.9-1.99%202L2%2022l4-4h14c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2H4zm2%2010h8v2H6v-2zm0-3h12v2H6V9zm0-3h12v2H6V6z'/%3e%3c/svg%3e");
}
.icon-check-circle-white[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm4.59-12.42L10%2014.17l-2.59-2.58L6%2013l4%204%208-8z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.icon-check-circle[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm4.59-12.42L10%2014.17l-2.59-2.58L6%2013l4%204%208-8z'/%3e%3c/svg%3e");
}
.icon-chevron-double-left[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M18.41,7.41L17,6L11,12L17,18L18.41,16.59L13.83,12L18.41,7.41M12.41,7.41L11,6L5,12L11,18L12.41,16.59L7.83,12L12.41,7.41Z'%20/%3e%3c/svg%3e");
}
.icon-chevron-double-right[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M5.59,7.41L7,6L13,12L7,18L5.59,16.59L10.17,12L5.59,7.41M11.59,7.41L13,6L19,12L13,18L11.59,16.59L16.17,12L11.59,7.41Z'%20/%3e%3c/svg%3e");
}
.icon-chevron-left[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012l4.58-4.59z'/%3e%3c/svg%3e");
}
.icon-chevron-right[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6-6-6z'/%3e%3c/svg%3e");
}
.icon-close[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012%2019%206.41z'/%3e%3c/svg%3e");
}
.icon-construction[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3crect%20height='8.48'%20transform='matrix(0.7071%20-0.7071%200.7071%200.7071%20-6.8717%2017.6255)'%20width='3'%20x='16.34'%20y='12.87'/%3e%3cpath%20d='M17.5,10c1.93,0,3.5-1.57,3.5-3.5c0-0.58-0.16-1.12-0.41-1.6l-2.7,2.7L16.4,6.11l2.7-2.7C18.62,3.16,18.08,3,17.5,3%20C15.57,3,14,4.57,14,6.5c0,0.41,0.08,0.8,0.21,1.16l-1.85,1.85l-1.78-1.78l0.71-0.71L9.88,5.61L12,3.49%20c-1.17-1.17-3.07-1.17-4.24,0L4.22,7.03l1.41,1.41H2.81L2.1,9.15l3.54,3.54l0.71-0.71V9.15l1.41,1.41l0.71-0.71l1.78,1.78%20l-7.41,7.41l2.12,2.12L16.34,9.79C16.7,9.92,17.09,10,17.5,10z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-contact-support[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%2023.59v-3.6c-5.01-.26-9-4.42-9-9.49C2%205.26%206.26%201%2011.5%201S21%205.26%2021%2010.5c0%204.95-3.44%209.93-8.57%2012.4l-1.43.69zM11.5%203C7.36%203%204%206.36%204%2010.5S7.36%2018%2011.5%2018H13v2.3c3.64-2.3%206-6.08%206-9.8C19%206.36%2015.64%203%2011.5%203zm-1%2011.5h2v2h-2zm2-1.5h-2c0-3.25%203-3%203-5%200-1.1-.9-2-2-2s-2%20.9-2%202h-2c0-2.21%201.79-4%204-4s4%201.79%204%204c0%202.5-3%202.75-3%205z'/%3e%3c/svg%3e");
}
.icon-content-copy[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M16%201H4c-1.1%200-2%20.9-2%202v14h2V3h12V1zm3%204H8c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h11c1.1%200%202-.9%202-2V7c0-1.1-.9-2-2-2zm0%2016H8V7h11v14z'/%3e%3c/svg%3e");
}
.icon-coronavirus[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3cpath%20d='M9.5,12c0,0.55-0.45,1-1,1s-1-0.45-1-1c0-0.55,0.45-1,1-1S9.5,11.45,9.5,12z%20M13.75,10c0.55,0,1-0.45,1-1s-0.45-1-1-1%20s-1,0.45-1,1S13.2,10,13.75,10z%20M10.25,10c0.55,0,1-0.45,1-1s-0.45-1-1-1s-1,0.45-1,1S9.7,10,10.25,10z%20M10.25,14%20c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1s1-0.45,1-1C11.25,14.45,10.8,14,10.25,14z%20M22,11.25v1.5c0,0.41-0.34,0.75-0.75,0.75%20c-0.41,0-0.75-0.34-0.75-0.75h-1.54c-0.15,1.37-0.69,2.63-1.52,3.65l1.09,1.09l0.01-0.01c0.29-0.29,0.77-0.29,1.06,0%20c0.29,0.29,0.29,0.77,0,1.06l-1.06,1.06c-0.29,0.29-0.77,0.29-1.06,0c-0.29-0.29-0.29-0.76-0.01-1.05l-1.09-1.09%20c-1.02,0.82-2.27,1.36-3.64,1.51v1.54h0.01c0.41,0,0.75,0.34,0.75,0.75c0,0.41-0.34,0.75-0.75,0.75h-1.5%20c-0.41,0-0.75-0.34-0.75-0.75c0-0.41,0.33-0.74,0.74-0.75v-1.55c-1.37-0.15-2.62-0.69-3.63-1.51l-1.09,1.09l0.01,0.01%20c0.29,0.29,0.29,0.77,0,1.06c-0.29,0.29-0.77,0.29-1.06,0L4.4,18.54c-0.29-0.29-0.29-0.77,0-1.06c0.29-0.29,0.76-0.29,1.05-0.01%20l1.09-1.09c-0.82-1.02-1.36-2.26-1.5-3.63H3.5c0,0.41-0.34,0.75-0.75,0.75C2.34,13.5,2,13.16,2,12.75v-1.5%20c0-0.41,0.34-0.75,0.75-0.75c0.41,0,0.75,0.34,0.75,0.75h1.54c0.15-1.37,0.69-2.61,1.5-3.63L5.45,6.53C5.16,6.81,4.69,6.81,4.4,6.52%20c-0.29-0.29-0.29-0.77,0-1.06L5.46,4.4c0.29-0.29,0.77-0.29,1.06,0c0.29,0.29,0.29,0.77,0,1.06L6.51,5.47L7.6,6.56%20c1.02-0.82,2.26-1.36,3.63-1.51V3.5c-0.41-0.01-0.74-0.34-0.74-0.75C10.5,2.34,10.84,2,11.25,2h1.5c0.41,0,0.75,0.34,0.75,0.75%20c0,0.41-0.34,0.75-0.75,0.75h-0.01v1.54c1.37,0.14,2.62,0.69,3.64,1.51l1.09-1.09c-0.29-0.29-0.28-0.76,0.01-1.05%20c0.29-0.29,0.77-0.29,1.06,0l1.06,1.06c0.29,0.29,0.29,0.77,0,1.06s-0.77,0.29-1.06,0l-0.01-0.01L17.44,7.6%20c0.82,1.02,1.37,2.27,1.52,3.65h1.54c0-0.41,0.34-0.75,0.75-0.75C21.66,10.5,22,10.84,22,11.25z%20M17,12c0-2.76-2.24-5-5-5%20s-5,2.24-5,5s2.24,5,5,5S17,14.76,17,12z%20M12,11c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1s1-0.45,1-1C13,11.45,12.55,11,12,11z%20M15.5,11c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1s1-0.45,1-1C16.5,11.45,16.05,11,15.5,11z%20M13.75,14c-0.55,0-1,0.45-1,1%20c0,0.55,0.45,1,1,1s1-0.45,1-1C14.75,14.45,14.3,14,13.75,14z'/%3e%3c/svg%3e");
}
.icon-create-new-folder[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%206h-8l-2-2H4c-1.11%200-1.99.89-1.99%202L2%2018c0%201.11.89%202%202%202h16c1.11%200%202-.89%202-2V8c0-1.11-.89-2-2-2zm0%2012H4V6h5.17l2%202H20v10zm-8-4h2v2h2v-2h2v-2h-2v-2h-2v2h-2z'/%3e%3c/svg%3e");
}
.icon-credit-card[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%204H4c-1.11%200-1.99.89-1.99%202L2%2018c0%201.11.89%202%202%202h16c1.11%200%202-.89%202-2V6c0-1.11-.89-2-2-2zm0%2014H4v-6h16v6zm0-10H4V6h16v2z'/%3e%3c/svg%3e");
}
.icon-database[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M12%203C7.58%203%204%204.79%204%207V17C4%2019.21%207.59%2021%2012%2021S20%2019.21%2020%2017V7C20%204.79%2016.42%203%2012%203M18%2017C18%2017.5%2015.87%2019%2012%2019S6%2017.5%206%2017V14.77C7.61%2015.55%209.72%2016%2012%2016S16.39%2015.55%2018%2014.77V17M18%2012.45C16.7%2013.4%2014.42%2014%2012%2014C9.58%2014%207.3%2013.4%206%2012.45V9.64C7.47%2010.47%209.61%2011%2012%2011C14.39%2011%2016.53%2010.47%2018%209.64V12.45M12%209C8.13%209%206%207.5%206%207S8.13%205%2012%205C15.87%205%2018%206.5%2018%207S15.87%209%2012%209Z'%20/%3e%3c/svg%3e");
}
.icon-desktop-windows[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M21%202H3c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h7v2H8v2h8v-2h-2v-2h7c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2zm0%2014H3V4h18v12z'/%3e%3c/svg%3e");
}
.icon-domain[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%207V3H2v18h20V7H12zM6%2019H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4%2012H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm10%2012h-8v-2h2v-2h-2v-2h2v-2h-2V9h8v10zm-2-8h-2v2h2v-2zm0%204h-2v2h2v-2z'/%3e%3c/svg%3e");
}
.icon-done[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9%2016.2L4.8%2012l-1.4%201.4L9%2019%2021%207l-1.4-1.4L9%2016.2z'/%3e%3c/svg%3e");
}
.icon-download-done[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M5%2018h14v2H5v-2zm4.6-2.7L5%2010.7l2-1.9%202.6%202.6L17%204l2%202-9.4%209.3z'/%3e%3c/svg%3e");
}
.icon-drive-eta[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M18.92%205.01C18.72%204.42%2018.16%204%2017.5%204h-11c-.66%200-1.21.42-1.42%201.01L3%2011v8c0%20.55.45%201%201%201h1c.55%200%201-.45%201-1v-1h12v1c0%20.55.45%201%201%201h1c.55%200%201-.45%201-1v-8l-2.08-5.99zM6.85%206h10.29l1.04%203H5.81l1.04-3zM19%2016H5v-4.66l.12-.34h13.77l.11.34V16z'/%3e%3ccircle%20cx='7.5'%20cy='13.5'%20r='1.5'/%3e%3ccircle%20cx='16.5'%20cy='13.5'%20r='1.5'/%3e%3c/svg%3e");
}
.icon-email[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M22%206c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6zm-2%200l-8%205-8-5h16zm0%2012H4V8l8%205%208-5v10z'/%3e%3c/svg%3e");
}
.icon-engineering[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M9,15c-2.67,0-8,1.34-8,4v2h16v-2C17,16.34,11.67,15,9,15z%20M3,19c0.22-0.72,3.31-2,6-2c2.7,0,5.8,1.29,6,2H3z'/%3e%3cpath%20d='M4.74,9H5c0,2.21,1.79,4,4,4s4-1.79,4-4h0.26c0.27,0,0.49-0.22,0.49-0.49V8.49c0-0.27-0.22-0.49-0.49-0.49H13%20c0-1.48-0.81-2.75-2-3.45V5.5C11,5.78,10.78,6,10.5,6S10,5.78,10,5.5V4.14C9.68,4.06,9.35,4,9,4S8.32,4.06,8,4.14V5.5%20C8,5.78,7.78,6,7.5,6S7,5.78,7,5.5V4.55C5.81,5.25,5,6.52,5,8H4.74C4.47,8,4.25,8.22,4.25,8.49v0.03C4.25,8.78,4.47,9,4.74,9z%20M11,9c0,1.1-0.9,2-2,2s-2-0.9-2-2H11z'/%3e%3cpath%20d='M21.98,6.23l0.93-0.83l-0.75-1.3l-1.19,0.39c-0.14-0.11-0.3-0.2-0.47-0.27L20.25,3h-1.5L18.5,4.22%20c-0.17,0.07-0.33,0.16-0.48,0.27L16.84,4.1l-0.75,1.3l0.93,0.83C17,6.4,17,6.58,17.02,6.75L16.09,7.6l0.75,1.3l1.2-0.38%20c0.13,0.1,0.28,0.18,0.43,0.25L18.75,10h1.5l0.27-1.22c0.16-0.07,0.3-0.15,0.44-0.25l1.19,0.38l0.75-1.3l-0.93-0.85%20C22,6.57,21.99,6.4,21.98,6.23z%20M19.5,7.75c-0.69,0-1.25-0.56-1.25-1.25s0.56-1.25,1.25-1.25s1.25,0.56,1.25,1.25%20S20.19,7.75,19.5,7.75z'/%3e%3cpath%20d='M19.4,10.79l-0.85,0.28c-0.1-0.08-0.21-0.14-0.33-0.19L18.04,10h-1.07l-0.18,0.87c-0.12,0.05-0.24,0.12-0.34,0.19%20l-0.84-0.28l-0.54,0.93l0.66,0.59c-0.01,0.13-0.01,0.25,0,0.37l-0.66,0.61l0.54,0.93l0.86-0.27c0.1,0.07,0.2,0.13,0.31,0.18%20L16.96,15h1.07l0.19-0.87c0.11-0.05,0.22-0.11,0.32-0.18l0.85,0.27l0.54-0.93l-0.66-0.61c0.01-0.13,0.01-0.25,0-0.37l0.66-0.59%20L19.4,10.79z%20M17.5,13.39c-0.49,0-0.89-0.4-0.89-0.89c0-0.49,0.4-0.89,0.89-0.89s0.89,0.4,0.89,0.89%20C18.39,12.99,17.99,13.39,17.5,13.39z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-expand-less[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%208l-6%206%201.41%201.41L12%2010.83l4.59%204.58L18%2014l-6-6z'/%3e%3c/svg%3e");
}
.icon-expand-more-white[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.icon-expand-more[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'/%3e%3c/svg%3e");
}
.icon-face[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10.25%2013c0%20.69-.56%201.25-1.25%201.25S7.75%2013.69%207.75%2013s.56-1.25%201.25-1.25%201.25.56%201.25%201.25zM15%2011.75c-.69%200-1.25.56-1.25%201.25s.56%201.25%201.25%201.25%201.25-.56%201.25-1.25-.56-1.25-1.25-1.25zm7%20.25c0%205.52-4.48%2010-10%2010S2%2017.52%202%2012%206.48%202%2012%202s10%204.48%2010%2010zM10.66%204.12C12.06%206.44%2014.6%208%2017.5%208c.46%200%20.91-.05%201.34-.12C17.44%205.56%2014.9%204%2012%204c-.46%200-.91.05-1.34.12zM4.42%209.47c1.71-.97%203.03-2.55%203.66-4.44C6.37%206%205.05%207.58%204.42%209.47zM20%2012c0-.78-.12-1.53-.33-2.24-.7.15-1.42.24-2.17.24-3.13%200-5.92-1.44-7.76-3.69C8.69%208.87%206.6%2010.88%204%2011.86c.01.04%200%20.09%200%20.14%200%204.41%203.59%208%208%208s8-3.59%208-8z'/%3e%3c/svg%3e");
}
.icon-feedback[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%202H4c-1.1%200-1.99.9-1.99%202L2%2022l4-4h14c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2zm0%2014H5.17l-.59.59-.58.58V4h16v12zm-9-4h2v2h-2zm0-6h2v4h-2z'/%3e%3c/svg%3e");
}
.icon-file-download[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M18,15v3H6v-3H4v3c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2v-3H18z%20M17,11l-1.41-1.41L13,12.17V4h-2v8.17L8.41,9.59L7,11l5,5%20L17,11z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-file-excel[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M14%202H6C4.89%202%204%202.9%204%204V20C4%2021.11%204.89%2022%206%2022H18C19.11%2022%2020%2021.11%2020%2020V8L14%202M18%2020H6V4H13V9H18V20M12.9%2014.5L15.8%2019H14L12%2015.6L10%2019H8.2L11.1%2014.5L8.2%2010H10L12%2013.4L14%2010H15.8L12.9%2014.5Z'%20/%3e%3c/svg%3e");
}
.icon-file-image[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M14,2L20,8V20A2,2%200%200,1%2018,22H6A2,2%200%200,1%204,20V4A2,2%200%200,1%206,2H14M18,20V9H13V4H6V20H18M17,13V19H7L12,14L14,16M10,10.5A1.5,1.5%200%200,1%208.5,12A1.5,1.5%200%200,1%207,10.5A1.5,1.5%200%200,1%208.5,9A1.5,1.5%200%200,1%2010,10.5Z'%20/%3e%3c/svg%3e");
}
.icon-file-pdf[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M14,2L20,8V20A2,2%200%200,1%2018,22H6A2,2%200%200,1%204,20V4A2,2%200%200,1%206,2H14M18,20V9H13V4H6V20H18M10.92,12.31C10.68,11.54%2010.15,9.08%2011.55,9.04C12.95,9%2012.03,12.16%2012.03,12.16C12.42,13.65%2014.05,14.72%2014.05,14.72C14.55,14.57%2017.4,14.24%2017,15.72C16.57,17.2%2013.5,15.81%2013.5,15.81C11.55,15.95%2010.09,16.47%2010.09,16.47C8.96,18.58%207.64,19.5%207.1,18.61C6.43,17.5%209.23,16.07%209.23,16.07C10.68,13.72%2010.9,12.35%2010.92,12.31M11.57,13.15C11.17,14.45%2010.37,15.84%2010.37,15.84C11.22,15.5%2013.08,15.11%2013.08,15.11C11.94,14.11%2011.59,13.16%2011.57,13.15M14.71,15.32C14.71,15.32%2016.46,15.97%2016.5,15.71C16.57,15.44%2015.17,15.2%2014.71,15.32M9.05,16.81C8.28,17.11%207.54,18.39%207.72,18.39C7.9,18.4%208.63,17.79%209.05,16.81M11.57,11.26C11.57,11.21%2012,9.58%2011.57,9.53C11.27,9.5%2011.56,11.22%2011.57,11.26Z'%20/%3e%3c/svg%3e");
}
.icon-file-upload[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M18,15v3H6v-3H4v3c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2v-3H18z%20M7,9l1.41,1.41L11,7.83V16h2V7.83l2.59,2.58L17,9l-5-5L7,9z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-file-word[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M14%202H6C4.89%202%204%202.9%204%204V20C4%2021.11%204.89%2022%206%2022H18C19.11%2022%2020%2021.11%2020%2020V8L14%202M18%2020H6V4H13V9H18V20M17.35%2010L15.25%2019H13.85L12.05%2012.21L10.25%2019H8.85L6.65%2010H8.15L9.55%2016.81L11.35%2010H12.65L14.45%2016.81L15.85%2010H17.35Z'%20/%3e%3c/svg%3e");
}
.icon-first-page[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%200v24H0V0h24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M18.41%2016.59L13.82%2012l4.59-4.59L17%206l-6%206%206%206%201.41-1.41zM6%206h2v12H6V6z'/%3e%3c/svg%3e");
}
.icon-flag[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M14.4%206L14%204H5v17h2v-7h5.6l.4%202h7V6z'/%3e%3c/svg%3e");
}
.icon-folder-open[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%206h-8l-2-2H4c-1.1%200-1.99.9-1.99%202L2%2018c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V8c0-1.1-.9-2-2-2zm0%2012H4V8h16v10z'/%3e%3c/svg%3e");
}
.icon-folder[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9.17%206l2%202H20v10H4V6h5.17M10%204H4c-1.1%200-1.99.9-1.99%202L2%2018c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V8c0-1.1-.9-2-2-2h-8l-2-2z'/%3e%3c/svg%3e");
}
.icon-format-align-center[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2015v2h10v-2H7zm-4%206h18v-2H3v2zm0-8h18v-2H3v2zm4-6v2h10V7H7zM3%203v2h18V3H3z'/%3e%3c/svg%3e");
}
.icon-format-align-justify[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2021h18v-2H3v2zm0-4h18v-2H3v2zm0-4h18v-2H3v2zm0-4h18V7H3v2zm0-6v2h18V3H3z'/%3e%3c/svg%3e");
}
.icon-format-align-left[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15%2015H3v2h12v-2zm0-8H3v2h12V7zM3%2013h18v-2H3v2zm0%208h18v-2H3v2zM3%203v2h18V3H3z'/%3e%3c/svg%3e");
}
.icon-format-align-right[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2021h18v-2H3v2zm6-4h12v-2H9v2zm-6-4h18v-2H3v2zm6-4h12V7H9v2zM3%203v2h18V3H3z'/%3e%3c/svg%3e");
}
.icon-format-bold[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.6%2010.79c.97-.67%201.65-1.77%201.65-2.79%200-2.26-1.75-4-4-4H7v14h7.04c2.09%200%203.71-1.7%203.71-3.79%200-1.52-.86-2.82-2.15-3.42zM10%206.5h3c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5h-3v-3zm3.5%209H10v-3h3.5c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5z'/%3e%3c/svg%3e");
}
.icon-format-clear[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%208V5H6.39l3%203h1.83l-.55%201.28%202.09%202.1L14.21%208zM3.41%204.86L2%206.27l6.97%206.97L6.5%2019h3l1.57-3.66L16.73%2021l1.41-1.41z'/%3e%3c/svg%3e");
}
.icon-format-color-fill[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M16.56,8.94L7.62,0L6.21,1.41l2.38,2.38L3.44,8.94c-0.59,0.59-0.59,1.54,0,2.12l5.5,5.5C9.23,16.85,9.62,17,10,17%20s0.77-0.15,1.06-0.44l5.5-5.5C17.15,10.48,17.15,9.53,16.56,8.94z%20M5.21,10L10,5.21L14.79,10H5.21z%20M19,11.5c0,0-2,2.17-2,3.5%20c0,1.1,0.9,2,2,2s2-0.9,2-2C21,13.67,19,11.5,19,11.5z%20M2,20h20v4H2V20z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-format-color-text[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M2,20h20v4H2V20z%20M5.49,17h2.42l1.27-3.58h5.65L16.09,17h2.42L13.25,3h-2.5L5.49,17z%20M9.91,11.39l2.03-5.79h0.12l2.03,5.79%20H9.91z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-format-indent-decrease[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%2017h10v-2H11v2zm-8-5l4%204V8l-4%204zm0%209h18v-2H3v2zM3%203v2h18V3H3zm8%206h10V7H11v2zm0%204h10v-2H11v2z'/%3e%3c/svg%3e");
}
.icon-format-indent-increase[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2021h18v-2H3v2zM3%208v8l4-4-4-4zm8%209h10v-2H11v2zM3%203v2h18V3H3zm8%206h10V7H11v2zm0%204h10v-2H11v2z'/%3e%3c/svg%3e");
}
.icon-format-italic[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%204v3h2.21l-3.42%208H6v3h8v-3h-2.21l3.42-8H18V4h-8z'/%3e%3c/svg%3e");
}
.icon-format-list-bulleted[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%2010.5c-.83%200-1.5.67-1.5%201.5s.67%201.5%201.5%201.5%201.5-.67%201.5-1.5-.67-1.5-1.5-1.5zm0-6c-.83%200-1.5.67-1.5%201.5S3.17%207.5%204%207.5%205.5%206.83%205.5%206%204.83%204.5%204%204.5zm0%2012c-.83%200-1.5.68-1.5%201.5s.68%201.5%201.5%201.5%201.5-.68%201.5-1.5-.67-1.5-1.5-1.5zM7%2019h14v-2H7v2zm0-6h14v-2H7v2zm0-8v2h14V5H7z'/%3e%3c/svg%3e");
}
.icon-format-list-checks[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M3,5H9V11H3V5M5,7V9H7V7H5M11,7H21V9H11V7M11,15H21V17H11V15M5,20L1.5,16.5L2.91,15.09L5,17.17L9.59,12.59L11,14L5,20Z'%20/%3e%3c/svg%3e");
}
.icon-format-list-numbered[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z'/%3e%3c/svg%3e");
}
.icon-format-size[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9%204v3h5v12h3V7h5V4H9zm-6%208h3v7h3v-7h3V9H3v3z'/%3e%3c/svg%3e");
}
.icon-format-underlined[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%2017c3.31%200%206-2.69%206-6V3h-2.5v8c0%201.93-1.57%203.5-3.5%203.5S8.5%2012.93%208.5%2011V3H6v8c0%203.31%202.69%206%206%206zm-7%202v2h14v-2H5z'/%3e%3c/svg%3e");
}
.icon-forum[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15%204v7H5.17L4%2012.17V4h11m1-2H3c-.55%200-1%20.45-1%201v14l4-4h10c.55%200%201-.45%201-1V3c0-.55-.45-1-1-1zm5%204h-2v9H6v2c0%20.55.45%201%201%201h11l4%204V7c0-.55-.45-1-1-1z'/%3e%3c/svg%3e");
}
.icon-forward[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M12%208V4l8%208-8%208v-4H4V8z'/%3e%3c/svg%3e");
}
.icon-fullscreen-exit[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M5%2016h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6%2011h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z'/%3e%3c/svg%3e");
}
.icon-fullscreen[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2014H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12%207h-3v2h5v-5h-2v3zM14%205v2h3v3h2V5h-5z'/%3e%3c/svg%3e");
}
.icon-grade-outline[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%207.13l.97%202.29.47%201.11%201.2.1%202.47.21-1.88%201.63-.91.79.27%201.18.56%202.41-2.12-1.28-1.03-.64-1.03.62-2.12%201.28.56-2.41.27-1.18-.91-.79-1.88-1.63%202.47-.21%201.2-.1.47-1.11.97-2.27M12%202L9.19%208.63%202%209.24l5.46%204.73L5.82%2021%2012%2017.27%2018.18%2021l-1.64-7.03L22%209.24l-7.19-.61L12%202z'/%3e%3c/svg%3e");
}
.icon-grade[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M12%2017.27L18.18%2021l-1.64-7.03L22%209.24l-7.19-.61L12%202%209.19%208.63%202%209.24l5.46%204.73L5.82%2021z'/%3e%3c/svg%3e");
}
.icon-groups[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3cg%3e%3cpath%20d='M4,13c1.1,0,2-0.9,2-2c0-1.1-0.9-2-2-2s-2,0.9-2,2C2,12.1,2.9,13,4,13z%20M5.13,14.1C4.76,14.04,4.39,14,4,14%20c-0.99,0-1.93,0.21-2.78,0.58C0.48,14.9,0,15.62,0,16.43V18l4.5,0v-1.61C4.5,15.56,4.73,14.78,5.13,14.1z%20M20,13c1.1,0,2-0.9,2-2%20c0-1.1-0.9-2-2-2s-2,0.9-2,2C18,12.1,18.9,13,20,13z%20M24,16.43c0-0.81-0.48-1.53-1.22-1.85C21.93,14.21,20.99,14,20,14%20c-0.39,0-0.76,0.04-1.13,0.1c0.4,0.68,0.63,1.46,0.63,2.29V18l4.5,0V16.43z%20M16.24,13.65c-1.17-0.52-2.61-0.9-4.24-0.9%20c-1.63,0-3.07,0.39-4.24,0.9C6.68,14.13,6,15.21,6,16.39V18h12v-1.61C18,15.21,17.32,14.13,16.24,13.65z%20M8.07,16%20c0.09-0.23,0.13-0.39,0.91-0.69c0.97-0.38,1.99-0.56,3.02-0.56s2.05,0.18,3.02,0.56c0.77,0.3,0.81,0.46,0.91,0.69H8.07z%20M12,8%20c0.55,0,1,0.45,1,1s-0.45,1-1,1s-1-0.45-1-1S11.45,8,12,8%20M12,6c-1.66,0-3,1.34-3,3c0,1.66,1.34,3,3,3s3-1.34,3-3%20C15,7.34,13.66,6,12,6L12,6z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-headphones[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M12,3c-4.97,0-9,4.03-9,9v7c0,1.1,0.9,2,2,2h4v-8H5v-1c0-3.87,3.13-7,7-7s7,3.13,7,7v1h-4v8h4c1.1,0,2-0.9,2-2v-7%20C21,7.03,16.97,3,12,3z%20M7,15v4H5v-4H7z%20M19,19h-2v-4h2V19z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-help[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M11%2018h2v-2h-2v2zm1-16C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm0-14c-2.21%200-4%201.79-4%204h2c0-1.1.9-2%202-2s2%20.9%202%202c0%202-3%201.75-3%205h2c0-2.25%203-2.5%203-5%200-2.21-1.79-4-4-4z'/%3e%3c/svg%3e");
}
.icon-highlight-off-white[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.59%208L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208zM12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.icon-highlight-off[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.59%208L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208zM12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");
}
.icon-home[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%205.69l5%204.5V18h-2v-6H9v6H7v-7.81l5-4.5M12%203L2%2012h3v8h6v-6h2v6h6v-8h3L12%203z'/%3e%3c/svg%3e");
}
.icon-hourglass-empty[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M6%202v6h.01L6%208.01%2010%2012l-4%204%20.01.01H6V22h12v-5.99h-.01L18%2016l-4-4%204-3.99-.01-.01H18V2H6zm10%2014.5V20H8v-3.5l4-4%204%204zm-4-5l-4-4V4h8v3.5l-4%204z'/%3e%3c/svg%3e");
}
.icon-how-to-reg[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%2012c2.21%200%204-1.79%204-4s-1.79-4-4-4-4%201.79-4%204%201.79%204%204%204zm0-6c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2zM5%2018c.2-.63%202.57-1.68%204.96-1.94l2.04-2c-.39-.04-.68-.06-1-.06-2.67%200-8%201.34-8%204v2h9l-2-2H5zm15.6-5.5l-5.13%205.17-2.07-2.08L12%2017l3.47%203.5L22%2013.91z'/%3e%3c/svg%3e");
}
.icon-info-white[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.1.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20enable-background='new%200%200%2024%2024'%20xml:space='preserve'%3e%3cg%20id='Bounding_Boxes'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_3'%20display='none'%3e%3c/g%3e%3cpath%20fill='none'%20d='M0,0h24v24H0V0z'/%3e%3c/g%3e%3cg%20id='Rounded'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_5'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,17L12,17c-0.55,0-1-0.45-1-1v-4%20c0-0.55,0.45-1,1-1h0c0.55,0,1,0.45,1,1v4C13,16.55,12.55,17,12,17z%20M13,9h-2V7h2V9z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Sharp'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_4'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M13,17h-2v-6h2V17z%20M13,9h-2V7h2V9z'%20/%3e%3c/g%3e%3c/g%3e%3cg%20id='Outline'%20fill='%23ffffff'%3e%3cg%20id='ui_x5F_spec_x5F_header'%20display='none'%3e%3c/g%3e%3cg%3e%3crect%20x='11'%20y='7'%20width='2'%20height='2'/%3e%3crect%20x='11'%20y='11'%20width='2'%20height='6'/%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20c0-4.41,3.59-8,8-8s8,3.59,8,8C20,16.41,16.41,20,12,20z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Duotone'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_2'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20opacity='0.3'%20d='M12,4c-4.41,0-8,3.59-8,8c0,4.41,3.59,8,8,8s8-3.59,8-8C20,7.59,16.41,4,12,4z%20M13,17h-2v-6h2V17z%20M13,9h-2%20V7h2V9z'/%3e%3crect%20x='11'%20y='7'%20width='2'%20height='2'/%3e%3crect%20x='11'%20y='11'%20width='2'%20height='6'/%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20c0-4.41,3.59-8,8-8s8,3.59,8,8C20,16.41,16.41,20,12,20z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Material'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M13,17h-2v-6h2V17z%20M13,9h-2V7h2V9z'%20/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-info[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%207h2v2h-2zm0%204h2v6h-2zm1-9C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");
}
.icon-insert-drive-file[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14%202H6c-1.1%200-1.99.9-1.99%202L4%2020c0%201.1.89%202%201.99%202H18c1.1%200%202-.9%202-2V8l-6-6zM6%2020V4h7v5h5v11H6z'/%3e%3c/svg%3e");
}
.icon-insert-invitation[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%203h-1V1h-2v2H8V1H6v2H5c-1.11%200-1.99.9-1.99%202L3%2019c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm0%2016H5V9h14v10zm0-12H5V5h14v2zm-2%205h-5v5h5v-5z'/%3e%3c/svg%3e");
}
.icon-language[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11.99%202C6.47%202%202%206.48%202%2012s4.47%2010%209.99%2010C17.52%2022%2022%2017.52%2022%2012S17.52%202%2011.99%202zm6.93%206h-2.95c-.32-1.25-.78-2.45-1.38-3.56%201.84.63%203.37%201.91%204.33%203.56zM12%204.04c.83%201.2%201.48%202.53%201.91%203.96h-3.82c.43-1.43%201.08-2.76%201.91-3.96zM4.26%2014C4.1%2013.36%204%2012.69%204%2012s.1-1.36.26-2h3.38c-.08.66-.14%201.32-.14%202s.06%201.34.14%202H4.26zm.82%202h2.95c.32%201.25.78%202.45%201.38%203.56-1.84-.63-3.37-1.9-4.33-3.56zm2.95-8H5.08c.96-1.66%202.49-2.93%204.33-3.56C8.81%205.55%208.35%206.75%208.03%208zM12%2019.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43%201.43-1.08%202.76-1.91%203.96zM14.34%2014H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16%201.32.16%202s-.07%201.34-.16%202zm.25%205.56c.6-1.11%201.06-2.31%201.38-3.56h2.95c-.96%201.65-2.49%202.93-4.33%203.56zM16.36%2014c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26%201.31.26%202s-.1%201.36-.26%202h-3.38z'/%3e%3c/svg%3e");
}
.icon-laptop[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'%20x='0'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M20,18c1.1,0,2-0.9,2-2V6c0-1.1-0.9-2-2-2H4C2.9,4,2,4.9,2,6v10c0,1.1,0.9,2,2,2H0v2h24v-2H20z%20M4,6h16v10H4V6z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-last-page[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M5.59%207.41L10.18%2012l-4.59%204.59L7%2018l6-6-6-6-1.41%201.41zM16%206h2v12h-2V6z'/%3e%3c/svg%3e");
}
.icon-link[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M17%207h-4v2h4c1.65%200%203%201.35%203%203s-1.35%203-3%203h-4v2h4c2.76%200%205-2.24%205-5s-2.24-5-5-5zm-6%208H7c-1.65%200-3-1.35-3-3s1.35-3%203-3h4V7H7c-2.76%200-5%202.24-5%205s2.24%205%205%205h4v-2zm-3-4h8v2H8z'/%3e%3c/svg%3e");
}
.icon-list-alt[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%207h6v2h-6zm0%204h6v2h-6zm0%204h6v2h-6zM7%207h2v2H7zm0%204h2v2H7zm0%204h2v2H7zM20.1%203H3.9c-.5%200-.9.4-.9.9v16.2c0%20.4.4.9.9.9h16.2c.4%200%20.9-.5.9-.9V3.9c0-.5-.5-.9-.9-.9zM19%2019H5V5h14v14z'/%3e%3c/svg%3e");
}
.icon-local-shipping[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%208h-3V4H3c-1.1%200-2%20.9-2%202v11h2c0%201.66%201.34%203%203%203s3-1.34%203-3h6c0%201.66%201.34%203%203%203s3-1.34%203-3h2v-5l-3-4zm-.5%201.5l1.96%202.5H17V9.5h2.5zM6%2018c-.55%200-1-.45-1-1s.45-1%201-1%201%20.45%201%201-.45%201-1%201zm2.22-3c-.55-.61-1.33-1-2.22-1s-1.67.39-2.22%201H3V6h12v9H8.22zM18%2018c-.55%200-1-.45-1-1s.45-1%201-1%201%20.45%201%201-.45%201-1%201z'/%3e%3c/svg%3e");
}
.icon-location-on[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C8.13%202%205%205.13%205%209c0%205.25%207%2013%207%2013s7-7.75%207-13c0-3.87-3.13-7-7-7zM7%209c0-2.76%202.24-5%205-5s5%202.24%205%205c0%202.88-2.88%207.19-5%209.88C9.92%2016.21%207%2011.85%207%209z'/%3e%3ccircle%20cx='12'%20cy='9'%20r='2.5'/%3e%3c/svg%3e");
}
.icon-lock-open[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M18%208h-1V6c0-2.76-2.24-5-5-5S7%203.24%207%206h2c0-1.66%201.34-3%203-3s3%201.34%203%203v2H6c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2V10c0-1.1-.9-2-2-2zm0%2012H6V10h12v10zm-6-3c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202z'/%3e%3c/svg%3e");
}
.icon-lock[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%20fill='none'%3e%3cpath%20d='M0%200h24v24H0V0z'/%3e%3cpath%20d='M0%200h24v24H0V0z'%20opacity='.87'/%3e%3c/g%3e%3cpath%20d='M18%208h-1V6c0-2.76-2.24-5-5-5S7%203.24%207%206v2H6c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2V10c0-1.1-.9-2-2-2zM9%206c0-1.66%201.34-3%203-3s3%201.34%203%203v2H9V6zm9%2014H6V10h12v10zm-6-3c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202z'/%3e%3c/svg%3e");
}
.icon-map[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M20.5,3L20.34,3.03L15,5.1L9,3L3.36,4.9C3.15,4.97%203,5.15%203,5.38V20.5A0.5,0.5%200%200,0%203.5,21L3.66,20.97L9,18.9L15,21L20.64,19.1C20.85,19.03%2021,18.85%2021,18.62V3.5A0.5,0.5%200%200,0%2020.5,3M10,5.47L14,6.87V18.53L10,17.13V5.47M5,6.46L8,5.45V17.15L5,18.31V6.46M19,17.54L16,18.55V6.86L19,5.7V17.54Z'%20/%3e%3c/svg%3e");
}
.icon-menu[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2018h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'/%3e%3c/svg%3e");
}
.icon-mode[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.06%209.02l.92.92L5.92%2019H5v-.92l9.06-9.06M17.66%203c-.25%200-.51.1-.7.29l-1.83%201.83%203.75%203.75%201.83-1.83c.39-.39.39-1.02%200-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29zm-3.6%203.19L3%2017.25V21h3.75L17.81%209.94l-3.75-3.75z'/%3e%3c/svg%3e");
}
.icon-more-horiz[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M6%2010c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2zm12%200c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2zm-6%200c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2z'/%3e%3c/svg%3e");
}
.icon-more-vert[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%208c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202zm0%202c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2zm0%206c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2z'/%3e%3c/svg%3e");
}
.icon-mouse[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%209c-.04-4.39-3.6-7.93-8-7.93S4.04%204.61%204%209v6c0%204.42%203.58%208%208%208s8-3.58%208-8V9zm-2%200h-5V3.16c2.81.47%204.96%202.9%205%205.84zm-7-5.84V9H6c.04-2.94%202.19-5.37%205-5.84zM18%2015c0%203.31-2.69%206-6%206s-6-2.69-6-6v-4h12v4z'/%3e%3c/svg%3e");
}
.icon-note-add[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M13%2011h-2v3H8v2h3v3h2v-3h3v-2h-3zm1-9H6c-1.1%200-2%20.9-2%202v16c0%201.1.89%202%201.99%202H18c1.1%200%202-.9%202-2V8l-6-6zm4%2018H6V4h7v5h5v11z'/%3e%3c/svg%3e");
}
.icon-notifications[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%2022c1.1%200%202-.9%202-2h-4c0%201.1.9%202%202%202zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5v.68C7.64%205.36%206%207.92%206%2011v5l-2%202v1h16v-1l-2-2zm-2%201H8v-6c0-2.48%201.51-4.5%204-4.5s4%202.02%204%204.5v6z'/%3e%3c/svg%3e");
}
.icon-open-in-new[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2019H5V5h7V3H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2v-7h-2v7zM14%203v2h3.59l-9.83%209.83%201.41%201.41L19%206.41V10h2V3h-7z'/%3e%3c/svg%3e");
}
.icon-open-with[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%209h4V6h3l-5-5-5%205h3v3zm-1%201H6V7l-5%205%205%205v-3h3v-4zm14%202l-5-5v3h-3v4h3v3l5-5zm-9%203h-4v3H7l5%205%205-5h-3v-3z'/%3e%3c/svg%3e");
}
.icon-outlined-flag[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M14%206l-1-2H5v17h2v-7h5l1%202h7V6h-6zm4%208h-4l-1-2H7V6h5l1%202h5v6z'/%3e%3c/svg%3e");
}
.icon-palette[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%2022C6.49%2022%202%2017.51%202%2012S6.49%202%2012%202s10%204.04%2010%209c0%203.31-2.69%206-6%206h-1.77c-.28%200-.5.22-.5.5%200%20.12.05.23.13.33.41.47.64%201.06.64%201.67%200%201.38-1.12%202.5-2.5%202.5zm0-18c-4.41%200-8%203.59-8%208s3.59%208%208%208c.28%200%20.5-.22.5-.5%200-.16-.08-.28-.14-.35-.41-.46-.63-1.05-.63-1.65%200-1.38%201.12-2.5%202.5-2.5H16c2.21%200%204-1.79%204-4%200-3.86-3.59-7-8-7z'/%3e%3ccircle%20cx='6.5'%20cy='11.5'%20r='1.5'/%3e%3ccircle%20cx='9.5'%20cy='7.5'%20r='1.5'/%3e%3ccircle%20cx='14.5'%20cy='7.5'%20r='1.5'/%3e%3ccircle%20cx='17.5'%20cy='11.5'%20r='1.5'/%3e%3c/svg%3e");
}
.icon-payments[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3cpath%20d='M19,14V6c0-1.1-0.9-2-2-2H3C1.9,4,1,4.9,1,6v8c0,1.1,0.9,2,2,2h14C18.1,16,19,15.1,19,14z%20M17,14H3V6h14V14z%20M10,7%20c-1.66,0-3,1.34-3,3s1.34,3,3,3s3-1.34,3-3S11.66,7,10,7z%20M23,7v11c0,1.1-0.9,2-2,2H4c0-1,0-0.9,0-2h17V7C22.1,7,22,7,23,7z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-people-alt[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg/%3e%3cg%3e%3cpath%20d='M16.67,13.13C18.04,14.06,19,15.32,19,17v3h4v-3C23,14.82,19.43,13.53,16.67,13.13z'/%3e%3cpath%20d='M15,12c2.21,0,4-1.79,4-4c0-2.21-1.79-4-4-4c-0.47,0-0.91,0.1-1.33,0.24C14.5,5.27,15,6.58,15,8s-0.5,2.73-1.33,3.76%20C14.09,11.9,14.53,12,15,12z'/%3e%3cpath%20d='M9,12c2.21,0,4-1.79,4-4c0-2.21-1.79-4-4-4S5,5.79,5,8C5,10.21,6.79,12,9,12z%20M9,6c1.1,0,2,0.9,2,2c0,1.1-0.9,2-2,2%20S7,9.1,7,8C7,6.9,7.9,6,9,6z'/%3e%3cpath%20d='M9,13c-2.67,0-8,1.34-8,4v3h16v-3C17,14.34,11.67,13,9,13z%20M15,18H3l0-0.99C3.2,16.29,6.3,15,9,15s5.8,1.29,6,2V18z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-person-add-alt-1[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M13,8c0-2.21-1.79-4-4-4S5,5.79,5,8s1.79,4,4,4S13,10.21,13,8z%20M11,8c0,1.1-0.9,2-2,2S7,9.1,7,8s0.9-2,2-2S11,6.9,11,8z%20M1,18v2h16v-2c0-2.66-5.33-4-8-4S1,15.34,1,18z%20M3,18c0.2-0.71,3.3-2,6-2c2.69,0,5.78,1.28,6,2H3z%20M20,15v-3h3v-2h-3V7h-2v3h-3v2%20h3v3H20z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-person-remove[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M14,8c0-2.21-1.79-4-4-4C7.79,4,6,5.79,6,8c0,2.21,1.79,4,4,4C12.21,12,14,10.21,14,8z%20M12,8c0,1.1-0.9,2-2,2%20c-1.1,0-2-0.9-2-2s0.9-2,2-2C11.1,6,12,6.9,12,8z'/%3e%3cpath%20d='M2,18v2h16v-2c0-2.66-5.33-4-8-4C7.33,14,2,15.34,2,18z%20M4,18c0.2-0.71,3.3-2,6-2c2.69,0,5.77,1.28,6,2H4z'/%3e%3crect%20height='2'%20width='6'%20x='17'%20y='10'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-person[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%206c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2m0%2010c2.7%200%205.8%201.29%206%202H6c.23-.72%203.31-2%206-2m0-12C9.79%204%208%205.79%208%208s1.79%204%204%204%204-1.79%204-4-1.79-4-4-4zm0%2010c-2.67%200-8%201.34-8%204v2h16v-2c0-2.66-5.33-4-8-4z'/%3e%3c/svg%3e");
}
.icon-phone-iphone[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.5%201h-8C6.12%201%205%202.12%205%203.5v17C5%2021.88%206.12%2023%207.5%2023h8c1.38%200%202.5-1.12%202.5-2.5v-17C18%202.12%2016.88%201%2015.5%201zm-4%2021c-.83%200-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5%201.5.67%201.5%201.5-.67%201.5-1.5%201.5zm4.5-4H7V4h9v14z'/%3e%3c/svg%3e");
}
.icon-photo-camera[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.12%204l1.83%202H20v12H4V6h4.05l1.83-2h4.24M15%202H9L7.17%204H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6c0-1.1-.9-2-2-2h-3.17L15%202zm-3%207c1.65%200%203%201.35%203%203s-1.35%203-3%203-3-1.35-3-3%201.35-3%203-3m0-2c-2.76%200-5%202.24-5%205s2.24%205%205%205%205-2.24%205-5-2.24-5-5-5z'/%3e%3c/svg%3e");
}
.icon-playlist-add-check[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3crect%20height='2'%20width='11'%20x='3'%20y='10'/%3e%3crect%20height='2'%20width='11'%20x='3'%20y='6'/%3e%3crect%20height='2'%20width='7'%20x='3'%20y='14'/%3e%3cpolygon%20points='20.59,11.93%2016.34,16.17%2014.22,14.05%2012.81,15.46%2016.34,19%2022,13.34'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-playlist-add[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M14,10H3v2h11V10z%20M14,6H3v2h11V6z%20M18,14v-4h-2v4h-4v2h4v4h2v-4h4v-2H18z%20M3,16h7v-2H3V16z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-print[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%208h-1V3H6v5H5c-1.66%200-3%201.34-3%203v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zM8%205h8v3H8V5zm8%2012v2H8v-4h8v2zm2-2v-2H6v2H4v-4c0-.55.45-1%201-1h14c.55%200%201%20.45%201%201v4h-2z'/%3e%3ccircle%20cx='18'%20cy='11.5'%20r='1'/%3e%3c/svg%3e");
}
.icon-query-builder[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11.99%202C6.47%202%202%206.48%202%2012s4.47%2010%209.99%2010C17.52%2022%2022%2017.52%2022%2012S17.52%202%2011.99%202zM12%2020c-4.42%200-8-3.58-8-8s3.58-8%208-8%208%203.58%208%208-3.58%208-8%208zm.5-13H11v6l5.25%203.15.75-1.23-4.5-2.67z'/%3e%3c/svg%3e");
}
.icon-refresh[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M17.65%206.35C16.2%204.9%2014.21%204%2012%204c-4.42%200-7.99%203.58-7.99%208s3.57%208%207.99%208c3.73%200%206.84-2.55%207.73-6h-2.08c-.82%202.33-3.04%204-5.65%204-3.31%200-6-2.69-6-6s2.69-6%206-6c1.66%200%203.14.69%204.22%201.78L13%2011h7V4l-2.35%202.35z'/%3e%3c/svg%3e");
}
.icon-remove[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'/%3e%3c/svg%3e");
}
.icon-reply[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%209V5l-7%207%207%207v-4.1c5%200%208.5%201.6%2011%205.1-1-5-4-10-11-11z'/%3e%3c/svg%3e");
}
.icon-report-problem[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%205.99L19.53%2019H4.47L12%205.99M12%202L1%2021h22L12%202zm1%2014h-2v2h2v-2zm0-6h-2v4h2v-4z'/%3e%3c/svg%3e");
}
.icon-save[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M17%203H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2V7l-4-4zm2%2016H5V5h11.17L19%207.83V19zm-7-7c-1.66%200-3%201.34-3%203s1.34%203%203%203%203-1.34%203-3-1.34-3-3-3zM6%206h9v4H6z'/%3e%3c/svg%3e");
}
.icon-school[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%203L1%209l4%202.18v6L12%2021l7-3.82v-6l2-1.09V17h2V9L12%203zm6.82%206L12%2012.72%205.18%209%2012%205.28%2018.82%209zM17%2015.99l-5%202.73-5-2.73v-3.72L12%2015l5-2.73v3.72z'/%3e%3c/svg%3e");
}
.icon-science[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M13,11.33L18,18H6l5-6.67V6h2%20M15.96,4H8.04C7.62,4,7.39,4.48,7.65,4.81L9,6.5v4.17L3.2,18.4C2.71,19.06,3.18,20,4,20h16%20c0.82,0,1.29-0.94,0.8-1.6L15,10.67V6.5l1.35-1.69C16.61,4.48,16.38,4,15.96,4L15.96,4z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-search[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014z'/%3e%3c/svg%3e");
}
.icon-send[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4.01%206.03l7.51%203.22-7.52-1%20.01-2.22m7.5%208.72L4%2017.97v-2.22l7.51-1M2.01%203L2%2010l15%202-15%202%20.01%207L23%2012%202.01%203z'/%3e%3c/svg%3e");
}
.icon-settings[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19.43%2012.98c.04-.32.07-.64.07-.98%200-.34-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.09-.16-.26-.25-.44-.25-.06%200-.12.01-.17.03l-2.49%201c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46%202.18%2014.25%202%2014%202h-4c-.25%200-.46.18-.49.42l-.38%202.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.06-.02-.12-.03-.18-.03-.17%200-.34.09-.43.25l-2%203.46c-.13.22-.07.49.12.64l2.11%201.65c-.04.32-.07.65-.07.98%200%20.33.03.66.07.98l-2.11%201.65c-.19.15-.24.42-.12.64l2%203.46c.09.16.26.25.44.25.06%200%20.12-.01.17-.03l2.49-1c.52.4%201.08.73%201.69.98l.38%202.65c.03.24.24.42.49.42h4c.25%200%20.46-.18.49-.42l.38-2.65c.61-.25%201.17-.59%201.69-.98l2.49%201c.06.02.12.03.18.03.17%200%20.34-.09.43-.25l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zm-1.98-1.71c.04.31.05.52.05.73%200%20.21-.02.43-.05.73l-.14%201.13.89.7%201.08.84-.7%201.21-1.27-.51-1.04-.42-.9.68c-.43.32-.84.56-1.25.73l-1.06.43-.16%201.13-.2%201.35h-1.4l-.19-1.35-.16-1.13-1.06-.43c-.43-.18-.83-.41-1.23-.71l-.91-.7-1.06.43-1.27.51-.7-1.21%201.08-.84.89-.7-.14-1.13c-.03-.31-.05-.54-.05-.74s.02-.43.05-.73l.14-1.13-.89-.7-1.08-.84.7-1.21%201.27.51%201.04.42.9-.68c.43-.32.84-.56%201.25-.73l1.06-.43.16-1.13.2-1.35h1.39l.19%201.35.16%201.13%201.06.43c.43.18.83.41%201.23.71l.91.7%201.06-.43%201.27-.51.7%201.21-1.07.85-.89.7.14%201.13zM12%208c-2.21%200-4%201.79-4%204s1.79%204%204%204%204-1.79%204-4-1.79-4-4-4zm0%206c-1.1%200-2-.9-2-2s.9-2%202-2%202%20.9%202%202-.9%202-2%202z'/%3e%3c/svg%3e");
}
.icon-share[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M18%2016.08c-.76%200-1.44.3-1.96.77L8.91%2012.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5%201.25.81%202.04.81%201.66%200%203-1.34%203-3s-1.34-3-3-3-3%201.34-3%203c0%20.24.04.47.09.7L8.04%209.81C7.5%209.31%206.79%209%206%209c-1.66%200-3%201.34-3%203s1.34%203%203%203c.79%200%201.5-.31%202.04-.81l7.12%204.16c-.05.21-.08.43-.08.65%200%201.61%201.31%202.92%202.92%202.92s2.92-1.31%202.92-2.92c0-1.61-1.31-2.92-2.92-2.92zM18%204c.55%200%201%20.45%201%201s-.45%201-1%201-1-.45-1-1%20.45-1%201-1zM6%2013c-.55%200-1-.45-1-1s.45-1%201-1%201%20.45%201%201-.45%201-1%201zm12%207.02c-.55%200-1-.45-1-1s.45-1%201-1%201%20.45%201%201-.45%201-1%201z'/%3e%3c/svg%3e");
}
.icon-shopping-cart[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.55%2013c.75%200%201.41-.41%201.75-1.03l3.58-6.49c.37-.66-.11-1.48-.87-1.48H5.21l-.94-2H1v2h2l3.6%207.59-1.35%202.44C4.52%2015.37%205.48%2017%207%2017h12v-2H7l1.1-2h7.45zM6.16%206h12.15l-2.76%205H8.53L6.16%206zM7%2018c-1.1%200-1.99.9-1.99%202S5.9%2022%207%2022s2-.9%202-2-.9-2-2-2zm10%200c-1.1%200-1.99.9-1.99%202s.89%202%201.99%202%202-.9%202-2-.9-2-2-2z'/%3e%3c/svg%3e");
}
.icon-sort-ascending[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20d='M13%2018H17V16H13V18ZM13%206V8H23V6H13ZM13%2013H20V11H13V13Z'%20fill='black'/%3e%3cpath%20d='M6%202L2%206L5%206L5%2021L7%2021L7%206L10%206L6%202Z'%20fill='black'/%3e%3c/svg%3e");
}
.icon-sort-by-alpha[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.94%204.66h-4.72l2.36-2.36%202.36%202.36zm-4.69%2014.71h4.66l-2.33%202.33-2.33-2.33zM6.1%206.27L1.6%2017.73h1.84l.92-2.45h5.11l.92%202.45h1.84L7.74%206.27H6.1zm-1.13%207.37l1.94-5.18%201.94%205.18H4.97zm10.76%202.5h6.12v1.59h-8.53v-1.29l5.92-8.56h-5.88v-1.6h8.3v1.26l-5.93%208.6z'/%3e%3c/svg%3e");
}
.icon-sort-default[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13%2018H17V16H13V18ZM13%206V8H23V6H13ZM13%2013H20V11H13V13Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2%206L6%202L10%206L7%206L7%2018L10%2018L7%2021L6%2022L5%2021L2%2018L5%2018L5%206L2%206Z'%20fill='black'/%3e%3c/svg%3e");
}
.icon-sort-descending[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13%2018H17V16H13V18ZM13%206V8H23V6H13ZM13%2013H20V11H13V13Z'%20fill='black'/%3e%3cpath%20d='M6%2022L10%2018L7%2018L7%203L5%203L5%2018L2%2018L6%2022Z'%20fill='black'/%3e%3c/svg%3e");
}
.icon-sort-table-ascending[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='%231A1A1A'%20d='M17.9,10.5L12,4.6l-5.9,5.9H17.9z'/%3e%3c/svg%3e");
}
.icon-sort-table-descending[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='%231A1A1A'%20d='M6.1,13.5l5.9,5.9l5.9-5.9H6.1z'/%3e%3c/svg%3e");
}
.icon-sort-table-none[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='%231A1A1A'%20d='M17.9,10.5L12,4.6l-5.9,5.9H17.9z%20M12,6.7L14.3,9H9.7L12,6.7z'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='%231A1A1A'%20d='M6.1,13.5l5.9,5.9l5.9-5.9H6.1z%20M12,17.3L9.7,15h4.7L12,17.3z'/%3e%3c/svg%3e");
}
.icon-sort[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2018h6v-2H3v2zM3%206v2h18V6H3zm0%207h12v-2H3v2z'/%3e%3c/svg%3e");
}
.icon-subdirectory-arrow-left[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%209l1.42%201.42L8.83%2014H18V4h2v12H8.83l3.59%203.58L11%2021l-6-6%206-6z'/%3e%3c/svg%3e");
}
.icon-subdirectory-arrow-right[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M19%2015l-6%206-1.42-1.42L15.17%2016H4V4h2v10h9.17l-3.59-3.58L13%209l6%206z'/%3e%3c/svg%3e");
}
.icon-support-agent[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M21,12.22C21,6.73,16.74,3,12,3c-4.69,0-9,3.65-9,9.28C2.4,12.62,2,13.26,2,14v2c0,1.1,0.9,2,2,2h1v-6.1%20c0-3.87,3.13-7,7-7s7,3.13,7,7V19h-8v2h8c1.1,0,2-0.9,2-2v-1.22c0.59-0.31,1-0.92,1-1.64v-2.3C22,13.14,21.59,12.53,21,12.22z'/%3e%3ccircle%20cx='9'%20cy='13'%20r='1'/%3e%3ccircle%20cx='15'%20cy='13'%20r='1'/%3e%3cpath%20d='M18,11.03C17.52,8.18,15.04,6,12.05,6c-3.03,0-6.29,2.51-6.03,6.45c2.47-1.01,4.33-3.21,4.86-5.89%20C12.19,9.19,14.88,11,18,11.03z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-text-format[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M5%2017v2h14v-2H5zm4.5-4.2h5l.9%202.2h2.1L12.75%204h-1.5L6.5%2015h2.1l.9-2.2zM12%205.98L13.87%2011h-3.74L12%205.98z'/%3e%3c/svg%3e");
}
.icon-trash-can[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M9,3V4H4V6H5V19A2,2%200%200,0%207,21H17A2,2%200%200,0%2019,19V6H20V4H15V3H9M7,6H17V19H7V6M9,8V17H11V8H9M13,8V17H15V8H13Z'%20/%3e%3c/svg%3e");
}
.icon-tune[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2017v2h6v-2H3zM3%205v2h10V5H3zm10%2016v-2h8v-2h-8v-2h-2v6h2zM7%209v2H3v2h4v2h2V9H7zm14%204v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z'/%3e%3c/svg%3e");
}
.icon-vertical-split[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2013h8v2H3zm0%204h8v2H3zm0-8h8v2H3zm0-4h8v2H3zm16%202v10h-4V7h4m2-2h-8v14h8V5z'/%3e%3c/svg%3e");
}
.icon-videocam[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15%208v8H5V8h10m1-2H4c-.55%200-1%20.45-1%201v10c0%20.55.45%201%201%201h12c.55%200%201-.45%201-1v-3.5l4%204v-11l-4%204V7c0-.55-.45-1-1-1z'/%3e%3c/svg%3e");
}
.icon-view-headline[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%2015h16v-2H4v2zm0%204h16v-2H4v2zm0-8h16V9H4v2zm0-6v2h16V5H4z'/%3e%3c/svg%3e");
}
.icon-visibility-off[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0zm0%200h24v24H0V0zm0%200h24v24H0V0zm0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%206c3.79%200%207.17%202.13%208.82%205.5-.59%201.22-1.42%202.27-2.41%203.12l1.41%201.41c1.39-1.23%202.49-2.77%203.18-4.53C21.27%207.11%2017%204%2012%204c-1.27%200-2.49.2-3.64.57l1.65%201.65C10.66%206.09%2011.32%206%2012%206zm-1.07%201.14L13%209.21c.57.25%201.03.71%201.28%201.28l2.07%202.07c.08-.34.14-.7.14-1.07C16.5%209.01%2014.48%207%2012%207c-.37%200-.72.05-1.07.14zM2.01%203.87l2.68%202.68C3.06%207.83%201.77%209.53%201%2011.5%202.73%2015.89%207%2019%2012%2019c1.52%200%202.98-.29%204.32-.82l3.42%203.42%201.41-1.41L3.42%202.45%202.01%203.87zm7.5%207.5l2.61%202.61c-.04.01-.08.02-.12.02-1.38%200-2.5-1.12-2.5-2.5%200-.05.01-.08.01-.13zm-3.4-3.4l1.75%201.75c-.23.55-.36%201.15-.36%201.78%200%202.48%202.02%204.5%204.5%204.5.63%200%201.23-.13%201.77-.36l.98.98c-.88.24-1.8.38-2.75.38-3.79%200-7.17-2.13-8.82-5.5.7-1.43%201.72-2.61%202.93-3.53z'/%3e%3c/svg%3e");
}
.icon-visibility[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%206c3.79%200%207.17%202.13%208.82%205.5C19.17%2014.87%2015.79%2017%2012%2017s-7.17-2.13-8.82-5.5C4.83%208.13%208.21%206%2012%206m0-2C7%204%202.73%207.11%201%2011.5%202.73%2015.89%207%2019%2012%2019s9.27-3.11%2011-7.5C21.27%207.11%2017%204%2012%204zm0%205c1.38%200%202.5%201.12%202.5%202.5S13.38%2014%2012%2014s-2.5-1.12-2.5-2.5S10.62%209%2012%209m0-2c-2.48%200-4.5%202.02-4.5%204.5S9.52%2016%2012%2016s4.5-2.02%204.5-4.5S14.48%207%2012%207z'/%3e%3c/svg%3e");
}
.icon-zoom-in[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014zm.5-7H9v2H7v1h2v2h1v-2h2V9h-2z'/%3e%3c/svg%3e");
}
.icon-zoom-out[data-v-1967941a]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014zM7%209h5v1H7z'/%3e%3c/svg%3e");
}
.hide-base-svg[data-v-1967941a] {
  display: none;
}
.form-group[data-v-1967941a] {
  margin-top: 24px;
}
.form-group[data-v-1967941a]:first-child {
  margin-top: 0;
}
.form-group-radio[data-v-1967941a], .form-group-checkbox[data-v-1967941a] {
  margin-top: 8px;
  position: relative;
}
.form-hint[data-v-1967941a] {
  display: block;
  color: #747474;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: normal;
  font-weight: 400;
}
.form-label[data-v-1967941a] {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
.form-label.disabled[data-v-1967941a] {
  color: #747474;
  font-weight: 500;
}
.form-input[data-v-1967941a] {
  appearance: none;
  border: 1px solid #747474;
  border-radius: 4px;
  color: #1a1a1a;
  display: block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  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[data-v-1967941a] {
    /* IE10+ CSS styles go here */
    height: calc(2.4rem + 16px);
}
}
.form-input[data-v-1967941a]:focus, .form-input.focus[data-v-1967941a] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.form-input[data-v-1967941a]::placeholder {
  color: #747474;
  font-style: italic;
  opacity: 1;
  font-weight: 400;
}
table .form-input[data-v-1967941a] {
  margin-top: 0;
}
textarea.form-input[data-v-1967941a] {
  height: auto;
}
textarea.no-resize[data-v-1967941a] {
  resize: none;
}
.form-input-wrapper[data-v-1967941a] {
  display: flex;
}
.form-input-wrapper .form-input[data-v-1967941a] {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.form-input-wrapper .form-input[data-v-1967941a]:focus {
  position: relative;
  z-index: 1;
}
.form-input-wrapper .form-input-prefix + .form-input[data-v-1967941a], .form-input-wrapper.form-input-wrapper--prefix .form-input[data-v-1967941a] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-input-wrapper.form-input-wrapper--suffix .form-input[data-v-1967941a] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-input-wrapper .form-input-prefix[data-v-1967941a], .form-input-wrapper .form-input-suffix[data-v-1967941a] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 40px;
  padding: calc(8px - 1px) calc(8px - 1px);
  margin-top: 8px;
  border: 1px solid #747474;
  background-color: #F5F5F5;
  text-align: center;
  white-space: nowrap;
  cursor: default;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.form-input-wrapper .form-input-suffix[data-v-1967941a] {
  border-left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.form-input-wrapper .form-input-prefix[data-v-1967941a] {
  border-right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-select[data-v-1967941a] {
  background-color: white;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'/%3e%3c/svg%3e");
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
  border: 1px solid #747474;
  border-radius: 4px;
  color: #1a1a1a;
  display: block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  height: calc(2.4rem + 16px);
  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;
}
.form-select[data-v-1967941a]:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #1a1a1a;
}
.form-select[data-v-1967941a]:focus, .form-select.focus[data-v-1967941a] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.form-select[data-v-1967941a]::-ms-expand {
  display: none;
}
.form-select[data-v-1967941a]:disabled {
  background-color: transparent;
  color: #747474;
  cursor: not-allowed;
}
@-moz-document url-prefix() {
.form-select option[data-v-1967941a] {
    font-family: Helvetica, Arial, sans-serif;
}
}
table .form-select[data-v-1967941a] {
  margin-top: 0;
}
.form-group.form-error[data-v-1967941a] {
  border-left: 4px solid #CC0000;
  padding-left: calc(16px - 4px);
}
.form-group.form-error .form-input[data-v-1967941a],
.form-group.form-error .form-select[data-v-1967941a] {
  border: 2px solid #CC0000;
  padding: calc(8px - 2px) calc(16px - 2px);
}
.form-error-message[data-v-1967941a] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
  display: block;
  color: #CC0000;
  margin-top: 4px;
}
.form-group.form-success .form-input[data-v-1967941a],
.form-group.form-success .form-select[data-v-1967941a] {
  border: 2px solid #CC0000;
  padding: calc(8px - 2px) calc(16px - 2px);
}
input[type=text][data-v-1967941a]:disabled,
input[type=email][data-v-1967941a]:disabled,
input[type=number][data-v-1967941a]:disabled,
input[type=password][data-v-1967941a]:disabled,
input[type=search][data-v-1967941a]:disabled,
input[type=tel][data-v-1967941a]:disabled,
input[type=url][data-v-1967941a]:disabled,
textarea[data-v-1967941a]:disabled {
  background-color: transparent;
  border-color: #DCDCDC;
  color: #747474;
  cursor: not-allowed;
}
input[readonly][type=text][data-v-1967941a], textarea[readonly][data-v-1967941a] {
  background-color: #F5F5F5;
  color: #1a1a1a;
  border: 1px solid #DCDCDC;
  cursor: default;
}
.form-limit .form-limit-error[data-v-1967941a] {
  border: 2px solid #CC0000;
  padding: calc(8px - 2px) calc(16px - 2px);
}
.form-limit .character-limit[data-v-1967941a] {
  margin-top: 4px;
}
.form-limit .character-limit.limit-exceeded[data-v-1967941a] {
  color: #CC0000;
}
.form-checkbox[data-v-1967941a] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}
.form-radio[data-v-1967941a] {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  margin: 0;
  opacity: 0;
  left: 0px;
  top: 3px;
}
.form-checkbox + label[data-v-1967941a],
.form-radio + label[data-v-1967941a] {
  cursor: pointer;
  font-weight: 400;
  line-height: 2.4rem;
  margin-bottom: 0;
  display: inline-block;
  outline: none;
  color: #1a1a1a;
  position: relative;
  padding-left: calc(20px + 8px);
  min-height: 20px;
}
.form-checkbox + label + .form-hint[data-v-1967941a],
.form-radio + label + .form-hint[data-v-1967941a] {
  padding-left: calc(20px + 8px);
}
.form-checkbox + label[data-v-1967941a]::before,
.form-radio + label[data-v-1967941a]::before {
  content: "";
  display: inline-block;
  background: white;
  border-radius: 2px;
  border: 2px solid #1a1a1a;
  height: 20px;
  line-height: 2.4rem;
  margin-right: 8px;
  width: 20px;
  position: absolute;
  top: 3px;
  left: 0;
}
.form-checkbox.checkbox-large + label[data-v-1967941a] {
  padding-top: 8px;
  padding-left: calc(32px + 8px);
  padding-bottom: 8px;
  min-height: 32px;
}
.form-checkbox.checkbox-large + label[data-v-1967941a]:before {
  height: 32px;
  width: 32px;
}
.form-checkbox.checkbox-large + label + .form-hint[data-v-1967941a] {
  padding-left: calc(32px + 8px);
  margin-top: -8px;
}
.form-radio[data-v-1967941a] {
  height: 20px;
  width: 20px;
}
.form-radio.radio-large[data-v-1967941a] {
  height: 32px;
  width: 32px;
}
.form-radio + label[data-v-1967941a]::before {
  border-radius: 100%;
  height: 20px;
  width: 20px;
}
.form-radio.radio-large + label[data-v-1967941a] {
  padding-top: 8px;
  padding-left: calc(32px + 8px);
  padding-bottom: 8px;
}
.form-radio.radio-large + label[data-v-1967941a]:before {
  height: 32px;
  width: 32px;
}
.form-radio.radio-large + label + .form-hint[data-v-1967941a] {
  padding-left: calc(32px + 8px);
  margin-top: -8px;
}
.form-checkbox.checkbox-large[data-v-1967941a] {
  width: 20px;
  height: 20px;
}
.form-checkbox.checkbox-large.checkbox-large[data-v-1967941a] {
  width: 32px;
  height: 32px;
}
.form-checkbox:checked + label[data-v-1967941a]:before {
  background-color: #1a1a1a;
}
.form-checkbox:checked + label[data-v-1967941a]:after {
  content: "";
  height: 7px;
  width: 12px;
  position: absolute;
  left: 4px;
  top: 5px;
  box-shadow: -2px 2px 0 0 #fff;
  transform: rotate(-46deg);
}
.form-checkbox.checkbox-large[data-v-1967941a] {
  width: 22px;
  height: 22px;
}
.form-checkbox.checkbox-large:checked + label[data-v-1967941a]:after {
  height: 12px;
  width: 20px;
  left: 6px;
  top: 6px;
  box-shadow: -3px 3px 0 0 #fff;
}
.form-radio:checked + label[data-v-1967941a] {
  position: relative;
}
.form-radio:checked + label[data-v-1967941a]:after {
  content: "";
  height: calc(20px - 10px);
  width: calc(20px - 10px);
  background-color: #1a1a1a;
  position: absolute;
  left: 5px;
  top: 8px;
  border-radius: 100%;
}
.form-radio.radio-large:checked + label[data-v-1967941a]:after {
  content: "";
  height: calc(32px - 16px);
  width: calc(32px - 16px);
  left: 8px;
  top: 11px;
}
.form-checkbox:disabled + label[data-v-1967941a],
.form-radio:disabled + label[data-v-1967941a] {
  color: #747474;
  cursor: not-allowed;
}
.form-checkbox:disabled + label[data-v-1967941a]:before,
.form-radio:disabled + label[data-v-1967941a]:before {
  border-color: #747474;
  background-color: transparent;
}
.form-checkbox:checked[disabled] + label[data-v-1967941a]:before {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  opacity: 0.5;
}
.form-radio:checked[disabled] + label[data-v-1967941a]:before {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  opacity: 0.5;
}
.form-checkbox:focus + label[data-v-1967941a]::before,
.form-checkbox.focus + label[data-v-1967941a]::before {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.form-radio:focus + label[data-v-1967941a]::before,
.form-radio.focus + label[data-v-1967941a]::before {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.form-checkbox[aria-checked=mixed] + label[data-v-1967941a]:before {
  background-color: #1a1a1a;
}
.form-checkbox[aria-checked=mixed] + label[data-v-1967941a]:after {
  content: "";
  height: 2px;
  width: 8px;
  left: 8px;
  top: 10px;
  position: absolute;
  box-shadow: -2px 2px 0 0 white;
}
.form-checkbox.checkbox-large[aria-checked=mixed] + label[data-v-1967941a]:after {
  width: 12px;
  left: 13px;
  top: 16px;
  box-shadow: -3px 3px 0 0 white;
}
.checkbox-content[data-v-1967941a], .radio-content[data-v-1967941a] {
  padding-left: calc(20px - 4px);
  padding-top: 16px;
  padding-bottom: 24px;
  border-left: 4px solid #BFBFBF;
  margin-left: 8px;
  margin-top: 4px;
  margin-bottom: 8px;
}
.checkbox-content-large[data-v-1967941a], .radio-content-large[data-v-1967941a] {
  padding-left: calc(28px - 4px - 4px / 2);
  margin-left: 14px;
}
.checkbox-content[aria-hidden=true][data-v-1967941a], .radio-content[aria-hidden=true][data-v-1967941a] {
  display: none;
}
[type=range][data-v-1967941a] {
  appearance: none;
  border: none;
  padding-left: 0;
  width: 100%;
}
[type=range][data-v-1967941a]::-webkit-slider-runnable-track {
  background: #BFBFBF;
  border: 1px solid #747474;
  cursor: pointer;
  height: 1.2rem;
  width: 100%;
}
[type=range][data-v-1967941a]::-moz-range-track {
  background: #BFBFBF;
  border: 1px solid #747474;
  cursor: pointer;
  height: 1.2rem;
  width: 100%;
}
[type=range][data-v-1967941a]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #747474;
  height: 2.2rem;
  border-radius: 1.5rem;
  background: #F5F5F5;
  cursor: pointer;
  margin-top: -0.65rem;
  width: 2.2rem;
}
[type=range][data-v-1967941a]::-moz-range-thumb {
  background: #F5F5F5;
  border: 1px solid #747474;
  border-radius: 1.5rem;
  cursor: pointer;
  height: 2.2rem;
  width: 2.2rem;
}
.date-group[data-v-1967941a] {
  display: flex;
  align-items: flex-end;
}
.date-group label[data-v-1967941a] {
  margin-top: 0;
  font-weight: 400;
}
.date-group input[type=number][data-v-1967941a]::-webkit-inner-spin-button,
.date-group input[type=number][data-v-1967941a]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.date-group .form-group-day[data-v-1967941a],
.date-group .form-group-month[data-v-1967941a],
.date-group .form-group-year[data-v-1967941a] {
  margin-right: 16px;
  margin-top: 0;
}
.date-group .form-group-day[data-v-1967941a],
.date-group .form-group-month[data-v-1967941a] {
  width: calc(2px + 16px + 16px + 2ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.date-group .form-group-day[data-v-1967941a],
  .date-group .form-group-month[data-v-1967941a] {
    width: 6.4ex;
}
}
.date-group .form-group-year[data-v-1967941a] {
  width: calc(2px + 16px + 16px + 4ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.date-group .form-group-year[data-v-1967941a] {
    width: 9ex;
}
}
.date-group .button-open-calendar[data-v-1967941a] {
  margin-bottom: 8px;
  display: inline-flex;
}
input[type=number][data-v-1967941a] {
  -moz-appearance: textfield !important;
}
input[data-v-1967941a]::-webkit-outer-spin-button,
input[data-v-1967941a]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.form-label + input[type=file][data-v-1967941a] {
  margin-top: 8px;
}
input[type=file][data-v-1967941a] {
  display: block;
}
ul[data-v-1967941a] {
  padding-left: 0;
  list-style-type: none;
  color: #1a1a1a;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
ul > li[data-v-1967941a] {
  margin-top: 8px;
  list-style-type: none;
  position: relative;
  padding-left: 16px;
  line-height: 2.4rem;
}
ul > li[data-v-1967941a]::before {
  content: "•";
  position: absolute;
  left: 0px;
  top: -1px;
  font-size: 2rem;
}
ol[data-v-1967941a] {
  padding-left: 28px;
}
ol li[data-v-1967941a] {
  margin-top: 8px;
  line-height: 2.4rem;
}
.article ul > li[data-v-1967941a], .article ol > li[data-v-1967941a] {
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: normal;
}
.unstyled-list[data-v-1967941a] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.unstyled-list > li[data-v-1967941a] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.unstyled-list > li[data-v-1967941a]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.bordered-list[data-v-1967941a] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.bordered-list > li[data-v-1967941a] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.bordered-list > li[data-v-1967941a]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.bordered-list[data-v-1967941a] {
  border-top: 1px solid #BFBFBF;
}
.bordered-list li[data-v-1967941a] {
  padding: 8px 0px;
  border-bottom: 1px solid #BFBFBF;
}
.nobullet-list[data-v-1967941a] {
  list-style-type: none;
  padding-left: 0;
}
.nobullet-list > li[data-v-1967941a] {
  padding-left: 0;
}
.nobullet-list > li[data-v-1967941a]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.noindent-list > li[data-v-1967941a] {
  padding-left: 14px;
}
.noindent-list > li[data-v-1967941a]::before {
  left: 0px;
}
.inline-list[data-v-1967941a] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.inline-list > li[data-v-1967941a] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.inline-list > li[data-v-1967941a]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.inline-list > li[data-v-1967941a] {
  display: block;
}
@media (min-width: 768px) {
.inline-list > li[data-v-1967941a] {
    display: inline-block;
}
}
.inline-list li + li[data-v-1967941a] {
  margin-top: 12px;
}
@media (min-width: 768px) {
.inline-list li + li[data-v-1967941a] {
    margin-top: 0;
}
}
.spinner[data-v-1967941a] {
  margin: 50px auto;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: spinner-1967941a 1.1s infinite ease;
  animation: spinner-1967941a 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner-status[data-v-1967941a] {
  text-align: center;
}
@-webkit-keyframes spinner-1967941a {
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-1967941a {
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[data-v-1967941a] {
  margin-top: 40px;
}
.page-content + .page-footer[data-v-1967941a] {
  margin-top: 40px;
}
.page-container[data-v-1967941a] {
  padding-top: 2.4rem;
}
@media (min-width: 768px) {
.page-container[data-v-1967941a] {
    padding-top: 4rem;
}
}
body[data-v-1967941a] {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.page-container[data-v-1967941a] {
  flex: 1 0 auto;
}
.collapsed[data-v-1967941a]:not(.dataTable) {
  display: none;
}
.collapse-transition-collapse[data-v-1967941a] {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease;
}
.collapse-transition-expand[data-v-1967941a] {
  position: relative;
  overflow: hidden;
  transition: height 0.2s ease;
}
fieldset[data-v-1967941a] {
  position: relative;
  border: none;
  margin: 0;
  padding: 0;
}
fieldset ul[data-v-1967941a] {
  margin-top: 0px;
  margin-bottom: 0px;
}
fieldset + fieldset[data-v-1967941a] {
  margin-top: 24px;
}
legend h1[data-v-1967941a], legend .h1[data-v-1967941a], legend h2[data-v-1967941a], legend .h2[data-v-1967941a], legend h3[data-v-1967941a], legend .h3[data-v-1967941a], legend h4[data-v-1967941a], legend .h4[data-v-1967941a], legend h5[data-v-1967941a], legend .h5[data-v-1967941a], legend h6[data-v-1967941a], legend .h6[data-v-1967941a] {
  margin-bottom: 0px;
}
input.input-width-xxs[data-v-1967941a], select.input-width-xxs[data-v-1967941a], textarea.input-width-xxs[data-v-1967941a] {
  max-width: 8rem !important;
  width: 100%;
}
input.input-width-xs[data-v-1967941a], select.input-width-xs[data-v-1967941a], textarea.input-width-xs[data-v-1967941a] {
  max-width: 16rem !important;
  width: 100%;
}
input.input-width-s[data-v-1967941a], select.input-width-s[data-v-1967941a], textarea.input-width-s[data-v-1967941a] {
  max-width: 24rem !important;
  width: 100%;
}
input.input-width-m[data-v-1967941a], select.input-width-m[data-v-1967941a], textarea.input-width-m[data-v-1967941a] {
  max-width: 32rem !important;
  width: 100%;
}
input.input-width-l[data-v-1967941a], select.input-width-l[data-v-1967941a], textarea.input-width-l[data-v-1967941a] {
  max-width: 40rem !important;
  width: 100%;
}
input.input-width-xl[data-v-1967941a], select.input-width-xl[data-v-1967941a], textarea.input-width-xl[data-v-1967941a] {
  max-width: 48rem !important;
  width: 100%;
}
input.input-char-4[data-v-1967941a], select.input-char-4[data-v-1967941a], textarea.input-char-4[data-v-1967941a] {
  max-width: calc(34px + 4ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
input.input-char-4[data-v-1967941a], select.input-char-4[data-v-1967941a], textarea.input-char-4[data-v-1967941a] {
    max-width: 9ex;
}
}
input.input-char-4[data-v-1967941a]::-ms-clear, select.input-char-4[data-v-1967941a]::-ms-clear, textarea.input-char-4[data-v-1967941a]::-ms-clear {
  display: none;
}
input.input-char-4[data-v-1967941a], select.input-char-4[data-v-1967941a], textarea.input-char-4[data-v-1967941a] {
  width: 100%;
}
input.input-char-8[data-v-1967941a], select.input-char-8[data-v-1967941a], textarea.input-char-8[data-v-1967941a] {
  max-width: calc(34px + 8ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
input.input-char-8[data-v-1967941a], select.input-char-8[data-v-1967941a], textarea.input-char-8[data-v-1967941a] {
    max-width: 14ex;
}
}
input.input-char-8[data-v-1967941a]::-ms-clear, select.input-char-8[data-v-1967941a]::-ms-clear, textarea.input-char-8[data-v-1967941a]::-ms-clear {
  display: none;
}
input.input-char-8[data-v-1967941a], select.input-char-8[data-v-1967941a], textarea.input-char-8[data-v-1967941a] {
  width: 100%;
}
input.input-char-11[data-v-1967941a], select.input-char-11[data-v-1967941a], textarea.input-char-11[data-v-1967941a] {
  max-width: calc(34px + 11ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
input.input-char-11[data-v-1967941a], select.input-char-11[data-v-1967941a], textarea.input-char-11[data-v-1967941a] {
    max-width: 17ex;
}
}
input.input-char-11[data-v-1967941a]::-ms-clear, select.input-char-11[data-v-1967941a]::-ms-clear, textarea.input-char-11[data-v-1967941a]::-ms-clear {
  display: none;
}
input.input-char-11[data-v-1967941a], select.input-char-11[data-v-1967941a], textarea.input-char-11[data-v-1967941a] {
  width: 100%;
}
input.input-char-27[data-v-1967941a], select.input-char-27[data-v-1967941a], textarea.input-char-27[data-v-1967941a] {
  max-width: calc(34px + 27ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
input.input-char-27[data-v-1967941a], select.input-char-27[data-v-1967941a], textarea.input-char-27[data-v-1967941a] {
    max-width: 36ex;
}
}
input.input-char-27[data-v-1967941a]::-ms-clear, select.input-char-27[data-v-1967941a]::-ms-clear, textarea.input-char-27[data-v-1967941a]::-ms-clear {
  display: none;
}
input.input-char-27[data-v-1967941a], select.input-char-27[data-v-1967941a], textarea.input-char-27[data-v-1967941a] {
  width: 100%;
}
.table[data-v-1967941a] {
  margin: 0;
  line-height: 2.4rem;
  border: 1px solid #747474;
  width: 100%;
  color: #1a1a1a;
  font-size: 1.6rem;
  border-collapse: inherit;
  border-spacing: 0;
}
.table td[data-v-1967941a],
.table th[data-v-1967941a] {
  padding-left: 16px;
  padding-top: 16px;
  padding-right: 15px;
  padding-bottom: 15px;
  border-right: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  background-color: inherit;
  vertical-align: top;
  text-align: left;
}
.table td[data-v-1967941a]:last-child,
.table th[data-v-1967941a]:last-child {
  border-right: none;
}
.table td.break-word[data-v-1967941a],
.table th.break-word[data-v-1967941a] {
  word-break: break-all;
}
.table td.vertical-align-middle[data-v-1967941a],
.table th.vertical-align-middle[data-v-1967941a] {
  vertical-align: middle;
}
.table td.vertical-align-top[data-v-1967941a],
.table th.vertical-align-top[data-v-1967941a] {
  vertical-align: top;
}
.table td.vertical-align-bottom[data-v-1967941a],
.table th.vertical-align-bottom[data-v-1967941a] {
  vertical-align: bottom;
}
.table thead[data-v-1967941a] {
  background-color: #F5F5F5;
}
.table thead th[data-v-1967941a] {
  font-weight: 600;
  padding-top: 15px;
}
.table thead th[data-v-1967941a]:first-child {
  padding-left: 15px;
}
.table thead th.table-header-no-wrap[data-v-1967941a] {
  white-space: nowrap;
}
.table thead th button[data-v-1967941a],
.table thead th .button[data-v-1967941a] {
  width: auto;
}
.table tbody th[data-v-1967941a] {
  font-weight: 600;
}
.table tbody tr[data-v-1967941a] {
  background-color: transparent;
}
.table tbody tr td[data-v-1967941a]:first-child,
.table tbody tr th[data-v-1967941a]:first-child {
  padding-left: 15px;
}
.table tbody tr:last-child td[data-v-1967941a],
.table tbody tr:last-child th[data-v-1967941a] {
  border-bottom: none;
}
.table.table--compact th[data-v-1967941a],
.table.table--compact td[data-v-1967941a] {
  padding-top: 8px;
  padding-bottom: 7px;
}
.table.table--compact thead th[data-v-1967941a] {
  padding-top: 7px;
}
.table.table--extracompact th[data-v-1967941a],
.table.table--extracompact td[data-v-1967941a] {
  padding-top: 1px;
  padding-bottom: 0;
}
.table.table--extracompact thead th[data-v-1967941a] {
  padding-top: 0;
}
.table.table--borderless[data-v-1967941a], .table.structured-list[data-v-1967941a] {
  border: none;
}
.table.table--borderless td[data-v-1967941a],
.table.table--borderless th[data-v-1967941a], .table.structured-list td[data-v-1967941a],
.table.structured-list th[data-v-1967941a] {
  padding-right: 16px;
  border-right: none;
}
.table.table--borderless thead tr td[data-v-1967941a]:first-child,
.table.table--borderless thead tr th[data-v-1967941a]:first-child,
.table.table--borderless tbody tr td[data-v-1967941a]:first-child,
.table.table--borderless tbody tr th[data-v-1967941a]:first-child, .table.structured-list thead tr td[data-v-1967941a]:first-child,
.table.structured-list thead tr th[data-v-1967941a]:first-child,
.table.structured-list tbody tr td[data-v-1967941a]:first-child,
.table.structured-list tbody tr th[data-v-1967941a]:first-child {
  padding-left: 0;
}
.table.table--borderless thead tr td[data-v-1967941a]:last-child,
.table.table--borderless thead tr th[data-v-1967941a]:last-child,
.table.table--borderless tbody tr td[data-v-1967941a]:last-child,
.table.table--borderless tbody tr th[data-v-1967941a]:last-child, .table.structured-list thead tr td[data-v-1967941a]:last-child,
.table.structured-list thead tr th[data-v-1967941a]:last-child,
.table.structured-list tbody tr td[data-v-1967941a]:last-child,
.table.structured-list tbody tr th[data-v-1967941a]:last-child {
  padding-right: 0;
}
.table.table--borderless thead[data-v-1967941a], .table.structured-list thead[data-v-1967941a] {
  background-color: transparent;
}
.table.table--borderless thead th[data-v-1967941a], .table.structured-list thead th[data-v-1967941a] {
  padding-top: 16px;
}
.table.table--borderless tbody tr:last-child td[data-v-1967941a],
.table.table--borderless tbody tr:last-child th[data-v-1967941a], .table.structured-list tbody tr:last-child td[data-v-1967941a],
.table.structured-list tbody tr:last-child th[data-v-1967941a] {
  border-bottom: 1px solid #BFBFBF;
}
.table.table--borderless.table--compact thead th[data-v-1967941a], .table.structured-list.table--compact thead th[data-v-1967941a] {
  padding-top: 8px;
}
.table.table--borderless.table--extracompact thead th[data-v-1967941a], .table.structured-list.table--extracompact thead th[data-v-1967941a] {
  padding-top: 1px;
}
.table.table--zebra td[data-v-1967941a],
.table.table--zebra th[data-v-1967941a] {
  border-right: 0;
  padding-right: 16px;
}
.table.table--zebra td[data-v-1967941a]:last-child,
.table.table--zebra th[data-v-1967941a]:last-child {
  padding-right: 15px;
}
.table.table--zebra tr[data-v-1967941a]:nth-child(even) {
  background-color: #F5F5F5;
}
.table.table--zebra tbody tr[data-v-1967941a]:nth-child(odd) {
  background-color: white;
}
.table.table--zebra.table--borderless td[data-v-1967941a],
.table.table--zebra.table--borderless th[data-v-1967941a] {
  border: 0;
  padding: 16px;
}
.table.table--zebra.table--borderless thead tr td[data-v-1967941a]:first-child,
.table.table--zebra.table--borderless thead tr th[data-v-1967941a]:first-child,
.table.table--zebra.table--borderless tbody tr td[data-v-1967941a]:first-child,
.table.table--zebra.table--borderless tbody tr th[data-v-1967941a]:first-child {
  padding-left: 16px;
}
.table.table--zebra.table--borderless thead tr td[data-v-1967941a]:last-child,
.table.table--zebra.table--borderless thead tr th[data-v-1967941a]:last-child,
.table.table--zebra.table--borderless tbody tr td[data-v-1967941a]:last-child,
.table.table--zebra.table--borderless tbody tr th[data-v-1967941a]:last-child {
  padding-right: 16px;
}
.table.table--zebra.table--borderless thead[data-v-1967941a] {
  background-color: #F5F5F5;
}
.table.table--zebra.table--borderless tbody tr:last-child td[data-v-1967941a],
.table.table--zebra.table--borderless tbody tr:last-child th[data-v-1967941a] {
  border-bottom: none;
}
.table.table--zebra.table--borderless.table--compact td[data-v-1967941a],
.table.table--zebra.table--borderless.table--compact th[data-v-1967941a] {
  padding-bottom: 8px;
  padding-top: 8px;
}
.table.table--zebra.table--borderless.table--extracompact td[data-v-1967941a],
.table.table--zebra.table--borderless.table--extracompact th[data-v-1967941a] {
  padding-bottom: 1px;
  padding-top: 1px;
}
.table.structured-list tbody tr:first-child td[data-v-1967941a],
.table.structured-list tbody tr:first-child th[data-v-1967941a] {
  border-top: 1px solid #BFBFBF;
}
.table.structured-list.table--zebra tbody tr:first-child td[data-v-1967941a],
.table.structured-list.table--zebra tbody tr:first-child th[data-v-1967941a] {
  border-top: none;
}
@media screen and (max-width: 767px) {
.table.table--responsive-headers[data-v-1967941a] {
    display: block;
}
.table.table--responsive-headers thead[data-v-1967941a] {
    display: none;
}
.table.table--responsive-headers tbody[data-v-1967941a],
  .table.table--responsive-headers tr[data-v-1967941a] {
    display: block;
}
.table.table--responsive-headers tr[data-v-1967941a] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table--responsive-headers tr[data-v-1967941a]:last-child {
    border-bottom: none;
}
.table.table--responsive-headers td[data-v-1967941a],
  .table.table--responsive-headers th[data-v-1967941a] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table--responsive-headers td[data-v-1967941a]:last-child,
  .table.table--responsive-headers th[data-v-1967941a]:last-child {
    padding-bottom: 15px;
}
.table.table--responsive-headers td[data-title][data-v-1967941a]:not([data-title=""]):before,
  .table.table--responsive-headers th[data-title][data-v-1967941a]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table--responsive-headers.table--compact th[data-v-1967941a],
  .table.table--responsive-headers.table--compact td[data-v-1967941a] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table--responsive-headers.table--compact th[data-v-1967941a]:last-child,
  .table.table--responsive-headers.table--compact td[data-v-1967941a]:last-child {
    padding-bottom: 7px;
}
.table.table--responsive-headers.table--extracompact th[data-v-1967941a],
  .table.table--responsive-headers.table--extracompact td[data-v-1967941a] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table--responsive-headers.table--extracompact th[data-v-1967941a]:last-child,
  .table.table--responsive-headers.table--extracompact td[data-v-1967941a]:last-child {
    padding-bottom: 0px;
}
.table.table--responsive-headers.table--borderless td[data-v-1967941a],
  .table.table--responsive-headers.table--borderless th[data-v-1967941a], .table.table--responsive-headers.structured-list td[data-v-1967941a],
  .table.table--responsive-headers.structured-list th[data-v-1967941a] {
    padding-left: 0;
    padding-right: 0;
}
.table.table--responsive-headers.table--borderless tr:first-child td[data-v-1967941a]:first-child,
  .table.table--responsive-headers.table--borderless tr:first-child th[data-v-1967941a]:first-child, .table.table--responsive-headers.structured-list tr:first-child td[data-v-1967941a]:first-child,
  .table.table--responsive-headers.structured-list tr:first-child th[data-v-1967941a]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table--responsive-headers.table--borderless tr:last-child td[data-v-1967941a],
  .table.table--responsive-headers.table--borderless tr:last-child th[data-v-1967941a], .table.table--responsive-headers.structured-list tr:last-child td[data-v-1967941a],
  .table.table--responsive-headers.structured-list tr:last-child th[data-v-1967941a] {
    border-bottom: none;
}
.table.table--responsive-headers.table--borderless tr:last-child td[data-v-1967941a]:last-child,
  .table.table--responsive-headers.table--borderless tr:last-child th[data-v-1967941a]:last-child, .table.table--responsive-headers.structured-list tr:last-child td[data-v-1967941a]:last-child,
  .table.table--responsive-headers.structured-list tr:last-child th[data-v-1967941a]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table--responsive-headers.table--zebra.table--borderless td[data-v-1967941a],
  .table.table--responsive-headers.table--zebra.table--borderless th[data-v-1967941a] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table--responsive-headers.structured-list tbody tr:first-child td[data-v-1967941a] {
    border-top: none;
}
.table.table--responsive-headers.structured-list tbody tr th[data-v-1967941a] {
    padding-bottom: 0;
}
.table.table--responsive-headers.structured-list tbody tr td[data-v-1967941a]:first-of-type {
    padding-top: 0;
}
}
@media screen and (max-width: 767px) {
.table.table-sm-responsive-headers[data-v-1967941a] {
    display: block;
}
.table.table-sm-responsive-headers thead[data-v-1967941a] {
    display: none;
}
.table.table-sm-responsive-headers tbody[data-v-1967941a],
  .table.table-sm-responsive-headers tr[data-v-1967941a] {
    display: block;
}
.table.table-sm-responsive-headers tr[data-v-1967941a] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-sm-responsive-headers tr[data-v-1967941a]:last-child {
    border-bottom: none;
}
.table.table-sm-responsive-headers td[data-v-1967941a],
  .table.table-sm-responsive-headers th[data-v-1967941a] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table-sm-responsive-headers td[data-v-1967941a]:last-child,
  .table.table-sm-responsive-headers th[data-v-1967941a]:last-child {
    padding-bottom: 15px;
}
.table.table-sm-responsive-headers td[data-title][data-v-1967941a]:not([data-title=""]):before,
  .table.table-sm-responsive-headers th[data-title][data-v-1967941a]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table-sm-responsive-headers.table--compact th[data-v-1967941a],
  .table.table-sm-responsive-headers.table--compact td[data-v-1967941a] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table-sm-responsive-headers.table--compact th[data-v-1967941a]:last-child,
  .table.table-sm-responsive-headers.table--compact td[data-v-1967941a]:last-child {
    padding-bottom: 7px;
}
.table.table-sm-responsive-headers.table--extracompact th[data-v-1967941a],
  .table.table-sm-responsive-headers.table--extracompact td[data-v-1967941a] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table-sm-responsive-headers.table--extracompact th[data-v-1967941a]:last-child,
  .table.table-sm-responsive-headers.table--extracompact td[data-v-1967941a]:last-child {
    padding-bottom: 0px;
}
.table.table-sm-responsive-headers.table--borderless td[data-v-1967941a],
  .table.table-sm-responsive-headers.table--borderless th[data-v-1967941a], .table.table-sm-responsive-headers.structured-list td[data-v-1967941a],
  .table.table-sm-responsive-headers.structured-list th[data-v-1967941a] {
    padding-left: 0;
    padding-right: 0;
}
.table.table-sm-responsive-headers.table--borderless tr:first-child td[data-v-1967941a]:first-child,
  .table.table-sm-responsive-headers.table--borderless tr:first-child th[data-v-1967941a]:first-child, .table.table-sm-responsive-headers.structured-list tr:first-child td[data-v-1967941a]:first-child,
  .table.table-sm-responsive-headers.structured-list tr:first-child th[data-v-1967941a]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table-sm-responsive-headers.table--borderless tr:last-child td[data-v-1967941a],
  .table.table-sm-responsive-headers.table--borderless tr:last-child th[data-v-1967941a], .table.table-sm-responsive-headers.structured-list tr:last-child td[data-v-1967941a],
  .table.table-sm-responsive-headers.structured-list tr:last-child th[data-v-1967941a] {
    border-bottom: none;
}
.table.table-sm-responsive-headers.table--borderless tr:last-child td[data-v-1967941a]:last-child,
  .table.table-sm-responsive-headers.table--borderless tr:last-child th[data-v-1967941a]:last-child, .table.table-sm-responsive-headers.structured-list tr:last-child td[data-v-1967941a]:last-child,
  .table.table-sm-responsive-headers.structured-list tr:last-child th[data-v-1967941a]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-sm-responsive-headers.table--zebra.table--borderless td[data-v-1967941a],
  .table.table-sm-responsive-headers.table--zebra.table--borderless th[data-v-1967941a] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table-sm-responsive-headers.structured-list tbody tr:first-child td[data-v-1967941a] {
    border-top: none;
}
.table.table-sm-responsive-headers.structured-list tbody tr th[data-v-1967941a] {
    padding-bottom: 0;
}
.table.table-sm-responsive-headers.structured-list tbody tr td[data-v-1967941a]:first-of-type {
    padding-top: 0;
}
}
@media screen and (max-width: 991px) {
.table.table-md-responsive-headers[data-v-1967941a] {
    display: block;
}
.table.table-md-responsive-headers thead[data-v-1967941a] {
    display: none;
}
.table.table-md-responsive-headers tbody[data-v-1967941a],
  .table.table-md-responsive-headers tr[data-v-1967941a] {
    display: block;
}
.table.table-md-responsive-headers tr[data-v-1967941a] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-md-responsive-headers tr[data-v-1967941a]:last-child {
    border-bottom: none;
}
.table.table-md-responsive-headers td[data-v-1967941a],
  .table.table-md-responsive-headers th[data-v-1967941a] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table-md-responsive-headers td[data-v-1967941a]:last-child,
  .table.table-md-responsive-headers th[data-v-1967941a]:last-child {
    padding-bottom: 15px;
}
.table.table-md-responsive-headers td[data-title][data-v-1967941a]:not([data-title=""]):before,
  .table.table-md-responsive-headers th[data-title][data-v-1967941a]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table-md-responsive-headers.table--compact th[data-v-1967941a],
  .table.table-md-responsive-headers.table--compact td[data-v-1967941a] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table-md-responsive-headers.table--compact th[data-v-1967941a]:last-child,
  .table.table-md-responsive-headers.table--compact td[data-v-1967941a]:last-child {
    padding-bottom: 7px;
}
.table.table-md-responsive-headers.table--extracompact th[data-v-1967941a],
  .table.table-md-responsive-headers.table--extracompact td[data-v-1967941a] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table-md-responsive-headers.table--extracompact th[data-v-1967941a]:last-child,
  .table.table-md-responsive-headers.table--extracompact td[data-v-1967941a]:last-child {
    padding-bottom: 0px;
}
.table.table-md-responsive-headers.table--borderless td[data-v-1967941a],
  .table.table-md-responsive-headers.table--borderless th[data-v-1967941a], .table.table-md-responsive-headers.structured-list td[data-v-1967941a],
  .table.table-md-responsive-headers.structured-list th[data-v-1967941a] {
    padding-left: 0;
    padding-right: 0;
}
.table.table-md-responsive-headers.table--borderless tr:first-child td[data-v-1967941a]:first-child,
  .table.table-md-responsive-headers.table--borderless tr:first-child th[data-v-1967941a]:first-child, .table.table-md-responsive-headers.structured-list tr:first-child td[data-v-1967941a]:first-child,
  .table.table-md-responsive-headers.structured-list tr:first-child th[data-v-1967941a]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table-md-responsive-headers.table--borderless tr:last-child td[data-v-1967941a],
  .table.table-md-responsive-headers.table--borderless tr:last-child th[data-v-1967941a], .table.table-md-responsive-headers.structured-list tr:last-child td[data-v-1967941a],
  .table.table-md-responsive-headers.structured-list tr:last-child th[data-v-1967941a] {
    border-bottom: none;
}
.table.table-md-responsive-headers.table--borderless tr:last-child td[data-v-1967941a]:last-child,
  .table.table-md-responsive-headers.table--borderless tr:last-child th[data-v-1967941a]:last-child, .table.table-md-responsive-headers.structured-list tr:last-child td[data-v-1967941a]:last-child,
  .table.table-md-responsive-headers.structured-list tr:last-child th[data-v-1967941a]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-md-responsive-headers.table--zebra.table--borderless td[data-v-1967941a],
  .table.table-md-responsive-headers.table--zebra.table--borderless th[data-v-1967941a] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table-md-responsive-headers.structured-list tbody tr:first-child td[data-v-1967941a] {
    border-top: none;
}
.table.table-md-responsive-headers.structured-list tbody tr th[data-v-1967941a] {
    padding-bottom: 0;
}
.table.table-md-responsive-headers.structured-list tbody tr td[data-v-1967941a]:first-of-type {
    padding-top: 0;
}
}
@media screen and (max-width: 1199px) {
.table.table-lg-responsive-headers[data-v-1967941a] {
    display: block;
}
.table.table-lg-responsive-headers thead[data-v-1967941a] {
    display: none;
}
.table.table-lg-responsive-headers tbody[data-v-1967941a],
  .table.table-lg-responsive-headers tr[data-v-1967941a] {
    display: block;
}
.table.table-lg-responsive-headers tr[data-v-1967941a] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-lg-responsive-headers tr[data-v-1967941a]:last-child {
    border-bottom: none;
}
.table.table-lg-responsive-headers td[data-v-1967941a],
  .table.table-lg-responsive-headers th[data-v-1967941a] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table-lg-responsive-headers td[data-v-1967941a]:last-child,
  .table.table-lg-responsive-headers th[data-v-1967941a]:last-child {
    padding-bottom: 15px;
}
.table.table-lg-responsive-headers td[data-title][data-v-1967941a]:not([data-title=""]):before,
  .table.table-lg-responsive-headers th[data-title][data-v-1967941a]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table-lg-responsive-headers.table--compact th[data-v-1967941a],
  .table.table-lg-responsive-headers.table--compact td[data-v-1967941a] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table-lg-responsive-headers.table--compact th[data-v-1967941a]:last-child,
  .table.table-lg-responsive-headers.table--compact td[data-v-1967941a]:last-child {
    padding-bottom: 7px;
}
.table.table-lg-responsive-headers.table--extracompact th[data-v-1967941a],
  .table.table-lg-responsive-headers.table--extracompact td[data-v-1967941a] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table-lg-responsive-headers.table--extracompact th[data-v-1967941a]:last-child,
  .table.table-lg-responsive-headers.table--extracompact td[data-v-1967941a]:last-child {
    padding-bottom: 0px;
}
.table.table-lg-responsive-headers.table--borderless td[data-v-1967941a],
  .table.table-lg-responsive-headers.table--borderless th[data-v-1967941a], .table.table-lg-responsive-headers.structured-list td[data-v-1967941a],
  .table.table-lg-responsive-headers.structured-list th[data-v-1967941a] {
    padding-left: 0;
    padding-right: 0;
}
.table.table-lg-responsive-headers.table--borderless tr:first-child td[data-v-1967941a]:first-child,
  .table.table-lg-responsive-headers.table--borderless tr:first-child th[data-v-1967941a]:first-child, .table.table-lg-responsive-headers.structured-list tr:first-child td[data-v-1967941a]:first-child,
  .table.table-lg-responsive-headers.structured-list tr:first-child th[data-v-1967941a]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table-lg-responsive-headers.table--borderless tr:last-child td[data-v-1967941a],
  .table.table-lg-responsive-headers.table--borderless tr:last-child th[data-v-1967941a], .table.table-lg-responsive-headers.structured-list tr:last-child td[data-v-1967941a],
  .table.table-lg-responsive-headers.structured-list tr:last-child th[data-v-1967941a] {
    border-bottom: none;
}
.table.table-lg-responsive-headers.table--borderless tr:last-child td[data-v-1967941a]:last-child,
  .table.table-lg-responsive-headers.table--borderless tr:last-child th[data-v-1967941a]:last-child, .table.table-lg-responsive-headers.structured-list tr:last-child td[data-v-1967941a]:last-child,
  .table.table-lg-responsive-headers.structured-list tr:last-child th[data-v-1967941a]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-lg-responsive-headers.table--zebra.table--borderless td[data-v-1967941a],
  .table.table-lg-responsive-headers.table--zebra.table--borderless th[data-v-1967941a] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table-lg-responsive-headers.structured-list tbody tr:first-child td[data-v-1967941a] {
    border-top: none;
}
.table.table-lg-responsive-headers.structured-list tbody tr th[data-v-1967941a] {
    padding-bottom: 0;
}
.table.table-lg-responsive-headers.structured-list tbody tr td[data-v-1967941a]:first-of-type {
    padding-top: 0;
}
}
@media screen {
.table.table-xxl-responsive-headers[data-v-1967941a] {
    display: block;
}
.table.table-xxl-responsive-headers thead[data-v-1967941a] {
    display: none;
}
.table.table-xxl-responsive-headers tbody[data-v-1967941a],
  .table.table-xxl-responsive-headers tr[data-v-1967941a] {
    display: block;
}
.table.table-xxl-responsive-headers tr[data-v-1967941a] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-xxl-responsive-headers tr[data-v-1967941a]:last-child {
    border-bottom: none;
}
.table.table-xxl-responsive-headers td[data-v-1967941a],
  .table.table-xxl-responsive-headers th[data-v-1967941a] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table-xxl-responsive-headers td[data-v-1967941a]:last-child,
  .table.table-xxl-responsive-headers th[data-v-1967941a]:last-child {
    padding-bottom: 15px;
}
.table.table-xxl-responsive-headers td[data-title][data-v-1967941a]:not([data-title=""]):before,
  .table.table-xxl-responsive-headers th[data-title][data-v-1967941a]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table-xxl-responsive-headers.table--compact th[data-v-1967941a],
  .table.table-xxl-responsive-headers.table--compact td[data-v-1967941a] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table-xxl-responsive-headers.table--compact th[data-v-1967941a]:last-child,
  .table.table-xxl-responsive-headers.table--compact td[data-v-1967941a]:last-child {
    padding-bottom: 7px;
}
.table.table-xxl-responsive-headers.table--extracompact th[data-v-1967941a],
  .table.table-xxl-responsive-headers.table--extracompact td[data-v-1967941a] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table-xxl-responsive-headers.table--extracompact th[data-v-1967941a]:last-child,
  .table.table-xxl-responsive-headers.table--extracompact td[data-v-1967941a]:last-child {
    padding-bottom: 0px;
}
.table.table-xxl-responsive-headers.table--borderless td[data-v-1967941a],
  .table.table-xxl-responsive-headers.table--borderless th[data-v-1967941a], .table.table-xxl-responsive-headers.structured-list td[data-v-1967941a],
  .table.table-xxl-responsive-headers.structured-list th[data-v-1967941a] {
    padding-left: 0;
    padding-right: 0;
}
.table.table-xxl-responsive-headers.table--borderless tr:first-child td[data-v-1967941a]:first-child,
  .table.table-xxl-responsive-headers.table--borderless tr:first-child th[data-v-1967941a]:first-child, .table.table-xxl-responsive-headers.structured-list tr:first-child td[data-v-1967941a]:first-child,
  .table.table-xxl-responsive-headers.structured-list tr:first-child th[data-v-1967941a]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table-xxl-responsive-headers.table--borderless tr:last-child td[data-v-1967941a],
  .table.table-xxl-responsive-headers.table--borderless tr:last-child th[data-v-1967941a], .table.table-xxl-responsive-headers.structured-list tr:last-child td[data-v-1967941a],
  .table.table-xxl-responsive-headers.structured-list tr:last-child th[data-v-1967941a] {
    border-bottom: none;
}
.table.table-xxl-responsive-headers.table--borderless tr:last-child td[data-v-1967941a]:last-child,
  .table.table-xxl-responsive-headers.table--borderless tr:last-child th[data-v-1967941a]:last-child, .table.table-xxl-responsive-headers.structured-list tr:last-child td[data-v-1967941a]:last-child,
  .table.table-xxl-responsive-headers.structured-list tr:last-child th[data-v-1967941a]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-xxl-responsive-headers.table--zebra.table--borderless td[data-v-1967941a],
  .table.table-xxl-responsive-headers.table--zebra.table--borderless th[data-v-1967941a] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table-xxl-responsive-headers.structured-list tbody tr:first-child td[data-v-1967941a] {
    border-top: none;
}
.table.table-xxl-responsive-headers.structured-list tbody tr th[data-v-1967941a] {
    padding-bottom: 0;
}
.table.table-xxl-responsive-headers.structured-list tbody tr td[data-v-1967941a]:first-of-type {
    padding-top: 0;
}
}
.table--selectable tbody tr[data-v-1967941a]:hover, .table--selectable.table.table--zebra tr[data-v-1967941a]:nth-child(even):hover, .table--selectable.table.table--zebra tr[data-v-1967941a]:nth-child(odd):hover {
  background-color: #F5F5F5;
}
.table--selectable.table.table--zebra tr.table-row-selected[data-v-1967941a]:nth-child(even), .table--selectable.table.table--zebra tr.table-row-selected[data-v-1967941a]:nth-child(odd),
.table--selectable .table-row-selected[data-v-1967941a] {
  background-color: #DCDCDC;
}
.table-actions[data-v-1967941a] {
  border-right: 1px solid #747474;
  border-bottom: 1px solid #747474;
  border-left: 1px solid #747474;
  overflow: hidden;
  padding: 16px 15px 15px 15px;
}
.table-actions .table-selected-number[data-v-1967941a] {
  margin-top: 0px;
}
.table-actions .table-selected-number.no-selected[data-v-1967941a] {
  color: #747474;
}
.table--responsive-scroll[data-v-1967941a] {
  overflow-x: auto;
  min-height: 0.01%;
  padding: 5px;
  margin: -5px;
}
hr[data-v-1967941a] {
  border-top: 1px solid #BFBFBF;
  display: block;
  border-bottom-width: 0;
}

/*
----------------------------------------
Accordion
----------------------------------------
*/
.accordion-button[data-v-1967941a], .tabnav > button[data-v-1967941a] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.accordion-button[data-v-1967941a]:hover, .tabnav > button[data-v-1967941a]:hover, .accordion-button[data-v-1967941a]:focus, .tabnav > button[data-v-1967941a]:focus {
  background-color: transparent;
  color: inherit;
}
.accordion-button[data-v-1967941a], .tabnav > button[data-v-1967941a] {
  background-color: #F5F5F5;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'/%3e%3c/svg%3e");
  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.4rem;
  padding: 1.6rem 1.6rem 1.6rem 5.6rem;
  width: 100%;
  font-size: 1.6rem;
  position: relative;
  transition: none;
  border-radius: 3px;
  border: 1px solid #747474;
}
.accordion-button[data-v-1967941a]:hover, .tabnav > button[data-v-1967941a]:hover {
  background-color: #DCDCDC;
  color: #1a1a1a;
}
.accordion-button h1[data-v-1967941a], .tabnav > button h1[data-v-1967941a], .accordion-button .h1[data-v-1967941a], .tabnav > button .h1[data-v-1967941a],
.accordion-button h2[data-v-1967941a],
.tabnav > button h2[data-v-1967941a], .accordion-button .h2[data-v-1967941a], .tabnav > button .h2[data-v-1967941a],
.accordion-button h3[data-v-1967941a],
.tabnav > button h3[data-v-1967941a], .accordion-button .h3[data-v-1967941a], .tabnav > button .h3[data-v-1967941a],
.accordion-button h4[data-v-1967941a],
.tabnav > button h4[data-v-1967941a], .accordion-button .h4[data-v-1967941a], .tabnav > button .h4[data-v-1967941a],
.accordion-button h5[data-v-1967941a],
.tabnav > button h5[data-v-1967941a], .accordion-button .h5[data-v-1967941a], .tabnav > button .h5[data-v-1967941a],
.accordion-button h6[data-v-1967941a],
.tabnav > button h6[data-v-1967941a], .accordion-button .h6[data-v-1967941a], .tabnav > button .h6[data-v-1967941a] {
  margin: 0;
}
.accordion-button .icon_text[data-v-1967941a], .tabnav > button .icon_text[data-v-1967941a] {
  font-weight: 600;
  margin-right: 8px;
  float: left;
}
.accordion-button .accordion-icon[data-v-1967941a], .tabnav > button .accordion-icon[data-v-1967941a] {
  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[data-v-1967941a], .tabnav > button .accordion-icon[data-v-1967941a] {
    text-align: center;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    display: flex;
}
}
.accordion-button .accordion-icon .icon-svg[data-v-1967941a], .tabnav > button .accordion-icon .icon-svg[data-v-1967941a] {
  fill: #1a1a1a;
  float: left;
}
.accordion-button .accordion-icon:hover .icon-svg[data-v-1967941a], .tabnav > button .accordion-icon:hover .icon-svg[data-v-1967941a] {
  fill: #1a1a1a;
}
button.accordion-bulk-button[data-v-1967941a] {
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 28px;
  margin-bottom: 16px;
}
button.accordion-bulk-button[data-accordion-bulk-expand=true][data-v-1967941a] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
}
button.accordion-bulk-button[data-accordion-bulk-expand=false][data-v-1967941a] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'/%3e%3c/svg%3e");
}
.accordion[data-v-1967941a], .tabnav[data-v-1967941a] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.accordion > li[data-v-1967941a], .tabnav > li[data-v-1967941a] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.accordion > li[data-v-1967941a]::before, .tabnav > li[data-v-1967941a]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.accordion[data-v-1967941a], .tabnav[data-v-1967941a] {
  margin: 0;
  padding: 0;
  width: 100%;
}
.accordion > ul li ul[data-v-1967941a], .tabnav > ul li ul[data-v-1967941a] {
  list-style: disc;
}
.accordion > ul li ul > li > ul[data-v-1967941a], .tabnav > ul li ul > li > ul[data-v-1967941a] {
  list-style: circle;
}
.accordion > ul li ul > li > ul > li > ul[data-v-1967941a], .tabnav > ul li ul > li > ul > li > ul[data-v-1967941a] {
  list-style: square;
}
.accordion + .accordion[data-v-1967941a], .tabnav + .accordion[data-v-1967941a], .accordion + .tabnav[data-v-1967941a], .tabnav + .tabnav[data-v-1967941a] {
  margin-top: 0.8rem;
}
.accordion > li[data-v-1967941a], .tabnav > li[data-v-1967941a] {
  list-style: none;
  margin-bottom: 0.8rem;
  width: 100%;
}
.accordion > li > h1[data-v-1967941a], .tabnav > li > h1[data-v-1967941a], .accordion > li > h2[data-v-1967941a], .tabnav > li > h2[data-v-1967941a], .accordion > li > h3[data-v-1967941a], .tabnav > li > h3[data-v-1967941a], .accordion > li > h4[data-v-1967941a], .tabnav > li > h4[data-v-1967941a], .accordion > li > h5[data-v-1967941a], .tabnav > li > h5[data-v-1967941a], .accordion > li > h6[data-v-1967941a], .tabnav > li > h6[data-v-1967941a] {
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: normal;
  max-width: none;
}
.accordion-content[data-v-1967941a], .tabnav-panel[data-v-1967941a] {
  background-color: white;
  color: #1a1a1a;
  overflow: auto;
  padding: 1.6rem;
  border-bottom: 1px solid #747474;
  border-left: 1px solid #747474;
  border-right: 1px solid #747474;
  border-radius: 0 0 3px 3px;
}
.accordion-content p[data-v-1967941a], .tabnav-panel p[data-v-1967941a], .accordion-content h1[data-v-1967941a], .tabnav-panel h1[data-v-1967941a], .accordion-content h2[data-v-1967941a], .tabnav-panel h2[data-v-1967941a], .accordion-content h3[data-v-1967941a], .tabnav-panel h3[data-v-1967941a], .accordion-content h4[data-v-1967941a], .tabnav-panel h4[data-v-1967941a], .accordion-content h5[data-v-1967941a], .tabnav-panel h5[data-v-1967941a], .accordion-content .h1[data-v-1967941a], .tabnav-panel .h1[data-v-1967941a], .accordion-content .h2[data-v-1967941a], .tabnav-panel .h2[data-v-1967941a], .accordion-content .h3[data-v-1967941a], .tabnav-panel .h3[data-v-1967941a], .accordion-content .h4[data-v-1967941a], .tabnav-panel .h4[data-v-1967941a], .accordion-content .h5[data-v-1967941a], .tabnav-panel .h5[data-v-1967941a] {
  color: #1a1a1a;
}
.accordion-content[data-v-1967941a] > *:first-child, .tabnav-panel[data-v-1967941a] > *:first-child {
  margin-top: 0;
}
.accordion-content[data-v-1967941a] > *:last-child, .tabnav-panel[data-v-1967941a] > *:last-child {
  margin-bottom: 0;
}
.accordion-content[data-v-1967941a]:not([aria-hidden]), .tabnav-panel[data-v-1967941a]:not([aria-hidden]) {
  display: none;
}
.accordion-content[aria-hidden=true][data-v-1967941a], [aria-hidden=true].tabnav-panel[data-v-1967941a] {
  display: none;
}
.accordion-button.accordion-error[data-v-1967941a], .tabnav > button.accordion-error[data-v-1967941a] {
  border: 2px solid #CC0000;
}
.accordion-button[aria-expanded=true][data-v-1967941a], .tabnav > button[aria-expanded=true][data-v-1967941a] {
  background-color: #DCDCDC;
  border-radius: 3px 3px 0 0;
}
.accordion-button[aria-expanded=true][data-v-1967941a]:not(.accordion-error), .tabnav > button[aria-expanded=true][data-v-1967941a]:not(.accordion-error) {
  border-bottom: 1px solid #BFBFBF;
}
.accordion-button[aria-expanded=false][data-v-1967941a], .tabnav > button[aria-expanded=false][data-v-1967941a] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 2.4rem;
  border-radius: 3px;
}

/*
----------------------------------------
Alert
----------------------------------------
*/
.alert[data-v-1967941a] {
  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 #999999;
}
.alert[data-v-1967941a]:first-child {
  margin-top: 0;
}
.alert.alert--paragraph[data-v-1967941a] {
  max-width: 66ch;
}
.alert .alert-close[data-v-1967941a] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.alert .alert-close[data-v-1967941a]:hover, .alert .alert-close[data-v-1967941a]:focus {
  background-color: transparent;
  color: inherit;
}
.alert .alert-close[data-v-1967941a] {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #1a1a1a;
  text-decoration: underline;
}
.alert .alert-close .icon-svg[data-v-1967941a] {
  margin-right: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
.alert .alert-heading[data-v-1967941a] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  color: #1a1a1a;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.alert .alert-text[data-v-1967941a] {
  margin-bottom: 0;
  margin-top: 0;
  color: #1a1a1a;
  max-width: 66ch;
}
.alert .alert-text a[data-v-1967941a], .alert .alert-text a[data-v-1967941a]:link, .alert .alert-text a[data-v-1967941a]:active, .alert .alert-text a[data-v-1967941a]:visited, .alert .alert-text a[data-v-1967941a]:hover {
  color: #1a1a1a;
}
.alert-success[data-v-1967941a] {
  background-color: #eeffe2;
  border-color: #358000;
}
.alert-success.alert--show-icon[data-v-1967941a] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm4.59-12.42L10%2014.17l-2.59-2.58L6%2013l4%204%208-8z'/%3e%3c/svg%3e");
  padding-left: calc(16px + 24px + 8px);
}
.alert-warning[data-v-1967941a] {
  background-color: #ffeecc;
  border-color: #febb30;
}
.alert-warning.alert--show-icon[data-v-1967941a] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%205.99L19.53%2019H4.47L12%205.99M12%202L1%2021h22L12%202zm1%2014h-2v2h2v-2zm0-6h-2v4h2v-4z'/%3e%3c/svg%3e");
  padding-left: calc(16px + 24px + 8px);
}
.alert-error[data-v-1967941a] {
  background-color: #ffe0e0;
  border-color: #CC0000;
}
.alert-error.alert--show-icon[data-v-1967941a] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.59%208L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208zM12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");
  padding-left: calc(16px + 24px + 8px);
}
.alert-info[data-v-1967941a] {
  background-color: #e2f2fb;
  border-color: #1B86C3;
}
.alert-info.alert--show-icon[data-v-1967941a] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%207h2v2h-2zm0%204h2v6h-2zm1-9C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");
  padding-left: calc(16px + 24px + 8px);
}
.alert + .alert[data-v-1967941a] {
  margin-top: 16px;
}
.button.back-to-top-button[data-v-1967941a] {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  width: auto;
  background-color: white;
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: auto;
  top: auto;
  z-index: 1;
}
.button.back-to-top-button.button-tertiary[data-v-1967941a] {
  background-color: white;
}
.button.back-to-top-button.footer-sticky[data-v-1967941a] {
  position: absolute;
  bottom: auto;
  top: auto;
  margin-top: 16px;
  z-index: auto;
}
@media (max-width: 991px) {
.button.back-to-top-button .icon-svg[data-v-1967941a] {
    margin-right: 0;
}
}
.breadcrumbs[data-v-1967941a] {
  color: #1a1a1a;
  font-size: 1.4rem;
}
.breadcrumbs__list[data-v-1967941a]:after {
  content: "";
  display: block;
  clear: both;
}
.breadcrumbs__list[data-v-1967941a] {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.breadcrumbs__list-item[data-v-1967941a] {
  display: block;
  list-style-type: none;
  position: relative;
  margin-top: 0;
  margin-bottom: 2px;
  margin-left: 8px;
  padding-left: 13.655px;
  float: left;
}
.breadcrumbs__list-item[data-v-1967941a]: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[data-v-1967941a]:first-child {
  margin-left: 0;
  padding-left: 0;
}
.breadcrumbs__list-item[data-v-1967941a]:first-child:before {
  content: none;
  display: none;
}
.breadcrumbs__link[data-v-1967941a] {
  color: #1a1a1a;
}
.breadcrumbs__link[data-v-1967941a]:visited, .breadcrumbs__link[data-v-1967941a]:hover, .breadcrumbs__link[data-v-1967941a]:active {
  color: #1a1a1a;
}
.cookie-container[data-v-1967941a] {
  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[data-v-1967941a] {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  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;
  max-height: 75vh;
  overflow-y: auto;
}
.cookie-container .cookie-message p[data-v-1967941a], .cookie-container .cookie-message h1[data-v-1967941a], .cookie-container .cookie-message h2[data-v-1967941a], .cookie-container .cookie-message h3[data-v-1967941a], .cookie-container .cookie-message h4[data-v-1967941a], .cookie-container .cookie-message h5[data-v-1967941a], .cookie-container .cookie-message h6[data-v-1967941a], .cookie-container .cookie-message .h1[data-v-1967941a], .cookie-container .cookie-message .h2[data-v-1967941a], .cookie-container .cookie-message .h3[data-v-1967941a], .cookie-container .cookie-message .h4[data-v-1967941a], .cookie-container .cookie-message .h5[data-v-1967941a], .cookie-container .cookie-message .h6[data-v-1967941a] {
  color: #1a1a1a;
}
@media (min-width: 1200px) {
.cookie-container .cookie-message[data-v-1967941a] {
    max-width: calc(1200px + 40px + 40px);
}
}
@media (min-width: 1200px) {
.cookie-container .cookie-message .cookie-text[data-v-1967941a], .cookie-container .cookie-message .cookie-actions[data-v-1967941a] {
    padding-left: 40px;
    padding-right: 40px;
}
}
.cookie-container .cookie-message .cookie-actions[data-v-1967941a] {
  margin-top: 16px;
}
.details[data-v-1967941a] {
  display: block;
  margin-bottom: 32px;
}
.details .details-summary[data-v-1967941a]::marker, .details .details-summary[data-v-1967941a]::-webkit-details-marker {
  display: none;
}
.details[open] .details-summary[data-v-1967941a] {
  margin-bottom: 8px;
}
.details[open] .details-summary[data-v-1967941a]:before {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2010l5%205%205-5H7z'/%3e%3c/svg%3e");
  background-position: -10px -8px;
}
.details .details-summary[data-v-1967941a] {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
}
.details .details-summary[data-v-1967941a]:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%2017l5-5-5-5v10z'/%3e%3c/svg%3e");
  background-position: -14px -8px;
  background-repeat: no-repeat;
  background-size: 3.4rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 4px;
}
.details .details-summary[data-v-1967941a]:focus {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.details .details-summary .details-summary-text[data-v-1967941a] {
  text-decoration: underline;
}
.details .details-text[data-v-1967941a] {
  padding: 16px;
  border-left: 4px solid #BFBFBF;
  box-sizing: border-box;
}
.details .details-text[aria-hidden=true][data-v-1967941a] {
  display: none;
}
.details .details-text p[data-v-1967941a] {
  margin-top: 0;
  margin-bottom: 1.6rem;
}
.details .details-text[data-v-1967941a] > :last-child {
  margin-bottom: 0;
}
.date-picker[data-v-1967941a] {
  max-width: 25rem;
}
.date-picker__wrapper[data-v-1967941a] {
  display: block;
  position: relative;
}
.date-picker__wrapper[data-v-1967941a]:focus {
  outline: 0;
}
.date-picker--active .date-picker__calendar[data-v-1967941a], .date-picker--initialized .date-picker__calendar[data-v-1967941a] {
  z-index: 400;
}
.date-picker__external-input[data-v-1967941a] {
  max-width: none;
  width: calc(100% - 16px - 16px);
}
.date-picker__button[data-v-1967941a] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__button[data-v-1967941a]:hover, .date-picker__button[data-v-1967941a]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__button[data-v-1967941a] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%203h-1V1h-2v2H8V1H6v2H5c-1.11%200-1.99.9-1.99%202L3%2019c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm0%2016H5V9h14v10zm0-12H5V5h14v2zm-2%205h-5v5h5v-5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  align-self: stretch;
  background-color: transparent;
  background-position: center;
  margin-top: 0.5em;
  width: 3em;
  display: block;
  cursor: pointer;
}
.date-picker--initialized .date-picker__wrapper[data-v-1967941a] {
  display: flex;
}
.date-picker__calendar[data-v-1967941a] {
  border: 1px solid #747474;
  background-color: white;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
.date-picker__calendar[data-v-1967941a] {
    width: 344px;
}
}
.date-picker__calendar[data-v-1967941a] {
  z-index: 100;
  margin-top: 4px;
}
.date-picker__calendar__table[data-v-1967941a] {
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.date-picker__calendar__table thead[data-v-1967941a] {
  border-bottom: 1px solid #BFBFBF;
}
.date-picker__calendar__table th[data-v-1967941a] {
  font-weight: 400;
}
.date-picker__calendar__table td[data-v-1967941a] {
  padding: 0;
}
.date-picker__calendar__table td:first-of-type .date-picker__calendar__date[data-v-1967941a]:after {
  border-left-width: 0px;
}
.date-picker__calendar__table td:last-of-type .date-picker__calendar__date[data-v-1967941a]:after {
  border-right-width: 0px;
}
.date-picker__calendar__month-picker .date-picker__calendar__table thead[data-v-1967941a], .date-picker__calendar__month-picker .date-picker__calendar__table tr[data-v-1967941a], .date-picker__calendar__year-picker .date-picker__calendar__table thead[data-v-1967941a], .date-picker__calendar__year-picker .date-picker__calendar__table tr[data-v-1967941a] {
  border: 0;
}
.date-picker__calendar__row[data-v-1967941a] {
  display: flex;
  text-align: center;
  width: 100%;
  background-color: #F5F5F5;
  border-bottom: 1px solid #BFBFBF;
}
.date-picker__calendar__row button[data-v-1967941a]:focus {
  z-index: 10;
  position: relative;
}
.date-picker__calendar__cell[data-v-1967941a] {
  background-color: #F5F5F5;
  color: #1a1a1a;
  flex: 1;
}
.date-picker__calendar__cell--center-items[data-v-1967941a] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.date-picker__calendar__previous-year[data-v-1967941a],
.date-picker__calendar__previous-month[data-v-1967941a],
.date-picker__calendar__next-year[data-v-1967941a],
.date-picker__calendar__next-month[data-v-1967941a] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__previous-year[data-v-1967941a]:hover, .date-picker__calendar__previous-year[data-v-1967941a]:focus,
.date-picker__calendar__previous-month[data-v-1967941a]:hover,
.date-picker__calendar__previous-month[data-v-1967941a]:focus,
.date-picker__calendar__next-year[data-v-1967941a]:hover,
.date-picker__calendar__next-year[data-v-1967941a]:focus,
.date-picker__calendar__next-month[data-v-1967941a]:hover,
.date-picker__calendar__next-month[data-v-1967941a]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__previous-year[data-v-1967941a],
.date-picker__calendar__previous-month[data-v-1967941a],
.date-picker__calendar__next-year[data-v-1967941a],
.date-picker__calendar__next-month[data-v-1967941a] {
  background-position: center;
  height: 30px;
  padding: 20px 10px;
  cursor: pointer;
}
.date-picker__calendar__previous-year[disabled][data-v-1967941a],
.date-picker__calendar__previous-month[disabled][data-v-1967941a],
.date-picker__calendar__next-year[disabled][data-v-1967941a],
.date-picker__calendar__next-month[disabled][data-v-1967941a] {
  cursor: default;
}
.date-picker__calendar__previous-year[data-v-1967941a]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M18.41,7.41L17,6L11,12L17,18L18.41,16.59L13.83,12L18.41,7.41M12.41,7.41L11,6L5,12L11,18L12.41,16.59L7.83,12L12.41,7.41Z'%20/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__previous-month[data-v-1967941a]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012l4.58-4.59z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__next-year[data-v-1967941a]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M5.59,7.41L7,6L13,12L7,18L5.59,16.59L10.17,12L5.59,7.41M11.59,7.41L13,6L19,12L13,18L11.59,16.59L16.17,12L11.59,7.41Z'%20/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__next-month[data-v-1967941a]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6-6-6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__day-of-week[data-v-1967941a] {
  padding: 6px 0px;
}
.date-picker__calendar__date[data-v-1967941a] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__date[data-v-1967941a]:hover, .date-picker__calendar__date[data-v-1967941a]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__date[data-v-1967941a] {
  text-align: right;
  width: 100%;
  padding: 10px 8px 10px 0px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
.date-picker__calendar__date[data-v-1967941a] {
    padding: 10px 12px 10px 0px;
}
}
.date-picker__calendar__date[data-v-1967941a]:after {
  position: absolute;
  top: -1px;
  bottom: 0px;
  left: -1px;
  right: 0px;
  border: 1px solid #BFBFBF;
  content: "";
  display: block;
  pointer-events: none;
}
.date-picker__calendar__date[disabled][data-v-1967941a] {
  opacity: 0.3;
  cursor: not-allowed;
}
.date-picker__calendar__date--focused[data-v-1967941a] {
  position: relative;
  z-index: 100;
}
.date-picker__calendar__date--focused[data-v-1967941a]:after {
  border: 1px solid #747474;
}
.date-picker__calendar__date[data-v-1967941a]:focus {
  outline: none;
}
.date-picker__calendar__date[data-v-1967941a]:focus:before {
  outline: 4px solid #747474;
  outline-offset: 1px;
  position: absolute;
  top: -1px;
  bottom: 0px;
  left: -1px;
  right: 0px;
  content: "";
  display: block;
  pointer-events: none;
}
.date-picker__calendar__date--next-month[data-v-1967941a]:not([disabled]), .date-picker__calendar__date--previous-month[data-v-1967941a]:not([disabled]) {
  color: #1a1a1a;
  text-indent: -99999px;
  background-color: #F5F5F5;
}
.date-picker__calendar__date--next-month[data-v-1967941a]:not([disabled]):hover, .date-picker__calendar__date--previous-month[data-v-1967941a]:not([disabled]):hover {
  background-color: #DCDCDC;
}
.date-picker__calendar__date--selected[data-v-1967941a], .date-picker__calendar__date--range-date[data-v-1967941a] {
  background-color: #454545;
  color: white;
  font-weight: 600;
}
.date-picker__calendar__date--selected[data-v-1967941a]:not([disabled]), .date-picker__calendar__date--range-date[data-v-1967941a]:not([disabled]) {
  background-color: #454545;
  color: white;
}
.date-picker__calendar__date--range-date-start[data-v-1967941a] {
  border-top-left-radius: 10%;
  border-bottom-left-radius: 10%;
}
.date-picker__calendar__date--range-date-end[data-v-1967941a] {
  border-top-right-radius: 10%;
  border-bottom-right-radius: 10%;
}
.date-picker__calendar__date--within-range[data-v-1967941a] {
  background-color: #747474;
  color: white;
}
.date-picker__calendar__date--within-range[data-v-1967941a]:not([disabled]) {
  background-color: #747474;
  color: white;
}
.date-picker__calendar__date--within-range[data-v-1967941a]:not([disabled]):hover {
  background-color: #747474;
}
.date-picker__calendar__date--within-range[data-v-1967941a]:not([disabled]):focus {
  background-color: #747474;
}
.date-picker__calendar__date--within-range[data-v-1967941a]:not([disabled]):active {
  background-color: #747474;
}
.date-picker__calendar__month-label[data-v-1967941a] {
  flex: 4;
  text-align: center;
}
.date-picker__calendar__year-selection[data-v-1967941a],
.date-picker__calendar__month-selection[data-v-1967941a] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__year-selection[data-v-1967941a]:hover, .date-picker__calendar__year-selection[data-v-1967941a]:focus,
.date-picker__calendar__month-selection[data-v-1967941a]:hover,
.date-picker__calendar__month-selection[data-v-1967941a]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__year-selection[data-v-1967941a],
.date-picker__calendar__month-selection[data-v-1967941a] {
  display: inline-block;
  padding: 8px 4px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}
@media (min-width: 768px) {
.date-picker__calendar__year-selection[data-v-1967941a],
  .date-picker__calendar__month-selection[data-v-1967941a] {
    height: 100%;
    width: auto;
    text-align: left;
}
}
.date-picker__calendar__month-picker[data-v-1967941a] {
  padding: 20px 5px;
}
.date-picker__calendar__month[data-v-1967941a] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__month[data-v-1967941a]:hover, .date-picker__calendar__month[data-v-1967941a]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__month[data-v-1967941a] {
  padding: 10px 0;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
}
.date-picker__calendar__month--focused[data-v-1967941a] {
  outline: 4px solid #747474;
  outline-offset: 2px;
  position: relative;
  z-index: 100;
}
.date-picker__calendar__month[disabled][data-v-1967941a] {
  opacity: 0.3;
  cursor: not-allowed;
}
.date-picker__calendar__month--selected[data-v-1967941a] {
  color: #1a1a1a;
  font-weight: 600;
}
.date-picker__calendar__month--selected[data-v-1967941a]:not([disabled]):hover {
  color: #1a1a1a;
}
.date-picker__calendar__month--selected[data-v-1967941a]:not([disabled]):focus {
  color: #1a1a1a;
}
.date-picker__calendar__year-picker[data-v-1967941a] {
  padding: 20px 5px;
}
.date-picker__calendar__previous-year-chunk[data-v-1967941a],
.date-picker__calendar__next-year-chunk[data-v-1967941a] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__previous-year-chunk[data-v-1967941a]:hover, .date-picker__calendar__previous-year-chunk[data-v-1967941a]:focus,
.date-picker__calendar__next-year-chunk[data-v-1967941a]:hover,
.date-picker__calendar__next-year-chunk[data-v-1967941a]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__previous-year-chunk[data-v-1967941a],
.date-picker__calendar__next-year-chunk[data-v-1967941a] {
  background-position: center;
  margin: auto;
  padding: 0px 8px;
  cursor: pointer;
}
.date-picker__calendar__previous-year-chunk[data-v-1967941a]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012l4.58-4.59z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__next-year-chunk[data-v-1967941a]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6-6-6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__year[data-v-1967941a] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__year[data-v-1967941a]:hover, .date-picker__calendar__year[data-v-1967941a]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__year[data-v-1967941a] {
  padding: 10px 0;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
}
.date-picker__calendar__year--focused[data-v-1967941a] {
  outline: 4px solid #747474;
  outline-offset: 1px;
  position: relative;
  z-index: 100;
}
.date-picker__calendar__year[disabled][data-v-1967941a] {
  opacity: 0.3;
  cursor: not-allowed;
}
.date-picker__calendar__year--selected[data-v-1967941a] {
  color: #1a1a1a;
  font-weight: 600;
}
.date-picker__calendar__year--selected[data-v-1967941a]:not([disabled]):hover {
  color: #1a1a1a;
}
.date-picker__calendar__year--selected[data-v-1967941a]:not([disabled]):focus {
  color: #1a1a1a;
}
footer p[data-v-1967941a], footer h1[data-v-1967941a], footer h2[data-v-1967941a], footer h3[data-v-1967941a], footer h4[data-v-1967941a], footer h5[data-v-1967941a], footer h6[data-v-1967941a] {
  margin: 0;
}
footer .h1[data-v-1967941a], footer .h2[data-v-1967941a], footer .h3[data-v-1967941a], footer .h4[data-v-1967941a], footer .h5[data-v-1967941a], footer .h6[data-v-1967941a] {
  margin: 0;
}
footer .footer[data-v-1967941a] {
  border-top: 1px solid #747474;
  background-color: white;
  padding-top: calc(24px - 1px);
  padding-bottom: 16px;
  margin-top: 8rem;
  color: #1a1a1a;
}
@media (min-width: 768px) {
footer .footer[data-v-1967941a] {
    padding-bottom: calc(56px + 16px);
}
}
footer .footer p[data-v-1967941a], footer .footer h1[data-v-1967941a], footer .footer h2[data-v-1967941a], footer .footer h3[data-v-1967941a], footer .footer h4[data-v-1967941a], footer .footer h5[data-v-1967941a], footer .footer h6[data-v-1967941a], footer .footer .h1[data-v-1967941a], footer .footer .h2[data-v-1967941a], footer .footer .h3[data-v-1967941a], footer .footer .h4[data-v-1967941a], footer .footer .h5[data-v-1967941a], footer .footer .h6[data-v-1967941a] {
  color: #1a1a1a;
}
footer .footer .function-link[data-v-1967941a], footer .footer button.accordion-bulk-button[data-v-1967941a] {
  color: #1a1a1a;
}
footer .footer .function-link[data-v-1967941a]:hover, footer .footer button.accordion-bulk-button[data-v-1967941a]:hover, footer .footer .function-link[data-v-1967941a]:focus, footer .footer button.accordion-bulk-button[data-v-1967941a]:focus, footer .footer .function-link[data-v-1967941a]:visited, footer .footer button.accordion-bulk-button[data-v-1967941a]:visited {
  color: #1a1a1a;
}
footer .footer .footer-col[data-v-1967941a]:not(:first-child) {
  margin-top: 24px;
}
@media (min-width: 768px) {
footer .footer .footer-col[data-v-1967941a]:not(:first-child) {
    margin-top: 0;
}
}
footer .footer .logo[data-v-1967941a] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAABkCAIAAABM5OhcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+VJREFUeNrsnVFr4kAURu0qKAoVCi0ILSgUWuiDb/7/P1FQEFpooKAgtBDpQgv7kY+dHZIY89CHdXrOg0yTOxPWOdy5MxH2LM/zDsB384uvABALEAsQCwCxALEAsQAQCxALEAsAsQCxALEAEAsQCxALALEAsQCxABALEAsQCwCxALEAsQAQCxALEAsAsQCxALEAEAsQCxALALEAsQCxABALEAvSpZf2P+/9/X25XPb7/fl83hy52Wx2u93vAsWPRqOrq6vz8/PmwdUlz3N1+fz87BdcXFyoYzVYYdvtNi/o9XrD4XA8Hl9eXqqNWKeKJr7Zj6enJ8d4mq2XpJFYs9lMujR0KfXSrcFgUDLy+flZ4pZGEK+vr9fX17UiIlYKKU0NqXBzc6NEpbbSj7KLZt13Hx4e4rwiRSSKGgpWylHiCeYpG6mLslH8CI2gixphMpmEFKXIl5cXXddQX19fuoVY6SCB1uu1GsoZ0+n035dSSCDVVquVkpDm/vb2NohoqxQgEUsDjgriK7ZHA97d3cW31L6/v3cmU4yeVepI8X7CZFnm2ii2Kp57rVNquJDyRa2AFrFqVe0SrLSnhsap9UbPdbZzGGIlgoyxJYcCdMsrlyNd3euKhWs5vuKbH+FIKY5YiVRXnkvt4xrCfNcZy6Jo2Wq5lXt7e3P80fHFfr9HrEQKLKeT6qYvxne9AfRn+2KoTbzGt6YfHx8U7+mcQbRcgBx86P92dIUe/ux2uyrMjx5zlBTX3hCxUkDT3/l7BHUU5y191rqii3ZOo8Wmlv48OAdFWHPiRKyTYTAYOFv4qP1QmI2Jxaq6FQ4jFPz4+BiuD4dDZbLmvOVT+/aKU2P974RjTJfYDTW+PsfjcaiWXMK3oU182Dk21/iIdTq5utfzjqzhDGmz2cQ7Rx8N6ErLYyf3UnzpfU7pEUd3poh1YvhFis/WaxfBLMvsU1gKbYCq9TZ5SxnL8RqntvDXc30wlt4rnR8tlibeB+hKG8vlMsy9c9JqtVJDMfG5vNpe4NYF4TAs3jzG+GxdMRpNY4ZgPUtPdLoK5+8pcXZoC50G4R1zFdU0PhTQ7PrdTnUfp3yjWS+V1QpQfMPqJhaLRRxvBau7RTU0fnrrYIdfN3il09Rut1tV8T7+9rtkXawtqG2DFi+thuoS9onq4h9ylURRvAyWWHLRP97qdrvJ/x4r8YwF1FiAWACIBYgFiAWAWIBYgFgAiAWIBYgFgFiAWIBYAIgFiAWIBYBYgFiAWACIBYgFiAWAWIBYgFgAiAWIBYgFgFiAWIBYAIgFiAWIBYjFVwCIBYgFiAWAWIBYgFgA38sfAQYANSgkfdmnfu4AAAAASUVORK5CYII=");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  height: auto;
  max-height: 100%;
  max-width: 150px;
}
footer .footer ul[data-v-1967941a]:not(:last-child) {
  margin-bottom: 24px;
}
footer .footer ul.footer-links li[data-v-1967941a] {
  margin-top: 8px;
}
@media (min-width: 768px) {
footer .footer .inline-list > li[data-v-1967941a]:not(:last-child):after {
    content: "·" !important;
    margin-left: 8px;
    margin-right: 8px;
}
}
footer .footer-theme[data-v-1967941a] {
  padding-top: 16px;
  padding-bottom: 8px;
}
.header[data-v-1967941a] {
  width: 100%;
}
.header .logo[data-v-1967941a] {
  background-image: url("/assets/img/logo_virk-BVEnKfLm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  display: inline-block;
  height: 60px;
  width: 200px;
  max-width: 60%;
}
.header .button[data-v-1967941a] {
  width: 100%;
}
@media (min-width: 992px) {
.header .button[data-v-1967941a] {
    width: auto;
}
}
.header h1[data-v-1967941a], .header h2[data-v-1967941a], .header h3[data-v-1967941a], .header h4[data-v-1967941a], .header h5[data-v-1967941a], .header h6[data-v-1967941a], .header p[data-v-1967941a] {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
.header .form-select[data-v-1967941a], .header .form-input[data-v-1967941a] {
    margin-top: 0;
    margin-bottom: 0;
}
.header .form-select[data-v-1967941a], .header .form-input[data-v-1967941a] {
    width: auto;
}
}
.header .button-menu-open[data-v-1967941a] {
  width: auto;
  white-space: nowrap;
}
@media (min-width: 992px) {
.header .button-menu-open[data-v-1967941a] {
    display: none;
}
}
.header .button-menu-close[data-v-1967941a] {
  width: unset;
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-right: 16px;
  margin-top: 0px;
  margin-bottom: 0;
}
.header .button-menu-close .icon-svg[data-v-1967941a] {
  margin: 0 8px 0 0;
}
.header .button-menu-close span[data-v-1967941a] {
  position: relative;
  top: 1px;
}
@media (min-width: 992px) {
.header .button-menu-close[data-v-1967941a] {
    display: none;
}
}
.header .portal-header[data-v-1967941a] {
  background-color: white;
  border-bottom: 1px solid #BFBFBF;
  width: 100%;
}
.header .portal-header.portal-header-compact[data-v-1967941a] {
  font-size: 1.4rem;
  line-height: 2rem;
}
.header .portal-header.portal-header-compact p[data-v-1967941a] {
  font-size: 1.4rem;
  line-height: 2rem;
}
.header .portal-header.portal-header-compact .portal-info .user[data-v-1967941a] {
  max-width: none;
}
.header .portal-header.portal-header-compact .portal-header-inner[data-v-1967941a] {
  padding-top: 4px;
  padding-bottom: calc(4px - 1px);
}
.header .portal-header.portal-header-compact .logo[data-v-1967941a] {
  max-height: 24px;
  width: 3.8rem;
  margin-top: 8px;
  margin-bottom: 8px;
}
.header .portal-header .portal-header-inner[data-v-1967941a] {
  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[data-v-1967941a] {
    flex-direction: row;
}
}
.header .portal-header .portal-info[data-v-1967941a] {
  display: none;
}
@media (min-width: 992px) {
.header .portal-header .portal-info[data-v-1967941a] {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.header .portal-header .portal-info[data-v-1967941a] > * {
    margin-left: 16px;
}
}
.header .portal-header .portal-info .user[data-v-1967941a] {
  text-align: right;
  max-width: 500px;
}
.header .portal-header .portal-info .button[data-v-1967941a] {
  white-space: nowrap;
}
.header .solution-header[data-v-1967941a] {
  border-bottom: 1px solid #747474;
  background-color: white;
}
@media (min-width: 992px) {
.header .solution-header[data-v-1967941a] {
    border-bottom: 1px solid #BFBFBF;
}
}
.header .solution-header[data-v-1967941a] {
  width: 100%;
}
.header .solution-header.header-end[data-v-1967941a] {
  border-bottom: 1px solid #747474;
}
.header .solution-header .solution-header-inner[data-v-1967941a] {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-top: calc(16px - 1px);
  padding-bottom: calc(16px - 1px);
}
.header .solution-header .solution-heading a[data-v-1967941a], .header .solution-header .solution-heading h1[data-v-1967941a], .header .solution-header .solution-heading .g1[data-v-1967941a] {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 768px) {
.header .solution-header .solution-heading a[data-v-1967941a], .header .solution-header .solution-heading h1[data-v-1967941a], .header .solution-header .solution-heading .g1[data-v-1967941a] {
    font-size: 2.8rem;
    line-height: 3.2rem;
}
}
.header .solution-header .solution-heading p[data-v-1967941a], .header .solution-header .solution-heading h2[data-v-1967941a], .header .solution-header .solution-heading h3[data-v-1967941a], .header .solution-header .solution-heading h4[data-v-1967941a], .header .solution-header .solution-heading h5[data-v-1967941a], .header .solution-header .solution-heading .h2[data-v-1967941a], .header .solution-header .solution-heading .h3[data-v-1967941a], .header .solution-header .solution-heading .h4[data-v-1967941a], .header .solution-header .solution-heading .h5[data-v-1967941a] {
  color: #1a1a1a;
}
.header .solution-header .solution-heading .function-link[data-v-1967941a], .header .solution-header .solution-heading button.accordion-bulk-button[data-v-1967941a] {
  color: #1a1a1a;
}
.header .solution-header .solution-heading .function-link[data-v-1967941a]:hover, .header .solution-header .solution-heading button.accordion-bulk-button[data-v-1967941a]:hover, .header .solution-header .solution-heading .function-link[data-v-1967941a]:focus, .header .solution-header .solution-heading button.accordion-bulk-button[data-v-1967941a]:focus, .header .solution-header .solution-heading .function-link[data-v-1967941a]:visited, .header .solution-header .solution-heading button.accordion-bulk-button[data-v-1967941a]:visited {
  color: #1a1a1a;
}
.header .solution-header .solution-info[data-v-1967941a] {
  display: none;
}
@media (min-width: 992px) {
.header .solution-header .solution-info[data-v-1967941a] {
    margin-left: auto;
    text-align: right;
    max-width: 60%;
    display: block;
}
}
.header .authority-name[data-v-1967941a] {
  color: #454545;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 0;
  margin-bottom: 0;
}
.header .button-contact[data-v-1967941a] {
  display: inline-flex;
}
.header .button-contact .icon-svg[data-v-1967941a] {
  position: relative;
  top: -1px;
}
.header .portal-info-mobile[data-v-1967941a] {
  padding: 24px 16px;
  border-bottom: 1px solid #BFBFBF;
  text-align: left;
}
.header .portal-info-mobile p[data-v-1967941a] {
  margin-bottom: 8px;
}
.header .portal-info-mobile .button-signin[data-v-1967941a], .header .portal-info-mobile .button-signout[data-v-1967941a] {
  margin-top: 8px;
}
@media (min-width: 992px) {
.header .portal-info-mobile[data-v-1967941a] {
    display: none;
}
}
.header .solution-info-mobile[data-v-1967941a] {
  padding: 24px 16px;
}
.header .solution-info-mobile p[data-v-1967941a] {
  margin-bottom: 8px;
  color: #1a1a1a;
}
.header .solution-info-mobile p[data-v-1967941a]:last-child {
  margin-bottom: 0;
}
.header .solution-info-mobile .function-link[data-v-1967941a], .header .solution-info-mobile button.accordion-bulk-button[data-v-1967941a] {
  color: #1a1a1a;
}
.header .solution-info-mobile .function-link[data-v-1967941a]:hover, .header .solution-info-mobile button.accordion-bulk-button[data-v-1967941a]:hover, .header .solution-info-mobile .function-link[data-v-1967941a]:focus, .header .solution-info-mobile button.accordion-bulk-button[data-v-1967941a]:focus, .header .solution-info-mobile .function-link[data-v-1967941a]:visited, .header .solution-info-mobile button.accordion-bulk-button[data-v-1967941a]:visited {
  color: #1a1a1a;
}
@media (min-width: 992px) {
.header .solution-info-mobile[data-v-1967941a] {
    display: none;
}
}
@keyframes slidein-left-1967941a {
from {
    transform: translateX(85%);
}
to {
    transform: translateX(0);
}
}
.header .nav[data-v-1967941a] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  background-color: white;
  display: none;
  flex-direction: column;
  overflow-y: auto;
  padding: 0;
  padding-top: 16px;
  width: 85%;
  z-index: 9000;
}
@media (min-width: 992px) {
.header .nav[data-v-1967941a] {
    border-left: none;
    display: block;
    overflow-y: visible;
    position: static;
    width: auto;
}
}
@media (min-width: 992px) {
.header .nav[data-v-1967941a] {
    padding: 0;
    width: 100%;
}
}
.header .nav.is-visible[data-v-1967941a] {
  animation: slidein-left-1967941a 0.3s ease-in-out;
  display: block;
}
.header .nav-actions[data-v-1967941a] {
  margin-top: 8px;
  padding: 0 16px;
}
.header .nav-actions[data-v-1967941a]:first-child {
  margin-top: 0;
}
.header .nav-actions > li[data-v-1967941a] {
  margin-top: 8px;
}
.header .nav-actions > li[data-v-1967941a]:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
.header .nav-actions[data-v-1967941a] {
    margin-top: 0;
    margin-left: auto;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-right: -4px;
    padding: 0;
}
.header .nav-actions > li[data-v-1967941a], .header .nav-actions > li[data-v-1967941a]:first-child {
    margin: calc(8px - 2px) 4px;
}
}
@media (max-width: 1199px) {
.header .function-link[data-v-1967941a]:not(.icon-link):not(.button-menu-close):not(.button-menu-open), .header button.accordion-bulk-button[data-v-1967941a]:not(.icon-link):not(.button-menu-close):not(.button-menu-open) {
    display: block;
    margin-top: 8px;
}
.header .function-link:not(.icon-link):not(.button-menu-close):not(.button-menu-open) .icon-svg[data-v-1967941a], .header button.accordion-bulk-button:not(.icon-link):not(.button-menu-close):not(.button-menu-open) .icon-svg[data-v-1967941a] {
    float: left;
    margin-left: 0;
    margin-right: 4px;
}
}
@media (min-width: 992px) {
.header .function-link + .function-link[data-v-1967941a], .header button.accordion-bulk-button + .function-link[data-v-1967941a], .header .function-link + button.accordion-bulk-button[data-v-1967941a], .header button.accordion-bulk-button + button.accordion-bulk-button[data-v-1967941a] {
    margin-left: 16px;
}
}
.overlay[data-v-1967941a] {
  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[data-v-1967941a] {
  opacity: 0.75;
  visibility: visible;
}
body.modal-open[data-v-1967941a] {
  overflow: hidden;
}
.modal-backdrop[data-v-1967941a] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8888;
  padding: 16px;
}
.fds-modal[data-v-1967941a] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 16px;
}
.fds-modal[aria-hidden=false][data-v-1967941a] {
  display: flex;
}
.fds-modal .modal-content[data-v-1967941a] {
  align-self: center;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 100%;
  position: relative;
  margin: 24px auto 24px;
}
.fds-modal .modal-header[data-v-1967941a] {
  padding: 16px 24px 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-1967941a] {
    padding: 40px 40px 8px 40px;
}
}
.fds-modal .modal-header[data-v-1967941a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-1967941a] {
    padding-right: 48px;
}
}
.fds-modal .modal-header h1[data-v-1967941a], .fds-modal .modal-header h2[data-v-1967941a], .fds-modal .modal-header h3[data-v-1967941a], .fds-modal .modal-header h4[data-v-1967941a], .fds-modal .modal-header h5[data-v-1967941a], .fds-modal .modal-header h6[data-v-1967941a], .fds-modal .modal-header .h1[data-v-1967941a], .fds-modal .modal-header .h2[data-v-1967941a], .fds-modal .modal-header .h3[data-v-1967941a], .fds-modal .modal-header .h4[data-v-1967941a], .fds-modal .modal-header .h5[data-v-1967941a], .fds-modal .modal-header .h6[data-v-1967941a] {
  color: #1a1a1a;
}
.fds-modal .modal-title[data-v-1967941a] {
  margin: 24px 48px 8px 0;
}
@media (min-width: 768px) {
.fds-modal .modal-title[data-v-1967941a] {
    margin: 0 48px 0 0;
}
}
.fds-modal .modal-body[data-v-1967941a] {
  background-color: white;
  color: #1a1a1a;
  padding: 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-body[data-v-1967941a] {
    padding: 8px 40px 8px 40px;
}
}
.fds-modal .modal-body[data-v-1967941a] > *:first-child {
  margin-top: 0;
}
.fds-modal .modal-body p[data-v-1967941a], .fds-modal .modal-body h1[data-v-1967941a], .fds-modal .modal-body h2[data-v-1967941a], .fds-modal .modal-body h3[data-v-1967941a], .fds-modal .modal-body h4[data-v-1967941a], .fds-modal .modal-body h5[data-v-1967941a], .fds-modal .modal-body h6[data-v-1967941a], .fds-modal .modal-body .h1[data-v-1967941a], .fds-modal .modal-body .h2[data-v-1967941a], .fds-modal .modal-body .h3[data-v-1967941a], .fds-modal .modal-body .h4[data-v-1967941a], .fds-modal .modal-body .h5[data-v-1967941a], .fds-modal .modal-body .h6[data-v-1967941a] {
  color: #1a1a1a;
}
.fds-modal .modal-footer[data-v-1967941a] {
  padding: 0px 24px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-footer[data-v-1967941a] {
    padding: 8px 40px 40px 40px;
}
}
.fds-modal .modal-footer[data-v-1967941a] {
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 992px) {
.fds-modal .modal-footer[data-v-1967941a] {
    display: flex;
}
}
.fds-modal .modal-footer .button[data-v-1967941a] {
  margin-top: 8px;
  margin-right: 16px;
}
.fds-modal .modal-footer p[data-v-1967941a], .fds-modal .modal-footer h1[data-v-1967941a], .fds-modal .modal-footer h2[data-v-1967941a], .fds-modal .modal-footer h3[data-v-1967941a], .fds-modal .modal-footer h4[data-v-1967941a], .fds-modal .modal-footer h5[data-v-1967941a], .fds-modal .modal-footer h6[data-v-1967941a], .fds-modal .modal-footer .h1[data-v-1967941a], .fds-modal .modal-footer .h2[data-v-1967941a], .fds-modal .modal-footer .h3[data-v-1967941a], .fds-modal .modal-footer .h4[data-v-1967941a], .fds-modal .modal-footer .h5[data-v-1967941a], .fds-modal .modal-footer .h6[data-v-1967941a] {
  color: #1a1a1a;
}
.fds-modal .modal-close[data-v-1967941a] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: inherit;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-close[data-v-1967941a] {
    top: 24px;
    right: 32px;
}
}
.fds-modal .modal-close[data-v-1967941a]:hover, .fds-modal .modal-close[data-v-1967941a]:visited, .fds-modal .modal-close[data-v-1967941a]:focus {
  color: #1a1a1a;
}
.fds-modal[data-v-1967941a] {
  /**************************\
        Animation Style
    \**************************/
}
@keyframes modalfadeIn-1967941a {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes modalfadeOut-1967941a {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes modalslideIn-1967941a {
from {
    transform: translateY(15%);
}
to {
    transform: translateY(0);
}
}
@keyframes modalslideOut-1967941a {
from {
    transform: translateY(0);
}
to {
    transform: translateY(-10%);
}
}
.fds-modal[aria-hidden=false] .modal-content[data-v-1967941a] {
  animation: modalslideIn-1967941a 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal[aria-hidden=true] .modal-content[data-v-1967941a] {
  animation: modalslideOut-1967941a 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.mobile_nav-active[data-v-1967941a] {
  overflow: hidden;
}
.mobile_nav-active .nav .nav-actions .overflow-menu[data-v-1967941a] {
  width: 100%;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[data-v-1967941a] {
  width: 100%;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-1967941a]:after, .mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-1967941a]:before, .mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[data-v-1967941a]:after, .mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[data-v-1967941a]:before {
  display: none;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner[data-v-1967941a] {
  position: static;
  border: none;
  box-shadow: none;
  min-width: inherit;
  margin-top: 0;
  padding-top: 0px;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner .overflow-list[data-v-1967941a] {
  padding-left: 16px;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner a[data-v-1967941a], .mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner button[data-v-1967941a] {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner a[data-v-1967941a]:hover, .mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner button[data-v-1967941a]:hover {
  background-color: transparent;
}
.navbar[data-v-1967941a] {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 16px;
}
@media (min-width: 992px) {
.navbar[data-v-1967941a] {
    padding: 0;
    flex-direction: row;
}
}
.navbar .helptext[data-v-1967941a] {
  color: #747474;
  font-weight: 400;
}
.navbar .navbar-inner[data-v-1967941a] {
  border-bottom: 1px solid #BFBFBF;
}
@media (min-width: 992px) {
.navbar .navbar-inner[data-v-1967941a] {
    border-bottom: none;
}
}
.navbar-context-actions[data-v-1967941a] {
  padding-bottom: 16px;
}
@media (min-width: 992px) {
.navbar-context-actions[data-v-1967941a] {
    padding-top: 16px;
    padding-bottom: 0;
}
}
.nav-primary[data-v-1967941a] {
  padding-top: 0;
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.nav-primary > li[data-v-1967941a] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.nav-primary > li[data-v-1967941a]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.nav-primary[data-v-1967941a] {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  border-top: 1px solid #BFBFBF;
}
.nav-primary + .nav-actions[data-v-1967941a] {
  border-top: 1px solid #BFBFBF;
  margin-top: 0;
}
@media (min-width: 992px) {
.nav-primary + .nav-actions[data-v-1967941a] {
    border-top: none;
}
}
@media (min-width: 992px) {
.nav-primary[data-v-1967941a] {
    border-top: none;
    flex-direction: row;
    flex-shrink: 0;
    flex-wrap: wrap;
    margin-top: 0;
    margin-left: -12px;
    border-bottom: none;
}
}
.nav-primary ul[data-v-1967941a] {
  margin-left: 16px;
}
@media (min-width: 992px) {
.nav-primary ul[data-v-1967941a] {
    margin-left: 0;
}
}
.nav-primary .nav-link[data-v-1967941a] {
  text-decoration: none;
  color: #1a1a1a;
  background-color: transparent;
  display: block;
  padding: 15px 0 16px;
}
@media (min-width: 992px) {
.nav-primary .nav-link span[data-v-1967941a] {
    display: block;
    border-bottom: 7px solid transparent;
}
}
@media (min-width: 992px) {
.nav-primary .nav-link span[data-v-1967941a] {
    padding-bottom: 9px;
}
}
.nav-primary li[data-v-1967941a] {
  margin-top: 0;
  padding-left: 0px;
  border-bottom: 1px solid #BFBFBF;
}
@media (min-width: 992px) {
.nav-primary li[data-v-1967941a] {
    border-bottom: none;
}
}
.nav-primary li[data-v-1967941a]:last-of-type {
  border-bottom: none;
}
.nav-primary li li li .overflow-menu .buttton-overflow-menu[data-v-1967941a] {
  padding-top: 11px;
  padding-bottom: 12px;
}
.nav-primary li li li .nav-link[data-v-1967941a] {
  padding-top: 11px;
  padding-bottom: 12px;
}
.nav-primary > li > .overflow-menu > button.button-overflow-menu[data-v-1967941a] {
  padding-left: 16px;
}
.nav-primary > li > .overflow-menu > .overflow-menu-inner > .overflow-list[data-v-1967941a] {
  margin-left: 32px;
}
@media (min-width: 992px) {
.nav-primary > li[data-v-1967941a] {
    border-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}
.nav-primary > li > .overflow-menu > button.button-overflow-menu[data-v-1967941a] {
    padding-left: 12px;
}
}
.nav-primary > li > .nav-link[data-v-1967941a] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  white-space: nowrap;
  padding-left: 16px;
}
@media (min-width: 992px) {
.nav-primary > li > .nav-link[data-v-1967941a] {
    padding-bottom: 0px;
    padding-left: 0;
}
}
@media (min-width: 992px) {
.nav-primary > li > .nav-link[data-v-1967941a]:hover {
    background-color: transparent;
    color: #1a1a1a;
}
.nav-primary > li > .nav-link:hover span[data-v-1967941a] {
    border-bottom: 7px solid transparent;
}
}
.nav-primary > li > .nav-link[data-v-1967941a]:focus {
  position: relative;
  z-index: 100;
  background-color: transparent;
  color: #1a1a1a;
}
.nav-primary > li > .nav-link:focus span[data-v-1967941a] {
  border-bottom: 7px solid transparent;
}
@media (min-width: 992px) {
.nav-primary > li > .nav-link[data-v-1967941a], .nav-primary > li > button[data-v-1967941a], .nav-primary > li .button-overflow-menu[data-v-1967941a] {
    padding-left: 12px;
    padding-right: 12px;
}
.nav-primary > li > .nav-link span[data-v-1967941a], .nav-primary > li > button span[data-v-1967941a], .nav-primary > li .button-overflow-menu span[data-v-1967941a] {
    border-bottom: 7px solid transparent;
    padding-bottom: calc(8px + 1px);
}
.nav-primary > li > .nav-link:hover span[data-v-1967941a], .nav-primary > li > button:hover span[data-v-1967941a], .nav-primary > li .button-overflow-menu:hover span[data-v-1967941a] {
    border-bottom: 7px solid transparent;
}
.nav-primary > li > .nav-link:focus span[data-v-1967941a], .nav-primary > li > button:focus span[data-v-1967941a], .nav-primary > li .button-overflow-menu:focus span[data-v-1967941a] {
    border-bottom: 7px solid transparent;
}
}
.nav-primary .active > a[data-v-1967941a], .nav-primary .overflow-menu .overflow-menu-inner .overflow-list > li.active > a[data-v-1967941a] {
  font-weight: 600;
}
@media (min-width: 992px) {
.nav-primary .current > a[data-v-1967941a], .nav-primary .current .button-overflow-menu[data-v-1967941a] {
    background-color: transparent;
    color: #1a1a1a;
}
.nav-primary .current > a span[data-v-1967941a], .nav-primary .current .button-overflow-menu span[data-v-1967941a] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current > a[data-v-1967941a]:hover, .nav-primary .current > a[data-v-1967941a]:focus, .nav-primary .current > a[data-v-1967941a]:hover, .nav-primary .current > a[data-v-1967941a]:visited, .nav-primary .current .button-overflow-menu[data-v-1967941a]:hover, .nav-primary .current .button-overflow-menu[data-v-1967941a]:focus, .nav-primary .current .button-overflow-menu[data-v-1967941a]:hover, .nav-primary .current .button-overflow-menu[data-v-1967941a]:visited {
    background-color: transparent;
    color: #1a1a1a;
}
.nav-primary .current > a:hover span[data-v-1967941a], .nav-primary .current > a:focus span[data-v-1967941a], .nav-primary .current > a:hover span[data-v-1967941a], .nav-primary .current > a:visited span[data-v-1967941a], .nav-primary .current .button-overflow-menu:hover span[data-v-1967941a], .nav-primary .current .button-overflow-menu:focus span[data-v-1967941a], .nav-primary .current .button-overflow-menu:hover span[data-v-1967941a], .nav-primary .current .button-overflow-menu:visited span[data-v-1967941a] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[data-v-1967941a] {
    font-weight: 600;
    color: #1a1a1a;
    background-color: transparent;
}
.nav-primary .current .overflow-menu .button-overflow-menu span[data-v-1967941a] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[data-v-1967941a]:focus, .nav-primary .current .overflow-menu .button-overflow-menu[data-v-1967941a]:active {
    color: #1a1a1a;
    background-color: transparent;
    position: relative;
    z-index: 2;
}
.nav-primary .current .overflow-menu .button-overflow-menu:focus span[data-v-1967941a], .nav-primary .current .overflow-menu .button-overflow-menu:active span[data-v-1967941a] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[data-v-1967941a]:hover {
    color: #1a1a1a;
    background-color: transparent;
}
.nav-primary .current .overflow-menu .button-overflow-menu:hover span[data-v-1967941a] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-1967941a] {
    background-color: #454545;
    color: white;
}
.nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true] span[data-v-1967941a] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-1967941a]:hover, .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-1967941a]:focus, .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-1967941a]:active {
    background-color: #454545;
    color: white;
}
.nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true]:hover span[data-v-1967941a], .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true]:focus span[data-v-1967941a], .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true]:active span[data-v-1967941a] {
    border-bottom: 7px solid #0059b3;
}
}
.nav-primary .current > a[data-v-1967941a], .nav-primary .current > .overflow-menu > .button-overflow-menu[data-v-1967941a] {
  color: #1a1a1a;
}
@media (min-width: 992px) {
.nav-primary .current > a[data-v-1967941a], .nav-primary .current > .overflow-menu > .button-overflow-menu[data-v-1967941a] {
    font-weight: 500;
}
}
.nav-primary[data-v-1967941a] {
  /*region: nav-primary overflow menu */
}
.nav-primary .overflow-menu[data-v-1967941a] {
  display: block;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu[data-v-1967941a] {
    display: inline-block;
}
}
.nav-primary .overflow-menu .button-overflow-menu[data-v-1967941a] {
  color: #1a1a1a;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  padding-top: 15px;
  padding-bottom: 16px;
  padding-left: 0px;
  padding-right: 40px;
  white-space: normal;
  width: 100%;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .button-overflow-menu[data-v-1967941a] {
    padding-bottom: 0;
    width: unset;
    padding-right: 12px;
    padding-left: 12px;
}
}
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-1967941a]:after, .nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-1967941a]:before, .nav-primary .overflow-menu .button-overflow-menu[data-v-1967941a]:after, .nav-primary .overflow-menu .button-overflow-menu[data-v-1967941a]:before {
  display: none;
}
.nav-primary .overflow-menu .button-overflow-menu span[data-v-1967941a] {
  padding-right: 24px;
  display: block;
}
.nav-primary .overflow-menu .button-overflow-menu[data-v-1967941a]:focus, .nav-primary .overflow-menu .button-overflow-menu[data-v-1967941a]:active {
  outline: 4px solid #747474;
  color: #1a1a1a;
  z-index: 2;
  position: relative;
}
.nav-primary .overflow-menu .button-overflow-menu[data-v-1967941a]:hover {
  text-decoration: none;
  color: #1a1a1a;
  background-color: transparent;
}
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=false][data-v-1967941a] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px top 16px;
  background-size: 24px;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=false][data-v-1967941a] {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
}
}
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-1967941a] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px top 16px;
  background-size: 24px;
  background-color: white;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-1967941a] {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'%20fill='%23ffffff'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-color: #454545;
    color: white;
    position: relative;
    z-index: 2;
}
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-1967941a]:before, .nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-1967941a]:after {
    display: none;
}
}
.nav-primary .overflow-menu .overflow-menu-inner[data-v-1967941a] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.nav-primary .overflow-menu .overflow-menu-inner > li[data-v-1967941a] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.nav-primary .overflow-menu .overflow-menu-inner > li[data-v-1967941a]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.nav-primary .overflow-menu .overflow-menu-inner[data-v-1967941a] {
  background-color: white;
  border: none;
  border-top: 1px solid #BFBFBF;
  box-shadow: none;
  color: #1a1a1a;
  font-size: 1.6rem;
  line-height: 2.4rem;
  min-width: inherit;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  width: 100%;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner[data-v-1967941a] {
    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 a[data-v-1967941a] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  display: block;
  text-decoration: none;
}
.nav-primary .overflow-menu .overflow-menu-inner a[data-v-1967941a]:hover, .nav-primary .overflow-menu .overflow-menu-inner a[data-v-1967941a]:visited, .nav-primary .overflow-menu .overflow-menu-inner a[data-v-1967941a]:focus {
  color: #1a1a1a;
  background-color: transparent;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner a[data-v-1967941a]:hover, .nav-primary .overflow-menu .overflow-menu-inner a[data-v-1967941a]:visited, .nav-primary .overflow-menu .overflow-menu-inner a[data-v-1967941a]:focus {
    color: white;
    text-decoration: underline;
}
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner a[data-v-1967941a] {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: white;
    padding: 8px 16px;
}
}
.nav-primary .overflow-menu .overflow-menu-inner button[data-v-1967941a]:not(.button-overflow-menu) {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.nav-primary .overflow-menu .overflow-menu-inner button[data-v-1967941a]:not(.button-overflow-menu):hover, .nav-primary .overflow-menu .overflow-menu-inner button[data-v-1967941a]:not(.button-overflow-menu):focus {
  background-color: transparent;
  color: inherit;
}
.nav-primary[data-v-1967941a] {
  /*endregion*/
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list[data-v-1967941a] {
  list-style-type: none;
  margin-left: 16px;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list[data-v-1967941a] {
    margin-left: 0;
}
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list li[data-v-1967941a]:before {
  display: none;
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list a[data-v-1967941a] {
  text-decoration: none;
  color: #1a1a1a;
  background-color: transparent;
  display: block;
  padding: 15px 0 16px;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list a[data-v-1967941a] {
    background-color: transparent;
    color: white;
    padding: 8px 16px;
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list a[data-v-1967941a]:hover {
    text-decoration: underline;
}
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list[data-v-1967941a], .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list[data-v-1967941a] {
  margin-left: 16px;
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li a[data-v-1967941a], .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li a[data-v-1967941a] {
  padding: 11px 0 12px;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li:last-of-type a[data-v-1967941a], .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li:last-of-type a[data-v-1967941a] {
    padding: 8px 0 32px 0;
}
}
.nav-secondary[data-v-1967941a] {
  padding: 0 16px;
}
@media (min-width: 992px) {
.nav-secondary[data-v-1967941a] {
    display: flex;
    align-items: center;
    padding: 0;
}
}
.nav-secondary .nav-actions[data-v-1967941a] {
  padding: 0;
}
.nav-secondary + .nav-actions[data-v-1967941a] {
  padding: 0 16px 16px;
}
@media (min-width: 992px) {
.nav-secondary + .nav-actions[data-v-1967941a] {
    padding: 0 0 0 16px;
}
}
.nav-secondary .nav-secondary-heading[data-v-1967941a] {
  font-weight: 700;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
.nav-secondary .nav-secondary-heading + ul[data-v-1967941a] {
    margin-left: 16px;
}
}
@media (min-width: 992px) {
.navbar-primary[data-v-1967941a] {
    border-bottom: 1px solid #747474;
}
}
.navbar:last-of-type .nav-actions[data-v-1967941a] {
  border-bottom: none;
}
.navbar-inner[data-v-1967941a] {
  display: flex;
  flex-direction: column;
}
.navbar-inner.container[data-v-1967941a] {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
.navbar-inner.container[data-v-1967941a] {
    padding-left: 16px;
    padding-right: 16px;
}
}
@media (min-width: 992px) {
.navbar-inner[data-v-1967941a] {
    flex-direction: row;
    justify-content: space-between;
}
}
.pagination[data-v-1967941a] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
.pagination .pagination__dropdown[data-v-1967941a] {
  display: none;
}
@media (max-width: 767px) {
.pagination .pagination__dropdown[data-v-1967941a] {
    display: inline-flex;
}
}
.pagination .pagination__items[data-v-1967941a] {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
@media (max-width: 767px) {
.pagination .pagination__items[data-v-1967941a] {
    display: none;
}
}
.pagination .button.button-arrow[data-v-1967941a] {
  font-size: 1.6rem;
  appearance: none;
  background-color: transparent;
  border-style: none;
  color: #1a1a1a;
  text-decoration: underline;
  white-space: nowrap;
  width: auto;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.pagination .button.button-arrow.hidden[data-v-1967941a] {
  visibility: hidden;
}
.pagination .button.button-arrow .icon-svg[data-v-1967941a] {
  margin-right: 0;
}
@media (max-width: 767px) {
.pagination .button.button-arrow .pagination-nav-link[data-v-1967941a] {
    display: none;
}
}
@media (min-width: 768px) {
.pagination .button.button-first[data-v-1967941a], .pagination .button.button-last[data-v-1967941a] {
    display: none;
}
}
.pagination .button.button-previous .icon-svg[data-v-1967941a] {
  margin-right: 4px;
}
@media (max-width: 767px) {
.pagination .button.button-previous .icon-svg[data-v-1967941a] {
    margin-right: 0;
}
}
.pagination .button.button-next .icon-svg[data-v-1967941a] {
  margin-left: 4px;
}
@media (max-width: 767px) {
.pagination .button.button-next .icon-svg[data-v-1967941a] {
    margin-left: 0;
}
}
.pagination .pagination-mobile[data-v-1967941a] {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
}
@media (min-width: 768px) {
.pagination .pagination-mobile[data-v-1967941a] {
    display: none;
}
}
.pagination .pagination__items[data-v-1967941a] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.pagination .pagination__items > li[data-v-1967941a] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.pagination .pagination__items > li[data-v-1967941a]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.pagination .pagination__items[data-v-1967941a] {
  width: auto;
}
.pagination .pagination__items .pagination-item[data-v-1967941a] {
  margin-left: 8px;
  margin-right: 8px;
}
.pagination .pagination__items .pagination-item .current-page[data-v-1967941a] {
  appearance: none;
  display: inline-block;
  width: 100%;
  padding: 8px calc(16px - 2px) calc(8px - 2px);
  border-radius: 4px;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2rem;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  user-select: text;
  font-size: 1.8rem;
  color: white;
  background-color: #454545;
  border-color: #454545;
}
.toast-container[data-v-1967941a] {
  position: fixed;
  right: 16px;
  left: 16px;
  top: 16px;
  bottom: auto;
  z-index: 7000;
}
@media (min-width: 768px) {
.toast-container[data-v-1967941a] {
    right: 16px;
    left: auto;
    top: 48px;
    bottom: auto;
}
}
.toast[data-v-1967941a] {
  width: 100%;
  max-width: 100%;
  background-color: white;
  display: flex;
  transition: opacity 0.15s linear;
  margin-bottom: 16px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}
.toast[data-v-1967941a]:not(.show) {
  opacity: 0;
}
.toast.hide[data-v-1967941a] {
  display: none;
}
@media (min-width: 768px) {
.toast[data-v-1967941a] {
    width: 464px;
}
}
.toast .toast-icon[data-v-1967941a] {
  align-items: center;
  display: flex;
  padding-left: calc(16px + 24px);
  padding-right: 16px;
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center center;
}
.toast .toast-message[data-v-1967941a] {
  padding: 16px;
  position: relative;
  width: 100%;
}
.toast .toast-message .toast-close[data-v-1967941a] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.toast .toast-message .toast-close[data-v-1967941a]:hover, .toast .toast-message .toast-close[data-v-1967941a]:focus {
  background-color: transparent;
  color: inherit;
}
.toast .toast-message .toast-close[data-v-1967941a] {
  position: absolute;
  top: 16px;
  right: 16px;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012%2019%206.41z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.toast .toast-message p[data-v-1967941a] {
  margin: 0px;
  word-break: break-word;
}
.toast .toast-message p[data-v-1967941a]:first-of-type {
  margin-right: 32px;
}
.toast-success[data-v-1967941a] {
  background-color: #eeffe2;
}
.toast-warning[data-v-1967941a] {
  background-color: #ffeecc;
}
.toast-error[data-v-1967941a] {
  background-color: #ffe0e0;
}
.toast-info[data-v-1967941a] {
  background-color: #e2f2fb;
}
.toast-success .toast-icon[data-v-1967941a] {
  background-color: #358000;
}
.toast-warning .toast-icon[data-v-1967941a] {
  background-color: #febb30;
}
.toast-error .toast-icon[data-v-1967941a] {
  background-color: #CC0000;
}
.toast-info .toast-icon[data-v-1967941a] {
  background-color: #1B86C3;
}
.toast-success .toast-icon[data-v-1967941a] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm4.59-12.42L10%2014.17l-2.59-2.58L6%2013l4%204%208-8z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.toast-warning .toast-icon[data-v-1967941a] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%205.99L19.53%2019H4.47L12%205.99M12%202L1%2021h22L12%202zm1%2014h-2v2h2v-2zm0-6h-2v4h2v-4z'/%3e%3c/svg%3e");
}
.toast-error .toast-icon[data-v-1967941a] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.59%208L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208zM12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.toast-info .toast-icon[data-v-1967941a] {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.1.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20enable-background='new%200%200%2024%2024'%20xml:space='preserve'%3e%3cg%20id='Bounding_Boxes'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_3'%20display='none'%3e%3c/g%3e%3cpath%20fill='none'%20d='M0,0h24v24H0V0z'/%3e%3c/g%3e%3cg%20id='Rounded'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_5'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,17L12,17c-0.55,0-1-0.45-1-1v-4%20c0-0.55,0.45-1,1-1h0c0.55,0,1,0.45,1,1v4C13,16.55,12.55,17,12,17z%20M13,9h-2V7h2V9z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Sharp'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_4'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M13,17h-2v-6h2V17z%20M13,9h-2V7h2V9z'%20/%3e%3c/g%3e%3c/g%3e%3cg%20id='Outline'%20fill='%23ffffff'%3e%3cg%20id='ui_x5F_spec_x5F_header'%20display='none'%3e%3c/g%3e%3cg%3e%3crect%20x='11'%20y='7'%20width='2'%20height='2'/%3e%3crect%20x='11'%20y='11'%20width='2'%20height='6'/%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20c0-4.41,3.59-8,8-8s8,3.59,8,8C20,16.41,16.41,20,12,20z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Duotone'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_2'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20opacity='0.3'%20d='M12,4c-4.41,0-8,3.59-8,8c0,4.41,3.59,8,8,8s8-3.59,8-8C20,7.59,16.41,4,12,4z%20M13,17h-2v-6h2V17z%20M13,9h-2%20V7h2V9z'/%3e%3crect%20x='11'%20y='7'%20width='2'%20height='2'/%3e%3crect%20x='11'%20y='11'%20width='2'%20height='6'/%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20c0-4.41,3.59-8,8-8s8,3.59,8,8C20,16.41,16.41,20,12,20z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Material'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M13,17h-2v-6h2V17z%20M13,9h-2V7h2V9z'%20/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.search[data-v-1967941a] {
  display: flex;
}
.search .form-input[data-v-1967941a] {
  background-color: white;
  margin-top: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search .form-input[data-v-1967941a]:focus {
  z-index: 1;
}
.search .button-search[data-v-1967941a] {
  background-color: white;
  border: 1px solid #747474;
  border-left: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  color: #1a1a1a;
  font-weight: 400;
  width: inherit;
}
.search .button-search[data-v-1967941a]:hover {
  background-color: #DCDCDC;
}
input[type=search][data-v-1967941a] { /* stylelint-disable-line selector-no-qualifying-type */
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}
.sidenav-list[data-v-1967941a] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.sidenav-list > li[data-v-1967941a] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.sidenav-list > li[data-v-1967941a]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.sidenav-list ul[data-v-1967941a] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.sidenav-list ul > li[data-v-1967941a] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.sidenav-list ul > li[data-v-1967941a]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.sidenav-list[data-v-1967941a] {
  border-bottom: 1px solid #BFBFBF;
  border-top: 1px solid #BFBFBF;
}
.sidenav-list a[data-v-1967941a] {
  display: block;
  border: none;
  color: #1a1a1a;
  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[data-v-1967941a]:focus {
  outline-offset: 0;
  position: relative;
  z-index: 1;
}
.sidenav-list > li.current > a[data-v-1967941a], .sidenav-list > li.current > ul > li > a[data-v-1967941a] {
  padding-left: calc(16px - 4px);
}
.sidenav-list li[data-v-1967941a]:hover {
  background-color: #F5F5F5;
}
.sidenav-list li a[data-v-1967941a]:hover {
  text-decoration: none;
  color: #1a1a1a;
}
.sidenav-list li.sidenav-error[data-v-1967941a] {
  background-color: #ffe0e0;
}
.sidenav-list li.sidenav-error.current[data-v-1967941a] {
  background-color: #ffe0e0;
}
.sidenav-list li.sidenav-error[data-v-1967941a]:hover {
  background-color: #ffe0e0;
}
.sidenav-list li.sidenav-error .sidenav-information[data-v-1967941a] {
  color: #454545;
  font-weight: 400;
}
.sidenav-list li a[data-v-1967941a] {
  display: flex;
  flex-wrap: nowrap;
}
.sidenav-list li a ul[data-v-1967941a] {
  width: 100%;
}
.sidenav-list li a .sidenav-icon-before[data-v-1967941a] {
  line-height: 23px;
  text-align: left;
}
.sidenav-list li a .sidenav-icon[data-v-1967941a] {
  margin-left: auto;
  width: 22px;
  height: 22px;
  line-height: 23px;
  text-align: center;
  float: right;
}
.sidenav-list li a[data-v-1967941a] {
  /* 'sidenav-title' used before 9.0.0 to style title text in stepguide - to be removed at some point as breaking change */
}
.sidenav-list li a .sidenav-title[data-v-1967941a] {
  margin-left: 4px;
  white-space: pre-line;
}
.sidenav-list li a .sidenav-number[data-v-1967941a] {
  margin-right: 4px;
}
.sidenav-list li a .sidenav-information[data-v-1967941a] {
  color: #747474;
  margin: 0;
  display: block;
  width: 100%;
}
.sidenav-list li a[data-v-1967941a]:focus {
  background-color: transparent;
}
.sidenav-list li.current > a[data-v-1967941a] {
  font-weight: 500;
}
.sidenav-list li.current .sidenav-information[data-v-1967941a] {
  color: #454545;
  font-weight: 400;
}
.sidenav-list li.active > a[data-v-1967941a] {
  color: #1a1a1a;
  font-weight: 500;
}
.sidenav-list > li > ul > li > ul > li > a[data-v-1967941a] {
  padding-left: 24px;
}
.sidenav-list > li > ul > li > ul > li > ul > li > a[data-v-1967941a] {
  padding-left: 32px;
}
.sidenav-list > li > ul > li > ul > li > ul > li > ul > li > a[data-v-1967941a] {
  padding-left: 40px;
}
.sidenav-list > li > ul > li > ul > li > ul > li > ul > li > ul > li > a[data-v-1967941a] {
  padding-left: 48px;
}
.sidenav-list > li.has-anchor-links > ul > li > a[data-v-1967941a] {
  padding-left: calc(8px * 4);
}
.sidenav-list > li:not(.has-anchor-links) > ul > li.has-anchor-links > ul > li > a[data-v-1967941a] {
  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[data-v-1967941a] {
  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[data-v-1967941a] {
  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[data-v-1967941a] {
  padding-left: calc(8px * 7);
}
.sidenav-list > li[data-v-1967941a] {
  background-color: transparent;
  font-size: 1.6rem;
  border-top: 1px solid #BFBFBF;
}
.sidenav-list > li.active > a[data-v-1967941a] {
  color: #1a1a1a;
}
.sidenav-list > li.current[data-v-1967941a] {
  border-left: 4px solid #0059b3;
  background-color: #f6fbff;
}
.sidenav-list > li[data-v-1967941a]:first-child {
  border-top: none;
}
.sidenav-list > li:last-child a[data-v-1967941a] {
  padding-bottom: calc(8px - 1px);
}
.sidenav-list > li li[data-v-1967941a] {
  border-top: 1px solid #DCDCDC;
  font-size: 1.4rem;
}
.sidenav-list li.disabled[data-v-1967941a] {
  cursor: not-allowed;
}
.sidenav-list li.disabled a[data-v-1967941a] {
  cursor: not-allowed;
  color: #454545;
}
.sidenav-list li.disabled a[data-v-1967941a]:hover {
  background-color: transparent;
  text-decoration: none;
  color: #454545;
  cursor: not-allowed;
}
.sidenav-list li.disabled.active[data-v-1967941a], .sidenav-list li.disabled.active a[data-v-1967941a] {
  color: #1a1a1a;
  background-color: transparent;
}
.sidenav-list li.disabled[data-v-1967941a]:hover, .sidenav-list li.disabled.active a[data-v-1967941a]:hover {
  color: #1a1a1a;
  background-color: white;
}
.sidenav-list li.disabled.sidenav-error[data-v-1967941a] {
  background-color: #ffe0e0;
}
.sidenav-list li.disabled.sidenav-error.active a[data-v-1967941a]:hover {
  background-color: #ffe0e0;
}
.sidenav-sub_list[data-v-1967941a] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.sidenav-sub_list > li[data-v-1967941a] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.sidenav-sub_list > li[data-v-1967941a]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.sidenav-sub_list[data-v-1967941a] {
  margin: 0;
  width: 100%;
}
.sidenav-sub_list li[data-v-1967941a] {
  border: none;
}
.sidenav-sub_list li:last-child a[data-v-1967941a] {
  padding-bottom: 8px;
}
.sidenav-sub_list a[data-v-1967941a] {
  padding-top: 8px;
  line-height: 2.4rem;
}
.sidenav-sub_list li:not(.has-anchor-links) .sidenav-sub_list a[data-v-1967941a]:focus {
  outline-offset: 0;
}
.sidebar-col[data-v-1967941a] {
  max-width: 300px;
}
.language-switcher[data-v-1967941a] {
  border-top: 1px solid #DCDCDC;
  background-color: white;
  padding-top: 24px;
}
@media (min-width: 768px) {
.language-switcher[data-v-1967941a] {
    margin-top: -24px;
    padding-top: 16px;
}
}
.language-switcher ul[data-v-1967941a] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.language-switcher ul > li[data-v-1967941a] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.language-switcher ul > li[data-v-1967941a]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.language-switcher ul[data-v-1967941a] {
  max-width: none !important;
}
.language-switcher ul > li[data-v-1967941a] {
  margin-bottom: 12px;
  padding-left: 32px;
}
@media (min-width: 768px) {
.language-switcher ul > li[data-v-1967941a] {
    display: inline-block;
    padding-left: 0;
}
.language-switcher ul > li[data-v-1967941a]::after {
    display: inline-block;
    content: "|";
    margin-left: calc(16px - 1px);
    margin-right: 16px;
}
.language-switcher ul > li[data-v-1967941a]:last-of-type::after {
    content: "";
}
}
.language-switcher ul > li a[data-v-1967941a], .language-switcher ul > li a[data-v-1967941a]:hover, .language-switcher ul > li a[data-v-1967941a]:visited, .language-switcher ul > li a[data-v-1967941a]:active, .language-switcher ul > li a[data-v-1967941a]:focus {
  color: #1a1a1a;
  display: inline-block;
}
.language-switcher ul > li a svg[data-v-1967941a], .language-switcher ul > li a:hover svg[data-v-1967941a], .language-switcher ul > li a:visited svg[data-v-1967941a], .language-switcher ul > li a:active svg[data-v-1967941a], .language-switcher ul > li a:focus svg[data-v-1967941a] {
  margin-top: -4px;
  margin-right: 8px;
  display: inline-block;
}
.language-switcher ul > li[data-v-1967941a]:first-of-type {
  padding-left: 0px;
}
.language-switcher ul > li:first-of-type a[data-v-1967941a], .language-switcher ul > li:first-of-type a[data-v-1967941a]:hover, .language-switcher ul > li:first-of-type a[data-v-1967941a]:visited, .language-switcher ul > li:first-of-type a[data-v-1967941a]:active, .language-switcher ul > li:first-of-type a[data-v-1967941a]:focus {
  padding-left: 0;
  font-weight: 600;
  color: #454545;
  text-decoration: none;
  border-left: 0;
}
.language-switcher ul > li:last-of-type a[data-v-1967941a], .language-switcher ul > li:last-of-type a[data-v-1967941a]:hover, .language-switcher ul > li:last-of-type a[data-v-1967941a]:visited, .language-switcher ul > li:last-of-type a[data-v-1967941a]:active, .language-switcher ul > li:last-of-type a[data-v-1967941a]:focus {
  padding-right: 0;
}
a.skipnav[data-v-1967941a] {
  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;
}
a.skipnav[data-v-1967941a]:focus {
  outline: 4px solid #747474;
  background-color: white;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out;
  padding: 1rem 8px;
  margin-top: calc(16px - 1px);
  margin-left: 8px;
}
#main-content[data-v-1967941a]:focus {
  outline: 4px solid #747474;
}
.card[data-v-1967941a] {
  position: relative;
  border-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #747474;
  overflow: hidden;
  background: white;
}
.card-small[data-v-1967941a] > :last-of-type {
  padding-bottom: 24px;
}
.card-medium[data-v-1967941a] > :last-of-type {
  padding-bottom: 24px;
}
.card-large[data-v-1967941a] > :last-of-type {
  padding-bottom: 24px;
}
.card-align-height[data-v-1967941a] {
  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[data-v-1967941a] > * {
  width: 100%;
}
.card-align-height .card-footer[data-v-1967941a] {
  margin-top: auto;
}
.card p[data-v-1967941a] {
  max-width: 60ch;
  margin-top: 16px;
  margin-bottom: 0;
}
.card p[data-v-1967941a]:first-child {
  margin-top: 0;
}
.card h1[data-v-1967941a], .card .h1[data-v-1967941a],
.card h2[data-v-1967941a], .card .h2[data-v-1967941a],
.card h3[data-v-1967941a], .card .h3[data-v-1967941a],
.card h4[data-v-1967941a], .card .h4[data-v-1967941a],
.card h5[data-v-1967941a], .card .h5[data-v-1967941a] {
  margin: 0;
}
.card-header[data-v-1967941a] {
  background-color: white;
  padding: 16px 24px;
}
.card-header .header-title[data-v-1967941a] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}
.card-header .header-title.large-text[data-v-1967941a] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
.card-header .header-title.large-text[data-v-1967941a] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
.card-header .header-title.large-text[data-v-1967941a] {
    font-size: 3.9rem;
}
}
.card-header .header-title.large-text[data-v-1967941a] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
.card-header .header-title.large-text[data-v-1967941a] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
.card-header .header-title.large-text[data-v-1967941a] {
    line-height: 4.8rem;
}
}
.card-header .header-title.large-text[data-v-1967941a] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
.card-header .header-title.large-text[data-v-1967941a] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
.card-header .header-title.large-text[data-v-1967941a] {
    letter-spacing: normal;
}
}
.card-header .header-title.large-text[data-v-1967941a] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
  color: #454545;
}
.card-header .sub-header[data-v-1967941a] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  color: #747474;
}
.card-text[data-v-1967941a] {
  background-color: white;
  padding: 16px 24px;
}
.card-text .text[data-v-1967941a] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 16px;
  color: #454545;
  margin-bottom: 0;
}
.card-content[data-v-1967941a] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  padding: 0;
  color: #454545;
  background-color: white;
}
.card-content ul[data-v-1967941a] {
  margin-bottom: 0;
}
.card-content div[data-v-1967941a]:first-child {
  margin-top: 0;
}
.card-content .content-text[data-v-1967941a] {
  margin-top: 16px;
}
.card-content .content[data-v-1967941a] {
  text-align: center;
}
.card-action[data-v-1967941a] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  padding: 16px 24px;
  color: #454545;
  margin-bottom: 0;
  background-color: white;
}
.card-action div[data-v-1967941a]:first-child {
  margin-top: 0;
}
.card-action[data-v-1967941a]:last-child {
  border-bottom: 0;
}
.card-action .action-buttons button[data-v-1967941a] {
  margin-right: 16px;
  margin-top: 8px;
}
@media (min-width: 768px) {
.card-action .action-buttons button[data-v-1967941a] {
    margin-right: 16px;
    margin-top: 8px;
}
}
@media (min-width: 576px) {
.card-action .action-buttons .button + .button[data-v-1967941a] {
    margin-left: 0px;
}
.card-action .action-buttons .button + .button[data-v-1967941a]:first-child {
    margin-left: 0;
}
}
.card-action .action-links[data-v-1967941a] {
  margin-top: 16px;
}
.card-action .action-links ul[data-v-1967941a] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.card-action .action-links ul > li[data-v-1967941a] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.card-action .action-links ul > li[data-v-1967941a]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.card-action .action-links ul[data-v-1967941a] {
  padding-left: 0;
}
.card-action .action-links ul li[data-v-1967941a] {
  margin-top: 8px !important;
}
.card-action .action-functionlinks[data-v-1967941a] {
  margin-top: 16px;
  text-align: right;
}
.card-action .action-functionlinks .function-link[data-v-1967941a], .card-action .action-functionlinks button.accordion-bulk-button[data-v-1967941a] {
  margin-left: 16px;
}
.card-header + .card-text[data-v-1967941a] {
  padding-top: 0;
}
.card-header + .card-content[data-v-1967941a] {
  padding-top: 0;
}
.card-header + .card-action[data-v-1967941a] {
  padding-top: 0;
}
.card-header + .card-header[data-v-1967941a] {
  padding-top: 0;
}
.card-text + .card-header[data-v-1967941a] {
  padding-top: 0;
}
.card-text + .card-content[data-v-1967941a] {
  padding-top: 0;
}
.card-text + .card-action[data-v-1967941a] {
  padding-top: 0;
}
.card-text + .card-text[data-v-1967941a] {
  padding-top: 0;
}
.card-action + .card-text[data-v-1967941a] {
  padding-top: 0;
}
.card-action + .card-header[data-v-1967941a] {
  padding-top: 0;
}
.card-action + .card-content[data-v-1967941a] {
  padding-top: 0;
}
.card-action + .card-action[data-v-1967941a] {
  padding-top: 0;
}
.card > .list-group:first-child .list-group-item[data-v-1967941a]:first-child {
  border-radius: 0px;
}
.card > .list-group:last-child .list-group-item[data-v-1967941a]:last-child {
  border-radius: 0px;
}
.card-center[data-v-1967941a] {
  text-align: center;
}
.overflow-menu + h1[data-v-1967941a] {
  margin-top: 0;
}
.overflow-menu[data-v-1967941a] {
  display: block;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
.overflow-menu[data-v-1967941a] {
    width: auto;
    display: inline-block;
}
}
.overflow-menu .button-overflow-menu[data-v-1967941a] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.overflow-menu .button-overflow-menu[data-v-1967941a]:hover, .overflow-menu .button-overflow-menu[data-v-1967941a]:focus {
  background-color: transparent;
  color: inherit;
}
.overflow-menu .button-overflow-menu[data-v-1967941a] {
  min-height: 40px;
  min-width: 40px;
  padding: 8px 0;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  position: relative;
  cursor: pointer;
}
.overflow-menu .button-overflow-menu[data-v-1967941a]:hover {
  text-decoration: underline;
}
.overflow-menu .button-overflow-menu[data-v-1967941a]:after, .overflow-menu .button-overflow-menu[data-v-1967941a]:before {
  display: none;
  bottom: 100%;
  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[data-v-1967941a]:after {
  border-bottom-color: white;
  border-width: calc(8px - 1px);
  margin-left: calc((8px - 1px) * -1);
}
.overflow-menu .button-overflow-menu[data-v-1967941a]:before {
  border-bottom-color: #747474;
  border-width: 8px;
  margin-left: calc(8px * -1);
}
.overflow-menu .button-overflow-menu[aria-expanded=true][data-v-1967941a]:after, .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-1967941a]:before {
  display: block;
}
.overflow-menu.overflow-menu--hover-bg .button-overflow-menu[data-v-1967941a] {
  padding: 0;
}
.overflow-menu.overflow-menu--hover-bg .button-overflow-menu[data-v-1967941a]:hover {
  background-color: #F5F5F5;
}
.overflow-menu .overflow-menu-inner[data-v-1967941a] {
  position: absolute;
  width: 100%;
  z-index: 2;
  border: 1px solid #747474;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  background: white;
  padding-top: 8px;
  padding-bottom: 8px;
  top: calc(100% + 8px);
}
@media (min-width: 768px) {
.overflow-menu .overflow-menu-inner[data-v-1967941a] {
    width: auto;
}
}
@media (min-width: 576px) {
.overflow-menu .overflow-menu-inner[data-v-1967941a] {
    min-width: 28rem;
}
}
.overflow-menu .overflow-menu-inner[aria-hidden=true][data-v-1967941a] {
  display: none;
}
.overflow-menu .overflow-list[data-v-1967941a] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.overflow-menu .overflow-list > li[data-v-1967941a] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.overflow-menu .overflow-list > li[data-v-1967941a]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.overflow-menu .overflow-list[data-v-1967941a] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #1a1a1a;
}
.overflow-menu .overflow-list button[data-v-1967941a] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.overflow-menu .overflow-list button[data-v-1967941a]:hover, .overflow-menu .overflow-list button[data-v-1967941a]:focus {
  background-color: transparent;
  color: inherit;
}
.overflow-menu .overflow-list button[data-v-1967941a] {
  line-height: 2.4rem;
  cursor: pointer;
}
.overflow-menu .overflow-list a[data-v-1967941a] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  display: block;
  text-decoration: none;
  line-height: 2.4rem;
}
.overflow-menu .overflow-list a[data-v-1967941a]:hover, .overflow-menu .overflow-list a[data-v-1967941a]:visited, .overflow-menu .overflow-list a[data-v-1967941a]:focus {
  color: #1a1a1a;
}
.overflow-menu .overflow-list button[data-v-1967941a],
.overflow-menu .overflow-list a[data-v-1967941a] {
  padding: 8px 16px;
  width: 100%;
}
.overflow-menu .overflow-list button[data-v-1967941a]:hover,
.overflow-menu .overflow-list a[data-v-1967941a]:hover {
  background-color: #F5F5F5;
}
.overflow-menu:not(.overflow-menu--md-no-responsive):not(.overflow-menu--lg-no-responsive) .sidenav-list[data-v-1967941a] {
  border-top: 0;
  border-bottom: 0;
}
@media (max-width: 767px) {
.overflow-menu.overflow-menu--md-no-responsive .sidenav-list[data-v-1967941a] {
    border-top: 0;
    border-bottom: 0;
}
}
@media (max-width: 991px) {
.overflow-menu.overflow-menu--lg-no-responsive .sidenav-list[data-v-1967941a] {
    border-top: 0;
    border-bottom: 0;
}
}
@media (min-width: 768px) {
.overflow-menu--open-right .overflow-menu-inner[data-v-1967941a] {
    left: calc(50% - 19px);
}
.overflow-menu--open-right .overflow-menu-inner[data-v-1967941a]:after {
    left: 13px;
}
}
.overflow-menu--open-left .overflow-menu-inner[data-v-1967941a] {
  right: calc(50% - 19px);
}
.overflow-menu--open-left .overflow-menu-inner[data-v-1967941a]:after {
  right: 13px;
}
.overflow-menu--open-left .overflow-menu-inner li[data-v-1967941a],
.overflow-menu--open-left .overflow-menu-inner a[data-v-1967941a],
.overflow-menu--open-left .overflow-menu-inner button[data-v-1967941a] {
  text-align: right;
}
.overflow-menu--open-left .overflow-menu-inner li .icon-svg[data-v-1967941a],
.overflow-menu--open-left .overflow-menu-inner a .icon-svg[data-v-1967941a],
.overflow-menu--open-left .overflow-menu-inner button .icon-svg[data-v-1967941a] {
  float: right;
  margin-right: 4px;
}
@media (min-width: 768px) {
.overflow-menu.overflow-menu--md-no-responsive[data-v-1967941a] {
    display: block;
}
.overflow-menu.overflow-menu--md-no-responsive[data-v-1967941a]:before, .overflow-menu.overflow-menu--md-no-responsive[data-v-1967941a]:after {
    display: none;
}
.overflow-menu.overflow-menu--md-no-responsive .button-overflow-menu[data-v-1967941a] {
    display: none;
}
.overflow-menu.overflow-menu--md-no-responsive .overflow-menu-inner[data-v-1967941a] {
    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[data-v-1967941a] {
    display: block;
}
.overflow-menu.overflow-menu--lg-no-responsive[data-v-1967941a]:before, .overflow-menu.overflow-menu--lg-no-responsive[data-v-1967941a]:after {
    display: none;
}
.overflow-menu.overflow-menu--lg-no-responsive .button-overflow-menu[data-v-1967941a] {
    display: none;
}
.overflow-menu.overflow-menu--lg-no-responsive .overflow-menu-inner[data-v-1967941a] {
    display: block !important;
    width: 100%;
    max-width: 100%;
    position: static;
    box-shadow: none;
    border: none;
    min-width: auto;
}
}
.overflow-menu--sort .button-overflow-menu[data-v-1967941a] {
  text-decoration: underline;
  line-height: 2.4rem;
}
.overflow-menu--sort .button-overflow-menu .selected-value[data-v-1967941a] {
  text-decoration: none;
  display: inline-block;
  margin-left: 4px;
  font-weight: 600;
}
.overflow-menu--sort .button-overflow-menu svg[data-v-1967941a] {
  margin-right: 4px;
}
.overflow-menu--sort .overflow-menu-inner .overflow-list li button[aria-current=true][data-v-1967941a] {
  font-weight: 600;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9%2016.2L4.8%2012l-1.4%201.4L9%2019%2021%207l-1.4-1.4L9%2016.2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
}
@media (min-width: 768px) {
.tabnav[data-v-1967941a] {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
}
.tabnav > li[data-v-1967941a] {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}
.tabnav > li[data-v-1967941a]::before {
    content: "" !important;
    padding-right: 0 !important;
}
.tabnav[data-v-1967941a] {
    list-style-type: none;
    padding: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
}
.tabnav > button[data-v-1967941a] {
  max-width: none;
  text-decoration: none;
  margin-top: 8px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
.tabnav > button[data-v-1967941a] {
    border: none;
}
}
.tabnav > button[aria-selected=true][data-v-1967941a] {
  background-color: #DCDCDC;
  border-radius: 3px 3px 0 0;
}
.tabnav > button[aria-selected=false][data-v-1967941a] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 2.4rem;
  border-radius: 3px;
}
.tabnav > button[aria-selected=false][data-v-1967941a]:focus {
  background-color: #F5F5F5;
}
@media (min-width: 768px) {
.tabnav > button[data-v-1967941a] {
    display: inline-block;
    width: auto;
    color: #1a1a1a;
    text-align: center;
    text-decoration: none;
    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 white;
}
.tabnav > button[aria-selected=false][data-v-1967941a] {
    background-color: #F5F5F5;
    background-image: none;
    border-radius: 0px;
}
.tabnav > button[data-v-1967941a]:hover {
    background-color: #DCDCDC;
}
.tabnav > button[data-v-1967941a]:focus {
    outline: none;
}
.tabnav > button:focus span[data-v-1967941a] {
    outline: 4px solid #747474;
}
.tabnav > button[aria-selected=true][data-v-1967941a] {
    background-color: white;
    background-image: none;
    border: 1px solid #747474;
    padding-left: calc(24px - 1px);
    padding-right: calc(24px - 1px);
    border-bottom: 1px solid white;
    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[data-v-1967941a]:not(.sr-only) {
    display: block;
}
}
@media (min-width: 768px) {
.tabnav > button[data-v-1967941a]:last-of-type {
    margin-right: 8px;
}
}
@media (min-width: 768px) {
.tabnav-panel[data-v-1967941a] {
    display: none;
    border: 1px solid #747474;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: calc(16px);
    background-color: transparent;
    position: relative;
    z-index: 300;
}
.tabnav-panel[data-v-1967941a]:focus {
    outline: 4px solid #747474;
    outline-offset: 1px;
}
}
.tabnav-panel[aria-hidden=false][data-v-1967941a] {
  display: block;
  order: 1000;
  width: 100%;
}
.page-navigation[data-v-1967941a] {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
.page-navigation[data-v-1967941a] {
    display: inline-flex;
}
}
.page-navigation .button + .button[data-v-1967941a] {
  margin-top: 8px;
  margin-left: 0;
}
.js-tooltip[data-v-1967941a] {
  display: inline-block;
}
.js-tooltip svg[data-v-1967941a] {
  pointer-events: none;
}
.popover[data-v-1967941a] {
  cursor: pointer;
}
.tooltip-link[data-v-1967941a] {
  border-bottom: 1px dotted #1a1a1a;
  display: inline;
  text-decoration: none;
}
.tooltip-link[data-v-1967941a]:link, .tooltip-link[data-v-1967941a]:active, .tooltip-link[data-v-1967941a]:hover, .tooltip-link[data-v-1967941a]:visited, .tooltip-link[data-v-1967941a]:focus {
  color: #1a1a1a;
}
.tooltip[data-v-1967941a] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  font-size: 1.6rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  background-color: white;
  border: 1px solid #747474;
  border-radius: 4px;
  padding: 0.3rem 0.6rem;
}
.tooltip-popper[data-v-1967941a] {
  position: absolute;
  max-width: 66ch;
}
.tooltip-popper .tooltip-arrow[data-v-1967941a] {
  position: absolute;
}
.tooltip-popper .tooltip-arrow.down[data-v-1967941a] {
  border-top: 8px solid #747474;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  bottom: -7px;
  left: calc(50% - 8px);
}
.tooltip-popper .tooltip-arrow.down[data-v-1967941a]:after {
  content: "";
  border-top: 7px solid white;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  display: block;
  position: absolute;
  bottom: 1px;
  margin-left: -7px;
}
.tooltip-popper .tooltip-arrow.up[data-v-1967941a] {
  border-bottom: 8px solid #747474;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  top: -7px;
  left: calc(50% - 8px);
}
.tooltip-popper .tooltip-arrow.up[data-v-1967941a]:after {
  content: "";
  border-bottom: 7px solid white;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  display: block;
  position: absolute;
  top: 1px;
  margin-left: -7px;
}
@media print {
html[data-v-1967941a] {
    font-family: Georgia, "Times New Roman", Serif;
    font-size: 48%;
}
body[data-v-1967941a] {
    display: block;
    min-height: 0;
}
.page-container[data-v-1967941a] {
    display: block;
}
fieldset[data-v-1967941a] {
    page-break-before: avoid;
    page-break-inside: auto;
    display: block;
    overflow: visible !important;
}
.form-group[data-v-1967941a] {
    page-break-inside: avoid;
}
.form-label[data-v-1967941a] {
    page-break-after: avoid;
}
.header .logo[data-v-1967941a], .header .portal-header .logo[data-v-1967941a] {
    height: auto;
    width: auto;
    background-image: none;
}
.header .portal-header[data-v-1967941a] {
    overflow: hidden;
}
.header .portal-header .portal-header-inner[data-v-1967941a] {
    display: block;
}
.header .portal-header .portal-info[data-v-1967941a] {
    display: block;
    float: right;
}
.header .solution-header .solution-header-inner[data-v-1967941a] {
    display: block;
    overflow: hidden;
}
.header .solution-header .solution-heading[data-v-1967941a] {
    display: inline-block;
}
.header .solution-header .solution-info[data-v-1967941a] {
    display: block;
    float: right;
    margin-left: 0;
    text-align: right;
}
}
@media print and (min-width: 992px) {
.header .solution-header .solution-info[data-v-1967941a] {
    margin-left: 0;
}
}
@media print {
footer .footer[data-v-1967941a] {
    margin-top: 32px;
    padding-bottom: 0;
}
footer .footer .inline-list > li[data-v-1967941a] {
    display: inline-block;
}
footer .footer .inline-list > li + li[data-v-1967941a] {
    margin-left: 16px;
}
.card[data-v-1967941a] {
    box-shadow: none;
}
}
@media print {
body.modal-active > header[data-v-1967941a] {
    display: none;
}
body.modal-active .page-container[data-v-1967941a] {
    display: none;
}
body.modal-active > footer[data-v-1967941a] {
    display: none;
}
body .modal .modal__overlay[data-v-1967941a] {
    display: block;
    position: relative;
    background-color: transparent;
}
body .modal .bg-modal[data-v-1967941a] {
    background-color: transparent !important;
    background: transparent !important;
}
body .modal .modal__header[data-v-1967941a] {
    display: block;
}
}
@media print and (min-width: 992px) {
body .modal .modal__footer[data-v-1967941a] {
    display: block;
}
}
@media print and (max-width: 767px) {
.table.table--responsive-headers[data-v-1967941a]:not(.d-print-table),
  .table.table-sm-responsive-headers[data-v-1967941a]:not(.d-print-table),
  .table.table-md-responsive-headers[data-v-1967941a]:not(.d-print-table),
  .table.table-lg-responsive-headers[data-v-1967941a]:not(.d-print-table),
  .table.table-xl-responsive-headers[data-v-1967941a]:not(.d-print-table) {
    display: block;
}
.table.table--responsive-headers:not(.d-print-table) thead[data-v-1967941a],
  .table.table-sm-responsive-headers:not(.d-print-table) thead[data-v-1967941a],
  .table.table-md-responsive-headers:not(.d-print-table) thead[data-v-1967941a],
  .table.table-lg-responsive-headers:not(.d-print-table) thead[data-v-1967941a],
  .table.table-xl-responsive-headers:not(.d-print-table) thead[data-v-1967941a] {
    display: none;
}
.table.table--responsive-headers:not(.d-print-table) tr[data-v-1967941a],
  .table.table-sm-responsive-headers:not(.d-print-table) tr[data-v-1967941a],
  .table.table-md-responsive-headers:not(.d-print-table) tr[data-v-1967941a],
  .table.table-lg-responsive-headers:not(.d-print-table) tr[data-v-1967941a],
  .table.table-xl-responsive-headers:not(.d-print-table) tr[data-v-1967941a] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table--responsive-headers:not(.d-print-table) tr[data-v-1967941a]:last-child,
  .table.table-sm-responsive-headers:not(.d-print-table) tr[data-v-1967941a]:last-child,
  .table.table-md-responsive-headers:not(.d-print-table) tr[data-v-1967941a]:last-child,
  .table.table-lg-responsive-headers:not(.d-print-table) tr[data-v-1967941a]:last-child,
  .table.table-xl-responsive-headers:not(.d-print-table) tr[data-v-1967941a]:last-child {
    border-bottom: 0;
}
.table.table--responsive-headers:not(.d-print-table) tr td[data-v-1967941a], .table.table--responsive-headers:not(.d-print-table) tr th[data-v-1967941a],
  .table.table-sm-responsive-headers:not(.d-print-table) tr td[data-v-1967941a],
  .table.table-sm-responsive-headers:not(.d-print-table) tr th[data-v-1967941a],
  .table.table-md-responsive-headers:not(.d-print-table) tr td[data-v-1967941a],
  .table.table-md-responsive-headers:not(.d-print-table) tr th[data-v-1967941a],
  .table.table-lg-responsive-headers:not(.d-print-table) tr td[data-v-1967941a],
  .table.table-lg-responsive-headers:not(.d-print-table) tr th[data-v-1967941a],
  .table.table-xl-responsive-headers:not(.d-print-table) tr td[data-v-1967941a],
  .table.table-xl-responsive-headers:not(.d-print-table) tr th[data-v-1967941a] {
    display: block;
    border: none !important;
}
.table.table--responsive-headers:not(.d-print-table) tr td[data-title][data-v-1967941a]:not([data-title=""]):before, .table.table--responsive-headers:not(.d-print-table) tr th[data-title][data-v-1967941a]:not([data-title=""]):before,
  .table.table-sm-responsive-headers:not(.d-print-table) tr td[data-title][data-v-1967941a]:not([data-title=""]):before,
  .table.table-sm-responsive-headers:not(.d-print-table) tr th[data-title][data-v-1967941a]:not([data-title=""]):before,
  .table.table-md-responsive-headers:not(.d-print-table) tr td[data-title][data-v-1967941a]:not([data-title=""]):before,
  .table.table-md-responsive-headers:not(.d-print-table) tr th[data-title][data-v-1967941a]:not([data-title=""]):before,
  .table.table-lg-responsive-headers:not(.d-print-table) tr td[data-title][data-v-1967941a]:not([data-title=""]):before,
  .table.table-lg-responsive-headers:not(.d-print-table) tr th[data-title][data-v-1967941a]:not([data-title=""]):before,
  .table.table-xl-responsive-headers:not(.d-print-table) tr td[data-title][data-v-1967941a]:not([data-title=""]):before,
  .table.table-xl-responsive-headers:not(.d-print-table) tr th[data-title][data-v-1967941a]: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[data-v-1967941a]:first-child,
  .table.table-sm-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-1967941a]:first-child,
  .table.table-md-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-1967941a]:first-child,
  .table.table-lg-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-1967941a]:first-child,
  .table.table-xl-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-1967941a]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table--responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-1967941a]:last-child,
  .table.table-sm-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-1967941a]:last-child,
  .table.table-md-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-1967941a]:last-child,
  .table.table-lg-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-1967941a]:last-child,
  .table.table-xl-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-1967941a]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table--responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-1967941a]:first-child, .table.table--responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-1967941a]:first-child,
  .table.table-sm-responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-1967941a]:first-child,
  .table.table-sm-responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-1967941a]:first-child,
  .table.table-md-responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-1967941a]:first-child,
  .table.table-md-responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-1967941a]:first-child,
  .table.table-lg-responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-1967941a]:first-child,
  .table.table-lg-responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-1967941a]:first-child,
  .table.table-xl-responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-1967941a]:first-child,
  .table.table-xl-responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-1967941a]:first-child {
    padding-left: 16px;
}
}
@media print {
.form-radio.radio-large:checked + label[data-v-1967941a]:after {
    border: 8px solid #1a1a1a;
}
.form-radio:checked + label[data-v-1967941a]:after {
    border: 4px solid #1a1a1a;
}
.form-checkbox:checked + label[data-v-1967941a]:before {
    background-color: transparent;
    border: 10px solid #1a1a1a;
}
.form-checkbox.checkbox-large:checked + label[data-v-1967941a]:before {
    border: 16px solid #1a1a1a;
}
}
.rich-tekst-menu-button[data-v-1967941a] {
  padding-left: 3px;
  padding-right: 3px;
  margin: 1px;
}
.rich-tekst-menu-button.toggled[data-v-1967941a] {
  background-color: #454545;
  color: #ffffff;
}
.rich-tekst-container[data-v-1967941a] {
  background-color: #ffffff;
}
.rich-tekst-content[data-v-1967941a] {
  min-height: 110px;
}
.limit-exceeded[data-v-1967941a] {
  color: #CC0000;
}
input[readonly][type=text][data-v-1967941a],
input[readonly][type=email][data-v-1967941a],
input[readonly][type=tel][data-v-1967941a],
input[readonly][type=number][data-v-1967941a],
textarea[readonly][data-v-1967941a] {
  border: 1px solid #747474;
  background-color: #F5F5F5;
  padding: calc(8px - 1px) calc(16px - 1px);
  margin-top: 8px;
}
.add-newline[data-v-1967941a] {
  white-space: pre-wrap;
}
[data-v-1967941a] :focus-visible {
  outline: none;
}
body[data-v-3d2b78bd] {
  overflow: scroll;
}
.mobile-view[data-v-3d2b78bd] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-3d2b78bd] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-3d2b78bd] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-3d2b78bd] {
  font-size: 1.6rem;
}
p[data-v-3d2b78bd] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-3d2b78bd] {
  color: #004D99;
}
a[data-v-3d2b78bd]:hover, a.link-hover[data-v-3d2b78bd] {
  color: #000040;
}
a[data-v-3d2b78bd]:hover:disabled,
a:hover .disabled[data-v-3d2b78bd], a.link-hover[data-v-3d2b78bd]:disabled,
a.link-hover .disabled[data-v-3d2b78bd] {
  background-color: transparent !important;
}
a[data-v-3d2b78bd]:focus, a.link-focus[data-v-3d2b78bd] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-3d2b78bd]:visited, a.link-visited[data-v-3d2b78bd] {
  color: #800080;
}
a[data-v-3d2b78bd]:disabled, a.disabled[data-v-3d2b78bd] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-3d2b78bd]:disabled:focus, a.disabled[data-v-3d2b78bd]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-3d2b78bd]:not(.button) {
  color: white;
}
.background-dark a[data-v-3d2b78bd]:disabled, .background-dark a.disabled[data-v-3d2b78bd] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-3d2b78bd]:disabled:focus, .background-dark a.disabled[data-v-3d2b78bd]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-3d2b78bd] {
  font-weight: 600;
}
a[data-v-3d2b78bd]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-3d2b78bd], .h1[data-v-3d2b78bd] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-3d2b78bd], .h1[data-v-3d2b78bd] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-3d2b78bd], .h1[data-v-3d2b78bd] {
    font-size: 3.9rem;
}
}
h1[data-v-3d2b78bd], .h1[data-v-3d2b78bd] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-3d2b78bd], .h1[data-v-3d2b78bd] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-3d2b78bd], .h1[data-v-3d2b78bd] {
    line-height: 4.8rem;
}
}
h1[data-v-3d2b78bd], .h1[data-v-3d2b78bd] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-3d2b78bd], .h1[data-v-3d2b78bd] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-3d2b78bd], .h1[data-v-3d2b78bd] {
    letter-spacing: normal;
}
}
h1[data-v-3d2b78bd], .h1[data-v-3d2b78bd] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-3d2b78bd], .h2[data-v-3d2b78bd] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-3d2b78bd], .h2[data-v-3d2b78bd] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-3d2b78bd], .h2[data-v-3d2b78bd] {
    font-size: 3.1rem;
}
}
h2[data-v-3d2b78bd], .h2[data-v-3d2b78bd] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-3d2b78bd], .h2[data-v-3d2b78bd] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-3d2b78bd], .h2[data-v-3d2b78bd] {
    line-height: 4rem;
}
}
h2[data-v-3d2b78bd], .h2[data-v-3d2b78bd] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-3d2b78bd], .h2[data-v-3d2b78bd] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-3d2b78bd], .h2[data-v-3d2b78bd] {
    letter-spacing: normal;
}
}
h2[data-v-3d2b78bd], .h2[data-v-3d2b78bd] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-3d2b78bd], .h3[data-v-3d2b78bd] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-3d2b78bd], .h3[data-v-3d2b78bd] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-3d2b78bd], .h3[data-v-3d2b78bd] {
    font-size: 2.5rem;
}
}
h3[data-v-3d2b78bd], .h3[data-v-3d2b78bd] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-3d2b78bd], .h3[data-v-3d2b78bd] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-3d2b78bd], .h3[data-v-3d2b78bd] {
    line-height: 3.2rem;
}
}
h3[data-v-3d2b78bd], .h3[data-v-3d2b78bd] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-3d2b78bd], .h3[data-v-3d2b78bd] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-3d2b78bd], .h3[data-v-3d2b78bd] {
    letter-spacing: normal;
}
}
h3[data-v-3d2b78bd], .h3[data-v-3d2b78bd] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-3d2b78bd], .h4[data-v-3d2b78bd] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-3d2b78bd], .h4[data-v-3d2b78bd] {
    font-size: 2rem;
}
}
h4[data-v-3d2b78bd], .h4[data-v-3d2b78bd] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-3d2b78bd], .h4[data-v-3d2b78bd] {
    line-height: 2.8rem;
}
}
h4[data-v-3d2b78bd], .h4[data-v-3d2b78bd] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-3d2b78bd], .h4[data-v-3d2b78bd] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-3d2b78bd], .h4[data-v-3d2b78bd] {
    letter-spacing: normal;
}
}
h4[data-v-3d2b78bd], .h4[data-v-3d2b78bd] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-3d2b78bd], .h5[data-v-3d2b78bd] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-3d2b78bd], .h5[data-v-3d2b78bd] {
    font-size: 1.6rem;
}
}
h5[data-v-3d2b78bd], .h5[data-v-3d2b78bd] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-3d2b78bd], .h5[data-v-3d2b78bd] {
    line-height: 2.4rem;
}
}
h5[data-v-3d2b78bd], .h5[data-v-3d2b78bd] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-3d2b78bd], .h5[data-v-3d2b78bd] {
    letter-spacing: normal;
}
}
h5[data-v-3d2b78bd], .h5[data-v-3d2b78bd] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-3d2b78bd], .h6[data-v-3d2b78bd] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-3d2b78bd], .body-text[data-v-3d2b78bd], .body-copy-text[data-v-3d2b78bd] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-3d2b78bd], .figcaption[data-v-3d2b78bd] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-3d2b78bd], .figcaption p[data-v-3d2b78bd] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-3d2b78bd] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-3d2b78bd] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-3d2b78bd] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-3d2b78bd], .small-text[data-v-3d2b78bd] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-3d2b78bd] {
  font-weight: 400;
}
.weight-semibold[data-v-3d2b78bd] {
  font-weight: 600;
}
.facit[data-v-3d2b78bd] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-3d2b78bd], b[data-v-3d2b78bd], .bold[data-v-3d2b78bd] {
  font-weight: 700;
}
.italic[data-v-3d2b78bd], em[data-v-3d2b78bd] {
  font-style: italic;
}
.form-label[data-v-3d2b78bd] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-3d2b78bd]:focus, .h1[data-v-3d2b78bd]:focus,
h2[data-v-3d2b78bd]:focus, .h2[data-v-3d2b78bd]:focus,
h3[data-v-3d2b78bd]:focus, .h3[data-v-3d2b78bd]:focus,
h4[data-v-3d2b78bd]:focus, .h4[data-v-3d2b78bd]:focus,
h5[data-v-3d2b78bd]:focus, .h5[data-v-3d2b78bd]:focus,
h6[data-v-3d2b78bd]:focus, .h6[data-v-3d2b78bd]:focus {
  outline: none;
}
h1[data-v-3d2b78bd], .h1[data-v-3d2b78bd] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-3d2b78bd], .h2[data-v-3d2b78bd] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-3d2b78bd], .h2[data-v-3d2b78bd] {
    margin-top: 4rem;
}
}
h3[data-v-3d2b78bd], .h3[data-v-3d2b78bd] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-3d2b78bd], .h3[data-v-3d2b78bd] {
    margin-top: 4rem;
}
}
h4[data-v-3d2b78bd], .h4[data-v-3d2b78bd] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-3d2b78bd], .h5[data-v-3d2b78bd] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-3d2b78bd], .h6[data-v-3d2b78bd] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-3d2b78bd] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-3d2b78bd], .body-text[data-v-3d2b78bd] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-3d2b78bd], h5 + ul[data-v-3d2b78bd], h5 + ol[data-v-3d2b78bd], .h5 + p[data-v-3d2b78bd], .h5 + ul[data-v-3d2b78bd], .h5 + ol[data-v-3d2b78bd], h6 + p[data-v-3d2b78bd], h6 + ul[data-v-3d2b78bd], h6 + ol[data-v-3d2b78bd], .h6 + p[data-v-3d2b78bd], .h6 + ul[data-v-3d2b78bd], .h6 + ol[data-v-3d2b78bd] {
  margin-top: 0;
}
button.function-link[data-v-3d2b78bd], button.accordion-bulk-button[data-v-3d2b78bd] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-3d2b78bd], button.accordion-bulk-button[data-v-3d2b78bd] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-3d2b78bd]:hover, button.accordion-bulk-button[data-v-3d2b78bd]:hover, .function-link[data-v-3d2b78bd]:visited, button.accordion-bulk-button[data-v-3d2b78bd]:visited, .function-link[data-v-3d2b78bd]:focus, button.accordion-bulk-button[data-v-3d2b78bd]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-3d2b78bd], button.accordion-bulk-button .icon-svg[data-v-3d2b78bd] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-3d2b78bd], button.link-right.accordion-bulk-button[data-v-3d2b78bd] {
  text-align: right;
}
.back-link[data-v-3d2b78bd] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-3d2b78bd] {
    margin-bottom: 32px;
}
}
.back-link[data-v-3d2b78bd] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-3d2b78bd]::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[data-v-3d2b78bd]:active, .back-link[data-v-3d2b78bd]:focus, .back-link[data-v-3d2b78bd]:hover, .back-link[data-v-3d2b78bd]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-3d2b78bd] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-3d2b78bd] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-3d2b78bd], h1 a[data-v-3d2b78bd]:hover, h1 a[data-v-3d2b78bd]:visited, h1 a[data-v-3d2b78bd]:focus, .h1 a[data-v-3d2b78bd], .h1 a[data-v-3d2b78bd]:hover, .h1 a[data-v-3d2b78bd]:visited, .h1 a[data-v-3d2b78bd]:focus,
h2 a[data-v-3d2b78bd],
h2 a[data-v-3d2b78bd]:hover,
h2 a[data-v-3d2b78bd]:visited,
h2 a[data-v-3d2b78bd]:focus, .h2 a[data-v-3d2b78bd], .h2 a[data-v-3d2b78bd]:hover, .h2 a[data-v-3d2b78bd]:visited, .h2 a[data-v-3d2b78bd]:focus,
h3 a[data-v-3d2b78bd],
h3 a[data-v-3d2b78bd]:hover,
h3 a[data-v-3d2b78bd]:visited,
h3 a[data-v-3d2b78bd]:focus, .h3 a[data-v-3d2b78bd], .h3 a[data-v-3d2b78bd]:hover, .h3 a[data-v-3d2b78bd]:visited, .h3 a[data-v-3d2b78bd]:focus,
h4 a[data-v-3d2b78bd],
h4 a[data-v-3d2b78bd]:hover,
h4 a[data-v-3d2b78bd]:visited,
h4 a[data-v-3d2b78bd]:focus, .h4 a[data-v-3d2b78bd], .h4 a[data-v-3d2b78bd]:hover, .h4 a[data-v-3d2b78bd]:visited, .h4 a[data-v-3d2b78bd]:focus,
h5 a[data-v-3d2b78bd],
h5 a[data-v-3d2b78bd]:hover,
h5 a[data-v-3d2b78bd]:visited,
h5 a[data-v-3d2b78bd]:focus, .h5 a[data-v-3d2b78bd], .h5 a[data-v-3d2b78bd]:hover, .h5 a[data-v-3d2b78bd]:visited, .h5 a[data-v-3d2b78bd]:focus,
h6 a[data-v-3d2b78bd],
h6 a[data-v-3d2b78bd]:hover,
h6 a[data-v-3d2b78bd]:visited,
h6 a[data-v-3d2b78bd]:focus, .h6 a[data-v-3d2b78bd], .h6 a[data-v-3d2b78bd]:hover, .h6 a[data-v-3d2b78bd]:visited, .h6 a[data-v-3d2b78bd]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-3d2b78bd], .h1 a.search-link[data-v-3d2b78bd],
h2 a.search-link[data-v-3d2b78bd], .h2 a.search-link[data-v-3d2b78bd],
h3 a.search-link[data-v-3d2b78bd], .h3 a.search-link[data-v-3d2b78bd],
h4 a.search-link[data-v-3d2b78bd], .h4 a.search-link[data-v-3d2b78bd],
h5 a.search-link[data-v-3d2b78bd], .h5 a.search-link[data-v-3d2b78bd],
h6 a.search-link[data-v-3d2b78bd], .h6 a.search-link[data-v-3d2b78bd] {
  text-decoration: none;
}
h1 a.search-link[data-v-3d2b78bd]:visited, .h1 a.search-link[data-v-3d2b78bd]:visited,
h2 a.search-link[data-v-3d2b78bd]:visited, .h2 a.search-link[data-v-3d2b78bd]:visited,
h3 a.search-link[data-v-3d2b78bd]:visited, .h3 a.search-link[data-v-3d2b78bd]:visited,
h4 a.search-link[data-v-3d2b78bd]:visited, .h4 a.search-link[data-v-3d2b78bd]:visited,
h5 a.search-link[data-v-3d2b78bd]:visited, .h5 a.search-link[data-v-3d2b78bd]:visited,
h6 a.search-link[data-v-3d2b78bd]:visited, .h6 a.search-link[data-v-3d2b78bd]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-3d2b78bd]:focus, .h1 a.search-link[data-v-3d2b78bd]:focus,
h2 a.search-link[data-v-3d2b78bd]:focus, .h2 a.search-link[data-v-3d2b78bd]:focus,
h3 a.search-link[data-v-3d2b78bd]:focus, .h3 a.search-link[data-v-3d2b78bd]:focus,
h4 a.search-link[data-v-3d2b78bd]:focus, .h4 a.search-link[data-v-3d2b78bd]:focus,
h5 a.search-link[data-v-3d2b78bd]:focus, .h5 a.search-link[data-v-3d2b78bd]:focus,
h6 a.search-link[data-v-3d2b78bd]:focus, .h6 a.search-link[data-v-3d2b78bd]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-3d2b78bd]:hover, .h1 a.search-link[data-v-3d2b78bd]:hover,
h2 a.search-link[data-v-3d2b78bd]:hover, .h2 a.search-link[data-v-3d2b78bd]:hover,
h3 a.search-link[data-v-3d2b78bd]:hover, .h3 a.search-link[data-v-3d2b78bd]:hover,
h4 a.search-link[data-v-3d2b78bd]:hover, .h4 a.search-link[data-v-3d2b78bd]:hover,
h5 a.search-link[data-v-3d2b78bd]:hover, .h5 a.search-link[data-v-3d2b78bd]:hover,
h6 a.search-link[data-v-3d2b78bd]:hover, .h6 a.search-link[data-v-3d2b78bd]:hover {
  text-decoration: underline;
}
cite[data-v-3d2b78bd],
var[data-v-3d2b78bd],
address[data-v-3d2b78bd],
dfn[data-v-3d2b78bd] {
  font-style: normal;
}
h1[data-v-3d2b78bd], .h1[data-v-3d2b78bd],
h2[data-v-3d2b78bd], .h2[data-v-3d2b78bd],
h3[data-v-3d2b78bd], .h3[data-v-3d2b78bd],
h4[data-v-3d2b78bd], .h4[data-v-3d2b78bd],
h5[data-v-3d2b78bd], .h5[data-v-3d2b78bd],
h6[data-v-3d2b78bd], .h6[data-v-3d2b78bd] {
  max-width: 66ch;
}
p[data-v-3d2b78bd],
ul[data-v-3d2b78bd]:not(.accordion):not(.tabnav):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-3d2b78bd]:not(.accordion):not(.tabnav):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-3d2b78bd] {
  max-width: 66ch;
}
.form-label[data-v-3d2b78bd], .form-hint[data-v-3d2b78bd], .form-error-message[data-v-3d2b78bd] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-3d2b78bd], .form-radio + label[data-v-3d2b78bd] {
  max-width: 66ch;
}
.displayheading-1[data-v-3d2b78bd] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-3d2b78bd] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-3d2b78bd] {
  color: #358000;
}
.text-negative[data-v-3d2b78bd] {
  color: #CC0000;
}
.color-text-black[data-v-3d2b78bd] {
  color: #1a1a1a;
}
.background-dark[data-v-3d2b78bd] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-3d2b78bd], .background-dark span[data-v-3d2b78bd] {
  color: white;
}
.field-group-title[data-v-3d2b78bd] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-3d2b78bd] {
  border: 2px solid #1a1a1a;
}
h1[data-v-3d2b78bd], h2[data-v-3d2b78bd], h3[data-v-3d2b78bd], h4[data-v-3d2b78bd], h5[data-v-3d2b78bd], h6[data-v-3d2b78bd], p[data-v-3d2b78bd], legend[data-v-3d2b78bd], strong[data-v-3d2b78bd], b[data-v-3d2b78bd], cite[data-v-3d2b78bd], var[data-v-3d2b78bd], address[data-v-3d2b78bd], dfn[data-v-3d2b78bd] {
  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[data-v-3d2b78bd] {
  text-transform: uppercase;
}
.lowercase[data-v-3d2b78bd] {
  text-transform: lowercase;
}
.d-inline[data-v-3d2b78bd] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-3d2b78bd] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-3d2b78bd] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-3d2b78bd] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-3d2b78bd] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-3d2b78bd] {
    display: inline !important;
}
}
.flex-grow[data-v-3d2b78bd] {
  flex-grow: 1;
}
.weight-normal[data-v-3d2b78bd] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-3d2b78bd] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-3d2b78bd] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-3d2b78bd] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-3d2b78bd] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-3d2b78bd] {
    margin-bottom: 0;
}
}
.gray-100[data-v-3d2b78bd] {
  background-color: #F5F5F5;
}
.highlight[data-v-3d2b78bd] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-3d2b78bd] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-3d2b78bd] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-3d2b78bd] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-3d2b78bd] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-3d2b78bd] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-3d2b78bd] {
  z-index: 10000;
}
.video-responsive[data-v-3d2b78bd] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-3d2b78bd] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-3d2b78bd]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-3d2b78bd]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-3d2b78bd] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-3d2b78bd] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-3d2b78bd] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-3d2b78bd]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-3d2b78bd]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-3d2b78bd] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-3d2b78bd] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-3d2b78bd] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-3d2b78bd] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-3d2b78bd],
.sidenav-list-virk.sidenav-list li li[data-v-3d2b78bd],
.sidenav-list-virk.sidenav-list a[data-v-3d2b78bd] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-3d2b78bd] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-3d2b78bd] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-3d2b78bd] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-3d2b78bd] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-3d2b78bd] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-3d2b78bd]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-3d2b78bd]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-3d2b78bd] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-3d2b78bd]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-3d2b78bd] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html[data-v-3d2b78bd] {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body[data-v-3d2b78bd] {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main[data-v-3d2b78bd] {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1[data-v-3d2b78bd] {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr[data-v-3d2b78bd] {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre[data-v-3d2b78bd] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a[data-v-3d2b78bd] {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title][data-v-3d2b78bd] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b[data-v-3d2b78bd],
strong[data-v-3d2b78bd] {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code[data-v-3d2b78bd],
kbd[data-v-3d2b78bd],
samp[data-v-3d2b78bd] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small[data-v-3d2b78bd] {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub[data-v-3d2b78bd],
sup[data-v-3d2b78bd] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub[data-v-3d2b78bd] {
  bottom: -0.25em;
}
sup[data-v-3d2b78bd] {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img[data-v-3d2b78bd] {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button[data-v-3d2b78bd],
input[data-v-3d2b78bd],
optgroup[data-v-3d2b78bd],
select[data-v-3d2b78bd],
textarea[data-v-3d2b78bd] {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button[data-v-3d2b78bd],
input[data-v-3d2b78bd] { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button[data-v-3d2b78bd],
select[data-v-3d2b78bd] { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button[data-v-3d2b78bd],
[type=button][data-v-3d2b78bd],
[type=reset][data-v-3d2b78bd],
[type=submit][data-v-3d2b78bd] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button[data-v-3d2b78bd]::-moz-focus-inner,
[type=button][data-v-3d2b78bd]::-moz-focus-inner,
[type=reset][data-v-3d2b78bd]::-moz-focus-inner,
[type=submit][data-v-3d2b78bd]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button[data-v-3d2b78bd]:-moz-focusring,
[type=button][data-v-3d2b78bd]:-moz-focusring,
[type=reset][data-v-3d2b78bd]:-moz-focusring,
[type=submit][data-v-3d2b78bd]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset[data-v-3d2b78bd] {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend[data-v-3d2b78bd] {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress[data-v-3d2b78bd] {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea[data-v-3d2b78bd] {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox][data-v-3d2b78bd],
[type=radio][data-v-3d2b78bd] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number][data-v-3d2b78bd]::-webkit-inner-spin-button,
[type=number][data-v-3d2b78bd]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search][data-v-3d2b78bd] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search][data-v-3d2b78bd]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
[data-v-3d2b78bd]::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details[data-v-3d2b78bd] {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary[data-v-3d2b78bd] {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template[data-v-3d2b78bd] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden][data-v-3d2b78bd] {
  display: none;
}

/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-3d2b78bd] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/IBMPlexSans-Bold-2C9u87Yj.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-Bold-BFdE_egq.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/assets/fonts/IBMPlexSans-BoldItalic-bGcn1MCo.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-BoldItalic-BAIFovnx.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/IBMPlexSans-Italic-DwjVlniu.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-Italic-CYr9jXG4.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/IBMPlexSans-Medium-UeyEdR2n.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-Medium-D7YuMikw.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 500;
  src: url("/assets/fonts/IBMPlexSans-MediumItalic-BaK08J97.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-MediumItalic-BENdRtT0.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/IBMPlexSans-Regular-DqS-h1X5.eot"); /* IE9 Compat Modes */
  src: url("/assets/fonts/IBMPlexSans-Regular-DqS-h1X5.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/IBMPlexSans-Regular-Cq2L15Xu.woff") format("woff"), url("/assets/fonts/IBMPlexSans-Regular-8pRtkRrQ.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-Regular-FfXo57ZH.ttf") format("truet ype"); /* Safari, Android, iOS */
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/IBMPlexSans-SemiBold-M85qYQJk.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-SemiBold-CouHcydL.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/fonts/IBMPlexSans-SemiBoldItalic-BAjxys0i.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-SemiBoldItalic-CqoJLOzN.woff") format("woff");
  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[data-v-3d2b78bd] {
  box-sizing: border-box;
  line-height: normal;
}
[data-v-3d2b78bd],[data-v-3d2b78bd]::before,[data-v-3d2b78bd]::after {
  box-sizing: inherit;
}
body[data-v-3d2b78bd] {
  background-color: white;
  color: #1a1a1a;
  overflow-x: hidden;
}
[hidden][data-v-3d2b78bd] {
  display: none !important;
}
a[data-v-3d2b78bd]:focus, button[data-v-3d2b78bd]:focus, input[data-v-3d2b78bd]:focus, select[data-v-3d2b78bd]:focus, textarea[data-v-3d2b78bd]:focus,
.focus[data-v-3d2b78bd] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}

/* stylelint-disable */
.container[data-v-3d2b78bd] {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
.container[data-v-3d2b78bd] {
    max-width: 100%;
}
}
@media (min-width: 768px) {
.container[data-v-3d2b78bd] {
    max-width: 100%;
}
}
@media (min-width: 992px) {
.container[data-v-3d2b78bd] {
    max-width: 100%;
}
}
@media (min-width: 1200px) {
.container[data-v-3d2b78bd] {
    max-width: 1200px;
}
}
.container[class*=w-][data-v-3d2b78bd] {
  max-width: inherit !important;
}
.row[data-v-3d2b78bd] {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.row.no-gutters[data-v-3d2b78bd] {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > .col[data-v-3d2b78bd],
.row.no-gutters > [class*=col-][data-v-3d2b78bd] {
  padding-right: 0;
  padding-left: 0;
}
.row.row-bordered[data-v-3d2b78bd] {
  border-top: 1px solid #BFBFBF;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 2.4rem;
}
.row.row-bordered[data-v-3d2b78bd]:last-of-type {
  border-bottom: 1px solid #BFBFBF;
}
.col-xxl[data-v-3d2b78bd],
.col-xxl-auto[data-v-3d2b78bd], .col-xxl-12[data-v-3d2b78bd], .col-xxl-11[data-v-3d2b78bd], .col-xxl-10[data-v-3d2b78bd], .col-xxl-9[data-v-3d2b78bd], .col-xxl-8[data-v-3d2b78bd], .col-xxl-7[data-v-3d2b78bd], .col-xxl-6[data-v-3d2b78bd], .col-xxl-5[data-v-3d2b78bd], .col-xxl-4[data-v-3d2b78bd], .col-xxl-3[data-v-3d2b78bd], .col-xxl-2[data-v-3d2b78bd], .col-xxl-1[data-v-3d2b78bd], .col-xl[data-v-3d2b78bd],
.col-xl-auto[data-v-3d2b78bd], .col-xl-12[data-v-3d2b78bd], .col-xl-11[data-v-3d2b78bd], .col-xl-10[data-v-3d2b78bd], .col-xl-9[data-v-3d2b78bd], .col-xl-8[data-v-3d2b78bd], .col-xl-7[data-v-3d2b78bd], .col-xl-6[data-v-3d2b78bd], .col-xl-5[data-v-3d2b78bd], .col-xl-4[data-v-3d2b78bd], .col-xl-3[data-v-3d2b78bd], .col-xl-2[data-v-3d2b78bd], .col-xl-1[data-v-3d2b78bd], .col-lg[data-v-3d2b78bd],
.col-lg-auto[data-v-3d2b78bd], .col-lg-12[data-v-3d2b78bd], .col-lg-11[data-v-3d2b78bd], .col-lg-10[data-v-3d2b78bd], .col-lg-9[data-v-3d2b78bd], .col-lg-8[data-v-3d2b78bd], .col-lg-7[data-v-3d2b78bd], .col-lg-6[data-v-3d2b78bd], .col-lg-5[data-v-3d2b78bd], .col-lg-4[data-v-3d2b78bd], .col-lg-3[data-v-3d2b78bd], .col-lg-2[data-v-3d2b78bd], .col-lg-1[data-v-3d2b78bd], .col-md[data-v-3d2b78bd],
.col-md-auto[data-v-3d2b78bd], .col-md-12[data-v-3d2b78bd], .col-md-11[data-v-3d2b78bd], .col-md-10[data-v-3d2b78bd], .col-md-9[data-v-3d2b78bd], .col-md-8[data-v-3d2b78bd], .col-md-7[data-v-3d2b78bd], .col-md-6[data-v-3d2b78bd], .col-md-5[data-v-3d2b78bd], .col-md-4[data-v-3d2b78bd], .col-md-3[data-v-3d2b78bd], .col-md-2[data-v-3d2b78bd], .col-md-1[data-v-3d2b78bd], .col-sm[data-v-3d2b78bd],
.col-sm-auto[data-v-3d2b78bd], .col-sm-12[data-v-3d2b78bd], .col-sm-11[data-v-3d2b78bd], .col-sm-10[data-v-3d2b78bd], .col-sm-9[data-v-3d2b78bd], .col-sm-8[data-v-3d2b78bd], .col-sm-7[data-v-3d2b78bd], .col-sm-6[data-v-3d2b78bd], .col-sm-5[data-v-3d2b78bd], .col-sm-4[data-v-3d2b78bd], .col-sm-3[data-v-3d2b78bd], .col-sm-2[data-v-3d2b78bd], .col-sm-1[data-v-3d2b78bd], .col[data-v-3d2b78bd],
.col-auto[data-v-3d2b78bd], .col-12[data-v-3d2b78bd], .col-11[data-v-3d2b78bd], .col-10[data-v-3d2b78bd], .col-9[data-v-3d2b78bd], .col-8[data-v-3d2b78bd], .col-7[data-v-3d2b78bd], .col-6[data-v-3d2b78bd], .col-5[data-v-3d2b78bd], .col-4[data-v-3d2b78bd], .col-3[data-v-3d2b78bd], .col-2[data-v-3d2b78bd], .col-1[data-v-3d2b78bd] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}
.col[data-v-3d2b78bd] {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto[data-v-3d2b78bd] {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1[data-v-3d2b78bd] {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2[data-v-3d2b78bd] {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3[data-v-3d2b78bd] {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4[data-v-3d2b78bd] {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5[data-v-3d2b78bd] {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6[data-v-3d2b78bd] {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7[data-v-3d2b78bd] {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8[data-v-3d2b78bd] {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9[data-v-3d2b78bd] {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10[data-v-3d2b78bd] {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11[data-v-3d2b78bd] {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12[data-v-3d2b78bd] {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first[data-v-3d2b78bd] {
  order: -1;
}
.order-1[data-v-3d2b78bd] {
  order: 1;
}
.order-2[data-v-3d2b78bd] {
  order: 2;
}
.order-3[data-v-3d2b78bd] {
  order: 3;
}
.order-4[data-v-3d2b78bd] {
  order: 4;
}
.order-5[data-v-3d2b78bd] {
  order: 5;
}
.order-6[data-v-3d2b78bd] {
  order: 6;
}
.order-7[data-v-3d2b78bd] {
  order: 7;
}
.order-8[data-v-3d2b78bd] {
  order: 8;
}
.order-9[data-v-3d2b78bd] {
  order: 9;
}
.order-10[data-v-3d2b78bd] {
  order: 10;
}
.order-11[data-v-3d2b78bd] {
  order: 11;
}
.order-12[data-v-3d2b78bd] {
  order: 12;
}
@media (min-width: 576px) {
.col-sm[data-v-3d2b78bd] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-sm-auto[data-v-3d2b78bd] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-sm-1[data-v-3d2b78bd] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-sm-2[data-v-3d2b78bd] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-sm-3[data-v-3d2b78bd] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-sm-4[data-v-3d2b78bd] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-sm-5[data-v-3d2b78bd] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-sm-6[data-v-3d2b78bd] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-sm-7[data-v-3d2b78bd] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-sm-8[data-v-3d2b78bd] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-sm-9[data-v-3d2b78bd] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-sm-10[data-v-3d2b78bd] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-sm-11[data-v-3d2b78bd] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-sm-12[data-v-3d2b78bd] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-sm-first[data-v-3d2b78bd] {
    order: -1;
}
.order-sm-1[data-v-3d2b78bd] {
    order: 1;
}
.order-sm-2[data-v-3d2b78bd] {
    order: 2;
}
.order-sm-3[data-v-3d2b78bd] {
    order: 3;
}
.order-sm-4[data-v-3d2b78bd] {
    order: 4;
}
.order-sm-5[data-v-3d2b78bd] {
    order: 5;
}
.order-sm-6[data-v-3d2b78bd] {
    order: 6;
}
.order-sm-7[data-v-3d2b78bd] {
    order: 7;
}
.order-sm-8[data-v-3d2b78bd] {
    order: 8;
}
.order-sm-9[data-v-3d2b78bd] {
    order: 9;
}
.order-sm-10[data-v-3d2b78bd] {
    order: 10;
}
.order-sm-11[data-v-3d2b78bd] {
    order: 11;
}
.order-sm-12[data-v-3d2b78bd] {
    order: 12;
}
}
@media (min-width: 768px) {
.col-md[data-v-3d2b78bd] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-md-auto[data-v-3d2b78bd] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-md-1[data-v-3d2b78bd] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-md-2[data-v-3d2b78bd] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-md-3[data-v-3d2b78bd] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-md-4[data-v-3d2b78bd] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-md-5[data-v-3d2b78bd] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-md-6[data-v-3d2b78bd] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-7[data-v-3d2b78bd] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-md-8[data-v-3d2b78bd] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-md-9[data-v-3d2b78bd] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-md-10[data-v-3d2b78bd] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-md-11[data-v-3d2b78bd] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-md-12[data-v-3d2b78bd] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-md-first[data-v-3d2b78bd] {
    order: -1;
}
.order-md-1[data-v-3d2b78bd] {
    order: 1;
}
.order-md-2[data-v-3d2b78bd] {
    order: 2;
}
.order-md-3[data-v-3d2b78bd] {
    order: 3;
}
.order-md-4[data-v-3d2b78bd] {
    order: 4;
}
.order-md-5[data-v-3d2b78bd] {
    order: 5;
}
.order-md-6[data-v-3d2b78bd] {
    order: 6;
}
.order-md-7[data-v-3d2b78bd] {
    order: 7;
}
.order-md-8[data-v-3d2b78bd] {
    order: 8;
}
.order-md-9[data-v-3d2b78bd] {
    order: 9;
}
.order-md-10[data-v-3d2b78bd] {
    order: 10;
}
.order-md-11[data-v-3d2b78bd] {
    order: 11;
}
.order-md-12[data-v-3d2b78bd] {
    order: 12;
}
}
@media (min-width: 992px) {
.col-lg[data-v-3d2b78bd] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-lg-auto[data-v-3d2b78bd] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-lg-1[data-v-3d2b78bd] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-lg-2[data-v-3d2b78bd] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-lg-3[data-v-3d2b78bd] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-lg-4[data-v-3d2b78bd] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-lg-5[data-v-3d2b78bd] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-lg-6[data-v-3d2b78bd] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-lg-7[data-v-3d2b78bd] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-lg-8[data-v-3d2b78bd] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-lg-9[data-v-3d2b78bd] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-lg-10[data-v-3d2b78bd] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-lg-11[data-v-3d2b78bd] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-lg-12[data-v-3d2b78bd] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-lg-first[data-v-3d2b78bd] {
    order: -1;
}
.order-lg-1[data-v-3d2b78bd] {
    order: 1;
}
.order-lg-2[data-v-3d2b78bd] {
    order: 2;
}
.order-lg-3[data-v-3d2b78bd] {
    order: 3;
}
.order-lg-4[data-v-3d2b78bd] {
    order: 4;
}
.order-lg-5[data-v-3d2b78bd] {
    order: 5;
}
.order-lg-6[data-v-3d2b78bd] {
    order: 6;
}
.order-lg-7[data-v-3d2b78bd] {
    order: 7;
}
.order-lg-8[data-v-3d2b78bd] {
    order: 8;
}
.order-lg-9[data-v-3d2b78bd] {
    order: 9;
}
.order-lg-10[data-v-3d2b78bd] {
    order: 10;
}
.order-lg-11[data-v-3d2b78bd] {
    order: 11;
}
.order-lg-12[data-v-3d2b78bd] {
    order: 12;
}
}
@media (min-width: 1200px) {
.col-xl[data-v-3d2b78bd] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-xl-auto[data-v-3d2b78bd] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-xl-1[data-v-3d2b78bd] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-xl-2[data-v-3d2b78bd] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-xl-3[data-v-3d2b78bd] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xl-4[data-v-3d2b78bd] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-xl-5[data-v-3d2b78bd] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-xl-6[data-v-3d2b78bd] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xl-7[data-v-3d2b78bd] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-xl-8[data-v-3d2b78bd] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-xl-9[data-v-3d2b78bd] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xl-10[data-v-3d2b78bd] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-xl-11[data-v-3d2b78bd] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-xl-12[data-v-3d2b78bd] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-xl-first[data-v-3d2b78bd] {
    order: -1;
}
.order-xl-1[data-v-3d2b78bd] {
    order: 1;
}
.order-xl-2[data-v-3d2b78bd] {
    order: 2;
}
.order-xl-3[data-v-3d2b78bd] {
    order: 3;
}
.order-xl-4[data-v-3d2b78bd] {
    order: 4;
}
.order-xl-5[data-v-3d2b78bd] {
    order: 5;
}
.order-xl-6[data-v-3d2b78bd] {
    order: 6;
}
.order-xl-7[data-v-3d2b78bd] {
    order: 7;
}
.order-xl-8[data-v-3d2b78bd] {
    order: 8;
}
.order-xl-9[data-v-3d2b78bd] {
    order: 9;
}
.order-xl-10[data-v-3d2b78bd] {
    order: 10;
}
.order-xl-11[data-v-3d2b78bd] {
    order: 11;
}
.order-xl-12[data-v-3d2b78bd] {
    order: 12;
}
}
@media (min-width: 1400px) {
.col-xxl[data-v-3d2b78bd] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-xxl-auto[data-v-3d2b78bd] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-xxl-1[data-v-3d2b78bd] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-xxl-2[data-v-3d2b78bd] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-xxl-3[data-v-3d2b78bd] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xxl-4[data-v-3d2b78bd] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-xxl-5[data-v-3d2b78bd] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-xxl-6[data-v-3d2b78bd] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xxl-7[data-v-3d2b78bd] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-xxl-8[data-v-3d2b78bd] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-xxl-9[data-v-3d2b78bd] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xxl-10[data-v-3d2b78bd] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-xxl-11[data-v-3d2b78bd] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-xxl-12[data-v-3d2b78bd] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-xxl-first[data-v-3d2b78bd] {
    order: -1;
}
.order-xxl-1[data-v-3d2b78bd] {
    order: 1;
}
.order-xxl-2[data-v-3d2b78bd] {
    order: 2;
}
.order-xxl-3[data-v-3d2b78bd] {
    order: 3;
}
.order-xxl-4[data-v-3d2b78bd] {
    order: 4;
}
.order-xxl-5[data-v-3d2b78bd] {
    order: 5;
}
.order-xxl-6[data-v-3d2b78bd] {
    order: 6;
}
.order-xxl-7[data-v-3d2b78bd] {
    order: 7;
}
.order-xxl-8[data-v-3d2b78bd] {
    order: 8;
}
.order-xxl-9[data-v-3d2b78bd] {
    order: 9;
}
.order-xxl-10[data-v-3d2b78bd] {
    order: 10;
}
.order-xxl-11[data-v-3d2b78bd] {
    order: 11;
}
.order-xxl-12[data-v-3d2b78bd] {
    order: 12;
}
}
.offset-1[data-v-3d2b78bd] {
  margin-left: 8.3333333333%;
}
.offset-2[data-v-3d2b78bd] {
  margin-left: 16.6666666667%;
}
.offset-3[data-v-3d2b78bd] {
  margin-left: 25%;
}
.offset-4[data-v-3d2b78bd] {
  margin-left: 33.3333333333%;
}
.offset-5[data-v-3d2b78bd] {
  margin-left: 41.6666666667%;
}
.offset-6[data-v-3d2b78bd] {
  margin-left: 50%;
}
.offset-7[data-v-3d2b78bd] {
  margin-left: 58.3333333333%;
}
.offset-8[data-v-3d2b78bd] {
  margin-left: 66.6666666667%;
}
.offset-9[data-v-3d2b78bd] {
  margin-left: 75%;
}
.offset-10[data-v-3d2b78bd] {
  margin-left: 83.3333333333%;
}
.offset-11[data-v-3d2b78bd] {
  margin-left: 91.6666666667%;
}
.offset-1[data-v-3d2b78bd] {
  margin-left: 8.3333333333%;
}
.offset-2[data-v-3d2b78bd] {
  margin-left: 16.6666666667%;
}
.offset-3[data-v-3d2b78bd] {
  margin-left: 25%;
}
.offset-4[data-v-3d2b78bd] {
  margin-left: 33.3333333333%;
}
.offset-5[data-v-3d2b78bd] {
  margin-left: 41.6666666667%;
}
.offset-6[data-v-3d2b78bd] {
  margin-left: 50%;
}
.offset-7[data-v-3d2b78bd] {
  margin-left: 58.3333333333%;
}
.offset-8[data-v-3d2b78bd] {
  margin-left: 66.6666666667%;
}
.offset-9[data-v-3d2b78bd] {
  margin-left: 75%;
}
.offset-10[data-v-3d2b78bd] {
  margin-left: 83.3333333333%;
}
.offset-11[data-v-3d2b78bd] {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
.offset-sm-0[data-v-3d2b78bd] {
    margin-left: 0;
}
.offset-sm-1[data-v-3d2b78bd] {
    margin-left: 8.3333333333%;
}
.offset-sm-2[data-v-3d2b78bd] {
    margin-left: 16.6666666667%;
}
.offset-sm-3[data-v-3d2b78bd] {
    margin-left: 25%;
}
.offset-sm-4[data-v-3d2b78bd] {
    margin-left: 33.3333333333%;
}
.offset-sm-5[data-v-3d2b78bd] {
    margin-left: 41.6666666667%;
}
.offset-sm-6[data-v-3d2b78bd] {
    margin-left: 50%;
}
.offset-sm-7[data-v-3d2b78bd] {
    margin-left: 58.3333333333%;
}
.offset-sm-8[data-v-3d2b78bd] {
    margin-left: 66.6666666667%;
}
.offset-sm-9[data-v-3d2b78bd] {
    margin-left: 75%;
}
.offset-sm-10[data-v-3d2b78bd] {
    margin-left: 83.3333333333%;
}
.offset-sm-11[data-v-3d2b78bd] {
    margin-left: 91.6666666667%;
}
}
@media (min-width: 768px) {
.offset-md-0[data-v-3d2b78bd] {
    margin-left: 0;
}
.offset-md-1[data-v-3d2b78bd] {
    margin-left: 8.3333333333%;
}
.offset-md-2[data-v-3d2b78bd] {
    margin-left: 16.6666666667%;
}
.offset-md-3[data-v-3d2b78bd] {
    margin-left: 25%;
}
.offset-md-4[data-v-3d2b78bd] {
    margin-left: 33.3333333333%;
}
.offset-md-5[data-v-3d2b78bd] {
    margin-left: 41.6666666667%;
}
.offset-md-6[data-v-3d2b78bd] {
    margin-left: 50%;
}
.offset-md-7[data-v-3d2b78bd] {
    margin-left: 58.3333333333%;
}
.offset-md-8[data-v-3d2b78bd] {
    margin-left: 66.6666666667%;
}
.offset-md-9[data-v-3d2b78bd] {
    margin-left: 75%;
}
.offset-md-10[data-v-3d2b78bd] {
    margin-left: 83.3333333333%;
}
.offset-md-11[data-v-3d2b78bd] {
    margin-left: 91.6666666667%;
}
}
@media (min-width: 992px) {
.offset-lg-0[data-v-3d2b78bd] {
    margin-left: 0;
}
.offset-lg-1[data-v-3d2b78bd] {
    margin-left: 8.3333333333%;
}
.offset-lg-2[data-v-3d2b78bd] {
    margin-left: 16.6666666667%;
}
.offset-lg-3[data-v-3d2b78bd] {
    margin-left: 25%;
}
.offset-lg-4[data-v-3d2b78bd] {
    margin-left: 33.3333333333%;
}
.offset-lg-5[data-v-3d2b78bd] {
    margin-left: 41.6666666667%;
}
.offset-lg-6[data-v-3d2b78bd] {
    margin-left: 50%;
}
.offset-lg-7[data-v-3d2b78bd] {
    margin-left: 58.3333333333%;
}
.offset-lg-8[data-v-3d2b78bd] {
    margin-left: 66.6666666667%;
}
.offset-lg-9[data-v-3d2b78bd] {
    margin-left: 75%;
}
.offset-lg-10[data-v-3d2b78bd] {
    margin-left: 83.3333333333%;
}
.offset-lg-11[data-v-3d2b78bd] {
    margin-left: 91.6666666667%;
}
}
@media (min-width: 1200px) {
.offset-xl-0[data-v-3d2b78bd] {
    margin-left: 0;
}
.offset-xl-1[data-v-3d2b78bd] {
    margin-left: 8.3333333333%;
}
.offset-xl-2[data-v-3d2b78bd] {
    margin-left: 16.6666666667%;
}
.offset-xl-3[data-v-3d2b78bd] {
    margin-left: 25%;
}
.offset-xl-4[data-v-3d2b78bd] {
    margin-left: 33.3333333333%;
}
.offset-xl-5[data-v-3d2b78bd] {
    margin-left: 41.6666666667%;
}
.offset-xl-6[data-v-3d2b78bd] {
    margin-left: 50%;
}
.offset-xl-7[data-v-3d2b78bd] {
    margin-left: 58.3333333333%;
}
.offset-xl-8[data-v-3d2b78bd] {
    margin-left: 66.6666666667%;
}
.offset-xl-9[data-v-3d2b78bd] {
    margin-left: 75%;
}
.offset-xl-10[data-v-3d2b78bd] {
    margin-left: 83.3333333333%;
}
.offset-xl-11[data-v-3d2b78bd] {
    margin-left: 91.6666666667%;
}
}
@media (min-width: 1400px) {
.offset-xxl-0[data-v-3d2b78bd] {
    margin-left: 0;
}
.offset-xxl-1[data-v-3d2b78bd] {
    margin-left: 8.3333333333%;
}
.offset-xxl-2[data-v-3d2b78bd] {
    margin-left: 16.6666666667%;
}
.offset-xxl-3[data-v-3d2b78bd] {
    margin-left: 25%;
}
.offset-xxl-4[data-v-3d2b78bd] {
    margin-left: 33.3333333333%;
}
.offset-xxl-5[data-v-3d2b78bd] {
    margin-left: 41.6666666667%;
}
.offset-xxl-6[data-v-3d2b78bd] {
    margin-left: 50%;
}
.offset-xxl-7[data-v-3d2b78bd] {
    margin-left: 58.3333333333%;
}
.offset-xxl-8[data-v-3d2b78bd] {
    margin-left: 66.6666666667%;
}
.offset-xxl-9[data-v-3d2b78bd] {
    margin-left: 75%;
}
.offset-xxl-10[data-v-3d2b78bd] {
    margin-left: 83.3333333333%;
}
.offset-xxl-11[data-v-3d2b78bd] {
    margin-left: 91.6666666667%;
}
}
html[data-v-3d2b78bd] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-3d2b78bd] {
  font-size: 1.6rem;
}
p[data-v-3d2b78bd] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-3d2b78bd] {
  color: #004D99;
}
a[data-v-3d2b78bd]:hover, a.link-hover[data-v-3d2b78bd] {
  color: #000040;
}
a[data-v-3d2b78bd]:hover:disabled,
a:hover .disabled[data-v-3d2b78bd], a.link-hover[data-v-3d2b78bd]:disabled,
a.link-hover .disabled[data-v-3d2b78bd] {
  background-color: transparent !important;
}
a[data-v-3d2b78bd]:focus, a.link-focus[data-v-3d2b78bd] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-3d2b78bd]:visited, a.link-visited[data-v-3d2b78bd] {
  color: #800080;
}
a[data-v-3d2b78bd]:disabled, a.disabled[data-v-3d2b78bd] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-3d2b78bd]:disabled:focus, a.disabled[data-v-3d2b78bd]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-3d2b78bd]:not(.button) {
  color: white;
}
.background-dark a[data-v-3d2b78bd]:disabled, .background-dark a.disabled[data-v-3d2b78bd] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-3d2b78bd]:disabled:focus, .background-dark a.disabled[data-v-3d2b78bd]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-3d2b78bd] {
  font-weight: 600;
}
a[data-v-3d2b78bd]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-3d2b78bd], .h1[data-v-3d2b78bd] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-3d2b78bd], .h1[data-v-3d2b78bd] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-3d2b78bd], .h1[data-v-3d2b78bd] {
    font-size: 3.9rem;
}
}
h1[data-v-3d2b78bd], .h1[data-v-3d2b78bd] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-3d2b78bd], .h1[data-v-3d2b78bd] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-3d2b78bd], .h1[data-v-3d2b78bd] {
    line-height: 4.8rem;
}
}
h1[data-v-3d2b78bd], .h1[data-v-3d2b78bd] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-3d2b78bd], .h1[data-v-3d2b78bd] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-3d2b78bd], .h1[data-v-3d2b78bd] {
    letter-spacing: normal;
}
}
h1[data-v-3d2b78bd], .h1[data-v-3d2b78bd] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-3d2b78bd], .h2[data-v-3d2b78bd] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-3d2b78bd], .h2[data-v-3d2b78bd] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-3d2b78bd], .h2[data-v-3d2b78bd] {
    font-size: 3.1rem;
}
}
h2[data-v-3d2b78bd], .h2[data-v-3d2b78bd] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-3d2b78bd], .h2[data-v-3d2b78bd] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-3d2b78bd], .h2[data-v-3d2b78bd] {
    line-height: 4rem;
}
}
h2[data-v-3d2b78bd], .h2[data-v-3d2b78bd] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-3d2b78bd], .h2[data-v-3d2b78bd] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-3d2b78bd], .h2[data-v-3d2b78bd] {
    letter-spacing: normal;
}
}
h2[data-v-3d2b78bd], .h2[data-v-3d2b78bd] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-3d2b78bd], .h3[data-v-3d2b78bd] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-3d2b78bd], .h3[data-v-3d2b78bd] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-3d2b78bd], .h3[data-v-3d2b78bd] {
    font-size: 2.5rem;
}
}
h3[data-v-3d2b78bd], .h3[data-v-3d2b78bd] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-3d2b78bd], .h3[data-v-3d2b78bd] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-3d2b78bd], .h3[data-v-3d2b78bd] {
    line-height: 3.2rem;
}
}
h3[data-v-3d2b78bd], .h3[data-v-3d2b78bd] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-3d2b78bd], .h3[data-v-3d2b78bd] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-3d2b78bd], .h3[data-v-3d2b78bd] {
    letter-spacing: normal;
}
}
h3[data-v-3d2b78bd], .h3[data-v-3d2b78bd] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-3d2b78bd], .h4[data-v-3d2b78bd] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-3d2b78bd], .h4[data-v-3d2b78bd] {
    font-size: 2rem;
}
}
h4[data-v-3d2b78bd], .h4[data-v-3d2b78bd] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-3d2b78bd], .h4[data-v-3d2b78bd] {
    line-height: 2.8rem;
}
}
h4[data-v-3d2b78bd], .h4[data-v-3d2b78bd] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-3d2b78bd], .h4[data-v-3d2b78bd] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-3d2b78bd], .h4[data-v-3d2b78bd] {
    letter-spacing: normal;
}
}
h4[data-v-3d2b78bd], .h4[data-v-3d2b78bd] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-3d2b78bd], .h5[data-v-3d2b78bd] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-3d2b78bd], .h5[data-v-3d2b78bd] {
    font-size: 1.6rem;
}
}
h5[data-v-3d2b78bd], .h5[data-v-3d2b78bd] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-3d2b78bd], .h5[data-v-3d2b78bd] {
    line-height: 2.4rem;
}
}
h5[data-v-3d2b78bd], .h5[data-v-3d2b78bd] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-3d2b78bd], .h5[data-v-3d2b78bd] {
    letter-spacing: normal;
}
}
h5[data-v-3d2b78bd], .h5[data-v-3d2b78bd] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-3d2b78bd], .h6[data-v-3d2b78bd] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-3d2b78bd], .body-text[data-v-3d2b78bd], .body-copy-text[data-v-3d2b78bd] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-3d2b78bd], .figcaption[data-v-3d2b78bd] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-3d2b78bd], .figcaption p[data-v-3d2b78bd] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-3d2b78bd] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-3d2b78bd] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-3d2b78bd] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-3d2b78bd], .small-text[data-v-3d2b78bd] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-3d2b78bd] {
  font-weight: 400;
}
.weight-semibold[data-v-3d2b78bd] {
  font-weight: 600;
}
.facit[data-v-3d2b78bd] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-3d2b78bd], b[data-v-3d2b78bd], .bold[data-v-3d2b78bd] {
  font-weight: 700;
}
.italic[data-v-3d2b78bd], em[data-v-3d2b78bd] {
  font-style: italic;
}
.form-label[data-v-3d2b78bd] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-3d2b78bd]:focus, .h1[data-v-3d2b78bd]:focus,
h2[data-v-3d2b78bd]:focus, .h2[data-v-3d2b78bd]:focus,
h3[data-v-3d2b78bd]:focus, .h3[data-v-3d2b78bd]:focus,
h4[data-v-3d2b78bd]:focus, .h4[data-v-3d2b78bd]:focus,
h5[data-v-3d2b78bd]:focus, .h5[data-v-3d2b78bd]:focus,
h6[data-v-3d2b78bd]:focus, .h6[data-v-3d2b78bd]:focus {
  outline: none;
}
h1[data-v-3d2b78bd], .h1[data-v-3d2b78bd] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-3d2b78bd], .h2[data-v-3d2b78bd] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-3d2b78bd], .h2[data-v-3d2b78bd] {
    margin-top: 4rem;
}
}
h3[data-v-3d2b78bd], .h3[data-v-3d2b78bd] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-3d2b78bd], .h3[data-v-3d2b78bd] {
    margin-top: 4rem;
}
}
h4[data-v-3d2b78bd], .h4[data-v-3d2b78bd] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-3d2b78bd], .h5[data-v-3d2b78bd] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-3d2b78bd], .h6[data-v-3d2b78bd] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-3d2b78bd] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-3d2b78bd], .body-text[data-v-3d2b78bd] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-3d2b78bd], h5 + ul[data-v-3d2b78bd], h5 + ol[data-v-3d2b78bd], .h5 + p[data-v-3d2b78bd], .h5 + ul[data-v-3d2b78bd], .h5 + ol[data-v-3d2b78bd], h6 + p[data-v-3d2b78bd], h6 + ul[data-v-3d2b78bd], h6 + ol[data-v-3d2b78bd], .h6 + p[data-v-3d2b78bd], .h6 + ul[data-v-3d2b78bd], .h6 + ol[data-v-3d2b78bd] {
  margin-top: 0;
}
button.function-link[data-v-3d2b78bd], button.accordion-bulk-button[data-v-3d2b78bd] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-3d2b78bd], button.accordion-bulk-button[data-v-3d2b78bd] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-3d2b78bd]:hover, button.accordion-bulk-button[data-v-3d2b78bd]:hover, .function-link[data-v-3d2b78bd]:visited, button.accordion-bulk-button[data-v-3d2b78bd]:visited, .function-link[data-v-3d2b78bd]:focus, button.accordion-bulk-button[data-v-3d2b78bd]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-3d2b78bd], button.accordion-bulk-button .icon-svg[data-v-3d2b78bd] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-3d2b78bd], button.link-right.accordion-bulk-button[data-v-3d2b78bd] {
  text-align: right;
}
.back-link[data-v-3d2b78bd] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-3d2b78bd] {
    margin-bottom: 32px;
}
}
.back-link[data-v-3d2b78bd] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-3d2b78bd]::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[data-v-3d2b78bd]:active, .back-link[data-v-3d2b78bd]:focus, .back-link[data-v-3d2b78bd]:hover, .back-link[data-v-3d2b78bd]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-3d2b78bd] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-3d2b78bd] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-3d2b78bd], h1 a[data-v-3d2b78bd]:hover, h1 a[data-v-3d2b78bd]:visited, h1 a[data-v-3d2b78bd]:focus, .h1 a[data-v-3d2b78bd], .h1 a[data-v-3d2b78bd]:hover, .h1 a[data-v-3d2b78bd]:visited, .h1 a[data-v-3d2b78bd]:focus,
h2 a[data-v-3d2b78bd],
h2 a[data-v-3d2b78bd]:hover,
h2 a[data-v-3d2b78bd]:visited,
h2 a[data-v-3d2b78bd]:focus, .h2 a[data-v-3d2b78bd], .h2 a[data-v-3d2b78bd]:hover, .h2 a[data-v-3d2b78bd]:visited, .h2 a[data-v-3d2b78bd]:focus,
h3 a[data-v-3d2b78bd],
h3 a[data-v-3d2b78bd]:hover,
h3 a[data-v-3d2b78bd]:visited,
h3 a[data-v-3d2b78bd]:focus, .h3 a[data-v-3d2b78bd], .h3 a[data-v-3d2b78bd]:hover, .h3 a[data-v-3d2b78bd]:visited, .h3 a[data-v-3d2b78bd]:focus,
h4 a[data-v-3d2b78bd],
h4 a[data-v-3d2b78bd]:hover,
h4 a[data-v-3d2b78bd]:visited,
h4 a[data-v-3d2b78bd]:focus, .h4 a[data-v-3d2b78bd], .h4 a[data-v-3d2b78bd]:hover, .h4 a[data-v-3d2b78bd]:visited, .h4 a[data-v-3d2b78bd]:focus,
h5 a[data-v-3d2b78bd],
h5 a[data-v-3d2b78bd]:hover,
h5 a[data-v-3d2b78bd]:visited,
h5 a[data-v-3d2b78bd]:focus, .h5 a[data-v-3d2b78bd], .h5 a[data-v-3d2b78bd]:hover, .h5 a[data-v-3d2b78bd]:visited, .h5 a[data-v-3d2b78bd]:focus,
h6 a[data-v-3d2b78bd],
h6 a[data-v-3d2b78bd]:hover,
h6 a[data-v-3d2b78bd]:visited,
h6 a[data-v-3d2b78bd]:focus, .h6 a[data-v-3d2b78bd], .h6 a[data-v-3d2b78bd]:hover, .h6 a[data-v-3d2b78bd]:visited, .h6 a[data-v-3d2b78bd]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-3d2b78bd], .h1 a.search-link[data-v-3d2b78bd],
h2 a.search-link[data-v-3d2b78bd], .h2 a.search-link[data-v-3d2b78bd],
h3 a.search-link[data-v-3d2b78bd], .h3 a.search-link[data-v-3d2b78bd],
h4 a.search-link[data-v-3d2b78bd], .h4 a.search-link[data-v-3d2b78bd],
h5 a.search-link[data-v-3d2b78bd], .h5 a.search-link[data-v-3d2b78bd],
h6 a.search-link[data-v-3d2b78bd], .h6 a.search-link[data-v-3d2b78bd] {
  text-decoration: none;
}
h1 a.search-link[data-v-3d2b78bd]:visited, .h1 a.search-link[data-v-3d2b78bd]:visited,
h2 a.search-link[data-v-3d2b78bd]:visited, .h2 a.search-link[data-v-3d2b78bd]:visited,
h3 a.search-link[data-v-3d2b78bd]:visited, .h3 a.search-link[data-v-3d2b78bd]:visited,
h4 a.search-link[data-v-3d2b78bd]:visited, .h4 a.search-link[data-v-3d2b78bd]:visited,
h5 a.search-link[data-v-3d2b78bd]:visited, .h5 a.search-link[data-v-3d2b78bd]:visited,
h6 a.search-link[data-v-3d2b78bd]:visited, .h6 a.search-link[data-v-3d2b78bd]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-3d2b78bd]:focus, .h1 a.search-link[data-v-3d2b78bd]:focus,
h2 a.search-link[data-v-3d2b78bd]:focus, .h2 a.search-link[data-v-3d2b78bd]:focus,
h3 a.search-link[data-v-3d2b78bd]:focus, .h3 a.search-link[data-v-3d2b78bd]:focus,
h4 a.search-link[data-v-3d2b78bd]:focus, .h4 a.search-link[data-v-3d2b78bd]:focus,
h5 a.search-link[data-v-3d2b78bd]:focus, .h5 a.search-link[data-v-3d2b78bd]:focus,
h6 a.search-link[data-v-3d2b78bd]:focus, .h6 a.search-link[data-v-3d2b78bd]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-3d2b78bd]:hover, .h1 a.search-link[data-v-3d2b78bd]:hover,
h2 a.search-link[data-v-3d2b78bd]:hover, .h2 a.search-link[data-v-3d2b78bd]:hover,
h3 a.search-link[data-v-3d2b78bd]:hover, .h3 a.search-link[data-v-3d2b78bd]:hover,
h4 a.search-link[data-v-3d2b78bd]:hover, .h4 a.search-link[data-v-3d2b78bd]:hover,
h5 a.search-link[data-v-3d2b78bd]:hover, .h5 a.search-link[data-v-3d2b78bd]:hover,
h6 a.search-link[data-v-3d2b78bd]:hover, .h6 a.search-link[data-v-3d2b78bd]:hover {
  text-decoration: underline;
}
cite[data-v-3d2b78bd],
var[data-v-3d2b78bd],
address[data-v-3d2b78bd],
dfn[data-v-3d2b78bd] {
  font-style: normal;
}
h1[data-v-3d2b78bd], .h1[data-v-3d2b78bd],
h2[data-v-3d2b78bd], .h2[data-v-3d2b78bd],
h3[data-v-3d2b78bd], .h3[data-v-3d2b78bd],
h4[data-v-3d2b78bd], .h4[data-v-3d2b78bd],
h5[data-v-3d2b78bd], .h5[data-v-3d2b78bd],
h6[data-v-3d2b78bd], .h6[data-v-3d2b78bd] {
  max-width: 66ch;
}
p[data-v-3d2b78bd],
ul[data-v-3d2b78bd]:not(.accordion):not(.tabnav):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-3d2b78bd]:not(.accordion):not(.tabnav):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-3d2b78bd] {
  max-width: 66ch;
}
.form-label[data-v-3d2b78bd], .form-hint[data-v-3d2b78bd], .form-error-message[data-v-3d2b78bd] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-3d2b78bd], .form-radio + label[data-v-3d2b78bd] {
  max-width: 66ch;
}
.displayheading-1[data-v-3d2b78bd] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-3d2b78bd] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-3d2b78bd] {
  color: #358000;
}
.text-negative[data-v-3d2b78bd] {
  color: #CC0000;
}
.color-text-black[data-v-3d2b78bd] {
  color: #1a1a1a;
}
.background-dark[data-v-3d2b78bd] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-3d2b78bd], .background-dark span[data-v-3d2b78bd] {
  color: white;
}
.field-group-title[data-v-3d2b78bd] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-3d2b78bd] {
  border: 2px solid #1a1a1a;
}
h1[data-v-3d2b78bd], h2[data-v-3d2b78bd], h3[data-v-3d2b78bd], h4[data-v-3d2b78bd], h5[data-v-3d2b78bd], h6[data-v-3d2b78bd], p[data-v-3d2b78bd], legend[data-v-3d2b78bd], strong[data-v-3d2b78bd], b[data-v-3d2b78bd], cite[data-v-3d2b78bd], var[data-v-3d2b78bd], address[data-v-3d2b78bd], dfn[data-v-3d2b78bd] {
  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[data-v-3d2b78bd] {
  text-transform: uppercase;
}
.lowercase[data-v-3d2b78bd] {
  text-transform: lowercase;
}
.bg-normal[data-v-3d2b78bd] {
  background: white !important;
  background-color: white !important;
}
.bg-alternative[data-v-3d2b78bd] {
  background: #F5F5F5 !important;
  background-color: #F5F5F5 !important;
}
.bg-modal[data-v-3d2b78bd] {
  background: rgba(0, 0, 0, 0.4) !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.w-percent-5[data-v-3d2b78bd] {
  width: 5% !important;
}
.w-percent-10[data-v-3d2b78bd] {
  width: 10% !important;
}
.w-percent-15[data-v-3d2b78bd] {
  width: 15% !important;
}
.w-percent-20[data-v-3d2b78bd] {
  width: 20% !important;
}
.w-percent-25[data-v-3d2b78bd] {
  width: 25% !important;
}
.w-percent-30[data-v-3d2b78bd] {
  width: 30% !important;
}
.w-percent-35[data-v-3d2b78bd] {
  width: 35% !important;
}
.w-percent-40[data-v-3d2b78bd] {
  width: 40% !important;
}
.w-percent-45[data-v-3d2b78bd] {
  width: 45% !important;
}
.w-percent-50[data-v-3d2b78bd] {
  width: 50% !important;
}
.w-percent-55[data-v-3d2b78bd] {
  width: 55% !important;
}
.w-percent-60[data-v-3d2b78bd] {
  width: 60% !important;
}
.w-percent-65[data-v-3d2b78bd] {
  width: 65% !important;
}
.w-percent-70[data-v-3d2b78bd] {
  width: 70% !important;
}
.w-percent-75[data-v-3d2b78bd] {
  width: 75% !important;
}
.w-percent-80[data-v-3d2b78bd] {
  width: 80% !important;
}
.w-percent-85[data-v-3d2b78bd] {
  width: 85% !important;
}
.w-percent-90[data-v-3d2b78bd] {
  width: 90% !important;
}
.w-percent-95[data-v-3d2b78bd] {
  width: 95% !important;
}
.w-percent-100[data-v-3d2b78bd] {
  width: 100% !important;
}
@media (min-width: 576px) {
.w-percent-sm-5[data-v-3d2b78bd] {
    width: 5% !important;
}
.w-percent-sm-10[data-v-3d2b78bd] {
    width: 10% !important;
}
.w-percent-sm-15[data-v-3d2b78bd] {
    width: 15% !important;
}
.w-percent-sm-20[data-v-3d2b78bd] {
    width: 20% !important;
}
.w-percent-sm-25[data-v-3d2b78bd] {
    width: 25% !important;
}
.w-percent-sm-30[data-v-3d2b78bd] {
    width: 30% !important;
}
.w-percent-sm-35[data-v-3d2b78bd] {
    width: 35% !important;
}
.w-percent-sm-40[data-v-3d2b78bd] {
    width: 40% !important;
}
.w-percent-sm-45[data-v-3d2b78bd] {
    width: 45% !important;
}
.w-percent-sm-50[data-v-3d2b78bd] {
    width: 50% !important;
}
.w-percent-sm-55[data-v-3d2b78bd] {
    width: 55% !important;
}
.w-percent-sm-60[data-v-3d2b78bd] {
    width: 60% !important;
}
.w-percent-sm-65[data-v-3d2b78bd] {
    width: 65% !important;
}
.w-percent-sm-70[data-v-3d2b78bd] {
    width: 70% !important;
}
.w-percent-sm-75[data-v-3d2b78bd] {
    width: 75% !important;
}
.w-percent-sm-80[data-v-3d2b78bd] {
    width: 80% !important;
}
.w-percent-sm-85[data-v-3d2b78bd] {
    width: 85% !important;
}
.w-percent-sm-90[data-v-3d2b78bd] {
    width: 90% !important;
}
.w-percent-sm-95[data-v-3d2b78bd] {
    width: 95% !important;
}
.w-percent-sm-100[data-v-3d2b78bd] {
    width: 100% !important;
}
}
@media (min-width: 768px) {
.w-percent-md-5[data-v-3d2b78bd] {
    width: 5% !important;
}
.w-percent-md-10[data-v-3d2b78bd] {
    width: 10% !important;
}
.w-percent-md-15[data-v-3d2b78bd] {
    width: 15% !important;
}
.w-percent-md-20[data-v-3d2b78bd] {
    width: 20% !important;
}
.w-percent-md-25[data-v-3d2b78bd] {
    width: 25% !important;
}
.w-percent-md-30[data-v-3d2b78bd] {
    width: 30% !important;
}
.w-percent-md-35[data-v-3d2b78bd] {
    width: 35% !important;
}
.w-percent-md-40[data-v-3d2b78bd] {
    width: 40% !important;
}
.w-percent-md-45[data-v-3d2b78bd] {
    width: 45% !important;
}
.w-percent-md-50[data-v-3d2b78bd] {
    width: 50% !important;
}
.w-percent-md-55[data-v-3d2b78bd] {
    width: 55% !important;
}
.w-percent-md-60[data-v-3d2b78bd] {
    width: 60% !important;
}
.w-percent-md-65[data-v-3d2b78bd] {
    width: 65% !important;
}
.w-percent-md-70[data-v-3d2b78bd] {
    width: 70% !important;
}
.w-percent-md-75[data-v-3d2b78bd] {
    width: 75% !important;
}
.w-percent-md-80[data-v-3d2b78bd] {
    width: 80% !important;
}
.w-percent-md-85[data-v-3d2b78bd] {
    width: 85% !important;
}
.w-percent-md-90[data-v-3d2b78bd] {
    width: 90% !important;
}
.w-percent-md-95[data-v-3d2b78bd] {
    width: 95% !important;
}
.w-percent-md-100[data-v-3d2b78bd] {
    width: 100% !important;
}
}
@media (min-width: 992px) {
.w-percent-lg-5[data-v-3d2b78bd] {
    width: 5% !important;
}
.w-percent-lg-10[data-v-3d2b78bd] {
    width: 10% !important;
}
.w-percent-lg-15[data-v-3d2b78bd] {
    width: 15% !important;
}
.w-percent-lg-20[data-v-3d2b78bd] {
    width: 20% !important;
}
.w-percent-lg-25[data-v-3d2b78bd] {
    width: 25% !important;
}
.w-percent-lg-30[data-v-3d2b78bd] {
    width: 30% !important;
}
.w-percent-lg-35[data-v-3d2b78bd] {
    width: 35% !important;
}
.w-percent-lg-40[data-v-3d2b78bd] {
    width: 40% !important;
}
.w-percent-lg-45[data-v-3d2b78bd] {
    width: 45% !important;
}
.w-percent-lg-50[data-v-3d2b78bd] {
    width: 50% !important;
}
.w-percent-lg-55[data-v-3d2b78bd] {
    width: 55% !important;
}
.w-percent-lg-60[data-v-3d2b78bd] {
    width: 60% !important;
}
.w-percent-lg-65[data-v-3d2b78bd] {
    width: 65% !important;
}
.w-percent-lg-70[data-v-3d2b78bd] {
    width: 70% !important;
}
.w-percent-lg-75[data-v-3d2b78bd] {
    width: 75% !important;
}
.w-percent-lg-80[data-v-3d2b78bd] {
    width: 80% !important;
}
.w-percent-lg-85[data-v-3d2b78bd] {
    width: 85% !important;
}
.w-percent-lg-90[data-v-3d2b78bd] {
    width: 90% !important;
}
.w-percent-lg-95[data-v-3d2b78bd] {
    width: 95% !important;
}
.w-percent-lg-100[data-v-3d2b78bd] {
    width: 100% !important;
}
}
@media (min-width: 1200px) {
.w-percent-xl-5[data-v-3d2b78bd] {
    width: 5% !important;
}
.w-percent-xl-10[data-v-3d2b78bd] {
    width: 10% !important;
}
.w-percent-xl-15[data-v-3d2b78bd] {
    width: 15% !important;
}
.w-percent-xl-20[data-v-3d2b78bd] {
    width: 20% !important;
}
.w-percent-xl-25[data-v-3d2b78bd] {
    width: 25% !important;
}
.w-percent-xl-30[data-v-3d2b78bd] {
    width: 30% !important;
}
.w-percent-xl-35[data-v-3d2b78bd] {
    width: 35% !important;
}
.w-percent-xl-40[data-v-3d2b78bd] {
    width: 40% !important;
}
.w-percent-xl-45[data-v-3d2b78bd] {
    width: 45% !important;
}
.w-percent-xl-50[data-v-3d2b78bd] {
    width: 50% !important;
}
.w-percent-xl-55[data-v-3d2b78bd] {
    width: 55% !important;
}
.w-percent-xl-60[data-v-3d2b78bd] {
    width: 60% !important;
}
.w-percent-xl-65[data-v-3d2b78bd] {
    width: 65% !important;
}
.w-percent-xl-70[data-v-3d2b78bd] {
    width: 70% !important;
}
.w-percent-xl-75[data-v-3d2b78bd] {
    width: 75% !important;
}
.w-percent-xl-80[data-v-3d2b78bd] {
    width: 80% !important;
}
.w-percent-xl-85[data-v-3d2b78bd] {
    width: 85% !important;
}
.w-percent-xl-90[data-v-3d2b78bd] {
    width: 90% !important;
}
.w-percent-xl-95[data-v-3d2b78bd] {
    width: 95% !important;
}
.w-percent-xl-100[data-v-3d2b78bd] {
    width: 100% !important;
}
}
@media (min-width: 1400px) {
.w-percent-xxl-5[data-v-3d2b78bd] {
    width: 5% !important;
}
.w-percent-xxl-10[data-v-3d2b78bd] {
    width: 10% !important;
}
.w-percent-xxl-15[data-v-3d2b78bd] {
    width: 15% !important;
}
.w-percent-xxl-20[data-v-3d2b78bd] {
    width: 20% !important;
}
.w-percent-xxl-25[data-v-3d2b78bd] {
    width: 25% !important;
}
.w-percent-xxl-30[data-v-3d2b78bd] {
    width: 30% !important;
}
.w-percent-xxl-35[data-v-3d2b78bd] {
    width: 35% !important;
}
.w-percent-xxl-40[data-v-3d2b78bd] {
    width: 40% !important;
}
.w-percent-xxl-45[data-v-3d2b78bd] {
    width: 45% !important;
}
.w-percent-xxl-50[data-v-3d2b78bd] {
    width: 50% !important;
}
.w-percent-xxl-55[data-v-3d2b78bd] {
    width: 55% !important;
}
.w-percent-xxl-60[data-v-3d2b78bd] {
    width: 60% !important;
}
.w-percent-xxl-65[data-v-3d2b78bd] {
    width: 65% !important;
}
.w-percent-xxl-70[data-v-3d2b78bd] {
    width: 70% !important;
}
.w-percent-xxl-75[data-v-3d2b78bd] {
    width: 75% !important;
}
.w-percent-xxl-80[data-v-3d2b78bd] {
    width: 80% !important;
}
.w-percent-xxl-85[data-v-3d2b78bd] {
    width: 85% !important;
}
.w-percent-xxl-90[data-v-3d2b78bd] {
    width: 90% !important;
}
.w-percent-xxl-95[data-v-3d2b78bd] {
    width: 95% !important;
}
.w-percent-xxl-100[data-v-3d2b78bd] {
    width: 100% !important;
}
}
.align-text-left[data-v-3d2b78bd] {
  text-align: left !important;
}
.align-text-right[data-v-3d2b78bd] {
  text-align: right !important;
}
.align-text-center[data-v-3d2b78bd] {
  text-align: center !important;
}
@media (min-width: 576px) {
.align-text-sm-left[data-v-3d2b78bd] {
    text-align: left !important;
}
.align-text-sm-right[data-v-3d2b78bd] {
    text-align: right !important;
}
.align-text-sm-center[data-v-3d2b78bd] {
    text-align: center !important;
}
}
@media (min-width: 768px) {
.align-text-md-left[data-v-3d2b78bd] {
    text-align: left !important;
}
.align-text-md-right[data-v-3d2b78bd] {
    text-align: right !important;
}
.align-text-md-center[data-v-3d2b78bd] {
    text-align: center !important;
}
}
@media (min-width: 992px) {
.align-text-lg-left[data-v-3d2b78bd] {
    text-align: left !important;
}
.align-text-lg-right[data-v-3d2b78bd] {
    text-align: right !important;
}
.align-text-lg-center[data-v-3d2b78bd] {
    text-align: center !important;
}
}
@media (min-width: 1200px) {
.align-text-xl-left[data-v-3d2b78bd] {
    text-align: left !important;
}
.align-text-xl-right[data-v-3d2b78bd] {
    text-align: right !important;
}
.align-text-xl-center[data-v-3d2b78bd] {
    text-align: center !important;
}
}
@media (min-width: 1400px) {
.align-text-xxl-left[data-v-3d2b78bd] {
    text-align: left !important;
}
.align-text-xxl-right[data-v-3d2b78bd] {
    text-align: right !important;
}
.align-text-xxl-center[data-v-3d2b78bd] {
    text-align: center !important;
}
}
.flex-row[data-v-3d2b78bd] {
  flex-direction: row !important;
}
.flex-column[data-v-3d2b78bd] {
  flex-direction: column !important;
}
.flex-row-reverse[data-v-3d2b78bd] {
  flex-direction: row-reverse !important;
}
.flex-column-reverse[data-v-3d2b78bd] {
  flex-direction: column-reverse !important;
}
.flex-wrap[data-v-3d2b78bd] {
  flex-wrap: wrap !important;
}
.flex-nowrap[data-v-3d2b78bd] {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse[data-v-3d2b78bd] {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start[data-v-3d2b78bd] {
  justify-content: flex-start !important;
}
.justify-content-end[data-v-3d2b78bd] {
  justify-content: flex-end !important;
}
.justify-content-center[data-v-3d2b78bd] {
  justify-content: center !important;
}
.justify-content-between[data-v-3d2b78bd] {
  justify-content: space-between !important;
}
.justify-content-around[data-v-3d2b78bd] {
  justify-content: space-around !important;
}
.align-items-start[data-v-3d2b78bd] {
  align-items: flex-start !important;
}
.align-items-end[data-v-3d2b78bd] {
  align-items: flex-end !important;
}
.align-items-center[data-v-3d2b78bd] {
  align-items: center !important;
}
.align-items-baseline[data-v-3d2b78bd] {
  align-items: baseline !important;
}
.align-items-stretch[data-v-3d2b78bd] {
  align-items: stretch !important;
}
.align-content-start[data-v-3d2b78bd] {
  align-content: flex-start !important;
}
.align-content-end[data-v-3d2b78bd] {
  align-content: flex-end !important;
}
.align-content-center[data-v-3d2b78bd] {
  align-content: center !important;
}
.align-content-between[data-v-3d2b78bd] {
  align-content: space-between !important;
}
.align-content-around[data-v-3d2b78bd] {
  align-content: space-around !important;
}
.align-content-stretch[data-v-3d2b78bd] {
  align-content: stretch !important;
}
.align-self-auto[data-v-3d2b78bd] {
  align-self: auto !important;
}
.align-self-start[data-v-3d2b78bd] {
  align-self: flex-start !important;
}
.align-self-end[data-v-3d2b78bd] {
  align-self: flex-end !important;
}
.align-self-center[data-v-3d2b78bd] {
  align-self: center !important;
}
.align-self-baseline[data-v-3d2b78bd] {
  align-self: baseline !important;
}
.align-self-stretch[data-v-3d2b78bd] {
  align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row[data-v-3d2b78bd] {
    flex-direction: row !important;
}
.flex-sm-column[data-v-3d2b78bd] {
    flex-direction: column !important;
}
.flex-sm-row-reverse[data-v-3d2b78bd] {
    flex-direction: row-reverse !important;
}
.flex-sm-column-reverse[data-v-3d2b78bd] {
    flex-direction: column-reverse !important;
}
.flex-sm-wrap[data-v-3d2b78bd] {
    flex-wrap: wrap !important;
}
.flex-sm-nowrap[data-v-3d2b78bd] {
    flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse[data-v-3d2b78bd] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-sm-start[data-v-3d2b78bd] {
    justify-content: flex-start !important;
}
.justify-content-sm-end[data-v-3d2b78bd] {
    justify-content: flex-end !important;
}
.justify-content-sm-center[data-v-3d2b78bd] {
    justify-content: center !important;
}
.justify-content-sm-between[data-v-3d2b78bd] {
    justify-content: space-between !important;
}
.justify-content-sm-around[data-v-3d2b78bd] {
    justify-content: space-around !important;
}
.align-items-sm-start[data-v-3d2b78bd] {
    align-items: flex-start !important;
}
.align-items-sm-end[data-v-3d2b78bd] {
    align-items: flex-end !important;
}
.align-items-sm-center[data-v-3d2b78bd] {
    align-items: center !important;
}
.align-items-sm-baseline[data-v-3d2b78bd] {
    align-items: baseline !important;
}
.align-items-sm-stretch[data-v-3d2b78bd] {
    align-items: stretch !important;
}
.align-content-sm-start[data-v-3d2b78bd] {
    align-content: flex-start !important;
}
.align-content-sm-end[data-v-3d2b78bd] {
    align-content: flex-end !important;
}
.align-content-sm-center[data-v-3d2b78bd] {
    align-content: center !important;
}
.align-content-sm-between[data-v-3d2b78bd] {
    align-content: space-between !important;
}
.align-content-sm-around[data-v-3d2b78bd] {
    align-content: space-around !important;
}
.align-content-sm-stretch[data-v-3d2b78bd] {
    align-content: stretch !important;
}
.align-self-sm-auto[data-v-3d2b78bd] {
    align-self: auto !important;
}
.align-self-sm-start[data-v-3d2b78bd] {
    align-self: flex-start !important;
}
.align-self-sm-end[data-v-3d2b78bd] {
    align-self: flex-end !important;
}
.align-self-sm-center[data-v-3d2b78bd] {
    align-self: center !important;
}
.align-self-sm-baseline[data-v-3d2b78bd] {
    align-self: baseline !important;
}
.align-self-sm-stretch[data-v-3d2b78bd] {
    align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row[data-v-3d2b78bd] {
    flex-direction: row !important;
}
.flex-md-column[data-v-3d2b78bd] {
    flex-direction: column !important;
}
.flex-md-row-reverse[data-v-3d2b78bd] {
    flex-direction: row-reverse !important;
}
.flex-md-column-reverse[data-v-3d2b78bd] {
    flex-direction: column-reverse !important;
}
.flex-md-wrap[data-v-3d2b78bd] {
    flex-wrap: wrap !important;
}
.flex-md-nowrap[data-v-3d2b78bd] {
    flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse[data-v-3d2b78bd] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-md-start[data-v-3d2b78bd] {
    justify-content: flex-start !important;
}
.justify-content-md-end[data-v-3d2b78bd] {
    justify-content: flex-end !important;
}
.justify-content-md-center[data-v-3d2b78bd] {
    justify-content: center !important;
}
.justify-content-md-between[data-v-3d2b78bd] {
    justify-content: space-between !important;
}
.justify-content-md-around[data-v-3d2b78bd] {
    justify-content: space-around !important;
}
.align-items-md-start[data-v-3d2b78bd] {
    align-items: flex-start !important;
}
.align-items-md-end[data-v-3d2b78bd] {
    align-items: flex-end !important;
}
.align-items-md-center[data-v-3d2b78bd] {
    align-items: center !important;
}
.align-items-md-baseline[data-v-3d2b78bd] {
    align-items: baseline !important;
}
.align-items-md-stretch[data-v-3d2b78bd] {
    align-items: stretch !important;
}
.align-content-md-start[data-v-3d2b78bd] {
    align-content: flex-start !important;
}
.align-content-md-end[data-v-3d2b78bd] {
    align-content: flex-end !important;
}
.align-content-md-center[data-v-3d2b78bd] {
    align-content: center !important;
}
.align-content-md-between[data-v-3d2b78bd] {
    align-content: space-between !important;
}
.align-content-md-around[data-v-3d2b78bd] {
    align-content: space-around !important;
}
.align-content-md-stretch[data-v-3d2b78bd] {
    align-content: stretch !important;
}
.align-self-md-auto[data-v-3d2b78bd] {
    align-self: auto !important;
}
.align-self-md-start[data-v-3d2b78bd] {
    align-self: flex-start !important;
}
.align-self-md-end[data-v-3d2b78bd] {
    align-self: flex-end !important;
}
.align-self-md-center[data-v-3d2b78bd] {
    align-self: center !important;
}
.align-self-md-baseline[data-v-3d2b78bd] {
    align-self: baseline !important;
}
.align-self-md-stretch[data-v-3d2b78bd] {
    align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row[data-v-3d2b78bd] {
    flex-direction: row !important;
}
.flex-lg-column[data-v-3d2b78bd] {
    flex-direction: column !important;
}
.flex-lg-row-reverse[data-v-3d2b78bd] {
    flex-direction: row-reverse !important;
}
.flex-lg-column-reverse[data-v-3d2b78bd] {
    flex-direction: column-reverse !important;
}
.flex-lg-wrap[data-v-3d2b78bd] {
    flex-wrap: wrap !important;
}
.flex-lg-nowrap[data-v-3d2b78bd] {
    flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse[data-v-3d2b78bd] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-lg-start[data-v-3d2b78bd] {
    justify-content: flex-start !important;
}
.justify-content-lg-end[data-v-3d2b78bd] {
    justify-content: flex-end !important;
}
.justify-content-lg-center[data-v-3d2b78bd] {
    justify-content: center !important;
}
.justify-content-lg-between[data-v-3d2b78bd] {
    justify-content: space-between !important;
}
.justify-content-lg-around[data-v-3d2b78bd] {
    justify-content: space-around !important;
}
.align-items-lg-start[data-v-3d2b78bd] {
    align-items: flex-start !important;
}
.align-items-lg-end[data-v-3d2b78bd] {
    align-items: flex-end !important;
}
.align-items-lg-center[data-v-3d2b78bd] {
    align-items: center !important;
}
.align-items-lg-baseline[data-v-3d2b78bd] {
    align-items: baseline !important;
}
.align-items-lg-stretch[data-v-3d2b78bd] {
    align-items: stretch !important;
}
.align-content-lg-start[data-v-3d2b78bd] {
    align-content: flex-start !important;
}
.align-content-lg-end[data-v-3d2b78bd] {
    align-content: flex-end !important;
}
.align-content-lg-center[data-v-3d2b78bd] {
    align-content: center !important;
}
.align-content-lg-between[data-v-3d2b78bd] {
    align-content: space-between !important;
}
.align-content-lg-around[data-v-3d2b78bd] {
    align-content: space-around !important;
}
.align-content-lg-stretch[data-v-3d2b78bd] {
    align-content: stretch !important;
}
.align-self-lg-auto[data-v-3d2b78bd] {
    align-self: auto !important;
}
.align-self-lg-start[data-v-3d2b78bd] {
    align-self: flex-start !important;
}
.align-self-lg-end[data-v-3d2b78bd] {
    align-self: flex-end !important;
}
.align-self-lg-center[data-v-3d2b78bd] {
    align-self: center !important;
}
.align-self-lg-baseline[data-v-3d2b78bd] {
    align-self: baseline !important;
}
.align-self-lg-stretch[data-v-3d2b78bd] {
    align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row[data-v-3d2b78bd] {
    flex-direction: row !important;
}
.flex-xl-column[data-v-3d2b78bd] {
    flex-direction: column !important;
}
.flex-xl-row-reverse[data-v-3d2b78bd] {
    flex-direction: row-reverse !important;
}
.flex-xl-column-reverse[data-v-3d2b78bd] {
    flex-direction: column-reverse !important;
}
.flex-xl-wrap[data-v-3d2b78bd] {
    flex-wrap: wrap !important;
}
.flex-xl-nowrap[data-v-3d2b78bd] {
    flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse[data-v-3d2b78bd] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-xl-start[data-v-3d2b78bd] {
    justify-content: flex-start !important;
}
.justify-content-xl-end[data-v-3d2b78bd] {
    justify-content: flex-end !important;
}
.justify-content-xl-center[data-v-3d2b78bd] {
    justify-content: center !important;
}
.justify-content-xl-between[data-v-3d2b78bd] {
    justify-content: space-between !important;
}
.justify-content-xl-around[data-v-3d2b78bd] {
    justify-content: space-around !important;
}
.align-items-xl-start[data-v-3d2b78bd] {
    align-items: flex-start !important;
}
.align-items-xl-end[data-v-3d2b78bd] {
    align-items: flex-end !important;
}
.align-items-xl-center[data-v-3d2b78bd] {
    align-items: center !important;
}
.align-items-xl-baseline[data-v-3d2b78bd] {
    align-items: baseline !important;
}
.align-items-xl-stretch[data-v-3d2b78bd] {
    align-items: stretch !important;
}
.align-content-xl-start[data-v-3d2b78bd] {
    align-content: flex-start !important;
}
.align-content-xl-end[data-v-3d2b78bd] {
    align-content: flex-end !important;
}
.align-content-xl-center[data-v-3d2b78bd] {
    align-content: center !important;
}
.align-content-xl-between[data-v-3d2b78bd] {
    align-content: space-between !important;
}
.align-content-xl-around[data-v-3d2b78bd] {
    align-content: space-around !important;
}
.align-content-xl-stretch[data-v-3d2b78bd] {
    align-content: stretch !important;
}
.align-self-xl-auto[data-v-3d2b78bd] {
    align-self: auto !important;
}
.align-self-xl-start[data-v-3d2b78bd] {
    align-self: flex-start !important;
}
.align-self-xl-end[data-v-3d2b78bd] {
    align-self: flex-end !important;
}
.align-self-xl-center[data-v-3d2b78bd] {
    align-self: center !important;
}
.align-self-xl-baseline[data-v-3d2b78bd] {
    align-self: baseline !important;
}
.align-self-xl-stretch[data-v-3d2b78bd] {
    align-self: stretch !important;
}
}
@media (min-width: 1400px) {
.flex-xxl-row[data-v-3d2b78bd] {
    flex-direction: row !important;
}
.flex-xxl-column[data-v-3d2b78bd] {
    flex-direction: column !important;
}
.flex-xxl-row-reverse[data-v-3d2b78bd] {
    flex-direction: row-reverse !important;
}
.flex-xxl-column-reverse[data-v-3d2b78bd] {
    flex-direction: column-reverse !important;
}
.flex-xxl-wrap[data-v-3d2b78bd] {
    flex-wrap: wrap !important;
}
.flex-xxl-nowrap[data-v-3d2b78bd] {
    flex-wrap: nowrap !important;
}
.flex-xxl-wrap-reverse[data-v-3d2b78bd] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-xxl-start[data-v-3d2b78bd] {
    justify-content: flex-start !important;
}
.justify-content-xxl-end[data-v-3d2b78bd] {
    justify-content: flex-end !important;
}
.justify-content-xxl-center[data-v-3d2b78bd] {
    justify-content: center !important;
}
.justify-content-xxl-between[data-v-3d2b78bd] {
    justify-content: space-between !important;
}
.justify-content-xxl-around[data-v-3d2b78bd] {
    justify-content: space-around !important;
}
.align-items-xxl-start[data-v-3d2b78bd] {
    align-items: flex-start !important;
}
.align-items-xxl-end[data-v-3d2b78bd] {
    align-items: flex-end !important;
}
.align-items-xxl-center[data-v-3d2b78bd] {
    align-items: center !important;
}
.align-items-xxl-baseline[data-v-3d2b78bd] {
    align-items: baseline !important;
}
.align-items-xxl-stretch[data-v-3d2b78bd] {
    align-items: stretch !important;
}
.align-content-xxl-start[data-v-3d2b78bd] {
    align-content: flex-start !important;
}
.align-content-xxl-end[data-v-3d2b78bd] {
    align-content: flex-end !important;
}
.align-content-xxl-center[data-v-3d2b78bd] {
    align-content: center !important;
}
.align-content-xxl-between[data-v-3d2b78bd] {
    align-content: space-between !important;
}
.align-content-xxl-around[data-v-3d2b78bd] {
    align-content: space-around !important;
}
.align-content-xxl-stretch[data-v-3d2b78bd] {
    align-content: stretch !important;
}
.align-self-xxl-auto[data-v-3d2b78bd] {
    align-self: auto !important;
}
.align-self-xxl-start[data-v-3d2b78bd] {
    align-self: flex-start !important;
}
.align-self-xxl-end[data-v-3d2b78bd] {
    align-self: flex-end !important;
}
.align-self-xxl-center[data-v-3d2b78bd] {
    align-self: center !important;
}
.align-self-xxl-baseline[data-v-3d2b78bd] {
    align-self: baseline !important;
}
.align-self-xxl-stretch[data-v-3d2b78bd] {
    align-self: stretch !important;
}
}
.m-0[data-v-3d2b78bd] {
  margin: 0 !important;
}
.mt-0[data-v-3d2b78bd],
.my-0[data-v-3d2b78bd] {
  margin-top: 0 !important;
}
.mr-0[data-v-3d2b78bd],
.mx-0[data-v-3d2b78bd] {
  margin-right: 0 !important;
}
.mb-0[data-v-3d2b78bd],
.my-0[data-v-3d2b78bd] {
  margin-bottom: 0 !important;
}
.ml-0[data-v-3d2b78bd],
.mx-0[data-v-3d2b78bd] {
  margin-left: 0 !important;
}
.m-1[data-v-3d2b78bd] {
  margin: 2px !important;
}
.mt-1[data-v-3d2b78bd],
.my-1[data-v-3d2b78bd] {
  margin-top: 2px !important;
}
.mr-1[data-v-3d2b78bd],
.mx-1[data-v-3d2b78bd] {
  margin-right: 2px !important;
}
.mb-1[data-v-3d2b78bd],
.my-1[data-v-3d2b78bd] {
  margin-bottom: 2px !important;
}
.ml-1[data-v-3d2b78bd],
.mx-1[data-v-3d2b78bd] {
  margin-left: 2px !important;
}
.m-2[data-v-3d2b78bd] {
  margin: 4px !important;
}
.mt-2[data-v-3d2b78bd],
.my-2[data-v-3d2b78bd] {
  margin-top: 4px !important;
}
.mr-2[data-v-3d2b78bd],
.mx-2[data-v-3d2b78bd] {
  margin-right: 4px !important;
}
.mb-2[data-v-3d2b78bd],
.my-2[data-v-3d2b78bd] {
  margin-bottom: 4px !important;
}
.ml-2[data-v-3d2b78bd],
.mx-2[data-v-3d2b78bd] {
  margin-left: 4px !important;
}
.m-3[data-v-3d2b78bd] {
  margin: 8px !important;
}
.mt-3[data-v-3d2b78bd],
.my-3[data-v-3d2b78bd] {
  margin-top: 8px !important;
}
.mr-3[data-v-3d2b78bd],
.mx-3[data-v-3d2b78bd] {
  margin-right: 8px !important;
}
.mb-3[data-v-3d2b78bd],
.my-3[data-v-3d2b78bd] {
  margin-bottom: 8px !important;
}
.ml-3[data-v-3d2b78bd],
.mx-3[data-v-3d2b78bd] {
  margin-left: 8px !important;
}
.m-305[data-v-3d2b78bd] {
  margin: 12px !important;
}
.mt-305[data-v-3d2b78bd],
.my-305[data-v-3d2b78bd] {
  margin-top: 12px !important;
}
.mr-305[data-v-3d2b78bd],
.mx-305[data-v-3d2b78bd] {
  margin-right: 12px !important;
}
.mb-305[data-v-3d2b78bd],
.my-305[data-v-3d2b78bd] {
  margin-bottom: 12px !important;
}
.ml-305[data-v-3d2b78bd],
.mx-305[data-v-3d2b78bd] {
  margin-left: 12px !important;
}
.m-4[data-v-3d2b78bd] {
  margin: 16px !important;
}
.mt-4[data-v-3d2b78bd],
.my-4[data-v-3d2b78bd] {
  margin-top: 16px !important;
}
.mr-4[data-v-3d2b78bd],
.mx-4[data-v-3d2b78bd] {
  margin-right: 16px !important;
}
.mb-4[data-v-3d2b78bd],
.my-4[data-v-3d2b78bd] {
  margin-bottom: 16px !important;
}
.ml-4[data-v-3d2b78bd],
.mx-4[data-v-3d2b78bd] {
  margin-left: 16px !important;
}
.m-405[data-v-3d2b78bd] {
  margin: 20px !important;
}
.mt-405[data-v-3d2b78bd],
.my-405[data-v-3d2b78bd] {
  margin-top: 20px !important;
}
.mr-405[data-v-3d2b78bd],
.mx-405[data-v-3d2b78bd] {
  margin-right: 20px !important;
}
.mb-405[data-v-3d2b78bd],
.my-405[data-v-3d2b78bd] {
  margin-bottom: 20px !important;
}
.ml-405[data-v-3d2b78bd],
.mx-405[data-v-3d2b78bd] {
  margin-left: 20px !important;
}
.m-5[data-v-3d2b78bd] {
  margin: 24px !important;
}
.mt-5[data-v-3d2b78bd],
.my-5[data-v-3d2b78bd] {
  margin-top: 24px !important;
}
.mr-5[data-v-3d2b78bd],
.mx-5[data-v-3d2b78bd] {
  margin-right: 24px !important;
}
.mb-5[data-v-3d2b78bd],
.my-5[data-v-3d2b78bd] {
  margin-bottom: 24px !important;
}
.ml-5[data-v-3d2b78bd],
.mx-5[data-v-3d2b78bd] {
  margin-left: 24px !important;
}
.m-505[data-v-3d2b78bd] {
  margin: 28px !important;
}
.mt-505[data-v-3d2b78bd],
.my-505[data-v-3d2b78bd] {
  margin-top: 28px !important;
}
.mr-505[data-v-3d2b78bd],
.mx-505[data-v-3d2b78bd] {
  margin-right: 28px !important;
}
.mb-505[data-v-3d2b78bd],
.my-505[data-v-3d2b78bd] {
  margin-bottom: 28px !important;
}
.ml-505[data-v-3d2b78bd],
.mx-505[data-v-3d2b78bd] {
  margin-left: 28px !important;
}
.m-6[data-v-3d2b78bd] {
  margin: 32px !important;
}
.mt-6[data-v-3d2b78bd],
.my-6[data-v-3d2b78bd] {
  margin-top: 32px !important;
}
.mr-6[data-v-3d2b78bd],
.mx-6[data-v-3d2b78bd] {
  margin-right: 32px !important;
}
.mb-6[data-v-3d2b78bd],
.my-6[data-v-3d2b78bd] {
  margin-bottom: 32px !important;
}
.ml-6[data-v-3d2b78bd],
.mx-6[data-v-3d2b78bd] {
  margin-left: 32px !important;
}
.m-605[data-v-3d2b78bd] {
  margin: 36px !important;
}
.mt-605[data-v-3d2b78bd],
.my-605[data-v-3d2b78bd] {
  margin-top: 36px !important;
}
.mr-605[data-v-3d2b78bd],
.mx-605[data-v-3d2b78bd] {
  margin-right: 36px !important;
}
.mb-605[data-v-3d2b78bd],
.my-605[data-v-3d2b78bd] {
  margin-bottom: 36px !important;
}
.ml-605[data-v-3d2b78bd],
.mx-605[data-v-3d2b78bd] {
  margin-left: 36px !important;
}
.m-7[data-v-3d2b78bd] {
  margin: 40px !important;
}
.mt-7[data-v-3d2b78bd],
.my-7[data-v-3d2b78bd] {
  margin-top: 40px !important;
}
.mr-7[data-v-3d2b78bd],
.mx-7[data-v-3d2b78bd] {
  margin-right: 40px !important;
}
.mb-7[data-v-3d2b78bd],
.my-7[data-v-3d2b78bd] {
  margin-bottom: 40px !important;
}
.ml-7[data-v-3d2b78bd],
.mx-7[data-v-3d2b78bd] {
  margin-left: 40px !important;
}
.m-705[data-v-3d2b78bd] {
  margin: 44px !important;
}
.mt-705[data-v-3d2b78bd],
.my-705[data-v-3d2b78bd] {
  margin-top: 44px !important;
}
.mr-705[data-v-3d2b78bd],
.mx-705[data-v-3d2b78bd] {
  margin-right: 44px !important;
}
.mb-705[data-v-3d2b78bd],
.my-705[data-v-3d2b78bd] {
  margin-bottom: 44px !important;
}
.ml-705[data-v-3d2b78bd],
.mx-705[data-v-3d2b78bd] {
  margin-left: 44px !important;
}
.m-8[data-v-3d2b78bd] {
  margin: 48px !important;
}
.mt-8[data-v-3d2b78bd],
.my-8[data-v-3d2b78bd] {
  margin-top: 48px !important;
}
.mr-8[data-v-3d2b78bd],
.mx-8[data-v-3d2b78bd] {
  margin-right: 48px !important;
}
.mb-8[data-v-3d2b78bd],
.my-8[data-v-3d2b78bd] {
  margin-bottom: 48px !important;
}
.ml-8[data-v-3d2b78bd],
.mx-8[data-v-3d2b78bd] {
  margin-left: 48px !important;
}
.m-805[data-v-3d2b78bd] {
  margin: 52px !important;
}
.mt-805[data-v-3d2b78bd],
.my-805[data-v-3d2b78bd] {
  margin-top: 52px !important;
}
.mr-805[data-v-3d2b78bd],
.mx-805[data-v-3d2b78bd] {
  margin-right: 52px !important;
}
.mb-805[data-v-3d2b78bd],
.my-805[data-v-3d2b78bd] {
  margin-bottom: 52px !important;
}
.ml-805[data-v-3d2b78bd],
.mx-805[data-v-3d2b78bd] {
  margin-left: 52px !important;
}
.m-9[data-v-3d2b78bd] {
  margin: 56px !important;
}
.mt-9[data-v-3d2b78bd],
.my-9[data-v-3d2b78bd] {
  margin-top: 56px !important;
}
.mr-9[data-v-3d2b78bd],
.mx-9[data-v-3d2b78bd] {
  margin-right: 56px !important;
}
.mb-9[data-v-3d2b78bd],
.my-9[data-v-3d2b78bd] {
  margin-bottom: 56px !important;
}
.ml-9[data-v-3d2b78bd],
.mx-9[data-v-3d2b78bd] {
  margin-left: 56px !important;
}
.m-905[data-v-3d2b78bd] {
  margin: 60px !important;
}
.mt-905[data-v-3d2b78bd],
.my-905[data-v-3d2b78bd] {
  margin-top: 60px !important;
}
.mr-905[data-v-3d2b78bd],
.mx-905[data-v-3d2b78bd] {
  margin-right: 60px !important;
}
.mb-905[data-v-3d2b78bd],
.my-905[data-v-3d2b78bd] {
  margin-bottom: 60px !important;
}
.ml-905[data-v-3d2b78bd],
.mx-905[data-v-3d2b78bd] {
  margin-left: 60px !important;
}
.p-0[data-v-3d2b78bd] {
  padding: 0 !important;
}
.pt-0[data-v-3d2b78bd],
.py-0[data-v-3d2b78bd] {
  padding-top: 0 !important;
}
.pr-0[data-v-3d2b78bd],
.px-0[data-v-3d2b78bd] {
  padding-right: 0 !important;
}
.pb-0[data-v-3d2b78bd],
.py-0[data-v-3d2b78bd] {
  padding-bottom: 0 !important;
}
.pl-0[data-v-3d2b78bd],
.px-0[data-v-3d2b78bd] {
  padding-left: 0 !important;
}
.p-1[data-v-3d2b78bd] {
  padding: 2px !important;
}
.pt-1[data-v-3d2b78bd],
.py-1[data-v-3d2b78bd] {
  padding-top: 2px !important;
}
.pr-1[data-v-3d2b78bd],
.px-1[data-v-3d2b78bd] {
  padding-right: 2px !important;
}
.pb-1[data-v-3d2b78bd],
.py-1[data-v-3d2b78bd] {
  padding-bottom: 2px !important;
}
.pl-1[data-v-3d2b78bd],
.px-1[data-v-3d2b78bd] {
  padding-left: 2px !important;
}
.p-2[data-v-3d2b78bd] {
  padding: 4px !important;
}
.pt-2[data-v-3d2b78bd],
.py-2[data-v-3d2b78bd] {
  padding-top: 4px !important;
}
.pr-2[data-v-3d2b78bd],
.px-2[data-v-3d2b78bd] {
  padding-right: 4px !important;
}
.pb-2[data-v-3d2b78bd],
.py-2[data-v-3d2b78bd] {
  padding-bottom: 4px !important;
}
.pl-2[data-v-3d2b78bd],
.px-2[data-v-3d2b78bd] {
  padding-left: 4px !important;
}
.p-3[data-v-3d2b78bd] {
  padding: 8px !important;
}
.pt-3[data-v-3d2b78bd],
.py-3[data-v-3d2b78bd] {
  padding-top: 8px !important;
}
.pr-3[data-v-3d2b78bd],
.px-3[data-v-3d2b78bd] {
  padding-right: 8px !important;
}
.pb-3[data-v-3d2b78bd],
.py-3[data-v-3d2b78bd] {
  padding-bottom: 8px !important;
}
.pl-3[data-v-3d2b78bd],
.px-3[data-v-3d2b78bd] {
  padding-left: 8px !important;
}
.p-305[data-v-3d2b78bd] {
  padding: 12px !important;
}
.pt-305[data-v-3d2b78bd],
.py-305[data-v-3d2b78bd] {
  padding-top: 12px !important;
}
.pr-305[data-v-3d2b78bd],
.px-305[data-v-3d2b78bd] {
  padding-right: 12px !important;
}
.pb-305[data-v-3d2b78bd],
.py-305[data-v-3d2b78bd] {
  padding-bottom: 12px !important;
}
.pl-305[data-v-3d2b78bd],
.px-305[data-v-3d2b78bd] {
  padding-left: 12px !important;
}
.p-4[data-v-3d2b78bd] {
  padding: 16px !important;
}
.pt-4[data-v-3d2b78bd],
.py-4[data-v-3d2b78bd] {
  padding-top: 16px !important;
}
.pr-4[data-v-3d2b78bd],
.px-4[data-v-3d2b78bd] {
  padding-right: 16px !important;
}
.pb-4[data-v-3d2b78bd],
.py-4[data-v-3d2b78bd] {
  padding-bottom: 16px !important;
}
.pl-4[data-v-3d2b78bd],
.px-4[data-v-3d2b78bd] {
  padding-left: 16px !important;
}
.p-405[data-v-3d2b78bd] {
  padding: 20px !important;
}
.pt-405[data-v-3d2b78bd],
.py-405[data-v-3d2b78bd] {
  padding-top: 20px !important;
}
.pr-405[data-v-3d2b78bd],
.px-405[data-v-3d2b78bd] {
  padding-right: 20px !important;
}
.pb-405[data-v-3d2b78bd],
.py-405[data-v-3d2b78bd] {
  padding-bottom: 20px !important;
}
.pl-405[data-v-3d2b78bd],
.px-405[data-v-3d2b78bd] {
  padding-left: 20px !important;
}
.p-5[data-v-3d2b78bd] {
  padding: 24px !important;
}
.pt-5[data-v-3d2b78bd],
.py-5[data-v-3d2b78bd] {
  padding-top: 24px !important;
}
.pr-5[data-v-3d2b78bd],
.px-5[data-v-3d2b78bd] {
  padding-right: 24px !important;
}
.pb-5[data-v-3d2b78bd],
.py-5[data-v-3d2b78bd] {
  padding-bottom: 24px !important;
}
.pl-5[data-v-3d2b78bd],
.px-5[data-v-3d2b78bd] {
  padding-left: 24px !important;
}
.p-505[data-v-3d2b78bd] {
  padding: 28px !important;
}
.pt-505[data-v-3d2b78bd],
.py-505[data-v-3d2b78bd] {
  padding-top: 28px !important;
}
.pr-505[data-v-3d2b78bd],
.px-505[data-v-3d2b78bd] {
  padding-right: 28px !important;
}
.pb-505[data-v-3d2b78bd],
.py-505[data-v-3d2b78bd] {
  padding-bottom: 28px !important;
}
.pl-505[data-v-3d2b78bd],
.px-505[data-v-3d2b78bd] {
  padding-left: 28px !important;
}
.p-6[data-v-3d2b78bd] {
  padding: 32px !important;
}
.pt-6[data-v-3d2b78bd],
.py-6[data-v-3d2b78bd] {
  padding-top: 32px !important;
}
.pr-6[data-v-3d2b78bd],
.px-6[data-v-3d2b78bd] {
  padding-right: 32px !important;
}
.pb-6[data-v-3d2b78bd],
.py-6[data-v-3d2b78bd] {
  padding-bottom: 32px !important;
}
.pl-6[data-v-3d2b78bd],
.px-6[data-v-3d2b78bd] {
  padding-left: 32px !important;
}
.p-605[data-v-3d2b78bd] {
  padding: 36px !important;
}
.pt-605[data-v-3d2b78bd],
.py-605[data-v-3d2b78bd] {
  padding-top: 36px !important;
}
.pr-605[data-v-3d2b78bd],
.px-605[data-v-3d2b78bd] {
  padding-right: 36px !important;
}
.pb-605[data-v-3d2b78bd],
.py-605[data-v-3d2b78bd] {
  padding-bottom: 36px !important;
}
.pl-605[data-v-3d2b78bd],
.px-605[data-v-3d2b78bd] {
  padding-left: 36px !important;
}
.p-7[data-v-3d2b78bd] {
  padding: 40px !important;
}
.pt-7[data-v-3d2b78bd],
.py-7[data-v-3d2b78bd] {
  padding-top: 40px !important;
}
.pr-7[data-v-3d2b78bd],
.px-7[data-v-3d2b78bd] {
  padding-right: 40px !important;
}
.pb-7[data-v-3d2b78bd],
.py-7[data-v-3d2b78bd] {
  padding-bottom: 40px !important;
}
.pl-7[data-v-3d2b78bd],
.px-7[data-v-3d2b78bd] {
  padding-left: 40px !important;
}
.p-705[data-v-3d2b78bd] {
  padding: 44px !important;
}
.pt-705[data-v-3d2b78bd],
.py-705[data-v-3d2b78bd] {
  padding-top: 44px !important;
}
.pr-705[data-v-3d2b78bd],
.px-705[data-v-3d2b78bd] {
  padding-right: 44px !important;
}
.pb-705[data-v-3d2b78bd],
.py-705[data-v-3d2b78bd] {
  padding-bottom: 44px !important;
}
.pl-705[data-v-3d2b78bd],
.px-705[data-v-3d2b78bd] {
  padding-left: 44px !important;
}
.p-8[data-v-3d2b78bd] {
  padding: 48px !important;
}
.pt-8[data-v-3d2b78bd],
.py-8[data-v-3d2b78bd] {
  padding-top: 48px !important;
}
.pr-8[data-v-3d2b78bd],
.px-8[data-v-3d2b78bd] {
  padding-right: 48px !important;
}
.pb-8[data-v-3d2b78bd],
.py-8[data-v-3d2b78bd] {
  padding-bottom: 48px !important;
}
.pl-8[data-v-3d2b78bd],
.px-8[data-v-3d2b78bd] {
  padding-left: 48px !important;
}
.p-805[data-v-3d2b78bd] {
  padding: 52px !important;
}
.pt-805[data-v-3d2b78bd],
.py-805[data-v-3d2b78bd] {
  padding-top: 52px !important;
}
.pr-805[data-v-3d2b78bd],
.px-805[data-v-3d2b78bd] {
  padding-right: 52px !important;
}
.pb-805[data-v-3d2b78bd],
.py-805[data-v-3d2b78bd] {
  padding-bottom: 52px !important;
}
.pl-805[data-v-3d2b78bd],
.px-805[data-v-3d2b78bd] {
  padding-left: 52px !important;
}
.p-9[data-v-3d2b78bd] {
  padding: 56px !important;
}
.pt-9[data-v-3d2b78bd],
.py-9[data-v-3d2b78bd] {
  padding-top: 56px !important;
}
.pr-9[data-v-3d2b78bd],
.px-9[data-v-3d2b78bd] {
  padding-right: 56px !important;
}
.pb-9[data-v-3d2b78bd],
.py-9[data-v-3d2b78bd] {
  padding-bottom: 56px !important;
}
.pl-9[data-v-3d2b78bd],
.px-9[data-v-3d2b78bd] {
  padding-left: 56px !important;
}
.p-905[data-v-3d2b78bd] {
  padding: 60px !important;
}
.pt-905[data-v-3d2b78bd],
.py-905[data-v-3d2b78bd] {
  padding-top: 60px !important;
}
.pr-905[data-v-3d2b78bd],
.px-905[data-v-3d2b78bd] {
  padding-right: 60px !important;
}
.pb-905[data-v-3d2b78bd],
.py-905[data-v-3d2b78bd] {
  padding-bottom: 60px !important;
}
.pl-905[data-v-3d2b78bd],
.px-905[data-v-3d2b78bd] {
  padding-left: 60px !important;
}
.m-auto[data-v-3d2b78bd] {
  margin: auto !important;
}
.mt-auto[data-v-3d2b78bd],
.my-auto[data-v-3d2b78bd] {
  margin-top: auto !important;
}
.mr-auto[data-v-3d2b78bd],
.mx-auto[data-v-3d2b78bd] {
  margin-right: auto !important;
}
.mb-auto[data-v-3d2b78bd],
.my-auto[data-v-3d2b78bd] {
  margin-bottom: auto !important;
}
.ml-auto[data-v-3d2b78bd],
.mx-auto[data-v-3d2b78bd] {
  margin-left: auto !important;
}
@media (min-width: 576px) {
.m-sm-0[data-v-3d2b78bd] {
    margin: 0 !important;
}
.mt-sm-0[data-v-3d2b78bd],
  .my-sm-0[data-v-3d2b78bd] {
    margin-top: 0 !important;
}
.mr-sm-0[data-v-3d2b78bd],
  .mx-sm-0[data-v-3d2b78bd] {
    margin-right: 0 !important;
}
.mb-sm-0[data-v-3d2b78bd],
  .my-sm-0[data-v-3d2b78bd] {
    margin-bottom: 0 !important;
}
.ml-sm-0[data-v-3d2b78bd],
  .mx-sm-0[data-v-3d2b78bd] {
    margin-left: 0 !important;
}
.m-sm-1[data-v-3d2b78bd] {
    margin: 2px !important;
}
.mt-sm-1[data-v-3d2b78bd],
  .my-sm-1[data-v-3d2b78bd] {
    margin-top: 2px !important;
}
.mr-sm-1[data-v-3d2b78bd],
  .mx-sm-1[data-v-3d2b78bd] {
    margin-right: 2px !important;
}
.mb-sm-1[data-v-3d2b78bd],
  .my-sm-1[data-v-3d2b78bd] {
    margin-bottom: 2px !important;
}
.ml-sm-1[data-v-3d2b78bd],
  .mx-sm-1[data-v-3d2b78bd] {
    margin-left: 2px !important;
}
.m-sm-2[data-v-3d2b78bd] {
    margin: 4px !important;
}
.mt-sm-2[data-v-3d2b78bd],
  .my-sm-2[data-v-3d2b78bd] {
    margin-top: 4px !important;
}
.mr-sm-2[data-v-3d2b78bd],
  .mx-sm-2[data-v-3d2b78bd] {
    margin-right: 4px !important;
}
.mb-sm-2[data-v-3d2b78bd],
  .my-sm-2[data-v-3d2b78bd] {
    margin-bottom: 4px !important;
}
.ml-sm-2[data-v-3d2b78bd],
  .mx-sm-2[data-v-3d2b78bd] {
    margin-left: 4px !important;
}
.m-sm-3[data-v-3d2b78bd] {
    margin: 8px !important;
}
.mt-sm-3[data-v-3d2b78bd],
  .my-sm-3[data-v-3d2b78bd] {
    margin-top: 8px !important;
}
.mr-sm-3[data-v-3d2b78bd],
  .mx-sm-3[data-v-3d2b78bd] {
    margin-right: 8px !important;
}
.mb-sm-3[data-v-3d2b78bd],
  .my-sm-3[data-v-3d2b78bd] {
    margin-bottom: 8px !important;
}
.ml-sm-3[data-v-3d2b78bd],
  .mx-sm-3[data-v-3d2b78bd] {
    margin-left: 8px !important;
}
.m-sm-305[data-v-3d2b78bd] {
    margin: 12px !important;
}
.mt-sm-305[data-v-3d2b78bd],
  .my-sm-305[data-v-3d2b78bd] {
    margin-top: 12px !important;
}
.mr-sm-305[data-v-3d2b78bd],
  .mx-sm-305[data-v-3d2b78bd] {
    margin-right: 12px !important;
}
.mb-sm-305[data-v-3d2b78bd],
  .my-sm-305[data-v-3d2b78bd] {
    margin-bottom: 12px !important;
}
.ml-sm-305[data-v-3d2b78bd],
  .mx-sm-305[data-v-3d2b78bd] {
    margin-left: 12px !important;
}
.m-sm-4[data-v-3d2b78bd] {
    margin: 16px !important;
}
.mt-sm-4[data-v-3d2b78bd],
  .my-sm-4[data-v-3d2b78bd] {
    margin-top: 16px !important;
}
.mr-sm-4[data-v-3d2b78bd],
  .mx-sm-4[data-v-3d2b78bd] {
    margin-right: 16px !important;
}
.mb-sm-4[data-v-3d2b78bd],
  .my-sm-4[data-v-3d2b78bd] {
    margin-bottom: 16px !important;
}
.ml-sm-4[data-v-3d2b78bd],
  .mx-sm-4[data-v-3d2b78bd] {
    margin-left: 16px !important;
}
.m-sm-405[data-v-3d2b78bd] {
    margin: 20px !important;
}
.mt-sm-405[data-v-3d2b78bd],
  .my-sm-405[data-v-3d2b78bd] {
    margin-top: 20px !important;
}
.mr-sm-405[data-v-3d2b78bd],
  .mx-sm-405[data-v-3d2b78bd] {
    margin-right: 20px !important;
}
.mb-sm-405[data-v-3d2b78bd],
  .my-sm-405[data-v-3d2b78bd] {
    margin-bottom: 20px !important;
}
.ml-sm-405[data-v-3d2b78bd],
  .mx-sm-405[data-v-3d2b78bd] {
    margin-left: 20px !important;
}
.m-sm-5[data-v-3d2b78bd] {
    margin: 24px !important;
}
.mt-sm-5[data-v-3d2b78bd],
  .my-sm-5[data-v-3d2b78bd] {
    margin-top: 24px !important;
}
.mr-sm-5[data-v-3d2b78bd],
  .mx-sm-5[data-v-3d2b78bd] {
    margin-right: 24px !important;
}
.mb-sm-5[data-v-3d2b78bd],
  .my-sm-5[data-v-3d2b78bd] {
    margin-bottom: 24px !important;
}
.ml-sm-5[data-v-3d2b78bd],
  .mx-sm-5[data-v-3d2b78bd] {
    margin-left: 24px !important;
}
.m-sm-505[data-v-3d2b78bd] {
    margin: 28px !important;
}
.mt-sm-505[data-v-3d2b78bd],
  .my-sm-505[data-v-3d2b78bd] {
    margin-top: 28px !important;
}
.mr-sm-505[data-v-3d2b78bd],
  .mx-sm-505[data-v-3d2b78bd] {
    margin-right: 28px !important;
}
.mb-sm-505[data-v-3d2b78bd],
  .my-sm-505[data-v-3d2b78bd] {
    margin-bottom: 28px !important;
}
.ml-sm-505[data-v-3d2b78bd],
  .mx-sm-505[data-v-3d2b78bd] {
    margin-left: 28px !important;
}
.m-sm-6[data-v-3d2b78bd] {
    margin: 32px !important;
}
.mt-sm-6[data-v-3d2b78bd],
  .my-sm-6[data-v-3d2b78bd] {
    margin-top: 32px !important;
}
.mr-sm-6[data-v-3d2b78bd],
  .mx-sm-6[data-v-3d2b78bd] {
    margin-right: 32px !important;
}
.mb-sm-6[data-v-3d2b78bd],
  .my-sm-6[data-v-3d2b78bd] {
    margin-bottom: 32px !important;
}
.ml-sm-6[data-v-3d2b78bd],
  .mx-sm-6[data-v-3d2b78bd] {
    margin-left: 32px !important;
}
.m-sm-605[data-v-3d2b78bd] {
    margin: 36px !important;
}
.mt-sm-605[data-v-3d2b78bd],
  .my-sm-605[data-v-3d2b78bd] {
    margin-top: 36px !important;
}
.mr-sm-605[data-v-3d2b78bd],
  .mx-sm-605[data-v-3d2b78bd] {
    margin-right: 36px !important;
}
.mb-sm-605[data-v-3d2b78bd],
  .my-sm-605[data-v-3d2b78bd] {
    margin-bottom: 36px !important;
}
.ml-sm-605[data-v-3d2b78bd],
  .mx-sm-605[data-v-3d2b78bd] {
    margin-left: 36px !important;
}
.m-sm-7[data-v-3d2b78bd] {
    margin: 40px !important;
}
.mt-sm-7[data-v-3d2b78bd],
  .my-sm-7[data-v-3d2b78bd] {
    margin-top: 40px !important;
}
.mr-sm-7[data-v-3d2b78bd],
  .mx-sm-7[data-v-3d2b78bd] {
    margin-right: 40px !important;
}
.mb-sm-7[data-v-3d2b78bd],
  .my-sm-7[data-v-3d2b78bd] {
    margin-bottom: 40px !important;
}
.ml-sm-7[data-v-3d2b78bd],
  .mx-sm-7[data-v-3d2b78bd] {
    margin-left: 40px !important;
}
.m-sm-705[data-v-3d2b78bd] {
    margin: 44px !important;
}
.mt-sm-705[data-v-3d2b78bd],
  .my-sm-705[data-v-3d2b78bd] {
    margin-top: 44px !important;
}
.mr-sm-705[data-v-3d2b78bd],
  .mx-sm-705[data-v-3d2b78bd] {
    margin-right: 44px !important;
}
.mb-sm-705[data-v-3d2b78bd],
  .my-sm-705[data-v-3d2b78bd] {
    margin-bottom: 44px !important;
}
.ml-sm-705[data-v-3d2b78bd],
  .mx-sm-705[data-v-3d2b78bd] {
    margin-left: 44px !important;
}
.m-sm-8[data-v-3d2b78bd] {
    margin: 48px !important;
}
.mt-sm-8[data-v-3d2b78bd],
  .my-sm-8[data-v-3d2b78bd] {
    margin-top: 48px !important;
}
.mr-sm-8[data-v-3d2b78bd],
  .mx-sm-8[data-v-3d2b78bd] {
    margin-right: 48px !important;
}
.mb-sm-8[data-v-3d2b78bd],
  .my-sm-8[data-v-3d2b78bd] {
    margin-bottom: 48px !important;
}
.ml-sm-8[data-v-3d2b78bd],
  .mx-sm-8[data-v-3d2b78bd] {
    margin-left: 48px !important;
}
.m-sm-805[data-v-3d2b78bd] {
    margin: 52px !important;
}
.mt-sm-805[data-v-3d2b78bd],
  .my-sm-805[data-v-3d2b78bd] {
    margin-top: 52px !important;
}
.mr-sm-805[data-v-3d2b78bd],
  .mx-sm-805[data-v-3d2b78bd] {
    margin-right: 52px !important;
}
.mb-sm-805[data-v-3d2b78bd],
  .my-sm-805[data-v-3d2b78bd] {
    margin-bottom: 52px !important;
}
.ml-sm-805[data-v-3d2b78bd],
  .mx-sm-805[data-v-3d2b78bd] {
    margin-left: 52px !important;
}
.m-sm-9[data-v-3d2b78bd] {
    margin: 56px !important;
}
.mt-sm-9[data-v-3d2b78bd],
  .my-sm-9[data-v-3d2b78bd] {
    margin-top: 56px !important;
}
.mr-sm-9[data-v-3d2b78bd],
  .mx-sm-9[data-v-3d2b78bd] {
    margin-right: 56px !important;
}
.mb-sm-9[data-v-3d2b78bd],
  .my-sm-9[data-v-3d2b78bd] {
    margin-bottom: 56px !important;
}
.ml-sm-9[data-v-3d2b78bd],
  .mx-sm-9[data-v-3d2b78bd] {
    margin-left: 56px !important;
}
.m-sm-905[data-v-3d2b78bd] {
    margin: 60px !important;
}
.mt-sm-905[data-v-3d2b78bd],
  .my-sm-905[data-v-3d2b78bd] {
    margin-top: 60px !important;
}
.mr-sm-905[data-v-3d2b78bd],
  .mx-sm-905[data-v-3d2b78bd] {
    margin-right: 60px !important;
}
.mb-sm-905[data-v-3d2b78bd],
  .my-sm-905[data-v-3d2b78bd] {
    margin-bottom: 60px !important;
}
.ml-sm-905[data-v-3d2b78bd],
  .mx-sm-905[data-v-3d2b78bd] {
    margin-left: 60px !important;
}
.p-sm-0[data-v-3d2b78bd] {
    padding: 0 !important;
}
.pt-sm-0[data-v-3d2b78bd],
  .py-sm-0[data-v-3d2b78bd] {
    padding-top: 0 !important;
}
.pr-sm-0[data-v-3d2b78bd],
  .px-sm-0[data-v-3d2b78bd] {
    padding-right: 0 !important;
}
.pb-sm-0[data-v-3d2b78bd],
  .py-sm-0[data-v-3d2b78bd] {
    padding-bottom: 0 !important;
}
.pl-sm-0[data-v-3d2b78bd],
  .px-sm-0[data-v-3d2b78bd] {
    padding-left: 0 !important;
}
.p-sm-1[data-v-3d2b78bd] {
    padding: 2px !important;
}
.pt-sm-1[data-v-3d2b78bd],
  .py-sm-1[data-v-3d2b78bd] {
    padding-top: 2px !important;
}
.pr-sm-1[data-v-3d2b78bd],
  .px-sm-1[data-v-3d2b78bd] {
    padding-right: 2px !important;
}
.pb-sm-1[data-v-3d2b78bd],
  .py-sm-1[data-v-3d2b78bd] {
    padding-bottom: 2px !important;
}
.pl-sm-1[data-v-3d2b78bd],
  .px-sm-1[data-v-3d2b78bd] {
    padding-left: 2px !important;
}
.p-sm-2[data-v-3d2b78bd] {
    padding: 4px !important;
}
.pt-sm-2[data-v-3d2b78bd],
  .py-sm-2[data-v-3d2b78bd] {
    padding-top: 4px !important;
}
.pr-sm-2[data-v-3d2b78bd],
  .px-sm-2[data-v-3d2b78bd] {
    padding-right: 4px !important;
}
.pb-sm-2[data-v-3d2b78bd],
  .py-sm-2[data-v-3d2b78bd] {
    padding-bottom: 4px !important;
}
.pl-sm-2[data-v-3d2b78bd],
  .px-sm-2[data-v-3d2b78bd] {
    padding-left: 4px !important;
}
.p-sm-3[data-v-3d2b78bd] {
    padding: 8px !important;
}
.pt-sm-3[data-v-3d2b78bd],
  .py-sm-3[data-v-3d2b78bd] {
    padding-top: 8px !important;
}
.pr-sm-3[data-v-3d2b78bd],
  .px-sm-3[data-v-3d2b78bd] {
    padding-right: 8px !important;
}
.pb-sm-3[data-v-3d2b78bd],
  .py-sm-3[data-v-3d2b78bd] {
    padding-bottom: 8px !important;
}
.pl-sm-3[data-v-3d2b78bd],
  .px-sm-3[data-v-3d2b78bd] {
    padding-left: 8px !important;
}
.p-sm-305[data-v-3d2b78bd] {
    padding: 12px !important;
}
.pt-sm-305[data-v-3d2b78bd],
  .py-sm-305[data-v-3d2b78bd] {
    padding-top: 12px !important;
}
.pr-sm-305[data-v-3d2b78bd],
  .px-sm-305[data-v-3d2b78bd] {
    padding-right: 12px !important;
}
.pb-sm-305[data-v-3d2b78bd],
  .py-sm-305[data-v-3d2b78bd] {
    padding-bottom: 12px !important;
}
.pl-sm-305[data-v-3d2b78bd],
  .px-sm-305[data-v-3d2b78bd] {
    padding-left: 12px !important;
}
.p-sm-4[data-v-3d2b78bd] {
    padding: 16px !important;
}
.pt-sm-4[data-v-3d2b78bd],
  .py-sm-4[data-v-3d2b78bd] {
    padding-top: 16px !important;
}
.pr-sm-4[data-v-3d2b78bd],
  .px-sm-4[data-v-3d2b78bd] {
    padding-right: 16px !important;
}
.pb-sm-4[data-v-3d2b78bd],
  .py-sm-4[data-v-3d2b78bd] {
    padding-bottom: 16px !important;
}
.pl-sm-4[data-v-3d2b78bd],
  .px-sm-4[data-v-3d2b78bd] {
    padding-left: 16px !important;
}
.p-sm-405[data-v-3d2b78bd] {
    padding: 20px !important;
}
.pt-sm-405[data-v-3d2b78bd],
  .py-sm-405[data-v-3d2b78bd] {
    padding-top: 20px !important;
}
.pr-sm-405[data-v-3d2b78bd],
  .px-sm-405[data-v-3d2b78bd] {
    padding-right: 20px !important;
}
.pb-sm-405[data-v-3d2b78bd],
  .py-sm-405[data-v-3d2b78bd] {
    padding-bottom: 20px !important;
}
.pl-sm-405[data-v-3d2b78bd],
  .px-sm-405[data-v-3d2b78bd] {
    padding-left: 20px !important;
}
.p-sm-5[data-v-3d2b78bd] {
    padding: 24px !important;
}
.pt-sm-5[data-v-3d2b78bd],
  .py-sm-5[data-v-3d2b78bd] {
    padding-top: 24px !important;
}
.pr-sm-5[data-v-3d2b78bd],
  .px-sm-5[data-v-3d2b78bd] {
    padding-right: 24px !important;
}
.pb-sm-5[data-v-3d2b78bd],
  .py-sm-5[data-v-3d2b78bd] {
    padding-bottom: 24px !important;
}
.pl-sm-5[data-v-3d2b78bd],
  .px-sm-5[data-v-3d2b78bd] {
    padding-left: 24px !important;
}
.p-sm-505[data-v-3d2b78bd] {
    padding: 28px !important;
}
.pt-sm-505[data-v-3d2b78bd],
  .py-sm-505[data-v-3d2b78bd] {
    padding-top: 28px !important;
}
.pr-sm-505[data-v-3d2b78bd],
  .px-sm-505[data-v-3d2b78bd] {
    padding-right: 28px !important;
}
.pb-sm-505[data-v-3d2b78bd],
  .py-sm-505[data-v-3d2b78bd] {
    padding-bottom: 28px !important;
}
.pl-sm-505[data-v-3d2b78bd],
  .px-sm-505[data-v-3d2b78bd] {
    padding-left: 28px !important;
}
.p-sm-6[data-v-3d2b78bd] {
    padding: 32px !important;
}
.pt-sm-6[data-v-3d2b78bd],
  .py-sm-6[data-v-3d2b78bd] {
    padding-top: 32px !important;
}
.pr-sm-6[data-v-3d2b78bd],
  .px-sm-6[data-v-3d2b78bd] {
    padding-right: 32px !important;
}
.pb-sm-6[data-v-3d2b78bd],
  .py-sm-6[data-v-3d2b78bd] {
    padding-bottom: 32px !important;
}
.pl-sm-6[data-v-3d2b78bd],
  .px-sm-6[data-v-3d2b78bd] {
    padding-left: 32px !important;
}
.p-sm-605[data-v-3d2b78bd] {
    padding: 36px !important;
}
.pt-sm-605[data-v-3d2b78bd],
  .py-sm-605[data-v-3d2b78bd] {
    padding-top: 36px !important;
}
.pr-sm-605[data-v-3d2b78bd],
  .px-sm-605[data-v-3d2b78bd] {
    padding-right: 36px !important;
}
.pb-sm-605[data-v-3d2b78bd],
  .py-sm-605[data-v-3d2b78bd] {
    padding-bottom: 36px !important;
}
.pl-sm-605[data-v-3d2b78bd],
  .px-sm-605[data-v-3d2b78bd] {
    padding-left: 36px !important;
}
.p-sm-7[data-v-3d2b78bd] {
    padding: 40px !important;
}
.pt-sm-7[data-v-3d2b78bd],
  .py-sm-7[data-v-3d2b78bd] {
    padding-top: 40px !important;
}
.pr-sm-7[data-v-3d2b78bd],
  .px-sm-7[data-v-3d2b78bd] {
    padding-right: 40px !important;
}
.pb-sm-7[data-v-3d2b78bd],
  .py-sm-7[data-v-3d2b78bd] {
    padding-bottom: 40px !important;
}
.pl-sm-7[data-v-3d2b78bd],
  .px-sm-7[data-v-3d2b78bd] {
    padding-left: 40px !important;
}
.p-sm-705[data-v-3d2b78bd] {
    padding: 44px !important;
}
.pt-sm-705[data-v-3d2b78bd],
  .py-sm-705[data-v-3d2b78bd] {
    padding-top: 44px !important;
}
.pr-sm-705[data-v-3d2b78bd],
  .px-sm-705[data-v-3d2b78bd] {
    padding-right: 44px !important;
}
.pb-sm-705[data-v-3d2b78bd],
  .py-sm-705[data-v-3d2b78bd] {
    padding-bottom: 44px !important;
}
.pl-sm-705[data-v-3d2b78bd],
  .px-sm-705[data-v-3d2b78bd] {
    padding-left: 44px !important;
}
.p-sm-8[data-v-3d2b78bd] {
    padding: 48px !important;
}
.pt-sm-8[data-v-3d2b78bd],
  .py-sm-8[data-v-3d2b78bd] {
    padding-top: 48px !important;
}
.pr-sm-8[data-v-3d2b78bd],
  .px-sm-8[data-v-3d2b78bd] {
    padding-right: 48px !important;
}
.pb-sm-8[data-v-3d2b78bd],
  .py-sm-8[data-v-3d2b78bd] {
    padding-bottom: 48px !important;
}
.pl-sm-8[data-v-3d2b78bd],
  .px-sm-8[data-v-3d2b78bd] {
    padding-left: 48px !important;
}
.p-sm-805[data-v-3d2b78bd] {
    padding: 52px !important;
}
.pt-sm-805[data-v-3d2b78bd],
  .py-sm-805[data-v-3d2b78bd] {
    padding-top: 52px !important;
}
.pr-sm-805[data-v-3d2b78bd],
  .px-sm-805[data-v-3d2b78bd] {
    padding-right: 52px !important;
}
.pb-sm-805[data-v-3d2b78bd],
  .py-sm-805[data-v-3d2b78bd] {
    padding-bottom: 52px !important;
}
.pl-sm-805[data-v-3d2b78bd],
  .px-sm-805[data-v-3d2b78bd] {
    padding-left: 52px !important;
}
.p-sm-9[data-v-3d2b78bd] {
    padding: 56px !important;
}
.pt-sm-9[data-v-3d2b78bd],
  .py-sm-9[data-v-3d2b78bd] {
    padding-top: 56px !important;
}
.pr-sm-9[data-v-3d2b78bd],
  .px-sm-9[data-v-3d2b78bd] {
    padding-right: 56px !important;
}
.pb-sm-9[data-v-3d2b78bd],
  .py-sm-9[data-v-3d2b78bd] {
    padding-bottom: 56px !important;
}
.pl-sm-9[data-v-3d2b78bd],
  .px-sm-9[data-v-3d2b78bd] {
    padding-left: 56px !important;
}
.p-sm-905[data-v-3d2b78bd] {
    padding: 60px !important;
}
.pt-sm-905[data-v-3d2b78bd],
  .py-sm-905[data-v-3d2b78bd] {
    padding-top: 60px !important;
}
.pr-sm-905[data-v-3d2b78bd],
  .px-sm-905[data-v-3d2b78bd] {
    padding-right: 60px !important;
}
.pb-sm-905[data-v-3d2b78bd],
  .py-sm-905[data-v-3d2b78bd] {
    padding-bottom: 60px !important;
}
.pl-sm-905[data-v-3d2b78bd],
  .px-sm-905[data-v-3d2b78bd] {
    padding-left: 60px !important;
}
.m-sm-auto[data-v-3d2b78bd] {
    margin: auto !important;
}
.mt-sm-auto[data-v-3d2b78bd],
  .my-sm-auto[data-v-3d2b78bd] {
    margin-top: auto !important;
}
.mr-sm-auto[data-v-3d2b78bd],
  .mx-sm-auto[data-v-3d2b78bd] {
    margin-right: auto !important;
}
.mb-sm-auto[data-v-3d2b78bd],
  .my-sm-auto[data-v-3d2b78bd] {
    margin-bottom: auto !important;
}
.ml-sm-auto[data-v-3d2b78bd],
  .mx-sm-auto[data-v-3d2b78bd] {
    margin-left: auto !important;
}
}
@media (min-width: 768px) {
.m-md-0[data-v-3d2b78bd] {
    margin: 0 !important;
}
.mt-md-0[data-v-3d2b78bd],
  .my-md-0[data-v-3d2b78bd] {
    margin-top: 0 !important;
}
.mr-md-0[data-v-3d2b78bd],
  .mx-md-0[data-v-3d2b78bd] {
    margin-right: 0 !important;
}
.mb-md-0[data-v-3d2b78bd],
  .my-md-0[data-v-3d2b78bd] {
    margin-bottom: 0 !important;
}
.ml-md-0[data-v-3d2b78bd],
  .mx-md-0[data-v-3d2b78bd] {
    margin-left: 0 !important;
}
.m-md-1[data-v-3d2b78bd] {
    margin: 2px !important;
}
.mt-md-1[data-v-3d2b78bd],
  .my-md-1[data-v-3d2b78bd] {
    margin-top: 2px !important;
}
.mr-md-1[data-v-3d2b78bd],
  .mx-md-1[data-v-3d2b78bd] {
    margin-right: 2px !important;
}
.mb-md-1[data-v-3d2b78bd],
  .my-md-1[data-v-3d2b78bd] {
    margin-bottom: 2px !important;
}
.ml-md-1[data-v-3d2b78bd],
  .mx-md-1[data-v-3d2b78bd] {
    margin-left: 2px !important;
}
.m-md-2[data-v-3d2b78bd] {
    margin: 4px !important;
}
.mt-md-2[data-v-3d2b78bd],
  .my-md-2[data-v-3d2b78bd] {
    margin-top: 4px !important;
}
.mr-md-2[data-v-3d2b78bd],
  .mx-md-2[data-v-3d2b78bd] {
    margin-right: 4px !important;
}
.mb-md-2[data-v-3d2b78bd],
  .my-md-2[data-v-3d2b78bd] {
    margin-bottom: 4px !important;
}
.ml-md-2[data-v-3d2b78bd],
  .mx-md-2[data-v-3d2b78bd] {
    margin-left: 4px !important;
}
.m-md-3[data-v-3d2b78bd] {
    margin: 8px !important;
}
.mt-md-3[data-v-3d2b78bd],
  .my-md-3[data-v-3d2b78bd] {
    margin-top: 8px !important;
}
.mr-md-3[data-v-3d2b78bd],
  .mx-md-3[data-v-3d2b78bd] {
    margin-right: 8px !important;
}
.mb-md-3[data-v-3d2b78bd],
  .my-md-3[data-v-3d2b78bd] {
    margin-bottom: 8px !important;
}
.ml-md-3[data-v-3d2b78bd],
  .mx-md-3[data-v-3d2b78bd] {
    margin-left: 8px !important;
}
.m-md-305[data-v-3d2b78bd] {
    margin: 12px !important;
}
.mt-md-305[data-v-3d2b78bd],
  .my-md-305[data-v-3d2b78bd] {
    margin-top: 12px !important;
}
.mr-md-305[data-v-3d2b78bd],
  .mx-md-305[data-v-3d2b78bd] {
    margin-right: 12px !important;
}
.mb-md-305[data-v-3d2b78bd],
  .my-md-305[data-v-3d2b78bd] {
    margin-bottom: 12px !important;
}
.ml-md-305[data-v-3d2b78bd],
  .mx-md-305[data-v-3d2b78bd] {
    margin-left: 12px !important;
}
.m-md-4[data-v-3d2b78bd] {
    margin: 16px !important;
}
.mt-md-4[data-v-3d2b78bd],
  .my-md-4[data-v-3d2b78bd] {
    margin-top: 16px !important;
}
.mr-md-4[data-v-3d2b78bd],
  .mx-md-4[data-v-3d2b78bd] {
    margin-right: 16px !important;
}
.mb-md-4[data-v-3d2b78bd],
  .my-md-4[data-v-3d2b78bd] {
    margin-bottom: 16px !important;
}
.ml-md-4[data-v-3d2b78bd],
  .mx-md-4[data-v-3d2b78bd] {
    margin-left: 16px !important;
}
.m-md-405[data-v-3d2b78bd] {
    margin: 20px !important;
}
.mt-md-405[data-v-3d2b78bd],
  .my-md-405[data-v-3d2b78bd] {
    margin-top: 20px !important;
}
.mr-md-405[data-v-3d2b78bd],
  .mx-md-405[data-v-3d2b78bd] {
    margin-right: 20px !important;
}
.mb-md-405[data-v-3d2b78bd],
  .my-md-405[data-v-3d2b78bd] {
    margin-bottom: 20px !important;
}
.ml-md-405[data-v-3d2b78bd],
  .mx-md-405[data-v-3d2b78bd] {
    margin-left: 20px !important;
}
.m-md-5[data-v-3d2b78bd] {
    margin: 24px !important;
}
.mt-md-5[data-v-3d2b78bd],
  .my-md-5[data-v-3d2b78bd] {
    margin-top: 24px !important;
}
.mr-md-5[data-v-3d2b78bd],
  .mx-md-5[data-v-3d2b78bd] {
    margin-right: 24px !important;
}
.mb-md-5[data-v-3d2b78bd],
  .my-md-5[data-v-3d2b78bd] {
    margin-bottom: 24px !important;
}
.ml-md-5[data-v-3d2b78bd],
  .mx-md-5[data-v-3d2b78bd] {
    margin-left: 24px !important;
}
.m-md-505[data-v-3d2b78bd] {
    margin: 28px !important;
}
.mt-md-505[data-v-3d2b78bd],
  .my-md-505[data-v-3d2b78bd] {
    margin-top: 28px !important;
}
.mr-md-505[data-v-3d2b78bd],
  .mx-md-505[data-v-3d2b78bd] {
    margin-right: 28px !important;
}
.mb-md-505[data-v-3d2b78bd],
  .my-md-505[data-v-3d2b78bd] {
    margin-bottom: 28px !important;
}
.ml-md-505[data-v-3d2b78bd],
  .mx-md-505[data-v-3d2b78bd] {
    margin-left: 28px !important;
}
.m-md-6[data-v-3d2b78bd] {
    margin: 32px !important;
}
.mt-md-6[data-v-3d2b78bd],
  .my-md-6[data-v-3d2b78bd] {
    margin-top: 32px !important;
}
.mr-md-6[data-v-3d2b78bd],
  .mx-md-6[data-v-3d2b78bd] {
    margin-right: 32px !important;
}
.mb-md-6[data-v-3d2b78bd],
  .my-md-6[data-v-3d2b78bd] {
    margin-bottom: 32px !important;
}
.ml-md-6[data-v-3d2b78bd],
  .mx-md-6[data-v-3d2b78bd] {
    margin-left: 32px !important;
}
.m-md-605[data-v-3d2b78bd] {
    margin: 36px !important;
}
.mt-md-605[data-v-3d2b78bd],
  .my-md-605[data-v-3d2b78bd] {
    margin-top: 36px !important;
}
.mr-md-605[data-v-3d2b78bd],
  .mx-md-605[data-v-3d2b78bd] {
    margin-right: 36px !important;
}
.mb-md-605[data-v-3d2b78bd],
  .my-md-605[data-v-3d2b78bd] {
    margin-bottom: 36px !important;
}
.ml-md-605[data-v-3d2b78bd],
  .mx-md-605[data-v-3d2b78bd] {
    margin-left: 36px !important;
}
.m-md-7[data-v-3d2b78bd] {
    margin: 40px !important;
}
.mt-md-7[data-v-3d2b78bd],
  .my-md-7[data-v-3d2b78bd] {
    margin-top: 40px !important;
}
.mr-md-7[data-v-3d2b78bd],
  .mx-md-7[data-v-3d2b78bd] {
    margin-right: 40px !important;
}
.mb-md-7[data-v-3d2b78bd],
  .my-md-7[data-v-3d2b78bd] {
    margin-bottom: 40px !important;
}
.ml-md-7[data-v-3d2b78bd],
  .mx-md-7[data-v-3d2b78bd] {
    margin-left: 40px !important;
}
.m-md-705[data-v-3d2b78bd] {
    margin: 44px !important;
}
.mt-md-705[data-v-3d2b78bd],
  .my-md-705[data-v-3d2b78bd] {
    margin-top: 44px !important;
}
.mr-md-705[data-v-3d2b78bd],
  .mx-md-705[data-v-3d2b78bd] {
    margin-right: 44px !important;
}
.mb-md-705[data-v-3d2b78bd],
  .my-md-705[data-v-3d2b78bd] {
    margin-bottom: 44px !important;
}
.ml-md-705[data-v-3d2b78bd],
  .mx-md-705[data-v-3d2b78bd] {
    margin-left: 44px !important;
}
.m-md-8[data-v-3d2b78bd] {
    margin: 48px !important;
}
.mt-md-8[data-v-3d2b78bd],
  .my-md-8[data-v-3d2b78bd] {
    margin-top: 48px !important;
}
.mr-md-8[data-v-3d2b78bd],
  .mx-md-8[data-v-3d2b78bd] {
    margin-right: 48px !important;
}
.mb-md-8[data-v-3d2b78bd],
  .my-md-8[data-v-3d2b78bd] {
    margin-bottom: 48px !important;
}
.ml-md-8[data-v-3d2b78bd],
  .mx-md-8[data-v-3d2b78bd] {
    margin-left: 48px !important;
}
.m-md-805[data-v-3d2b78bd] {
    margin: 52px !important;
}
.mt-md-805[data-v-3d2b78bd],
  .my-md-805[data-v-3d2b78bd] {
    margin-top: 52px !important;
}
.mr-md-805[data-v-3d2b78bd],
  .mx-md-805[data-v-3d2b78bd] {
    margin-right: 52px !important;
}
.mb-md-805[data-v-3d2b78bd],
  .my-md-805[data-v-3d2b78bd] {
    margin-bottom: 52px !important;
}
.ml-md-805[data-v-3d2b78bd],
  .mx-md-805[data-v-3d2b78bd] {
    margin-left: 52px !important;
}
.m-md-9[data-v-3d2b78bd] {
    margin: 56px !important;
}
.mt-md-9[data-v-3d2b78bd],
  .my-md-9[data-v-3d2b78bd] {
    margin-top: 56px !important;
}
.mr-md-9[data-v-3d2b78bd],
  .mx-md-9[data-v-3d2b78bd] {
    margin-right: 56px !important;
}
.mb-md-9[data-v-3d2b78bd],
  .my-md-9[data-v-3d2b78bd] {
    margin-bottom: 56px !important;
}
.ml-md-9[data-v-3d2b78bd],
  .mx-md-9[data-v-3d2b78bd] {
    margin-left: 56px !important;
}
.m-md-905[data-v-3d2b78bd] {
    margin: 60px !important;
}
.mt-md-905[data-v-3d2b78bd],
  .my-md-905[data-v-3d2b78bd] {
    margin-top: 60px !important;
}
.mr-md-905[data-v-3d2b78bd],
  .mx-md-905[data-v-3d2b78bd] {
    margin-right: 60px !important;
}
.mb-md-905[data-v-3d2b78bd],
  .my-md-905[data-v-3d2b78bd] {
    margin-bottom: 60px !important;
}
.ml-md-905[data-v-3d2b78bd],
  .mx-md-905[data-v-3d2b78bd] {
    margin-left: 60px !important;
}
.p-md-0[data-v-3d2b78bd] {
    padding: 0 !important;
}
.pt-md-0[data-v-3d2b78bd],
  .py-md-0[data-v-3d2b78bd] {
    padding-top: 0 !important;
}
.pr-md-0[data-v-3d2b78bd],
  .px-md-0[data-v-3d2b78bd] {
    padding-right: 0 !important;
}
.pb-md-0[data-v-3d2b78bd],
  .py-md-0[data-v-3d2b78bd] {
    padding-bottom: 0 !important;
}
.pl-md-0[data-v-3d2b78bd],
  .px-md-0[data-v-3d2b78bd] {
    padding-left: 0 !important;
}
.p-md-1[data-v-3d2b78bd] {
    padding: 2px !important;
}
.pt-md-1[data-v-3d2b78bd],
  .py-md-1[data-v-3d2b78bd] {
    padding-top: 2px !important;
}
.pr-md-1[data-v-3d2b78bd],
  .px-md-1[data-v-3d2b78bd] {
    padding-right: 2px !important;
}
.pb-md-1[data-v-3d2b78bd],
  .py-md-1[data-v-3d2b78bd] {
    padding-bottom: 2px !important;
}
.pl-md-1[data-v-3d2b78bd],
  .px-md-1[data-v-3d2b78bd] {
    padding-left: 2px !important;
}
.p-md-2[data-v-3d2b78bd] {
    padding: 4px !important;
}
.pt-md-2[data-v-3d2b78bd],
  .py-md-2[data-v-3d2b78bd] {
    padding-top: 4px !important;
}
.pr-md-2[data-v-3d2b78bd],
  .px-md-2[data-v-3d2b78bd] {
    padding-right: 4px !important;
}
.pb-md-2[data-v-3d2b78bd],
  .py-md-2[data-v-3d2b78bd] {
    padding-bottom: 4px !important;
}
.pl-md-2[data-v-3d2b78bd],
  .px-md-2[data-v-3d2b78bd] {
    padding-left: 4px !important;
}
.p-md-3[data-v-3d2b78bd] {
    padding: 8px !important;
}
.pt-md-3[data-v-3d2b78bd],
  .py-md-3[data-v-3d2b78bd] {
    padding-top: 8px !important;
}
.pr-md-3[data-v-3d2b78bd],
  .px-md-3[data-v-3d2b78bd] {
    padding-right: 8px !important;
}
.pb-md-3[data-v-3d2b78bd],
  .py-md-3[data-v-3d2b78bd] {
    padding-bottom: 8px !important;
}
.pl-md-3[data-v-3d2b78bd],
  .px-md-3[data-v-3d2b78bd] {
    padding-left: 8px !important;
}
.p-md-305[data-v-3d2b78bd] {
    padding: 12px !important;
}
.pt-md-305[data-v-3d2b78bd],
  .py-md-305[data-v-3d2b78bd] {
    padding-top: 12px !important;
}
.pr-md-305[data-v-3d2b78bd],
  .px-md-305[data-v-3d2b78bd] {
    padding-right: 12px !important;
}
.pb-md-305[data-v-3d2b78bd],
  .py-md-305[data-v-3d2b78bd] {
    padding-bottom: 12px !important;
}
.pl-md-305[data-v-3d2b78bd],
  .px-md-305[data-v-3d2b78bd] {
    padding-left: 12px !important;
}
.p-md-4[data-v-3d2b78bd] {
    padding: 16px !important;
}
.pt-md-4[data-v-3d2b78bd],
  .py-md-4[data-v-3d2b78bd] {
    padding-top: 16px !important;
}
.pr-md-4[data-v-3d2b78bd],
  .px-md-4[data-v-3d2b78bd] {
    padding-right: 16px !important;
}
.pb-md-4[data-v-3d2b78bd],
  .py-md-4[data-v-3d2b78bd] {
    padding-bottom: 16px !important;
}
.pl-md-4[data-v-3d2b78bd],
  .px-md-4[data-v-3d2b78bd] {
    padding-left: 16px !important;
}
.p-md-405[data-v-3d2b78bd] {
    padding: 20px !important;
}
.pt-md-405[data-v-3d2b78bd],
  .py-md-405[data-v-3d2b78bd] {
    padding-top: 20px !important;
}
.pr-md-405[data-v-3d2b78bd],
  .px-md-405[data-v-3d2b78bd] {
    padding-right: 20px !important;
}
.pb-md-405[data-v-3d2b78bd],
  .py-md-405[data-v-3d2b78bd] {
    padding-bottom: 20px !important;
}
.pl-md-405[data-v-3d2b78bd],
  .px-md-405[data-v-3d2b78bd] {
    padding-left: 20px !important;
}
.p-md-5[data-v-3d2b78bd] {
    padding: 24px !important;
}
.pt-md-5[data-v-3d2b78bd],
  .py-md-5[data-v-3d2b78bd] {
    padding-top: 24px !important;
}
.pr-md-5[data-v-3d2b78bd],
  .px-md-5[data-v-3d2b78bd] {
    padding-right: 24px !important;
}
.pb-md-5[data-v-3d2b78bd],
  .py-md-5[data-v-3d2b78bd] {
    padding-bottom: 24px !important;
}
.pl-md-5[data-v-3d2b78bd],
  .px-md-5[data-v-3d2b78bd] {
    padding-left: 24px !important;
}
.p-md-505[data-v-3d2b78bd] {
    padding: 28px !important;
}
.pt-md-505[data-v-3d2b78bd],
  .py-md-505[data-v-3d2b78bd] {
    padding-top: 28px !important;
}
.pr-md-505[data-v-3d2b78bd],
  .px-md-505[data-v-3d2b78bd] {
    padding-right: 28px !important;
}
.pb-md-505[data-v-3d2b78bd],
  .py-md-505[data-v-3d2b78bd] {
    padding-bottom: 28px !important;
}
.pl-md-505[data-v-3d2b78bd],
  .px-md-505[data-v-3d2b78bd] {
    padding-left: 28px !important;
}
.p-md-6[data-v-3d2b78bd] {
    padding: 32px !important;
}
.pt-md-6[data-v-3d2b78bd],
  .py-md-6[data-v-3d2b78bd] {
    padding-top: 32px !important;
}
.pr-md-6[data-v-3d2b78bd],
  .px-md-6[data-v-3d2b78bd] {
    padding-right: 32px !important;
}
.pb-md-6[data-v-3d2b78bd],
  .py-md-6[data-v-3d2b78bd] {
    padding-bottom: 32px !important;
}
.pl-md-6[data-v-3d2b78bd],
  .px-md-6[data-v-3d2b78bd] {
    padding-left: 32px !important;
}
.p-md-605[data-v-3d2b78bd] {
    padding: 36px !important;
}
.pt-md-605[data-v-3d2b78bd],
  .py-md-605[data-v-3d2b78bd] {
    padding-top: 36px !important;
}
.pr-md-605[data-v-3d2b78bd],
  .px-md-605[data-v-3d2b78bd] {
    padding-right: 36px !important;
}
.pb-md-605[data-v-3d2b78bd],
  .py-md-605[data-v-3d2b78bd] {
    padding-bottom: 36px !important;
}
.pl-md-605[data-v-3d2b78bd],
  .px-md-605[data-v-3d2b78bd] {
    padding-left: 36px !important;
}
.p-md-7[data-v-3d2b78bd] {
    padding: 40px !important;
}
.pt-md-7[data-v-3d2b78bd],
  .py-md-7[data-v-3d2b78bd] {
    padding-top: 40px !important;
}
.pr-md-7[data-v-3d2b78bd],
  .px-md-7[data-v-3d2b78bd] {
    padding-right: 40px !important;
}
.pb-md-7[data-v-3d2b78bd],
  .py-md-7[data-v-3d2b78bd] {
    padding-bottom: 40px !important;
}
.pl-md-7[data-v-3d2b78bd],
  .px-md-7[data-v-3d2b78bd] {
    padding-left: 40px !important;
}
.p-md-705[data-v-3d2b78bd] {
    padding: 44px !important;
}
.pt-md-705[data-v-3d2b78bd],
  .py-md-705[data-v-3d2b78bd] {
    padding-top: 44px !important;
}
.pr-md-705[data-v-3d2b78bd],
  .px-md-705[data-v-3d2b78bd] {
    padding-right: 44px !important;
}
.pb-md-705[data-v-3d2b78bd],
  .py-md-705[data-v-3d2b78bd] {
    padding-bottom: 44px !important;
}
.pl-md-705[data-v-3d2b78bd],
  .px-md-705[data-v-3d2b78bd] {
    padding-left: 44px !important;
}
.p-md-8[data-v-3d2b78bd] {
    padding: 48px !important;
}
.pt-md-8[data-v-3d2b78bd],
  .py-md-8[data-v-3d2b78bd] {
    padding-top: 48px !important;
}
.pr-md-8[data-v-3d2b78bd],
  .px-md-8[data-v-3d2b78bd] {
    padding-right: 48px !important;
}
.pb-md-8[data-v-3d2b78bd],
  .py-md-8[data-v-3d2b78bd] {
    padding-bottom: 48px !important;
}
.pl-md-8[data-v-3d2b78bd],
  .px-md-8[data-v-3d2b78bd] {
    padding-left: 48px !important;
}
.p-md-805[data-v-3d2b78bd] {
    padding: 52px !important;
}
.pt-md-805[data-v-3d2b78bd],
  .py-md-805[data-v-3d2b78bd] {
    padding-top: 52px !important;
}
.pr-md-805[data-v-3d2b78bd],
  .px-md-805[data-v-3d2b78bd] {
    padding-right: 52px !important;
}
.pb-md-805[data-v-3d2b78bd],
  .py-md-805[data-v-3d2b78bd] {
    padding-bottom: 52px !important;
}
.pl-md-805[data-v-3d2b78bd],
  .px-md-805[data-v-3d2b78bd] {
    padding-left: 52px !important;
}
.p-md-9[data-v-3d2b78bd] {
    padding: 56px !important;
}
.pt-md-9[data-v-3d2b78bd],
  .py-md-9[data-v-3d2b78bd] {
    padding-top: 56px !important;
}
.pr-md-9[data-v-3d2b78bd],
  .px-md-9[data-v-3d2b78bd] {
    padding-right: 56px !important;
}
.pb-md-9[data-v-3d2b78bd],
  .py-md-9[data-v-3d2b78bd] {
    padding-bottom: 56px !important;
}
.pl-md-9[data-v-3d2b78bd],
  .px-md-9[data-v-3d2b78bd] {
    padding-left: 56px !important;
}
.p-md-905[data-v-3d2b78bd] {
    padding: 60px !important;
}
.pt-md-905[data-v-3d2b78bd],
  .py-md-905[data-v-3d2b78bd] {
    padding-top: 60px !important;
}
.pr-md-905[data-v-3d2b78bd],
  .px-md-905[data-v-3d2b78bd] {
    padding-right: 60px !important;
}
.pb-md-905[data-v-3d2b78bd],
  .py-md-905[data-v-3d2b78bd] {
    padding-bottom: 60px !important;
}
.pl-md-905[data-v-3d2b78bd],
  .px-md-905[data-v-3d2b78bd] {
    padding-left: 60px !important;
}
.m-md-auto[data-v-3d2b78bd] {
    margin: auto !important;
}
.mt-md-auto[data-v-3d2b78bd],
  .my-md-auto[data-v-3d2b78bd] {
    margin-top: auto !important;
}
.mr-md-auto[data-v-3d2b78bd],
  .mx-md-auto[data-v-3d2b78bd] {
    margin-right: auto !important;
}
.mb-md-auto[data-v-3d2b78bd],
  .my-md-auto[data-v-3d2b78bd] {
    margin-bottom: auto !important;
}
.ml-md-auto[data-v-3d2b78bd],
  .mx-md-auto[data-v-3d2b78bd] {
    margin-left: auto !important;
}
}
@media (min-width: 992px) {
.m-lg-0[data-v-3d2b78bd] {
    margin: 0 !important;
}
.mt-lg-0[data-v-3d2b78bd],
  .my-lg-0[data-v-3d2b78bd] {
    margin-top: 0 !important;
}
.mr-lg-0[data-v-3d2b78bd],
  .mx-lg-0[data-v-3d2b78bd] {
    margin-right: 0 !important;
}
.mb-lg-0[data-v-3d2b78bd],
  .my-lg-0[data-v-3d2b78bd] {
    margin-bottom: 0 !important;
}
.ml-lg-0[data-v-3d2b78bd],
  .mx-lg-0[data-v-3d2b78bd] {
    margin-left: 0 !important;
}
.m-lg-1[data-v-3d2b78bd] {
    margin: 2px !important;
}
.mt-lg-1[data-v-3d2b78bd],
  .my-lg-1[data-v-3d2b78bd] {
    margin-top: 2px !important;
}
.mr-lg-1[data-v-3d2b78bd],
  .mx-lg-1[data-v-3d2b78bd] {
    margin-right: 2px !important;
}
.mb-lg-1[data-v-3d2b78bd],
  .my-lg-1[data-v-3d2b78bd] {
    margin-bottom: 2px !important;
}
.ml-lg-1[data-v-3d2b78bd],
  .mx-lg-1[data-v-3d2b78bd] {
    margin-left: 2px !important;
}
.m-lg-2[data-v-3d2b78bd] {
    margin: 4px !important;
}
.mt-lg-2[data-v-3d2b78bd],
  .my-lg-2[data-v-3d2b78bd] {
    margin-top: 4px !important;
}
.mr-lg-2[data-v-3d2b78bd],
  .mx-lg-2[data-v-3d2b78bd] {
    margin-right: 4px !important;
}
.mb-lg-2[data-v-3d2b78bd],
  .my-lg-2[data-v-3d2b78bd] {
    margin-bottom: 4px !important;
}
.ml-lg-2[data-v-3d2b78bd],
  .mx-lg-2[data-v-3d2b78bd] {
    margin-left: 4px !important;
}
.m-lg-3[data-v-3d2b78bd] {
    margin: 8px !important;
}
.mt-lg-3[data-v-3d2b78bd],
  .my-lg-3[data-v-3d2b78bd] {
    margin-top: 8px !important;
}
.mr-lg-3[data-v-3d2b78bd],
  .mx-lg-3[data-v-3d2b78bd] {
    margin-right: 8px !important;
}
.mb-lg-3[data-v-3d2b78bd],
  .my-lg-3[data-v-3d2b78bd] {
    margin-bottom: 8px !important;
}
.ml-lg-3[data-v-3d2b78bd],
  .mx-lg-3[data-v-3d2b78bd] {
    margin-left: 8px !important;
}
.m-lg-305[data-v-3d2b78bd] {
    margin: 12px !important;
}
.mt-lg-305[data-v-3d2b78bd],
  .my-lg-305[data-v-3d2b78bd] {
    margin-top: 12px !important;
}
.mr-lg-305[data-v-3d2b78bd],
  .mx-lg-305[data-v-3d2b78bd] {
    margin-right: 12px !important;
}
.mb-lg-305[data-v-3d2b78bd],
  .my-lg-305[data-v-3d2b78bd] {
    margin-bottom: 12px !important;
}
.ml-lg-305[data-v-3d2b78bd],
  .mx-lg-305[data-v-3d2b78bd] {
    margin-left: 12px !important;
}
.m-lg-4[data-v-3d2b78bd] {
    margin: 16px !important;
}
.mt-lg-4[data-v-3d2b78bd],
  .my-lg-4[data-v-3d2b78bd] {
    margin-top: 16px !important;
}
.mr-lg-4[data-v-3d2b78bd],
  .mx-lg-4[data-v-3d2b78bd] {
    margin-right: 16px !important;
}
.mb-lg-4[data-v-3d2b78bd],
  .my-lg-4[data-v-3d2b78bd] {
    margin-bottom: 16px !important;
}
.ml-lg-4[data-v-3d2b78bd],
  .mx-lg-4[data-v-3d2b78bd] {
    margin-left: 16px !important;
}
.m-lg-405[data-v-3d2b78bd] {
    margin: 20px !important;
}
.mt-lg-405[data-v-3d2b78bd],
  .my-lg-405[data-v-3d2b78bd] {
    margin-top: 20px !important;
}
.mr-lg-405[data-v-3d2b78bd],
  .mx-lg-405[data-v-3d2b78bd] {
    margin-right: 20px !important;
}
.mb-lg-405[data-v-3d2b78bd],
  .my-lg-405[data-v-3d2b78bd] {
    margin-bottom: 20px !important;
}
.ml-lg-405[data-v-3d2b78bd],
  .mx-lg-405[data-v-3d2b78bd] {
    margin-left: 20px !important;
}
.m-lg-5[data-v-3d2b78bd] {
    margin: 24px !important;
}
.mt-lg-5[data-v-3d2b78bd],
  .my-lg-5[data-v-3d2b78bd] {
    margin-top: 24px !important;
}
.mr-lg-5[data-v-3d2b78bd],
  .mx-lg-5[data-v-3d2b78bd] {
    margin-right: 24px !important;
}
.mb-lg-5[data-v-3d2b78bd],
  .my-lg-5[data-v-3d2b78bd] {
    margin-bottom: 24px !important;
}
.ml-lg-5[data-v-3d2b78bd],
  .mx-lg-5[data-v-3d2b78bd] {
    margin-left: 24px !important;
}
.m-lg-505[data-v-3d2b78bd] {
    margin: 28px !important;
}
.mt-lg-505[data-v-3d2b78bd],
  .my-lg-505[data-v-3d2b78bd] {
    margin-top: 28px !important;
}
.mr-lg-505[data-v-3d2b78bd],
  .mx-lg-505[data-v-3d2b78bd] {
    margin-right: 28px !important;
}
.mb-lg-505[data-v-3d2b78bd],
  .my-lg-505[data-v-3d2b78bd] {
    margin-bottom: 28px !important;
}
.ml-lg-505[data-v-3d2b78bd],
  .mx-lg-505[data-v-3d2b78bd] {
    margin-left: 28px !important;
}
.m-lg-6[data-v-3d2b78bd] {
    margin: 32px !important;
}
.mt-lg-6[data-v-3d2b78bd],
  .my-lg-6[data-v-3d2b78bd] {
    margin-top: 32px !important;
}
.mr-lg-6[data-v-3d2b78bd],
  .mx-lg-6[data-v-3d2b78bd] {
    margin-right: 32px !important;
}
.mb-lg-6[data-v-3d2b78bd],
  .my-lg-6[data-v-3d2b78bd] {
    margin-bottom: 32px !important;
}
.ml-lg-6[data-v-3d2b78bd],
  .mx-lg-6[data-v-3d2b78bd] {
    margin-left: 32px !important;
}
.m-lg-605[data-v-3d2b78bd] {
    margin: 36px !important;
}
.mt-lg-605[data-v-3d2b78bd],
  .my-lg-605[data-v-3d2b78bd] {
    margin-top: 36px !important;
}
.mr-lg-605[data-v-3d2b78bd],
  .mx-lg-605[data-v-3d2b78bd] {
    margin-right: 36px !important;
}
.mb-lg-605[data-v-3d2b78bd],
  .my-lg-605[data-v-3d2b78bd] {
    margin-bottom: 36px !important;
}
.ml-lg-605[data-v-3d2b78bd],
  .mx-lg-605[data-v-3d2b78bd] {
    margin-left: 36px !important;
}
.m-lg-7[data-v-3d2b78bd] {
    margin: 40px !important;
}
.mt-lg-7[data-v-3d2b78bd],
  .my-lg-7[data-v-3d2b78bd] {
    margin-top: 40px !important;
}
.mr-lg-7[data-v-3d2b78bd],
  .mx-lg-7[data-v-3d2b78bd] {
    margin-right: 40px !important;
}
.mb-lg-7[data-v-3d2b78bd],
  .my-lg-7[data-v-3d2b78bd] {
    margin-bottom: 40px !important;
}
.ml-lg-7[data-v-3d2b78bd],
  .mx-lg-7[data-v-3d2b78bd] {
    margin-left: 40px !important;
}
.m-lg-705[data-v-3d2b78bd] {
    margin: 44px !important;
}
.mt-lg-705[data-v-3d2b78bd],
  .my-lg-705[data-v-3d2b78bd] {
    margin-top: 44px !important;
}
.mr-lg-705[data-v-3d2b78bd],
  .mx-lg-705[data-v-3d2b78bd] {
    margin-right: 44px !important;
}
.mb-lg-705[data-v-3d2b78bd],
  .my-lg-705[data-v-3d2b78bd] {
    margin-bottom: 44px !important;
}
.ml-lg-705[data-v-3d2b78bd],
  .mx-lg-705[data-v-3d2b78bd] {
    margin-left: 44px !important;
}
.m-lg-8[data-v-3d2b78bd] {
    margin: 48px !important;
}
.mt-lg-8[data-v-3d2b78bd],
  .my-lg-8[data-v-3d2b78bd] {
    margin-top: 48px !important;
}
.mr-lg-8[data-v-3d2b78bd],
  .mx-lg-8[data-v-3d2b78bd] {
    margin-right: 48px !important;
}
.mb-lg-8[data-v-3d2b78bd],
  .my-lg-8[data-v-3d2b78bd] {
    margin-bottom: 48px !important;
}
.ml-lg-8[data-v-3d2b78bd],
  .mx-lg-8[data-v-3d2b78bd] {
    margin-left: 48px !important;
}
.m-lg-805[data-v-3d2b78bd] {
    margin: 52px !important;
}
.mt-lg-805[data-v-3d2b78bd],
  .my-lg-805[data-v-3d2b78bd] {
    margin-top: 52px !important;
}
.mr-lg-805[data-v-3d2b78bd],
  .mx-lg-805[data-v-3d2b78bd] {
    margin-right: 52px !important;
}
.mb-lg-805[data-v-3d2b78bd],
  .my-lg-805[data-v-3d2b78bd] {
    margin-bottom: 52px !important;
}
.ml-lg-805[data-v-3d2b78bd],
  .mx-lg-805[data-v-3d2b78bd] {
    margin-left: 52px !important;
}
.m-lg-9[data-v-3d2b78bd] {
    margin: 56px !important;
}
.mt-lg-9[data-v-3d2b78bd],
  .my-lg-9[data-v-3d2b78bd] {
    margin-top: 56px !important;
}
.mr-lg-9[data-v-3d2b78bd],
  .mx-lg-9[data-v-3d2b78bd] {
    margin-right: 56px !important;
}
.mb-lg-9[data-v-3d2b78bd],
  .my-lg-9[data-v-3d2b78bd] {
    margin-bottom: 56px !important;
}
.ml-lg-9[data-v-3d2b78bd],
  .mx-lg-9[data-v-3d2b78bd] {
    margin-left: 56px !important;
}
.m-lg-905[data-v-3d2b78bd] {
    margin: 60px !important;
}
.mt-lg-905[data-v-3d2b78bd],
  .my-lg-905[data-v-3d2b78bd] {
    margin-top: 60px !important;
}
.mr-lg-905[data-v-3d2b78bd],
  .mx-lg-905[data-v-3d2b78bd] {
    margin-right: 60px !important;
}
.mb-lg-905[data-v-3d2b78bd],
  .my-lg-905[data-v-3d2b78bd] {
    margin-bottom: 60px !important;
}
.ml-lg-905[data-v-3d2b78bd],
  .mx-lg-905[data-v-3d2b78bd] {
    margin-left: 60px !important;
}
.p-lg-0[data-v-3d2b78bd] {
    padding: 0 !important;
}
.pt-lg-0[data-v-3d2b78bd],
  .py-lg-0[data-v-3d2b78bd] {
    padding-top: 0 !important;
}
.pr-lg-0[data-v-3d2b78bd],
  .px-lg-0[data-v-3d2b78bd] {
    padding-right: 0 !important;
}
.pb-lg-0[data-v-3d2b78bd],
  .py-lg-0[data-v-3d2b78bd] {
    padding-bottom: 0 !important;
}
.pl-lg-0[data-v-3d2b78bd],
  .px-lg-0[data-v-3d2b78bd] {
    padding-left: 0 !important;
}
.p-lg-1[data-v-3d2b78bd] {
    padding: 2px !important;
}
.pt-lg-1[data-v-3d2b78bd],
  .py-lg-1[data-v-3d2b78bd] {
    padding-top: 2px !important;
}
.pr-lg-1[data-v-3d2b78bd],
  .px-lg-1[data-v-3d2b78bd] {
    padding-right: 2px !important;
}
.pb-lg-1[data-v-3d2b78bd],
  .py-lg-1[data-v-3d2b78bd] {
    padding-bottom: 2px !important;
}
.pl-lg-1[data-v-3d2b78bd],
  .px-lg-1[data-v-3d2b78bd] {
    padding-left: 2px !important;
}
.p-lg-2[data-v-3d2b78bd] {
    padding: 4px !important;
}
.pt-lg-2[data-v-3d2b78bd],
  .py-lg-2[data-v-3d2b78bd] {
    padding-top: 4px !important;
}
.pr-lg-2[data-v-3d2b78bd],
  .px-lg-2[data-v-3d2b78bd] {
    padding-right: 4px !important;
}
.pb-lg-2[data-v-3d2b78bd],
  .py-lg-2[data-v-3d2b78bd] {
    padding-bottom: 4px !important;
}
.pl-lg-2[data-v-3d2b78bd],
  .px-lg-2[data-v-3d2b78bd] {
    padding-left: 4px !important;
}
.p-lg-3[data-v-3d2b78bd] {
    padding: 8px !important;
}
.pt-lg-3[data-v-3d2b78bd],
  .py-lg-3[data-v-3d2b78bd] {
    padding-top: 8px !important;
}
.pr-lg-3[data-v-3d2b78bd],
  .px-lg-3[data-v-3d2b78bd] {
    padding-right: 8px !important;
}
.pb-lg-3[data-v-3d2b78bd],
  .py-lg-3[data-v-3d2b78bd] {
    padding-bottom: 8px !important;
}
.pl-lg-3[data-v-3d2b78bd],
  .px-lg-3[data-v-3d2b78bd] {
    padding-left: 8px !important;
}
.p-lg-305[data-v-3d2b78bd] {
    padding: 12px !important;
}
.pt-lg-305[data-v-3d2b78bd],
  .py-lg-305[data-v-3d2b78bd] {
    padding-top: 12px !important;
}
.pr-lg-305[data-v-3d2b78bd],
  .px-lg-305[data-v-3d2b78bd] {
    padding-right: 12px !important;
}
.pb-lg-305[data-v-3d2b78bd],
  .py-lg-305[data-v-3d2b78bd] {
    padding-bottom: 12px !important;
}
.pl-lg-305[data-v-3d2b78bd],
  .px-lg-305[data-v-3d2b78bd] {
    padding-left: 12px !important;
}
.p-lg-4[data-v-3d2b78bd] {
    padding: 16px !important;
}
.pt-lg-4[data-v-3d2b78bd],
  .py-lg-4[data-v-3d2b78bd] {
    padding-top: 16px !important;
}
.pr-lg-4[data-v-3d2b78bd],
  .px-lg-4[data-v-3d2b78bd] {
    padding-right: 16px !important;
}
.pb-lg-4[data-v-3d2b78bd],
  .py-lg-4[data-v-3d2b78bd] {
    padding-bottom: 16px !important;
}
.pl-lg-4[data-v-3d2b78bd],
  .px-lg-4[data-v-3d2b78bd] {
    padding-left: 16px !important;
}
.p-lg-405[data-v-3d2b78bd] {
    padding: 20px !important;
}
.pt-lg-405[data-v-3d2b78bd],
  .py-lg-405[data-v-3d2b78bd] {
    padding-top: 20px !important;
}
.pr-lg-405[data-v-3d2b78bd],
  .px-lg-405[data-v-3d2b78bd] {
    padding-right: 20px !important;
}
.pb-lg-405[data-v-3d2b78bd],
  .py-lg-405[data-v-3d2b78bd] {
    padding-bottom: 20px !important;
}
.pl-lg-405[data-v-3d2b78bd],
  .px-lg-405[data-v-3d2b78bd] {
    padding-left: 20px !important;
}
.p-lg-5[data-v-3d2b78bd] {
    padding: 24px !important;
}
.pt-lg-5[data-v-3d2b78bd],
  .py-lg-5[data-v-3d2b78bd] {
    padding-top: 24px !important;
}
.pr-lg-5[data-v-3d2b78bd],
  .px-lg-5[data-v-3d2b78bd] {
    padding-right: 24px !important;
}
.pb-lg-5[data-v-3d2b78bd],
  .py-lg-5[data-v-3d2b78bd] {
    padding-bottom: 24px !important;
}
.pl-lg-5[data-v-3d2b78bd],
  .px-lg-5[data-v-3d2b78bd] {
    padding-left: 24px !important;
}
.p-lg-505[data-v-3d2b78bd] {
    padding: 28px !important;
}
.pt-lg-505[data-v-3d2b78bd],
  .py-lg-505[data-v-3d2b78bd] {
    padding-top: 28px !important;
}
.pr-lg-505[data-v-3d2b78bd],
  .px-lg-505[data-v-3d2b78bd] {
    padding-right: 28px !important;
}
.pb-lg-505[data-v-3d2b78bd],
  .py-lg-505[data-v-3d2b78bd] {
    padding-bottom: 28px !important;
}
.pl-lg-505[data-v-3d2b78bd],
  .px-lg-505[data-v-3d2b78bd] {
    padding-left: 28px !important;
}
.p-lg-6[data-v-3d2b78bd] {
    padding: 32px !important;
}
.pt-lg-6[data-v-3d2b78bd],
  .py-lg-6[data-v-3d2b78bd] {
    padding-top: 32px !important;
}
.pr-lg-6[data-v-3d2b78bd],
  .px-lg-6[data-v-3d2b78bd] {
    padding-right: 32px !important;
}
.pb-lg-6[data-v-3d2b78bd],
  .py-lg-6[data-v-3d2b78bd] {
    padding-bottom: 32px !important;
}
.pl-lg-6[data-v-3d2b78bd],
  .px-lg-6[data-v-3d2b78bd] {
    padding-left: 32px !important;
}
.p-lg-605[data-v-3d2b78bd] {
    padding: 36px !important;
}
.pt-lg-605[data-v-3d2b78bd],
  .py-lg-605[data-v-3d2b78bd] {
    padding-top: 36px !important;
}
.pr-lg-605[data-v-3d2b78bd],
  .px-lg-605[data-v-3d2b78bd] {
    padding-right: 36px !important;
}
.pb-lg-605[data-v-3d2b78bd],
  .py-lg-605[data-v-3d2b78bd] {
    padding-bottom: 36px !important;
}
.pl-lg-605[data-v-3d2b78bd],
  .px-lg-605[data-v-3d2b78bd] {
    padding-left: 36px !important;
}
.p-lg-7[data-v-3d2b78bd] {
    padding: 40px !important;
}
.pt-lg-7[data-v-3d2b78bd],
  .py-lg-7[data-v-3d2b78bd] {
    padding-top: 40px !important;
}
.pr-lg-7[data-v-3d2b78bd],
  .px-lg-7[data-v-3d2b78bd] {
    padding-right: 40px !important;
}
.pb-lg-7[data-v-3d2b78bd],
  .py-lg-7[data-v-3d2b78bd] {
    padding-bottom: 40px !important;
}
.pl-lg-7[data-v-3d2b78bd],
  .px-lg-7[data-v-3d2b78bd] {
    padding-left: 40px !important;
}
.p-lg-705[data-v-3d2b78bd] {
    padding: 44px !important;
}
.pt-lg-705[data-v-3d2b78bd],
  .py-lg-705[data-v-3d2b78bd] {
    padding-top: 44px !important;
}
.pr-lg-705[data-v-3d2b78bd],
  .px-lg-705[data-v-3d2b78bd] {
    padding-right: 44px !important;
}
.pb-lg-705[data-v-3d2b78bd],
  .py-lg-705[data-v-3d2b78bd] {
    padding-bottom: 44px !important;
}
.pl-lg-705[data-v-3d2b78bd],
  .px-lg-705[data-v-3d2b78bd] {
    padding-left: 44px !important;
}
.p-lg-8[data-v-3d2b78bd] {
    padding: 48px !important;
}
.pt-lg-8[data-v-3d2b78bd],
  .py-lg-8[data-v-3d2b78bd] {
    padding-top: 48px !important;
}
.pr-lg-8[data-v-3d2b78bd],
  .px-lg-8[data-v-3d2b78bd] {
    padding-right: 48px !important;
}
.pb-lg-8[data-v-3d2b78bd],
  .py-lg-8[data-v-3d2b78bd] {
    padding-bottom: 48px !important;
}
.pl-lg-8[data-v-3d2b78bd],
  .px-lg-8[data-v-3d2b78bd] {
    padding-left: 48px !important;
}
.p-lg-805[data-v-3d2b78bd] {
    padding: 52px !important;
}
.pt-lg-805[data-v-3d2b78bd],
  .py-lg-805[data-v-3d2b78bd] {
    padding-top: 52px !important;
}
.pr-lg-805[data-v-3d2b78bd],
  .px-lg-805[data-v-3d2b78bd] {
    padding-right: 52px !important;
}
.pb-lg-805[data-v-3d2b78bd],
  .py-lg-805[data-v-3d2b78bd] {
    padding-bottom: 52px !important;
}
.pl-lg-805[data-v-3d2b78bd],
  .px-lg-805[data-v-3d2b78bd] {
    padding-left: 52px !important;
}
.p-lg-9[data-v-3d2b78bd] {
    padding: 56px !important;
}
.pt-lg-9[data-v-3d2b78bd],
  .py-lg-9[data-v-3d2b78bd] {
    padding-top: 56px !important;
}
.pr-lg-9[data-v-3d2b78bd],
  .px-lg-9[data-v-3d2b78bd] {
    padding-right: 56px !important;
}
.pb-lg-9[data-v-3d2b78bd],
  .py-lg-9[data-v-3d2b78bd] {
    padding-bottom: 56px !important;
}
.pl-lg-9[data-v-3d2b78bd],
  .px-lg-9[data-v-3d2b78bd] {
    padding-left: 56px !important;
}
.p-lg-905[data-v-3d2b78bd] {
    padding: 60px !important;
}
.pt-lg-905[data-v-3d2b78bd],
  .py-lg-905[data-v-3d2b78bd] {
    padding-top: 60px !important;
}
.pr-lg-905[data-v-3d2b78bd],
  .px-lg-905[data-v-3d2b78bd] {
    padding-right: 60px !important;
}
.pb-lg-905[data-v-3d2b78bd],
  .py-lg-905[data-v-3d2b78bd] {
    padding-bottom: 60px !important;
}
.pl-lg-905[data-v-3d2b78bd],
  .px-lg-905[data-v-3d2b78bd] {
    padding-left: 60px !important;
}
.m-lg-auto[data-v-3d2b78bd] {
    margin: auto !important;
}
.mt-lg-auto[data-v-3d2b78bd],
  .my-lg-auto[data-v-3d2b78bd] {
    margin-top: auto !important;
}
.mr-lg-auto[data-v-3d2b78bd],
  .mx-lg-auto[data-v-3d2b78bd] {
    margin-right: auto !important;
}
.mb-lg-auto[data-v-3d2b78bd],
  .my-lg-auto[data-v-3d2b78bd] {
    margin-bottom: auto !important;
}
.ml-lg-auto[data-v-3d2b78bd],
  .mx-lg-auto[data-v-3d2b78bd] {
    margin-left: auto !important;
}
}
@media (min-width: 1200px) {
.m-xl-0[data-v-3d2b78bd] {
    margin: 0 !important;
}
.mt-xl-0[data-v-3d2b78bd],
  .my-xl-0[data-v-3d2b78bd] {
    margin-top: 0 !important;
}
.mr-xl-0[data-v-3d2b78bd],
  .mx-xl-0[data-v-3d2b78bd] {
    margin-right: 0 !important;
}
.mb-xl-0[data-v-3d2b78bd],
  .my-xl-0[data-v-3d2b78bd] {
    margin-bottom: 0 !important;
}
.ml-xl-0[data-v-3d2b78bd],
  .mx-xl-0[data-v-3d2b78bd] {
    margin-left: 0 !important;
}
.m-xl-1[data-v-3d2b78bd] {
    margin: 2px !important;
}
.mt-xl-1[data-v-3d2b78bd],
  .my-xl-1[data-v-3d2b78bd] {
    margin-top: 2px !important;
}
.mr-xl-1[data-v-3d2b78bd],
  .mx-xl-1[data-v-3d2b78bd] {
    margin-right: 2px !important;
}
.mb-xl-1[data-v-3d2b78bd],
  .my-xl-1[data-v-3d2b78bd] {
    margin-bottom: 2px !important;
}
.ml-xl-1[data-v-3d2b78bd],
  .mx-xl-1[data-v-3d2b78bd] {
    margin-left: 2px !important;
}
.m-xl-2[data-v-3d2b78bd] {
    margin: 4px !important;
}
.mt-xl-2[data-v-3d2b78bd],
  .my-xl-2[data-v-3d2b78bd] {
    margin-top: 4px !important;
}
.mr-xl-2[data-v-3d2b78bd],
  .mx-xl-2[data-v-3d2b78bd] {
    margin-right: 4px !important;
}
.mb-xl-2[data-v-3d2b78bd],
  .my-xl-2[data-v-3d2b78bd] {
    margin-bottom: 4px !important;
}
.ml-xl-2[data-v-3d2b78bd],
  .mx-xl-2[data-v-3d2b78bd] {
    margin-left: 4px !important;
}
.m-xl-3[data-v-3d2b78bd] {
    margin: 8px !important;
}
.mt-xl-3[data-v-3d2b78bd],
  .my-xl-3[data-v-3d2b78bd] {
    margin-top: 8px !important;
}
.mr-xl-3[data-v-3d2b78bd],
  .mx-xl-3[data-v-3d2b78bd] {
    margin-right: 8px !important;
}
.mb-xl-3[data-v-3d2b78bd],
  .my-xl-3[data-v-3d2b78bd] {
    margin-bottom: 8px !important;
}
.ml-xl-3[data-v-3d2b78bd],
  .mx-xl-3[data-v-3d2b78bd] {
    margin-left: 8px !important;
}
.m-xl-305[data-v-3d2b78bd] {
    margin: 12px !important;
}
.mt-xl-305[data-v-3d2b78bd],
  .my-xl-305[data-v-3d2b78bd] {
    margin-top: 12px !important;
}
.mr-xl-305[data-v-3d2b78bd],
  .mx-xl-305[data-v-3d2b78bd] {
    margin-right: 12px !important;
}
.mb-xl-305[data-v-3d2b78bd],
  .my-xl-305[data-v-3d2b78bd] {
    margin-bottom: 12px !important;
}
.ml-xl-305[data-v-3d2b78bd],
  .mx-xl-305[data-v-3d2b78bd] {
    margin-left: 12px !important;
}
.m-xl-4[data-v-3d2b78bd] {
    margin: 16px !important;
}
.mt-xl-4[data-v-3d2b78bd],
  .my-xl-4[data-v-3d2b78bd] {
    margin-top: 16px !important;
}
.mr-xl-4[data-v-3d2b78bd],
  .mx-xl-4[data-v-3d2b78bd] {
    margin-right: 16px !important;
}
.mb-xl-4[data-v-3d2b78bd],
  .my-xl-4[data-v-3d2b78bd] {
    margin-bottom: 16px !important;
}
.ml-xl-4[data-v-3d2b78bd],
  .mx-xl-4[data-v-3d2b78bd] {
    margin-left: 16px !important;
}
.m-xl-405[data-v-3d2b78bd] {
    margin: 20px !important;
}
.mt-xl-405[data-v-3d2b78bd],
  .my-xl-405[data-v-3d2b78bd] {
    margin-top: 20px !important;
}
.mr-xl-405[data-v-3d2b78bd],
  .mx-xl-405[data-v-3d2b78bd] {
    margin-right: 20px !important;
}
.mb-xl-405[data-v-3d2b78bd],
  .my-xl-405[data-v-3d2b78bd] {
    margin-bottom: 20px !important;
}
.ml-xl-405[data-v-3d2b78bd],
  .mx-xl-405[data-v-3d2b78bd] {
    margin-left: 20px !important;
}
.m-xl-5[data-v-3d2b78bd] {
    margin: 24px !important;
}
.mt-xl-5[data-v-3d2b78bd],
  .my-xl-5[data-v-3d2b78bd] {
    margin-top: 24px !important;
}
.mr-xl-5[data-v-3d2b78bd],
  .mx-xl-5[data-v-3d2b78bd] {
    margin-right: 24px !important;
}
.mb-xl-5[data-v-3d2b78bd],
  .my-xl-5[data-v-3d2b78bd] {
    margin-bottom: 24px !important;
}
.ml-xl-5[data-v-3d2b78bd],
  .mx-xl-5[data-v-3d2b78bd] {
    margin-left: 24px !important;
}
.m-xl-505[data-v-3d2b78bd] {
    margin: 28px !important;
}
.mt-xl-505[data-v-3d2b78bd],
  .my-xl-505[data-v-3d2b78bd] {
    margin-top: 28px !important;
}
.mr-xl-505[data-v-3d2b78bd],
  .mx-xl-505[data-v-3d2b78bd] {
    margin-right: 28px !important;
}
.mb-xl-505[data-v-3d2b78bd],
  .my-xl-505[data-v-3d2b78bd] {
    margin-bottom: 28px !important;
}
.ml-xl-505[data-v-3d2b78bd],
  .mx-xl-505[data-v-3d2b78bd] {
    margin-left: 28px !important;
}
.m-xl-6[data-v-3d2b78bd] {
    margin: 32px !important;
}
.mt-xl-6[data-v-3d2b78bd],
  .my-xl-6[data-v-3d2b78bd] {
    margin-top: 32px !important;
}
.mr-xl-6[data-v-3d2b78bd],
  .mx-xl-6[data-v-3d2b78bd] {
    margin-right: 32px !important;
}
.mb-xl-6[data-v-3d2b78bd],
  .my-xl-6[data-v-3d2b78bd] {
    margin-bottom: 32px !important;
}
.ml-xl-6[data-v-3d2b78bd],
  .mx-xl-6[data-v-3d2b78bd] {
    margin-left: 32px !important;
}
.m-xl-605[data-v-3d2b78bd] {
    margin: 36px !important;
}
.mt-xl-605[data-v-3d2b78bd],
  .my-xl-605[data-v-3d2b78bd] {
    margin-top: 36px !important;
}
.mr-xl-605[data-v-3d2b78bd],
  .mx-xl-605[data-v-3d2b78bd] {
    margin-right: 36px !important;
}
.mb-xl-605[data-v-3d2b78bd],
  .my-xl-605[data-v-3d2b78bd] {
    margin-bottom: 36px !important;
}
.ml-xl-605[data-v-3d2b78bd],
  .mx-xl-605[data-v-3d2b78bd] {
    margin-left: 36px !important;
}
.m-xl-7[data-v-3d2b78bd] {
    margin: 40px !important;
}
.mt-xl-7[data-v-3d2b78bd],
  .my-xl-7[data-v-3d2b78bd] {
    margin-top: 40px !important;
}
.mr-xl-7[data-v-3d2b78bd],
  .mx-xl-7[data-v-3d2b78bd] {
    margin-right: 40px !important;
}
.mb-xl-7[data-v-3d2b78bd],
  .my-xl-7[data-v-3d2b78bd] {
    margin-bottom: 40px !important;
}
.ml-xl-7[data-v-3d2b78bd],
  .mx-xl-7[data-v-3d2b78bd] {
    margin-left: 40px !important;
}
.m-xl-705[data-v-3d2b78bd] {
    margin: 44px !important;
}
.mt-xl-705[data-v-3d2b78bd],
  .my-xl-705[data-v-3d2b78bd] {
    margin-top: 44px !important;
}
.mr-xl-705[data-v-3d2b78bd],
  .mx-xl-705[data-v-3d2b78bd] {
    margin-right: 44px !important;
}
.mb-xl-705[data-v-3d2b78bd],
  .my-xl-705[data-v-3d2b78bd] {
    margin-bottom: 44px !important;
}
.ml-xl-705[data-v-3d2b78bd],
  .mx-xl-705[data-v-3d2b78bd] {
    margin-left: 44px !important;
}
.m-xl-8[data-v-3d2b78bd] {
    margin: 48px !important;
}
.mt-xl-8[data-v-3d2b78bd],
  .my-xl-8[data-v-3d2b78bd] {
    margin-top: 48px !important;
}
.mr-xl-8[data-v-3d2b78bd],
  .mx-xl-8[data-v-3d2b78bd] {
    margin-right: 48px !important;
}
.mb-xl-8[data-v-3d2b78bd],
  .my-xl-8[data-v-3d2b78bd] {
    margin-bottom: 48px !important;
}
.ml-xl-8[data-v-3d2b78bd],
  .mx-xl-8[data-v-3d2b78bd] {
    margin-left: 48px !important;
}
.m-xl-805[data-v-3d2b78bd] {
    margin: 52px !important;
}
.mt-xl-805[data-v-3d2b78bd],
  .my-xl-805[data-v-3d2b78bd] {
    margin-top: 52px !important;
}
.mr-xl-805[data-v-3d2b78bd],
  .mx-xl-805[data-v-3d2b78bd] {
    margin-right: 52px !important;
}
.mb-xl-805[data-v-3d2b78bd],
  .my-xl-805[data-v-3d2b78bd] {
    margin-bottom: 52px !important;
}
.ml-xl-805[data-v-3d2b78bd],
  .mx-xl-805[data-v-3d2b78bd] {
    margin-left: 52px !important;
}
.m-xl-9[data-v-3d2b78bd] {
    margin: 56px !important;
}
.mt-xl-9[data-v-3d2b78bd],
  .my-xl-9[data-v-3d2b78bd] {
    margin-top: 56px !important;
}
.mr-xl-9[data-v-3d2b78bd],
  .mx-xl-9[data-v-3d2b78bd] {
    margin-right: 56px !important;
}
.mb-xl-9[data-v-3d2b78bd],
  .my-xl-9[data-v-3d2b78bd] {
    margin-bottom: 56px !important;
}
.ml-xl-9[data-v-3d2b78bd],
  .mx-xl-9[data-v-3d2b78bd] {
    margin-left: 56px !important;
}
.m-xl-905[data-v-3d2b78bd] {
    margin: 60px !important;
}
.mt-xl-905[data-v-3d2b78bd],
  .my-xl-905[data-v-3d2b78bd] {
    margin-top: 60px !important;
}
.mr-xl-905[data-v-3d2b78bd],
  .mx-xl-905[data-v-3d2b78bd] {
    margin-right: 60px !important;
}
.mb-xl-905[data-v-3d2b78bd],
  .my-xl-905[data-v-3d2b78bd] {
    margin-bottom: 60px !important;
}
.ml-xl-905[data-v-3d2b78bd],
  .mx-xl-905[data-v-3d2b78bd] {
    margin-left: 60px !important;
}
.p-xl-0[data-v-3d2b78bd] {
    padding: 0 !important;
}
.pt-xl-0[data-v-3d2b78bd],
  .py-xl-0[data-v-3d2b78bd] {
    padding-top: 0 !important;
}
.pr-xl-0[data-v-3d2b78bd],
  .px-xl-0[data-v-3d2b78bd] {
    padding-right: 0 !important;
}
.pb-xl-0[data-v-3d2b78bd],
  .py-xl-0[data-v-3d2b78bd] {
    padding-bottom: 0 !important;
}
.pl-xl-0[data-v-3d2b78bd],
  .px-xl-0[data-v-3d2b78bd] {
    padding-left: 0 !important;
}
.p-xl-1[data-v-3d2b78bd] {
    padding: 2px !important;
}
.pt-xl-1[data-v-3d2b78bd],
  .py-xl-1[data-v-3d2b78bd] {
    padding-top: 2px !important;
}
.pr-xl-1[data-v-3d2b78bd],
  .px-xl-1[data-v-3d2b78bd] {
    padding-right: 2px !important;
}
.pb-xl-1[data-v-3d2b78bd],
  .py-xl-1[data-v-3d2b78bd] {
    padding-bottom: 2px !important;
}
.pl-xl-1[data-v-3d2b78bd],
  .px-xl-1[data-v-3d2b78bd] {
    padding-left: 2px !important;
}
.p-xl-2[data-v-3d2b78bd] {
    padding: 4px !important;
}
.pt-xl-2[data-v-3d2b78bd],
  .py-xl-2[data-v-3d2b78bd] {
    padding-top: 4px !important;
}
.pr-xl-2[data-v-3d2b78bd],
  .px-xl-2[data-v-3d2b78bd] {
    padding-right: 4px !important;
}
.pb-xl-2[data-v-3d2b78bd],
  .py-xl-2[data-v-3d2b78bd] {
    padding-bottom: 4px !important;
}
.pl-xl-2[data-v-3d2b78bd],
  .px-xl-2[data-v-3d2b78bd] {
    padding-left: 4px !important;
}
.p-xl-3[data-v-3d2b78bd] {
    padding: 8px !important;
}
.pt-xl-3[data-v-3d2b78bd],
  .py-xl-3[data-v-3d2b78bd] {
    padding-top: 8px !important;
}
.pr-xl-3[data-v-3d2b78bd],
  .px-xl-3[data-v-3d2b78bd] {
    padding-right: 8px !important;
}
.pb-xl-3[data-v-3d2b78bd],
  .py-xl-3[data-v-3d2b78bd] {
    padding-bottom: 8px !important;
}
.pl-xl-3[data-v-3d2b78bd],
  .px-xl-3[data-v-3d2b78bd] {
    padding-left: 8px !important;
}
.p-xl-305[data-v-3d2b78bd] {
    padding: 12px !important;
}
.pt-xl-305[data-v-3d2b78bd],
  .py-xl-305[data-v-3d2b78bd] {
    padding-top: 12px !important;
}
.pr-xl-305[data-v-3d2b78bd],
  .px-xl-305[data-v-3d2b78bd] {
    padding-right: 12px !important;
}
.pb-xl-305[data-v-3d2b78bd],
  .py-xl-305[data-v-3d2b78bd] {
    padding-bottom: 12px !important;
}
.pl-xl-305[data-v-3d2b78bd],
  .px-xl-305[data-v-3d2b78bd] {
    padding-left: 12px !important;
}
.p-xl-4[data-v-3d2b78bd] {
    padding: 16px !important;
}
.pt-xl-4[data-v-3d2b78bd],
  .py-xl-4[data-v-3d2b78bd] {
    padding-top: 16px !important;
}
.pr-xl-4[data-v-3d2b78bd],
  .px-xl-4[data-v-3d2b78bd] {
    padding-right: 16px !important;
}
.pb-xl-4[data-v-3d2b78bd],
  .py-xl-4[data-v-3d2b78bd] {
    padding-bottom: 16px !important;
}
.pl-xl-4[data-v-3d2b78bd],
  .px-xl-4[data-v-3d2b78bd] {
    padding-left: 16px !important;
}
.p-xl-405[data-v-3d2b78bd] {
    padding: 20px !important;
}
.pt-xl-405[data-v-3d2b78bd],
  .py-xl-405[data-v-3d2b78bd] {
    padding-top: 20px !important;
}
.pr-xl-405[data-v-3d2b78bd],
  .px-xl-405[data-v-3d2b78bd] {
    padding-right: 20px !important;
}
.pb-xl-405[data-v-3d2b78bd],
  .py-xl-405[data-v-3d2b78bd] {
    padding-bottom: 20px !important;
}
.pl-xl-405[data-v-3d2b78bd],
  .px-xl-405[data-v-3d2b78bd] {
    padding-left: 20px !important;
}
.p-xl-5[data-v-3d2b78bd] {
    padding: 24px !important;
}
.pt-xl-5[data-v-3d2b78bd],
  .py-xl-5[data-v-3d2b78bd] {
    padding-top: 24px !important;
}
.pr-xl-5[data-v-3d2b78bd],
  .px-xl-5[data-v-3d2b78bd] {
    padding-right: 24px !important;
}
.pb-xl-5[data-v-3d2b78bd],
  .py-xl-5[data-v-3d2b78bd] {
    padding-bottom: 24px !important;
}
.pl-xl-5[data-v-3d2b78bd],
  .px-xl-5[data-v-3d2b78bd] {
    padding-left: 24px !important;
}
.p-xl-505[data-v-3d2b78bd] {
    padding: 28px !important;
}
.pt-xl-505[data-v-3d2b78bd],
  .py-xl-505[data-v-3d2b78bd] {
    padding-top: 28px !important;
}
.pr-xl-505[data-v-3d2b78bd],
  .px-xl-505[data-v-3d2b78bd] {
    padding-right: 28px !important;
}
.pb-xl-505[data-v-3d2b78bd],
  .py-xl-505[data-v-3d2b78bd] {
    padding-bottom: 28px !important;
}
.pl-xl-505[data-v-3d2b78bd],
  .px-xl-505[data-v-3d2b78bd] {
    padding-left: 28px !important;
}
.p-xl-6[data-v-3d2b78bd] {
    padding: 32px !important;
}
.pt-xl-6[data-v-3d2b78bd],
  .py-xl-6[data-v-3d2b78bd] {
    padding-top: 32px !important;
}
.pr-xl-6[data-v-3d2b78bd],
  .px-xl-6[data-v-3d2b78bd] {
    padding-right: 32px !important;
}
.pb-xl-6[data-v-3d2b78bd],
  .py-xl-6[data-v-3d2b78bd] {
    padding-bottom: 32px !important;
}
.pl-xl-6[data-v-3d2b78bd],
  .px-xl-6[data-v-3d2b78bd] {
    padding-left: 32px !important;
}
.p-xl-605[data-v-3d2b78bd] {
    padding: 36px !important;
}
.pt-xl-605[data-v-3d2b78bd],
  .py-xl-605[data-v-3d2b78bd] {
    padding-top: 36px !important;
}
.pr-xl-605[data-v-3d2b78bd],
  .px-xl-605[data-v-3d2b78bd] {
    padding-right: 36px !important;
}
.pb-xl-605[data-v-3d2b78bd],
  .py-xl-605[data-v-3d2b78bd] {
    padding-bottom: 36px !important;
}
.pl-xl-605[data-v-3d2b78bd],
  .px-xl-605[data-v-3d2b78bd] {
    padding-left: 36px !important;
}
.p-xl-7[data-v-3d2b78bd] {
    padding: 40px !important;
}
.pt-xl-7[data-v-3d2b78bd],
  .py-xl-7[data-v-3d2b78bd] {
    padding-top: 40px !important;
}
.pr-xl-7[data-v-3d2b78bd],
  .px-xl-7[data-v-3d2b78bd] {
    padding-right: 40px !important;
}
.pb-xl-7[data-v-3d2b78bd],
  .py-xl-7[data-v-3d2b78bd] {
    padding-bottom: 40px !important;
}
.pl-xl-7[data-v-3d2b78bd],
  .px-xl-7[data-v-3d2b78bd] {
    padding-left: 40px !important;
}
.p-xl-705[data-v-3d2b78bd] {
    padding: 44px !important;
}
.pt-xl-705[data-v-3d2b78bd],
  .py-xl-705[data-v-3d2b78bd] {
    padding-top: 44px !important;
}
.pr-xl-705[data-v-3d2b78bd],
  .px-xl-705[data-v-3d2b78bd] {
    padding-right: 44px !important;
}
.pb-xl-705[data-v-3d2b78bd],
  .py-xl-705[data-v-3d2b78bd] {
    padding-bottom: 44px !important;
}
.pl-xl-705[data-v-3d2b78bd],
  .px-xl-705[data-v-3d2b78bd] {
    padding-left: 44px !important;
}
.p-xl-8[data-v-3d2b78bd] {
    padding: 48px !important;
}
.pt-xl-8[data-v-3d2b78bd],
  .py-xl-8[data-v-3d2b78bd] {
    padding-top: 48px !important;
}
.pr-xl-8[data-v-3d2b78bd],
  .px-xl-8[data-v-3d2b78bd] {
    padding-right: 48px !important;
}
.pb-xl-8[data-v-3d2b78bd],
  .py-xl-8[data-v-3d2b78bd] {
    padding-bottom: 48px !important;
}
.pl-xl-8[data-v-3d2b78bd],
  .px-xl-8[data-v-3d2b78bd] {
    padding-left: 48px !important;
}
.p-xl-805[data-v-3d2b78bd] {
    padding: 52px !important;
}
.pt-xl-805[data-v-3d2b78bd],
  .py-xl-805[data-v-3d2b78bd] {
    padding-top: 52px !important;
}
.pr-xl-805[data-v-3d2b78bd],
  .px-xl-805[data-v-3d2b78bd] {
    padding-right: 52px !important;
}
.pb-xl-805[data-v-3d2b78bd],
  .py-xl-805[data-v-3d2b78bd] {
    padding-bottom: 52px !important;
}
.pl-xl-805[data-v-3d2b78bd],
  .px-xl-805[data-v-3d2b78bd] {
    padding-left: 52px !important;
}
.p-xl-9[data-v-3d2b78bd] {
    padding: 56px !important;
}
.pt-xl-9[data-v-3d2b78bd],
  .py-xl-9[data-v-3d2b78bd] {
    padding-top: 56px !important;
}
.pr-xl-9[data-v-3d2b78bd],
  .px-xl-9[data-v-3d2b78bd] {
    padding-right: 56px !important;
}
.pb-xl-9[data-v-3d2b78bd],
  .py-xl-9[data-v-3d2b78bd] {
    padding-bottom: 56px !important;
}
.pl-xl-9[data-v-3d2b78bd],
  .px-xl-9[data-v-3d2b78bd] {
    padding-left: 56px !important;
}
.p-xl-905[data-v-3d2b78bd] {
    padding: 60px !important;
}
.pt-xl-905[data-v-3d2b78bd],
  .py-xl-905[data-v-3d2b78bd] {
    padding-top: 60px !important;
}
.pr-xl-905[data-v-3d2b78bd],
  .px-xl-905[data-v-3d2b78bd] {
    padding-right: 60px !important;
}
.pb-xl-905[data-v-3d2b78bd],
  .py-xl-905[data-v-3d2b78bd] {
    padding-bottom: 60px !important;
}
.pl-xl-905[data-v-3d2b78bd],
  .px-xl-905[data-v-3d2b78bd] {
    padding-left: 60px !important;
}
.m-xl-auto[data-v-3d2b78bd] {
    margin: auto !important;
}
.mt-xl-auto[data-v-3d2b78bd],
  .my-xl-auto[data-v-3d2b78bd] {
    margin-top: auto !important;
}
.mr-xl-auto[data-v-3d2b78bd],
  .mx-xl-auto[data-v-3d2b78bd] {
    margin-right: auto !important;
}
.mb-xl-auto[data-v-3d2b78bd],
  .my-xl-auto[data-v-3d2b78bd] {
    margin-bottom: auto !important;
}
.ml-xl-auto[data-v-3d2b78bd],
  .mx-xl-auto[data-v-3d2b78bd] {
    margin-left: auto !important;
}
}
@media (min-width: 1400px) {
.m-xxl-0[data-v-3d2b78bd] {
    margin: 0 !important;
}
.mt-xxl-0[data-v-3d2b78bd],
  .my-xxl-0[data-v-3d2b78bd] {
    margin-top: 0 !important;
}
.mr-xxl-0[data-v-3d2b78bd],
  .mx-xxl-0[data-v-3d2b78bd] {
    margin-right: 0 !important;
}
.mb-xxl-0[data-v-3d2b78bd],
  .my-xxl-0[data-v-3d2b78bd] {
    margin-bottom: 0 !important;
}
.ml-xxl-0[data-v-3d2b78bd],
  .mx-xxl-0[data-v-3d2b78bd] {
    margin-left: 0 !important;
}
.m-xxl-1[data-v-3d2b78bd] {
    margin: 2px !important;
}
.mt-xxl-1[data-v-3d2b78bd],
  .my-xxl-1[data-v-3d2b78bd] {
    margin-top: 2px !important;
}
.mr-xxl-1[data-v-3d2b78bd],
  .mx-xxl-1[data-v-3d2b78bd] {
    margin-right: 2px !important;
}
.mb-xxl-1[data-v-3d2b78bd],
  .my-xxl-1[data-v-3d2b78bd] {
    margin-bottom: 2px !important;
}
.ml-xxl-1[data-v-3d2b78bd],
  .mx-xxl-1[data-v-3d2b78bd] {
    margin-left: 2px !important;
}
.m-xxl-2[data-v-3d2b78bd] {
    margin: 4px !important;
}
.mt-xxl-2[data-v-3d2b78bd],
  .my-xxl-2[data-v-3d2b78bd] {
    margin-top: 4px !important;
}
.mr-xxl-2[data-v-3d2b78bd],
  .mx-xxl-2[data-v-3d2b78bd] {
    margin-right: 4px !important;
}
.mb-xxl-2[data-v-3d2b78bd],
  .my-xxl-2[data-v-3d2b78bd] {
    margin-bottom: 4px !important;
}
.ml-xxl-2[data-v-3d2b78bd],
  .mx-xxl-2[data-v-3d2b78bd] {
    margin-left: 4px !important;
}
.m-xxl-3[data-v-3d2b78bd] {
    margin: 8px !important;
}
.mt-xxl-3[data-v-3d2b78bd],
  .my-xxl-3[data-v-3d2b78bd] {
    margin-top: 8px !important;
}
.mr-xxl-3[data-v-3d2b78bd],
  .mx-xxl-3[data-v-3d2b78bd] {
    margin-right: 8px !important;
}
.mb-xxl-3[data-v-3d2b78bd],
  .my-xxl-3[data-v-3d2b78bd] {
    margin-bottom: 8px !important;
}
.ml-xxl-3[data-v-3d2b78bd],
  .mx-xxl-3[data-v-3d2b78bd] {
    margin-left: 8px !important;
}
.m-xxl-305[data-v-3d2b78bd] {
    margin: 12px !important;
}
.mt-xxl-305[data-v-3d2b78bd],
  .my-xxl-305[data-v-3d2b78bd] {
    margin-top: 12px !important;
}
.mr-xxl-305[data-v-3d2b78bd],
  .mx-xxl-305[data-v-3d2b78bd] {
    margin-right: 12px !important;
}
.mb-xxl-305[data-v-3d2b78bd],
  .my-xxl-305[data-v-3d2b78bd] {
    margin-bottom: 12px !important;
}
.ml-xxl-305[data-v-3d2b78bd],
  .mx-xxl-305[data-v-3d2b78bd] {
    margin-left: 12px !important;
}
.m-xxl-4[data-v-3d2b78bd] {
    margin: 16px !important;
}
.mt-xxl-4[data-v-3d2b78bd],
  .my-xxl-4[data-v-3d2b78bd] {
    margin-top: 16px !important;
}
.mr-xxl-4[data-v-3d2b78bd],
  .mx-xxl-4[data-v-3d2b78bd] {
    margin-right: 16px !important;
}
.mb-xxl-4[data-v-3d2b78bd],
  .my-xxl-4[data-v-3d2b78bd] {
    margin-bottom: 16px !important;
}
.ml-xxl-4[data-v-3d2b78bd],
  .mx-xxl-4[data-v-3d2b78bd] {
    margin-left: 16px !important;
}
.m-xxl-405[data-v-3d2b78bd] {
    margin: 20px !important;
}
.mt-xxl-405[data-v-3d2b78bd],
  .my-xxl-405[data-v-3d2b78bd] {
    margin-top: 20px !important;
}
.mr-xxl-405[data-v-3d2b78bd],
  .mx-xxl-405[data-v-3d2b78bd] {
    margin-right: 20px !important;
}
.mb-xxl-405[data-v-3d2b78bd],
  .my-xxl-405[data-v-3d2b78bd] {
    margin-bottom: 20px !important;
}
.ml-xxl-405[data-v-3d2b78bd],
  .mx-xxl-405[data-v-3d2b78bd] {
    margin-left: 20px !important;
}
.m-xxl-5[data-v-3d2b78bd] {
    margin: 24px !important;
}
.mt-xxl-5[data-v-3d2b78bd],
  .my-xxl-5[data-v-3d2b78bd] {
    margin-top: 24px !important;
}
.mr-xxl-5[data-v-3d2b78bd],
  .mx-xxl-5[data-v-3d2b78bd] {
    margin-right: 24px !important;
}
.mb-xxl-5[data-v-3d2b78bd],
  .my-xxl-5[data-v-3d2b78bd] {
    margin-bottom: 24px !important;
}
.ml-xxl-5[data-v-3d2b78bd],
  .mx-xxl-5[data-v-3d2b78bd] {
    margin-left: 24px !important;
}
.m-xxl-505[data-v-3d2b78bd] {
    margin: 28px !important;
}
.mt-xxl-505[data-v-3d2b78bd],
  .my-xxl-505[data-v-3d2b78bd] {
    margin-top: 28px !important;
}
.mr-xxl-505[data-v-3d2b78bd],
  .mx-xxl-505[data-v-3d2b78bd] {
    margin-right: 28px !important;
}
.mb-xxl-505[data-v-3d2b78bd],
  .my-xxl-505[data-v-3d2b78bd] {
    margin-bottom: 28px !important;
}
.ml-xxl-505[data-v-3d2b78bd],
  .mx-xxl-505[data-v-3d2b78bd] {
    margin-left: 28px !important;
}
.m-xxl-6[data-v-3d2b78bd] {
    margin: 32px !important;
}
.mt-xxl-6[data-v-3d2b78bd],
  .my-xxl-6[data-v-3d2b78bd] {
    margin-top: 32px !important;
}
.mr-xxl-6[data-v-3d2b78bd],
  .mx-xxl-6[data-v-3d2b78bd] {
    margin-right: 32px !important;
}
.mb-xxl-6[data-v-3d2b78bd],
  .my-xxl-6[data-v-3d2b78bd] {
    margin-bottom: 32px !important;
}
.ml-xxl-6[data-v-3d2b78bd],
  .mx-xxl-6[data-v-3d2b78bd] {
    margin-left: 32px !important;
}
.m-xxl-605[data-v-3d2b78bd] {
    margin: 36px !important;
}
.mt-xxl-605[data-v-3d2b78bd],
  .my-xxl-605[data-v-3d2b78bd] {
    margin-top: 36px !important;
}
.mr-xxl-605[data-v-3d2b78bd],
  .mx-xxl-605[data-v-3d2b78bd] {
    margin-right: 36px !important;
}
.mb-xxl-605[data-v-3d2b78bd],
  .my-xxl-605[data-v-3d2b78bd] {
    margin-bottom: 36px !important;
}
.ml-xxl-605[data-v-3d2b78bd],
  .mx-xxl-605[data-v-3d2b78bd] {
    margin-left: 36px !important;
}
.m-xxl-7[data-v-3d2b78bd] {
    margin: 40px !important;
}
.mt-xxl-7[data-v-3d2b78bd],
  .my-xxl-7[data-v-3d2b78bd] {
    margin-top: 40px !important;
}
.mr-xxl-7[data-v-3d2b78bd],
  .mx-xxl-7[data-v-3d2b78bd] {
    margin-right: 40px !important;
}
.mb-xxl-7[data-v-3d2b78bd],
  .my-xxl-7[data-v-3d2b78bd] {
    margin-bottom: 40px !important;
}
.ml-xxl-7[data-v-3d2b78bd],
  .mx-xxl-7[data-v-3d2b78bd] {
    margin-left: 40px !important;
}
.m-xxl-705[data-v-3d2b78bd] {
    margin: 44px !important;
}
.mt-xxl-705[data-v-3d2b78bd],
  .my-xxl-705[data-v-3d2b78bd] {
    margin-top: 44px !important;
}
.mr-xxl-705[data-v-3d2b78bd],
  .mx-xxl-705[data-v-3d2b78bd] {
    margin-right: 44px !important;
}
.mb-xxl-705[data-v-3d2b78bd],
  .my-xxl-705[data-v-3d2b78bd] {
    margin-bottom: 44px !important;
}
.ml-xxl-705[data-v-3d2b78bd],
  .mx-xxl-705[data-v-3d2b78bd] {
    margin-left: 44px !important;
}
.m-xxl-8[data-v-3d2b78bd] {
    margin: 48px !important;
}
.mt-xxl-8[data-v-3d2b78bd],
  .my-xxl-8[data-v-3d2b78bd] {
    margin-top: 48px !important;
}
.mr-xxl-8[data-v-3d2b78bd],
  .mx-xxl-8[data-v-3d2b78bd] {
    margin-right: 48px !important;
}
.mb-xxl-8[data-v-3d2b78bd],
  .my-xxl-8[data-v-3d2b78bd] {
    margin-bottom: 48px !important;
}
.ml-xxl-8[data-v-3d2b78bd],
  .mx-xxl-8[data-v-3d2b78bd] {
    margin-left: 48px !important;
}
.m-xxl-805[data-v-3d2b78bd] {
    margin: 52px !important;
}
.mt-xxl-805[data-v-3d2b78bd],
  .my-xxl-805[data-v-3d2b78bd] {
    margin-top: 52px !important;
}
.mr-xxl-805[data-v-3d2b78bd],
  .mx-xxl-805[data-v-3d2b78bd] {
    margin-right: 52px !important;
}
.mb-xxl-805[data-v-3d2b78bd],
  .my-xxl-805[data-v-3d2b78bd] {
    margin-bottom: 52px !important;
}
.ml-xxl-805[data-v-3d2b78bd],
  .mx-xxl-805[data-v-3d2b78bd] {
    margin-left: 52px !important;
}
.m-xxl-9[data-v-3d2b78bd] {
    margin: 56px !important;
}
.mt-xxl-9[data-v-3d2b78bd],
  .my-xxl-9[data-v-3d2b78bd] {
    margin-top: 56px !important;
}
.mr-xxl-9[data-v-3d2b78bd],
  .mx-xxl-9[data-v-3d2b78bd] {
    margin-right: 56px !important;
}
.mb-xxl-9[data-v-3d2b78bd],
  .my-xxl-9[data-v-3d2b78bd] {
    margin-bottom: 56px !important;
}
.ml-xxl-9[data-v-3d2b78bd],
  .mx-xxl-9[data-v-3d2b78bd] {
    margin-left: 56px !important;
}
.m-xxl-905[data-v-3d2b78bd] {
    margin: 60px !important;
}
.mt-xxl-905[data-v-3d2b78bd],
  .my-xxl-905[data-v-3d2b78bd] {
    margin-top: 60px !important;
}
.mr-xxl-905[data-v-3d2b78bd],
  .mx-xxl-905[data-v-3d2b78bd] {
    margin-right: 60px !important;
}
.mb-xxl-905[data-v-3d2b78bd],
  .my-xxl-905[data-v-3d2b78bd] {
    margin-bottom: 60px !important;
}
.ml-xxl-905[data-v-3d2b78bd],
  .mx-xxl-905[data-v-3d2b78bd] {
    margin-left: 60px !important;
}
.p-xxl-0[data-v-3d2b78bd] {
    padding: 0 !important;
}
.pt-xxl-0[data-v-3d2b78bd],
  .py-xxl-0[data-v-3d2b78bd] {
    padding-top: 0 !important;
}
.pr-xxl-0[data-v-3d2b78bd],
  .px-xxl-0[data-v-3d2b78bd] {
    padding-right: 0 !important;
}
.pb-xxl-0[data-v-3d2b78bd],
  .py-xxl-0[data-v-3d2b78bd] {
    padding-bottom: 0 !important;
}
.pl-xxl-0[data-v-3d2b78bd],
  .px-xxl-0[data-v-3d2b78bd] {
    padding-left: 0 !important;
}
.p-xxl-1[data-v-3d2b78bd] {
    padding: 2px !important;
}
.pt-xxl-1[data-v-3d2b78bd],
  .py-xxl-1[data-v-3d2b78bd] {
    padding-top: 2px !important;
}
.pr-xxl-1[data-v-3d2b78bd],
  .px-xxl-1[data-v-3d2b78bd] {
    padding-right: 2px !important;
}
.pb-xxl-1[data-v-3d2b78bd],
  .py-xxl-1[data-v-3d2b78bd] {
    padding-bottom: 2px !important;
}
.pl-xxl-1[data-v-3d2b78bd],
  .px-xxl-1[data-v-3d2b78bd] {
    padding-left: 2px !important;
}
.p-xxl-2[data-v-3d2b78bd] {
    padding: 4px !important;
}
.pt-xxl-2[data-v-3d2b78bd],
  .py-xxl-2[data-v-3d2b78bd] {
    padding-top: 4px !important;
}
.pr-xxl-2[data-v-3d2b78bd],
  .px-xxl-2[data-v-3d2b78bd] {
    padding-right: 4px !important;
}
.pb-xxl-2[data-v-3d2b78bd],
  .py-xxl-2[data-v-3d2b78bd] {
    padding-bottom: 4px !important;
}
.pl-xxl-2[data-v-3d2b78bd],
  .px-xxl-2[data-v-3d2b78bd] {
    padding-left: 4px !important;
}
.p-xxl-3[data-v-3d2b78bd] {
    padding: 8px !important;
}
.pt-xxl-3[data-v-3d2b78bd],
  .py-xxl-3[data-v-3d2b78bd] {
    padding-top: 8px !important;
}
.pr-xxl-3[data-v-3d2b78bd],
  .px-xxl-3[data-v-3d2b78bd] {
    padding-right: 8px !important;
}
.pb-xxl-3[data-v-3d2b78bd],
  .py-xxl-3[data-v-3d2b78bd] {
    padding-bottom: 8px !important;
}
.pl-xxl-3[data-v-3d2b78bd],
  .px-xxl-3[data-v-3d2b78bd] {
    padding-left: 8px !important;
}
.p-xxl-305[data-v-3d2b78bd] {
    padding: 12px !important;
}
.pt-xxl-305[data-v-3d2b78bd],
  .py-xxl-305[data-v-3d2b78bd] {
    padding-top: 12px !important;
}
.pr-xxl-305[data-v-3d2b78bd],
  .px-xxl-305[data-v-3d2b78bd] {
    padding-right: 12px !important;
}
.pb-xxl-305[data-v-3d2b78bd],
  .py-xxl-305[data-v-3d2b78bd] {
    padding-bottom: 12px !important;
}
.pl-xxl-305[data-v-3d2b78bd],
  .px-xxl-305[data-v-3d2b78bd] {
    padding-left: 12px !important;
}
.p-xxl-4[data-v-3d2b78bd] {
    padding: 16px !important;
}
.pt-xxl-4[data-v-3d2b78bd],
  .py-xxl-4[data-v-3d2b78bd] {
    padding-top: 16px !important;
}
.pr-xxl-4[data-v-3d2b78bd],
  .px-xxl-4[data-v-3d2b78bd] {
    padding-right: 16px !important;
}
.pb-xxl-4[data-v-3d2b78bd],
  .py-xxl-4[data-v-3d2b78bd] {
    padding-bottom: 16px !important;
}
.pl-xxl-4[data-v-3d2b78bd],
  .px-xxl-4[data-v-3d2b78bd] {
    padding-left: 16px !important;
}
.p-xxl-405[data-v-3d2b78bd] {
    padding: 20px !important;
}
.pt-xxl-405[data-v-3d2b78bd],
  .py-xxl-405[data-v-3d2b78bd] {
    padding-top: 20px !important;
}
.pr-xxl-405[data-v-3d2b78bd],
  .px-xxl-405[data-v-3d2b78bd] {
    padding-right: 20px !important;
}
.pb-xxl-405[data-v-3d2b78bd],
  .py-xxl-405[data-v-3d2b78bd] {
    padding-bottom: 20px !important;
}
.pl-xxl-405[data-v-3d2b78bd],
  .px-xxl-405[data-v-3d2b78bd] {
    padding-left: 20px !important;
}
.p-xxl-5[data-v-3d2b78bd] {
    padding: 24px !important;
}
.pt-xxl-5[data-v-3d2b78bd],
  .py-xxl-5[data-v-3d2b78bd] {
    padding-top: 24px !important;
}
.pr-xxl-5[data-v-3d2b78bd],
  .px-xxl-5[data-v-3d2b78bd] {
    padding-right: 24px !important;
}
.pb-xxl-5[data-v-3d2b78bd],
  .py-xxl-5[data-v-3d2b78bd] {
    padding-bottom: 24px !important;
}
.pl-xxl-5[data-v-3d2b78bd],
  .px-xxl-5[data-v-3d2b78bd] {
    padding-left: 24px !important;
}
.p-xxl-505[data-v-3d2b78bd] {
    padding: 28px !important;
}
.pt-xxl-505[data-v-3d2b78bd],
  .py-xxl-505[data-v-3d2b78bd] {
    padding-top: 28px !important;
}
.pr-xxl-505[data-v-3d2b78bd],
  .px-xxl-505[data-v-3d2b78bd] {
    padding-right: 28px !important;
}
.pb-xxl-505[data-v-3d2b78bd],
  .py-xxl-505[data-v-3d2b78bd] {
    padding-bottom: 28px !important;
}
.pl-xxl-505[data-v-3d2b78bd],
  .px-xxl-505[data-v-3d2b78bd] {
    padding-left: 28px !important;
}
.p-xxl-6[data-v-3d2b78bd] {
    padding: 32px !important;
}
.pt-xxl-6[data-v-3d2b78bd],
  .py-xxl-6[data-v-3d2b78bd] {
    padding-top: 32px !important;
}
.pr-xxl-6[data-v-3d2b78bd],
  .px-xxl-6[data-v-3d2b78bd] {
    padding-right: 32px !important;
}
.pb-xxl-6[data-v-3d2b78bd],
  .py-xxl-6[data-v-3d2b78bd] {
    padding-bottom: 32px !important;
}
.pl-xxl-6[data-v-3d2b78bd],
  .px-xxl-6[data-v-3d2b78bd] {
    padding-left: 32px !important;
}
.p-xxl-605[data-v-3d2b78bd] {
    padding: 36px !important;
}
.pt-xxl-605[data-v-3d2b78bd],
  .py-xxl-605[data-v-3d2b78bd] {
    padding-top: 36px !important;
}
.pr-xxl-605[data-v-3d2b78bd],
  .px-xxl-605[data-v-3d2b78bd] {
    padding-right: 36px !important;
}
.pb-xxl-605[data-v-3d2b78bd],
  .py-xxl-605[data-v-3d2b78bd] {
    padding-bottom: 36px !important;
}
.pl-xxl-605[data-v-3d2b78bd],
  .px-xxl-605[data-v-3d2b78bd] {
    padding-left: 36px !important;
}
.p-xxl-7[data-v-3d2b78bd] {
    padding: 40px !important;
}
.pt-xxl-7[data-v-3d2b78bd],
  .py-xxl-7[data-v-3d2b78bd] {
    padding-top: 40px !important;
}
.pr-xxl-7[data-v-3d2b78bd],
  .px-xxl-7[data-v-3d2b78bd] {
    padding-right: 40px !important;
}
.pb-xxl-7[data-v-3d2b78bd],
  .py-xxl-7[data-v-3d2b78bd] {
    padding-bottom: 40px !important;
}
.pl-xxl-7[data-v-3d2b78bd],
  .px-xxl-7[data-v-3d2b78bd] {
    padding-left: 40px !important;
}
.p-xxl-705[data-v-3d2b78bd] {
    padding: 44px !important;
}
.pt-xxl-705[data-v-3d2b78bd],
  .py-xxl-705[data-v-3d2b78bd] {
    padding-top: 44px !important;
}
.pr-xxl-705[data-v-3d2b78bd],
  .px-xxl-705[data-v-3d2b78bd] {
    padding-right: 44px !important;
}
.pb-xxl-705[data-v-3d2b78bd],
  .py-xxl-705[data-v-3d2b78bd] {
    padding-bottom: 44px !important;
}
.pl-xxl-705[data-v-3d2b78bd],
  .px-xxl-705[data-v-3d2b78bd] {
    padding-left: 44px !important;
}
.p-xxl-8[data-v-3d2b78bd] {
    padding: 48px !important;
}
.pt-xxl-8[data-v-3d2b78bd],
  .py-xxl-8[data-v-3d2b78bd] {
    padding-top: 48px !important;
}
.pr-xxl-8[data-v-3d2b78bd],
  .px-xxl-8[data-v-3d2b78bd] {
    padding-right: 48px !important;
}
.pb-xxl-8[data-v-3d2b78bd],
  .py-xxl-8[data-v-3d2b78bd] {
    padding-bottom: 48px !important;
}
.pl-xxl-8[data-v-3d2b78bd],
  .px-xxl-8[data-v-3d2b78bd] {
    padding-left: 48px !important;
}
.p-xxl-805[data-v-3d2b78bd] {
    padding: 52px !important;
}
.pt-xxl-805[data-v-3d2b78bd],
  .py-xxl-805[data-v-3d2b78bd] {
    padding-top: 52px !important;
}
.pr-xxl-805[data-v-3d2b78bd],
  .px-xxl-805[data-v-3d2b78bd] {
    padding-right: 52px !important;
}
.pb-xxl-805[data-v-3d2b78bd],
  .py-xxl-805[data-v-3d2b78bd] {
    padding-bottom: 52px !important;
}
.pl-xxl-805[data-v-3d2b78bd],
  .px-xxl-805[data-v-3d2b78bd] {
    padding-left: 52px !important;
}
.p-xxl-9[data-v-3d2b78bd] {
    padding: 56px !important;
}
.pt-xxl-9[data-v-3d2b78bd],
  .py-xxl-9[data-v-3d2b78bd] {
    padding-top: 56px !important;
}
.pr-xxl-9[data-v-3d2b78bd],
  .px-xxl-9[data-v-3d2b78bd] {
    padding-right: 56px !important;
}
.pb-xxl-9[data-v-3d2b78bd],
  .py-xxl-9[data-v-3d2b78bd] {
    padding-bottom: 56px !important;
}
.pl-xxl-9[data-v-3d2b78bd],
  .px-xxl-9[data-v-3d2b78bd] {
    padding-left: 56px !important;
}
.p-xxl-905[data-v-3d2b78bd] {
    padding: 60px !important;
}
.pt-xxl-905[data-v-3d2b78bd],
  .py-xxl-905[data-v-3d2b78bd] {
    padding-top: 60px !important;
}
.pr-xxl-905[data-v-3d2b78bd],
  .px-xxl-905[data-v-3d2b78bd] {
    padding-right: 60px !important;
}
.pb-xxl-905[data-v-3d2b78bd],
  .py-xxl-905[data-v-3d2b78bd] {
    padding-bottom: 60px !important;
}
.pl-xxl-905[data-v-3d2b78bd],
  .px-xxl-905[data-v-3d2b78bd] {
    padding-left: 60px !important;
}
.m-xxl-auto[data-v-3d2b78bd] {
    margin: auto !important;
}
.mt-xxl-auto[data-v-3d2b78bd],
  .my-xxl-auto[data-v-3d2b78bd] {
    margin-top: auto !important;
}
.mr-xxl-auto[data-v-3d2b78bd],
  .mx-xxl-auto[data-v-3d2b78bd] {
    margin-right: auto !important;
}
.mb-xxl-auto[data-v-3d2b78bd],
  .my-xxl-auto[data-v-3d2b78bd] {
    margin-bottom: auto !important;
}
.ml-xxl-auto[data-v-3d2b78bd],
  .mx-xxl-auto[data-v-3d2b78bd] {
    margin-left: auto !important;
}
}
.position-static[data-v-3d2b78bd] {
  position: static !important;
}
.position-relative[data-v-3d2b78bd] {
  position: relative !important;
}
.position-absolute[data-v-3d2b78bd] {
  position: absolute !important;
}
.position-fixed[data-v-3d2b78bd] {
  position: fixed !important;
}
.position-sticky[data-v-3d2b78bd] {
  position: sticky !important;
}
.fixed-top[data-v-3d2b78bd] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom[data-v-3d2b78bd] {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
.sticky-top[data-v-3d2b78bd] {
    position: sticky;
    top: 0;
    z-index: 1020;
}
}
.d-none[data-v-3d2b78bd] {
  display: none !important;
}
.d-inline[data-v-3d2b78bd] {
  display: inline !important;
}
.d-inline-block[data-v-3d2b78bd] {
  display: inline-block !important;
}
.d-block[data-v-3d2b78bd] {
  display: block !important;
}
.d-flex[data-v-3d2b78bd] {
  display: flex !important;
}
.d-inline-flex[data-v-3d2b78bd] {
  display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none[data-v-3d2b78bd] {
    display: none !important;
}
.d-sm-inline[data-v-3d2b78bd] {
    display: inline !important;
}
.d-sm-inline-block[data-v-3d2b78bd] {
    display: inline-block !important;
}
.d-sm-block[data-v-3d2b78bd] {
    display: block !important;
}
.d-sm-flex[data-v-3d2b78bd] {
    display: flex !important;
}
.d-sm-inline-flex[data-v-3d2b78bd] {
    display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none[data-v-3d2b78bd] {
    display: none !important;
}
.d-md-inline[data-v-3d2b78bd] {
    display: inline !important;
}
.d-md-inline-block[data-v-3d2b78bd] {
    display: inline-block !important;
}
.d-md-block[data-v-3d2b78bd] {
    display: block !important;
}
.d-md-flex[data-v-3d2b78bd] {
    display: flex !important;
}
.d-md-inline-flex[data-v-3d2b78bd] {
    display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none[data-v-3d2b78bd] {
    display: none !important;
}
.d-lg-inline[data-v-3d2b78bd] {
    display: inline !important;
}
.d-lg-inline-block[data-v-3d2b78bd] {
    display: inline-block !important;
}
.d-lg-block[data-v-3d2b78bd] {
    display: block !important;
}
.d-lg-flex[data-v-3d2b78bd] {
    display: flex !important;
}
.d-lg-inline-flex[data-v-3d2b78bd] {
    display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none[data-v-3d2b78bd] {
    display: none !important;
}
.d-xl-inline[data-v-3d2b78bd] {
    display: inline !important;
}
.d-xl-inline-block[data-v-3d2b78bd] {
    display: inline-block !important;
}
.d-xl-block[data-v-3d2b78bd] {
    display: block !important;
}
.d-xl-flex[data-v-3d2b78bd] {
    display: flex !important;
}
.d-xl-inline-flex[data-v-3d2b78bd] {
    display: inline-flex !important;
}
}
@media (min-width: 1400px) {
.d-xxl-none[data-v-3d2b78bd] {
    display: none !important;
}
.d-xxl-inline[data-v-3d2b78bd] {
    display: inline !important;
}
.d-xxl-inline-block[data-v-3d2b78bd] {
    display: inline-block !important;
}
.d-xxl-block[data-v-3d2b78bd] {
    display: block !important;
}
.d-xxl-flex[data-v-3d2b78bd] {
    display: flex !important;
}
.d-xxl-inline-flex[data-v-3d2b78bd] {
    display: inline-flex !important;
}
}
@media print {
.d-print-none[data-v-3d2b78bd] {
    display: none !important;
}
.d-print-inline[data-v-3d2b78bd] {
    display: inline !important;
}
.d-print-inline-block[data-v-3d2b78bd] {
    display: inline-block !important;
}
.d-print-block[data-v-3d2b78bd] {
    display: block !important;
}
.d-print-table[data-v-3d2b78bd] {
    display: table !important;
}
.d-print-table-row[data-v-3d2b78bd] {
    display: table-row !important;
}
.d-print-table-cell[data-v-3d2b78bd] {
    display: table-cell !important;
}
.d-print-flex[data-v-3d2b78bd] {
    display: flex !important;
}
.d-print-inline-flex[data-v-3d2b78bd] {
    display: inline-flex !important;
}
}
.section + .section[data-v-3d2b78bd] {
  margin-top: 24px;
}
a.button[data-v-3d2b78bd] {
  display: inline-flex;
  padding-top: 2px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 1px;
  line-height: 2.4rem;
}
.button[data-v-3d2b78bd] {
  appearance: none;
  display: inline-flex;
  width: 100%;
  min-height: 40px;
  padding-top: 2px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 1px;
  border-radius: 4px;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  border-color: #004993;
  font-size: 1.8rem;
  font-weight: 500;
  color: white;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2.4rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  user-select: text;
  cursor: pointer;
  vertical-align: middle;
}
.button + button[data-v-3d2b78bd] {
  margin-top: 8px;
}
@media (min-width: 576px) {
.button[data-v-3d2b78bd] {
    width: auto;
}
.button + button[data-v-3d2b78bd] {
    margin-top: 0;
}
}
.button.focus[data-v-3d2b78bd], .button[data-v-3d2b78bd]:focus {
  outline: 4px solid #747474;
  outline-offset: 1px;
  color: white;
}
.button.button-primary[data-v-3d2b78bd] {
  color: white;
  background-color: #0059b3;
  border-color: #004993;
}
.button.button-primary[data-v-3d2b78bd]:hover, .button.button-primary.button-hover[data-v-3d2b78bd] {
  background-color: #004993;
  border-color: #003972;
}
.button.button-primary.focus[data-v-3d2b78bd], .button.button-primary[data-v-3d2b78bd]:focus {
  background-color: #0059b3;
  border-color: #004993;
}
.button.button-primary[data-v-3d2b78bd]:active, .button.button-primary.button-active[data-v-3d2b78bd] {
  background-color: #003972;
  border-color: #003972;
}
.button.button-primary[data-v-3d2b78bd]:disabled, .button.button-primary.disabled[data-v-3d2b78bd] {
  opacity: 0.3;
  box-shadow: none !important;
  cursor: not-allowed;
}
.button.button-primary[data-v-3d2b78bd]:disabled:hover, .button.button-primary.disabled[data-v-3d2b78bd]:hover {
  color: white !important;
  background-color: #0059b3 !important;
  border-color: #004993 !important;
  opacity: 0.3 !important;
  box-shadow: none !important;
}
.button.button-secondary[data-v-3d2b78bd] {
  color: #0059b3;
  background-color: white;
  border-color: #0059b3;
}
.button.button-secondary[data-v-3d2b78bd]:hover, .button.button-secondary.button-hover[data-v-3d2b78bd] {
  color: #1a1a1a;
  background-color: white;
  border-color: #1a1a1a;
}
.button.button-secondary.focus[data-v-3d2b78bd], .button.button-secondary[data-v-3d2b78bd]:focus {
  color: #1a1a1a;
  background-color: white;
  border-color: #1a1a1a;
}
.button.button-secondary[data-v-3d2b78bd]:active, .button.button-secondary.button-active[data-v-3d2b78bd] {
  color: #1a1a1a;
  background-color: white;
  border-color: #1a1a1a;
}
.button.button-secondary[data-v-3d2b78bd]:disabled, .button.button-secondary.disabled[data-v-3d2b78bd] {
  opacity: 0.3;
  box-shadow: none !important;
  cursor: not-allowed;
  border-color: #BFBFBF !important;
}
.button.button-secondary[data-v-3d2b78bd]:disabled:hover, .button.button-secondary.disabled[data-v-3d2b78bd]:hover {
  color: #0059b3 !important;
  background-color: white !important;
  border-color: #BFBFBF !important;
  opacity: 0.3 !important;
  box-shadow: none !important;
}
.button.button-tertiary[data-v-3d2b78bd] {
  border-color: #747474;
  background-color: transparent;
  color: #1a1a1a;
  font-weight: 400;
}
.button.button-tertiary[data-v-3d2b78bd]:hover, .button.button-tertiary.button-hover[data-v-3d2b78bd] {
  border-color: #454545;
  background-color: transparent;
  color: #1a1a1a;
}
.button.button-tertiary.focus[data-v-3d2b78bd], .button.button-tertiary[data-v-3d2b78bd]:focus {
  border-color: #747474;
  background-color: transparent;
  color: #1a1a1a;
}
.button.button-tertiary[data-v-3d2b78bd]:active, .button.button-tertiary.button-active[data-v-3d2b78bd] {
  border-color: #1a1a1a;
  background-color: transparent;
  color: #1a1a1a;
}
.button.button-tertiary[data-v-3d2b78bd]:disabled, .button.button-tertiary.disabled[data-v-3d2b78bd] {
  opacity: 0.3;
  box-shadow: none !important;
  cursor: not-allowed;
}
.button.button-tertiary[data-v-3d2b78bd]:disabled:hover, .button.button-tertiary.disabled[data-v-3d2b78bd]: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[data-v-3d2b78bd] {
  color: #454545;
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
  font-weight: 400;
  padding-left: calc(8px - 2px);
}
.button.button-quaternary[data-v-3d2b78bd]:hover, .button.button-quaternary.button-hover[data-v-3d2b78bd] {
  background-color: #DCDCDC;
  box-shadow: none;
  border-bottom-color: transparent;
}
.button.button-quaternary.focus[data-v-3d2b78bd], .button.button-quaternary[data-v-3d2b78bd]:focus {
  color: #454545;
  box-shadow: none;
  border-bottom-color: transparent;
  background-color: transparent;
}
.button.button-quaternary[data-v-3d2b78bd]:active, .button.button-quaternary.button-active[data-v-3d2b78bd] {
  background-color: #BFBFBF;
  box-shadow: none;
  border-bottom-color: transparent;
}
.button.button-quaternary[data-v-3d2b78bd]:disabled, .button.button-quaternary.disabled[data-v-3d2b78bd] {
  opacity: 0.3;
  box-shadow: none !important;
  cursor: not-allowed;
}
.button.button-quaternary[data-v-3d2b78bd]:disabled:hover, .button.button-quaternary.disabled[data-v-3d2b78bd]: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[data-v-3d2b78bd] {
  margin-right: 4px;
  min-width: 2.4rem;
}
.button.button-small[data-v-3d2b78bd] {
  padding: calc(2px) calc(16px - 2px) 0px;
  font-size: 1.4rem;
  min-height: 24px;
}
.button .icon-svg[data-v-3d2b78bd] {
  margin-right: 8px;
  fill: currentColor;
  min-width: 2.4rem;
}
.button-unstyled[data-v-3d2b78bd] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.button-unstyled[data-v-3d2b78bd]:hover, .button-unstyled[data-v-3d2b78bd]:focus {
  background-color: transparent;
  color: inherit;
}
.button-unstyled[data-v-3d2b78bd] {
  width: auto;
}
@media (min-width: 768px) {
.button + .button[data-v-3d2b78bd] {
    margin-left: 8px;
}
.button + .button[data-v-3d2b78bd]:first-child {
    margin-left: 0;
}
}
.button-column[data-v-3d2b78bd] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.button-column .button[data-v-3d2b78bd] {
  margin-top: 8px;
  margin-left: 0;
}
.button-column .button[data-v-3d2b78bd]:first-child {
  margin-top: 0;
}
.tag[data-v-3d2b78bd] {
  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: white;
  background-color: #454545;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2.4rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.tag.tag-icon[data-v-3d2b78bd] {
  padding: 0;
  padding-left: 8px;
}
.tag + .tag[data-v-3d2b78bd] {
  margin-bottom: 8px;
}
.tag[data-v-3d2b78bd]:hover, .tag.tag-hover[data-v-3d2b78bd] {
  background-color: #747474;
}
.tag[data-v-3d2b78bd]:active, .tag.tag-active[data-v-3d2b78bd] {
  background-color: #1a1a1a;
}
.tag.focus[data-v-3d2b78bd], .tag[data-v-3d2b78bd]:focus {
  background-color: #454545;
}
.tag.focus[data-v-3d2b78bd], .tag[data-v-3d2b78bd]:focus {
  outline: 4px solid #747474;
  outline-offset: 1px;
  position: relative;
}
.tag .icon-svg[data-v-3d2b78bd] {
  float: right;
  margin: 0px 0px 0px 5px;
  fill: white;
}
.button-row[data-v-3d2b78bd] {
  display: flex;
  margin: 2rem 0 1rem;
}

/* hide the default checkbox */
input[type=checkbox].form-toggle[data-v-3d2b78bd] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-3d2b78bd] {
  position: relative;
  display: inline-block;
  min-height: 20px; /* required in case the label is empty */
  padding-left: 68px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 8px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-3d2b78bd]:before {
  content: "Fra";
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 0;
  border-radius: 50%;
  background-color: white;
  width: 29px;
  height: 29px;
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 500;
  padding-top: 5px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  z-index: 10;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-3d2b78bd] {
  cursor: not-allowed;
}
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-3d2b78bd]:before,
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-3d2b78bd]:hover:before,
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-3d2b78bd]:active:before,
input[type=checkbox].form-toggle:checked:disabled ~ .form-toggle-label[data-v-3d2b78bd]:before {
  color: #747474;
}
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-3d2b78bd]:after,
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-3d2b78bd]:hover:after,
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-3d2b78bd]:active:after {
  opacity: 0.5;
  background-color: #747474;
}
input[type=checkbox].form-toggle:checked:disabled ~ .form-toggle-label[data-v-3d2b78bd]:after,
input[type=checkbox].form-toggle:checked:disabled ~ .form-toggle-label[data-v-3d2b78bd]:hover:after,
input[type=checkbox].form-toggle:checked:disabled ~ .form-toggle-label[data-v-3d2b78bd]:active:after {
  opacity: 0.5;
  background-color: #0059b3;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-3d2b78bd]:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 3px;
  width: 56px;
  height: 33px;
  border-radius: 20px;
  line-height: 1;
  text-align: center;
  background-color: #999999;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-3d2b78bd]:hover:after {
  background-color: #747474;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-3d2b78bd]:active:after {
  background-color: #454545;
}
input[type=checkbox].form-toggle:checked ~ .form-toggle-label[data-v-3d2b78bd]:after {
  background-color: #0059b3;
}
input[type=checkbox].form-toggle:checked ~ .form-toggle-label[data-v-3d2b78bd]:hover:after {
  background-color: #004993;
}
input[type=checkbox].form-toggle:checked ~ .form-toggle-label[data-v-3d2b78bd]:active:after {
  background-color: #003972;
}
input[type=checkbox].form-toggle:focus ~ .form-toggle-label[data-v-3d2b78bd]:after {
  outline: 4px solid #747474;
  outline-offset: 1px;
}

/* checked state */
input[type=checkbox].form-toggle:checked ~ .form-toggle-label[data-v-3d2b78bd]:before {
  content: "Til";
  left: 26px;
}
.badge[data-v-3d2b78bd] {
  padding: 0;
  padding-left: 8px;
  padding-right: 8px;
  border: none;
  font-weight: 600;
  color: white;
  background: #1a1a1a;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  display: inline-block;
}
.badge.badge-large[data-v-3d2b78bd] {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.badge.badge-small[data-v-3d2b78bd] {
  font-size: 1.4rem;
  line-height: 2rem;
}
.badge.badge-info[data-v-3d2b78bd] {
  color: #1a1a1a;
  background-color: #e2f2fb;
}
.badge.badge-success[data-v-3d2b78bd] {
  color: #1a1a1a;
  background-color: #eeffe2;
}
.badge.badge-warning[data-v-3d2b78bd] {
  color: #1a1a1a;
  background-color: #ffeecc;
}
.badge.badge-error[data-v-3d2b78bd] {
  color: #1a1a1a;
  background-color: #ffe0e0;
}
.embed-container iframe[data-v-3d2b78bd],
.embed-container object[data-v-3d2b78bd],
.embed-container embed[data-v-3d2b78bd] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container[data-v-3d2b78bd] {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
img[data-v-3d2b78bd] {
  max-width: 100%;
}
figure[data-v-3d2b78bd] {
  margin-left: 0;
  margin-right: 0;
}
.icon[data-v-3d2b78bd] {
  height: 2.4rem;
  width: 2.4rem;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 100%;
}
.icon-svg[data-v-3d2b78bd] {
  height: 2.4rem;
  width: 2.4rem;
  vertical-align: middle;
}
.icon-svg--inherit-color[data-v-3d2b78bd] {
  fill: currentColor;
}
.icon-svg[data-v-3d2b78bd]:focus {
  outline: none;
}
.inline-svg[data-v-3d2b78bd] {
  height: 1em;
  width: 1em;
}
.icon-svg-large[data-v-3d2b78bd] {
  height: 2.5rem;
  width: 2.5rem;
  vertical-align: middle;
}
.icon-svg-large--inherit-color[data-v-3d2b78bd] {
  fill: currentColor;
}
.icon-accessibility-new[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20.5%206c-2.61.7-5.67%201-8.5%201s-5.89-.3-8.5-1L3%208c1.86.5%204%20.83%206%201v13h2v-6h2v6h2V9c2-.17%204.14-.5%206-1l-.5-2zM12%206c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202z'/%3e%3c/svg%3e");
}
.icon-account-circle[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zM7.07%2018.28c.43-.9%203.05-1.78%204.93-1.78s4.51.88%204.93%201.78C15.57%2019.36%2013.86%2020%2012%2020s-3.57-.64-4.93-1.72zm11.29-1.45c-1.43-1.74-4.9-2.33-6.36-2.33s-4.93.59-6.36%202.33C4.62%2015.49%204%2013.82%204%2012c0-4.41%203.59-8%208-8s8%203.59%208%208c0%201.82-.62%203.49-1.64%204.83zM12%206c-1.94%200-3.5%201.56-3.5%203.5S10.06%2013%2012%2013s3.5-1.56%203.5-3.5S13.94%206%2012%206zm0%205c-.83%200-1.5-.67-1.5-1.5S11.17%208%2012%208s1.5.67%201.5%201.5S12.83%2011%2012%2011z'/%3e%3c/svg%3e");
}
.icon-add-a-photo[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M21%206h-3.17L16%204h-6v2h5.12l1.83%202H21v12H5v-9H3v9c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V8c0-1.1-.9-2-2-2zM8%2014c0%202.76%202.24%205%205%205s5-2.24%205-5-2.24-5-5-5-5%202.24-5%205zm5-3c1.65%200%203%201.35%203%203s-1.35%203-3%203-3-1.35-3-3%201.35-3%203-3zM5%206h3V4H5V1H3v3H0v2h3v3h2z'/%3e%3c/svg%3e");
}
.icon-add[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
}
.icon-agriculture[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M4,9h5c0-1.1-0.9-2-2-2H4C3.45,7,3,7.45,3,8C3,8.55,3.45,9,4,9z'/%3e%3cpath%20d='M22,14.06V8c0-1.1-0.9-2-2-2h-6.29l-1.06-1.06l1.41-1.41l-0.71-0.71L9.82,6.35l0.71,0.71l1.41-1.41L13,6.71V9%20c0,1.1-0.9,2-2,2H8.96c-0.22-0.16-0.45-0.3-0.69-0.43l-0.4,0.89l-0.46-0.21l0.4-0.9C7.26,10.13,6.64,10,6,10%20c-0.53,0-1.04,0.11-1.52,0.26l0.34,0.91l-0.47,0.18L4,10.42c-1.06,0.46-1.91,1.28-2.43,2.31l0.89,0.4l-0.21,0.46l-0.9-0.4%20C1.13,13.74,1,14.36,1,15c0,0.53,0.11,1.04,0.26,1.52l0.91-0.34l0.18,0.47L1.42,17c0.46,1.06,1.28,1.91,2.31,2.43l0.4-0.89%20l0.46,0.21l-0.4,0.9C4.74,19.87,5.36,20,6,20c0.53,0,1.04-0.11,1.52-0.26l-0.34-0.91l0.47-0.18L8,19.58%20c1.06-0.46,1.91-1.28,2.43-2.31l-0.89-0.4l0.21-0.46l0.9,0.4c0.1-0.26,0.18-0.54,0.24-0.82h5.16C16.03,16.16,16,16.33,16,16.5%20c0,1.93,1.57,3.5,3.5,3.5s3.5-1.57,3.5-3.5C23,15.55,22.62,14.69,22,14.06z%20M6,18c-1.66,0-3-1.34-3-3s1.34-3,3-3s3,1.34,3,3%20S7.66,18,6,18z%20M10.87,14c-0.04-0.18-0.08-0.35-0.13-0.52l-0.91,0.34l-0.18-0.47L10.58,13c0,0,0.42,0,0.42,0c2.21,0,4-1.79,4-4V8%20h5v5.05C19.84,13.03,19.67,13,19.5,13c-0.95,0-1.81,0.38-2.44,1H10.87z%20M19.5,18c-0.83,0-1.5-0.67-1.5-1.5s0.67-1.5,1.5-1.5%20s1.5,0.67,1.5,1.5S20.33,18,19.5,18z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-apps[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%208h4V4H4v4zm6%2012h4v-4h-4v4zm-6%200h4v-4H4v4zm0-6h4v-4H4v4zm6%200h4v-4h-4v4zm6-10v4h4V4h-4zm-6%204h4V4h-4v4zm6%206h4v-4h-4v4zm0%206h4v-4h-4v4z'/%3e%3c/svg%3e");
}
.icon-arrow-back[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'/%3e%3c/svg%3e");
}
.icon-arrow-downward[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%2012l-1.41-1.41L13%2016.17V4h-2v12.17l-5.58-5.59L4%2012l8%208%208-8z'/%3e%3c/svg%3e");
}
.icon-arrow-drop-down[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2010l5%205%205-5H7z'/%3e%3c/svg%3e");
}
.icon-arrow-drop-up[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2014l5-5%205%205H7z'/%3e%3c/svg%3e");
}
.icon-arrow-forward[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8-8-8z'/%3e%3c/svg%3e");
}
.icon-arrow-left[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M24%200v24H0V0h24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M14%207l-5%205%205%205V7z'/%3e%3c/svg%3e");
}
.icon-arrow-right[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%2017l5-5-5-5v10z'/%3e%3c/svg%3e");
}
.icon-arrow-upward[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%2012l1.41%201.41L11%207.83V20h2V7.83l5.58%205.59L20%2012l-8-8-8%208z'/%3e%3c/svg%3e");
}
.icon-assessment[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%203H5c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm0%2016H5V5h14v14zM7%2010h2v7H7zm4-3h2v10h-2zm4%206h2v4h-2z'/%3e%3c/svg%3e");
}
.icon-assignment[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2015h7v2H7zm0-4h10v2H7zm0-4h10v2H7zm12-4h-4.18C14.4%201.84%2013.3%201%2012%201c-1.3%200-2.4.84-2.82%202H5c-.14%200-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64-.1.23-.16.49-.16.77v14c0%20.27.06.54.16.78s.25.45.43.64c.27.27.62.47%201.01.55.13.02.26.03.4.03h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm-7-.25c.41%200%20.75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19%2019H5V5h14v14z'/%3e%3c/svg%3e");
}
.icon-attach-file[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M16.5%206v11.5c0%202.21-1.79%204-4%204s-4-1.79-4-4V5c0-1.38%201.12-2.5%202.5-2.5s2.5%201.12%202.5%202.5v10.5c0%20.55-.45%201-1%201s-1-.45-1-1V6H10v9.5c0%201.38%201.12%202.5%202.5%202.5s2.5-1.12%202.5-2.5V5c0-2.21-1.79-4-4-4S7%202.79%207%205v12.5c0%203.04%202.46%205.5%205.5%205.5s5.5-2.46%205.5-5.5V6h-1.5z'/%3e%3c/svg%3e");
}
.icon-bookmark-border[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M17%203H7c-1.1%200-1.99.9-1.99%202L5%2021l7-3%207%203V5c0-1.1-.9-2-2-2zm0%2015l-5-2.18L7%2018V5h10v13z'/%3e%3c/svg%3e");
}
.icon-bookmarks[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15%207v12.97l-4.21-1.81-.79-.34-.79.34L5%2019.97V7h10m4-6H8.99C7.89%201%207%201.9%207%203h10c1.1%200%202%20.9%202%202v13l2%201V3c0-1.1-.9-2-2-2zm-4%204H5c-1.1%200-2%20.9-2%202v16l7-3%207%203V7c0-1.1-.9-2-2-2z'/%3e%3c/svg%3e");
}
.icon-cached[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%208l-4%204h3c0%203.31-2.69%206-6%206-1.01%200-1.97-.25-2.8-.7l-1.46%201.46C8.97%2019.54%2010.43%2020%2012%2020c4.42%200%208-3.58%208-8h3l-4-4zM6%2012c0-3.31%202.69-6%206-6%201.01%200%201.97.25%202.8.7l1.46-1.46C15.03%204.46%2013.57%204%2012%204c-4.42%200-8%203.58-8%208H1l4%204%204-4H6z'/%3e%3c/svg%3e");
}
.icon-calculator[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M7,2H17A2,2%200%200,1%2019,4V20A2,2%200%200,1%2017,22H7A2,2%200%200,1%205,20V4A2,2%200%200,1%207,2M7,4V8H17V4H7M7,10V12H9V10H7M11,10V12H13V10H11M15,10V12H17V10H15M7,14V16H9V14H7M11,14V16H13V14H11M15,14V16H17V14H15M7,18V20H9V18H7M11,18V20H13V18H11M15,18V20H17V18H15Z'%20/%3e%3c/svg%3e");
}
.icon-card-account-details[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M22,3H2C0.91,3.04%200.04,3.91%200,5V19C0.04,20.09%200.91,20.96%202,21H22C23.09,20.96%2023.96,20.09%2024,19V5C23.96,3.91%2023.09,3.04%2022,3M22,19H2V5H22V19M14,17V15.75C14,14.09%2010.66,13.25%209,13.25C7.34,13.25%204,14.09%204,15.75V17H14M9,7A2.5,2.5%200%200,0%206.5,9.5A2.5,2.5%200%200,0%209,12A2.5,2.5%200%200,0%2011.5,9.5A2.5,2.5%200%200,0%209,7M14,7V8H20V7H14M14,9V10H20V9H14M14,11V12H18V11H14'%20/%3e%3c/svg%3e");
}
.icon-card-text[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M20,20H4A2,2%200%200,1%202,18V6A2,2%200%200,1%204,4H20A2,2%200%200,1%2022,6V18A2,2%200%200,1%2020,20M4,6V18H20V6H4M6,9H18V11H6V9M6,13H16V15H6V13Z'%20/%3e%3c/svg%3e");
}
.icon-chat[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%204h16v12H5.17L4%2017.17V4m0-2c-1.1%200-1.99.9-1.99%202L2%2022l4-4h14c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2H4zm2%2010h8v2H6v-2zm0-3h12v2H6V9zm0-3h12v2H6V6z'/%3e%3c/svg%3e");
}
.icon-check-circle-white[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm4.59-12.42L10%2014.17l-2.59-2.58L6%2013l4%204%208-8z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.icon-check-circle[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm4.59-12.42L10%2014.17l-2.59-2.58L6%2013l4%204%208-8z'/%3e%3c/svg%3e");
}
.icon-chevron-double-left[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M18.41,7.41L17,6L11,12L17,18L18.41,16.59L13.83,12L18.41,7.41M12.41,7.41L11,6L5,12L11,18L12.41,16.59L7.83,12L12.41,7.41Z'%20/%3e%3c/svg%3e");
}
.icon-chevron-double-right[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M5.59,7.41L7,6L13,12L7,18L5.59,16.59L10.17,12L5.59,7.41M11.59,7.41L13,6L19,12L13,18L11.59,16.59L16.17,12L11.59,7.41Z'%20/%3e%3c/svg%3e");
}
.icon-chevron-left[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012l4.58-4.59z'/%3e%3c/svg%3e");
}
.icon-chevron-right[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6-6-6z'/%3e%3c/svg%3e");
}
.icon-close[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012%2019%206.41z'/%3e%3c/svg%3e");
}
.icon-construction[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3crect%20height='8.48'%20transform='matrix(0.7071%20-0.7071%200.7071%200.7071%20-6.8717%2017.6255)'%20width='3'%20x='16.34'%20y='12.87'/%3e%3cpath%20d='M17.5,10c1.93,0,3.5-1.57,3.5-3.5c0-0.58-0.16-1.12-0.41-1.6l-2.7,2.7L16.4,6.11l2.7-2.7C18.62,3.16,18.08,3,17.5,3%20C15.57,3,14,4.57,14,6.5c0,0.41,0.08,0.8,0.21,1.16l-1.85,1.85l-1.78-1.78l0.71-0.71L9.88,5.61L12,3.49%20c-1.17-1.17-3.07-1.17-4.24,0L4.22,7.03l1.41,1.41H2.81L2.1,9.15l3.54,3.54l0.71-0.71V9.15l1.41,1.41l0.71-0.71l1.78,1.78%20l-7.41,7.41l2.12,2.12L16.34,9.79C16.7,9.92,17.09,10,17.5,10z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-contact-support[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%2023.59v-3.6c-5.01-.26-9-4.42-9-9.49C2%205.26%206.26%201%2011.5%201S21%205.26%2021%2010.5c0%204.95-3.44%209.93-8.57%2012.4l-1.43.69zM11.5%203C7.36%203%204%206.36%204%2010.5S7.36%2018%2011.5%2018H13v2.3c3.64-2.3%206-6.08%206-9.8C19%206.36%2015.64%203%2011.5%203zm-1%2011.5h2v2h-2zm2-1.5h-2c0-3.25%203-3%203-5%200-1.1-.9-2-2-2s-2%20.9-2%202h-2c0-2.21%201.79-4%204-4s4%201.79%204%204c0%202.5-3%202.75-3%205z'/%3e%3c/svg%3e");
}
.icon-content-copy[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M16%201H4c-1.1%200-2%20.9-2%202v14h2V3h12V1zm3%204H8c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h11c1.1%200%202-.9%202-2V7c0-1.1-.9-2-2-2zm0%2016H8V7h11v14z'/%3e%3c/svg%3e");
}
.icon-coronavirus[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3cpath%20d='M9.5,12c0,0.55-0.45,1-1,1s-1-0.45-1-1c0-0.55,0.45-1,1-1S9.5,11.45,9.5,12z%20M13.75,10c0.55,0,1-0.45,1-1s-0.45-1-1-1%20s-1,0.45-1,1S13.2,10,13.75,10z%20M10.25,10c0.55,0,1-0.45,1-1s-0.45-1-1-1s-1,0.45-1,1S9.7,10,10.25,10z%20M10.25,14%20c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1s1-0.45,1-1C11.25,14.45,10.8,14,10.25,14z%20M22,11.25v1.5c0,0.41-0.34,0.75-0.75,0.75%20c-0.41,0-0.75-0.34-0.75-0.75h-1.54c-0.15,1.37-0.69,2.63-1.52,3.65l1.09,1.09l0.01-0.01c0.29-0.29,0.77-0.29,1.06,0%20c0.29,0.29,0.29,0.77,0,1.06l-1.06,1.06c-0.29,0.29-0.77,0.29-1.06,0c-0.29-0.29-0.29-0.76-0.01-1.05l-1.09-1.09%20c-1.02,0.82-2.27,1.36-3.64,1.51v1.54h0.01c0.41,0,0.75,0.34,0.75,0.75c0,0.41-0.34,0.75-0.75,0.75h-1.5%20c-0.41,0-0.75-0.34-0.75-0.75c0-0.41,0.33-0.74,0.74-0.75v-1.55c-1.37-0.15-2.62-0.69-3.63-1.51l-1.09,1.09l0.01,0.01%20c0.29,0.29,0.29,0.77,0,1.06c-0.29,0.29-0.77,0.29-1.06,0L4.4,18.54c-0.29-0.29-0.29-0.77,0-1.06c0.29-0.29,0.76-0.29,1.05-0.01%20l1.09-1.09c-0.82-1.02-1.36-2.26-1.5-3.63H3.5c0,0.41-0.34,0.75-0.75,0.75C2.34,13.5,2,13.16,2,12.75v-1.5%20c0-0.41,0.34-0.75,0.75-0.75c0.41,0,0.75,0.34,0.75,0.75h1.54c0.15-1.37,0.69-2.61,1.5-3.63L5.45,6.53C5.16,6.81,4.69,6.81,4.4,6.52%20c-0.29-0.29-0.29-0.77,0-1.06L5.46,4.4c0.29-0.29,0.77-0.29,1.06,0c0.29,0.29,0.29,0.77,0,1.06L6.51,5.47L7.6,6.56%20c1.02-0.82,2.26-1.36,3.63-1.51V3.5c-0.41-0.01-0.74-0.34-0.74-0.75C10.5,2.34,10.84,2,11.25,2h1.5c0.41,0,0.75,0.34,0.75,0.75%20c0,0.41-0.34,0.75-0.75,0.75h-0.01v1.54c1.37,0.14,2.62,0.69,3.64,1.51l1.09-1.09c-0.29-0.29-0.28-0.76,0.01-1.05%20c0.29-0.29,0.77-0.29,1.06,0l1.06,1.06c0.29,0.29,0.29,0.77,0,1.06s-0.77,0.29-1.06,0l-0.01-0.01L17.44,7.6%20c0.82,1.02,1.37,2.27,1.52,3.65h1.54c0-0.41,0.34-0.75,0.75-0.75C21.66,10.5,22,10.84,22,11.25z%20M17,12c0-2.76-2.24-5-5-5%20s-5,2.24-5,5s2.24,5,5,5S17,14.76,17,12z%20M12,11c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1s1-0.45,1-1C13,11.45,12.55,11,12,11z%20M15.5,11c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1s1-0.45,1-1C16.5,11.45,16.05,11,15.5,11z%20M13.75,14c-0.55,0-1,0.45-1,1%20c0,0.55,0.45,1,1,1s1-0.45,1-1C14.75,14.45,14.3,14,13.75,14z'/%3e%3c/svg%3e");
}
.icon-create-new-folder[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%206h-8l-2-2H4c-1.11%200-1.99.89-1.99%202L2%2018c0%201.11.89%202%202%202h16c1.11%200%202-.89%202-2V8c0-1.11-.89-2-2-2zm0%2012H4V6h5.17l2%202H20v10zm-8-4h2v2h2v-2h2v-2h-2v-2h-2v2h-2z'/%3e%3c/svg%3e");
}
.icon-credit-card[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%204H4c-1.11%200-1.99.89-1.99%202L2%2018c0%201.11.89%202%202%202h16c1.11%200%202-.89%202-2V6c0-1.11-.89-2-2-2zm0%2014H4v-6h16v6zm0-10H4V6h16v2z'/%3e%3c/svg%3e");
}
.icon-database[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M12%203C7.58%203%204%204.79%204%207V17C4%2019.21%207.59%2021%2012%2021S20%2019.21%2020%2017V7C20%204.79%2016.42%203%2012%203M18%2017C18%2017.5%2015.87%2019%2012%2019S6%2017.5%206%2017V14.77C7.61%2015.55%209.72%2016%2012%2016S16.39%2015.55%2018%2014.77V17M18%2012.45C16.7%2013.4%2014.42%2014%2012%2014C9.58%2014%207.3%2013.4%206%2012.45V9.64C7.47%2010.47%209.61%2011%2012%2011C14.39%2011%2016.53%2010.47%2018%209.64V12.45M12%209C8.13%209%206%207.5%206%207S8.13%205%2012%205C15.87%205%2018%206.5%2018%207S15.87%209%2012%209Z'%20/%3e%3c/svg%3e");
}
.icon-desktop-windows[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M21%202H3c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h7v2H8v2h8v-2h-2v-2h7c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2zm0%2014H3V4h18v12z'/%3e%3c/svg%3e");
}
.icon-domain[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%207V3H2v18h20V7H12zM6%2019H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4%2012H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm10%2012h-8v-2h2v-2h-2v-2h2v-2h-2V9h8v10zm-2-8h-2v2h2v-2zm0%204h-2v2h2v-2z'/%3e%3c/svg%3e");
}
.icon-done[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9%2016.2L4.8%2012l-1.4%201.4L9%2019%2021%207l-1.4-1.4L9%2016.2z'/%3e%3c/svg%3e");
}
.icon-download-done[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M5%2018h14v2H5v-2zm4.6-2.7L5%2010.7l2-1.9%202.6%202.6L17%204l2%202-9.4%209.3z'/%3e%3c/svg%3e");
}
.icon-drive-eta[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M18.92%205.01C18.72%204.42%2018.16%204%2017.5%204h-11c-.66%200-1.21.42-1.42%201.01L3%2011v8c0%20.55.45%201%201%201h1c.55%200%201-.45%201-1v-1h12v1c0%20.55.45%201%201%201h1c.55%200%201-.45%201-1v-8l-2.08-5.99zM6.85%206h10.29l1.04%203H5.81l1.04-3zM19%2016H5v-4.66l.12-.34h13.77l.11.34V16z'/%3e%3ccircle%20cx='7.5'%20cy='13.5'%20r='1.5'/%3e%3ccircle%20cx='16.5'%20cy='13.5'%20r='1.5'/%3e%3c/svg%3e");
}
.icon-email[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M22%206c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6zm-2%200l-8%205-8-5h16zm0%2012H4V8l8%205%208-5v10z'/%3e%3c/svg%3e");
}
.icon-engineering[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M9,15c-2.67,0-8,1.34-8,4v2h16v-2C17,16.34,11.67,15,9,15z%20M3,19c0.22-0.72,3.31-2,6-2c2.7,0,5.8,1.29,6,2H3z'/%3e%3cpath%20d='M4.74,9H5c0,2.21,1.79,4,4,4s4-1.79,4-4h0.26c0.27,0,0.49-0.22,0.49-0.49V8.49c0-0.27-0.22-0.49-0.49-0.49H13%20c0-1.48-0.81-2.75-2-3.45V5.5C11,5.78,10.78,6,10.5,6S10,5.78,10,5.5V4.14C9.68,4.06,9.35,4,9,4S8.32,4.06,8,4.14V5.5%20C8,5.78,7.78,6,7.5,6S7,5.78,7,5.5V4.55C5.81,5.25,5,6.52,5,8H4.74C4.47,8,4.25,8.22,4.25,8.49v0.03C4.25,8.78,4.47,9,4.74,9z%20M11,9c0,1.1-0.9,2-2,2s-2-0.9-2-2H11z'/%3e%3cpath%20d='M21.98,6.23l0.93-0.83l-0.75-1.3l-1.19,0.39c-0.14-0.11-0.3-0.2-0.47-0.27L20.25,3h-1.5L18.5,4.22%20c-0.17,0.07-0.33,0.16-0.48,0.27L16.84,4.1l-0.75,1.3l0.93,0.83C17,6.4,17,6.58,17.02,6.75L16.09,7.6l0.75,1.3l1.2-0.38%20c0.13,0.1,0.28,0.18,0.43,0.25L18.75,10h1.5l0.27-1.22c0.16-0.07,0.3-0.15,0.44-0.25l1.19,0.38l0.75-1.3l-0.93-0.85%20C22,6.57,21.99,6.4,21.98,6.23z%20M19.5,7.75c-0.69,0-1.25-0.56-1.25-1.25s0.56-1.25,1.25-1.25s1.25,0.56,1.25,1.25%20S20.19,7.75,19.5,7.75z'/%3e%3cpath%20d='M19.4,10.79l-0.85,0.28c-0.1-0.08-0.21-0.14-0.33-0.19L18.04,10h-1.07l-0.18,0.87c-0.12,0.05-0.24,0.12-0.34,0.19%20l-0.84-0.28l-0.54,0.93l0.66,0.59c-0.01,0.13-0.01,0.25,0,0.37l-0.66,0.61l0.54,0.93l0.86-0.27c0.1,0.07,0.2,0.13,0.31,0.18%20L16.96,15h1.07l0.19-0.87c0.11-0.05,0.22-0.11,0.32-0.18l0.85,0.27l0.54-0.93l-0.66-0.61c0.01-0.13,0.01-0.25,0-0.37l0.66-0.59%20L19.4,10.79z%20M17.5,13.39c-0.49,0-0.89-0.4-0.89-0.89c0-0.49,0.4-0.89,0.89-0.89s0.89,0.4,0.89,0.89%20C18.39,12.99,17.99,13.39,17.5,13.39z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-expand-less[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%208l-6%206%201.41%201.41L12%2010.83l4.59%204.58L18%2014l-6-6z'/%3e%3c/svg%3e");
}
.icon-expand-more-white[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.icon-expand-more[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'/%3e%3c/svg%3e");
}
.icon-face[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10.25%2013c0%20.69-.56%201.25-1.25%201.25S7.75%2013.69%207.75%2013s.56-1.25%201.25-1.25%201.25.56%201.25%201.25zM15%2011.75c-.69%200-1.25.56-1.25%201.25s.56%201.25%201.25%201.25%201.25-.56%201.25-1.25-.56-1.25-1.25-1.25zm7%20.25c0%205.52-4.48%2010-10%2010S2%2017.52%202%2012%206.48%202%2012%202s10%204.48%2010%2010zM10.66%204.12C12.06%206.44%2014.6%208%2017.5%208c.46%200%20.91-.05%201.34-.12C17.44%205.56%2014.9%204%2012%204c-.46%200-.91.05-1.34.12zM4.42%209.47c1.71-.97%203.03-2.55%203.66-4.44C6.37%206%205.05%207.58%204.42%209.47zM20%2012c0-.78-.12-1.53-.33-2.24-.7.15-1.42.24-2.17.24-3.13%200-5.92-1.44-7.76-3.69C8.69%208.87%206.6%2010.88%204%2011.86c.01.04%200%20.09%200%20.14%200%204.41%203.59%208%208%208s8-3.59%208-8z'/%3e%3c/svg%3e");
}
.icon-feedback[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%202H4c-1.1%200-1.99.9-1.99%202L2%2022l4-4h14c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2zm0%2014H5.17l-.59.59-.58.58V4h16v12zm-9-4h2v2h-2zm0-6h2v4h-2z'/%3e%3c/svg%3e");
}
.icon-file-download[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M18,15v3H6v-3H4v3c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2v-3H18z%20M17,11l-1.41-1.41L13,12.17V4h-2v8.17L8.41,9.59L7,11l5,5%20L17,11z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-file-excel[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M14%202H6C4.89%202%204%202.9%204%204V20C4%2021.11%204.89%2022%206%2022H18C19.11%2022%2020%2021.11%2020%2020V8L14%202M18%2020H6V4H13V9H18V20M12.9%2014.5L15.8%2019H14L12%2015.6L10%2019H8.2L11.1%2014.5L8.2%2010H10L12%2013.4L14%2010H15.8L12.9%2014.5Z'%20/%3e%3c/svg%3e");
}
.icon-file-image[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M14,2L20,8V20A2,2%200%200,1%2018,22H6A2,2%200%200,1%204,20V4A2,2%200%200,1%206,2H14M18,20V9H13V4H6V20H18M17,13V19H7L12,14L14,16M10,10.5A1.5,1.5%200%200,1%208.5,12A1.5,1.5%200%200,1%207,10.5A1.5,1.5%200%200,1%208.5,9A1.5,1.5%200%200,1%2010,10.5Z'%20/%3e%3c/svg%3e");
}
.icon-file-pdf[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M14,2L20,8V20A2,2%200%200,1%2018,22H6A2,2%200%200,1%204,20V4A2,2%200%200,1%206,2H14M18,20V9H13V4H6V20H18M10.92,12.31C10.68,11.54%2010.15,9.08%2011.55,9.04C12.95,9%2012.03,12.16%2012.03,12.16C12.42,13.65%2014.05,14.72%2014.05,14.72C14.55,14.57%2017.4,14.24%2017,15.72C16.57,17.2%2013.5,15.81%2013.5,15.81C11.55,15.95%2010.09,16.47%2010.09,16.47C8.96,18.58%207.64,19.5%207.1,18.61C6.43,17.5%209.23,16.07%209.23,16.07C10.68,13.72%2010.9,12.35%2010.92,12.31M11.57,13.15C11.17,14.45%2010.37,15.84%2010.37,15.84C11.22,15.5%2013.08,15.11%2013.08,15.11C11.94,14.11%2011.59,13.16%2011.57,13.15M14.71,15.32C14.71,15.32%2016.46,15.97%2016.5,15.71C16.57,15.44%2015.17,15.2%2014.71,15.32M9.05,16.81C8.28,17.11%207.54,18.39%207.72,18.39C7.9,18.4%208.63,17.79%209.05,16.81M11.57,11.26C11.57,11.21%2012,9.58%2011.57,9.53C11.27,9.5%2011.56,11.22%2011.57,11.26Z'%20/%3e%3c/svg%3e");
}
.icon-file-upload[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M18,15v3H6v-3H4v3c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2v-3H18z%20M7,9l1.41,1.41L11,7.83V16h2V7.83l2.59,2.58L17,9l-5-5L7,9z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-file-word[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M14%202H6C4.89%202%204%202.9%204%204V20C4%2021.11%204.89%2022%206%2022H18C19.11%2022%2020%2021.11%2020%2020V8L14%202M18%2020H6V4H13V9H18V20M17.35%2010L15.25%2019H13.85L12.05%2012.21L10.25%2019H8.85L6.65%2010H8.15L9.55%2016.81L11.35%2010H12.65L14.45%2016.81L15.85%2010H17.35Z'%20/%3e%3c/svg%3e");
}
.icon-first-page[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%200v24H0V0h24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M18.41%2016.59L13.82%2012l4.59-4.59L17%206l-6%206%206%206%201.41-1.41zM6%206h2v12H6V6z'/%3e%3c/svg%3e");
}
.icon-flag[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M14.4%206L14%204H5v17h2v-7h5.6l.4%202h7V6z'/%3e%3c/svg%3e");
}
.icon-folder-open[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%206h-8l-2-2H4c-1.1%200-1.99.9-1.99%202L2%2018c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V8c0-1.1-.9-2-2-2zm0%2012H4V8h16v10z'/%3e%3c/svg%3e");
}
.icon-folder[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9.17%206l2%202H20v10H4V6h5.17M10%204H4c-1.1%200-1.99.9-1.99%202L2%2018c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V8c0-1.1-.9-2-2-2h-8l-2-2z'/%3e%3c/svg%3e");
}
.icon-format-align-center[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2015v2h10v-2H7zm-4%206h18v-2H3v2zm0-8h18v-2H3v2zm4-6v2h10V7H7zM3%203v2h18V3H3z'/%3e%3c/svg%3e");
}
.icon-format-align-justify[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2021h18v-2H3v2zm0-4h18v-2H3v2zm0-4h18v-2H3v2zm0-4h18V7H3v2zm0-6v2h18V3H3z'/%3e%3c/svg%3e");
}
.icon-format-align-left[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15%2015H3v2h12v-2zm0-8H3v2h12V7zM3%2013h18v-2H3v2zm0%208h18v-2H3v2zM3%203v2h18V3H3z'/%3e%3c/svg%3e");
}
.icon-format-align-right[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2021h18v-2H3v2zm6-4h12v-2H9v2zm-6-4h18v-2H3v2zm6-4h12V7H9v2zM3%203v2h18V3H3z'/%3e%3c/svg%3e");
}
.icon-format-bold[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.6%2010.79c.97-.67%201.65-1.77%201.65-2.79%200-2.26-1.75-4-4-4H7v14h7.04c2.09%200%203.71-1.7%203.71-3.79%200-1.52-.86-2.82-2.15-3.42zM10%206.5h3c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5h-3v-3zm3.5%209H10v-3h3.5c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5z'/%3e%3c/svg%3e");
}
.icon-format-clear[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%208V5H6.39l3%203h1.83l-.55%201.28%202.09%202.1L14.21%208zM3.41%204.86L2%206.27l6.97%206.97L6.5%2019h3l1.57-3.66L16.73%2021l1.41-1.41z'/%3e%3c/svg%3e");
}
.icon-format-color-fill[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M16.56,8.94L7.62,0L6.21,1.41l2.38,2.38L3.44,8.94c-0.59,0.59-0.59,1.54,0,2.12l5.5,5.5C9.23,16.85,9.62,17,10,17%20s0.77-0.15,1.06-0.44l5.5-5.5C17.15,10.48,17.15,9.53,16.56,8.94z%20M5.21,10L10,5.21L14.79,10H5.21z%20M19,11.5c0,0-2,2.17-2,3.5%20c0,1.1,0.9,2,2,2s2-0.9,2-2C21,13.67,19,11.5,19,11.5z%20M2,20h20v4H2V20z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-format-color-text[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M2,20h20v4H2V20z%20M5.49,17h2.42l1.27-3.58h5.65L16.09,17h2.42L13.25,3h-2.5L5.49,17z%20M9.91,11.39l2.03-5.79h0.12l2.03,5.79%20H9.91z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-format-indent-decrease[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%2017h10v-2H11v2zm-8-5l4%204V8l-4%204zm0%209h18v-2H3v2zM3%203v2h18V3H3zm8%206h10V7H11v2zm0%204h10v-2H11v2z'/%3e%3c/svg%3e");
}
.icon-format-indent-increase[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2021h18v-2H3v2zM3%208v8l4-4-4-4zm8%209h10v-2H11v2zM3%203v2h18V3H3zm8%206h10V7H11v2zm0%204h10v-2H11v2z'/%3e%3c/svg%3e");
}
.icon-format-italic[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%204v3h2.21l-3.42%208H6v3h8v-3h-2.21l3.42-8H18V4h-8z'/%3e%3c/svg%3e");
}
.icon-format-list-bulleted[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%2010.5c-.83%200-1.5.67-1.5%201.5s.67%201.5%201.5%201.5%201.5-.67%201.5-1.5-.67-1.5-1.5-1.5zm0-6c-.83%200-1.5.67-1.5%201.5S3.17%207.5%204%207.5%205.5%206.83%205.5%206%204.83%204.5%204%204.5zm0%2012c-.83%200-1.5.68-1.5%201.5s.68%201.5%201.5%201.5%201.5-.68%201.5-1.5-.67-1.5-1.5-1.5zM7%2019h14v-2H7v2zm0-6h14v-2H7v2zm0-8v2h14V5H7z'/%3e%3c/svg%3e");
}
.icon-format-list-checks[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M3,5H9V11H3V5M5,7V9H7V7H5M11,7H21V9H11V7M11,15H21V17H11V15M5,20L1.5,16.5L2.91,15.09L5,17.17L9.59,12.59L11,14L5,20Z'%20/%3e%3c/svg%3e");
}
.icon-format-list-numbered[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z'/%3e%3c/svg%3e");
}
.icon-format-size[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9%204v3h5v12h3V7h5V4H9zm-6%208h3v7h3v-7h3V9H3v3z'/%3e%3c/svg%3e");
}
.icon-format-underlined[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%2017c3.31%200%206-2.69%206-6V3h-2.5v8c0%201.93-1.57%203.5-3.5%203.5S8.5%2012.93%208.5%2011V3H6v8c0%203.31%202.69%206%206%206zm-7%202v2h14v-2H5z'/%3e%3c/svg%3e");
}
.icon-forum[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15%204v7H5.17L4%2012.17V4h11m1-2H3c-.55%200-1%20.45-1%201v14l4-4h10c.55%200%201-.45%201-1V3c0-.55-.45-1-1-1zm5%204h-2v9H6v2c0%20.55.45%201%201%201h11l4%204V7c0-.55-.45-1-1-1z'/%3e%3c/svg%3e");
}
.icon-forward[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M12%208V4l8%208-8%208v-4H4V8z'/%3e%3c/svg%3e");
}
.icon-fullscreen-exit[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M5%2016h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6%2011h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z'/%3e%3c/svg%3e");
}
.icon-fullscreen[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2014H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12%207h-3v2h5v-5h-2v3zM14%205v2h3v3h2V5h-5z'/%3e%3c/svg%3e");
}
.icon-grade-outline[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%207.13l.97%202.29.47%201.11%201.2.1%202.47.21-1.88%201.63-.91.79.27%201.18.56%202.41-2.12-1.28-1.03-.64-1.03.62-2.12%201.28.56-2.41.27-1.18-.91-.79-1.88-1.63%202.47-.21%201.2-.1.47-1.11.97-2.27M12%202L9.19%208.63%202%209.24l5.46%204.73L5.82%2021%2012%2017.27%2018.18%2021l-1.64-7.03L22%209.24l-7.19-.61L12%202z'/%3e%3c/svg%3e");
}
.icon-grade[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M12%2017.27L18.18%2021l-1.64-7.03L22%209.24l-7.19-.61L12%202%209.19%208.63%202%209.24l5.46%204.73L5.82%2021z'/%3e%3c/svg%3e");
}
.icon-groups[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3cg%3e%3cpath%20d='M4,13c1.1,0,2-0.9,2-2c0-1.1-0.9-2-2-2s-2,0.9-2,2C2,12.1,2.9,13,4,13z%20M5.13,14.1C4.76,14.04,4.39,14,4,14%20c-0.99,0-1.93,0.21-2.78,0.58C0.48,14.9,0,15.62,0,16.43V18l4.5,0v-1.61C4.5,15.56,4.73,14.78,5.13,14.1z%20M20,13c1.1,0,2-0.9,2-2%20c0-1.1-0.9-2-2-2s-2,0.9-2,2C18,12.1,18.9,13,20,13z%20M24,16.43c0-0.81-0.48-1.53-1.22-1.85C21.93,14.21,20.99,14,20,14%20c-0.39,0-0.76,0.04-1.13,0.1c0.4,0.68,0.63,1.46,0.63,2.29V18l4.5,0V16.43z%20M16.24,13.65c-1.17-0.52-2.61-0.9-4.24-0.9%20c-1.63,0-3.07,0.39-4.24,0.9C6.68,14.13,6,15.21,6,16.39V18h12v-1.61C18,15.21,17.32,14.13,16.24,13.65z%20M8.07,16%20c0.09-0.23,0.13-0.39,0.91-0.69c0.97-0.38,1.99-0.56,3.02-0.56s2.05,0.18,3.02,0.56c0.77,0.3,0.81,0.46,0.91,0.69H8.07z%20M12,8%20c0.55,0,1,0.45,1,1s-0.45,1-1,1s-1-0.45-1-1S11.45,8,12,8%20M12,6c-1.66,0-3,1.34-3,3c0,1.66,1.34,3,3,3s3-1.34,3-3%20C15,7.34,13.66,6,12,6L12,6z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-headphones[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M12,3c-4.97,0-9,4.03-9,9v7c0,1.1,0.9,2,2,2h4v-8H5v-1c0-3.87,3.13-7,7-7s7,3.13,7,7v1h-4v8h4c1.1,0,2-0.9,2-2v-7%20C21,7.03,16.97,3,12,3z%20M7,15v4H5v-4H7z%20M19,19h-2v-4h2V19z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-help[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M11%2018h2v-2h-2v2zm1-16C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm0-14c-2.21%200-4%201.79-4%204h2c0-1.1.9-2%202-2s2%20.9%202%202c0%202-3%201.75-3%205h2c0-2.25%203-2.5%203-5%200-2.21-1.79-4-4-4z'/%3e%3c/svg%3e");
}
.icon-highlight-off-white[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.59%208L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208zM12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.icon-highlight-off[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.59%208L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208zM12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");
}
.icon-home[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%205.69l5%204.5V18h-2v-6H9v6H7v-7.81l5-4.5M12%203L2%2012h3v8h6v-6h2v6h6v-8h3L12%203z'/%3e%3c/svg%3e");
}
.icon-hourglass-empty[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M6%202v6h.01L6%208.01%2010%2012l-4%204%20.01.01H6V22h12v-5.99h-.01L18%2016l-4-4%204-3.99-.01-.01H18V2H6zm10%2014.5V20H8v-3.5l4-4%204%204zm-4-5l-4-4V4h8v3.5l-4%204z'/%3e%3c/svg%3e");
}
.icon-how-to-reg[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%2012c2.21%200%204-1.79%204-4s-1.79-4-4-4-4%201.79-4%204%201.79%204%204%204zm0-6c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2zM5%2018c.2-.63%202.57-1.68%204.96-1.94l2.04-2c-.39-.04-.68-.06-1-.06-2.67%200-8%201.34-8%204v2h9l-2-2H5zm15.6-5.5l-5.13%205.17-2.07-2.08L12%2017l3.47%203.5L22%2013.91z'/%3e%3c/svg%3e");
}
.icon-info-white[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.1.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20enable-background='new%200%200%2024%2024'%20xml:space='preserve'%3e%3cg%20id='Bounding_Boxes'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_3'%20display='none'%3e%3c/g%3e%3cpath%20fill='none'%20d='M0,0h24v24H0V0z'/%3e%3c/g%3e%3cg%20id='Rounded'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_5'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,17L12,17c-0.55,0-1-0.45-1-1v-4%20c0-0.55,0.45-1,1-1h0c0.55,0,1,0.45,1,1v4C13,16.55,12.55,17,12,17z%20M13,9h-2V7h2V9z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Sharp'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_4'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M13,17h-2v-6h2V17z%20M13,9h-2V7h2V9z'%20/%3e%3c/g%3e%3c/g%3e%3cg%20id='Outline'%20fill='%23ffffff'%3e%3cg%20id='ui_x5F_spec_x5F_header'%20display='none'%3e%3c/g%3e%3cg%3e%3crect%20x='11'%20y='7'%20width='2'%20height='2'/%3e%3crect%20x='11'%20y='11'%20width='2'%20height='6'/%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20c0-4.41,3.59-8,8-8s8,3.59,8,8C20,16.41,16.41,20,12,20z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Duotone'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_2'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20opacity='0.3'%20d='M12,4c-4.41,0-8,3.59-8,8c0,4.41,3.59,8,8,8s8-3.59,8-8C20,7.59,16.41,4,12,4z%20M13,17h-2v-6h2V17z%20M13,9h-2%20V7h2V9z'/%3e%3crect%20x='11'%20y='7'%20width='2'%20height='2'/%3e%3crect%20x='11'%20y='11'%20width='2'%20height='6'/%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20c0-4.41,3.59-8,8-8s8,3.59,8,8C20,16.41,16.41,20,12,20z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Material'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M13,17h-2v-6h2V17z%20M13,9h-2V7h2V9z'%20/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-info[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%207h2v2h-2zm0%204h2v6h-2zm1-9C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");
}
.icon-insert-drive-file[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14%202H6c-1.1%200-1.99.9-1.99%202L4%2020c0%201.1.89%202%201.99%202H18c1.1%200%202-.9%202-2V8l-6-6zM6%2020V4h7v5h5v11H6z'/%3e%3c/svg%3e");
}
.icon-insert-invitation[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%203h-1V1h-2v2H8V1H6v2H5c-1.11%200-1.99.9-1.99%202L3%2019c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm0%2016H5V9h14v10zm0-12H5V5h14v2zm-2%205h-5v5h5v-5z'/%3e%3c/svg%3e");
}
.icon-language[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11.99%202C6.47%202%202%206.48%202%2012s4.47%2010%209.99%2010C17.52%2022%2022%2017.52%2022%2012S17.52%202%2011.99%202zm6.93%206h-2.95c-.32-1.25-.78-2.45-1.38-3.56%201.84.63%203.37%201.91%204.33%203.56zM12%204.04c.83%201.2%201.48%202.53%201.91%203.96h-3.82c.43-1.43%201.08-2.76%201.91-3.96zM4.26%2014C4.1%2013.36%204%2012.69%204%2012s.1-1.36.26-2h3.38c-.08.66-.14%201.32-.14%202s.06%201.34.14%202H4.26zm.82%202h2.95c.32%201.25.78%202.45%201.38%203.56-1.84-.63-3.37-1.9-4.33-3.56zm2.95-8H5.08c.96-1.66%202.49-2.93%204.33-3.56C8.81%205.55%208.35%206.75%208.03%208zM12%2019.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43%201.43-1.08%202.76-1.91%203.96zM14.34%2014H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16%201.32.16%202s-.07%201.34-.16%202zm.25%205.56c.6-1.11%201.06-2.31%201.38-3.56h2.95c-.96%201.65-2.49%202.93-4.33%203.56zM16.36%2014c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26%201.31.26%202s-.1%201.36-.26%202h-3.38z'/%3e%3c/svg%3e");
}
.icon-laptop[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'%20x='0'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M20,18c1.1,0,2-0.9,2-2V6c0-1.1-0.9-2-2-2H4C2.9,4,2,4.9,2,6v10c0,1.1,0.9,2,2,2H0v2h24v-2H20z%20M4,6h16v10H4V6z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-last-page[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M5.59%207.41L10.18%2012l-4.59%204.59L7%2018l6-6-6-6-1.41%201.41zM16%206h2v12h-2V6z'/%3e%3c/svg%3e");
}
.icon-link[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M17%207h-4v2h4c1.65%200%203%201.35%203%203s-1.35%203-3%203h-4v2h4c2.76%200%205-2.24%205-5s-2.24-5-5-5zm-6%208H7c-1.65%200-3-1.35-3-3s1.35-3%203-3h4V7H7c-2.76%200-5%202.24-5%205s2.24%205%205%205h4v-2zm-3-4h8v2H8z'/%3e%3c/svg%3e");
}
.icon-list-alt[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%207h6v2h-6zm0%204h6v2h-6zm0%204h6v2h-6zM7%207h2v2H7zm0%204h2v2H7zm0%204h2v2H7zM20.1%203H3.9c-.5%200-.9.4-.9.9v16.2c0%20.4.4.9.9.9h16.2c.4%200%20.9-.5.9-.9V3.9c0-.5-.5-.9-.9-.9zM19%2019H5V5h14v14z'/%3e%3c/svg%3e");
}
.icon-local-shipping[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%208h-3V4H3c-1.1%200-2%20.9-2%202v11h2c0%201.66%201.34%203%203%203s3-1.34%203-3h6c0%201.66%201.34%203%203%203s3-1.34%203-3h2v-5l-3-4zm-.5%201.5l1.96%202.5H17V9.5h2.5zM6%2018c-.55%200-1-.45-1-1s.45-1%201-1%201%20.45%201%201-.45%201-1%201zm2.22-3c-.55-.61-1.33-1-2.22-1s-1.67.39-2.22%201H3V6h12v9H8.22zM18%2018c-.55%200-1-.45-1-1s.45-1%201-1%201%20.45%201%201-.45%201-1%201z'/%3e%3c/svg%3e");
}
.icon-location-on[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C8.13%202%205%205.13%205%209c0%205.25%207%2013%207%2013s7-7.75%207-13c0-3.87-3.13-7-7-7zM7%209c0-2.76%202.24-5%205-5s5%202.24%205%205c0%202.88-2.88%207.19-5%209.88C9.92%2016.21%207%2011.85%207%209z'/%3e%3ccircle%20cx='12'%20cy='9'%20r='2.5'/%3e%3c/svg%3e");
}
.icon-lock-open[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M18%208h-1V6c0-2.76-2.24-5-5-5S7%203.24%207%206h2c0-1.66%201.34-3%203-3s3%201.34%203%203v2H6c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2V10c0-1.1-.9-2-2-2zm0%2012H6V10h12v10zm-6-3c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202z'/%3e%3c/svg%3e");
}
.icon-lock[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%20fill='none'%3e%3cpath%20d='M0%200h24v24H0V0z'/%3e%3cpath%20d='M0%200h24v24H0V0z'%20opacity='.87'/%3e%3c/g%3e%3cpath%20d='M18%208h-1V6c0-2.76-2.24-5-5-5S7%203.24%207%206v2H6c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2V10c0-1.1-.9-2-2-2zM9%206c0-1.66%201.34-3%203-3s3%201.34%203%203v2H9V6zm9%2014H6V10h12v10zm-6-3c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202z'/%3e%3c/svg%3e");
}
.icon-map[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M20.5,3L20.34,3.03L15,5.1L9,3L3.36,4.9C3.15,4.97%203,5.15%203,5.38V20.5A0.5,0.5%200%200,0%203.5,21L3.66,20.97L9,18.9L15,21L20.64,19.1C20.85,19.03%2021,18.85%2021,18.62V3.5A0.5,0.5%200%200,0%2020.5,3M10,5.47L14,6.87V18.53L10,17.13V5.47M5,6.46L8,5.45V17.15L5,18.31V6.46M19,17.54L16,18.55V6.86L19,5.7V17.54Z'%20/%3e%3c/svg%3e");
}
.icon-menu[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2018h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'/%3e%3c/svg%3e");
}
.icon-mode[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.06%209.02l.92.92L5.92%2019H5v-.92l9.06-9.06M17.66%203c-.25%200-.51.1-.7.29l-1.83%201.83%203.75%203.75%201.83-1.83c.39-.39.39-1.02%200-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29zm-3.6%203.19L3%2017.25V21h3.75L17.81%209.94l-3.75-3.75z'/%3e%3c/svg%3e");
}
.icon-more-horiz[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M6%2010c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2zm12%200c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2zm-6%200c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2z'/%3e%3c/svg%3e");
}
.icon-more-vert[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%208c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202zm0%202c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2zm0%206c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2z'/%3e%3c/svg%3e");
}
.icon-mouse[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%209c-.04-4.39-3.6-7.93-8-7.93S4.04%204.61%204%209v6c0%204.42%203.58%208%208%208s8-3.58%208-8V9zm-2%200h-5V3.16c2.81.47%204.96%202.9%205%205.84zm-7-5.84V9H6c.04-2.94%202.19-5.37%205-5.84zM18%2015c0%203.31-2.69%206-6%206s-6-2.69-6-6v-4h12v4z'/%3e%3c/svg%3e");
}
.icon-note-add[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M13%2011h-2v3H8v2h3v3h2v-3h3v-2h-3zm1-9H6c-1.1%200-2%20.9-2%202v16c0%201.1.89%202%201.99%202H18c1.1%200%202-.9%202-2V8l-6-6zm4%2018H6V4h7v5h5v11z'/%3e%3c/svg%3e");
}
.icon-notifications[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%2022c1.1%200%202-.9%202-2h-4c0%201.1.9%202%202%202zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5v.68C7.64%205.36%206%207.92%206%2011v5l-2%202v1h16v-1l-2-2zm-2%201H8v-6c0-2.48%201.51-4.5%204-4.5s4%202.02%204%204.5v6z'/%3e%3c/svg%3e");
}
.icon-open-in-new[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2019H5V5h7V3H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2v-7h-2v7zM14%203v2h3.59l-9.83%209.83%201.41%201.41L19%206.41V10h2V3h-7z'/%3e%3c/svg%3e");
}
.icon-open-with[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%209h4V6h3l-5-5-5%205h3v3zm-1%201H6V7l-5%205%205%205v-3h3v-4zm14%202l-5-5v3h-3v4h3v3l5-5zm-9%203h-4v3H7l5%205%205-5h-3v-3z'/%3e%3c/svg%3e");
}
.icon-outlined-flag[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M14%206l-1-2H5v17h2v-7h5l1%202h7V6h-6zm4%208h-4l-1-2H7V6h5l1%202h5v6z'/%3e%3c/svg%3e");
}
.icon-palette[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%2022C6.49%2022%202%2017.51%202%2012S6.49%202%2012%202s10%204.04%2010%209c0%203.31-2.69%206-6%206h-1.77c-.28%200-.5.22-.5.5%200%20.12.05.23.13.33.41.47.64%201.06.64%201.67%200%201.38-1.12%202.5-2.5%202.5zm0-18c-4.41%200-8%203.59-8%208s3.59%208%208%208c.28%200%20.5-.22.5-.5%200-.16-.08-.28-.14-.35-.41-.46-.63-1.05-.63-1.65%200-1.38%201.12-2.5%202.5-2.5H16c2.21%200%204-1.79%204-4%200-3.86-3.59-7-8-7z'/%3e%3ccircle%20cx='6.5'%20cy='11.5'%20r='1.5'/%3e%3ccircle%20cx='9.5'%20cy='7.5'%20r='1.5'/%3e%3ccircle%20cx='14.5'%20cy='7.5'%20r='1.5'/%3e%3ccircle%20cx='17.5'%20cy='11.5'%20r='1.5'/%3e%3c/svg%3e");
}
.icon-payments[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3cpath%20d='M19,14V6c0-1.1-0.9-2-2-2H3C1.9,4,1,4.9,1,6v8c0,1.1,0.9,2,2,2h14C18.1,16,19,15.1,19,14z%20M17,14H3V6h14V14z%20M10,7%20c-1.66,0-3,1.34-3,3s1.34,3,3,3s3-1.34,3-3S11.66,7,10,7z%20M23,7v11c0,1.1-0.9,2-2,2H4c0-1,0-0.9,0-2h17V7C22.1,7,22,7,23,7z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-people-alt[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg/%3e%3cg%3e%3cpath%20d='M16.67,13.13C18.04,14.06,19,15.32,19,17v3h4v-3C23,14.82,19.43,13.53,16.67,13.13z'/%3e%3cpath%20d='M15,12c2.21,0,4-1.79,4-4c0-2.21-1.79-4-4-4c-0.47,0-0.91,0.1-1.33,0.24C14.5,5.27,15,6.58,15,8s-0.5,2.73-1.33,3.76%20C14.09,11.9,14.53,12,15,12z'/%3e%3cpath%20d='M9,12c2.21,0,4-1.79,4-4c0-2.21-1.79-4-4-4S5,5.79,5,8C5,10.21,6.79,12,9,12z%20M9,6c1.1,0,2,0.9,2,2c0,1.1-0.9,2-2,2%20S7,9.1,7,8C7,6.9,7.9,6,9,6z'/%3e%3cpath%20d='M9,13c-2.67,0-8,1.34-8,4v3h16v-3C17,14.34,11.67,13,9,13z%20M15,18H3l0-0.99C3.2,16.29,6.3,15,9,15s5.8,1.29,6,2V18z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-person-add-alt-1[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M13,8c0-2.21-1.79-4-4-4S5,5.79,5,8s1.79,4,4,4S13,10.21,13,8z%20M11,8c0,1.1-0.9,2-2,2S7,9.1,7,8s0.9-2,2-2S11,6.9,11,8z%20M1,18v2h16v-2c0-2.66-5.33-4-8-4S1,15.34,1,18z%20M3,18c0.2-0.71,3.3-2,6-2c2.69,0,5.78,1.28,6,2H3z%20M20,15v-3h3v-2h-3V7h-2v3h-3v2%20h3v3H20z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-person-remove[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M14,8c0-2.21-1.79-4-4-4C7.79,4,6,5.79,6,8c0,2.21,1.79,4,4,4C12.21,12,14,10.21,14,8z%20M12,8c0,1.1-0.9,2-2,2%20c-1.1,0-2-0.9-2-2s0.9-2,2-2C11.1,6,12,6.9,12,8z'/%3e%3cpath%20d='M2,18v2h16v-2c0-2.66-5.33-4-8-4C7.33,14,2,15.34,2,18z%20M4,18c0.2-0.71,3.3-2,6-2c2.69,0,5.77,1.28,6,2H4z'/%3e%3crect%20height='2'%20width='6'%20x='17'%20y='10'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-person[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%206c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2m0%2010c2.7%200%205.8%201.29%206%202H6c.23-.72%203.31-2%206-2m0-12C9.79%204%208%205.79%208%208s1.79%204%204%204%204-1.79%204-4-1.79-4-4-4zm0%2010c-2.67%200-8%201.34-8%204v2h16v-2c0-2.66-5.33-4-8-4z'/%3e%3c/svg%3e");
}
.icon-phone-iphone[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.5%201h-8C6.12%201%205%202.12%205%203.5v17C5%2021.88%206.12%2023%207.5%2023h8c1.38%200%202.5-1.12%202.5-2.5v-17C18%202.12%2016.88%201%2015.5%201zm-4%2021c-.83%200-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5%201.5.67%201.5%201.5-.67%201.5-1.5%201.5zm4.5-4H7V4h9v14z'/%3e%3c/svg%3e");
}
.icon-photo-camera[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.12%204l1.83%202H20v12H4V6h4.05l1.83-2h4.24M15%202H9L7.17%204H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6c0-1.1-.9-2-2-2h-3.17L15%202zm-3%207c1.65%200%203%201.35%203%203s-1.35%203-3%203-3-1.35-3-3%201.35-3%203-3m0-2c-2.76%200-5%202.24-5%205s2.24%205%205%205%205-2.24%205-5-2.24-5-5-5z'/%3e%3c/svg%3e");
}
.icon-playlist-add-check[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3crect%20height='2'%20width='11'%20x='3'%20y='10'/%3e%3crect%20height='2'%20width='11'%20x='3'%20y='6'/%3e%3crect%20height='2'%20width='7'%20x='3'%20y='14'/%3e%3cpolygon%20points='20.59,11.93%2016.34,16.17%2014.22,14.05%2012.81,15.46%2016.34,19%2022,13.34'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-playlist-add[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M14,10H3v2h11V10z%20M14,6H3v2h11V6z%20M18,14v-4h-2v4h-4v2h4v4h2v-4h4v-2H18z%20M3,16h7v-2H3V16z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-print[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%208h-1V3H6v5H5c-1.66%200-3%201.34-3%203v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zM8%205h8v3H8V5zm8%2012v2H8v-4h8v2zm2-2v-2H6v2H4v-4c0-.55.45-1%201-1h14c.55%200%201%20.45%201%201v4h-2z'/%3e%3ccircle%20cx='18'%20cy='11.5'%20r='1'/%3e%3c/svg%3e");
}
.icon-query-builder[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11.99%202C6.47%202%202%206.48%202%2012s4.47%2010%209.99%2010C17.52%2022%2022%2017.52%2022%2012S17.52%202%2011.99%202zM12%2020c-4.42%200-8-3.58-8-8s3.58-8%208-8%208%203.58%208%208-3.58%208-8%208zm.5-13H11v6l5.25%203.15.75-1.23-4.5-2.67z'/%3e%3c/svg%3e");
}
.icon-refresh[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M17.65%206.35C16.2%204.9%2014.21%204%2012%204c-4.42%200-7.99%203.58-7.99%208s3.57%208%207.99%208c3.73%200%206.84-2.55%207.73-6h-2.08c-.82%202.33-3.04%204-5.65%204-3.31%200-6-2.69-6-6s2.69-6%206-6c1.66%200%203.14.69%204.22%201.78L13%2011h7V4l-2.35%202.35z'/%3e%3c/svg%3e");
}
.icon-remove[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'/%3e%3c/svg%3e");
}
.icon-reply[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%209V5l-7%207%207%207v-4.1c5%200%208.5%201.6%2011%205.1-1-5-4-10-11-11z'/%3e%3c/svg%3e");
}
.icon-report-problem[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%205.99L19.53%2019H4.47L12%205.99M12%202L1%2021h22L12%202zm1%2014h-2v2h2v-2zm0-6h-2v4h2v-4z'/%3e%3c/svg%3e");
}
.icon-save[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M17%203H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2V7l-4-4zm2%2016H5V5h11.17L19%207.83V19zm-7-7c-1.66%200-3%201.34-3%203s1.34%203%203%203%203-1.34%203-3-1.34-3-3-3zM6%206h9v4H6z'/%3e%3c/svg%3e");
}
.icon-school[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%203L1%209l4%202.18v6L12%2021l7-3.82v-6l2-1.09V17h2V9L12%203zm6.82%206L12%2012.72%205.18%209%2012%205.28%2018.82%209zM17%2015.99l-5%202.73-5-2.73v-3.72L12%2015l5-2.73v3.72z'/%3e%3c/svg%3e");
}
.icon-science[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M13,11.33L18,18H6l5-6.67V6h2%20M15.96,4H8.04C7.62,4,7.39,4.48,7.65,4.81L9,6.5v4.17L3.2,18.4C2.71,19.06,3.18,20,4,20h16%20c0.82,0,1.29-0.94,0.8-1.6L15,10.67V6.5l1.35-1.69C16.61,4.48,16.38,4,15.96,4L15.96,4z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-search[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014z'/%3e%3c/svg%3e");
}
.icon-send[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4.01%206.03l7.51%203.22-7.52-1%20.01-2.22m7.5%208.72L4%2017.97v-2.22l7.51-1M2.01%203L2%2010l15%202-15%202%20.01%207L23%2012%202.01%203z'/%3e%3c/svg%3e");
}
.icon-settings[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19.43%2012.98c.04-.32.07-.64.07-.98%200-.34-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.09-.16-.26-.25-.44-.25-.06%200-.12.01-.17.03l-2.49%201c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46%202.18%2014.25%202%2014%202h-4c-.25%200-.46.18-.49.42l-.38%202.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.06-.02-.12-.03-.18-.03-.17%200-.34.09-.43.25l-2%203.46c-.13.22-.07.49.12.64l2.11%201.65c-.04.32-.07.65-.07.98%200%20.33.03.66.07.98l-2.11%201.65c-.19.15-.24.42-.12.64l2%203.46c.09.16.26.25.44.25.06%200%20.12-.01.17-.03l2.49-1c.52.4%201.08.73%201.69.98l.38%202.65c.03.24.24.42.49.42h4c.25%200%20.46-.18.49-.42l.38-2.65c.61-.25%201.17-.59%201.69-.98l2.49%201c.06.02.12.03.18.03.17%200%20.34-.09.43-.25l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zm-1.98-1.71c.04.31.05.52.05.73%200%20.21-.02.43-.05.73l-.14%201.13.89.7%201.08.84-.7%201.21-1.27-.51-1.04-.42-.9.68c-.43.32-.84.56-1.25.73l-1.06.43-.16%201.13-.2%201.35h-1.4l-.19-1.35-.16-1.13-1.06-.43c-.43-.18-.83-.41-1.23-.71l-.91-.7-1.06.43-1.27.51-.7-1.21%201.08-.84.89-.7-.14-1.13c-.03-.31-.05-.54-.05-.74s.02-.43.05-.73l.14-1.13-.89-.7-1.08-.84.7-1.21%201.27.51%201.04.42.9-.68c.43-.32.84-.56%201.25-.73l1.06-.43.16-1.13.2-1.35h1.39l.19%201.35.16%201.13%201.06.43c.43.18.83.41%201.23.71l.91.7%201.06-.43%201.27-.51.7%201.21-1.07.85-.89.7.14%201.13zM12%208c-2.21%200-4%201.79-4%204s1.79%204%204%204%204-1.79%204-4-1.79-4-4-4zm0%206c-1.1%200-2-.9-2-2s.9-2%202-2%202%20.9%202%202-.9%202-2%202z'/%3e%3c/svg%3e");
}
.icon-share[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M18%2016.08c-.76%200-1.44.3-1.96.77L8.91%2012.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5%201.25.81%202.04.81%201.66%200%203-1.34%203-3s-1.34-3-3-3-3%201.34-3%203c0%20.24.04.47.09.7L8.04%209.81C7.5%209.31%206.79%209%206%209c-1.66%200-3%201.34-3%203s1.34%203%203%203c.79%200%201.5-.31%202.04-.81l7.12%204.16c-.05.21-.08.43-.08.65%200%201.61%201.31%202.92%202.92%202.92s2.92-1.31%202.92-2.92c0-1.61-1.31-2.92-2.92-2.92zM18%204c.55%200%201%20.45%201%201s-.45%201-1%201-1-.45-1-1%20.45-1%201-1zM6%2013c-.55%200-1-.45-1-1s.45-1%201-1%201%20.45%201%201-.45%201-1%201zm12%207.02c-.55%200-1-.45-1-1s.45-1%201-1%201%20.45%201%201-.45%201-1%201z'/%3e%3c/svg%3e");
}
.icon-shopping-cart[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.55%2013c.75%200%201.41-.41%201.75-1.03l3.58-6.49c.37-.66-.11-1.48-.87-1.48H5.21l-.94-2H1v2h2l3.6%207.59-1.35%202.44C4.52%2015.37%205.48%2017%207%2017h12v-2H7l1.1-2h7.45zM6.16%206h12.15l-2.76%205H8.53L6.16%206zM7%2018c-1.1%200-1.99.9-1.99%202S5.9%2022%207%2022s2-.9%202-2-.9-2-2-2zm10%200c-1.1%200-1.99.9-1.99%202s.89%202%201.99%202%202-.9%202-2-.9-2-2-2z'/%3e%3c/svg%3e");
}
.icon-sort-ascending[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20d='M13%2018H17V16H13V18ZM13%206V8H23V6H13ZM13%2013H20V11H13V13Z'%20fill='black'/%3e%3cpath%20d='M6%202L2%206L5%206L5%2021L7%2021L7%206L10%206L6%202Z'%20fill='black'/%3e%3c/svg%3e");
}
.icon-sort-by-alpha[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.94%204.66h-4.72l2.36-2.36%202.36%202.36zm-4.69%2014.71h4.66l-2.33%202.33-2.33-2.33zM6.1%206.27L1.6%2017.73h1.84l.92-2.45h5.11l.92%202.45h1.84L7.74%206.27H6.1zm-1.13%207.37l1.94-5.18%201.94%205.18H4.97zm10.76%202.5h6.12v1.59h-8.53v-1.29l5.92-8.56h-5.88v-1.6h8.3v1.26l-5.93%208.6z'/%3e%3c/svg%3e");
}
.icon-sort-default[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13%2018H17V16H13V18ZM13%206V8H23V6H13ZM13%2013H20V11H13V13Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2%206L6%202L10%206L7%206L7%2018L10%2018L7%2021L6%2022L5%2021L2%2018L5%2018L5%206L2%206Z'%20fill='black'/%3e%3c/svg%3e");
}
.icon-sort-descending[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13%2018H17V16H13V18ZM13%206V8H23V6H13ZM13%2013H20V11H13V13Z'%20fill='black'/%3e%3cpath%20d='M6%2022L10%2018L7%2018L7%203L5%203L5%2018L2%2018L6%2022Z'%20fill='black'/%3e%3c/svg%3e");
}
.icon-sort-table-ascending[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='%231A1A1A'%20d='M17.9,10.5L12,4.6l-5.9,5.9H17.9z'/%3e%3c/svg%3e");
}
.icon-sort-table-descending[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='%231A1A1A'%20d='M6.1,13.5l5.9,5.9l5.9-5.9H6.1z'/%3e%3c/svg%3e");
}
.icon-sort-table-none[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='%231A1A1A'%20d='M17.9,10.5L12,4.6l-5.9,5.9H17.9z%20M12,6.7L14.3,9H9.7L12,6.7z'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='%231A1A1A'%20d='M6.1,13.5l5.9,5.9l5.9-5.9H6.1z%20M12,17.3L9.7,15h4.7L12,17.3z'/%3e%3c/svg%3e");
}
.icon-sort[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2018h6v-2H3v2zM3%206v2h18V6H3zm0%207h12v-2H3v2z'/%3e%3c/svg%3e");
}
.icon-subdirectory-arrow-left[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%209l1.42%201.42L8.83%2014H18V4h2v12H8.83l3.59%203.58L11%2021l-6-6%206-6z'/%3e%3c/svg%3e");
}
.icon-subdirectory-arrow-right[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M19%2015l-6%206-1.42-1.42L15.17%2016H4V4h2v10h9.17l-3.59-3.58L13%209l6%206z'/%3e%3c/svg%3e");
}
.icon-support-agent[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M21,12.22C21,6.73,16.74,3,12,3c-4.69,0-9,3.65-9,9.28C2.4,12.62,2,13.26,2,14v2c0,1.1,0.9,2,2,2h1v-6.1%20c0-3.87,3.13-7,7-7s7,3.13,7,7V19h-8v2h8c1.1,0,2-0.9,2-2v-1.22c0.59-0.31,1-0.92,1-1.64v-2.3C22,13.14,21.59,12.53,21,12.22z'/%3e%3ccircle%20cx='9'%20cy='13'%20r='1'/%3e%3ccircle%20cx='15'%20cy='13'%20r='1'/%3e%3cpath%20d='M18,11.03C17.52,8.18,15.04,6,12.05,6c-3.03,0-6.29,2.51-6.03,6.45c2.47-1.01,4.33-3.21,4.86-5.89%20C12.19,9.19,14.88,11,18,11.03z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-text-format[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M5%2017v2h14v-2H5zm4.5-4.2h5l.9%202.2h2.1L12.75%204h-1.5L6.5%2015h2.1l.9-2.2zM12%205.98L13.87%2011h-3.74L12%205.98z'/%3e%3c/svg%3e");
}
.icon-trash-can[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M9,3V4H4V6H5V19A2,2%200%200,0%207,21H17A2,2%200%200,0%2019,19V6H20V4H15V3H9M7,6H17V19H7V6M9,8V17H11V8H9M13,8V17H15V8H13Z'%20/%3e%3c/svg%3e");
}
.icon-tune[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2017v2h6v-2H3zM3%205v2h10V5H3zm10%2016v-2h8v-2h-8v-2h-2v6h2zM7%209v2H3v2h4v2h2V9H7zm14%204v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z'/%3e%3c/svg%3e");
}
.icon-vertical-split[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2013h8v2H3zm0%204h8v2H3zm0-8h8v2H3zm0-4h8v2H3zm16%202v10h-4V7h4m2-2h-8v14h8V5z'/%3e%3c/svg%3e");
}
.icon-videocam[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15%208v8H5V8h10m1-2H4c-.55%200-1%20.45-1%201v10c0%20.55.45%201%201%201h12c.55%200%201-.45%201-1v-3.5l4%204v-11l-4%204V7c0-.55-.45-1-1-1z'/%3e%3c/svg%3e");
}
.icon-view-headline[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%2015h16v-2H4v2zm0%204h16v-2H4v2zm0-8h16V9H4v2zm0-6v2h16V5H4z'/%3e%3c/svg%3e");
}
.icon-visibility-off[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0zm0%200h24v24H0V0zm0%200h24v24H0V0zm0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%206c3.79%200%207.17%202.13%208.82%205.5-.59%201.22-1.42%202.27-2.41%203.12l1.41%201.41c1.39-1.23%202.49-2.77%203.18-4.53C21.27%207.11%2017%204%2012%204c-1.27%200-2.49.2-3.64.57l1.65%201.65C10.66%206.09%2011.32%206%2012%206zm-1.07%201.14L13%209.21c.57.25%201.03.71%201.28%201.28l2.07%202.07c.08-.34.14-.7.14-1.07C16.5%209.01%2014.48%207%2012%207c-.37%200-.72.05-1.07.14zM2.01%203.87l2.68%202.68C3.06%207.83%201.77%209.53%201%2011.5%202.73%2015.89%207%2019%2012%2019c1.52%200%202.98-.29%204.32-.82l3.42%203.42%201.41-1.41L3.42%202.45%202.01%203.87zm7.5%207.5l2.61%202.61c-.04.01-.08.02-.12.02-1.38%200-2.5-1.12-2.5-2.5%200-.05.01-.08.01-.13zm-3.4-3.4l1.75%201.75c-.23.55-.36%201.15-.36%201.78%200%202.48%202.02%204.5%204.5%204.5.63%200%201.23-.13%201.77-.36l.98.98c-.88.24-1.8.38-2.75.38-3.79%200-7.17-2.13-8.82-5.5.7-1.43%201.72-2.61%202.93-3.53z'/%3e%3c/svg%3e");
}
.icon-visibility[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%206c3.79%200%207.17%202.13%208.82%205.5C19.17%2014.87%2015.79%2017%2012%2017s-7.17-2.13-8.82-5.5C4.83%208.13%208.21%206%2012%206m0-2C7%204%202.73%207.11%201%2011.5%202.73%2015.89%207%2019%2012%2019s9.27-3.11%2011-7.5C21.27%207.11%2017%204%2012%204zm0%205c1.38%200%202.5%201.12%202.5%202.5S13.38%2014%2012%2014s-2.5-1.12-2.5-2.5S10.62%209%2012%209m0-2c-2.48%200-4.5%202.02-4.5%204.5S9.52%2016%2012%2016s4.5-2.02%204.5-4.5S14.48%207%2012%207z'/%3e%3c/svg%3e");
}
.icon-zoom-in[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014zm.5-7H9v2H7v1h2v2h1v-2h2V9h-2z'/%3e%3c/svg%3e");
}
.icon-zoom-out[data-v-3d2b78bd]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014zM7%209h5v1H7z'/%3e%3c/svg%3e");
}
.hide-base-svg[data-v-3d2b78bd] {
  display: none;
}
.form-group[data-v-3d2b78bd] {
  margin-top: 24px;
}
.form-group[data-v-3d2b78bd]:first-child {
  margin-top: 0;
}
.form-group-radio[data-v-3d2b78bd], .form-group-checkbox[data-v-3d2b78bd] {
  margin-top: 8px;
  position: relative;
}
.form-hint[data-v-3d2b78bd] {
  display: block;
  color: #747474;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: normal;
  font-weight: 400;
}
.form-label[data-v-3d2b78bd] {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
.form-label.disabled[data-v-3d2b78bd] {
  color: #747474;
  font-weight: 500;
}
.form-input[data-v-3d2b78bd] {
  appearance: none;
  border: 1px solid #747474;
  border-radius: 4px;
  color: #1a1a1a;
  display: block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  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[data-v-3d2b78bd] {
    /* IE10+ CSS styles go here */
    height: calc(2.4rem + 16px);
}
}
.form-input[data-v-3d2b78bd]:focus, .form-input.focus[data-v-3d2b78bd] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.form-input[data-v-3d2b78bd]::placeholder {
  color: #747474;
  font-style: italic;
  opacity: 1;
  font-weight: 400;
}
table .form-input[data-v-3d2b78bd] {
  margin-top: 0;
}
textarea.form-input[data-v-3d2b78bd] {
  height: auto;
}
textarea.no-resize[data-v-3d2b78bd] {
  resize: none;
}
.form-input-wrapper[data-v-3d2b78bd] {
  display: flex;
}
.form-input-wrapper .form-input[data-v-3d2b78bd] {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.form-input-wrapper .form-input[data-v-3d2b78bd]:focus {
  position: relative;
  z-index: 1;
}
.form-input-wrapper .form-input-prefix + .form-input[data-v-3d2b78bd], .form-input-wrapper.form-input-wrapper--prefix .form-input[data-v-3d2b78bd] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-input-wrapper.form-input-wrapper--suffix .form-input[data-v-3d2b78bd] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-input-wrapper .form-input-prefix[data-v-3d2b78bd], .form-input-wrapper .form-input-suffix[data-v-3d2b78bd] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 40px;
  padding: calc(8px - 1px) calc(8px - 1px);
  margin-top: 8px;
  border: 1px solid #747474;
  background-color: #F5F5F5;
  text-align: center;
  white-space: nowrap;
  cursor: default;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.form-input-wrapper .form-input-suffix[data-v-3d2b78bd] {
  border-left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.form-input-wrapper .form-input-prefix[data-v-3d2b78bd] {
  border-right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-select[data-v-3d2b78bd] {
  background-color: white;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'/%3e%3c/svg%3e");
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
  border: 1px solid #747474;
  border-radius: 4px;
  color: #1a1a1a;
  display: block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  height: calc(2.4rem + 16px);
  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;
}
.form-select[data-v-3d2b78bd]:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #1a1a1a;
}
.form-select[data-v-3d2b78bd]:focus, .form-select.focus[data-v-3d2b78bd] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.form-select[data-v-3d2b78bd]::-ms-expand {
  display: none;
}
.form-select[data-v-3d2b78bd]:disabled {
  background-color: transparent;
  color: #747474;
  cursor: not-allowed;
}
@-moz-document url-prefix() {
.form-select option[data-v-3d2b78bd] {
    font-family: Helvetica, Arial, sans-serif;
}
}
table .form-select[data-v-3d2b78bd] {
  margin-top: 0;
}
.form-group.form-error[data-v-3d2b78bd] {
  border-left: 4px solid #CC0000;
  padding-left: calc(16px - 4px);
}
.form-group.form-error .form-input[data-v-3d2b78bd],
.form-group.form-error .form-select[data-v-3d2b78bd] {
  border: 2px solid #CC0000;
  padding: calc(8px - 2px) calc(16px - 2px);
}
.form-error-message[data-v-3d2b78bd] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
  display: block;
  color: #CC0000;
  margin-top: 4px;
}
.form-group.form-success .form-input[data-v-3d2b78bd],
.form-group.form-success .form-select[data-v-3d2b78bd] {
  border: 2px solid #CC0000;
  padding: calc(8px - 2px) calc(16px - 2px);
}
input[type=text][data-v-3d2b78bd]:disabled,
input[type=email][data-v-3d2b78bd]:disabled,
input[type=number][data-v-3d2b78bd]:disabled,
input[type=password][data-v-3d2b78bd]:disabled,
input[type=search][data-v-3d2b78bd]:disabled,
input[type=tel][data-v-3d2b78bd]:disabled,
input[type=url][data-v-3d2b78bd]:disabled,
textarea[data-v-3d2b78bd]:disabled {
  background-color: transparent;
  border-color: #DCDCDC;
  color: #747474;
  cursor: not-allowed;
}
input[readonly][type=text][data-v-3d2b78bd], textarea[readonly][data-v-3d2b78bd] {
  background-color: #F5F5F5;
  color: #1a1a1a;
  border: 1px solid #DCDCDC;
  cursor: default;
}
.form-limit .form-limit-error[data-v-3d2b78bd] {
  border: 2px solid #CC0000;
  padding: calc(8px - 2px) calc(16px - 2px);
}
.form-limit .character-limit[data-v-3d2b78bd] {
  margin-top: 4px;
}
.form-limit .character-limit.limit-exceeded[data-v-3d2b78bd] {
  color: #CC0000;
}
.form-checkbox[data-v-3d2b78bd] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}
.form-radio[data-v-3d2b78bd] {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  margin: 0;
  opacity: 0;
  left: 0px;
  top: 3px;
}
.form-checkbox + label[data-v-3d2b78bd],
.form-radio + label[data-v-3d2b78bd] {
  cursor: pointer;
  font-weight: 400;
  line-height: 2.4rem;
  margin-bottom: 0;
  display: inline-block;
  outline: none;
  color: #1a1a1a;
  position: relative;
  padding-left: calc(20px + 8px);
  min-height: 20px;
}
.form-checkbox + label + .form-hint[data-v-3d2b78bd],
.form-radio + label + .form-hint[data-v-3d2b78bd] {
  padding-left: calc(20px + 8px);
}
.form-checkbox + label[data-v-3d2b78bd]::before,
.form-radio + label[data-v-3d2b78bd]::before {
  content: "";
  display: inline-block;
  background: white;
  border-radius: 2px;
  border: 2px solid #1a1a1a;
  height: 20px;
  line-height: 2.4rem;
  margin-right: 8px;
  width: 20px;
  position: absolute;
  top: 3px;
  left: 0;
}
.form-checkbox.checkbox-large + label[data-v-3d2b78bd] {
  padding-top: 8px;
  padding-left: calc(32px + 8px);
  padding-bottom: 8px;
  min-height: 32px;
}
.form-checkbox.checkbox-large + label[data-v-3d2b78bd]:before {
  height: 32px;
  width: 32px;
}
.form-checkbox.checkbox-large + label + .form-hint[data-v-3d2b78bd] {
  padding-left: calc(32px + 8px);
  margin-top: -8px;
}
.form-radio[data-v-3d2b78bd] {
  height: 20px;
  width: 20px;
}
.form-radio.radio-large[data-v-3d2b78bd] {
  height: 32px;
  width: 32px;
}
.form-radio + label[data-v-3d2b78bd]::before {
  border-radius: 100%;
  height: 20px;
  width: 20px;
}
.form-radio.radio-large + label[data-v-3d2b78bd] {
  padding-top: 8px;
  padding-left: calc(32px + 8px);
  padding-bottom: 8px;
}
.form-radio.radio-large + label[data-v-3d2b78bd]:before {
  height: 32px;
  width: 32px;
}
.form-radio.radio-large + label + .form-hint[data-v-3d2b78bd] {
  padding-left: calc(32px + 8px);
  margin-top: -8px;
}
.form-checkbox.checkbox-large[data-v-3d2b78bd] {
  width: 20px;
  height: 20px;
}
.form-checkbox.checkbox-large.checkbox-large[data-v-3d2b78bd] {
  width: 32px;
  height: 32px;
}
.form-checkbox:checked + label[data-v-3d2b78bd]:before {
  background-color: #1a1a1a;
}
.form-checkbox:checked + label[data-v-3d2b78bd]:after {
  content: "";
  height: 7px;
  width: 12px;
  position: absolute;
  left: 4px;
  top: 5px;
  box-shadow: -2px 2px 0 0 #fff;
  transform: rotate(-46deg);
}
.form-checkbox.checkbox-large[data-v-3d2b78bd] {
  width: 22px;
  height: 22px;
}
.form-checkbox.checkbox-large:checked + label[data-v-3d2b78bd]:after {
  height: 12px;
  width: 20px;
  left: 6px;
  top: 6px;
  box-shadow: -3px 3px 0 0 #fff;
}
.form-radio:checked + label[data-v-3d2b78bd] {
  position: relative;
}
.form-radio:checked + label[data-v-3d2b78bd]:after {
  content: "";
  height: calc(20px - 10px);
  width: calc(20px - 10px);
  background-color: #1a1a1a;
  position: absolute;
  left: 5px;
  top: 8px;
  border-radius: 100%;
}
.form-radio.radio-large:checked + label[data-v-3d2b78bd]:after {
  content: "";
  height: calc(32px - 16px);
  width: calc(32px - 16px);
  left: 8px;
  top: 11px;
}
.form-checkbox:disabled + label[data-v-3d2b78bd],
.form-radio:disabled + label[data-v-3d2b78bd] {
  color: #747474;
  cursor: not-allowed;
}
.form-checkbox:disabled + label[data-v-3d2b78bd]:before,
.form-radio:disabled + label[data-v-3d2b78bd]:before {
  border-color: #747474;
  background-color: transparent;
}
.form-checkbox:checked[disabled] + label[data-v-3d2b78bd]:before {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  opacity: 0.5;
}
.form-radio:checked[disabled] + label[data-v-3d2b78bd]:before {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  opacity: 0.5;
}
.form-checkbox:focus + label[data-v-3d2b78bd]::before,
.form-checkbox.focus + label[data-v-3d2b78bd]::before {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.form-radio:focus + label[data-v-3d2b78bd]::before,
.form-radio.focus + label[data-v-3d2b78bd]::before {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.form-checkbox[aria-checked=mixed] + label[data-v-3d2b78bd]:before {
  background-color: #1a1a1a;
}
.form-checkbox[aria-checked=mixed] + label[data-v-3d2b78bd]:after {
  content: "";
  height: 2px;
  width: 8px;
  left: 8px;
  top: 10px;
  position: absolute;
  box-shadow: -2px 2px 0 0 white;
}
.form-checkbox.checkbox-large[aria-checked=mixed] + label[data-v-3d2b78bd]:after {
  width: 12px;
  left: 13px;
  top: 16px;
  box-shadow: -3px 3px 0 0 white;
}
.checkbox-content[data-v-3d2b78bd], .radio-content[data-v-3d2b78bd] {
  padding-left: calc(20px - 4px);
  padding-top: 16px;
  padding-bottom: 24px;
  border-left: 4px solid #BFBFBF;
  margin-left: 8px;
  margin-top: 4px;
  margin-bottom: 8px;
}
.checkbox-content-large[data-v-3d2b78bd], .radio-content-large[data-v-3d2b78bd] {
  padding-left: calc(28px - 4px - 4px / 2);
  margin-left: 14px;
}
.checkbox-content[aria-hidden=true][data-v-3d2b78bd], .radio-content[aria-hidden=true][data-v-3d2b78bd] {
  display: none;
}
[type=range][data-v-3d2b78bd] {
  appearance: none;
  border: none;
  padding-left: 0;
  width: 100%;
}
[type=range][data-v-3d2b78bd]::-webkit-slider-runnable-track {
  background: #BFBFBF;
  border: 1px solid #747474;
  cursor: pointer;
  height: 1.2rem;
  width: 100%;
}
[type=range][data-v-3d2b78bd]::-moz-range-track {
  background: #BFBFBF;
  border: 1px solid #747474;
  cursor: pointer;
  height: 1.2rem;
  width: 100%;
}
[type=range][data-v-3d2b78bd]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #747474;
  height: 2.2rem;
  border-radius: 1.5rem;
  background: #F5F5F5;
  cursor: pointer;
  margin-top: -0.65rem;
  width: 2.2rem;
}
[type=range][data-v-3d2b78bd]::-moz-range-thumb {
  background: #F5F5F5;
  border: 1px solid #747474;
  border-radius: 1.5rem;
  cursor: pointer;
  height: 2.2rem;
  width: 2.2rem;
}
.date-group[data-v-3d2b78bd] {
  display: flex;
  align-items: flex-end;
}
.date-group label[data-v-3d2b78bd] {
  margin-top: 0;
  font-weight: 400;
}
.date-group input[type=number][data-v-3d2b78bd]::-webkit-inner-spin-button,
.date-group input[type=number][data-v-3d2b78bd]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.date-group .form-group-day[data-v-3d2b78bd],
.date-group .form-group-month[data-v-3d2b78bd],
.date-group .form-group-year[data-v-3d2b78bd] {
  margin-right: 16px;
  margin-top: 0;
}
.date-group .form-group-day[data-v-3d2b78bd],
.date-group .form-group-month[data-v-3d2b78bd] {
  width: calc(2px + 16px + 16px + 2ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.date-group .form-group-day[data-v-3d2b78bd],
  .date-group .form-group-month[data-v-3d2b78bd] {
    width: 6.4ex;
}
}
.date-group .form-group-year[data-v-3d2b78bd] {
  width: calc(2px + 16px + 16px + 4ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.date-group .form-group-year[data-v-3d2b78bd] {
    width: 9ex;
}
}
.date-group .button-open-calendar[data-v-3d2b78bd] {
  margin-bottom: 8px;
  display: inline-flex;
}
input[type=number][data-v-3d2b78bd] {
  -moz-appearance: textfield !important;
}
input[data-v-3d2b78bd]::-webkit-outer-spin-button,
input[data-v-3d2b78bd]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.form-label + input[type=file][data-v-3d2b78bd] {
  margin-top: 8px;
}
input[type=file][data-v-3d2b78bd] {
  display: block;
}
ul[data-v-3d2b78bd] {
  padding-left: 0;
  list-style-type: none;
  color: #1a1a1a;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
ul > li[data-v-3d2b78bd] {
  margin-top: 8px;
  list-style-type: none;
  position: relative;
  padding-left: 16px;
  line-height: 2.4rem;
}
ul > li[data-v-3d2b78bd]::before {
  content: "•";
  position: absolute;
  left: 0px;
  top: -1px;
  font-size: 2rem;
}
ol[data-v-3d2b78bd] {
  padding-left: 28px;
}
ol li[data-v-3d2b78bd] {
  margin-top: 8px;
  line-height: 2.4rem;
}
.article ul > li[data-v-3d2b78bd], .article ol > li[data-v-3d2b78bd] {
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: normal;
}
.unstyled-list[data-v-3d2b78bd] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.unstyled-list > li[data-v-3d2b78bd] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.unstyled-list > li[data-v-3d2b78bd]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.bordered-list[data-v-3d2b78bd] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.bordered-list > li[data-v-3d2b78bd] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.bordered-list > li[data-v-3d2b78bd]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.bordered-list[data-v-3d2b78bd] {
  border-top: 1px solid #BFBFBF;
}
.bordered-list li[data-v-3d2b78bd] {
  padding: 8px 0px;
  border-bottom: 1px solid #BFBFBF;
}
.nobullet-list[data-v-3d2b78bd] {
  list-style-type: none;
  padding-left: 0;
}
.nobullet-list > li[data-v-3d2b78bd] {
  padding-left: 0;
}
.nobullet-list > li[data-v-3d2b78bd]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.noindent-list > li[data-v-3d2b78bd] {
  padding-left: 14px;
}
.noindent-list > li[data-v-3d2b78bd]::before {
  left: 0px;
}
.inline-list[data-v-3d2b78bd] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.inline-list > li[data-v-3d2b78bd] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.inline-list > li[data-v-3d2b78bd]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.inline-list > li[data-v-3d2b78bd] {
  display: block;
}
@media (min-width: 768px) {
.inline-list > li[data-v-3d2b78bd] {
    display: inline-block;
}
}
.inline-list li + li[data-v-3d2b78bd] {
  margin-top: 12px;
}
@media (min-width: 768px) {
.inline-list li + li[data-v-3d2b78bd] {
    margin-top: 0;
}
}
.spinner[data-v-3d2b78bd] {
  margin: 50px auto;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: spinner-3d2b78bd 1.1s infinite ease;
  animation: spinner-3d2b78bd 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner-status[data-v-3d2b78bd] {
  text-align: center;
}
@-webkit-keyframes spinner-3d2b78bd {
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-3d2b78bd {
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[data-v-3d2b78bd] {
  margin-top: 40px;
}
.page-content + .page-footer[data-v-3d2b78bd] {
  margin-top: 40px;
}
.page-container[data-v-3d2b78bd] {
  padding-top: 2.4rem;
}
@media (min-width: 768px) {
.page-container[data-v-3d2b78bd] {
    padding-top: 4rem;
}
}
body[data-v-3d2b78bd] {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.page-container[data-v-3d2b78bd] {
  flex: 1 0 auto;
}
.collapsed[data-v-3d2b78bd]:not(.dataTable) {
  display: none;
}
.collapse-transition-collapse[data-v-3d2b78bd] {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease;
}
.collapse-transition-expand[data-v-3d2b78bd] {
  position: relative;
  overflow: hidden;
  transition: height 0.2s ease;
}
fieldset[data-v-3d2b78bd] {
  position: relative;
  border: none;
  margin: 0;
  padding: 0;
}
fieldset ul[data-v-3d2b78bd] {
  margin-top: 0px;
  margin-bottom: 0px;
}
fieldset + fieldset[data-v-3d2b78bd] {
  margin-top: 24px;
}
legend h1[data-v-3d2b78bd], legend .h1[data-v-3d2b78bd], legend h2[data-v-3d2b78bd], legend .h2[data-v-3d2b78bd], legend h3[data-v-3d2b78bd], legend .h3[data-v-3d2b78bd], legend h4[data-v-3d2b78bd], legend .h4[data-v-3d2b78bd], legend h5[data-v-3d2b78bd], legend .h5[data-v-3d2b78bd], legend h6[data-v-3d2b78bd], legend .h6[data-v-3d2b78bd] {
  margin-bottom: 0px;
}
input.input-width-xxs[data-v-3d2b78bd], select.input-width-xxs[data-v-3d2b78bd], textarea.input-width-xxs[data-v-3d2b78bd] {
  max-width: 8rem !important;
  width: 100%;
}
input.input-width-xs[data-v-3d2b78bd], select.input-width-xs[data-v-3d2b78bd], textarea.input-width-xs[data-v-3d2b78bd] {
  max-width: 16rem !important;
  width: 100%;
}
input.input-width-s[data-v-3d2b78bd], select.input-width-s[data-v-3d2b78bd], textarea.input-width-s[data-v-3d2b78bd] {
  max-width: 24rem !important;
  width: 100%;
}
input.input-width-m[data-v-3d2b78bd], select.input-width-m[data-v-3d2b78bd], textarea.input-width-m[data-v-3d2b78bd] {
  max-width: 32rem !important;
  width: 100%;
}
input.input-width-l[data-v-3d2b78bd], select.input-width-l[data-v-3d2b78bd], textarea.input-width-l[data-v-3d2b78bd] {
  max-width: 40rem !important;
  width: 100%;
}
input.input-width-xl[data-v-3d2b78bd], select.input-width-xl[data-v-3d2b78bd], textarea.input-width-xl[data-v-3d2b78bd] {
  max-width: 48rem !important;
  width: 100%;
}
input.input-char-4[data-v-3d2b78bd], select.input-char-4[data-v-3d2b78bd], textarea.input-char-4[data-v-3d2b78bd] {
  max-width: calc(34px + 4ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
input.input-char-4[data-v-3d2b78bd], select.input-char-4[data-v-3d2b78bd], textarea.input-char-4[data-v-3d2b78bd] {
    max-width: 9ex;
}
}
input.input-char-4[data-v-3d2b78bd]::-ms-clear, select.input-char-4[data-v-3d2b78bd]::-ms-clear, textarea.input-char-4[data-v-3d2b78bd]::-ms-clear {
  display: none;
}
input.input-char-4[data-v-3d2b78bd], select.input-char-4[data-v-3d2b78bd], textarea.input-char-4[data-v-3d2b78bd] {
  width: 100%;
}
input.input-char-8[data-v-3d2b78bd], select.input-char-8[data-v-3d2b78bd], textarea.input-char-8[data-v-3d2b78bd] {
  max-width: calc(34px + 8ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
input.input-char-8[data-v-3d2b78bd], select.input-char-8[data-v-3d2b78bd], textarea.input-char-8[data-v-3d2b78bd] {
    max-width: 14ex;
}
}
input.input-char-8[data-v-3d2b78bd]::-ms-clear, select.input-char-8[data-v-3d2b78bd]::-ms-clear, textarea.input-char-8[data-v-3d2b78bd]::-ms-clear {
  display: none;
}
input.input-char-8[data-v-3d2b78bd], select.input-char-8[data-v-3d2b78bd], textarea.input-char-8[data-v-3d2b78bd] {
  width: 100%;
}
input.input-char-11[data-v-3d2b78bd], select.input-char-11[data-v-3d2b78bd], textarea.input-char-11[data-v-3d2b78bd] {
  max-width: calc(34px + 11ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
input.input-char-11[data-v-3d2b78bd], select.input-char-11[data-v-3d2b78bd], textarea.input-char-11[data-v-3d2b78bd] {
    max-width: 17ex;
}
}
input.input-char-11[data-v-3d2b78bd]::-ms-clear, select.input-char-11[data-v-3d2b78bd]::-ms-clear, textarea.input-char-11[data-v-3d2b78bd]::-ms-clear {
  display: none;
}
input.input-char-11[data-v-3d2b78bd], select.input-char-11[data-v-3d2b78bd], textarea.input-char-11[data-v-3d2b78bd] {
  width: 100%;
}
input.input-char-27[data-v-3d2b78bd], select.input-char-27[data-v-3d2b78bd], textarea.input-char-27[data-v-3d2b78bd] {
  max-width: calc(34px + 27ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
input.input-char-27[data-v-3d2b78bd], select.input-char-27[data-v-3d2b78bd], textarea.input-char-27[data-v-3d2b78bd] {
    max-width: 36ex;
}
}
input.input-char-27[data-v-3d2b78bd]::-ms-clear, select.input-char-27[data-v-3d2b78bd]::-ms-clear, textarea.input-char-27[data-v-3d2b78bd]::-ms-clear {
  display: none;
}
input.input-char-27[data-v-3d2b78bd], select.input-char-27[data-v-3d2b78bd], textarea.input-char-27[data-v-3d2b78bd] {
  width: 100%;
}
.table[data-v-3d2b78bd] {
  margin: 0;
  line-height: 2.4rem;
  border: 1px solid #747474;
  width: 100%;
  color: #1a1a1a;
  font-size: 1.6rem;
  border-collapse: inherit;
  border-spacing: 0;
}
.table td[data-v-3d2b78bd],
.table th[data-v-3d2b78bd] {
  padding-left: 16px;
  padding-top: 16px;
  padding-right: 15px;
  padding-bottom: 15px;
  border-right: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  background-color: inherit;
  vertical-align: top;
  text-align: left;
}
.table td[data-v-3d2b78bd]:last-child,
.table th[data-v-3d2b78bd]:last-child {
  border-right: none;
}
.table td.break-word[data-v-3d2b78bd],
.table th.break-word[data-v-3d2b78bd] {
  word-break: break-all;
}
.table td.vertical-align-middle[data-v-3d2b78bd],
.table th.vertical-align-middle[data-v-3d2b78bd] {
  vertical-align: middle;
}
.table td.vertical-align-top[data-v-3d2b78bd],
.table th.vertical-align-top[data-v-3d2b78bd] {
  vertical-align: top;
}
.table td.vertical-align-bottom[data-v-3d2b78bd],
.table th.vertical-align-bottom[data-v-3d2b78bd] {
  vertical-align: bottom;
}
.table thead[data-v-3d2b78bd] {
  background-color: #F5F5F5;
}
.table thead th[data-v-3d2b78bd] {
  font-weight: 600;
  padding-top: 15px;
}
.table thead th[data-v-3d2b78bd]:first-child {
  padding-left: 15px;
}
.table thead th.table-header-no-wrap[data-v-3d2b78bd] {
  white-space: nowrap;
}
.table thead th button[data-v-3d2b78bd],
.table thead th .button[data-v-3d2b78bd] {
  width: auto;
}
.table tbody th[data-v-3d2b78bd] {
  font-weight: 600;
}
.table tbody tr[data-v-3d2b78bd] {
  background-color: transparent;
}
.table tbody tr td[data-v-3d2b78bd]:first-child,
.table tbody tr th[data-v-3d2b78bd]:first-child {
  padding-left: 15px;
}
.table tbody tr:last-child td[data-v-3d2b78bd],
.table tbody tr:last-child th[data-v-3d2b78bd] {
  border-bottom: none;
}
.table.table--compact th[data-v-3d2b78bd],
.table.table--compact td[data-v-3d2b78bd] {
  padding-top: 8px;
  padding-bottom: 7px;
}
.table.table--compact thead th[data-v-3d2b78bd] {
  padding-top: 7px;
}
.table.table--extracompact th[data-v-3d2b78bd],
.table.table--extracompact td[data-v-3d2b78bd] {
  padding-top: 1px;
  padding-bottom: 0;
}
.table.table--extracompact thead th[data-v-3d2b78bd] {
  padding-top: 0;
}
.table.table--borderless[data-v-3d2b78bd], .table.structured-list[data-v-3d2b78bd] {
  border: none;
}
.table.table--borderless td[data-v-3d2b78bd],
.table.table--borderless th[data-v-3d2b78bd], .table.structured-list td[data-v-3d2b78bd],
.table.structured-list th[data-v-3d2b78bd] {
  padding-right: 16px;
  border-right: none;
}
.table.table--borderless thead tr td[data-v-3d2b78bd]:first-child,
.table.table--borderless thead tr th[data-v-3d2b78bd]:first-child,
.table.table--borderless tbody tr td[data-v-3d2b78bd]:first-child,
.table.table--borderless tbody tr th[data-v-3d2b78bd]:first-child, .table.structured-list thead tr td[data-v-3d2b78bd]:first-child,
.table.structured-list thead tr th[data-v-3d2b78bd]:first-child,
.table.structured-list tbody tr td[data-v-3d2b78bd]:first-child,
.table.structured-list tbody tr th[data-v-3d2b78bd]:first-child {
  padding-left: 0;
}
.table.table--borderless thead tr td[data-v-3d2b78bd]:last-child,
.table.table--borderless thead tr th[data-v-3d2b78bd]:last-child,
.table.table--borderless tbody tr td[data-v-3d2b78bd]:last-child,
.table.table--borderless tbody tr th[data-v-3d2b78bd]:last-child, .table.structured-list thead tr td[data-v-3d2b78bd]:last-child,
.table.structured-list thead tr th[data-v-3d2b78bd]:last-child,
.table.structured-list tbody tr td[data-v-3d2b78bd]:last-child,
.table.structured-list tbody tr th[data-v-3d2b78bd]:last-child {
  padding-right: 0;
}
.table.table--borderless thead[data-v-3d2b78bd], .table.structured-list thead[data-v-3d2b78bd] {
  background-color: transparent;
}
.table.table--borderless thead th[data-v-3d2b78bd], .table.structured-list thead th[data-v-3d2b78bd] {
  padding-top: 16px;
}
.table.table--borderless tbody tr:last-child td[data-v-3d2b78bd],
.table.table--borderless tbody tr:last-child th[data-v-3d2b78bd], .table.structured-list tbody tr:last-child td[data-v-3d2b78bd],
.table.structured-list tbody tr:last-child th[data-v-3d2b78bd] {
  border-bottom: 1px solid #BFBFBF;
}
.table.table--borderless.table--compact thead th[data-v-3d2b78bd], .table.structured-list.table--compact thead th[data-v-3d2b78bd] {
  padding-top: 8px;
}
.table.table--borderless.table--extracompact thead th[data-v-3d2b78bd], .table.structured-list.table--extracompact thead th[data-v-3d2b78bd] {
  padding-top: 1px;
}
.table.table--zebra td[data-v-3d2b78bd],
.table.table--zebra th[data-v-3d2b78bd] {
  border-right: 0;
  padding-right: 16px;
}
.table.table--zebra td[data-v-3d2b78bd]:last-child,
.table.table--zebra th[data-v-3d2b78bd]:last-child {
  padding-right: 15px;
}
.table.table--zebra tr[data-v-3d2b78bd]:nth-child(even) {
  background-color: #F5F5F5;
}
.table.table--zebra tbody tr[data-v-3d2b78bd]:nth-child(odd) {
  background-color: white;
}
.table.table--zebra.table--borderless td[data-v-3d2b78bd],
.table.table--zebra.table--borderless th[data-v-3d2b78bd] {
  border: 0;
  padding: 16px;
}
.table.table--zebra.table--borderless thead tr td[data-v-3d2b78bd]:first-child,
.table.table--zebra.table--borderless thead tr th[data-v-3d2b78bd]:first-child,
.table.table--zebra.table--borderless tbody tr td[data-v-3d2b78bd]:first-child,
.table.table--zebra.table--borderless tbody tr th[data-v-3d2b78bd]:first-child {
  padding-left: 16px;
}
.table.table--zebra.table--borderless thead tr td[data-v-3d2b78bd]:last-child,
.table.table--zebra.table--borderless thead tr th[data-v-3d2b78bd]:last-child,
.table.table--zebra.table--borderless tbody tr td[data-v-3d2b78bd]:last-child,
.table.table--zebra.table--borderless tbody tr th[data-v-3d2b78bd]:last-child {
  padding-right: 16px;
}
.table.table--zebra.table--borderless thead[data-v-3d2b78bd] {
  background-color: #F5F5F5;
}
.table.table--zebra.table--borderless tbody tr:last-child td[data-v-3d2b78bd],
.table.table--zebra.table--borderless tbody tr:last-child th[data-v-3d2b78bd] {
  border-bottom: none;
}
.table.table--zebra.table--borderless.table--compact td[data-v-3d2b78bd],
.table.table--zebra.table--borderless.table--compact th[data-v-3d2b78bd] {
  padding-bottom: 8px;
  padding-top: 8px;
}
.table.table--zebra.table--borderless.table--extracompact td[data-v-3d2b78bd],
.table.table--zebra.table--borderless.table--extracompact th[data-v-3d2b78bd] {
  padding-bottom: 1px;
  padding-top: 1px;
}
.table.structured-list tbody tr:first-child td[data-v-3d2b78bd],
.table.structured-list tbody tr:first-child th[data-v-3d2b78bd] {
  border-top: 1px solid #BFBFBF;
}
.table.structured-list.table--zebra tbody tr:first-child td[data-v-3d2b78bd],
.table.structured-list.table--zebra tbody tr:first-child th[data-v-3d2b78bd] {
  border-top: none;
}
@media screen and (max-width: 767px) {
.table.table--responsive-headers[data-v-3d2b78bd] {
    display: block;
}
.table.table--responsive-headers thead[data-v-3d2b78bd] {
    display: none;
}
.table.table--responsive-headers tbody[data-v-3d2b78bd],
  .table.table--responsive-headers tr[data-v-3d2b78bd] {
    display: block;
}
.table.table--responsive-headers tr[data-v-3d2b78bd] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table--responsive-headers tr[data-v-3d2b78bd]:last-child {
    border-bottom: none;
}
.table.table--responsive-headers td[data-v-3d2b78bd],
  .table.table--responsive-headers th[data-v-3d2b78bd] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table--responsive-headers td[data-v-3d2b78bd]:last-child,
  .table.table--responsive-headers th[data-v-3d2b78bd]:last-child {
    padding-bottom: 15px;
}
.table.table--responsive-headers td[data-title][data-v-3d2b78bd]:not([data-title=""]):before,
  .table.table--responsive-headers th[data-title][data-v-3d2b78bd]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table--responsive-headers.table--compact th[data-v-3d2b78bd],
  .table.table--responsive-headers.table--compact td[data-v-3d2b78bd] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table--responsive-headers.table--compact th[data-v-3d2b78bd]:last-child,
  .table.table--responsive-headers.table--compact td[data-v-3d2b78bd]:last-child {
    padding-bottom: 7px;
}
.table.table--responsive-headers.table--extracompact th[data-v-3d2b78bd],
  .table.table--responsive-headers.table--extracompact td[data-v-3d2b78bd] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table--responsive-headers.table--extracompact th[data-v-3d2b78bd]:last-child,
  .table.table--responsive-headers.table--extracompact td[data-v-3d2b78bd]:last-child {
    padding-bottom: 0px;
}
.table.table--responsive-headers.table--borderless td[data-v-3d2b78bd],
  .table.table--responsive-headers.table--borderless th[data-v-3d2b78bd], .table.table--responsive-headers.structured-list td[data-v-3d2b78bd],
  .table.table--responsive-headers.structured-list th[data-v-3d2b78bd] {
    padding-left: 0;
    padding-right: 0;
}
.table.table--responsive-headers.table--borderless tr:first-child td[data-v-3d2b78bd]:first-child,
  .table.table--responsive-headers.table--borderless tr:first-child th[data-v-3d2b78bd]:first-child, .table.table--responsive-headers.structured-list tr:first-child td[data-v-3d2b78bd]:first-child,
  .table.table--responsive-headers.structured-list tr:first-child th[data-v-3d2b78bd]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table--responsive-headers.table--borderless tr:last-child td[data-v-3d2b78bd],
  .table.table--responsive-headers.table--borderless tr:last-child th[data-v-3d2b78bd], .table.table--responsive-headers.structured-list tr:last-child td[data-v-3d2b78bd],
  .table.table--responsive-headers.structured-list tr:last-child th[data-v-3d2b78bd] {
    border-bottom: none;
}
.table.table--responsive-headers.table--borderless tr:last-child td[data-v-3d2b78bd]:last-child,
  .table.table--responsive-headers.table--borderless tr:last-child th[data-v-3d2b78bd]:last-child, .table.table--responsive-headers.structured-list tr:last-child td[data-v-3d2b78bd]:last-child,
  .table.table--responsive-headers.structured-list tr:last-child th[data-v-3d2b78bd]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table--responsive-headers.table--zebra.table--borderless td[data-v-3d2b78bd],
  .table.table--responsive-headers.table--zebra.table--borderless th[data-v-3d2b78bd] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table--responsive-headers.structured-list tbody tr:first-child td[data-v-3d2b78bd] {
    border-top: none;
}
.table.table--responsive-headers.structured-list tbody tr th[data-v-3d2b78bd] {
    padding-bottom: 0;
}
.table.table--responsive-headers.structured-list tbody tr td[data-v-3d2b78bd]:first-of-type {
    padding-top: 0;
}
}
@media screen and (max-width: 767px) {
.table.table-sm-responsive-headers[data-v-3d2b78bd] {
    display: block;
}
.table.table-sm-responsive-headers thead[data-v-3d2b78bd] {
    display: none;
}
.table.table-sm-responsive-headers tbody[data-v-3d2b78bd],
  .table.table-sm-responsive-headers tr[data-v-3d2b78bd] {
    display: block;
}
.table.table-sm-responsive-headers tr[data-v-3d2b78bd] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-sm-responsive-headers tr[data-v-3d2b78bd]:last-child {
    border-bottom: none;
}
.table.table-sm-responsive-headers td[data-v-3d2b78bd],
  .table.table-sm-responsive-headers th[data-v-3d2b78bd] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table-sm-responsive-headers td[data-v-3d2b78bd]:last-child,
  .table.table-sm-responsive-headers th[data-v-3d2b78bd]:last-child {
    padding-bottom: 15px;
}
.table.table-sm-responsive-headers td[data-title][data-v-3d2b78bd]:not([data-title=""]):before,
  .table.table-sm-responsive-headers th[data-title][data-v-3d2b78bd]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table-sm-responsive-headers.table--compact th[data-v-3d2b78bd],
  .table.table-sm-responsive-headers.table--compact td[data-v-3d2b78bd] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table-sm-responsive-headers.table--compact th[data-v-3d2b78bd]:last-child,
  .table.table-sm-responsive-headers.table--compact td[data-v-3d2b78bd]:last-child {
    padding-bottom: 7px;
}
.table.table-sm-responsive-headers.table--extracompact th[data-v-3d2b78bd],
  .table.table-sm-responsive-headers.table--extracompact td[data-v-3d2b78bd] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table-sm-responsive-headers.table--extracompact th[data-v-3d2b78bd]:last-child,
  .table.table-sm-responsive-headers.table--extracompact td[data-v-3d2b78bd]:last-child {
    padding-bottom: 0px;
}
.table.table-sm-responsive-headers.table--borderless td[data-v-3d2b78bd],
  .table.table-sm-responsive-headers.table--borderless th[data-v-3d2b78bd], .table.table-sm-responsive-headers.structured-list td[data-v-3d2b78bd],
  .table.table-sm-responsive-headers.structured-list th[data-v-3d2b78bd] {
    padding-left: 0;
    padding-right: 0;
}
.table.table-sm-responsive-headers.table--borderless tr:first-child td[data-v-3d2b78bd]:first-child,
  .table.table-sm-responsive-headers.table--borderless tr:first-child th[data-v-3d2b78bd]:first-child, .table.table-sm-responsive-headers.structured-list tr:first-child td[data-v-3d2b78bd]:first-child,
  .table.table-sm-responsive-headers.structured-list tr:first-child th[data-v-3d2b78bd]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table-sm-responsive-headers.table--borderless tr:last-child td[data-v-3d2b78bd],
  .table.table-sm-responsive-headers.table--borderless tr:last-child th[data-v-3d2b78bd], .table.table-sm-responsive-headers.structured-list tr:last-child td[data-v-3d2b78bd],
  .table.table-sm-responsive-headers.structured-list tr:last-child th[data-v-3d2b78bd] {
    border-bottom: none;
}
.table.table-sm-responsive-headers.table--borderless tr:last-child td[data-v-3d2b78bd]:last-child,
  .table.table-sm-responsive-headers.table--borderless tr:last-child th[data-v-3d2b78bd]:last-child, .table.table-sm-responsive-headers.structured-list tr:last-child td[data-v-3d2b78bd]:last-child,
  .table.table-sm-responsive-headers.structured-list tr:last-child th[data-v-3d2b78bd]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-sm-responsive-headers.table--zebra.table--borderless td[data-v-3d2b78bd],
  .table.table-sm-responsive-headers.table--zebra.table--borderless th[data-v-3d2b78bd] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table-sm-responsive-headers.structured-list tbody tr:first-child td[data-v-3d2b78bd] {
    border-top: none;
}
.table.table-sm-responsive-headers.structured-list tbody tr th[data-v-3d2b78bd] {
    padding-bottom: 0;
}
.table.table-sm-responsive-headers.structured-list tbody tr td[data-v-3d2b78bd]:first-of-type {
    padding-top: 0;
}
}
@media screen and (max-width: 991px) {
.table.table-md-responsive-headers[data-v-3d2b78bd] {
    display: block;
}
.table.table-md-responsive-headers thead[data-v-3d2b78bd] {
    display: none;
}
.table.table-md-responsive-headers tbody[data-v-3d2b78bd],
  .table.table-md-responsive-headers tr[data-v-3d2b78bd] {
    display: block;
}
.table.table-md-responsive-headers tr[data-v-3d2b78bd] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-md-responsive-headers tr[data-v-3d2b78bd]:last-child {
    border-bottom: none;
}
.table.table-md-responsive-headers td[data-v-3d2b78bd],
  .table.table-md-responsive-headers th[data-v-3d2b78bd] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table-md-responsive-headers td[data-v-3d2b78bd]:last-child,
  .table.table-md-responsive-headers th[data-v-3d2b78bd]:last-child {
    padding-bottom: 15px;
}
.table.table-md-responsive-headers td[data-title][data-v-3d2b78bd]:not([data-title=""]):before,
  .table.table-md-responsive-headers th[data-title][data-v-3d2b78bd]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table-md-responsive-headers.table--compact th[data-v-3d2b78bd],
  .table.table-md-responsive-headers.table--compact td[data-v-3d2b78bd] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table-md-responsive-headers.table--compact th[data-v-3d2b78bd]:last-child,
  .table.table-md-responsive-headers.table--compact td[data-v-3d2b78bd]:last-child {
    padding-bottom: 7px;
}
.table.table-md-responsive-headers.table--extracompact th[data-v-3d2b78bd],
  .table.table-md-responsive-headers.table--extracompact td[data-v-3d2b78bd] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table-md-responsive-headers.table--extracompact th[data-v-3d2b78bd]:last-child,
  .table.table-md-responsive-headers.table--extracompact td[data-v-3d2b78bd]:last-child {
    padding-bottom: 0px;
}
.table.table-md-responsive-headers.table--borderless td[data-v-3d2b78bd],
  .table.table-md-responsive-headers.table--borderless th[data-v-3d2b78bd], .table.table-md-responsive-headers.structured-list td[data-v-3d2b78bd],
  .table.table-md-responsive-headers.structured-list th[data-v-3d2b78bd] {
    padding-left: 0;
    padding-right: 0;
}
.table.table-md-responsive-headers.table--borderless tr:first-child td[data-v-3d2b78bd]:first-child,
  .table.table-md-responsive-headers.table--borderless tr:first-child th[data-v-3d2b78bd]:first-child, .table.table-md-responsive-headers.structured-list tr:first-child td[data-v-3d2b78bd]:first-child,
  .table.table-md-responsive-headers.structured-list tr:first-child th[data-v-3d2b78bd]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table-md-responsive-headers.table--borderless tr:last-child td[data-v-3d2b78bd],
  .table.table-md-responsive-headers.table--borderless tr:last-child th[data-v-3d2b78bd], .table.table-md-responsive-headers.structured-list tr:last-child td[data-v-3d2b78bd],
  .table.table-md-responsive-headers.structured-list tr:last-child th[data-v-3d2b78bd] {
    border-bottom: none;
}
.table.table-md-responsive-headers.table--borderless tr:last-child td[data-v-3d2b78bd]:last-child,
  .table.table-md-responsive-headers.table--borderless tr:last-child th[data-v-3d2b78bd]:last-child, .table.table-md-responsive-headers.structured-list tr:last-child td[data-v-3d2b78bd]:last-child,
  .table.table-md-responsive-headers.structured-list tr:last-child th[data-v-3d2b78bd]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-md-responsive-headers.table--zebra.table--borderless td[data-v-3d2b78bd],
  .table.table-md-responsive-headers.table--zebra.table--borderless th[data-v-3d2b78bd] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table-md-responsive-headers.structured-list tbody tr:first-child td[data-v-3d2b78bd] {
    border-top: none;
}
.table.table-md-responsive-headers.structured-list tbody tr th[data-v-3d2b78bd] {
    padding-bottom: 0;
}
.table.table-md-responsive-headers.structured-list tbody tr td[data-v-3d2b78bd]:first-of-type {
    padding-top: 0;
}
}
@media screen and (max-width: 1199px) {
.table.table-lg-responsive-headers[data-v-3d2b78bd] {
    display: block;
}
.table.table-lg-responsive-headers thead[data-v-3d2b78bd] {
    display: none;
}
.table.table-lg-responsive-headers tbody[data-v-3d2b78bd],
  .table.table-lg-responsive-headers tr[data-v-3d2b78bd] {
    display: block;
}
.table.table-lg-responsive-headers tr[data-v-3d2b78bd] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-lg-responsive-headers tr[data-v-3d2b78bd]:last-child {
    border-bottom: none;
}
.table.table-lg-responsive-headers td[data-v-3d2b78bd],
  .table.table-lg-responsive-headers th[data-v-3d2b78bd] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table-lg-responsive-headers td[data-v-3d2b78bd]:last-child,
  .table.table-lg-responsive-headers th[data-v-3d2b78bd]:last-child {
    padding-bottom: 15px;
}
.table.table-lg-responsive-headers td[data-title][data-v-3d2b78bd]:not([data-title=""]):before,
  .table.table-lg-responsive-headers th[data-title][data-v-3d2b78bd]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table-lg-responsive-headers.table--compact th[data-v-3d2b78bd],
  .table.table-lg-responsive-headers.table--compact td[data-v-3d2b78bd] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table-lg-responsive-headers.table--compact th[data-v-3d2b78bd]:last-child,
  .table.table-lg-responsive-headers.table--compact td[data-v-3d2b78bd]:last-child {
    padding-bottom: 7px;
}
.table.table-lg-responsive-headers.table--extracompact th[data-v-3d2b78bd],
  .table.table-lg-responsive-headers.table--extracompact td[data-v-3d2b78bd] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table-lg-responsive-headers.table--extracompact th[data-v-3d2b78bd]:last-child,
  .table.table-lg-responsive-headers.table--extracompact td[data-v-3d2b78bd]:last-child {
    padding-bottom: 0px;
}
.table.table-lg-responsive-headers.table--borderless td[data-v-3d2b78bd],
  .table.table-lg-responsive-headers.table--borderless th[data-v-3d2b78bd], .table.table-lg-responsive-headers.structured-list td[data-v-3d2b78bd],
  .table.table-lg-responsive-headers.structured-list th[data-v-3d2b78bd] {
    padding-left: 0;
    padding-right: 0;
}
.table.table-lg-responsive-headers.table--borderless tr:first-child td[data-v-3d2b78bd]:first-child,
  .table.table-lg-responsive-headers.table--borderless tr:first-child th[data-v-3d2b78bd]:first-child, .table.table-lg-responsive-headers.structured-list tr:first-child td[data-v-3d2b78bd]:first-child,
  .table.table-lg-responsive-headers.structured-list tr:first-child th[data-v-3d2b78bd]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table-lg-responsive-headers.table--borderless tr:last-child td[data-v-3d2b78bd],
  .table.table-lg-responsive-headers.table--borderless tr:last-child th[data-v-3d2b78bd], .table.table-lg-responsive-headers.structured-list tr:last-child td[data-v-3d2b78bd],
  .table.table-lg-responsive-headers.structured-list tr:last-child th[data-v-3d2b78bd] {
    border-bottom: none;
}
.table.table-lg-responsive-headers.table--borderless tr:last-child td[data-v-3d2b78bd]:last-child,
  .table.table-lg-responsive-headers.table--borderless tr:last-child th[data-v-3d2b78bd]:last-child, .table.table-lg-responsive-headers.structured-list tr:last-child td[data-v-3d2b78bd]:last-child,
  .table.table-lg-responsive-headers.structured-list tr:last-child th[data-v-3d2b78bd]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-lg-responsive-headers.table--zebra.table--borderless td[data-v-3d2b78bd],
  .table.table-lg-responsive-headers.table--zebra.table--borderless th[data-v-3d2b78bd] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table-lg-responsive-headers.structured-list tbody tr:first-child td[data-v-3d2b78bd] {
    border-top: none;
}
.table.table-lg-responsive-headers.structured-list tbody tr th[data-v-3d2b78bd] {
    padding-bottom: 0;
}
.table.table-lg-responsive-headers.structured-list tbody tr td[data-v-3d2b78bd]:first-of-type {
    padding-top: 0;
}
}
@media screen {
.table.table-xxl-responsive-headers[data-v-3d2b78bd] {
    display: block;
}
.table.table-xxl-responsive-headers thead[data-v-3d2b78bd] {
    display: none;
}
.table.table-xxl-responsive-headers tbody[data-v-3d2b78bd],
  .table.table-xxl-responsive-headers tr[data-v-3d2b78bd] {
    display: block;
}
.table.table-xxl-responsive-headers tr[data-v-3d2b78bd] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-xxl-responsive-headers tr[data-v-3d2b78bd]:last-child {
    border-bottom: none;
}
.table.table-xxl-responsive-headers td[data-v-3d2b78bd],
  .table.table-xxl-responsive-headers th[data-v-3d2b78bd] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table-xxl-responsive-headers td[data-v-3d2b78bd]:last-child,
  .table.table-xxl-responsive-headers th[data-v-3d2b78bd]:last-child {
    padding-bottom: 15px;
}
.table.table-xxl-responsive-headers td[data-title][data-v-3d2b78bd]:not([data-title=""]):before,
  .table.table-xxl-responsive-headers th[data-title][data-v-3d2b78bd]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table-xxl-responsive-headers.table--compact th[data-v-3d2b78bd],
  .table.table-xxl-responsive-headers.table--compact td[data-v-3d2b78bd] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table-xxl-responsive-headers.table--compact th[data-v-3d2b78bd]:last-child,
  .table.table-xxl-responsive-headers.table--compact td[data-v-3d2b78bd]:last-child {
    padding-bottom: 7px;
}
.table.table-xxl-responsive-headers.table--extracompact th[data-v-3d2b78bd],
  .table.table-xxl-responsive-headers.table--extracompact td[data-v-3d2b78bd] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table-xxl-responsive-headers.table--extracompact th[data-v-3d2b78bd]:last-child,
  .table.table-xxl-responsive-headers.table--extracompact td[data-v-3d2b78bd]:last-child {
    padding-bottom: 0px;
}
.table.table-xxl-responsive-headers.table--borderless td[data-v-3d2b78bd],
  .table.table-xxl-responsive-headers.table--borderless th[data-v-3d2b78bd], .table.table-xxl-responsive-headers.structured-list td[data-v-3d2b78bd],
  .table.table-xxl-responsive-headers.structured-list th[data-v-3d2b78bd] {
    padding-left: 0;
    padding-right: 0;
}
.table.table-xxl-responsive-headers.table--borderless tr:first-child td[data-v-3d2b78bd]:first-child,
  .table.table-xxl-responsive-headers.table--borderless tr:first-child th[data-v-3d2b78bd]:first-child, .table.table-xxl-responsive-headers.structured-list tr:first-child td[data-v-3d2b78bd]:first-child,
  .table.table-xxl-responsive-headers.structured-list tr:first-child th[data-v-3d2b78bd]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table-xxl-responsive-headers.table--borderless tr:last-child td[data-v-3d2b78bd],
  .table.table-xxl-responsive-headers.table--borderless tr:last-child th[data-v-3d2b78bd], .table.table-xxl-responsive-headers.structured-list tr:last-child td[data-v-3d2b78bd],
  .table.table-xxl-responsive-headers.structured-list tr:last-child th[data-v-3d2b78bd] {
    border-bottom: none;
}
.table.table-xxl-responsive-headers.table--borderless tr:last-child td[data-v-3d2b78bd]:last-child,
  .table.table-xxl-responsive-headers.table--borderless tr:last-child th[data-v-3d2b78bd]:last-child, .table.table-xxl-responsive-headers.structured-list tr:last-child td[data-v-3d2b78bd]:last-child,
  .table.table-xxl-responsive-headers.structured-list tr:last-child th[data-v-3d2b78bd]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-xxl-responsive-headers.table--zebra.table--borderless td[data-v-3d2b78bd],
  .table.table-xxl-responsive-headers.table--zebra.table--borderless th[data-v-3d2b78bd] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table-xxl-responsive-headers.structured-list tbody tr:first-child td[data-v-3d2b78bd] {
    border-top: none;
}
.table.table-xxl-responsive-headers.structured-list tbody tr th[data-v-3d2b78bd] {
    padding-bottom: 0;
}
.table.table-xxl-responsive-headers.structured-list tbody tr td[data-v-3d2b78bd]:first-of-type {
    padding-top: 0;
}
}
.table--selectable tbody tr[data-v-3d2b78bd]:hover, .table--selectable.table.table--zebra tr[data-v-3d2b78bd]:nth-child(even):hover, .table--selectable.table.table--zebra tr[data-v-3d2b78bd]:nth-child(odd):hover {
  background-color: #F5F5F5;
}
.table--selectable.table.table--zebra tr.table-row-selected[data-v-3d2b78bd]:nth-child(even), .table--selectable.table.table--zebra tr.table-row-selected[data-v-3d2b78bd]:nth-child(odd),
.table--selectable .table-row-selected[data-v-3d2b78bd] {
  background-color: #DCDCDC;
}
.table-actions[data-v-3d2b78bd] {
  border-right: 1px solid #747474;
  border-bottom: 1px solid #747474;
  border-left: 1px solid #747474;
  overflow: hidden;
  padding: 16px 15px 15px 15px;
}
.table-actions .table-selected-number[data-v-3d2b78bd] {
  margin-top: 0px;
}
.table-actions .table-selected-number.no-selected[data-v-3d2b78bd] {
  color: #747474;
}
.table--responsive-scroll[data-v-3d2b78bd] {
  overflow-x: auto;
  min-height: 0.01%;
  padding: 5px;
  margin: -5px;
}
hr[data-v-3d2b78bd] {
  border-top: 1px solid #BFBFBF;
  display: block;
  border-bottom-width: 0;
}

/*
----------------------------------------
Accordion
----------------------------------------
*/
.accordion-button[data-v-3d2b78bd], .tabnav > button[data-v-3d2b78bd] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.accordion-button[data-v-3d2b78bd]:hover, .tabnav > button[data-v-3d2b78bd]:hover, .accordion-button[data-v-3d2b78bd]:focus, .tabnav > button[data-v-3d2b78bd]:focus {
  background-color: transparent;
  color: inherit;
}
.accordion-button[data-v-3d2b78bd], .tabnav > button[data-v-3d2b78bd] {
  background-color: #F5F5F5;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'/%3e%3c/svg%3e");
  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.4rem;
  padding: 1.6rem 1.6rem 1.6rem 5.6rem;
  width: 100%;
  font-size: 1.6rem;
  position: relative;
  transition: none;
  border-radius: 3px;
  border: 1px solid #747474;
}
.accordion-button[data-v-3d2b78bd]:hover, .tabnav > button[data-v-3d2b78bd]:hover {
  background-color: #DCDCDC;
  color: #1a1a1a;
}
.accordion-button h1[data-v-3d2b78bd], .tabnav > button h1[data-v-3d2b78bd], .accordion-button .h1[data-v-3d2b78bd], .tabnav > button .h1[data-v-3d2b78bd],
.accordion-button h2[data-v-3d2b78bd],
.tabnav > button h2[data-v-3d2b78bd], .accordion-button .h2[data-v-3d2b78bd], .tabnav > button .h2[data-v-3d2b78bd],
.accordion-button h3[data-v-3d2b78bd],
.tabnav > button h3[data-v-3d2b78bd], .accordion-button .h3[data-v-3d2b78bd], .tabnav > button .h3[data-v-3d2b78bd],
.accordion-button h4[data-v-3d2b78bd],
.tabnav > button h4[data-v-3d2b78bd], .accordion-button .h4[data-v-3d2b78bd], .tabnav > button .h4[data-v-3d2b78bd],
.accordion-button h5[data-v-3d2b78bd],
.tabnav > button h5[data-v-3d2b78bd], .accordion-button .h5[data-v-3d2b78bd], .tabnav > button .h5[data-v-3d2b78bd],
.accordion-button h6[data-v-3d2b78bd],
.tabnav > button h6[data-v-3d2b78bd], .accordion-button .h6[data-v-3d2b78bd], .tabnav > button .h6[data-v-3d2b78bd] {
  margin: 0;
}
.accordion-button .icon_text[data-v-3d2b78bd], .tabnav > button .icon_text[data-v-3d2b78bd] {
  font-weight: 600;
  margin-right: 8px;
  float: left;
}
.accordion-button .accordion-icon[data-v-3d2b78bd], .tabnav > button .accordion-icon[data-v-3d2b78bd] {
  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[data-v-3d2b78bd], .tabnav > button .accordion-icon[data-v-3d2b78bd] {
    text-align: center;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    display: flex;
}
}
.accordion-button .accordion-icon .icon-svg[data-v-3d2b78bd], .tabnav > button .accordion-icon .icon-svg[data-v-3d2b78bd] {
  fill: #1a1a1a;
  float: left;
}
.accordion-button .accordion-icon:hover .icon-svg[data-v-3d2b78bd], .tabnav > button .accordion-icon:hover .icon-svg[data-v-3d2b78bd] {
  fill: #1a1a1a;
}
button.accordion-bulk-button[data-v-3d2b78bd] {
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 28px;
  margin-bottom: 16px;
}
button.accordion-bulk-button[data-accordion-bulk-expand=true][data-v-3d2b78bd] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
}
button.accordion-bulk-button[data-accordion-bulk-expand=false][data-v-3d2b78bd] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'/%3e%3c/svg%3e");
}
.accordion[data-v-3d2b78bd], .tabnav[data-v-3d2b78bd] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.accordion > li[data-v-3d2b78bd], .tabnav > li[data-v-3d2b78bd] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.accordion > li[data-v-3d2b78bd]::before, .tabnav > li[data-v-3d2b78bd]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.accordion[data-v-3d2b78bd], .tabnav[data-v-3d2b78bd] {
  margin: 0;
  padding: 0;
  width: 100%;
}
.accordion > ul li ul[data-v-3d2b78bd], .tabnav > ul li ul[data-v-3d2b78bd] {
  list-style: disc;
}
.accordion > ul li ul > li > ul[data-v-3d2b78bd], .tabnav > ul li ul > li > ul[data-v-3d2b78bd] {
  list-style: circle;
}
.accordion > ul li ul > li > ul > li > ul[data-v-3d2b78bd], .tabnav > ul li ul > li > ul > li > ul[data-v-3d2b78bd] {
  list-style: square;
}
.accordion + .accordion[data-v-3d2b78bd], .tabnav + .accordion[data-v-3d2b78bd], .accordion + .tabnav[data-v-3d2b78bd], .tabnav + .tabnav[data-v-3d2b78bd] {
  margin-top: 0.8rem;
}
.accordion > li[data-v-3d2b78bd], .tabnav > li[data-v-3d2b78bd] {
  list-style: none;
  margin-bottom: 0.8rem;
  width: 100%;
}
.accordion > li > h1[data-v-3d2b78bd], .tabnav > li > h1[data-v-3d2b78bd], .accordion > li > h2[data-v-3d2b78bd], .tabnav > li > h2[data-v-3d2b78bd], .accordion > li > h3[data-v-3d2b78bd], .tabnav > li > h3[data-v-3d2b78bd], .accordion > li > h4[data-v-3d2b78bd], .tabnav > li > h4[data-v-3d2b78bd], .accordion > li > h5[data-v-3d2b78bd], .tabnav > li > h5[data-v-3d2b78bd], .accordion > li > h6[data-v-3d2b78bd], .tabnav > li > h6[data-v-3d2b78bd] {
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: normal;
  max-width: none;
}
.accordion-content[data-v-3d2b78bd], .tabnav-panel[data-v-3d2b78bd] {
  background-color: white;
  color: #1a1a1a;
  overflow: auto;
  padding: 1.6rem;
  border-bottom: 1px solid #747474;
  border-left: 1px solid #747474;
  border-right: 1px solid #747474;
  border-radius: 0 0 3px 3px;
}
.accordion-content p[data-v-3d2b78bd], .tabnav-panel p[data-v-3d2b78bd], .accordion-content h1[data-v-3d2b78bd], .tabnav-panel h1[data-v-3d2b78bd], .accordion-content h2[data-v-3d2b78bd], .tabnav-panel h2[data-v-3d2b78bd], .accordion-content h3[data-v-3d2b78bd], .tabnav-panel h3[data-v-3d2b78bd], .accordion-content h4[data-v-3d2b78bd], .tabnav-panel h4[data-v-3d2b78bd], .accordion-content h5[data-v-3d2b78bd], .tabnav-panel h5[data-v-3d2b78bd], .accordion-content .h1[data-v-3d2b78bd], .tabnav-panel .h1[data-v-3d2b78bd], .accordion-content .h2[data-v-3d2b78bd], .tabnav-panel .h2[data-v-3d2b78bd], .accordion-content .h3[data-v-3d2b78bd], .tabnav-panel .h3[data-v-3d2b78bd], .accordion-content .h4[data-v-3d2b78bd], .tabnav-panel .h4[data-v-3d2b78bd], .accordion-content .h5[data-v-3d2b78bd], .tabnav-panel .h5[data-v-3d2b78bd] {
  color: #1a1a1a;
}
.accordion-content[data-v-3d2b78bd] > *:first-child, .tabnav-panel[data-v-3d2b78bd] > *:first-child {
  margin-top: 0;
}
.accordion-content[data-v-3d2b78bd] > *:last-child, .tabnav-panel[data-v-3d2b78bd] > *:last-child {
  margin-bottom: 0;
}
.accordion-content[data-v-3d2b78bd]:not([aria-hidden]), .tabnav-panel[data-v-3d2b78bd]:not([aria-hidden]) {
  display: none;
}
.accordion-content[aria-hidden=true][data-v-3d2b78bd], [aria-hidden=true].tabnav-panel[data-v-3d2b78bd] {
  display: none;
}
.accordion-button.accordion-error[data-v-3d2b78bd], .tabnav > button.accordion-error[data-v-3d2b78bd] {
  border: 2px solid #CC0000;
}
.accordion-button[aria-expanded=true][data-v-3d2b78bd], .tabnav > button[aria-expanded=true][data-v-3d2b78bd] {
  background-color: #DCDCDC;
  border-radius: 3px 3px 0 0;
}
.accordion-button[aria-expanded=true][data-v-3d2b78bd]:not(.accordion-error), .tabnav > button[aria-expanded=true][data-v-3d2b78bd]:not(.accordion-error) {
  border-bottom: 1px solid #BFBFBF;
}
.accordion-button[aria-expanded=false][data-v-3d2b78bd], .tabnav > button[aria-expanded=false][data-v-3d2b78bd] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 2.4rem;
  border-radius: 3px;
}

/*
----------------------------------------
Alert
----------------------------------------
*/
.alert[data-v-3d2b78bd] {
  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 #999999;
}
.alert[data-v-3d2b78bd]:first-child {
  margin-top: 0;
}
.alert.alert--paragraph[data-v-3d2b78bd] {
  max-width: 66ch;
}
.alert .alert-close[data-v-3d2b78bd] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.alert .alert-close[data-v-3d2b78bd]:hover, .alert .alert-close[data-v-3d2b78bd]:focus {
  background-color: transparent;
  color: inherit;
}
.alert .alert-close[data-v-3d2b78bd] {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #1a1a1a;
  text-decoration: underline;
}
.alert .alert-close .icon-svg[data-v-3d2b78bd] {
  margin-right: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
.alert .alert-heading[data-v-3d2b78bd] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  color: #1a1a1a;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.alert .alert-text[data-v-3d2b78bd] {
  margin-bottom: 0;
  margin-top: 0;
  color: #1a1a1a;
  max-width: 66ch;
}
.alert .alert-text a[data-v-3d2b78bd], .alert .alert-text a[data-v-3d2b78bd]:link, .alert .alert-text a[data-v-3d2b78bd]:active, .alert .alert-text a[data-v-3d2b78bd]:visited, .alert .alert-text a[data-v-3d2b78bd]:hover {
  color: #1a1a1a;
}
.alert-success[data-v-3d2b78bd] {
  background-color: #eeffe2;
  border-color: #358000;
}
.alert-success.alert--show-icon[data-v-3d2b78bd] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm4.59-12.42L10%2014.17l-2.59-2.58L6%2013l4%204%208-8z'/%3e%3c/svg%3e");
  padding-left: calc(16px + 24px + 8px);
}
.alert-warning[data-v-3d2b78bd] {
  background-color: #ffeecc;
  border-color: #febb30;
}
.alert-warning.alert--show-icon[data-v-3d2b78bd] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%205.99L19.53%2019H4.47L12%205.99M12%202L1%2021h22L12%202zm1%2014h-2v2h2v-2zm0-6h-2v4h2v-4z'/%3e%3c/svg%3e");
  padding-left: calc(16px + 24px + 8px);
}
.alert-error[data-v-3d2b78bd] {
  background-color: #ffe0e0;
  border-color: #CC0000;
}
.alert-error.alert--show-icon[data-v-3d2b78bd] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.59%208L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208zM12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");
  padding-left: calc(16px + 24px + 8px);
}
.alert-info[data-v-3d2b78bd] {
  background-color: #e2f2fb;
  border-color: #1B86C3;
}
.alert-info.alert--show-icon[data-v-3d2b78bd] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%207h2v2h-2zm0%204h2v6h-2zm1-9C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");
  padding-left: calc(16px + 24px + 8px);
}
.alert + .alert[data-v-3d2b78bd] {
  margin-top: 16px;
}
.button.back-to-top-button[data-v-3d2b78bd] {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  width: auto;
  background-color: white;
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: auto;
  top: auto;
  z-index: 1;
}
.button.back-to-top-button.button-tertiary[data-v-3d2b78bd] {
  background-color: white;
}
.button.back-to-top-button.footer-sticky[data-v-3d2b78bd] {
  position: absolute;
  bottom: auto;
  top: auto;
  margin-top: 16px;
  z-index: auto;
}
@media (max-width: 991px) {
.button.back-to-top-button .icon-svg[data-v-3d2b78bd] {
    margin-right: 0;
}
}
.breadcrumbs[data-v-3d2b78bd] {
  color: #1a1a1a;
  font-size: 1.4rem;
}
.breadcrumbs__list[data-v-3d2b78bd]:after {
  content: "";
  display: block;
  clear: both;
}
.breadcrumbs__list[data-v-3d2b78bd] {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.breadcrumbs__list-item[data-v-3d2b78bd] {
  display: block;
  list-style-type: none;
  position: relative;
  margin-top: 0;
  margin-bottom: 2px;
  margin-left: 8px;
  padding-left: 13.655px;
  float: left;
}
.breadcrumbs__list-item[data-v-3d2b78bd]: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[data-v-3d2b78bd]:first-child {
  margin-left: 0;
  padding-left: 0;
}
.breadcrumbs__list-item[data-v-3d2b78bd]:first-child:before {
  content: none;
  display: none;
}
.breadcrumbs__link[data-v-3d2b78bd] {
  color: #1a1a1a;
}
.breadcrumbs__link[data-v-3d2b78bd]:visited, .breadcrumbs__link[data-v-3d2b78bd]:hover, .breadcrumbs__link[data-v-3d2b78bd]:active {
  color: #1a1a1a;
}
.cookie-container[data-v-3d2b78bd] {
  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[data-v-3d2b78bd] {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  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;
  max-height: 75vh;
  overflow-y: auto;
}
.cookie-container .cookie-message p[data-v-3d2b78bd], .cookie-container .cookie-message h1[data-v-3d2b78bd], .cookie-container .cookie-message h2[data-v-3d2b78bd], .cookie-container .cookie-message h3[data-v-3d2b78bd], .cookie-container .cookie-message h4[data-v-3d2b78bd], .cookie-container .cookie-message h5[data-v-3d2b78bd], .cookie-container .cookie-message h6[data-v-3d2b78bd], .cookie-container .cookie-message .h1[data-v-3d2b78bd], .cookie-container .cookie-message .h2[data-v-3d2b78bd], .cookie-container .cookie-message .h3[data-v-3d2b78bd], .cookie-container .cookie-message .h4[data-v-3d2b78bd], .cookie-container .cookie-message .h5[data-v-3d2b78bd], .cookie-container .cookie-message .h6[data-v-3d2b78bd] {
  color: #1a1a1a;
}
@media (min-width: 1200px) {
.cookie-container .cookie-message[data-v-3d2b78bd] {
    max-width: calc(1200px + 40px + 40px);
}
}
@media (min-width: 1200px) {
.cookie-container .cookie-message .cookie-text[data-v-3d2b78bd], .cookie-container .cookie-message .cookie-actions[data-v-3d2b78bd] {
    padding-left: 40px;
    padding-right: 40px;
}
}
.cookie-container .cookie-message .cookie-actions[data-v-3d2b78bd] {
  margin-top: 16px;
}
.details[data-v-3d2b78bd] {
  display: block;
  margin-bottom: 32px;
}
.details .details-summary[data-v-3d2b78bd]::marker, .details .details-summary[data-v-3d2b78bd]::-webkit-details-marker {
  display: none;
}
.details[open] .details-summary[data-v-3d2b78bd] {
  margin-bottom: 8px;
}
.details[open] .details-summary[data-v-3d2b78bd]:before {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2010l5%205%205-5H7z'/%3e%3c/svg%3e");
  background-position: -10px -8px;
}
.details .details-summary[data-v-3d2b78bd] {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
}
.details .details-summary[data-v-3d2b78bd]:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%2017l5-5-5-5v10z'/%3e%3c/svg%3e");
  background-position: -14px -8px;
  background-repeat: no-repeat;
  background-size: 3.4rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 4px;
}
.details .details-summary[data-v-3d2b78bd]:focus {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.details .details-summary .details-summary-text[data-v-3d2b78bd] {
  text-decoration: underline;
}
.details .details-text[data-v-3d2b78bd] {
  padding: 16px;
  border-left: 4px solid #BFBFBF;
  box-sizing: border-box;
}
.details .details-text[aria-hidden=true][data-v-3d2b78bd] {
  display: none;
}
.details .details-text p[data-v-3d2b78bd] {
  margin-top: 0;
  margin-bottom: 1.6rem;
}
.details .details-text[data-v-3d2b78bd] > :last-child {
  margin-bottom: 0;
}
.date-picker[data-v-3d2b78bd] {
  max-width: 25rem;
}
.date-picker__wrapper[data-v-3d2b78bd] {
  display: block;
  position: relative;
}
.date-picker__wrapper[data-v-3d2b78bd]:focus {
  outline: 0;
}
.date-picker--active .date-picker__calendar[data-v-3d2b78bd], .date-picker--initialized .date-picker__calendar[data-v-3d2b78bd] {
  z-index: 400;
}
.date-picker__external-input[data-v-3d2b78bd] {
  max-width: none;
  width: calc(100% - 16px - 16px);
}
.date-picker__button[data-v-3d2b78bd] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__button[data-v-3d2b78bd]:hover, .date-picker__button[data-v-3d2b78bd]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__button[data-v-3d2b78bd] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%203h-1V1h-2v2H8V1H6v2H5c-1.11%200-1.99.9-1.99%202L3%2019c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm0%2016H5V9h14v10zm0-12H5V5h14v2zm-2%205h-5v5h5v-5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  align-self: stretch;
  background-color: transparent;
  background-position: center;
  margin-top: 0.5em;
  width: 3em;
  display: block;
  cursor: pointer;
}
.date-picker--initialized .date-picker__wrapper[data-v-3d2b78bd] {
  display: flex;
}
.date-picker__calendar[data-v-3d2b78bd] {
  border: 1px solid #747474;
  background-color: white;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
.date-picker__calendar[data-v-3d2b78bd] {
    width: 344px;
}
}
.date-picker__calendar[data-v-3d2b78bd] {
  z-index: 100;
  margin-top: 4px;
}
.date-picker__calendar__table[data-v-3d2b78bd] {
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.date-picker__calendar__table thead[data-v-3d2b78bd] {
  border-bottom: 1px solid #BFBFBF;
}
.date-picker__calendar__table th[data-v-3d2b78bd] {
  font-weight: 400;
}
.date-picker__calendar__table td[data-v-3d2b78bd] {
  padding: 0;
}
.date-picker__calendar__table td:first-of-type .date-picker__calendar__date[data-v-3d2b78bd]:after {
  border-left-width: 0px;
}
.date-picker__calendar__table td:last-of-type .date-picker__calendar__date[data-v-3d2b78bd]:after {
  border-right-width: 0px;
}
.date-picker__calendar__month-picker .date-picker__calendar__table thead[data-v-3d2b78bd], .date-picker__calendar__month-picker .date-picker__calendar__table tr[data-v-3d2b78bd], .date-picker__calendar__year-picker .date-picker__calendar__table thead[data-v-3d2b78bd], .date-picker__calendar__year-picker .date-picker__calendar__table tr[data-v-3d2b78bd] {
  border: 0;
}
.date-picker__calendar__row[data-v-3d2b78bd] {
  display: flex;
  text-align: center;
  width: 100%;
  background-color: #F5F5F5;
  border-bottom: 1px solid #BFBFBF;
}
.date-picker__calendar__row button[data-v-3d2b78bd]:focus {
  z-index: 10;
  position: relative;
}
.date-picker__calendar__cell[data-v-3d2b78bd] {
  background-color: #F5F5F5;
  color: #1a1a1a;
  flex: 1;
}
.date-picker__calendar__cell--center-items[data-v-3d2b78bd] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.date-picker__calendar__previous-year[data-v-3d2b78bd],
.date-picker__calendar__previous-month[data-v-3d2b78bd],
.date-picker__calendar__next-year[data-v-3d2b78bd],
.date-picker__calendar__next-month[data-v-3d2b78bd] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__previous-year[data-v-3d2b78bd]:hover, .date-picker__calendar__previous-year[data-v-3d2b78bd]:focus,
.date-picker__calendar__previous-month[data-v-3d2b78bd]:hover,
.date-picker__calendar__previous-month[data-v-3d2b78bd]:focus,
.date-picker__calendar__next-year[data-v-3d2b78bd]:hover,
.date-picker__calendar__next-year[data-v-3d2b78bd]:focus,
.date-picker__calendar__next-month[data-v-3d2b78bd]:hover,
.date-picker__calendar__next-month[data-v-3d2b78bd]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__previous-year[data-v-3d2b78bd],
.date-picker__calendar__previous-month[data-v-3d2b78bd],
.date-picker__calendar__next-year[data-v-3d2b78bd],
.date-picker__calendar__next-month[data-v-3d2b78bd] {
  background-position: center;
  height: 30px;
  padding: 20px 10px;
  cursor: pointer;
}
.date-picker__calendar__previous-year[disabled][data-v-3d2b78bd],
.date-picker__calendar__previous-month[disabled][data-v-3d2b78bd],
.date-picker__calendar__next-year[disabled][data-v-3d2b78bd],
.date-picker__calendar__next-month[disabled][data-v-3d2b78bd] {
  cursor: default;
}
.date-picker__calendar__previous-year[data-v-3d2b78bd]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M18.41,7.41L17,6L11,12L17,18L18.41,16.59L13.83,12L18.41,7.41M12.41,7.41L11,6L5,12L11,18L12.41,16.59L7.83,12L12.41,7.41Z'%20/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__previous-month[data-v-3d2b78bd]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012l4.58-4.59z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__next-year[data-v-3d2b78bd]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M5.59,7.41L7,6L13,12L7,18L5.59,16.59L10.17,12L5.59,7.41M11.59,7.41L13,6L19,12L13,18L11.59,16.59L16.17,12L11.59,7.41Z'%20/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__next-month[data-v-3d2b78bd]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6-6-6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__day-of-week[data-v-3d2b78bd] {
  padding: 6px 0px;
}
.date-picker__calendar__date[data-v-3d2b78bd] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__date[data-v-3d2b78bd]:hover, .date-picker__calendar__date[data-v-3d2b78bd]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__date[data-v-3d2b78bd] {
  text-align: right;
  width: 100%;
  padding: 10px 8px 10px 0px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
.date-picker__calendar__date[data-v-3d2b78bd] {
    padding: 10px 12px 10px 0px;
}
}
.date-picker__calendar__date[data-v-3d2b78bd]:after {
  position: absolute;
  top: -1px;
  bottom: 0px;
  left: -1px;
  right: 0px;
  border: 1px solid #BFBFBF;
  content: "";
  display: block;
  pointer-events: none;
}
.date-picker__calendar__date[disabled][data-v-3d2b78bd] {
  opacity: 0.3;
  cursor: not-allowed;
}
.date-picker__calendar__date--focused[data-v-3d2b78bd] {
  position: relative;
  z-index: 100;
}
.date-picker__calendar__date--focused[data-v-3d2b78bd]:after {
  border: 1px solid #747474;
}
.date-picker__calendar__date[data-v-3d2b78bd]:focus {
  outline: none;
}
.date-picker__calendar__date[data-v-3d2b78bd]:focus:before {
  outline: 4px solid #747474;
  outline-offset: 1px;
  position: absolute;
  top: -1px;
  bottom: 0px;
  left: -1px;
  right: 0px;
  content: "";
  display: block;
  pointer-events: none;
}
.date-picker__calendar__date--next-month[data-v-3d2b78bd]:not([disabled]), .date-picker__calendar__date--previous-month[data-v-3d2b78bd]:not([disabled]) {
  color: #1a1a1a;
  text-indent: -99999px;
  background-color: #F5F5F5;
}
.date-picker__calendar__date--next-month[data-v-3d2b78bd]:not([disabled]):hover, .date-picker__calendar__date--previous-month[data-v-3d2b78bd]:not([disabled]):hover {
  background-color: #DCDCDC;
}
.date-picker__calendar__date--selected[data-v-3d2b78bd], .date-picker__calendar__date--range-date[data-v-3d2b78bd] {
  background-color: #454545;
  color: white;
  font-weight: 600;
}
.date-picker__calendar__date--selected[data-v-3d2b78bd]:not([disabled]), .date-picker__calendar__date--range-date[data-v-3d2b78bd]:not([disabled]) {
  background-color: #454545;
  color: white;
}
.date-picker__calendar__date--range-date-start[data-v-3d2b78bd] {
  border-top-left-radius: 10%;
  border-bottom-left-radius: 10%;
}
.date-picker__calendar__date--range-date-end[data-v-3d2b78bd] {
  border-top-right-radius: 10%;
  border-bottom-right-radius: 10%;
}
.date-picker__calendar__date--within-range[data-v-3d2b78bd] {
  background-color: #747474;
  color: white;
}
.date-picker__calendar__date--within-range[data-v-3d2b78bd]:not([disabled]) {
  background-color: #747474;
  color: white;
}
.date-picker__calendar__date--within-range[data-v-3d2b78bd]:not([disabled]):hover {
  background-color: #747474;
}
.date-picker__calendar__date--within-range[data-v-3d2b78bd]:not([disabled]):focus {
  background-color: #747474;
}
.date-picker__calendar__date--within-range[data-v-3d2b78bd]:not([disabled]):active {
  background-color: #747474;
}
.date-picker__calendar__month-label[data-v-3d2b78bd] {
  flex: 4;
  text-align: center;
}
.date-picker__calendar__year-selection[data-v-3d2b78bd],
.date-picker__calendar__month-selection[data-v-3d2b78bd] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__year-selection[data-v-3d2b78bd]:hover, .date-picker__calendar__year-selection[data-v-3d2b78bd]:focus,
.date-picker__calendar__month-selection[data-v-3d2b78bd]:hover,
.date-picker__calendar__month-selection[data-v-3d2b78bd]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__year-selection[data-v-3d2b78bd],
.date-picker__calendar__month-selection[data-v-3d2b78bd] {
  display: inline-block;
  padding: 8px 4px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}
@media (min-width: 768px) {
.date-picker__calendar__year-selection[data-v-3d2b78bd],
  .date-picker__calendar__month-selection[data-v-3d2b78bd] {
    height: 100%;
    width: auto;
    text-align: left;
}
}
.date-picker__calendar__month-picker[data-v-3d2b78bd] {
  padding: 20px 5px;
}
.date-picker__calendar__month[data-v-3d2b78bd] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__month[data-v-3d2b78bd]:hover, .date-picker__calendar__month[data-v-3d2b78bd]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__month[data-v-3d2b78bd] {
  padding: 10px 0;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
}
.date-picker__calendar__month--focused[data-v-3d2b78bd] {
  outline: 4px solid #747474;
  outline-offset: 2px;
  position: relative;
  z-index: 100;
}
.date-picker__calendar__month[disabled][data-v-3d2b78bd] {
  opacity: 0.3;
  cursor: not-allowed;
}
.date-picker__calendar__month--selected[data-v-3d2b78bd] {
  color: #1a1a1a;
  font-weight: 600;
}
.date-picker__calendar__month--selected[data-v-3d2b78bd]:not([disabled]):hover {
  color: #1a1a1a;
}
.date-picker__calendar__month--selected[data-v-3d2b78bd]:not([disabled]):focus {
  color: #1a1a1a;
}
.date-picker__calendar__year-picker[data-v-3d2b78bd] {
  padding: 20px 5px;
}
.date-picker__calendar__previous-year-chunk[data-v-3d2b78bd],
.date-picker__calendar__next-year-chunk[data-v-3d2b78bd] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__previous-year-chunk[data-v-3d2b78bd]:hover, .date-picker__calendar__previous-year-chunk[data-v-3d2b78bd]:focus,
.date-picker__calendar__next-year-chunk[data-v-3d2b78bd]:hover,
.date-picker__calendar__next-year-chunk[data-v-3d2b78bd]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__previous-year-chunk[data-v-3d2b78bd],
.date-picker__calendar__next-year-chunk[data-v-3d2b78bd] {
  background-position: center;
  margin: auto;
  padding: 0px 8px;
  cursor: pointer;
}
.date-picker__calendar__previous-year-chunk[data-v-3d2b78bd]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012l4.58-4.59z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__next-year-chunk[data-v-3d2b78bd]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6-6-6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__year[data-v-3d2b78bd] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__year[data-v-3d2b78bd]:hover, .date-picker__calendar__year[data-v-3d2b78bd]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__year[data-v-3d2b78bd] {
  padding: 10px 0;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
}
.date-picker__calendar__year--focused[data-v-3d2b78bd] {
  outline: 4px solid #747474;
  outline-offset: 1px;
  position: relative;
  z-index: 100;
}
.date-picker__calendar__year[disabled][data-v-3d2b78bd] {
  opacity: 0.3;
  cursor: not-allowed;
}
.date-picker__calendar__year--selected[data-v-3d2b78bd] {
  color: #1a1a1a;
  font-weight: 600;
}
.date-picker__calendar__year--selected[data-v-3d2b78bd]:not([disabled]):hover {
  color: #1a1a1a;
}
.date-picker__calendar__year--selected[data-v-3d2b78bd]:not([disabled]):focus {
  color: #1a1a1a;
}
footer p[data-v-3d2b78bd], footer h1[data-v-3d2b78bd], footer h2[data-v-3d2b78bd], footer h3[data-v-3d2b78bd], footer h4[data-v-3d2b78bd], footer h5[data-v-3d2b78bd], footer h6[data-v-3d2b78bd] {
  margin: 0;
}
footer .h1[data-v-3d2b78bd], footer .h2[data-v-3d2b78bd], footer .h3[data-v-3d2b78bd], footer .h4[data-v-3d2b78bd], footer .h5[data-v-3d2b78bd], footer .h6[data-v-3d2b78bd] {
  margin: 0;
}
footer .footer[data-v-3d2b78bd] {
  border-top: 1px solid #747474;
  background-color: white;
  padding-top: calc(24px - 1px);
  padding-bottom: 16px;
  margin-top: 8rem;
  color: #1a1a1a;
}
@media (min-width: 768px) {
footer .footer[data-v-3d2b78bd] {
    padding-bottom: calc(56px + 16px);
}
}
footer .footer p[data-v-3d2b78bd], footer .footer h1[data-v-3d2b78bd], footer .footer h2[data-v-3d2b78bd], footer .footer h3[data-v-3d2b78bd], footer .footer h4[data-v-3d2b78bd], footer .footer h5[data-v-3d2b78bd], footer .footer h6[data-v-3d2b78bd], footer .footer .h1[data-v-3d2b78bd], footer .footer .h2[data-v-3d2b78bd], footer .footer .h3[data-v-3d2b78bd], footer .footer .h4[data-v-3d2b78bd], footer .footer .h5[data-v-3d2b78bd], footer .footer .h6[data-v-3d2b78bd] {
  color: #1a1a1a;
}
footer .footer .function-link[data-v-3d2b78bd], footer .footer button.accordion-bulk-button[data-v-3d2b78bd] {
  color: #1a1a1a;
}
footer .footer .function-link[data-v-3d2b78bd]:hover, footer .footer button.accordion-bulk-button[data-v-3d2b78bd]:hover, footer .footer .function-link[data-v-3d2b78bd]:focus, footer .footer button.accordion-bulk-button[data-v-3d2b78bd]:focus, footer .footer .function-link[data-v-3d2b78bd]:visited, footer .footer button.accordion-bulk-button[data-v-3d2b78bd]:visited {
  color: #1a1a1a;
}
footer .footer .footer-col[data-v-3d2b78bd]:not(:first-child) {
  margin-top: 24px;
}
@media (min-width: 768px) {
footer .footer .footer-col[data-v-3d2b78bd]:not(:first-child) {
    margin-top: 0;
}
}
footer .footer .logo[data-v-3d2b78bd] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAABkCAIAAABM5OhcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+VJREFUeNrsnVFr4kAURu0qKAoVCi0ILSgUWuiDb/7/P1FQEFpooKAgtBDpQgv7kY+dHZIY89CHdXrOg0yTOxPWOdy5MxH2LM/zDsB384uvABALEAsQCwCxALEAsQAQCxALEAsAsQCxALEAEAsQCxALALEAsQCxABALEAsQCwCxALEAsQAQCxALEAsAsQCxALEAEAsQCxALALEAsQCxABALEAvSpZf2P+/9/X25XPb7/fl83hy52Wx2u93vAsWPRqOrq6vz8/PmwdUlz3N1+fz87BdcXFyoYzVYYdvtNi/o9XrD4XA8Hl9eXqqNWKeKJr7Zj6enJ8d4mq2XpJFYs9lMujR0KfXSrcFgUDLy+flZ4pZGEK+vr9fX17UiIlYKKU0NqXBzc6NEpbbSj7KLZt13Hx4e4rwiRSSKGgpWylHiCeYpG6mLslH8CI2gixphMpmEFKXIl5cXXddQX19fuoVY6SCB1uu1GsoZ0+n035dSSCDVVquVkpDm/vb2NohoqxQgEUsDjgriK7ZHA97d3cW31L6/v3cmU4yeVepI8X7CZFnm2ii2Kp57rVNquJDyRa2AFrFqVe0SrLSnhsap9UbPdbZzGGIlgoyxJYcCdMsrlyNd3euKhWs5vuKbH+FIKY5YiVRXnkvt4xrCfNcZy6Jo2Wq5lXt7e3P80fHFfr9HrEQKLKeT6qYvxne9AfRn+2KoTbzGt6YfHx8U7+mcQbRcgBx86P92dIUe/ux2uyrMjx5zlBTX3hCxUkDT3/l7BHUU5y191rqii3ZOo8Wmlv48OAdFWHPiRKyTYTAYOFv4qP1QmI2Jxaq6FQ4jFPz4+BiuD4dDZbLmvOVT+/aKU2P974RjTJfYDTW+PsfjcaiWXMK3oU182Dk21/iIdTq5utfzjqzhDGmz2cQ7Rx8N6ErLYyf3UnzpfU7pEUd3poh1YvhFis/WaxfBLMvsU1gKbYCq9TZ5SxnL8RqntvDXc30wlt4rnR8tlibeB+hKG8vlMsy9c9JqtVJDMfG5vNpe4NYF4TAs3jzG+GxdMRpNY4ZgPUtPdLoK5+8pcXZoC50G4R1zFdU0PhTQ7PrdTnUfp3yjWS+V1QpQfMPqJhaLRRxvBau7RTU0fnrrYIdfN3il09Rut1tV8T7+9rtkXawtqG2DFi+thuoS9onq4h9ylURRvAyWWHLRP97qdrvJ/x4r8YwF1FiAWACIBYgFiAWAWIBYgFgAiAWIBYgFgFiAWIBYAIgFiAWIBYBYgFiAWACIBYgFiAWAWIBYgFgAiAWIBYgFgFiAWIBYAIgFiAWIBYjFVwCIBYgFiAWAWIBYgFgA38sfAQYANSgkfdmnfu4AAAAASUVORK5CYII=");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  height: auto;
  max-height: 100%;
  max-width: 150px;
}
footer .footer ul[data-v-3d2b78bd]:not(:last-child) {
  margin-bottom: 24px;
}
footer .footer ul.footer-links li[data-v-3d2b78bd] {
  margin-top: 8px;
}
@media (min-width: 768px) {
footer .footer .inline-list > li[data-v-3d2b78bd]:not(:last-child):after {
    content: "·" !important;
    margin-left: 8px;
    margin-right: 8px;
}
}
footer .footer-theme[data-v-3d2b78bd] {
  padding-top: 16px;
  padding-bottom: 8px;
}
.header[data-v-3d2b78bd] {
  width: 100%;
}
.header .logo[data-v-3d2b78bd] {
  background-image: url("/assets/img/logo_virk-BVEnKfLm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  display: inline-block;
  height: 60px;
  width: 200px;
  max-width: 60%;
}
.header .button[data-v-3d2b78bd] {
  width: 100%;
}
@media (min-width: 992px) {
.header .button[data-v-3d2b78bd] {
    width: auto;
}
}
.header h1[data-v-3d2b78bd], .header h2[data-v-3d2b78bd], .header h3[data-v-3d2b78bd], .header h4[data-v-3d2b78bd], .header h5[data-v-3d2b78bd], .header h6[data-v-3d2b78bd], .header p[data-v-3d2b78bd] {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
.header .form-select[data-v-3d2b78bd], .header .form-input[data-v-3d2b78bd] {
    margin-top: 0;
    margin-bottom: 0;
}
.header .form-select[data-v-3d2b78bd], .header .form-input[data-v-3d2b78bd] {
    width: auto;
}
}
.header .button-menu-open[data-v-3d2b78bd] {
  width: auto;
  white-space: nowrap;
}
@media (min-width: 992px) {
.header .button-menu-open[data-v-3d2b78bd] {
    display: none;
}
}
.header .button-menu-close[data-v-3d2b78bd] {
  width: unset;
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-right: 16px;
  margin-top: 0px;
  margin-bottom: 0;
}
.header .button-menu-close .icon-svg[data-v-3d2b78bd] {
  margin: 0 8px 0 0;
}
.header .button-menu-close span[data-v-3d2b78bd] {
  position: relative;
  top: 1px;
}
@media (min-width: 992px) {
.header .button-menu-close[data-v-3d2b78bd] {
    display: none;
}
}
.header .portal-header[data-v-3d2b78bd] {
  background-color: white;
  border-bottom: 1px solid #BFBFBF;
  width: 100%;
}
.header .portal-header.portal-header-compact[data-v-3d2b78bd] {
  font-size: 1.4rem;
  line-height: 2rem;
}
.header .portal-header.portal-header-compact p[data-v-3d2b78bd] {
  font-size: 1.4rem;
  line-height: 2rem;
}
.header .portal-header.portal-header-compact .portal-info .user[data-v-3d2b78bd] {
  max-width: none;
}
.header .portal-header.portal-header-compact .portal-header-inner[data-v-3d2b78bd] {
  padding-top: 4px;
  padding-bottom: calc(4px - 1px);
}
.header .portal-header.portal-header-compact .logo[data-v-3d2b78bd] {
  max-height: 24px;
  width: 3.8rem;
  margin-top: 8px;
  margin-bottom: 8px;
}
.header .portal-header .portal-header-inner[data-v-3d2b78bd] {
  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[data-v-3d2b78bd] {
    flex-direction: row;
}
}
.header .portal-header .portal-info[data-v-3d2b78bd] {
  display: none;
}
@media (min-width: 992px) {
.header .portal-header .portal-info[data-v-3d2b78bd] {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.header .portal-header .portal-info[data-v-3d2b78bd] > * {
    margin-left: 16px;
}
}
.header .portal-header .portal-info .user[data-v-3d2b78bd] {
  text-align: right;
  max-width: 500px;
}
.header .portal-header .portal-info .button[data-v-3d2b78bd] {
  white-space: nowrap;
}
.header .solution-header[data-v-3d2b78bd] {
  border-bottom: 1px solid #747474;
  background-color: white;
}
@media (min-width: 992px) {
.header .solution-header[data-v-3d2b78bd] {
    border-bottom: 1px solid #BFBFBF;
}
}
.header .solution-header[data-v-3d2b78bd] {
  width: 100%;
}
.header .solution-header.header-end[data-v-3d2b78bd] {
  border-bottom: 1px solid #747474;
}
.header .solution-header .solution-header-inner[data-v-3d2b78bd] {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-top: calc(16px - 1px);
  padding-bottom: calc(16px - 1px);
}
.header .solution-header .solution-heading a[data-v-3d2b78bd], .header .solution-header .solution-heading h1[data-v-3d2b78bd], .header .solution-header .solution-heading .g1[data-v-3d2b78bd] {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 768px) {
.header .solution-header .solution-heading a[data-v-3d2b78bd], .header .solution-header .solution-heading h1[data-v-3d2b78bd], .header .solution-header .solution-heading .g1[data-v-3d2b78bd] {
    font-size: 2.8rem;
    line-height: 3.2rem;
}
}
.header .solution-header .solution-heading p[data-v-3d2b78bd], .header .solution-header .solution-heading h2[data-v-3d2b78bd], .header .solution-header .solution-heading h3[data-v-3d2b78bd], .header .solution-header .solution-heading h4[data-v-3d2b78bd], .header .solution-header .solution-heading h5[data-v-3d2b78bd], .header .solution-header .solution-heading .h2[data-v-3d2b78bd], .header .solution-header .solution-heading .h3[data-v-3d2b78bd], .header .solution-header .solution-heading .h4[data-v-3d2b78bd], .header .solution-header .solution-heading .h5[data-v-3d2b78bd] {
  color: #1a1a1a;
}
.header .solution-header .solution-heading .function-link[data-v-3d2b78bd], .header .solution-header .solution-heading button.accordion-bulk-button[data-v-3d2b78bd] {
  color: #1a1a1a;
}
.header .solution-header .solution-heading .function-link[data-v-3d2b78bd]:hover, .header .solution-header .solution-heading button.accordion-bulk-button[data-v-3d2b78bd]:hover, .header .solution-header .solution-heading .function-link[data-v-3d2b78bd]:focus, .header .solution-header .solution-heading button.accordion-bulk-button[data-v-3d2b78bd]:focus, .header .solution-header .solution-heading .function-link[data-v-3d2b78bd]:visited, .header .solution-header .solution-heading button.accordion-bulk-button[data-v-3d2b78bd]:visited {
  color: #1a1a1a;
}
.header .solution-header .solution-info[data-v-3d2b78bd] {
  display: none;
}
@media (min-width: 992px) {
.header .solution-header .solution-info[data-v-3d2b78bd] {
    margin-left: auto;
    text-align: right;
    max-width: 60%;
    display: block;
}
}
.header .authority-name[data-v-3d2b78bd] {
  color: #454545;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 0;
  margin-bottom: 0;
}
.header .button-contact[data-v-3d2b78bd] {
  display: inline-flex;
}
.header .button-contact .icon-svg[data-v-3d2b78bd] {
  position: relative;
  top: -1px;
}
.header .portal-info-mobile[data-v-3d2b78bd] {
  padding: 24px 16px;
  border-bottom: 1px solid #BFBFBF;
  text-align: left;
}
.header .portal-info-mobile p[data-v-3d2b78bd] {
  margin-bottom: 8px;
}
.header .portal-info-mobile .button-signin[data-v-3d2b78bd], .header .portal-info-mobile .button-signout[data-v-3d2b78bd] {
  margin-top: 8px;
}
@media (min-width: 992px) {
.header .portal-info-mobile[data-v-3d2b78bd] {
    display: none;
}
}
.header .solution-info-mobile[data-v-3d2b78bd] {
  padding: 24px 16px;
}
.header .solution-info-mobile p[data-v-3d2b78bd] {
  margin-bottom: 8px;
  color: #1a1a1a;
}
.header .solution-info-mobile p[data-v-3d2b78bd]:last-child {
  margin-bottom: 0;
}
.header .solution-info-mobile .function-link[data-v-3d2b78bd], .header .solution-info-mobile button.accordion-bulk-button[data-v-3d2b78bd] {
  color: #1a1a1a;
}
.header .solution-info-mobile .function-link[data-v-3d2b78bd]:hover, .header .solution-info-mobile button.accordion-bulk-button[data-v-3d2b78bd]:hover, .header .solution-info-mobile .function-link[data-v-3d2b78bd]:focus, .header .solution-info-mobile button.accordion-bulk-button[data-v-3d2b78bd]:focus, .header .solution-info-mobile .function-link[data-v-3d2b78bd]:visited, .header .solution-info-mobile button.accordion-bulk-button[data-v-3d2b78bd]:visited {
  color: #1a1a1a;
}
@media (min-width: 992px) {
.header .solution-info-mobile[data-v-3d2b78bd] {
    display: none;
}
}
@keyframes slidein-left-3d2b78bd {
from {
    transform: translateX(85%);
}
to {
    transform: translateX(0);
}
}
.header .nav[data-v-3d2b78bd] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  background-color: white;
  display: none;
  flex-direction: column;
  overflow-y: auto;
  padding: 0;
  padding-top: 16px;
  width: 85%;
  z-index: 9000;
}
@media (min-width: 992px) {
.header .nav[data-v-3d2b78bd] {
    border-left: none;
    display: block;
    overflow-y: visible;
    position: static;
    width: auto;
}
}
@media (min-width: 992px) {
.header .nav[data-v-3d2b78bd] {
    padding: 0;
    width: 100%;
}
}
.header .nav.is-visible[data-v-3d2b78bd] {
  animation: slidein-left-3d2b78bd 0.3s ease-in-out;
  display: block;
}
.header .nav-actions[data-v-3d2b78bd] {
  margin-top: 8px;
  padding: 0 16px;
}
.header .nav-actions[data-v-3d2b78bd]:first-child {
  margin-top: 0;
}
.header .nav-actions > li[data-v-3d2b78bd] {
  margin-top: 8px;
}
.header .nav-actions > li[data-v-3d2b78bd]:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
.header .nav-actions[data-v-3d2b78bd] {
    margin-top: 0;
    margin-left: auto;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-right: -4px;
    padding: 0;
}
.header .nav-actions > li[data-v-3d2b78bd], .header .nav-actions > li[data-v-3d2b78bd]:first-child {
    margin: calc(8px - 2px) 4px;
}
}
@media (max-width: 1199px) {
.header .function-link[data-v-3d2b78bd]:not(.icon-link):not(.button-menu-close):not(.button-menu-open), .header button.accordion-bulk-button[data-v-3d2b78bd]:not(.icon-link):not(.button-menu-close):not(.button-menu-open) {
    display: block;
    margin-top: 8px;
}
.header .function-link:not(.icon-link):not(.button-menu-close):not(.button-menu-open) .icon-svg[data-v-3d2b78bd], .header button.accordion-bulk-button:not(.icon-link):not(.button-menu-close):not(.button-menu-open) .icon-svg[data-v-3d2b78bd] {
    float: left;
    margin-left: 0;
    margin-right: 4px;
}
}
@media (min-width: 992px) {
.header .function-link + .function-link[data-v-3d2b78bd], .header button.accordion-bulk-button + .function-link[data-v-3d2b78bd], .header .function-link + button.accordion-bulk-button[data-v-3d2b78bd], .header button.accordion-bulk-button + button.accordion-bulk-button[data-v-3d2b78bd] {
    margin-left: 16px;
}
}
.overlay[data-v-3d2b78bd] {
  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[data-v-3d2b78bd] {
  opacity: 0.75;
  visibility: visible;
}
body.modal-open[data-v-3d2b78bd] {
  overflow: hidden;
}
.modal-backdrop[data-v-3d2b78bd] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8888;
  padding: 16px;
}
.fds-modal[data-v-3d2b78bd] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 16px;
}
.fds-modal[aria-hidden=false][data-v-3d2b78bd] {
  display: flex;
}
.fds-modal .modal-content[data-v-3d2b78bd] {
  align-self: center;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 100%;
  position: relative;
  margin: 24px auto 24px;
}
.fds-modal .modal-header[data-v-3d2b78bd] {
  padding: 16px 24px 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-3d2b78bd] {
    padding: 40px 40px 8px 40px;
}
}
.fds-modal .modal-header[data-v-3d2b78bd] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-3d2b78bd] {
    padding-right: 48px;
}
}
.fds-modal .modal-header h1[data-v-3d2b78bd], .fds-modal .modal-header h2[data-v-3d2b78bd], .fds-modal .modal-header h3[data-v-3d2b78bd], .fds-modal .modal-header h4[data-v-3d2b78bd], .fds-modal .modal-header h5[data-v-3d2b78bd], .fds-modal .modal-header h6[data-v-3d2b78bd], .fds-modal .modal-header .h1[data-v-3d2b78bd], .fds-modal .modal-header .h2[data-v-3d2b78bd], .fds-modal .modal-header .h3[data-v-3d2b78bd], .fds-modal .modal-header .h4[data-v-3d2b78bd], .fds-modal .modal-header .h5[data-v-3d2b78bd], .fds-modal .modal-header .h6[data-v-3d2b78bd] {
  color: #1a1a1a;
}
.fds-modal .modal-title[data-v-3d2b78bd] {
  margin: 24px 48px 8px 0;
}
@media (min-width: 768px) {
.fds-modal .modal-title[data-v-3d2b78bd] {
    margin: 0 48px 0 0;
}
}
.fds-modal .modal-body[data-v-3d2b78bd] {
  background-color: white;
  color: #1a1a1a;
  padding: 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-body[data-v-3d2b78bd] {
    padding: 8px 40px 8px 40px;
}
}
.fds-modal .modal-body[data-v-3d2b78bd] > *:first-child {
  margin-top: 0;
}
.fds-modal .modal-body p[data-v-3d2b78bd], .fds-modal .modal-body h1[data-v-3d2b78bd], .fds-modal .modal-body h2[data-v-3d2b78bd], .fds-modal .modal-body h3[data-v-3d2b78bd], .fds-modal .modal-body h4[data-v-3d2b78bd], .fds-modal .modal-body h5[data-v-3d2b78bd], .fds-modal .modal-body h6[data-v-3d2b78bd], .fds-modal .modal-body .h1[data-v-3d2b78bd], .fds-modal .modal-body .h2[data-v-3d2b78bd], .fds-modal .modal-body .h3[data-v-3d2b78bd], .fds-modal .modal-body .h4[data-v-3d2b78bd], .fds-modal .modal-body .h5[data-v-3d2b78bd], .fds-modal .modal-body .h6[data-v-3d2b78bd] {
  color: #1a1a1a;
}
.fds-modal .modal-footer[data-v-3d2b78bd] {
  padding: 0px 24px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-footer[data-v-3d2b78bd] {
    padding: 8px 40px 40px 40px;
}
}
.fds-modal .modal-footer[data-v-3d2b78bd] {
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 992px) {
.fds-modal .modal-footer[data-v-3d2b78bd] {
    display: flex;
}
}
.fds-modal .modal-footer .button[data-v-3d2b78bd] {
  margin-top: 8px;
  margin-right: 16px;
}
.fds-modal .modal-footer p[data-v-3d2b78bd], .fds-modal .modal-footer h1[data-v-3d2b78bd], .fds-modal .modal-footer h2[data-v-3d2b78bd], .fds-modal .modal-footer h3[data-v-3d2b78bd], .fds-modal .modal-footer h4[data-v-3d2b78bd], .fds-modal .modal-footer h5[data-v-3d2b78bd], .fds-modal .modal-footer h6[data-v-3d2b78bd], .fds-modal .modal-footer .h1[data-v-3d2b78bd], .fds-modal .modal-footer .h2[data-v-3d2b78bd], .fds-modal .modal-footer .h3[data-v-3d2b78bd], .fds-modal .modal-footer .h4[data-v-3d2b78bd], .fds-modal .modal-footer .h5[data-v-3d2b78bd], .fds-modal .modal-footer .h6[data-v-3d2b78bd] {
  color: #1a1a1a;
}
.fds-modal .modal-close[data-v-3d2b78bd] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: inherit;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-close[data-v-3d2b78bd] {
    top: 24px;
    right: 32px;
}
}
.fds-modal .modal-close[data-v-3d2b78bd]:hover, .fds-modal .modal-close[data-v-3d2b78bd]:visited, .fds-modal .modal-close[data-v-3d2b78bd]:focus {
  color: #1a1a1a;
}
.fds-modal[data-v-3d2b78bd] {
  /**************************\
        Animation Style
    \**************************/
}
@keyframes modalfadeIn-3d2b78bd {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes modalfadeOut-3d2b78bd {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes modalslideIn-3d2b78bd {
from {
    transform: translateY(15%);
}
to {
    transform: translateY(0);
}
}
@keyframes modalslideOut-3d2b78bd {
from {
    transform: translateY(0);
}
to {
    transform: translateY(-10%);
}
}
.fds-modal[aria-hidden=false] .modal-content[data-v-3d2b78bd] {
  animation: modalslideIn-3d2b78bd 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal[aria-hidden=true] .modal-content[data-v-3d2b78bd] {
  animation: modalslideOut-3d2b78bd 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.mobile_nav-active[data-v-3d2b78bd] {
  overflow: hidden;
}
.mobile_nav-active .nav .nav-actions .overflow-menu[data-v-3d2b78bd] {
  width: 100%;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[data-v-3d2b78bd] {
  width: 100%;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-3d2b78bd]:after, .mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-3d2b78bd]:before, .mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[data-v-3d2b78bd]:after, .mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[data-v-3d2b78bd]:before {
  display: none;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner[data-v-3d2b78bd] {
  position: static;
  border: none;
  box-shadow: none;
  min-width: inherit;
  margin-top: 0;
  padding-top: 0px;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner .overflow-list[data-v-3d2b78bd] {
  padding-left: 16px;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner a[data-v-3d2b78bd], .mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner button[data-v-3d2b78bd] {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner a[data-v-3d2b78bd]:hover, .mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner button[data-v-3d2b78bd]:hover {
  background-color: transparent;
}
.navbar[data-v-3d2b78bd] {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 16px;
}
@media (min-width: 992px) {
.navbar[data-v-3d2b78bd] {
    padding: 0;
    flex-direction: row;
}
}
.navbar .helptext[data-v-3d2b78bd] {
  color: #747474;
  font-weight: 400;
}
.navbar .navbar-inner[data-v-3d2b78bd] {
  border-bottom: 1px solid #BFBFBF;
}
@media (min-width: 992px) {
.navbar .navbar-inner[data-v-3d2b78bd] {
    border-bottom: none;
}
}
.navbar-context-actions[data-v-3d2b78bd] {
  padding-bottom: 16px;
}
@media (min-width: 992px) {
.navbar-context-actions[data-v-3d2b78bd] {
    padding-top: 16px;
    padding-bottom: 0;
}
}
.nav-primary[data-v-3d2b78bd] {
  padding-top: 0;
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.nav-primary > li[data-v-3d2b78bd] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.nav-primary > li[data-v-3d2b78bd]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.nav-primary[data-v-3d2b78bd] {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  border-top: 1px solid #BFBFBF;
}
.nav-primary + .nav-actions[data-v-3d2b78bd] {
  border-top: 1px solid #BFBFBF;
  margin-top: 0;
}
@media (min-width: 992px) {
.nav-primary + .nav-actions[data-v-3d2b78bd] {
    border-top: none;
}
}
@media (min-width: 992px) {
.nav-primary[data-v-3d2b78bd] {
    border-top: none;
    flex-direction: row;
    flex-shrink: 0;
    flex-wrap: wrap;
    margin-top: 0;
    margin-left: -12px;
    border-bottom: none;
}
}
.nav-primary ul[data-v-3d2b78bd] {
  margin-left: 16px;
}
@media (min-width: 992px) {
.nav-primary ul[data-v-3d2b78bd] {
    margin-left: 0;
}
}
.nav-primary .nav-link[data-v-3d2b78bd] {
  text-decoration: none;
  color: #1a1a1a;
  background-color: transparent;
  display: block;
  padding: 15px 0 16px;
}
@media (min-width: 992px) {
.nav-primary .nav-link span[data-v-3d2b78bd] {
    display: block;
    border-bottom: 7px solid transparent;
}
}
@media (min-width: 992px) {
.nav-primary .nav-link span[data-v-3d2b78bd] {
    padding-bottom: 9px;
}
}
.nav-primary li[data-v-3d2b78bd] {
  margin-top: 0;
  padding-left: 0px;
  border-bottom: 1px solid #BFBFBF;
}
@media (min-width: 992px) {
.nav-primary li[data-v-3d2b78bd] {
    border-bottom: none;
}
}
.nav-primary li[data-v-3d2b78bd]:last-of-type {
  border-bottom: none;
}
.nav-primary li li li .overflow-menu .buttton-overflow-menu[data-v-3d2b78bd] {
  padding-top: 11px;
  padding-bottom: 12px;
}
.nav-primary li li li .nav-link[data-v-3d2b78bd] {
  padding-top: 11px;
  padding-bottom: 12px;
}
.nav-primary > li > .overflow-menu > button.button-overflow-menu[data-v-3d2b78bd] {
  padding-left: 16px;
}
.nav-primary > li > .overflow-menu > .overflow-menu-inner > .overflow-list[data-v-3d2b78bd] {
  margin-left: 32px;
}
@media (min-width: 992px) {
.nav-primary > li[data-v-3d2b78bd] {
    border-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}
.nav-primary > li > .overflow-menu > button.button-overflow-menu[data-v-3d2b78bd] {
    padding-left: 12px;
}
}
.nav-primary > li > .nav-link[data-v-3d2b78bd] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  white-space: nowrap;
  padding-left: 16px;
}
@media (min-width: 992px) {
.nav-primary > li > .nav-link[data-v-3d2b78bd] {
    padding-bottom: 0px;
    padding-left: 0;
}
}
@media (min-width: 992px) {
.nav-primary > li > .nav-link[data-v-3d2b78bd]:hover {
    background-color: transparent;
    color: #1a1a1a;
}
.nav-primary > li > .nav-link:hover span[data-v-3d2b78bd] {
    border-bottom: 7px solid transparent;
}
}
.nav-primary > li > .nav-link[data-v-3d2b78bd]:focus {
  position: relative;
  z-index: 100;
  background-color: transparent;
  color: #1a1a1a;
}
.nav-primary > li > .nav-link:focus span[data-v-3d2b78bd] {
  border-bottom: 7px solid transparent;
}
@media (min-width: 992px) {
.nav-primary > li > .nav-link[data-v-3d2b78bd], .nav-primary > li > button[data-v-3d2b78bd], .nav-primary > li .button-overflow-menu[data-v-3d2b78bd] {
    padding-left: 12px;
    padding-right: 12px;
}
.nav-primary > li > .nav-link span[data-v-3d2b78bd], .nav-primary > li > button span[data-v-3d2b78bd], .nav-primary > li .button-overflow-menu span[data-v-3d2b78bd] {
    border-bottom: 7px solid transparent;
    padding-bottom: calc(8px + 1px);
}
.nav-primary > li > .nav-link:hover span[data-v-3d2b78bd], .nav-primary > li > button:hover span[data-v-3d2b78bd], .nav-primary > li .button-overflow-menu:hover span[data-v-3d2b78bd] {
    border-bottom: 7px solid transparent;
}
.nav-primary > li > .nav-link:focus span[data-v-3d2b78bd], .nav-primary > li > button:focus span[data-v-3d2b78bd], .nav-primary > li .button-overflow-menu:focus span[data-v-3d2b78bd] {
    border-bottom: 7px solid transparent;
}
}
.nav-primary .active > a[data-v-3d2b78bd], .nav-primary .overflow-menu .overflow-menu-inner .overflow-list > li.active > a[data-v-3d2b78bd] {
  font-weight: 600;
}
@media (min-width: 992px) {
.nav-primary .current > a[data-v-3d2b78bd], .nav-primary .current .button-overflow-menu[data-v-3d2b78bd] {
    background-color: transparent;
    color: #1a1a1a;
}
.nav-primary .current > a span[data-v-3d2b78bd], .nav-primary .current .button-overflow-menu span[data-v-3d2b78bd] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current > a[data-v-3d2b78bd]:hover, .nav-primary .current > a[data-v-3d2b78bd]:focus, .nav-primary .current > a[data-v-3d2b78bd]:hover, .nav-primary .current > a[data-v-3d2b78bd]:visited, .nav-primary .current .button-overflow-menu[data-v-3d2b78bd]:hover, .nav-primary .current .button-overflow-menu[data-v-3d2b78bd]:focus, .nav-primary .current .button-overflow-menu[data-v-3d2b78bd]:hover, .nav-primary .current .button-overflow-menu[data-v-3d2b78bd]:visited {
    background-color: transparent;
    color: #1a1a1a;
}
.nav-primary .current > a:hover span[data-v-3d2b78bd], .nav-primary .current > a:focus span[data-v-3d2b78bd], .nav-primary .current > a:hover span[data-v-3d2b78bd], .nav-primary .current > a:visited span[data-v-3d2b78bd], .nav-primary .current .button-overflow-menu:hover span[data-v-3d2b78bd], .nav-primary .current .button-overflow-menu:focus span[data-v-3d2b78bd], .nav-primary .current .button-overflow-menu:hover span[data-v-3d2b78bd], .nav-primary .current .button-overflow-menu:visited span[data-v-3d2b78bd] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[data-v-3d2b78bd] {
    font-weight: 600;
    color: #1a1a1a;
    background-color: transparent;
}
.nav-primary .current .overflow-menu .button-overflow-menu span[data-v-3d2b78bd] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[data-v-3d2b78bd]:focus, .nav-primary .current .overflow-menu .button-overflow-menu[data-v-3d2b78bd]:active {
    color: #1a1a1a;
    background-color: transparent;
    position: relative;
    z-index: 2;
}
.nav-primary .current .overflow-menu .button-overflow-menu:focus span[data-v-3d2b78bd], .nav-primary .current .overflow-menu .button-overflow-menu:active span[data-v-3d2b78bd] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[data-v-3d2b78bd]:hover {
    color: #1a1a1a;
    background-color: transparent;
}
.nav-primary .current .overflow-menu .button-overflow-menu:hover span[data-v-3d2b78bd] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-3d2b78bd] {
    background-color: #454545;
    color: white;
}
.nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true] span[data-v-3d2b78bd] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-3d2b78bd]:hover, .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-3d2b78bd]:focus, .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-3d2b78bd]:active {
    background-color: #454545;
    color: white;
}
.nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true]:hover span[data-v-3d2b78bd], .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true]:focus span[data-v-3d2b78bd], .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true]:active span[data-v-3d2b78bd] {
    border-bottom: 7px solid #0059b3;
}
}
.nav-primary .current > a[data-v-3d2b78bd], .nav-primary .current > .overflow-menu > .button-overflow-menu[data-v-3d2b78bd] {
  color: #1a1a1a;
}
@media (min-width: 992px) {
.nav-primary .current > a[data-v-3d2b78bd], .nav-primary .current > .overflow-menu > .button-overflow-menu[data-v-3d2b78bd] {
    font-weight: 500;
}
}
.nav-primary[data-v-3d2b78bd] {
  /*region: nav-primary overflow menu */
}
.nav-primary .overflow-menu[data-v-3d2b78bd] {
  display: block;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu[data-v-3d2b78bd] {
    display: inline-block;
}
}
.nav-primary .overflow-menu .button-overflow-menu[data-v-3d2b78bd] {
  color: #1a1a1a;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  padding-top: 15px;
  padding-bottom: 16px;
  padding-left: 0px;
  padding-right: 40px;
  white-space: normal;
  width: 100%;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .button-overflow-menu[data-v-3d2b78bd] {
    padding-bottom: 0;
    width: unset;
    padding-right: 12px;
    padding-left: 12px;
}
}
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-3d2b78bd]:after, .nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-3d2b78bd]:before, .nav-primary .overflow-menu .button-overflow-menu[data-v-3d2b78bd]:after, .nav-primary .overflow-menu .button-overflow-menu[data-v-3d2b78bd]:before {
  display: none;
}
.nav-primary .overflow-menu .button-overflow-menu span[data-v-3d2b78bd] {
  padding-right: 24px;
  display: block;
}
.nav-primary .overflow-menu .button-overflow-menu[data-v-3d2b78bd]:focus, .nav-primary .overflow-menu .button-overflow-menu[data-v-3d2b78bd]:active {
  outline: 4px solid #747474;
  color: #1a1a1a;
  z-index: 2;
  position: relative;
}
.nav-primary .overflow-menu .button-overflow-menu[data-v-3d2b78bd]:hover {
  text-decoration: none;
  color: #1a1a1a;
  background-color: transparent;
}
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=false][data-v-3d2b78bd] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px top 16px;
  background-size: 24px;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=false][data-v-3d2b78bd] {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
}
}
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-3d2b78bd] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px top 16px;
  background-size: 24px;
  background-color: white;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-3d2b78bd] {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'%20fill='%23ffffff'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-color: #454545;
    color: white;
    position: relative;
    z-index: 2;
}
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-3d2b78bd]:before, .nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-3d2b78bd]:after {
    display: none;
}
}
.nav-primary .overflow-menu .overflow-menu-inner[data-v-3d2b78bd] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.nav-primary .overflow-menu .overflow-menu-inner > li[data-v-3d2b78bd] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.nav-primary .overflow-menu .overflow-menu-inner > li[data-v-3d2b78bd]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.nav-primary .overflow-menu .overflow-menu-inner[data-v-3d2b78bd] {
  background-color: white;
  border: none;
  border-top: 1px solid #BFBFBF;
  box-shadow: none;
  color: #1a1a1a;
  font-size: 1.6rem;
  line-height: 2.4rem;
  min-width: inherit;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  width: 100%;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner[data-v-3d2b78bd] {
    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 a[data-v-3d2b78bd] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  display: block;
  text-decoration: none;
}
.nav-primary .overflow-menu .overflow-menu-inner a[data-v-3d2b78bd]:hover, .nav-primary .overflow-menu .overflow-menu-inner a[data-v-3d2b78bd]:visited, .nav-primary .overflow-menu .overflow-menu-inner a[data-v-3d2b78bd]:focus {
  color: #1a1a1a;
  background-color: transparent;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner a[data-v-3d2b78bd]:hover, .nav-primary .overflow-menu .overflow-menu-inner a[data-v-3d2b78bd]:visited, .nav-primary .overflow-menu .overflow-menu-inner a[data-v-3d2b78bd]:focus {
    color: white;
    text-decoration: underline;
}
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner a[data-v-3d2b78bd] {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: white;
    padding: 8px 16px;
}
}
.nav-primary .overflow-menu .overflow-menu-inner button[data-v-3d2b78bd]:not(.button-overflow-menu) {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.nav-primary .overflow-menu .overflow-menu-inner button[data-v-3d2b78bd]:not(.button-overflow-menu):hover, .nav-primary .overflow-menu .overflow-menu-inner button[data-v-3d2b78bd]:not(.button-overflow-menu):focus {
  background-color: transparent;
  color: inherit;
}
.nav-primary[data-v-3d2b78bd] {
  /*endregion*/
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list[data-v-3d2b78bd] {
  list-style-type: none;
  margin-left: 16px;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list[data-v-3d2b78bd] {
    margin-left: 0;
}
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list li[data-v-3d2b78bd]:before {
  display: none;
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list a[data-v-3d2b78bd] {
  text-decoration: none;
  color: #1a1a1a;
  background-color: transparent;
  display: block;
  padding: 15px 0 16px;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list a[data-v-3d2b78bd] {
    background-color: transparent;
    color: white;
    padding: 8px 16px;
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list a[data-v-3d2b78bd]:hover {
    text-decoration: underline;
}
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list[data-v-3d2b78bd], .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list[data-v-3d2b78bd] {
  margin-left: 16px;
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li a[data-v-3d2b78bd], .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li a[data-v-3d2b78bd] {
  padding: 11px 0 12px;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li:last-of-type a[data-v-3d2b78bd], .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li:last-of-type a[data-v-3d2b78bd] {
    padding: 8px 0 32px 0;
}
}
.nav-secondary[data-v-3d2b78bd] {
  padding: 0 16px;
}
@media (min-width: 992px) {
.nav-secondary[data-v-3d2b78bd] {
    display: flex;
    align-items: center;
    padding: 0;
}
}
.nav-secondary .nav-actions[data-v-3d2b78bd] {
  padding: 0;
}
.nav-secondary + .nav-actions[data-v-3d2b78bd] {
  padding: 0 16px 16px;
}
@media (min-width: 992px) {
.nav-secondary + .nav-actions[data-v-3d2b78bd] {
    padding: 0 0 0 16px;
}
}
.nav-secondary .nav-secondary-heading[data-v-3d2b78bd] {
  font-weight: 700;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
.nav-secondary .nav-secondary-heading + ul[data-v-3d2b78bd] {
    margin-left: 16px;
}
}
@media (min-width: 992px) {
.navbar-primary[data-v-3d2b78bd] {
    border-bottom: 1px solid #747474;
}
}
.navbar:last-of-type .nav-actions[data-v-3d2b78bd] {
  border-bottom: none;
}
.navbar-inner[data-v-3d2b78bd] {
  display: flex;
  flex-direction: column;
}
.navbar-inner.container[data-v-3d2b78bd] {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
.navbar-inner.container[data-v-3d2b78bd] {
    padding-left: 16px;
    padding-right: 16px;
}
}
@media (min-width: 992px) {
.navbar-inner[data-v-3d2b78bd] {
    flex-direction: row;
    justify-content: space-between;
}
}
.pagination[data-v-3d2b78bd] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
.pagination .pagination__dropdown[data-v-3d2b78bd] {
  display: none;
}
@media (max-width: 767px) {
.pagination .pagination__dropdown[data-v-3d2b78bd] {
    display: inline-flex;
}
}
.pagination .pagination__items[data-v-3d2b78bd] {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
@media (max-width: 767px) {
.pagination .pagination__items[data-v-3d2b78bd] {
    display: none;
}
}
.pagination .button.button-arrow[data-v-3d2b78bd] {
  font-size: 1.6rem;
  appearance: none;
  background-color: transparent;
  border-style: none;
  color: #1a1a1a;
  text-decoration: underline;
  white-space: nowrap;
  width: auto;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.pagination .button.button-arrow.hidden[data-v-3d2b78bd] {
  visibility: hidden;
}
.pagination .button.button-arrow .icon-svg[data-v-3d2b78bd] {
  margin-right: 0;
}
@media (max-width: 767px) {
.pagination .button.button-arrow .pagination-nav-link[data-v-3d2b78bd] {
    display: none;
}
}
@media (min-width: 768px) {
.pagination .button.button-first[data-v-3d2b78bd], .pagination .button.button-last[data-v-3d2b78bd] {
    display: none;
}
}
.pagination .button.button-previous .icon-svg[data-v-3d2b78bd] {
  margin-right: 4px;
}
@media (max-width: 767px) {
.pagination .button.button-previous .icon-svg[data-v-3d2b78bd] {
    margin-right: 0;
}
}
.pagination .button.button-next .icon-svg[data-v-3d2b78bd] {
  margin-left: 4px;
}
@media (max-width: 767px) {
.pagination .button.button-next .icon-svg[data-v-3d2b78bd] {
    margin-left: 0;
}
}
.pagination .pagination-mobile[data-v-3d2b78bd] {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
}
@media (min-width: 768px) {
.pagination .pagination-mobile[data-v-3d2b78bd] {
    display: none;
}
}
.pagination .pagination__items[data-v-3d2b78bd] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.pagination .pagination__items > li[data-v-3d2b78bd] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.pagination .pagination__items > li[data-v-3d2b78bd]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.pagination .pagination__items[data-v-3d2b78bd] {
  width: auto;
}
.pagination .pagination__items .pagination-item[data-v-3d2b78bd] {
  margin-left: 8px;
  margin-right: 8px;
}
.pagination .pagination__items .pagination-item .current-page[data-v-3d2b78bd] {
  appearance: none;
  display: inline-block;
  width: 100%;
  padding: 8px calc(16px - 2px) calc(8px - 2px);
  border-radius: 4px;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2rem;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  user-select: text;
  font-size: 1.8rem;
  color: white;
  background-color: #454545;
  border-color: #454545;
}
.toast-container[data-v-3d2b78bd] {
  position: fixed;
  right: 16px;
  left: 16px;
  top: 16px;
  bottom: auto;
  z-index: 7000;
}
@media (min-width: 768px) {
.toast-container[data-v-3d2b78bd] {
    right: 16px;
    left: auto;
    top: 48px;
    bottom: auto;
}
}
.toast[data-v-3d2b78bd] {
  width: 100%;
  max-width: 100%;
  background-color: white;
  display: flex;
  transition: opacity 0.15s linear;
  margin-bottom: 16px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}
.toast[data-v-3d2b78bd]:not(.show) {
  opacity: 0;
}
.toast.hide[data-v-3d2b78bd] {
  display: none;
}
@media (min-width: 768px) {
.toast[data-v-3d2b78bd] {
    width: 464px;
}
}
.toast .toast-icon[data-v-3d2b78bd] {
  align-items: center;
  display: flex;
  padding-left: calc(16px + 24px);
  padding-right: 16px;
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center center;
}
.toast .toast-message[data-v-3d2b78bd] {
  padding: 16px;
  position: relative;
  width: 100%;
}
.toast .toast-message .toast-close[data-v-3d2b78bd] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.toast .toast-message .toast-close[data-v-3d2b78bd]:hover, .toast .toast-message .toast-close[data-v-3d2b78bd]:focus {
  background-color: transparent;
  color: inherit;
}
.toast .toast-message .toast-close[data-v-3d2b78bd] {
  position: absolute;
  top: 16px;
  right: 16px;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012%2019%206.41z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.toast .toast-message p[data-v-3d2b78bd] {
  margin: 0px;
  word-break: break-word;
}
.toast .toast-message p[data-v-3d2b78bd]:first-of-type {
  margin-right: 32px;
}
.toast-success[data-v-3d2b78bd] {
  background-color: #eeffe2;
}
.toast-warning[data-v-3d2b78bd] {
  background-color: #ffeecc;
}
.toast-error[data-v-3d2b78bd] {
  background-color: #ffe0e0;
}
.toast-info[data-v-3d2b78bd] {
  background-color: #e2f2fb;
}
.toast-success .toast-icon[data-v-3d2b78bd] {
  background-color: #358000;
}
.toast-warning .toast-icon[data-v-3d2b78bd] {
  background-color: #febb30;
}
.toast-error .toast-icon[data-v-3d2b78bd] {
  background-color: #CC0000;
}
.toast-info .toast-icon[data-v-3d2b78bd] {
  background-color: #1B86C3;
}
.toast-success .toast-icon[data-v-3d2b78bd] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm4.59-12.42L10%2014.17l-2.59-2.58L6%2013l4%204%208-8z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.toast-warning .toast-icon[data-v-3d2b78bd] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%205.99L19.53%2019H4.47L12%205.99M12%202L1%2021h22L12%202zm1%2014h-2v2h2v-2zm0-6h-2v4h2v-4z'/%3e%3c/svg%3e");
}
.toast-error .toast-icon[data-v-3d2b78bd] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.59%208L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208zM12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.toast-info .toast-icon[data-v-3d2b78bd] {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.1.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20enable-background='new%200%200%2024%2024'%20xml:space='preserve'%3e%3cg%20id='Bounding_Boxes'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_3'%20display='none'%3e%3c/g%3e%3cpath%20fill='none'%20d='M0,0h24v24H0V0z'/%3e%3c/g%3e%3cg%20id='Rounded'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_5'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,17L12,17c-0.55,0-1-0.45-1-1v-4%20c0-0.55,0.45-1,1-1h0c0.55,0,1,0.45,1,1v4C13,16.55,12.55,17,12,17z%20M13,9h-2V7h2V9z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Sharp'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_4'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M13,17h-2v-6h2V17z%20M13,9h-2V7h2V9z'%20/%3e%3c/g%3e%3c/g%3e%3cg%20id='Outline'%20fill='%23ffffff'%3e%3cg%20id='ui_x5F_spec_x5F_header'%20display='none'%3e%3c/g%3e%3cg%3e%3crect%20x='11'%20y='7'%20width='2'%20height='2'/%3e%3crect%20x='11'%20y='11'%20width='2'%20height='6'/%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20c0-4.41,3.59-8,8-8s8,3.59,8,8C20,16.41,16.41,20,12,20z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Duotone'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_2'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20opacity='0.3'%20d='M12,4c-4.41,0-8,3.59-8,8c0,4.41,3.59,8,8,8s8-3.59,8-8C20,7.59,16.41,4,12,4z%20M13,17h-2v-6h2V17z%20M13,9h-2%20V7h2V9z'/%3e%3crect%20x='11'%20y='7'%20width='2'%20height='2'/%3e%3crect%20x='11'%20y='11'%20width='2'%20height='6'/%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20c0-4.41,3.59-8,8-8s8,3.59,8,8C20,16.41,16.41,20,12,20z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Material'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M13,17h-2v-6h2V17z%20M13,9h-2V7h2V9z'%20/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.search[data-v-3d2b78bd] {
  display: flex;
}
.search .form-input[data-v-3d2b78bd] {
  background-color: white;
  margin-top: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search .form-input[data-v-3d2b78bd]:focus {
  z-index: 1;
}
.search .button-search[data-v-3d2b78bd] {
  background-color: white;
  border: 1px solid #747474;
  border-left: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  color: #1a1a1a;
  font-weight: 400;
  width: inherit;
}
.search .button-search[data-v-3d2b78bd]:hover {
  background-color: #DCDCDC;
}
input[type=search][data-v-3d2b78bd] { /* stylelint-disable-line selector-no-qualifying-type */
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}
.sidenav-list[data-v-3d2b78bd] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.sidenav-list > li[data-v-3d2b78bd] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.sidenav-list > li[data-v-3d2b78bd]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.sidenav-list ul[data-v-3d2b78bd] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.sidenav-list ul > li[data-v-3d2b78bd] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.sidenav-list ul > li[data-v-3d2b78bd]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.sidenav-list[data-v-3d2b78bd] {
  border-bottom: 1px solid #BFBFBF;
  border-top: 1px solid #BFBFBF;
}
.sidenav-list a[data-v-3d2b78bd] {
  display: block;
  border: none;
  color: #1a1a1a;
  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[data-v-3d2b78bd]:focus {
  outline-offset: 0;
  position: relative;
  z-index: 1;
}
.sidenav-list > li.current > a[data-v-3d2b78bd], .sidenav-list > li.current > ul > li > a[data-v-3d2b78bd] {
  padding-left: calc(16px - 4px);
}
.sidenav-list li[data-v-3d2b78bd]:hover {
  background-color: #F5F5F5;
}
.sidenav-list li a[data-v-3d2b78bd]:hover {
  text-decoration: none;
  color: #1a1a1a;
}
.sidenav-list li.sidenav-error[data-v-3d2b78bd] {
  background-color: #ffe0e0;
}
.sidenav-list li.sidenav-error.current[data-v-3d2b78bd] {
  background-color: #ffe0e0;
}
.sidenav-list li.sidenav-error[data-v-3d2b78bd]:hover {
  background-color: #ffe0e0;
}
.sidenav-list li.sidenav-error .sidenav-information[data-v-3d2b78bd] {
  color: #454545;
  font-weight: 400;
}
.sidenav-list li a[data-v-3d2b78bd] {
  display: flex;
  flex-wrap: nowrap;
}
.sidenav-list li a ul[data-v-3d2b78bd] {
  width: 100%;
}
.sidenav-list li a .sidenav-icon-before[data-v-3d2b78bd] {
  line-height: 23px;
  text-align: left;
}
.sidenav-list li a .sidenav-icon[data-v-3d2b78bd] {
  margin-left: auto;
  width: 22px;
  height: 22px;
  line-height: 23px;
  text-align: center;
  float: right;
}
.sidenav-list li a[data-v-3d2b78bd] {
  /* 'sidenav-title' used before 9.0.0 to style title text in stepguide - to be removed at some point as breaking change */
}
.sidenav-list li a .sidenav-title[data-v-3d2b78bd] {
  margin-left: 4px;
  white-space: pre-line;
}
.sidenav-list li a .sidenav-number[data-v-3d2b78bd] {
  margin-right: 4px;
}
.sidenav-list li a .sidenav-information[data-v-3d2b78bd] {
  color: #747474;
  margin: 0;
  display: block;
  width: 100%;
}
.sidenav-list li a[data-v-3d2b78bd]:focus {
  background-color: transparent;
}
.sidenav-list li.current > a[data-v-3d2b78bd] {
  font-weight: 500;
}
.sidenav-list li.current .sidenav-information[data-v-3d2b78bd] {
  color: #454545;
  font-weight: 400;
}
.sidenav-list li.active > a[data-v-3d2b78bd] {
  color: #1a1a1a;
  font-weight: 500;
}
.sidenav-list > li > ul > li > ul > li > a[data-v-3d2b78bd] {
  padding-left: 24px;
}
.sidenav-list > li > ul > li > ul > li > ul > li > a[data-v-3d2b78bd] {
  padding-left: 32px;
}
.sidenav-list > li > ul > li > ul > li > ul > li > ul > li > a[data-v-3d2b78bd] {
  padding-left: 40px;
}
.sidenav-list > li > ul > li > ul > li > ul > li > ul > li > ul > li > a[data-v-3d2b78bd] {
  padding-left: 48px;
}
.sidenav-list > li.has-anchor-links > ul > li > a[data-v-3d2b78bd] {
  padding-left: calc(8px * 4);
}
.sidenav-list > li:not(.has-anchor-links) > ul > li.has-anchor-links > ul > li > a[data-v-3d2b78bd] {
  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[data-v-3d2b78bd] {
  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[data-v-3d2b78bd] {
  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[data-v-3d2b78bd] {
  padding-left: calc(8px * 7);
}
.sidenav-list > li[data-v-3d2b78bd] {
  background-color: transparent;
  font-size: 1.6rem;
  border-top: 1px solid #BFBFBF;
}
.sidenav-list > li.active > a[data-v-3d2b78bd] {
  color: #1a1a1a;
}
.sidenav-list > li.current[data-v-3d2b78bd] {
  border-left: 4px solid #0059b3;
  background-color: #f6fbff;
}
.sidenav-list > li[data-v-3d2b78bd]:first-child {
  border-top: none;
}
.sidenav-list > li:last-child a[data-v-3d2b78bd] {
  padding-bottom: calc(8px - 1px);
}
.sidenav-list > li li[data-v-3d2b78bd] {
  border-top: 1px solid #DCDCDC;
  font-size: 1.4rem;
}
.sidenav-list li.disabled[data-v-3d2b78bd] {
  cursor: not-allowed;
}
.sidenav-list li.disabled a[data-v-3d2b78bd] {
  cursor: not-allowed;
  color: #454545;
}
.sidenav-list li.disabled a[data-v-3d2b78bd]:hover {
  background-color: transparent;
  text-decoration: none;
  color: #454545;
  cursor: not-allowed;
}
.sidenav-list li.disabled.active[data-v-3d2b78bd], .sidenav-list li.disabled.active a[data-v-3d2b78bd] {
  color: #1a1a1a;
  background-color: transparent;
}
.sidenav-list li.disabled[data-v-3d2b78bd]:hover, .sidenav-list li.disabled.active a[data-v-3d2b78bd]:hover {
  color: #1a1a1a;
  background-color: white;
}
.sidenav-list li.disabled.sidenav-error[data-v-3d2b78bd] {
  background-color: #ffe0e0;
}
.sidenav-list li.disabled.sidenav-error.active a[data-v-3d2b78bd]:hover {
  background-color: #ffe0e0;
}
.sidenav-sub_list[data-v-3d2b78bd] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.sidenav-sub_list > li[data-v-3d2b78bd] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.sidenav-sub_list > li[data-v-3d2b78bd]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.sidenav-sub_list[data-v-3d2b78bd] {
  margin: 0;
  width: 100%;
}
.sidenav-sub_list li[data-v-3d2b78bd] {
  border: none;
}
.sidenav-sub_list li:last-child a[data-v-3d2b78bd] {
  padding-bottom: 8px;
}
.sidenav-sub_list a[data-v-3d2b78bd] {
  padding-top: 8px;
  line-height: 2.4rem;
}
.sidenav-sub_list li:not(.has-anchor-links) .sidenav-sub_list a[data-v-3d2b78bd]:focus {
  outline-offset: 0;
}
.sidebar-col[data-v-3d2b78bd] {
  max-width: 300px;
}
.language-switcher[data-v-3d2b78bd] {
  border-top: 1px solid #DCDCDC;
  background-color: white;
  padding-top: 24px;
}
@media (min-width: 768px) {
.language-switcher[data-v-3d2b78bd] {
    margin-top: -24px;
    padding-top: 16px;
}
}
.language-switcher ul[data-v-3d2b78bd] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.language-switcher ul > li[data-v-3d2b78bd] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.language-switcher ul > li[data-v-3d2b78bd]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.language-switcher ul[data-v-3d2b78bd] {
  max-width: none !important;
}
.language-switcher ul > li[data-v-3d2b78bd] {
  margin-bottom: 12px;
  padding-left: 32px;
}
@media (min-width: 768px) {
.language-switcher ul > li[data-v-3d2b78bd] {
    display: inline-block;
    padding-left: 0;
}
.language-switcher ul > li[data-v-3d2b78bd]::after {
    display: inline-block;
    content: "|";
    margin-left: calc(16px - 1px);
    margin-right: 16px;
}
.language-switcher ul > li[data-v-3d2b78bd]:last-of-type::after {
    content: "";
}
}
.language-switcher ul > li a[data-v-3d2b78bd], .language-switcher ul > li a[data-v-3d2b78bd]:hover, .language-switcher ul > li a[data-v-3d2b78bd]:visited, .language-switcher ul > li a[data-v-3d2b78bd]:active, .language-switcher ul > li a[data-v-3d2b78bd]:focus {
  color: #1a1a1a;
  display: inline-block;
}
.language-switcher ul > li a svg[data-v-3d2b78bd], .language-switcher ul > li a:hover svg[data-v-3d2b78bd], .language-switcher ul > li a:visited svg[data-v-3d2b78bd], .language-switcher ul > li a:active svg[data-v-3d2b78bd], .language-switcher ul > li a:focus svg[data-v-3d2b78bd] {
  margin-top: -4px;
  margin-right: 8px;
  display: inline-block;
}
.language-switcher ul > li[data-v-3d2b78bd]:first-of-type {
  padding-left: 0px;
}
.language-switcher ul > li:first-of-type a[data-v-3d2b78bd], .language-switcher ul > li:first-of-type a[data-v-3d2b78bd]:hover, .language-switcher ul > li:first-of-type a[data-v-3d2b78bd]:visited, .language-switcher ul > li:first-of-type a[data-v-3d2b78bd]:active, .language-switcher ul > li:first-of-type a[data-v-3d2b78bd]:focus {
  padding-left: 0;
  font-weight: 600;
  color: #454545;
  text-decoration: none;
  border-left: 0;
}
.language-switcher ul > li:last-of-type a[data-v-3d2b78bd], .language-switcher ul > li:last-of-type a[data-v-3d2b78bd]:hover, .language-switcher ul > li:last-of-type a[data-v-3d2b78bd]:visited, .language-switcher ul > li:last-of-type a[data-v-3d2b78bd]:active, .language-switcher ul > li:last-of-type a[data-v-3d2b78bd]:focus {
  padding-right: 0;
}
a.skipnav[data-v-3d2b78bd] {
  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;
}
a.skipnav[data-v-3d2b78bd]:focus {
  outline: 4px solid #747474;
  background-color: white;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out;
  padding: 1rem 8px;
  margin-top: calc(16px - 1px);
  margin-left: 8px;
}
#main-content[data-v-3d2b78bd]:focus {
  outline: 4px solid #747474;
}
.card[data-v-3d2b78bd] {
  position: relative;
  border-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #747474;
  overflow: hidden;
  background: white;
}
.card-small[data-v-3d2b78bd] > :last-of-type {
  padding-bottom: 24px;
}
.card-medium[data-v-3d2b78bd] > :last-of-type {
  padding-bottom: 24px;
}
.card-large[data-v-3d2b78bd] > :last-of-type {
  padding-bottom: 24px;
}
.card-align-height[data-v-3d2b78bd] {
  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[data-v-3d2b78bd] > * {
  width: 100%;
}
.card-align-height .card-footer[data-v-3d2b78bd] {
  margin-top: auto;
}
.card p[data-v-3d2b78bd] {
  max-width: 60ch;
  margin-top: 16px;
  margin-bottom: 0;
}
.card p[data-v-3d2b78bd]:first-child {
  margin-top: 0;
}
.card h1[data-v-3d2b78bd], .card .h1[data-v-3d2b78bd],
.card h2[data-v-3d2b78bd], .card .h2[data-v-3d2b78bd],
.card h3[data-v-3d2b78bd], .card .h3[data-v-3d2b78bd],
.card h4[data-v-3d2b78bd], .card .h4[data-v-3d2b78bd],
.card h5[data-v-3d2b78bd], .card .h5[data-v-3d2b78bd] {
  margin: 0;
}
.card-header[data-v-3d2b78bd] {
  background-color: white;
  padding: 16px 24px;
}
.card-header .header-title[data-v-3d2b78bd] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}
.card-header .header-title.large-text[data-v-3d2b78bd] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
.card-header .header-title.large-text[data-v-3d2b78bd] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
.card-header .header-title.large-text[data-v-3d2b78bd] {
    font-size: 3.9rem;
}
}
.card-header .header-title.large-text[data-v-3d2b78bd] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
.card-header .header-title.large-text[data-v-3d2b78bd] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
.card-header .header-title.large-text[data-v-3d2b78bd] {
    line-height: 4.8rem;
}
}
.card-header .header-title.large-text[data-v-3d2b78bd] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
.card-header .header-title.large-text[data-v-3d2b78bd] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
.card-header .header-title.large-text[data-v-3d2b78bd] {
    letter-spacing: normal;
}
}
.card-header .header-title.large-text[data-v-3d2b78bd] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
  color: #454545;
}
.card-header .sub-header[data-v-3d2b78bd] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  color: #747474;
}
.card-text[data-v-3d2b78bd] {
  background-color: white;
  padding: 16px 24px;
}
.card-text .text[data-v-3d2b78bd] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 16px;
  color: #454545;
  margin-bottom: 0;
}
.card-content[data-v-3d2b78bd] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  padding: 0;
  color: #454545;
  background-color: white;
}
.card-content ul[data-v-3d2b78bd] {
  margin-bottom: 0;
}
.card-content div[data-v-3d2b78bd]:first-child {
  margin-top: 0;
}
.card-content .content-text[data-v-3d2b78bd] {
  margin-top: 16px;
}
.card-content .content[data-v-3d2b78bd] {
  text-align: center;
}
.card-action[data-v-3d2b78bd] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  padding: 16px 24px;
  color: #454545;
  margin-bottom: 0;
  background-color: white;
}
.card-action div[data-v-3d2b78bd]:first-child {
  margin-top: 0;
}
.card-action[data-v-3d2b78bd]:last-child {
  border-bottom: 0;
}
.card-action .action-buttons button[data-v-3d2b78bd] {
  margin-right: 16px;
  margin-top: 8px;
}
@media (min-width: 768px) {
.card-action .action-buttons button[data-v-3d2b78bd] {
    margin-right: 16px;
    margin-top: 8px;
}
}
@media (min-width: 576px) {
.card-action .action-buttons .button + .button[data-v-3d2b78bd] {
    margin-left: 0px;
}
.card-action .action-buttons .button + .button[data-v-3d2b78bd]:first-child {
    margin-left: 0;
}
}
.card-action .action-links[data-v-3d2b78bd] {
  margin-top: 16px;
}
.card-action .action-links ul[data-v-3d2b78bd] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.card-action .action-links ul > li[data-v-3d2b78bd] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.card-action .action-links ul > li[data-v-3d2b78bd]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.card-action .action-links ul[data-v-3d2b78bd] {
  padding-left: 0;
}
.card-action .action-links ul li[data-v-3d2b78bd] {
  margin-top: 8px !important;
}
.card-action .action-functionlinks[data-v-3d2b78bd] {
  margin-top: 16px;
  text-align: right;
}
.card-action .action-functionlinks .function-link[data-v-3d2b78bd], .card-action .action-functionlinks button.accordion-bulk-button[data-v-3d2b78bd] {
  margin-left: 16px;
}
.card-header + .card-text[data-v-3d2b78bd] {
  padding-top: 0;
}
.card-header + .card-content[data-v-3d2b78bd] {
  padding-top: 0;
}
.card-header + .card-action[data-v-3d2b78bd] {
  padding-top: 0;
}
.card-header + .card-header[data-v-3d2b78bd] {
  padding-top: 0;
}
.card-text + .card-header[data-v-3d2b78bd] {
  padding-top: 0;
}
.card-text + .card-content[data-v-3d2b78bd] {
  padding-top: 0;
}
.card-text + .card-action[data-v-3d2b78bd] {
  padding-top: 0;
}
.card-text + .card-text[data-v-3d2b78bd] {
  padding-top: 0;
}
.card-action + .card-text[data-v-3d2b78bd] {
  padding-top: 0;
}
.card-action + .card-header[data-v-3d2b78bd] {
  padding-top: 0;
}
.card-action + .card-content[data-v-3d2b78bd] {
  padding-top: 0;
}
.card-action + .card-action[data-v-3d2b78bd] {
  padding-top: 0;
}
.card > .list-group:first-child .list-group-item[data-v-3d2b78bd]:first-child {
  border-radius: 0px;
}
.card > .list-group:last-child .list-group-item[data-v-3d2b78bd]:last-child {
  border-radius: 0px;
}
.card-center[data-v-3d2b78bd] {
  text-align: center;
}
.overflow-menu + h1[data-v-3d2b78bd] {
  margin-top: 0;
}
.overflow-menu[data-v-3d2b78bd] {
  display: block;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
.overflow-menu[data-v-3d2b78bd] {
    width: auto;
    display: inline-block;
}
}
.overflow-menu .button-overflow-menu[data-v-3d2b78bd] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.overflow-menu .button-overflow-menu[data-v-3d2b78bd]:hover, .overflow-menu .button-overflow-menu[data-v-3d2b78bd]:focus {
  background-color: transparent;
  color: inherit;
}
.overflow-menu .button-overflow-menu[data-v-3d2b78bd] {
  min-height: 40px;
  min-width: 40px;
  padding: 8px 0;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  position: relative;
  cursor: pointer;
}
.overflow-menu .button-overflow-menu[data-v-3d2b78bd]:hover {
  text-decoration: underline;
}
.overflow-menu .button-overflow-menu[data-v-3d2b78bd]:after, .overflow-menu .button-overflow-menu[data-v-3d2b78bd]:before {
  display: none;
  bottom: 100%;
  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[data-v-3d2b78bd]:after {
  border-bottom-color: white;
  border-width: calc(8px - 1px);
  margin-left: calc((8px - 1px) * -1);
}
.overflow-menu .button-overflow-menu[data-v-3d2b78bd]:before {
  border-bottom-color: #747474;
  border-width: 8px;
  margin-left: calc(8px * -1);
}
.overflow-menu .button-overflow-menu[aria-expanded=true][data-v-3d2b78bd]:after, .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-3d2b78bd]:before {
  display: block;
}
.overflow-menu.overflow-menu--hover-bg .button-overflow-menu[data-v-3d2b78bd] {
  padding: 0;
}
.overflow-menu.overflow-menu--hover-bg .button-overflow-menu[data-v-3d2b78bd]:hover {
  background-color: #F5F5F5;
}
.overflow-menu .overflow-menu-inner[data-v-3d2b78bd] {
  position: absolute;
  width: 100%;
  z-index: 2;
  border: 1px solid #747474;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  background: white;
  padding-top: 8px;
  padding-bottom: 8px;
  top: calc(100% + 8px);
}
@media (min-width: 768px) {
.overflow-menu .overflow-menu-inner[data-v-3d2b78bd] {
    width: auto;
}
}
@media (min-width: 576px) {
.overflow-menu .overflow-menu-inner[data-v-3d2b78bd] {
    min-width: 28rem;
}
}
.overflow-menu .overflow-menu-inner[aria-hidden=true][data-v-3d2b78bd] {
  display: none;
}
.overflow-menu .overflow-list[data-v-3d2b78bd] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.overflow-menu .overflow-list > li[data-v-3d2b78bd] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.overflow-menu .overflow-list > li[data-v-3d2b78bd]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.overflow-menu .overflow-list[data-v-3d2b78bd] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #1a1a1a;
}
.overflow-menu .overflow-list button[data-v-3d2b78bd] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.overflow-menu .overflow-list button[data-v-3d2b78bd]:hover, .overflow-menu .overflow-list button[data-v-3d2b78bd]:focus {
  background-color: transparent;
  color: inherit;
}
.overflow-menu .overflow-list button[data-v-3d2b78bd] {
  line-height: 2.4rem;
  cursor: pointer;
}
.overflow-menu .overflow-list a[data-v-3d2b78bd] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  display: block;
  text-decoration: none;
  line-height: 2.4rem;
}
.overflow-menu .overflow-list a[data-v-3d2b78bd]:hover, .overflow-menu .overflow-list a[data-v-3d2b78bd]:visited, .overflow-menu .overflow-list a[data-v-3d2b78bd]:focus {
  color: #1a1a1a;
}
.overflow-menu .overflow-list button[data-v-3d2b78bd],
.overflow-menu .overflow-list a[data-v-3d2b78bd] {
  padding: 8px 16px;
  width: 100%;
}
.overflow-menu .overflow-list button[data-v-3d2b78bd]:hover,
.overflow-menu .overflow-list a[data-v-3d2b78bd]:hover {
  background-color: #F5F5F5;
}
.overflow-menu:not(.overflow-menu--md-no-responsive):not(.overflow-menu--lg-no-responsive) .sidenav-list[data-v-3d2b78bd] {
  border-top: 0;
  border-bottom: 0;
}
@media (max-width: 767px) {
.overflow-menu.overflow-menu--md-no-responsive .sidenav-list[data-v-3d2b78bd] {
    border-top: 0;
    border-bottom: 0;
}
}
@media (max-width: 991px) {
.overflow-menu.overflow-menu--lg-no-responsive .sidenav-list[data-v-3d2b78bd] {
    border-top: 0;
    border-bottom: 0;
}
}
@media (min-width: 768px) {
.overflow-menu--open-right .overflow-menu-inner[data-v-3d2b78bd] {
    left: calc(50% - 19px);
}
.overflow-menu--open-right .overflow-menu-inner[data-v-3d2b78bd]:after {
    left: 13px;
}
}
.overflow-menu--open-left .overflow-menu-inner[data-v-3d2b78bd] {
  right: calc(50% - 19px);
}
.overflow-menu--open-left .overflow-menu-inner[data-v-3d2b78bd]:after {
  right: 13px;
}
.overflow-menu--open-left .overflow-menu-inner li[data-v-3d2b78bd],
.overflow-menu--open-left .overflow-menu-inner a[data-v-3d2b78bd],
.overflow-menu--open-left .overflow-menu-inner button[data-v-3d2b78bd] {
  text-align: right;
}
.overflow-menu--open-left .overflow-menu-inner li .icon-svg[data-v-3d2b78bd],
.overflow-menu--open-left .overflow-menu-inner a .icon-svg[data-v-3d2b78bd],
.overflow-menu--open-left .overflow-menu-inner button .icon-svg[data-v-3d2b78bd] {
  float: right;
  margin-right: 4px;
}
@media (min-width: 768px) {
.overflow-menu.overflow-menu--md-no-responsive[data-v-3d2b78bd] {
    display: block;
}
.overflow-menu.overflow-menu--md-no-responsive[data-v-3d2b78bd]:before, .overflow-menu.overflow-menu--md-no-responsive[data-v-3d2b78bd]:after {
    display: none;
}
.overflow-menu.overflow-menu--md-no-responsive .button-overflow-menu[data-v-3d2b78bd] {
    display: none;
}
.overflow-menu.overflow-menu--md-no-responsive .overflow-menu-inner[data-v-3d2b78bd] {
    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[data-v-3d2b78bd] {
    display: block;
}
.overflow-menu.overflow-menu--lg-no-responsive[data-v-3d2b78bd]:before, .overflow-menu.overflow-menu--lg-no-responsive[data-v-3d2b78bd]:after {
    display: none;
}
.overflow-menu.overflow-menu--lg-no-responsive .button-overflow-menu[data-v-3d2b78bd] {
    display: none;
}
.overflow-menu.overflow-menu--lg-no-responsive .overflow-menu-inner[data-v-3d2b78bd] {
    display: block !important;
    width: 100%;
    max-width: 100%;
    position: static;
    box-shadow: none;
    border: none;
    min-width: auto;
}
}
.overflow-menu--sort .button-overflow-menu[data-v-3d2b78bd] {
  text-decoration: underline;
  line-height: 2.4rem;
}
.overflow-menu--sort .button-overflow-menu .selected-value[data-v-3d2b78bd] {
  text-decoration: none;
  display: inline-block;
  margin-left: 4px;
  font-weight: 600;
}
.overflow-menu--sort .button-overflow-menu svg[data-v-3d2b78bd] {
  margin-right: 4px;
}
.overflow-menu--sort .overflow-menu-inner .overflow-list li button[aria-current=true][data-v-3d2b78bd] {
  font-weight: 600;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9%2016.2L4.8%2012l-1.4%201.4L9%2019%2021%207l-1.4-1.4L9%2016.2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
}
@media (min-width: 768px) {
.tabnav[data-v-3d2b78bd] {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
}
.tabnav > li[data-v-3d2b78bd] {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}
.tabnav > li[data-v-3d2b78bd]::before {
    content: "" !important;
    padding-right: 0 !important;
}
.tabnav[data-v-3d2b78bd] {
    list-style-type: none;
    padding: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
}
.tabnav > button[data-v-3d2b78bd] {
  max-width: none;
  text-decoration: none;
  margin-top: 8px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
.tabnav > button[data-v-3d2b78bd] {
    border: none;
}
}
.tabnav > button[aria-selected=true][data-v-3d2b78bd] {
  background-color: #DCDCDC;
  border-radius: 3px 3px 0 0;
}
.tabnav > button[aria-selected=false][data-v-3d2b78bd] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 2.4rem;
  border-radius: 3px;
}
.tabnav > button[aria-selected=false][data-v-3d2b78bd]:focus {
  background-color: #F5F5F5;
}
@media (min-width: 768px) {
.tabnav > button[data-v-3d2b78bd] {
    display: inline-block;
    width: auto;
    color: #1a1a1a;
    text-align: center;
    text-decoration: none;
    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 white;
}
.tabnav > button[aria-selected=false][data-v-3d2b78bd] {
    background-color: #F5F5F5;
    background-image: none;
    border-radius: 0px;
}
.tabnav > button[data-v-3d2b78bd]:hover {
    background-color: #DCDCDC;
}
.tabnav > button[data-v-3d2b78bd]:focus {
    outline: none;
}
.tabnav > button:focus span[data-v-3d2b78bd] {
    outline: 4px solid #747474;
}
.tabnav > button[aria-selected=true][data-v-3d2b78bd] {
    background-color: white;
    background-image: none;
    border: 1px solid #747474;
    padding-left: calc(24px - 1px);
    padding-right: calc(24px - 1px);
    border-bottom: 1px solid white;
    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[data-v-3d2b78bd]:not(.sr-only) {
    display: block;
}
}
@media (min-width: 768px) {
.tabnav > button[data-v-3d2b78bd]:last-of-type {
    margin-right: 8px;
}
}
@media (min-width: 768px) {
.tabnav-panel[data-v-3d2b78bd] {
    display: none;
    border: 1px solid #747474;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: calc(16px);
    background-color: transparent;
    position: relative;
    z-index: 300;
}
.tabnav-panel[data-v-3d2b78bd]:focus {
    outline: 4px solid #747474;
    outline-offset: 1px;
}
}
.tabnav-panel[aria-hidden=false][data-v-3d2b78bd] {
  display: block;
  order: 1000;
  width: 100%;
}
.page-navigation[data-v-3d2b78bd] {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
.page-navigation[data-v-3d2b78bd] {
    display: inline-flex;
}
}
.page-navigation .button + .button[data-v-3d2b78bd] {
  margin-top: 8px;
  margin-left: 0;
}
.js-tooltip[data-v-3d2b78bd] {
  display: inline-block;
}
.js-tooltip svg[data-v-3d2b78bd] {
  pointer-events: none;
}
.popover[data-v-3d2b78bd] {
  cursor: pointer;
}
.tooltip-link[data-v-3d2b78bd] {
  border-bottom: 1px dotted #1a1a1a;
  display: inline;
  text-decoration: none;
}
.tooltip-link[data-v-3d2b78bd]:link, .tooltip-link[data-v-3d2b78bd]:active, .tooltip-link[data-v-3d2b78bd]:hover, .tooltip-link[data-v-3d2b78bd]:visited, .tooltip-link[data-v-3d2b78bd]:focus {
  color: #1a1a1a;
}
.tooltip[data-v-3d2b78bd] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  font-size: 1.6rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  background-color: white;
  border: 1px solid #747474;
  border-radius: 4px;
  padding: 0.3rem 0.6rem;
}
.tooltip-popper[data-v-3d2b78bd] {
  position: absolute;
  max-width: 66ch;
}
.tooltip-popper .tooltip-arrow[data-v-3d2b78bd] {
  position: absolute;
}
.tooltip-popper .tooltip-arrow.down[data-v-3d2b78bd] {
  border-top: 8px solid #747474;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  bottom: -7px;
  left: calc(50% - 8px);
}
.tooltip-popper .tooltip-arrow.down[data-v-3d2b78bd]:after {
  content: "";
  border-top: 7px solid white;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  display: block;
  position: absolute;
  bottom: 1px;
  margin-left: -7px;
}
.tooltip-popper .tooltip-arrow.up[data-v-3d2b78bd] {
  border-bottom: 8px solid #747474;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  top: -7px;
  left: calc(50% - 8px);
}
.tooltip-popper .tooltip-arrow.up[data-v-3d2b78bd]:after {
  content: "";
  border-bottom: 7px solid white;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  display: block;
  position: absolute;
  top: 1px;
  margin-left: -7px;
}
@media print {
html[data-v-3d2b78bd] {
    font-family: Georgia, "Times New Roman", Serif;
    font-size: 48%;
}
body[data-v-3d2b78bd] {
    display: block;
    min-height: 0;
}
.page-container[data-v-3d2b78bd] {
    display: block;
}
fieldset[data-v-3d2b78bd] {
    page-break-before: avoid;
    page-break-inside: auto;
    display: block;
    overflow: visible !important;
}
.form-group[data-v-3d2b78bd] {
    page-break-inside: avoid;
}
.form-label[data-v-3d2b78bd] {
    page-break-after: avoid;
}
.header .logo[data-v-3d2b78bd], .header .portal-header .logo[data-v-3d2b78bd] {
    height: auto;
    width: auto;
    background-image: none;
}
.header .portal-header[data-v-3d2b78bd] {
    overflow: hidden;
}
.header .portal-header .portal-header-inner[data-v-3d2b78bd] {
    display: block;
}
.header .portal-header .portal-info[data-v-3d2b78bd] {
    display: block;
    float: right;
}
.header .solution-header .solution-header-inner[data-v-3d2b78bd] {
    display: block;
    overflow: hidden;
}
.header .solution-header .solution-heading[data-v-3d2b78bd] {
    display: inline-block;
}
.header .solution-header .solution-info[data-v-3d2b78bd] {
    display: block;
    float: right;
    margin-left: 0;
    text-align: right;
}
}
@media print and (min-width: 992px) {
.header .solution-header .solution-info[data-v-3d2b78bd] {
    margin-left: 0;
}
}
@media print {
footer .footer[data-v-3d2b78bd] {
    margin-top: 32px;
    padding-bottom: 0;
}
footer .footer .inline-list > li[data-v-3d2b78bd] {
    display: inline-block;
}
footer .footer .inline-list > li + li[data-v-3d2b78bd] {
    margin-left: 16px;
}
.card[data-v-3d2b78bd] {
    box-shadow: none;
}
}
@media print {
body.modal-active > header[data-v-3d2b78bd] {
    display: none;
}
body.modal-active .page-container[data-v-3d2b78bd] {
    display: none;
}
body.modal-active > footer[data-v-3d2b78bd] {
    display: none;
}
body .modal .modal__overlay[data-v-3d2b78bd] {
    display: block;
    position: relative;
    background-color: transparent;
}
body .modal .bg-modal[data-v-3d2b78bd] {
    background-color: transparent !important;
    background: transparent !important;
}
body .modal .modal__header[data-v-3d2b78bd] {
    display: block;
}
}
@media print and (min-width: 992px) {
body .modal .modal__footer[data-v-3d2b78bd] {
    display: block;
}
}
@media print and (max-width: 767px) {
.table.table--responsive-headers[data-v-3d2b78bd]:not(.d-print-table),
  .table.table-sm-responsive-headers[data-v-3d2b78bd]:not(.d-print-table),
  .table.table-md-responsive-headers[data-v-3d2b78bd]:not(.d-print-table),
  .table.table-lg-responsive-headers[data-v-3d2b78bd]:not(.d-print-table),
  .table.table-xl-responsive-headers[data-v-3d2b78bd]:not(.d-print-table) {
    display: block;
}
.table.table--responsive-headers:not(.d-print-table) thead[data-v-3d2b78bd],
  .table.table-sm-responsive-headers:not(.d-print-table) thead[data-v-3d2b78bd],
  .table.table-md-responsive-headers:not(.d-print-table) thead[data-v-3d2b78bd],
  .table.table-lg-responsive-headers:not(.d-print-table) thead[data-v-3d2b78bd],
  .table.table-xl-responsive-headers:not(.d-print-table) thead[data-v-3d2b78bd] {
    display: none;
}
.table.table--responsive-headers:not(.d-print-table) tr[data-v-3d2b78bd],
  .table.table-sm-responsive-headers:not(.d-print-table) tr[data-v-3d2b78bd],
  .table.table-md-responsive-headers:not(.d-print-table) tr[data-v-3d2b78bd],
  .table.table-lg-responsive-headers:not(.d-print-table) tr[data-v-3d2b78bd],
  .table.table-xl-responsive-headers:not(.d-print-table) tr[data-v-3d2b78bd] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table--responsive-headers:not(.d-print-table) tr[data-v-3d2b78bd]:last-child,
  .table.table-sm-responsive-headers:not(.d-print-table) tr[data-v-3d2b78bd]:last-child,
  .table.table-md-responsive-headers:not(.d-print-table) tr[data-v-3d2b78bd]:last-child,
  .table.table-lg-responsive-headers:not(.d-print-table) tr[data-v-3d2b78bd]:last-child,
  .table.table-xl-responsive-headers:not(.d-print-table) tr[data-v-3d2b78bd]:last-child {
    border-bottom: 0;
}
.table.table--responsive-headers:not(.d-print-table) tr td[data-v-3d2b78bd], .table.table--responsive-headers:not(.d-print-table) tr th[data-v-3d2b78bd],
  .table.table-sm-responsive-headers:not(.d-print-table) tr td[data-v-3d2b78bd],
  .table.table-sm-responsive-headers:not(.d-print-table) tr th[data-v-3d2b78bd],
  .table.table-md-responsive-headers:not(.d-print-table) tr td[data-v-3d2b78bd],
  .table.table-md-responsive-headers:not(.d-print-table) tr th[data-v-3d2b78bd],
  .table.table-lg-responsive-headers:not(.d-print-table) tr td[data-v-3d2b78bd],
  .table.table-lg-responsive-headers:not(.d-print-table) tr th[data-v-3d2b78bd],
  .table.table-xl-responsive-headers:not(.d-print-table) tr td[data-v-3d2b78bd],
  .table.table-xl-responsive-headers:not(.d-print-table) tr th[data-v-3d2b78bd] {
    display: block;
    border: none !important;
}
.table.table--responsive-headers:not(.d-print-table) tr td[data-title][data-v-3d2b78bd]:not([data-title=""]):before, .table.table--responsive-headers:not(.d-print-table) tr th[data-title][data-v-3d2b78bd]:not([data-title=""]):before,
  .table.table-sm-responsive-headers:not(.d-print-table) tr td[data-title][data-v-3d2b78bd]:not([data-title=""]):before,
  .table.table-sm-responsive-headers:not(.d-print-table) tr th[data-title][data-v-3d2b78bd]:not([data-title=""]):before,
  .table.table-md-responsive-headers:not(.d-print-table) tr td[data-title][data-v-3d2b78bd]:not([data-title=""]):before,
  .table.table-md-responsive-headers:not(.d-print-table) tr th[data-title][data-v-3d2b78bd]:not([data-title=""]):before,
  .table.table-lg-responsive-headers:not(.d-print-table) tr td[data-title][data-v-3d2b78bd]:not([data-title=""]):before,
  .table.table-lg-responsive-headers:not(.d-print-table) tr th[data-title][data-v-3d2b78bd]:not([data-title=""]):before,
  .table.table-xl-responsive-headers:not(.d-print-table) tr td[data-title][data-v-3d2b78bd]:not([data-title=""]):before,
  .table.table-xl-responsive-headers:not(.d-print-table) tr th[data-title][data-v-3d2b78bd]: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[data-v-3d2b78bd]:first-child,
  .table.table-sm-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-3d2b78bd]:first-child,
  .table.table-md-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-3d2b78bd]:first-child,
  .table.table-lg-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-3d2b78bd]:first-child,
  .table.table-xl-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-3d2b78bd]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table--responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-3d2b78bd]:last-child,
  .table.table-sm-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-3d2b78bd]:last-child,
  .table.table-md-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-3d2b78bd]:last-child,
  .table.table-lg-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-3d2b78bd]:last-child,
  .table.table-xl-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-3d2b78bd]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table--responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-3d2b78bd]:first-child, .table.table--responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-3d2b78bd]:first-child,
  .table.table-sm-responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-3d2b78bd]:first-child,
  .table.table-sm-responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-3d2b78bd]:first-child,
  .table.table-md-responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-3d2b78bd]:first-child,
  .table.table-md-responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-3d2b78bd]:first-child,
  .table.table-lg-responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-3d2b78bd]:first-child,
  .table.table-lg-responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-3d2b78bd]:first-child,
  .table.table-xl-responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-3d2b78bd]:first-child,
  .table.table-xl-responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-3d2b78bd]:first-child {
    padding-left: 16px;
}
}
@media print {
.form-radio.radio-large:checked + label[data-v-3d2b78bd]:after {
    border: 8px solid #1a1a1a;
}
.form-radio:checked + label[data-v-3d2b78bd]:after {
    border: 4px solid #1a1a1a;
}
.form-checkbox:checked + label[data-v-3d2b78bd]:before {
    background-color: transparent;
    border: 10px solid #1a1a1a;
}
.form-checkbox.checkbox-large:checked + label[data-v-3d2b78bd]:before {
    border: 16px solid #1a1a1a;
}
}
.rich-tekst-menu-button[data-v-3d2b78bd] {
  padding-left: 3px;
  padding-right: 3px;
  margin: 1px;
}
.rich-tekst-menu-button.toggled[data-v-3d2b78bd] {
  background-color: #454545;
  color: #ffffff;
}
.rich-tekst-container[data-v-3d2b78bd] {
  background-color: #ffffff;
}
.rich-tekst-content[data-v-3d2b78bd] {
  min-height: 110px;
}
.limit-exceeded[data-v-3d2b78bd] {
  color: #CC0000;
}
input[readonly][type=text][data-v-3d2b78bd],
input[readonly][type=email][data-v-3d2b78bd],
input[readonly][type=tel][data-v-3d2b78bd],
input[readonly][type=number][data-v-3d2b78bd],
textarea[readonly][data-v-3d2b78bd] {
  border: 1px solid #747474;
  background-color: #F5F5F5;
  padding: calc(8px - 1px) calc(16px - 1px);
  margin-top: 8px;
}
.add-newline[data-v-3d2b78bd] {
  white-space: pre-wrap;
}body[data-v-645ce451] {
  overflow: scroll;
}
.mobile-view[data-v-645ce451] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-645ce451] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-645ce451] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-645ce451] {
  font-size: 1.6rem;
}
p[data-v-645ce451] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-645ce451] {
  color: #004D99;
}
a[data-v-645ce451]:hover, a.link-hover[data-v-645ce451] {
  color: #000040;
}
a[data-v-645ce451]:hover:disabled,
a:hover .disabled[data-v-645ce451], a.link-hover[data-v-645ce451]:disabled,
a.link-hover .disabled[data-v-645ce451] {
  background-color: transparent !important;
}
a[data-v-645ce451]:focus, a.link-focus[data-v-645ce451] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-645ce451]:visited, a.link-visited[data-v-645ce451] {
  color: #800080;
}
a[data-v-645ce451]:disabled, a.disabled[data-v-645ce451] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-645ce451]:disabled:focus, a.disabled[data-v-645ce451]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-645ce451]:not(.button) {
  color: white;
}
.background-dark a[data-v-645ce451]:disabled, .background-dark a.disabled[data-v-645ce451] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-645ce451]:disabled:focus, .background-dark a.disabled[data-v-645ce451]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-645ce451] {
  font-weight: 600;
}
a[data-v-645ce451]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-645ce451], .h1[data-v-645ce451] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-645ce451], .h1[data-v-645ce451] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-645ce451], .h1[data-v-645ce451] {
    font-size: 3.9rem;
}
}
h1[data-v-645ce451], .h1[data-v-645ce451] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-645ce451], .h1[data-v-645ce451] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-645ce451], .h1[data-v-645ce451] {
    line-height: 4.8rem;
}
}
h1[data-v-645ce451], .h1[data-v-645ce451] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-645ce451], .h1[data-v-645ce451] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-645ce451], .h1[data-v-645ce451] {
    letter-spacing: normal;
}
}
h1[data-v-645ce451], .h1[data-v-645ce451] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-645ce451], .h2[data-v-645ce451] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-645ce451], .h2[data-v-645ce451] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-645ce451], .h2[data-v-645ce451] {
    font-size: 3.1rem;
}
}
h2[data-v-645ce451], .h2[data-v-645ce451] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-645ce451], .h2[data-v-645ce451] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-645ce451], .h2[data-v-645ce451] {
    line-height: 4rem;
}
}
h2[data-v-645ce451], .h2[data-v-645ce451] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-645ce451], .h2[data-v-645ce451] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-645ce451], .h2[data-v-645ce451] {
    letter-spacing: normal;
}
}
h2[data-v-645ce451], .h2[data-v-645ce451] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-645ce451], .h3[data-v-645ce451] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-645ce451], .h3[data-v-645ce451] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-645ce451], .h3[data-v-645ce451] {
    font-size: 2.5rem;
}
}
h3[data-v-645ce451], .h3[data-v-645ce451] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-645ce451], .h3[data-v-645ce451] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-645ce451], .h3[data-v-645ce451] {
    line-height: 3.2rem;
}
}
h3[data-v-645ce451], .h3[data-v-645ce451] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-645ce451], .h3[data-v-645ce451] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-645ce451], .h3[data-v-645ce451] {
    letter-spacing: normal;
}
}
h3[data-v-645ce451], .h3[data-v-645ce451] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-645ce451], .h4[data-v-645ce451] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-645ce451], .h4[data-v-645ce451] {
    font-size: 2rem;
}
}
h4[data-v-645ce451], .h4[data-v-645ce451] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-645ce451], .h4[data-v-645ce451] {
    line-height: 2.8rem;
}
}
h4[data-v-645ce451], .h4[data-v-645ce451] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-645ce451], .h4[data-v-645ce451] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-645ce451], .h4[data-v-645ce451] {
    letter-spacing: normal;
}
}
h4[data-v-645ce451], .h4[data-v-645ce451] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-645ce451], .h5[data-v-645ce451] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-645ce451], .h5[data-v-645ce451] {
    font-size: 1.6rem;
}
}
h5[data-v-645ce451], .h5[data-v-645ce451] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-645ce451], .h5[data-v-645ce451] {
    line-height: 2.4rem;
}
}
h5[data-v-645ce451], .h5[data-v-645ce451] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-645ce451], .h5[data-v-645ce451] {
    letter-spacing: normal;
}
}
h5[data-v-645ce451], .h5[data-v-645ce451] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-645ce451], .h6[data-v-645ce451] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-645ce451], .body-text[data-v-645ce451], .body-copy-text[data-v-645ce451] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-645ce451], .figcaption[data-v-645ce451] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-645ce451], .figcaption p[data-v-645ce451] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-645ce451] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-645ce451] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-645ce451] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-645ce451], .small-text[data-v-645ce451] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-645ce451] {
  font-weight: 400;
}
.weight-semibold[data-v-645ce451] {
  font-weight: 600;
}
.facit[data-v-645ce451] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-645ce451], b[data-v-645ce451], .bold[data-v-645ce451] {
  font-weight: 700;
}
.italic[data-v-645ce451], em[data-v-645ce451] {
  font-style: italic;
}
.form-label[data-v-645ce451] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-645ce451]:focus, .h1[data-v-645ce451]:focus,
h2[data-v-645ce451]:focus, .h2[data-v-645ce451]:focus,
h3[data-v-645ce451]:focus, .h3[data-v-645ce451]:focus,
h4[data-v-645ce451]:focus, .h4[data-v-645ce451]:focus,
h5[data-v-645ce451]:focus, .h5[data-v-645ce451]:focus,
h6[data-v-645ce451]:focus, .h6[data-v-645ce451]:focus {
  outline: none;
}
h1[data-v-645ce451], .h1[data-v-645ce451] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-645ce451], .h2[data-v-645ce451] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-645ce451], .h2[data-v-645ce451] {
    margin-top: 4rem;
}
}
h3[data-v-645ce451], .h3[data-v-645ce451] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-645ce451], .h3[data-v-645ce451] {
    margin-top: 4rem;
}
}
h4[data-v-645ce451], .h4[data-v-645ce451] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-645ce451], .h5[data-v-645ce451] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-645ce451], .h6[data-v-645ce451] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-645ce451] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-645ce451], .body-text[data-v-645ce451] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-645ce451], h5 + ul[data-v-645ce451], h5 + ol[data-v-645ce451], .h5 + p[data-v-645ce451], .h5 + ul[data-v-645ce451], .h5 + ol[data-v-645ce451], h6 + p[data-v-645ce451], h6 + ul[data-v-645ce451], h6 + ol[data-v-645ce451], .h6 + p[data-v-645ce451], .h6 + ul[data-v-645ce451], .h6 + ol[data-v-645ce451] {
  margin-top: 0;
}
button.function-link[data-v-645ce451] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-645ce451] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-645ce451]:hover, .function-link[data-v-645ce451]:visited, .function-link[data-v-645ce451]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-645ce451] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-645ce451] {
  text-align: right;
}
.back-link[data-v-645ce451] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-645ce451] {
    margin-bottom: 32px;
}
}
.back-link[data-v-645ce451] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-645ce451]::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[data-v-645ce451]:active, .back-link[data-v-645ce451]:focus, .back-link[data-v-645ce451]:hover, .back-link[data-v-645ce451]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-645ce451] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-645ce451] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-645ce451], h1 a[data-v-645ce451]:hover, h1 a[data-v-645ce451]:visited, h1 a[data-v-645ce451]:focus, .h1 a[data-v-645ce451], .h1 a[data-v-645ce451]:hover, .h1 a[data-v-645ce451]:visited, .h1 a[data-v-645ce451]:focus,
h2 a[data-v-645ce451],
h2 a[data-v-645ce451]:hover,
h2 a[data-v-645ce451]:visited,
h2 a[data-v-645ce451]:focus, .h2 a[data-v-645ce451], .h2 a[data-v-645ce451]:hover, .h2 a[data-v-645ce451]:visited, .h2 a[data-v-645ce451]:focus,
h3 a[data-v-645ce451],
h3 a[data-v-645ce451]:hover,
h3 a[data-v-645ce451]:visited,
h3 a[data-v-645ce451]:focus, .h3 a[data-v-645ce451], .h3 a[data-v-645ce451]:hover, .h3 a[data-v-645ce451]:visited, .h3 a[data-v-645ce451]:focus,
h4 a[data-v-645ce451],
h4 a[data-v-645ce451]:hover,
h4 a[data-v-645ce451]:visited,
h4 a[data-v-645ce451]:focus, .h4 a[data-v-645ce451], .h4 a[data-v-645ce451]:hover, .h4 a[data-v-645ce451]:visited, .h4 a[data-v-645ce451]:focus,
h5 a[data-v-645ce451],
h5 a[data-v-645ce451]:hover,
h5 a[data-v-645ce451]:visited,
h5 a[data-v-645ce451]:focus, .h5 a[data-v-645ce451], .h5 a[data-v-645ce451]:hover, .h5 a[data-v-645ce451]:visited, .h5 a[data-v-645ce451]:focus,
h6 a[data-v-645ce451],
h6 a[data-v-645ce451]:hover,
h6 a[data-v-645ce451]:visited,
h6 a[data-v-645ce451]:focus, .h6 a[data-v-645ce451], .h6 a[data-v-645ce451]:hover, .h6 a[data-v-645ce451]:visited, .h6 a[data-v-645ce451]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-645ce451], .h1 a.search-link[data-v-645ce451],
h2 a.search-link[data-v-645ce451], .h2 a.search-link[data-v-645ce451],
h3 a.search-link[data-v-645ce451], .h3 a.search-link[data-v-645ce451],
h4 a.search-link[data-v-645ce451], .h4 a.search-link[data-v-645ce451],
h5 a.search-link[data-v-645ce451], .h5 a.search-link[data-v-645ce451],
h6 a.search-link[data-v-645ce451], .h6 a.search-link[data-v-645ce451] {
  text-decoration: none;
}
h1 a.search-link[data-v-645ce451]:visited, .h1 a.search-link[data-v-645ce451]:visited,
h2 a.search-link[data-v-645ce451]:visited, .h2 a.search-link[data-v-645ce451]:visited,
h3 a.search-link[data-v-645ce451]:visited, .h3 a.search-link[data-v-645ce451]:visited,
h4 a.search-link[data-v-645ce451]:visited, .h4 a.search-link[data-v-645ce451]:visited,
h5 a.search-link[data-v-645ce451]:visited, .h5 a.search-link[data-v-645ce451]:visited,
h6 a.search-link[data-v-645ce451]:visited, .h6 a.search-link[data-v-645ce451]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-645ce451]:focus, .h1 a.search-link[data-v-645ce451]:focus,
h2 a.search-link[data-v-645ce451]:focus, .h2 a.search-link[data-v-645ce451]:focus,
h3 a.search-link[data-v-645ce451]:focus, .h3 a.search-link[data-v-645ce451]:focus,
h4 a.search-link[data-v-645ce451]:focus, .h4 a.search-link[data-v-645ce451]:focus,
h5 a.search-link[data-v-645ce451]:focus, .h5 a.search-link[data-v-645ce451]:focus,
h6 a.search-link[data-v-645ce451]:focus, .h6 a.search-link[data-v-645ce451]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-645ce451]:hover, .h1 a.search-link[data-v-645ce451]:hover,
h2 a.search-link[data-v-645ce451]:hover, .h2 a.search-link[data-v-645ce451]:hover,
h3 a.search-link[data-v-645ce451]:hover, .h3 a.search-link[data-v-645ce451]:hover,
h4 a.search-link[data-v-645ce451]:hover, .h4 a.search-link[data-v-645ce451]:hover,
h5 a.search-link[data-v-645ce451]:hover, .h5 a.search-link[data-v-645ce451]:hover,
h6 a.search-link[data-v-645ce451]:hover, .h6 a.search-link[data-v-645ce451]:hover {
  text-decoration: underline;
}
cite[data-v-645ce451],
var[data-v-645ce451],
address[data-v-645ce451],
dfn[data-v-645ce451] {
  font-style: normal;
}
h1[data-v-645ce451], .h1[data-v-645ce451],
h2[data-v-645ce451], .h2[data-v-645ce451],
h3[data-v-645ce451], .h3[data-v-645ce451],
h4[data-v-645ce451], .h4[data-v-645ce451],
h5[data-v-645ce451], .h5[data-v-645ce451],
h6[data-v-645ce451], .h6[data-v-645ce451] {
  max-width: 66ch;
}
p[data-v-645ce451],
ul[data-v-645ce451]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-645ce451]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-645ce451] {
  max-width: 66ch;
}
.form-label[data-v-645ce451], .form-hint[data-v-645ce451], .form-error-message[data-v-645ce451] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-645ce451], .form-radio + label[data-v-645ce451] {
  max-width: 66ch;
}
.displayheading-1[data-v-645ce451] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-645ce451] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-645ce451] {
  color: #358000;
}
.text-negative[data-v-645ce451] {
  color: #CC0000;
}
.color-text-black[data-v-645ce451] {
  color: #1a1a1a;
}
.background-dark[data-v-645ce451] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-645ce451], .background-dark span[data-v-645ce451] {
  color: white;
}
.field-group-title[data-v-645ce451] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-645ce451] {
  border: 2px solid #1a1a1a;
}
h1[data-v-645ce451], h2[data-v-645ce451], h3[data-v-645ce451], h4[data-v-645ce451], h5[data-v-645ce451], h6[data-v-645ce451], p[data-v-645ce451], legend[data-v-645ce451], strong[data-v-645ce451], b[data-v-645ce451], cite[data-v-645ce451], var[data-v-645ce451], address[data-v-645ce451], dfn[data-v-645ce451] {
  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[data-v-645ce451] {
  text-transform: uppercase;
}
.lowercase[data-v-645ce451] {
  text-transform: lowercase;
}
.d-inline[data-v-645ce451] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-645ce451] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-645ce451] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-645ce451] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-645ce451] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-645ce451] {
    display: inline !important;
}
}
.flex-grow[data-v-645ce451] {
  flex-grow: 1;
}
.weight-normal[data-v-645ce451] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-645ce451] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-645ce451] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-645ce451] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-645ce451] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-645ce451] {
    margin-bottom: 0;
}
}
.gray-100[data-v-645ce451] {
  background-color: #F5F5F5;
}
.highlight[data-v-645ce451] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-645ce451] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-645ce451] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-645ce451] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-645ce451] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-645ce451] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-645ce451] {
  z-index: 10000;
}
.video-responsive[data-v-645ce451] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-645ce451] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-645ce451]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-645ce451]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-645ce451] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-645ce451] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-645ce451] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-645ce451]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-645ce451]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-645ce451] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-645ce451] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-645ce451] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-645ce451] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-645ce451],
.sidenav-list-virk.sidenav-list li li[data-v-645ce451],
.sidenav-list-virk.sidenav-list a[data-v-645ce451] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-645ce451] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-645ce451] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-645ce451] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-645ce451] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-645ce451] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-645ce451]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-645ce451]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-645ce451] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-645ce451]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-645ce451] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.alert-body .alert-heading[data-v-645ce451] {
  margin-top: 0;
  padding-right: 48px;
  word-break: break-word;
}
.alert-body[data-v-645ce451] .alert-text *:first-child {
  margin-top: 0;
}
.alert-body[data-v-645ce451] .alert-text *:last-child {
  margin-bottom: 0;
}
.alert-body[data-v-645ce451] .alert-text {
  word-wrap: break-word;
}
.form-group-margin[data-v-645ce451] {
  margin: auto;
}
.form-group-margin[data-v-645ce451] *:first-child {
  margin-top: 24px;
}body[data-v-4e3ef933] {
  overflow: scroll;
}
.mobile-view[data-v-4e3ef933] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-4e3ef933] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-4e3ef933] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-4e3ef933] {
  font-size: 1.6rem;
}
p[data-v-4e3ef933] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-4e3ef933] {
  color: #004D99;
}
a[data-v-4e3ef933]:hover, a.link-hover[data-v-4e3ef933] {
  color: #000040;
}
a[data-v-4e3ef933]:hover:disabled,
a:hover .disabled[data-v-4e3ef933], a.link-hover[data-v-4e3ef933]:disabled,
a.link-hover .disabled[data-v-4e3ef933] {
  background-color: transparent !important;
}
a[data-v-4e3ef933]:focus, a.link-focus[data-v-4e3ef933] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-4e3ef933]:visited, a.link-visited[data-v-4e3ef933] {
  color: #800080;
}
a[data-v-4e3ef933]:disabled, a.disabled[data-v-4e3ef933] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-4e3ef933]:disabled:focus, a.disabled[data-v-4e3ef933]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-4e3ef933]:not(.button) {
  color: white;
}
.background-dark a[data-v-4e3ef933]:disabled, .background-dark a.disabled[data-v-4e3ef933] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-4e3ef933]:disabled:focus, .background-dark a.disabled[data-v-4e3ef933]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-4e3ef933] {
  font-weight: 600;
}
a[data-v-4e3ef933]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-4e3ef933], .h1[data-v-4e3ef933] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-4e3ef933], .h1[data-v-4e3ef933] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-4e3ef933], .h1[data-v-4e3ef933] {
    font-size: 3.9rem;
}
}
h1[data-v-4e3ef933], .h1[data-v-4e3ef933] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-4e3ef933], .h1[data-v-4e3ef933] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-4e3ef933], .h1[data-v-4e3ef933] {
    line-height: 4.8rem;
}
}
h1[data-v-4e3ef933], .h1[data-v-4e3ef933] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-4e3ef933], .h1[data-v-4e3ef933] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-4e3ef933], .h1[data-v-4e3ef933] {
    letter-spacing: normal;
}
}
h1[data-v-4e3ef933], .h1[data-v-4e3ef933] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-4e3ef933], .h2[data-v-4e3ef933] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-4e3ef933], .h2[data-v-4e3ef933] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-4e3ef933], .h2[data-v-4e3ef933] {
    font-size: 3.1rem;
}
}
h2[data-v-4e3ef933], .h2[data-v-4e3ef933] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-4e3ef933], .h2[data-v-4e3ef933] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-4e3ef933], .h2[data-v-4e3ef933] {
    line-height: 4rem;
}
}
h2[data-v-4e3ef933], .h2[data-v-4e3ef933] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-4e3ef933], .h2[data-v-4e3ef933] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-4e3ef933], .h2[data-v-4e3ef933] {
    letter-spacing: normal;
}
}
h2[data-v-4e3ef933], .h2[data-v-4e3ef933] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-4e3ef933], .h3[data-v-4e3ef933] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-4e3ef933], .h3[data-v-4e3ef933] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-4e3ef933], .h3[data-v-4e3ef933] {
    font-size: 2.5rem;
}
}
h3[data-v-4e3ef933], .h3[data-v-4e3ef933] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-4e3ef933], .h3[data-v-4e3ef933] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-4e3ef933], .h3[data-v-4e3ef933] {
    line-height: 3.2rem;
}
}
h3[data-v-4e3ef933], .h3[data-v-4e3ef933] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-4e3ef933], .h3[data-v-4e3ef933] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-4e3ef933], .h3[data-v-4e3ef933] {
    letter-spacing: normal;
}
}
h3[data-v-4e3ef933], .h3[data-v-4e3ef933] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-4e3ef933], .h4[data-v-4e3ef933] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-4e3ef933], .h4[data-v-4e3ef933] {
    font-size: 2rem;
}
}
h4[data-v-4e3ef933], .h4[data-v-4e3ef933] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-4e3ef933], .h4[data-v-4e3ef933] {
    line-height: 2.8rem;
}
}
h4[data-v-4e3ef933], .h4[data-v-4e3ef933] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-4e3ef933], .h4[data-v-4e3ef933] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-4e3ef933], .h4[data-v-4e3ef933] {
    letter-spacing: normal;
}
}
h4[data-v-4e3ef933], .h4[data-v-4e3ef933] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-4e3ef933], .h5[data-v-4e3ef933] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-4e3ef933], .h5[data-v-4e3ef933] {
    font-size: 1.6rem;
}
}
h5[data-v-4e3ef933], .h5[data-v-4e3ef933] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-4e3ef933], .h5[data-v-4e3ef933] {
    line-height: 2.4rem;
}
}
h5[data-v-4e3ef933], .h5[data-v-4e3ef933] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-4e3ef933], .h5[data-v-4e3ef933] {
    letter-spacing: normal;
}
}
h5[data-v-4e3ef933], .h5[data-v-4e3ef933] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-4e3ef933], .h6[data-v-4e3ef933] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-4e3ef933], .body-text[data-v-4e3ef933], .body-copy-text[data-v-4e3ef933] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-4e3ef933], .figcaption[data-v-4e3ef933] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-4e3ef933], .figcaption p[data-v-4e3ef933] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-4e3ef933] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-4e3ef933] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-4e3ef933] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-4e3ef933], .small-text[data-v-4e3ef933] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-4e3ef933] {
  font-weight: 400;
}
.weight-semibold[data-v-4e3ef933] {
  font-weight: 600;
}
.facit[data-v-4e3ef933] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-4e3ef933], b[data-v-4e3ef933], .bold[data-v-4e3ef933] {
  font-weight: 700;
}
.italic[data-v-4e3ef933], em[data-v-4e3ef933] {
  font-style: italic;
}
.form-label[data-v-4e3ef933] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-4e3ef933]:focus, .h1[data-v-4e3ef933]:focus,
h2[data-v-4e3ef933]:focus, .h2[data-v-4e3ef933]:focus,
h3[data-v-4e3ef933]:focus, .h3[data-v-4e3ef933]:focus,
h4[data-v-4e3ef933]:focus, .h4[data-v-4e3ef933]:focus,
h5[data-v-4e3ef933]:focus, .h5[data-v-4e3ef933]:focus,
h6[data-v-4e3ef933]:focus, .h6[data-v-4e3ef933]:focus {
  outline: none;
}
h1[data-v-4e3ef933], .h1[data-v-4e3ef933] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-4e3ef933], .h2[data-v-4e3ef933] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-4e3ef933], .h2[data-v-4e3ef933] {
    margin-top: 4rem;
}
}
h3[data-v-4e3ef933], .h3[data-v-4e3ef933] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-4e3ef933], .h3[data-v-4e3ef933] {
    margin-top: 4rem;
}
}
h4[data-v-4e3ef933], .h4[data-v-4e3ef933] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-4e3ef933], .h5[data-v-4e3ef933] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-4e3ef933], .h6[data-v-4e3ef933] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-4e3ef933] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-4e3ef933], .body-text[data-v-4e3ef933] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-4e3ef933], h5 + ul[data-v-4e3ef933], h5 + ol[data-v-4e3ef933], .h5 + p[data-v-4e3ef933], .h5 + ul[data-v-4e3ef933], .h5 + ol[data-v-4e3ef933], h6 + p[data-v-4e3ef933], h6 + ul[data-v-4e3ef933], h6 + ol[data-v-4e3ef933], .h6 + p[data-v-4e3ef933], .h6 + ul[data-v-4e3ef933], .h6 + ol[data-v-4e3ef933] {
  margin-top: 0;
}
button.function-link[data-v-4e3ef933] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-4e3ef933] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-4e3ef933]:hover, .function-link[data-v-4e3ef933]:visited, .function-link[data-v-4e3ef933]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-4e3ef933] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-4e3ef933] {
  text-align: right;
}
.back-link[data-v-4e3ef933] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-4e3ef933] {
    margin-bottom: 32px;
}
}
.back-link[data-v-4e3ef933] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-4e3ef933]::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[data-v-4e3ef933]:active, .back-link[data-v-4e3ef933]:focus, .back-link[data-v-4e3ef933]:hover, .back-link[data-v-4e3ef933]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-4e3ef933] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-4e3ef933] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-4e3ef933], h1 a[data-v-4e3ef933]:hover, h1 a[data-v-4e3ef933]:visited, h1 a[data-v-4e3ef933]:focus, .h1 a[data-v-4e3ef933], .h1 a[data-v-4e3ef933]:hover, .h1 a[data-v-4e3ef933]:visited, .h1 a[data-v-4e3ef933]:focus,
h2 a[data-v-4e3ef933],
h2 a[data-v-4e3ef933]:hover,
h2 a[data-v-4e3ef933]:visited,
h2 a[data-v-4e3ef933]:focus, .h2 a[data-v-4e3ef933], .h2 a[data-v-4e3ef933]:hover, .h2 a[data-v-4e3ef933]:visited, .h2 a[data-v-4e3ef933]:focus,
h3 a[data-v-4e3ef933],
h3 a[data-v-4e3ef933]:hover,
h3 a[data-v-4e3ef933]:visited,
h3 a[data-v-4e3ef933]:focus, .h3 a[data-v-4e3ef933], .h3 a[data-v-4e3ef933]:hover, .h3 a[data-v-4e3ef933]:visited, .h3 a[data-v-4e3ef933]:focus,
h4 a[data-v-4e3ef933],
h4 a[data-v-4e3ef933]:hover,
h4 a[data-v-4e3ef933]:visited,
h4 a[data-v-4e3ef933]:focus, .h4 a[data-v-4e3ef933], .h4 a[data-v-4e3ef933]:hover, .h4 a[data-v-4e3ef933]:visited, .h4 a[data-v-4e3ef933]:focus,
h5 a[data-v-4e3ef933],
h5 a[data-v-4e3ef933]:hover,
h5 a[data-v-4e3ef933]:visited,
h5 a[data-v-4e3ef933]:focus, .h5 a[data-v-4e3ef933], .h5 a[data-v-4e3ef933]:hover, .h5 a[data-v-4e3ef933]:visited, .h5 a[data-v-4e3ef933]:focus,
h6 a[data-v-4e3ef933],
h6 a[data-v-4e3ef933]:hover,
h6 a[data-v-4e3ef933]:visited,
h6 a[data-v-4e3ef933]:focus, .h6 a[data-v-4e3ef933], .h6 a[data-v-4e3ef933]:hover, .h6 a[data-v-4e3ef933]:visited, .h6 a[data-v-4e3ef933]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-4e3ef933], .h1 a.search-link[data-v-4e3ef933],
h2 a.search-link[data-v-4e3ef933], .h2 a.search-link[data-v-4e3ef933],
h3 a.search-link[data-v-4e3ef933], .h3 a.search-link[data-v-4e3ef933],
h4 a.search-link[data-v-4e3ef933], .h4 a.search-link[data-v-4e3ef933],
h5 a.search-link[data-v-4e3ef933], .h5 a.search-link[data-v-4e3ef933],
h6 a.search-link[data-v-4e3ef933], .h6 a.search-link[data-v-4e3ef933] {
  text-decoration: none;
}
h1 a.search-link[data-v-4e3ef933]:visited, .h1 a.search-link[data-v-4e3ef933]:visited,
h2 a.search-link[data-v-4e3ef933]:visited, .h2 a.search-link[data-v-4e3ef933]:visited,
h3 a.search-link[data-v-4e3ef933]:visited, .h3 a.search-link[data-v-4e3ef933]:visited,
h4 a.search-link[data-v-4e3ef933]:visited, .h4 a.search-link[data-v-4e3ef933]:visited,
h5 a.search-link[data-v-4e3ef933]:visited, .h5 a.search-link[data-v-4e3ef933]:visited,
h6 a.search-link[data-v-4e3ef933]:visited, .h6 a.search-link[data-v-4e3ef933]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-4e3ef933]:focus, .h1 a.search-link[data-v-4e3ef933]:focus,
h2 a.search-link[data-v-4e3ef933]:focus, .h2 a.search-link[data-v-4e3ef933]:focus,
h3 a.search-link[data-v-4e3ef933]:focus, .h3 a.search-link[data-v-4e3ef933]:focus,
h4 a.search-link[data-v-4e3ef933]:focus, .h4 a.search-link[data-v-4e3ef933]:focus,
h5 a.search-link[data-v-4e3ef933]:focus, .h5 a.search-link[data-v-4e3ef933]:focus,
h6 a.search-link[data-v-4e3ef933]:focus, .h6 a.search-link[data-v-4e3ef933]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-4e3ef933]:hover, .h1 a.search-link[data-v-4e3ef933]:hover,
h2 a.search-link[data-v-4e3ef933]:hover, .h2 a.search-link[data-v-4e3ef933]:hover,
h3 a.search-link[data-v-4e3ef933]:hover, .h3 a.search-link[data-v-4e3ef933]:hover,
h4 a.search-link[data-v-4e3ef933]:hover, .h4 a.search-link[data-v-4e3ef933]:hover,
h5 a.search-link[data-v-4e3ef933]:hover, .h5 a.search-link[data-v-4e3ef933]:hover,
h6 a.search-link[data-v-4e3ef933]:hover, .h6 a.search-link[data-v-4e3ef933]:hover {
  text-decoration: underline;
}
cite[data-v-4e3ef933],
var[data-v-4e3ef933],
address[data-v-4e3ef933],
dfn[data-v-4e3ef933] {
  font-style: normal;
}
h1[data-v-4e3ef933], .h1[data-v-4e3ef933],
h2[data-v-4e3ef933], .h2[data-v-4e3ef933],
h3[data-v-4e3ef933], .h3[data-v-4e3ef933],
h4[data-v-4e3ef933], .h4[data-v-4e3ef933],
h5[data-v-4e3ef933], .h5[data-v-4e3ef933],
h6[data-v-4e3ef933], .h6[data-v-4e3ef933] {
  max-width: 66ch;
}
p[data-v-4e3ef933],
ul[data-v-4e3ef933]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-4e3ef933]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-4e3ef933] {
  max-width: 66ch;
}
.form-label[data-v-4e3ef933], .form-hint[data-v-4e3ef933], .form-error-message[data-v-4e3ef933] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-4e3ef933], .form-radio + label[data-v-4e3ef933] {
  max-width: 66ch;
}
.displayheading-1[data-v-4e3ef933] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-4e3ef933] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-4e3ef933] {
  color: #358000;
}
.text-negative[data-v-4e3ef933] {
  color: #CC0000;
}
.color-text-black[data-v-4e3ef933] {
  color: #1a1a1a;
}
.background-dark[data-v-4e3ef933] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-4e3ef933], .background-dark span[data-v-4e3ef933] {
  color: white;
}
.field-group-title[data-v-4e3ef933] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-4e3ef933] {
  border: 2px solid #1a1a1a;
}
h1[data-v-4e3ef933], h2[data-v-4e3ef933], h3[data-v-4e3ef933], h4[data-v-4e3ef933], h5[data-v-4e3ef933], h6[data-v-4e3ef933], p[data-v-4e3ef933], legend[data-v-4e3ef933], strong[data-v-4e3ef933], b[data-v-4e3ef933], cite[data-v-4e3ef933], var[data-v-4e3ef933], address[data-v-4e3ef933], dfn[data-v-4e3ef933] {
  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[data-v-4e3ef933] {
  text-transform: uppercase;
}
.lowercase[data-v-4e3ef933] {
  text-transform: lowercase;
}
.d-inline[data-v-4e3ef933] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-4e3ef933] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-4e3ef933] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-4e3ef933] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-4e3ef933] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-4e3ef933] {
    display: inline !important;
}
}
.flex-grow[data-v-4e3ef933] {
  flex-grow: 1;
}
.weight-normal[data-v-4e3ef933] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-4e3ef933] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-4e3ef933] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-4e3ef933] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-4e3ef933] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-4e3ef933] {
    margin-bottom: 0;
}
}
.gray-100[data-v-4e3ef933] {
  background-color: #F5F5F5;
}
.highlight[data-v-4e3ef933] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-4e3ef933] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-4e3ef933] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-4e3ef933] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-4e3ef933] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-4e3ef933] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-4e3ef933] {
  z-index: 10000;
}
.video-responsive[data-v-4e3ef933] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-4e3ef933] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-4e3ef933]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-4e3ef933]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-4e3ef933] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-4e3ef933] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-4e3ef933] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-4e3ef933]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-4e3ef933]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-4e3ef933] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-4e3ef933] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-4e3ef933] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-4e3ef933] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-4e3ef933],
.sidenav-list-virk.sidenav-list li li[data-v-4e3ef933],
.sidenav-list-virk.sidenav-list a[data-v-4e3ef933] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-4e3ef933] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-4e3ef933] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-4e3ef933] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-4e3ef933] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-4e3ef933] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-4e3ef933]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-4e3ef933]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-4e3ef933] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-4e3ef933]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-4e3ef933] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
body.modal-open[data-v-4e3ef933] {
  overflow: hidden;
}
.modal-backdrop[data-v-4e3ef933] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8888;
  padding: 16px;
}
.fds-modal[data-v-4e3ef933]:focus-visible {
  outline: none;
}
.fds-modal[data-v-4e3ef933] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 16px;
}
.fds-modal[aria-hidden=false][data-v-4e3ef933] {
  display: flex;
}
.fds-modal .modal-content[data-v-4e3ef933] {
  align-self: center;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 100%;
  position: relative;
  margin: 24px auto 24px;
}
.fds-modal .modal-bottom-page[data-v-4e3ef933] {
  position: fixed;
  margin-top: 0;
  margin-bottom: 0;
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}
.fds-modal .modal-filter[data-v-4e3ef933] {
  position: fixed;
  left: 0;
  height: 100%;
  margin: 0;
}
.fds-modal .modal-filter .modal-header[data-v-4e3ef933] {
  padding: 0;
}
.fds-modal .modal-filter .modal-title[data-v-4e3ef933] {
  display: none;
}
.fds-modal .modal-header[data-v-4e3ef933] {
  padding: 16px 24px 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-4e3ef933] {
    padding: 40px 40px 8px 40px;
}
}
.fds-modal .modal-header[data-v-4e3ef933] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-4e3ef933] {
    padding-right: 48px;
}
}
.fds-modal .modal-header h1[data-v-4e3ef933],
.fds-modal .modal-header h2[data-v-4e3ef933],
.fds-modal .modal-header h3[data-v-4e3ef933],
.fds-modal .modal-header h4[data-v-4e3ef933],
.fds-modal .modal-header h5[data-v-4e3ef933],
.fds-modal .modal-header h6[data-v-4e3ef933],
.fds-modal .modal-header .h1[data-v-4e3ef933],
.fds-modal .modal-header .h2[data-v-4e3ef933],
.fds-modal .modal-header .h3[data-v-4e3ef933],
.fds-modal .modal-header .h4[data-v-4e3ef933],
.fds-modal .modal-header .h5[data-v-4e3ef933],
.fds-modal .modal-header .h6[data-v-4e3ef933] {
  color: #1a1a1a;
}
.fds-modal .modal-title[data-v-4e3ef933] {
  margin: 24px 48px 8px 0;
}
@media (min-width: 768px) {
.fds-modal .modal-title[data-v-4e3ef933] {
    margin: 0 48px 0 0;
}
}
.fds-modal .modal-body[data-v-4e3ef933] {
  background-color: white;
  color: #1a1a1a;
  padding: 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-body[data-v-4e3ef933] {
    padding: 8px 40px 8px 40px;
}
}
.fds-modal .modal-body[data-v-4e3ef933] > *:first-child {
  margin-top: 0;
}
.fds-modal .modal-body p[data-v-4e3ef933],
.fds-modal .modal-body h1[data-v-4e3ef933],
.fds-modal .modal-body h2[data-v-4e3ef933],
.fds-modal .modal-body h3[data-v-4e3ef933],
.fds-modal .modal-body h4[data-v-4e3ef933],
.fds-modal .modal-body h5[data-v-4e3ef933],
.fds-modal .modal-body h6[data-v-4e3ef933],
.fds-modal .modal-body .h1[data-v-4e3ef933],
.fds-modal .modal-body .h2[data-v-4e3ef933],
.fds-modal .modal-body .h3[data-v-4e3ef933],
.fds-modal .modal-body .h4[data-v-4e3ef933],
.fds-modal .modal-body .h5[data-v-4e3ef933],
.fds-modal .modal-body .h6[data-v-4e3ef933] {
  color: #1a1a1a;
}
.fds-modal .modal-footer[data-v-4e3ef933] {
  padding: 0px 24px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-footer[data-v-4e3ef933] {
    padding: 8px 40px 40px 40px;
}
}
.fds-modal .modal-footer[data-v-4e3ef933] {
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 992px) {
.fds-modal .modal-footer[data-v-4e3ef933] {
    display: flex;
}
}
.fds-modal .modal-footer .button[data-v-4e3ef933] {
  margin-top: 8px;
  margin-right: 16px;
}
.fds-modal .modal-footer p[data-v-4e3ef933],
.fds-modal .modal-footer h1[data-v-4e3ef933],
.fds-modal .modal-footer h2[data-v-4e3ef933],
.fds-modal .modal-footer h3[data-v-4e3ef933],
.fds-modal .modal-footer h4[data-v-4e3ef933],
.fds-modal .modal-footer h5[data-v-4e3ef933],
.fds-modal .modal-footer h6[data-v-4e3ef933],
.fds-modal .modal-footer .h1[data-v-4e3ef933],
.fds-modal .modal-footer .h2[data-v-4e3ef933],
.fds-modal .modal-footer .h3[data-v-4e3ef933],
.fds-modal .modal-footer .h4[data-v-4e3ef933],
.fds-modal .modal-footer .h5[data-v-4e3ef933],
.fds-modal .modal-footer .h6[data-v-4e3ef933] {
  color: #1a1a1a;
}
.fds-modal .modal-close[data-v-4e3ef933] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: inherit;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-close[data-v-4e3ef933] {
    top: 24px;
    right: 32px;
}
}
.fds-modal .modal-close[data-v-4e3ef933]:hover, .fds-modal .modal-close[data-v-4e3ef933]:visited, .fds-modal .modal-close[data-v-4e3ef933]:focus {
  color: #1a1a1a;
}
.fds-modal[data-v-4e3ef933] {
  /**************************\
        Animation Style
    \**************************/
}
@keyframes modalfadeIn-4e3ef933 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes modalfadeOut-4e3ef933 {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes modalslideIn-4e3ef933 {
from {
    transform: translateY(15%);
}
to {
    transform: translateY(0);
}
}
@keyframes modalslideOut-4e3ef933 {
from {
    transform: translateY(0);
}
to {
    transform: translateY(-10%);
}
}
.fds-modal[aria-hidden=false] .modal-content[data-v-4e3ef933] {
  animation: modalslideIn-4e3ef933 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal[aria-hidden=true] .modal-content[data-v-4e3ef933] {
  animation: modalslideOut-4e3ef933 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal .button-unstyled[data-v-4e3ef933] {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: #004D99;
  font: inherit;
  text-align: left;
  cursor: pointer;
  text-decoration: underline;
}
.fds-modal .button-unstyled[data-v-4e3ef933]:hover, .fds-modal .button-unstyled[data-v-4e3ef933]:focus {
  text-decoration: underline;
  color: #000040;
}
.fds-modal .button-unstyled[data-v-4e3ef933]:visited {
  color: #800080;
}
.fds-modal .button-unstyled[data-v-4e3ef933]:disabled {
  cursor: default;
  color: #a9a9a9;
  text-decoration: none;
}
.unstyle-router[data-v-4e3ef933] {
  color: #ffffff !important;
  text-decoration: none;
}
.fritekst-streng[data-v-4e3ef933] {
  word-wrap: break-word;
}body[data-v-877ed9ef] {
  overflow: scroll;
}
.mobile-view[data-v-877ed9ef] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-877ed9ef] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-877ed9ef] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-877ed9ef] {
  font-size: 1.6rem;
}
p[data-v-877ed9ef] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-877ed9ef] {
  color: #004D99;
}
a[data-v-877ed9ef]:hover, a.link-hover[data-v-877ed9ef] {
  color: #000040;
}
a[data-v-877ed9ef]:hover:disabled,
a:hover .disabled[data-v-877ed9ef], a.link-hover[data-v-877ed9ef]:disabled,
a.link-hover .disabled[data-v-877ed9ef] {
  background-color: transparent !important;
}
a[data-v-877ed9ef]:focus, a.link-focus[data-v-877ed9ef] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-877ed9ef]:visited, a.link-visited[data-v-877ed9ef] {
  color: #800080;
}
a[data-v-877ed9ef]:disabled, a.disabled[data-v-877ed9ef] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-877ed9ef]:disabled:focus, a.disabled[data-v-877ed9ef]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-877ed9ef]:not(.button) {
  color: white;
}
.background-dark a[data-v-877ed9ef]:disabled, .background-dark a.disabled[data-v-877ed9ef] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-877ed9ef]:disabled:focus, .background-dark a.disabled[data-v-877ed9ef]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-877ed9ef] {
  font-weight: 600;
}
a[data-v-877ed9ef]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-877ed9ef], .h1[data-v-877ed9ef] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-877ed9ef], .h1[data-v-877ed9ef] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-877ed9ef], .h1[data-v-877ed9ef] {
    font-size: 3.9rem;
}
}
h1[data-v-877ed9ef], .h1[data-v-877ed9ef] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-877ed9ef], .h1[data-v-877ed9ef] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-877ed9ef], .h1[data-v-877ed9ef] {
    line-height: 4.8rem;
}
}
h1[data-v-877ed9ef], .h1[data-v-877ed9ef] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-877ed9ef], .h1[data-v-877ed9ef] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-877ed9ef], .h1[data-v-877ed9ef] {
    letter-spacing: normal;
}
}
h1[data-v-877ed9ef], .h1[data-v-877ed9ef] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-877ed9ef], .h2[data-v-877ed9ef] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-877ed9ef], .h2[data-v-877ed9ef] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-877ed9ef], .h2[data-v-877ed9ef] {
    font-size: 3.1rem;
}
}
h2[data-v-877ed9ef], .h2[data-v-877ed9ef] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-877ed9ef], .h2[data-v-877ed9ef] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-877ed9ef], .h2[data-v-877ed9ef] {
    line-height: 4rem;
}
}
h2[data-v-877ed9ef], .h2[data-v-877ed9ef] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-877ed9ef], .h2[data-v-877ed9ef] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-877ed9ef], .h2[data-v-877ed9ef] {
    letter-spacing: normal;
}
}
h2[data-v-877ed9ef], .h2[data-v-877ed9ef] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-877ed9ef], .h3[data-v-877ed9ef] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-877ed9ef], .h3[data-v-877ed9ef] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-877ed9ef], .h3[data-v-877ed9ef] {
    font-size: 2.5rem;
}
}
h3[data-v-877ed9ef], .h3[data-v-877ed9ef] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-877ed9ef], .h3[data-v-877ed9ef] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-877ed9ef], .h3[data-v-877ed9ef] {
    line-height: 3.2rem;
}
}
h3[data-v-877ed9ef], .h3[data-v-877ed9ef] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-877ed9ef], .h3[data-v-877ed9ef] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-877ed9ef], .h3[data-v-877ed9ef] {
    letter-spacing: normal;
}
}
h3[data-v-877ed9ef], .h3[data-v-877ed9ef] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-877ed9ef], .h4[data-v-877ed9ef] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-877ed9ef], .h4[data-v-877ed9ef] {
    font-size: 2rem;
}
}
h4[data-v-877ed9ef], .h4[data-v-877ed9ef] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-877ed9ef], .h4[data-v-877ed9ef] {
    line-height: 2.8rem;
}
}
h4[data-v-877ed9ef], .h4[data-v-877ed9ef] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-877ed9ef], .h4[data-v-877ed9ef] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-877ed9ef], .h4[data-v-877ed9ef] {
    letter-spacing: normal;
}
}
h4[data-v-877ed9ef], .h4[data-v-877ed9ef] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-877ed9ef], .h5[data-v-877ed9ef] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-877ed9ef], .h5[data-v-877ed9ef] {
    font-size: 1.6rem;
}
}
h5[data-v-877ed9ef], .h5[data-v-877ed9ef] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-877ed9ef], .h5[data-v-877ed9ef] {
    line-height: 2.4rem;
}
}
h5[data-v-877ed9ef], .h5[data-v-877ed9ef] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-877ed9ef], .h5[data-v-877ed9ef] {
    letter-spacing: normal;
}
}
h5[data-v-877ed9ef], .h5[data-v-877ed9ef] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-877ed9ef], .h6[data-v-877ed9ef] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-877ed9ef], .body-text[data-v-877ed9ef], .body-copy-text[data-v-877ed9ef] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-877ed9ef], .figcaption[data-v-877ed9ef] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-877ed9ef], .figcaption p[data-v-877ed9ef] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-877ed9ef] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-877ed9ef] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-877ed9ef] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-877ed9ef], .small-text[data-v-877ed9ef] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-877ed9ef] {
  font-weight: 400;
}
.weight-semibold[data-v-877ed9ef] {
  font-weight: 600;
}
.facit[data-v-877ed9ef] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-877ed9ef], b[data-v-877ed9ef], .bold[data-v-877ed9ef] {
  font-weight: 700;
}
.italic[data-v-877ed9ef], em[data-v-877ed9ef] {
  font-style: italic;
}
.form-label[data-v-877ed9ef] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-877ed9ef]:focus, .h1[data-v-877ed9ef]:focus,
h2[data-v-877ed9ef]:focus, .h2[data-v-877ed9ef]:focus,
h3[data-v-877ed9ef]:focus, .h3[data-v-877ed9ef]:focus,
h4[data-v-877ed9ef]:focus, .h4[data-v-877ed9ef]:focus,
h5[data-v-877ed9ef]:focus, .h5[data-v-877ed9ef]:focus,
h6[data-v-877ed9ef]:focus, .h6[data-v-877ed9ef]:focus {
  outline: none;
}
h1[data-v-877ed9ef], .h1[data-v-877ed9ef] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-877ed9ef], .h2[data-v-877ed9ef] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-877ed9ef], .h2[data-v-877ed9ef] {
    margin-top: 4rem;
}
}
h3[data-v-877ed9ef], .h3[data-v-877ed9ef] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-877ed9ef], .h3[data-v-877ed9ef] {
    margin-top: 4rem;
}
}
h4[data-v-877ed9ef], .h4[data-v-877ed9ef] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-877ed9ef], .h5[data-v-877ed9ef] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-877ed9ef], .h6[data-v-877ed9ef] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-877ed9ef] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-877ed9ef], .body-text[data-v-877ed9ef] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-877ed9ef], h5 + ul[data-v-877ed9ef], h5 + ol[data-v-877ed9ef], .h5 + p[data-v-877ed9ef], .h5 + ul[data-v-877ed9ef], .h5 + ol[data-v-877ed9ef], h6 + p[data-v-877ed9ef], h6 + ul[data-v-877ed9ef], h6 + ol[data-v-877ed9ef], .h6 + p[data-v-877ed9ef], .h6 + ul[data-v-877ed9ef], .h6 + ol[data-v-877ed9ef] {
  margin-top: 0;
}
button.function-link[data-v-877ed9ef] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-877ed9ef] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-877ed9ef]:hover, .function-link[data-v-877ed9ef]:visited, .function-link[data-v-877ed9ef]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-877ed9ef] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-877ed9ef] {
  text-align: right;
}
.back-link[data-v-877ed9ef] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-877ed9ef] {
    margin-bottom: 32px;
}
}
.back-link[data-v-877ed9ef] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-877ed9ef]::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[data-v-877ed9ef]:active, .back-link[data-v-877ed9ef]:focus, .back-link[data-v-877ed9ef]:hover, .back-link[data-v-877ed9ef]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-877ed9ef] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-877ed9ef] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-877ed9ef], h1 a[data-v-877ed9ef]:hover, h1 a[data-v-877ed9ef]:visited, h1 a[data-v-877ed9ef]:focus, .h1 a[data-v-877ed9ef], .h1 a[data-v-877ed9ef]:hover, .h1 a[data-v-877ed9ef]:visited, .h1 a[data-v-877ed9ef]:focus,
h2 a[data-v-877ed9ef],
h2 a[data-v-877ed9ef]:hover,
h2 a[data-v-877ed9ef]:visited,
h2 a[data-v-877ed9ef]:focus, .h2 a[data-v-877ed9ef], .h2 a[data-v-877ed9ef]:hover, .h2 a[data-v-877ed9ef]:visited, .h2 a[data-v-877ed9ef]:focus,
h3 a[data-v-877ed9ef],
h3 a[data-v-877ed9ef]:hover,
h3 a[data-v-877ed9ef]:visited,
h3 a[data-v-877ed9ef]:focus, .h3 a[data-v-877ed9ef], .h3 a[data-v-877ed9ef]:hover, .h3 a[data-v-877ed9ef]:visited, .h3 a[data-v-877ed9ef]:focus,
h4 a[data-v-877ed9ef],
h4 a[data-v-877ed9ef]:hover,
h4 a[data-v-877ed9ef]:visited,
h4 a[data-v-877ed9ef]:focus, .h4 a[data-v-877ed9ef], .h4 a[data-v-877ed9ef]:hover, .h4 a[data-v-877ed9ef]:visited, .h4 a[data-v-877ed9ef]:focus,
h5 a[data-v-877ed9ef],
h5 a[data-v-877ed9ef]:hover,
h5 a[data-v-877ed9ef]:visited,
h5 a[data-v-877ed9ef]:focus, .h5 a[data-v-877ed9ef], .h5 a[data-v-877ed9ef]:hover, .h5 a[data-v-877ed9ef]:visited, .h5 a[data-v-877ed9ef]:focus,
h6 a[data-v-877ed9ef],
h6 a[data-v-877ed9ef]:hover,
h6 a[data-v-877ed9ef]:visited,
h6 a[data-v-877ed9ef]:focus, .h6 a[data-v-877ed9ef], .h6 a[data-v-877ed9ef]:hover, .h6 a[data-v-877ed9ef]:visited, .h6 a[data-v-877ed9ef]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-877ed9ef], .h1 a.search-link[data-v-877ed9ef],
h2 a.search-link[data-v-877ed9ef], .h2 a.search-link[data-v-877ed9ef],
h3 a.search-link[data-v-877ed9ef], .h3 a.search-link[data-v-877ed9ef],
h4 a.search-link[data-v-877ed9ef], .h4 a.search-link[data-v-877ed9ef],
h5 a.search-link[data-v-877ed9ef], .h5 a.search-link[data-v-877ed9ef],
h6 a.search-link[data-v-877ed9ef], .h6 a.search-link[data-v-877ed9ef] {
  text-decoration: none;
}
h1 a.search-link[data-v-877ed9ef]:visited, .h1 a.search-link[data-v-877ed9ef]:visited,
h2 a.search-link[data-v-877ed9ef]:visited, .h2 a.search-link[data-v-877ed9ef]:visited,
h3 a.search-link[data-v-877ed9ef]:visited, .h3 a.search-link[data-v-877ed9ef]:visited,
h4 a.search-link[data-v-877ed9ef]:visited, .h4 a.search-link[data-v-877ed9ef]:visited,
h5 a.search-link[data-v-877ed9ef]:visited, .h5 a.search-link[data-v-877ed9ef]:visited,
h6 a.search-link[data-v-877ed9ef]:visited, .h6 a.search-link[data-v-877ed9ef]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-877ed9ef]:focus, .h1 a.search-link[data-v-877ed9ef]:focus,
h2 a.search-link[data-v-877ed9ef]:focus, .h2 a.search-link[data-v-877ed9ef]:focus,
h3 a.search-link[data-v-877ed9ef]:focus, .h3 a.search-link[data-v-877ed9ef]:focus,
h4 a.search-link[data-v-877ed9ef]:focus, .h4 a.search-link[data-v-877ed9ef]:focus,
h5 a.search-link[data-v-877ed9ef]:focus, .h5 a.search-link[data-v-877ed9ef]:focus,
h6 a.search-link[data-v-877ed9ef]:focus, .h6 a.search-link[data-v-877ed9ef]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-877ed9ef]:hover, .h1 a.search-link[data-v-877ed9ef]:hover,
h2 a.search-link[data-v-877ed9ef]:hover, .h2 a.search-link[data-v-877ed9ef]:hover,
h3 a.search-link[data-v-877ed9ef]:hover, .h3 a.search-link[data-v-877ed9ef]:hover,
h4 a.search-link[data-v-877ed9ef]:hover, .h4 a.search-link[data-v-877ed9ef]:hover,
h5 a.search-link[data-v-877ed9ef]:hover, .h5 a.search-link[data-v-877ed9ef]:hover,
h6 a.search-link[data-v-877ed9ef]:hover, .h6 a.search-link[data-v-877ed9ef]:hover {
  text-decoration: underline;
}
cite[data-v-877ed9ef],
var[data-v-877ed9ef],
address[data-v-877ed9ef],
dfn[data-v-877ed9ef] {
  font-style: normal;
}
h1[data-v-877ed9ef], .h1[data-v-877ed9ef],
h2[data-v-877ed9ef], .h2[data-v-877ed9ef],
h3[data-v-877ed9ef], .h3[data-v-877ed9ef],
h4[data-v-877ed9ef], .h4[data-v-877ed9ef],
h5[data-v-877ed9ef], .h5[data-v-877ed9ef],
h6[data-v-877ed9ef], .h6[data-v-877ed9ef] {
  max-width: 66ch;
}
p[data-v-877ed9ef],
ul[data-v-877ed9ef]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-877ed9ef]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-877ed9ef] {
  max-width: 66ch;
}
.form-label[data-v-877ed9ef], .form-hint[data-v-877ed9ef], .form-error-message[data-v-877ed9ef] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-877ed9ef], .form-radio + label[data-v-877ed9ef] {
  max-width: 66ch;
}
.displayheading-1[data-v-877ed9ef] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-877ed9ef] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-877ed9ef] {
  color: #358000;
}
.text-negative[data-v-877ed9ef] {
  color: #CC0000;
}
.color-text-black[data-v-877ed9ef] {
  color: #1a1a1a;
}
.background-dark[data-v-877ed9ef] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-877ed9ef], .background-dark span[data-v-877ed9ef] {
  color: white;
}
.field-group-title[data-v-877ed9ef] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-877ed9ef] {
  border: 2px solid #1a1a1a;
}
h1[data-v-877ed9ef], h2[data-v-877ed9ef], h3[data-v-877ed9ef], h4[data-v-877ed9ef], h5[data-v-877ed9ef], h6[data-v-877ed9ef], p[data-v-877ed9ef], legend[data-v-877ed9ef], strong[data-v-877ed9ef], b[data-v-877ed9ef], cite[data-v-877ed9ef], var[data-v-877ed9ef], address[data-v-877ed9ef], dfn[data-v-877ed9ef] {
  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[data-v-877ed9ef] {
  text-transform: uppercase;
}
.lowercase[data-v-877ed9ef] {
  text-transform: lowercase;
}
.d-inline[data-v-877ed9ef] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-877ed9ef] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-877ed9ef] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-877ed9ef] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-877ed9ef] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-877ed9ef] {
    display: inline !important;
}
}
.flex-grow[data-v-877ed9ef] {
  flex-grow: 1;
}
.weight-normal[data-v-877ed9ef] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-877ed9ef] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-877ed9ef] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-877ed9ef] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-877ed9ef] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-877ed9ef] {
    margin-bottom: 0;
}
}
.gray-100[data-v-877ed9ef] {
  background-color: #F5F5F5;
}
.highlight[data-v-877ed9ef] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-877ed9ef] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-877ed9ef] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-877ed9ef] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-877ed9ef] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-877ed9ef] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-877ed9ef] {
  z-index: 10000;
}
.video-responsive[data-v-877ed9ef] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-877ed9ef] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-877ed9ef]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-877ed9ef]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-877ed9ef] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-877ed9ef] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-877ed9ef] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-877ed9ef]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-877ed9ef]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-877ed9ef] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-877ed9ef] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-877ed9ef] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-877ed9ef] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-877ed9ef],
.sidenav-list-virk.sidenav-list li li[data-v-877ed9ef],
.sidenav-list-virk.sidenav-list a[data-v-877ed9ef] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-877ed9ef] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-877ed9ef] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-877ed9ef] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-877ed9ef] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-877ed9ef] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-877ed9ef]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-877ed9ef]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-877ed9ef] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-877ed9ef]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-877ed9ef] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
body.modal-open[data-v-877ed9ef] {
  overflow: hidden;
}
.modal-backdrop[data-v-877ed9ef] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8888;
  padding: 16px;
}
.fds-modal[data-v-877ed9ef]:focus-visible {
  outline: none;
}
.fds-modal[data-v-877ed9ef] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 16px;
}
.fds-modal[aria-hidden=false][data-v-877ed9ef] {
  display: flex;
}
.fds-modal .modal-content[data-v-877ed9ef] {
  align-self: center;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 100%;
  position: relative;
  margin: 24px auto 24px;
}
.fds-modal .modal-bottom-page[data-v-877ed9ef] {
  position: fixed;
  margin-top: 0;
  margin-bottom: 0;
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}
.fds-modal .modal-filter[data-v-877ed9ef] {
  position: fixed;
  left: 0;
  height: 100%;
  margin: 0;
}
.fds-modal .modal-filter .modal-header[data-v-877ed9ef] {
  padding: 0;
}
.fds-modal .modal-filter .modal-title[data-v-877ed9ef] {
  display: none;
}
.fds-modal .modal-header[data-v-877ed9ef] {
  padding: 16px 24px 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-877ed9ef] {
    padding: 40px 40px 8px 40px;
}
}
.fds-modal .modal-header[data-v-877ed9ef] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-877ed9ef] {
    padding-right: 48px;
}
}
.fds-modal .modal-header h1[data-v-877ed9ef],
.fds-modal .modal-header h2[data-v-877ed9ef],
.fds-modal .modal-header h3[data-v-877ed9ef],
.fds-modal .modal-header h4[data-v-877ed9ef],
.fds-modal .modal-header h5[data-v-877ed9ef],
.fds-modal .modal-header h6[data-v-877ed9ef],
.fds-modal .modal-header .h1[data-v-877ed9ef],
.fds-modal .modal-header .h2[data-v-877ed9ef],
.fds-modal .modal-header .h3[data-v-877ed9ef],
.fds-modal .modal-header .h4[data-v-877ed9ef],
.fds-modal .modal-header .h5[data-v-877ed9ef],
.fds-modal .modal-header .h6[data-v-877ed9ef] {
  color: #1a1a1a;
}
.fds-modal .modal-title[data-v-877ed9ef] {
  margin: 24px 48px 8px 0;
}
@media (min-width: 768px) {
.fds-modal .modal-title[data-v-877ed9ef] {
    margin: 0 48px 0 0;
}
}
.fds-modal .modal-body[data-v-877ed9ef] {
  background-color: white;
  color: #1a1a1a;
  padding: 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-body[data-v-877ed9ef] {
    padding: 8px 40px 8px 40px;
}
}
.fds-modal .modal-body[data-v-877ed9ef] > *:first-child {
  margin-top: 0;
}
.fds-modal .modal-body p[data-v-877ed9ef],
.fds-modal .modal-body h1[data-v-877ed9ef],
.fds-modal .modal-body h2[data-v-877ed9ef],
.fds-modal .modal-body h3[data-v-877ed9ef],
.fds-modal .modal-body h4[data-v-877ed9ef],
.fds-modal .modal-body h5[data-v-877ed9ef],
.fds-modal .modal-body h6[data-v-877ed9ef],
.fds-modal .modal-body .h1[data-v-877ed9ef],
.fds-modal .modal-body .h2[data-v-877ed9ef],
.fds-modal .modal-body .h3[data-v-877ed9ef],
.fds-modal .modal-body .h4[data-v-877ed9ef],
.fds-modal .modal-body .h5[data-v-877ed9ef],
.fds-modal .modal-body .h6[data-v-877ed9ef] {
  color: #1a1a1a;
}
.fds-modal .modal-footer[data-v-877ed9ef] {
  padding: 0px 24px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-footer[data-v-877ed9ef] {
    padding: 8px 40px 40px 40px;
}
}
.fds-modal .modal-footer[data-v-877ed9ef] {
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 992px) {
.fds-modal .modal-footer[data-v-877ed9ef] {
    display: flex;
}
}
.fds-modal .modal-footer .button[data-v-877ed9ef] {
  margin-top: 8px;
  margin-right: 16px;
}
.fds-modal .modal-footer p[data-v-877ed9ef],
.fds-modal .modal-footer h1[data-v-877ed9ef],
.fds-modal .modal-footer h2[data-v-877ed9ef],
.fds-modal .modal-footer h3[data-v-877ed9ef],
.fds-modal .modal-footer h4[data-v-877ed9ef],
.fds-modal .modal-footer h5[data-v-877ed9ef],
.fds-modal .modal-footer h6[data-v-877ed9ef],
.fds-modal .modal-footer .h1[data-v-877ed9ef],
.fds-modal .modal-footer .h2[data-v-877ed9ef],
.fds-modal .modal-footer .h3[data-v-877ed9ef],
.fds-modal .modal-footer .h4[data-v-877ed9ef],
.fds-modal .modal-footer .h5[data-v-877ed9ef],
.fds-modal .modal-footer .h6[data-v-877ed9ef] {
  color: #1a1a1a;
}
.fds-modal .modal-close[data-v-877ed9ef] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: inherit;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-close[data-v-877ed9ef] {
    top: 24px;
    right: 32px;
}
}
.fds-modal .modal-close[data-v-877ed9ef]:hover, .fds-modal .modal-close[data-v-877ed9ef]:visited, .fds-modal .modal-close[data-v-877ed9ef]:focus {
  color: #1a1a1a;
}
.fds-modal[data-v-877ed9ef] {
  /**************************\
        Animation Style
    \**************************/
}
@keyframes modalfadeIn-877ed9ef {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes modalfadeOut-877ed9ef {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes modalslideIn-877ed9ef {
from {
    transform: translateY(15%);
}
to {
    transform: translateY(0);
}
}
@keyframes modalslideOut-877ed9ef {
from {
    transform: translateY(0);
}
to {
    transform: translateY(-10%);
}
}
.fds-modal[aria-hidden=false] .modal-content[data-v-877ed9ef] {
  animation: modalslideIn-877ed9ef 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal[aria-hidden=true] .modal-content[data-v-877ed9ef] {
  animation: modalslideOut-877ed9ef 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal .button-unstyled[data-v-877ed9ef] {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: #004D99;
  font: inherit;
  text-align: left;
  cursor: pointer;
  text-decoration: underline;
}
.fds-modal .button-unstyled[data-v-877ed9ef]:hover, .fds-modal .button-unstyled[data-v-877ed9ef]:focus {
  text-decoration: underline;
  color: #000040;
}
.fds-modal .button-unstyled[data-v-877ed9ef]:visited {
  color: #800080;
}
.fds-modal .button-unstyled[data-v-877ed9ef]:disabled {
  cursor: default;
  color: #a9a9a9;
  text-decoration: none;
}
.unstyle-router[data-v-877ed9ef] {
  color: #ffffff !important;
  text-decoration: none;
}
.fritekst-streng[data-v-877ed9ef] {
  word-wrap: break-word;
}body[data-v-1a24c074] {
  overflow: scroll;
}
.mobile-view[data-v-1a24c074] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-1a24c074] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-1a24c074] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-1a24c074] {
  font-size: 1.6rem;
}
p[data-v-1a24c074] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-1a24c074] {
  color: #004D99;
}
a[data-v-1a24c074]:hover, a.link-hover[data-v-1a24c074] {
  color: #000040;
}
a[data-v-1a24c074]:hover:disabled,
a:hover .disabled[data-v-1a24c074], a.link-hover[data-v-1a24c074]:disabled,
a.link-hover .disabled[data-v-1a24c074] {
  background-color: transparent !important;
}
a[data-v-1a24c074]:focus, a.link-focus[data-v-1a24c074] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-1a24c074]:visited, a.link-visited[data-v-1a24c074] {
  color: #800080;
}
a[data-v-1a24c074]:disabled, a.disabled[data-v-1a24c074] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-1a24c074]:disabled:focus, a.disabled[data-v-1a24c074]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-1a24c074]:not(.button) {
  color: white;
}
.background-dark a[data-v-1a24c074]:disabled, .background-dark a.disabled[data-v-1a24c074] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-1a24c074]:disabled:focus, .background-dark a.disabled[data-v-1a24c074]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-1a24c074] {
  font-weight: 600;
}
a[data-v-1a24c074]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-1a24c074], .h1[data-v-1a24c074] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-1a24c074], .h1[data-v-1a24c074] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-1a24c074], .h1[data-v-1a24c074] {
    font-size: 3.9rem;
}
}
h1[data-v-1a24c074], .h1[data-v-1a24c074] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-1a24c074], .h1[data-v-1a24c074] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-1a24c074], .h1[data-v-1a24c074] {
    line-height: 4.8rem;
}
}
h1[data-v-1a24c074], .h1[data-v-1a24c074] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-1a24c074], .h1[data-v-1a24c074] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-1a24c074], .h1[data-v-1a24c074] {
    letter-spacing: normal;
}
}
h1[data-v-1a24c074], .h1[data-v-1a24c074] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-1a24c074], .h2[data-v-1a24c074] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-1a24c074], .h2[data-v-1a24c074] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-1a24c074], .h2[data-v-1a24c074] {
    font-size: 3.1rem;
}
}
h2[data-v-1a24c074], .h2[data-v-1a24c074] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-1a24c074], .h2[data-v-1a24c074] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-1a24c074], .h2[data-v-1a24c074] {
    line-height: 4rem;
}
}
h2[data-v-1a24c074], .h2[data-v-1a24c074] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-1a24c074], .h2[data-v-1a24c074] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-1a24c074], .h2[data-v-1a24c074] {
    letter-spacing: normal;
}
}
h2[data-v-1a24c074], .h2[data-v-1a24c074] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-1a24c074], .h3[data-v-1a24c074] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-1a24c074], .h3[data-v-1a24c074] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-1a24c074], .h3[data-v-1a24c074] {
    font-size: 2.5rem;
}
}
h3[data-v-1a24c074], .h3[data-v-1a24c074] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-1a24c074], .h3[data-v-1a24c074] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-1a24c074], .h3[data-v-1a24c074] {
    line-height: 3.2rem;
}
}
h3[data-v-1a24c074], .h3[data-v-1a24c074] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-1a24c074], .h3[data-v-1a24c074] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-1a24c074], .h3[data-v-1a24c074] {
    letter-spacing: normal;
}
}
h3[data-v-1a24c074], .h3[data-v-1a24c074] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-1a24c074], .h4[data-v-1a24c074] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-1a24c074], .h4[data-v-1a24c074] {
    font-size: 2rem;
}
}
h4[data-v-1a24c074], .h4[data-v-1a24c074] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-1a24c074], .h4[data-v-1a24c074] {
    line-height: 2.8rem;
}
}
h4[data-v-1a24c074], .h4[data-v-1a24c074] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-1a24c074], .h4[data-v-1a24c074] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-1a24c074], .h4[data-v-1a24c074] {
    letter-spacing: normal;
}
}
h4[data-v-1a24c074], .h4[data-v-1a24c074] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-1a24c074], .h5[data-v-1a24c074] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-1a24c074], .h5[data-v-1a24c074] {
    font-size: 1.6rem;
}
}
h5[data-v-1a24c074], .h5[data-v-1a24c074] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-1a24c074], .h5[data-v-1a24c074] {
    line-height: 2.4rem;
}
}
h5[data-v-1a24c074], .h5[data-v-1a24c074] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-1a24c074], .h5[data-v-1a24c074] {
    letter-spacing: normal;
}
}
h5[data-v-1a24c074], .h5[data-v-1a24c074] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-1a24c074], .h6[data-v-1a24c074] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-1a24c074], .body-text[data-v-1a24c074], .body-copy-text[data-v-1a24c074] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-1a24c074], .figcaption[data-v-1a24c074] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-1a24c074], .figcaption p[data-v-1a24c074] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-1a24c074] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-1a24c074] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-1a24c074] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-1a24c074], .small-text[data-v-1a24c074] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-1a24c074] {
  font-weight: 400;
}
.weight-semibold[data-v-1a24c074] {
  font-weight: 600;
}
.facit[data-v-1a24c074] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-1a24c074], b[data-v-1a24c074], .bold[data-v-1a24c074] {
  font-weight: 700;
}
.italic[data-v-1a24c074], em[data-v-1a24c074] {
  font-style: italic;
}
.form-label[data-v-1a24c074] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-1a24c074]:focus, .h1[data-v-1a24c074]:focus,
h2[data-v-1a24c074]:focus, .h2[data-v-1a24c074]:focus,
h3[data-v-1a24c074]:focus, .h3[data-v-1a24c074]:focus,
h4[data-v-1a24c074]:focus, .h4[data-v-1a24c074]:focus,
h5[data-v-1a24c074]:focus, .h5[data-v-1a24c074]:focus,
h6[data-v-1a24c074]:focus, .h6[data-v-1a24c074]:focus {
  outline: none;
}
h1[data-v-1a24c074], .h1[data-v-1a24c074] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-1a24c074], .h2[data-v-1a24c074] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-1a24c074], .h2[data-v-1a24c074] {
    margin-top: 4rem;
}
}
h3[data-v-1a24c074], .h3[data-v-1a24c074] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-1a24c074], .h3[data-v-1a24c074] {
    margin-top: 4rem;
}
}
h4[data-v-1a24c074], .h4[data-v-1a24c074] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-1a24c074], .h5[data-v-1a24c074] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-1a24c074], .h6[data-v-1a24c074] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-1a24c074] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-1a24c074], .body-text[data-v-1a24c074] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-1a24c074], h5 + ul[data-v-1a24c074], h5 + ol[data-v-1a24c074], .h5 + p[data-v-1a24c074], .h5 + ul[data-v-1a24c074], .h5 + ol[data-v-1a24c074], h6 + p[data-v-1a24c074], h6 + ul[data-v-1a24c074], h6 + ol[data-v-1a24c074], .h6 + p[data-v-1a24c074], .h6 + ul[data-v-1a24c074], .h6 + ol[data-v-1a24c074] {
  margin-top: 0;
}
button.function-link[data-v-1a24c074] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-1a24c074] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-1a24c074]:hover, .function-link[data-v-1a24c074]:visited, .function-link[data-v-1a24c074]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-1a24c074] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-1a24c074] {
  text-align: right;
}
.back-link[data-v-1a24c074] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-1a24c074] {
    margin-bottom: 32px;
}
}
.back-link[data-v-1a24c074] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-1a24c074]::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[data-v-1a24c074]:active, .back-link[data-v-1a24c074]:focus, .back-link[data-v-1a24c074]:hover, .back-link[data-v-1a24c074]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-1a24c074] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-1a24c074] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-1a24c074], h1 a[data-v-1a24c074]:hover, h1 a[data-v-1a24c074]:visited, h1 a[data-v-1a24c074]:focus, .h1 a[data-v-1a24c074], .h1 a[data-v-1a24c074]:hover, .h1 a[data-v-1a24c074]:visited, .h1 a[data-v-1a24c074]:focus,
h2 a[data-v-1a24c074],
h2 a[data-v-1a24c074]:hover,
h2 a[data-v-1a24c074]:visited,
h2 a[data-v-1a24c074]:focus, .h2 a[data-v-1a24c074], .h2 a[data-v-1a24c074]:hover, .h2 a[data-v-1a24c074]:visited, .h2 a[data-v-1a24c074]:focus,
h3 a[data-v-1a24c074],
h3 a[data-v-1a24c074]:hover,
h3 a[data-v-1a24c074]:visited,
h3 a[data-v-1a24c074]:focus, .h3 a[data-v-1a24c074], .h3 a[data-v-1a24c074]:hover, .h3 a[data-v-1a24c074]:visited, .h3 a[data-v-1a24c074]:focus,
h4 a[data-v-1a24c074],
h4 a[data-v-1a24c074]:hover,
h4 a[data-v-1a24c074]:visited,
h4 a[data-v-1a24c074]:focus, .h4 a[data-v-1a24c074], .h4 a[data-v-1a24c074]:hover, .h4 a[data-v-1a24c074]:visited, .h4 a[data-v-1a24c074]:focus,
h5 a[data-v-1a24c074],
h5 a[data-v-1a24c074]:hover,
h5 a[data-v-1a24c074]:visited,
h5 a[data-v-1a24c074]:focus, .h5 a[data-v-1a24c074], .h5 a[data-v-1a24c074]:hover, .h5 a[data-v-1a24c074]:visited, .h5 a[data-v-1a24c074]:focus,
h6 a[data-v-1a24c074],
h6 a[data-v-1a24c074]:hover,
h6 a[data-v-1a24c074]:visited,
h6 a[data-v-1a24c074]:focus, .h6 a[data-v-1a24c074], .h6 a[data-v-1a24c074]:hover, .h6 a[data-v-1a24c074]:visited, .h6 a[data-v-1a24c074]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-1a24c074], .h1 a.search-link[data-v-1a24c074],
h2 a.search-link[data-v-1a24c074], .h2 a.search-link[data-v-1a24c074],
h3 a.search-link[data-v-1a24c074], .h3 a.search-link[data-v-1a24c074],
h4 a.search-link[data-v-1a24c074], .h4 a.search-link[data-v-1a24c074],
h5 a.search-link[data-v-1a24c074], .h5 a.search-link[data-v-1a24c074],
h6 a.search-link[data-v-1a24c074], .h6 a.search-link[data-v-1a24c074] {
  text-decoration: none;
}
h1 a.search-link[data-v-1a24c074]:visited, .h1 a.search-link[data-v-1a24c074]:visited,
h2 a.search-link[data-v-1a24c074]:visited, .h2 a.search-link[data-v-1a24c074]:visited,
h3 a.search-link[data-v-1a24c074]:visited, .h3 a.search-link[data-v-1a24c074]:visited,
h4 a.search-link[data-v-1a24c074]:visited, .h4 a.search-link[data-v-1a24c074]:visited,
h5 a.search-link[data-v-1a24c074]:visited, .h5 a.search-link[data-v-1a24c074]:visited,
h6 a.search-link[data-v-1a24c074]:visited, .h6 a.search-link[data-v-1a24c074]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-1a24c074]:focus, .h1 a.search-link[data-v-1a24c074]:focus,
h2 a.search-link[data-v-1a24c074]:focus, .h2 a.search-link[data-v-1a24c074]:focus,
h3 a.search-link[data-v-1a24c074]:focus, .h3 a.search-link[data-v-1a24c074]:focus,
h4 a.search-link[data-v-1a24c074]:focus, .h4 a.search-link[data-v-1a24c074]:focus,
h5 a.search-link[data-v-1a24c074]:focus, .h5 a.search-link[data-v-1a24c074]:focus,
h6 a.search-link[data-v-1a24c074]:focus, .h6 a.search-link[data-v-1a24c074]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-1a24c074]:hover, .h1 a.search-link[data-v-1a24c074]:hover,
h2 a.search-link[data-v-1a24c074]:hover, .h2 a.search-link[data-v-1a24c074]:hover,
h3 a.search-link[data-v-1a24c074]:hover, .h3 a.search-link[data-v-1a24c074]:hover,
h4 a.search-link[data-v-1a24c074]:hover, .h4 a.search-link[data-v-1a24c074]:hover,
h5 a.search-link[data-v-1a24c074]:hover, .h5 a.search-link[data-v-1a24c074]:hover,
h6 a.search-link[data-v-1a24c074]:hover, .h6 a.search-link[data-v-1a24c074]:hover {
  text-decoration: underline;
}
cite[data-v-1a24c074],
var[data-v-1a24c074],
address[data-v-1a24c074],
dfn[data-v-1a24c074] {
  font-style: normal;
}
h1[data-v-1a24c074], .h1[data-v-1a24c074],
h2[data-v-1a24c074], .h2[data-v-1a24c074],
h3[data-v-1a24c074], .h3[data-v-1a24c074],
h4[data-v-1a24c074], .h4[data-v-1a24c074],
h5[data-v-1a24c074], .h5[data-v-1a24c074],
h6[data-v-1a24c074], .h6[data-v-1a24c074] {
  max-width: 66ch;
}
p[data-v-1a24c074],
ul[data-v-1a24c074]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-1a24c074]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-1a24c074] {
  max-width: 66ch;
}
.form-label[data-v-1a24c074], .form-hint[data-v-1a24c074], .form-error-message[data-v-1a24c074] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-1a24c074], .form-radio + label[data-v-1a24c074] {
  max-width: 66ch;
}
.displayheading-1[data-v-1a24c074] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-1a24c074] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-1a24c074] {
  color: #358000;
}
.text-negative[data-v-1a24c074] {
  color: #CC0000;
}
.color-text-black[data-v-1a24c074] {
  color: #1a1a1a;
}
.background-dark[data-v-1a24c074] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-1a24c074], .background-dark span[data-v-1a24c074] {
  color: white;
}
.field-group-title[data-v-1a24c074] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-1a24c074] {
  border: 2px solid #1a1a1a;
}
h1[data-v-1a24c074], h2[data-v-1a24c074], h3[data-v-1a24c074], h4[data-v-1a24c074], h5[data-v-1a24c074], h6[data-v-1a24c074], p[data-v-1a24c074], legend[data-v-1a24c074], strong[data-v-1a24c074], b[data-v-1a24c074], cite[data-v-1a24c074], var[data-v-1a24c074], address[data-v-1a24c074], dfn[data-v-1a24c074] {
  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[data-v-1a24c074] {
  text-transform: uppercase;
}
.lowercase[data-v-1a24c074] {
  text-transform: lowercase;
}
.d-inline[data-v-1a24c074] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-1a24c074] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-1a24c074] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-1a24c074] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-1a24c074] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-1a24c074] {
    display: inline !important;
}
}
.flex-grow[data-v-1a24c074] {
  flex-grow: 1;
}
.weight-normal[data-v-1a24c074] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-1a24c074] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-1a24c074] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-1a24c074] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-1a24c074] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-1a24c074] {
    margin-bottom: 0;
}
}
.gray-100[data-v-1a24c074] {
  background-color: #F5F5F5;
}
.highlight[data-v-1a24c074] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-1a24c074] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-1a24c074] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-1a24c074] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-1a24c074] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-1a24c074] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-1a24c074] {
  z-index: 10000;
}
.video-responsive[data-v-1a24c074] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-1a24c074] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-1a24c074]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-1a24c074]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-1a24c074] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-1a24c074] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-1a24c074] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-1a24c074]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-1a24c074]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-1a24c074] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-1a24c074] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-1a24c074] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-1a24c074] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-1a24c074],
.sidenav-list-virk.sidenav-list li li[data-v-1a24c074],
.sidenav-list-virk.sidenav-list a[data-v-1a24c074] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-1a24c074] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-1a24c074] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-1a24c074] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-1a24c074] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-1a24c074] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-1a24c074]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-1a24c074]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-1a24c074] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-1a24c074]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-1a24c074] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.developer-mode[data-v-1a24c074] {
  margin-left: 1rem;
  padding-left: 1rem;
  border-width: 8px;
  border-style: solid;
}
.developer-mode.repeatable[data-v-1a24c074] {
  border-style: dashed;
}
.developer-mode.level-1[data-v-1a24c074] {
  border-color: #f6e58d;
}
.developer-mode.level-2[data-v-1a24c074] {
  border-color: #ffbe76;
}
.developer-mode.level-3[data-v-1a24c074] {
  border-color: #ff7979;
}
.developer-mode.level-4[data-v-1a24c074] {
  border-color: #eb4d4b;
}
.developer-mode.level-5[data-v-1a24c074] {
  border-color: #d01d1b;
}
.tooltip-alignment[data-v-1a24c074] {
  margin-top: -6px;
}
.del-af-vaerdi-med-enhed-felt[data-v-1a24c074] {
  width: 32rem !important;
}
.mr-minus2[data-v-1a24c074] {
  margin-right: -4px;
}
.function-link-validation-failed[data-v-1a24c074] {
  color: #cc0000;
  text-decoration: "underline";
}
.formular-buttons[data-v-1a24c074] {
  margin-bottom: 24px;
}
.main-content[data-v-1a24c074] {
  background-color: #ffffff;
  margin-bottom: -9.6rem;
}
.bg-normal[data-v-1a24c074] {
  background-color: #f5f5f5 !important;
}
.sidenav-back-content[data-v-1a24c074] {
  background-color: #ffffff;
  position: sticky;
  top: 0px;
}
.go-back-link a[data-v-1a24c074],
a[data-v-1a24c074]:visited {
  color: #000000 !important;
}
.form-label[data-v-1a24c074] {
  display: block !important;
}
.underline[data-v-1a24c074] {
  text-decoration: underline;
}
.formular-struktur-content[data-v-1a24c074]:focus {
  outline: none;
}
.details .details-text[data-v-1a24c074] {
  padding: 8px 24px;
  border-left: none;
}
.cpv-kode-wrapper[data-v-1a24c074] {
  border-bottom: 1px solid #747474;
  border-right: 1px solid #747474;
  border-left: 1px solid #747474;
  border-top: 0;
  border-radius: 4px;
  height: 645px;
  overflow: auto;
}
.cpv-kode-liste-wrapper .svg-expanded-ikon[data-v-1a24c074] {
  transform: rotate(90deg);
}
.cpv-kode-liste-wrapper .cpv-form-group[data-v-1a24c074] {
  display: inline-flex;
  gap: 10px;
  cursor: pointer;
  padding: 8px 0px 8px 10px;
}
.cpv-kode-liste-wrapper .cpv-form-group .cpv-form-group.cpv-align-checkboxes[data-v-1a24c074] {
  padding-left: 34px;
}
.cpv-kode-liste-wrapper .cpv-form-group hr[data-v-1a24c074] {
  border-top: 1px solid #999;
}
.cpv-kode-liste-wrapper .cpv-form-group .form-label[data-v-1a24c074] {
  font-weight: 400;
  max-width: 90ch;
}
.cpv-kode-soegefelt[data-v-1a24c074] {
  width: 100%;
}
.cpv-kode-soegefelt .form-input[data-v-1a24c074] {
  max-width: unset;
}
.cpv-kode-soegefelt button[data-v-1a24c074] {
  width: unset !important;
}
.cpv-skelet[data-v-1a24c074] {
  max-width: 750px;
}
.radio-content p[data-v-1a24c074]:first-child {
  margin-bottom: 0px;
  margin-top: 0px;
}
.skjule-felter-besked.alert-info[data-v-1a24c074] {
  max-width: 640px;
}
.subheading[data-v-1a24c074] {
  font-size: 14px;
}
.overskrift-alignment[data-v-1a24c074] {
  min-width: 500px;
}
.form-group.form-error-rolle[data-v-1a24c074] {
  border-left: 4px solid #cc0000;
  padding-left: 12px;
}body {
  overflow: scroll;
}
.mobile-view {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
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: white;
}
.background-dark a:disabled, .background-dark a.disabled {
  box-shadow: none !important;
  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;
}
a.bold-link {
  font-weight: 600;
}
a:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1, .h1 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1, .h1 {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1, .h1 {
    font-size: 3.9rem;
}
}
h1, .h1 {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1, .h1 {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1, .h1 {
    line-height: 4.8rem;
}
}
h1, .h1 {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1, .h1 {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1, .h1 {
    letter-spacing: normal;
}
}
h1, .h1 {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2, .h2 {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2, .h2 {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2, .h2 {
    font-size: 3.1rem;
}
}
h2, .h2 {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2, .h2 {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2, .h2 {
    line-height: 4rem;
}
}
h2, .h2 {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2, .h2 {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2, .h2 {
    letter-spacing: normal;
}
}
h2, .h2 {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3, .h3 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3, .h3 {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3, .h3 {
    font-size: 2.5rem;
}
}
h3, .h3 {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3, .h3 {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3, .h3 {
    line-height: 3.2rem;
}
}
h3, .h3 {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3, .h3 {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3, .h3 {
    letter-spacing: normal;
}
}
h3, .h3 {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4, .h4 {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4, .h4 {
    font-size: 2rem;
}
}
h4, .h4 {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4, .h4 {
    line-height: 2.8rem;
}
}
h4, .h4 {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4, .h4 {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4, .h4 {
    letter-spacing: normal;
}
}
h4, .h4 {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5, .h5 {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5, .h5 {
    font-size: 1.6rem;
}
}
h5, .h5 {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5, .h5 {
    line-height: 2.4rem;
}
}
h5, .h5 {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5, .h5 {
    letter-spacing: normal;
}
}
h5, .h5 {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6, .h6 {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p, .body-text, .body-copy-text {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption, .figcaption {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p, .figcaption p {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  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: normal;
}
.article {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small, .small-text {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal {
  font-weight: 400;
}
.weight-semibold {
  font-weight: 600;
}
.facit {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong, b, .bold {
  font-weight: 700;
}
.italic, em {
  font-style: italic;
}
.form-label {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
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: 0rem;
}
h2, .h2 {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2, .h2 {
    margin-top: 4rem;
}
}
h3, .h3 {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3, .h3 {
    margin-top: 4rem;
}
}
h4, .h4 {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5, .h5 {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6, .h6 {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead {
  margin-top: 2.4rem;
  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 {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link:hover, .function-link:visited, .function-link:focus {
  color: #1a1a1a;
}
.function-link .icon-svg {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right {
  text-align: right;
}
.back-link {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link {
    margin-bottom: 32px;
}
}
.back-link {
  line-height: 2.4rem;
  padding-left: 14px;
}
.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;
}
.icon-link {
  line-height: 2.4rem;
}
.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(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol:not(.accordion):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;
}
.displayheading-1 {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2 {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.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: white;
}
.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;
}
.d-inline {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline {
    display: inline !important;
}
}
.flex-grow {
  flex-grow: 1;
}
.weight-normal {
  font-weight: 400 !important;
}
.input-width-xxl {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap {
  text-wrap: nowrap;
}
.content-to-bottom {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom {
    margin-bottom: 0;
}
}
.gray-100 {
  background-color: #F5F5F5;
}
.highlight {
  background: #ffff00;
}
body.mitudbud-theme {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper {
  z-index: 10000;
}
.video-responsive {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li,
.sidenav-list-virk.sidenav-list li li,
.sidenav-list-virk.sidenav-list a {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a:focus {
  outline: none;
}
.go-back-link a:focus span {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.form-select:disabled {
  background-image: none;
  color: #1a1a1a !important;
}body[data-v-5a58bdb2] {
  overflow: scroll;
}
.mobile-view[data-v-5a58bdb2] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-5a58bdb2] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-5a58bdb2] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-5a58bdb2] {
  font-size: 1.6rem;
}
p[data-v-5a58bdb2] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-5a58bdb2] {
  color: #004D99;
}
a[data-v-5a58bdb2]:hover, a.link-hover[data-v-5a58bdb2] {
  color: #000040;
}
a[data-v-5a58bdb2]:hover:disabled,
a:hover .disabled[data-v-5a58bdb2], a.link-hover[data-v-5a58bdb2]:disabled,
a.link-hover .disabled[data-v-5a58bdb2] {
  background-color: transparent !important;
}
a[data-v-5a58bdb2]:focus, a.link-focus[data-v-5a58bdb2] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-5a58bdb2]:visited, a.link-visited[data-v-5a58bdb2] {
  color: #800080;
}
a[data-v-5a58bdb2]:disabled, a.disabled[data-v-5a58bdb2] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-5a58bdb2]:disabled:focus, a.disabled[data-v-5a58bdb2]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-5a58bdb2]:not(.button) {
  color: white;
}
.background-dark a[data-v-5a58bdb2]:disabled, .background-dark a.disabled[data-v-5a58bdb2] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-5a58bdb2]:disabled:focus, .background-dark a.disabled[data-v-5a58bdb2]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-5a58bdb2] {
  font-weight: 600;
}
a[data-v-5a58bdb2]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-5a58bdb2], .h1[data-v-5a58bdb2] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-5a58bdb2], .h1[data-v-5a58bdb2] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-5a58bdb2], .h1[data-v-5a58bdb2] {
    font-size: 3.9rem;
}
}
h1[data-v-5a58bdb2], .h1[data-v-5a58bdb2] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-5a58bdb2], .h1[data-v-5a58bdb2] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-5a58bdb2], .h1[data-v-5a58bdb2] {
    line-height: 4.8rem;
}
}
h1[data-v-5a58bdb2], .h1[data-v-5a58bdb2] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-5a58bdb2], .h1[data-v-5a58bdb2] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-5a58bdb2], .h1[data-v-5a58bdb2] {
    letter-spacing: normal;
}
}
h1[data-v-5a58bdb2], .h1[data-v-5a58bdb2] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-5a58bdb2], .h2[data-v-5a58bdb2] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-5a58bdb2], .h2[data-v-5a58bdb2] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-5a58bdb2], .h2[data-v-5a58bdb2] {
    font-size: 3.1rem;
}
}
h2[data-v-5a58bdb2], .h2[data-v-5a58bdb2] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-5a58bdb2], .h2[data-v-5a58bdb2] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-5a58bdb2], .h2[data-v-5a58bdb2] {
    line-height: 4rem;
}
}
h2[data-v-5a58bdb2], .h2[data-v-5a58bdb2] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-5a58bdb2], .h2[data-v-5a58bdb2] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-5a58bdb2], .h2[data-v-5a58bdb2] {
    letter-spacing: normal;
}
}
h2[data-v-5a58bdb2], .h2[data-v-5a58bdb2] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-5a58bdb2], .h3[data-v-5a58bdb2] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-5a58bdb2], .h3[data-v-5a58bdb2] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-5a58bdb2], .h3[data-v-5a58bdb2] {
    font-size: 2.5rem;
}
}
h3[data-v-5a58bdb2], .h3[data-v-5a58bdb2] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-5a58bdb2], .h3[data-v-5a58bdb2] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-5a58bdb2], .h3[data-v-5a58bdb2] {
    line-height: 3.2rem;
}
}
h3[data-v-5a58bdb2], .h3[data-v-5a58bdb2] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-5a58bdb2], .h3[data-v-5a58bdb2] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-5a58bdb2], .h3[data-v-5a58bdb2] {
    letter-spacing: normal;
}
}
h3[data-v-5a58bdb2], .h3[data-v-5a58bdb2] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-5a58bdb2], .h4[data-v-5a58bdb2] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-5a58bdb2], .h4[data-v-5a58bdb2] {
    font-size: 2rem;
}
}
h4[data-v-5a58bdb2], .h4[data-v-5a58bdb2] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-5a58bdb2], .h4[data-v-5a58bdb2] {
    line-height: 2.8rem;
}
}
h4[data-v-5a58bdb2], .h4[data-v-5a58bdb2] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-5a58bdb2], .h4[data-v-5a58bdb2] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-5a58bdb2], .h4[data-v-5a58bdb2] {
    letter-spacing: normal;
}
}
h4[data-v-5a58bdb2], .h4[data-v-5a58bdb2] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-5a58bdb2], .h5[data-v-5a58bdb2] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-5a58bdb2], .h5[data-v-5a58bdb2] {
    font-size: 1.6rem;
}
}
h5[data-v-5a58bdb2], .h5[data-v-5a58bdb2] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-5a58bdb2], .h5[data-v-5a58bdb2] {
    line-height: 2.4rem;
}
}
h5[data-v-5a58bdb2], .h5[data-v-5a58bdb2] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-5a58bdb2], .h5[data-v-5a58bdb2] {
    letter-spacing: normal;
}
}
h5[data-v-5a58bdb2], .h5[data-v-5a58bdb2] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-5a58bdb2], .h6[data-v-5a58bdb2] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-5a58bdb2], .body-text[data-v-5a58bdb2], .body-copy-text[data-v-5a58bdb2] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-5a58bdb2], .figcaption[data-v-5a58bdb2] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-5a58bdb2], .figcaption p[data-v-5a58bdb2] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-5a58bdb2] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-5a58bdb2] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-5a58bdb2] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-5a58bdb2], .small-text[data-v-5a58bdb2] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-5a58bdb2] {
  font-weight: 400;
}
.weight-semibold[data-v-5a58bdb2] {
  font-weight: 600;
}
.facit[data-v-5a58bdb2] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-5a58bdb2], b[data-v-5a58bdb2], .bold[data-v-5a58bdb2] {
  font-weight: 700;
}
.italic[data-v-5a58bdb2], em[data-v-5a58bdb2] {
  font-style: italic;
}
.form-label[data-v-5a58bdb2] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-5a58bdb2]:focus, .h1[data-v-5a58bdb2]:focus,
h2[data-v-5a58bdb2]:focus, .h2[data-v-5a58bdb2]:focus,
h3[data-v-5a58bdb2]:focus, .h3[data-v-5a58bdb2]:focus,
h4[data-v-5a58bdb2]:focus, .h4[data-v-5a58bdb2]:focus,
h5[data-v-5a58bdb2]:focus, .h5[data-v-5a58bdb2]:focus,
h6[data-v-5a58bdb2]:focus, .h6[data-v-5a58bdb2]:focus {
  outline: none;
}
h1[data-v-5a58bdb2], .h1[data-v-5a58bdb2] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-5a58bdb2], .h2[data-v-5a58bdb2] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-5a58bdb2], .h2[data-v-5a58bdb2] {
    margin-top: 4rem;
}
}
h3[data-v-5a58bdb2], .h3[data-v-5a58bdb2] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-5a58bdb2], .h3[data-v-5a58bdb2] {
    margin-top: 4rem;
}
}
h4[data-v-5a58bdb2], .h4[data-v-5a58bdb2] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-5a58bdb2], .h5[data-v-5a58bdb2] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-5a58bdb2], .h6[data-v-5a58bdb2] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-5a58bdb2] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-5a58bdb2], .body-text[data-v-5a58bdb2] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-5a58bdb2], h5 + ul[data-v-5a58bdb2], h5 + ol[data-v-5a58bdb2], .h5 + p[data-v-5a58bdb2], .h5 + ul[data-v-5a58bdb2], .h5 + ol[data-v-5a58bdb2], h6 + p[data-v-5a58bdb2], h6 + ul[data-v-5a58bdb2], h6 + ol[data-v-5a58bdb2], .h6 + p[data-v-5a58bdb2], .h6 + ul[data-v-5a58bdb2], .h6 + ol[data-v-5a58bdb2] {
  margin-top: 0;
}
button.function-link[data-v-5a58bdb2] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-5a58bdb2] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-5a58bdb2]:hover, .function-link[data-v-5a58bdb2]:visited, .function-link[data-v-5a58bdb2]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-5a58bdb2] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-5a58bdb2] {
  text-align: right;
}
.back-link[data-v-5a58bdb2] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-5a58bdb2] {
    margin-bottom: 32px;
}
}
.back-link[data-v-5a58bdb2] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-5a58bdb2]::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[data-v-5a58bdb2]:active, .back-link[data-v-5a58bdb2]:focus, .back-link[data-v-5a58bdb2]:hover, .back-link[data-v-5a58bdb2]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-5a58bdb2] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-5a58bdb2] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-5a58bdb2], h1 a[data-v-5a58bdb2]:hover, h1 a[data-v-5a58bdb2]:visited, h1 a[data-v-5a58bdb2]:focus, .h1 a[data-v-5a58bdb2], .h1 a[data-v-5a58bdb2]:hover, .h1 a[data-v-5a58bdb2]:visited, .h1 a[data-v-5a58bdb2]:focus,
h2 a[data-v-5a58bdb2],
h2 a[data-v-5a58bdb2]:hover,
h2 a[data-v-5a58bdb2]:visited,
h2 a[data-v-5a58bdb2]:focus, .h2 a[data-v-5a58bdb2], .h2 a[data-v-5a58bdb2]:hover, .h2 a[data-v-5a58bdb2]:visited, .h2 a[data-v-5a58bdb2]:focus,
h3 a[data-v-5a58bdb2],
h3 a[data-v-5a58bdb2]:hover,
h3 a[data-v-5a58bdb2]:visited,
h3 a[data-v-5a58bdb2]:focus, .h3 a[data-v-5a58bdb2], .h3 a[data-v-5a58bdb2]:hover, .h3 a[data-v-5a58bdb2]:visited, .h3 a[data-v-5a58bdb2]:focus,
h4 a[data-v-5a58bdb2],
h4 a[data-v-5a58bdb2]:hover,
h4 a[data-v-5a58bdb2]:visited,
h4 a[data-v-5a58bdb2]:focus, .h4 a[data-v-5a58bdb2], .h4 a[data-v-5a58bdb2]:hover, .h4 a[data-v-5a58bdb2]:visited, .h4 a[data-v-5a58bdb2]:focus,
h5 a[data-v-5a58bdb2],
h5 a[data-v-5a58bdb2]:hover,
h5 a[data-v-5a58bdb2]:visited,
h5 a[data-v-5a58bdb2]:focus, .h5 a[data-v-5a58bdb2], .h5 a[data-v-5a58bdb2]:hover, .h5 a[data-v-5a58bdb2]:visited, .h5 a[data-v-5a58bdb2]:focus,
h6 a[data-v-5a58bdb2],
h6 a[data-v-5a58bdb2]:hover,
h6 a[data-v-5a58bdb2]:visited,
h6 a[data-v-5a58bdb2]:focus, .h6 a[data-v-5a58bdb2], .h6 a[data-v-5a58bdb2]:hover, .h6 a[data-v-5a58bdb2]:visited, .h6 a[data-v-5a58bdb2]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-5a58bdb2], .h1 a.search-link[data-v-5a58bdb2],
h2 a.search-link[data-v-5a58bdb2], .h2 a.search-link[data-v-5a58bdb2],
h3 a.search-link[data-v-5a58bdb2], .h3 a.search-link[data-v-5a58bdb2],
h4 a.search-link[data-v-5a58bdb2], .h4 a.search-link[data-v-5a58bdb2],
h5 a.search-link[data-v-5a58bdb2], .h5 a.search-link[data-v-5a58bdb2],
h6 a.search-link[data-v-5a58bdb2], .h6 a.search-link[data-v-5a58bdb2] {
  text-decoration: none;
}
h1 a.search-link[data-v-5a58bdb2]:visited, .h1 a.search-link[data-v-5a58bdb2]:visited,
h2 a.search-link[data-v-5a58bdb2]:visited, .h2 a.search-link[data-v-5a58bdb2]:visited,
h3 a.search-link[data-v-5a58bdb2]:visited, .h3 a.search-link[data-v-5a58bdb2]:visited,
h4 a.search-link[data-v-5a58bdb2]:visited, .h4 a.search-link[data-v-5a58bdb2]:visited,
h5 a.search-link[data-v-5a58bdb2]:visited, .h5 a.search-link[data-v-5a58bdb2]:visited,
h6 a.search-link[data-v-5a58bdb2]:visited, .h6 a.search-link[data-v-5a58bdb2]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-5a58bdb2]:focus, .h1 a.search-link[data-v-5a58bdb2]:focus,
h2 a.search-link[data-v-5a58bdb2]:focus, .h2 a.search-link[data-v-5a58bdb2]:focus,
h3 a.search-link[data-v-5a58bdb2]:focus, .h3 a.search-link[data-v-5a58bdb2]:focus,
h4 a.search-link[data-v-5a58bdb2]:focus, .h4 a.search-link[data-v-5a58bdb2]:focus,
h5 a.search-link[data-v-5a58bdb2]:focus, .h5 a.search-link[data-v-5a58bdb2]:focus,
h6 a.search-link[data-v-5a58bdb2]:focus, .h6 a.search-link[data-v-5a58bdb2]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-5a58bdb2]:hover, .h1 a.search-link[data-v-5a58bdb2]:hover,
h2 a.search-link[data-v-5a58bdb2]:hover, .h2 a.search-link[data-v-5a58bdb2]:hover,
h3 a.search-link[data-v-5a58bdb2]:hover, .h3 a.search-link[data-v-5a58bdb2]:hover,
h4 a.search-link[data-v-5a58bdb2]:hover, .h4 a.search-link[data-v-5a58bdb2]:hover,
h5 a.search-link[data-v-5a58bdb2]:hover, .h5 a.search-link[data-v-5a58bdb2]:hover,
h6 a.search-link[data-v-5a58bdb2]:hover, .h6 a.search-link[data-v-5a58bdb2]:hover {
  text-decoration: underline;
}
cite[data-v-5a58bdb2],
var[data-v-5a58bdb2],
address[data-v-5a58bdb2],
dfn[data-v-5a58bdb2] {
  font-style: normal;
}
h1[data-v-5a58bdb2], .h1[data-v-5a58bdb2],
h2[data-v-5a58bdb2], .h2[data-v-5a58bdb2],
h3[data-v-5a58bdb2], .h3[data-v-5a58bdb2],
h4[data-v-5a58bdb2], .h4[data-v-5a58bdb2],
h5[data-v-5a58bdb2], .h5[data-v-5a58bdb2],
h6[data-v-5a58bdb2], .h6[data-v-5a58bdb2] {
  max-width: 66ch;
}
p[data-v-5a58bdb2],
ul[data-v-5a58bdb2]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-5a58bdb2]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-5a58bdb2] {
  max-width: 66ch;
}
.form-label[data-v-5a58bdb2], .form-hint[data-v-5a58bdb2], .form-error-message[data-v-5a58bdb2] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-5a58bdb2], .form-radio + label[data-v-5a58bdb2] {
  max-width: 66ch;
}
.displayheading-1[data-v-5a58bdb2] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-5a58bdb2] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-5a58bdb2] {
  color: #358000;
}
.text-negative[data-v-5a58bdb2] {
  color: #CC0000;
}
.color-text-black[data-v-5a58bdb2] {
  color: #1a1a1a;
}
.background-dark[data-v-5a58bdb2] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-5a58bdb2], .background-dark span[data-v-5a58bdb2] {
  color: white;
}
.field-group-title[data-v-5a58bdb2] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-5a58bdb2] {
  border: 2px solid #1a1a1a;
}
h1[data-v-5a58bdb2], h2[data-v-5a58bdb2], h3[data-v-5a58bdb2], h4[data-v-5a58bdb2], h5[data-v-5a58bdb2], h6[data-v-5a58bdb2], p[data-v-5a58bdb2], legend[data-v-5a58bdb2], strong[data-v-5a58bdb2], b[data-v-5a58bdb2], cite[data-v-5a58bdb2], var[data-v-5a58bdb2], address[data-v-5a58bdb2], dfn[data-v-5a58bdb2] {
  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[data-v-5a58bdb2] {
  text-transform: uppercase;
}
.lowercase[data-v-5a58bdb2] {
  text-transform: lowercase;
}
.d-inline[data-v-5a58bdb2] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-5a58bdb2] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-5a58bdb2] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-5a58bdb2] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-5a58bdb2] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-5a58bdb2] {
    display: inline !important;
}
}
.flex-grow[data-v-5a58bdb2] {
  flex-grow: 1;
}
.weight-normal[data-v-5a58bdb2] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-5a58bdb2] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-5a58bdb2] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-5a58bdb2] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-5a58bdb2] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-5a58bdb2] {
    margin-bottom: 0;
}
}
.gray-100[data-v-5a58bdb2] {
  background-color: #F5F5F5;
}
.highlight[data-v-5a58bdb2] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-5a58bdb2] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-5a58bdb2] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-5a58bdb2] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-5a58bdb2] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-5a58bdb2] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-5a58bdb2] {
  z-index: 10000;
}
.video-responsive[data-v-5a58bdb2] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-5a58bdb2] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-5a58bdb2]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-5a58bdb2]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-5a58bdb2] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-5a58bdb2] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-5a58bdb2] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-5a58bdb2]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-5a58bdb2]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-5a58bdb2] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-5a58bdb2] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-5a58bdb2] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-5a58bdb2] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-5a58bdb2],
.sidenav-list-virk.sidenav-list li li[data-v-5a58bdb2],
.sidenav-list-virk.sidenav-list a[data-v-5a58bdb2] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-5a58bdb2] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-5a58bdb2] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-5a58bdb2] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-5a58bdb2] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-5a58bdb2] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-5a58bdb2]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-5a58bdb2]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-5a58bdb2] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-5a58bdb2]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-5a58bdb2] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.developer-mode[data-v-5a58bdb2] {
  margin-left: 1rem;
  padding-left: 1rem;
  border-width: 8px;
  border-style: solid;
}
.developer-mode.repeatable[data-v-5a58bdb2] {
  border-style: dashed;
}
.developer-mode.level-1[data-v-5a58bdb2] {
  border-color: #f6e58d;
}
.developer-mode.level-2[data-v-5a58bdb2] {
  border-color: #ffbe76;
}
.developer-mode.level-3[data-v-5a58bdb2] {
  border-color: #ff7979;
}
.developer-mode.level-4[data-v-5a58bdb2] {
  border-color: #eb4d4b;
}
.developer-mode.level-5[data-v-5a58bdb2] {
  border-color: #d01d1b;
}
.tooltip-alignment[data-v-5a58bdb2] {
  margin-top: -6px;
}
.del-af-vaerdi-med-enhed-felt[data-v-5a58bdb2] {
  width: 32rem !important;
}
.mr-minus2[data-v-5a58bdb2] {
  margin-right: -4px;
}
.function-link-validation-failed[data-v-5a58bdb2] {
  color: #cc0000;
  text-decoration: "underline";
}
.formular-buttons[data-v-5a58bdb2] {
  margin-bottom: 24px;
}
.main-content[data-v-5a58bdb2] {
  background-color: #ffffff;
  margin-bottom: -9.6rem;
}
.bg-normal[data-v-5a58bdb2] {
  background-color: #f5f5f5 !important;
}
.sidenav-back-content[data-v-5a58bdb2] {
  background-color: #ffffff;
  position: sticky;
  top: 0px;
}
.go-back-link a[data-v-5a58bdb2],
a[data-v-5a58bdb2]:visited {
  color: #000000 !important;
}
.form-label[data-v-5a58bdb2] {
  display: block !important;
}
.underline[data-v-5a58bdb2] {
  text-decoration: underline;
}
.formular-struktur-content[data-v-5a58bdb2]:focus {
  outline: none;
}
.details .details-text[data-v-5a58bdb2] {
  padding: 8px 24px;
  border-left: none;
}
.cpv-kode-wrapper[data-v-5a58bdb2] {
  border-bottom: 1px solid #747474;
  border-right: 1px solid #747474;
  border-left: 1px solid #747474;
  border-top: 0;
  border-radius: 4px;
  height: 645px;
  overflow: auto;
}
.cpv-kode-liste-wrapper .svg-expanded-ikon[data-v-5a58bdb2] {
  transform: rotate(90deg);
}
.cpv-kode-liste-wrapper .cpv-form-group[data-v-5a58bdb2] {
  display: inline-flex;
  gap: 10px;
  cursor: pointer;
  padding: 8px 0px 8px 10px;
}
.cpv-kode-liste-wrapper .cpv-form-group .cpv-form-group.cpv-align-checkboxes[data-v-5a58bdb2] {
  padding-left: 34px;
}
.cpv-kode-liste-wrapper .cpv-form-group hr[data-v-5a58bdb2] {
  border-top: 1px solid #999;
}
.cpv-kode-liste-wrapper .cpv-form-group .form-label[data-v-5a58bdb2] {
  font-weight: 400;
  max-width: 90ch;
}
.cpv-kode-soegefelt[data-v-5a58bdb2] {
  width: 100%;
}
.cpv-kode-soegefelt .form-input[data-v-5a58bdb2] {
  max-width: unset;
}
.cpv-kode-soegefelt button[data-v-5a58bdb2] {
  width: unset !important;
}
.cpv-skelet[data-v-5a58bdb2] {
  max-width: 750px;
}
.radio-content p[data-v-5a58bdb2]:first-child {
  margin-bottom: 0px;
  margin-top: 0px;
}
.skjule-felter-besked.alert-info[data-v-5a58bdb2] {
  max-width: 640px;
}
.subheading[data-v-5a58bdb2] {
  font-size: 14px;
}
.overskrift-alignment[data-v-5a58bdb2] {
  min-width: 500px;
}
.form-group.form-error-rolle[data-v-5a58bdb2] {
  border-left: 4px solid #cc0000;
  padding-left: 12px;
}
.form-group-checkbox[data-v-5a58bdb2],
.form-group-radio[data-v-5a58bdb2] {
  margin-top: 8px;
  position: relative;
}
.form-group-checkbox[data-v-5a58bdb2]:first-of-type,
.form-group-radio[data-v-5a58bdb2]:first-of-type {
  margin-top: 0;
}
legend + .form-group-checkbox[data-v-5a58bdb2]:first-of-type,
legend + .form-group-radio[data-v-5a58bdb2]:first-of-type,
.form-error-message + .form-group-checkbox[data-v-5a58bdb2]:first-of-type,
.form-error-message + .form-group-radio[data-v-5a58bdb2]:first-of-type,
.form-hint + .form-group-checkbox[data-v-5a58bdb2]:first-of-type,
.form-hint + .form-group-radio[data-v-5a58bdb2]:first-of-type {
  margin-top: 8px;
}
.form-checkbox[data-v-5a58bdb2],
.form-radio[data-v-5a58bdb2] {
  position: absolute;
  left: 10px;
  top: 12px;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 1;
  margin: 0;
  opacity: 0;
  height: 24px;
  width: 24px;
  margin-top: calc(1.2rem - 12px + 4px);
  clip: unset;
}
.form-checkbox + label[data-v-5a58bdb2],
.form-radio + label[data-v-5a58bdb2] {
  cursor: pointer;
  font-weight: 400;
  line-height: 2.4rem;
  display: inline-block;
  outline: none;
  color: #1a1a1a;
  padding-left: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.form-checkbox + label + .tooltip-wrapper[data-v-5a58bdb2] {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 2px;
}
.form-checkbox + label[data-v-5a58bdb2]::before,
.form-radio + label[data-v-5a58bdb2]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  display: inherit;
  background-color: #fff;
  border: 2px solid #1a1a1a;
  margin-right: 8px;
  height: 24px;
  width: 24px;
  margin-top: calc(1.2rem - 12px + 4px);
}
.form-checkbox + label[data-v-5a58bdb2]::before {
  border-radius: 2px;
}
.form-radio + label[data-v-5a58bdb2]::before {
  border-radius: 100%;
}
.form-checkbox:checked + label[data-v-5a58bdb2]::before,
.form-checkbox[aria-checked=mixed] + label[data-v-5a58bdb2]::before {
  background-color: #1a1a1a;
  border: 2px solid #1a1a1a;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.form-checkbox:checked + label[data-v-5a58bdb2]::before {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9%2016.2L4.8%2012l-1.4%201.4L9%2019%2021%207l-1.4-1.4L9%2016.2z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-checkbox[aria-checked=mixed] + label[data-v-5a58bdb2]::before {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'%20fill='%23000000'/%3e%3c/svg%3e");
  background-color: white;
}
.form-checkbox[aria-checked=mixed] + label[data-v-5a58bdb2]::after,
.form-checkbox:checked + label[data-v-5a58bdb2]::after {
  content: unset;
}
body[data-v-d4b6afb5] {
  overflow: scroll;
}
.mobile-view[data-v-d4b6afb5] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-d4b6afb5] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-d4b6afb5] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-d4b6afb5] {
  font-size: 1.6rem;
}
p[data-v-d4b6afb5] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-d4b6afb5] {
  color: #004D99;
}
a[data-v-d4b6afb5]:hover, a.link-hover[data-v-d4b6afb5] {
  color: #000040;
}
a[data-v-d4b6afb5]:hover:disabled,
a:hover .disabled[data-v-d4b6afb5], a.link-hover[data-v-d4b6afb5]:disabled,
a.link-hover .disabled[data-v-d4b6afb5] {
  background-color: transparent !important;
}
a[data-v-d4b6afb5]:focus, a.link-focus[data-v-d4b6afb5] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-d4b6afb5]:visited, a.link-visited[data-v-d4b6afb5] {
  color: #800080;
}
a[data-v-d4b6afb5]:disabled, a.disabled[data-v-d4b6afb5] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-d4b6afb5]:disabled:focus, a.disabled[data-v-d4b6afb5]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-d4b6afb5]:not(.button) {
  color: white;
}
.background-dark a[data-v-d4b6afb5]:disabled, .background-dark a.disabled[data-v-d4b6afb5] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-d4b6afb5]:disabled:focus, .background-dark a.disabled[data-v-d4b6afb5]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-d4b6afb5] {
  font-weight: 600;
}
a[data-v-d4b6afb5]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-d4b6afb5], .h1[data-v-d4b6afb5] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-d4b6afb5], .h1[data-v-d4b6afb5] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-d4b6afb5], .h1[data-v-d4b6afb5] {
    font-size: 3.9rem;
}
}
h1[data-v-d4b6afb5], .h1[data-v-d4b6afb5] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-d4b6afb5], .h1[data-v-d4b6afb5] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-d4b6afb5], .h1[data-v-d4b6afb5] {
    line-height: 4.8rem;
}
}
h1[data-v-d4b6afb5], .h1[data-v-d4b6afb5] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-d4b6afb5], .h1[data-v-d4b6afb5] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-d4b6afb5], .h1[data-v-d4b6afb5] {
    letter-spacing: normal;
}
}
h1[data-v-d4b6afb5], .h1[data-v-d4b6afb5] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-d4b6afb5], .h2[data-v-d4b6afb5] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-d4b6afb5], .h2[data-v-d4b6afb5] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-d4b6afb5], .h2[data-v-d4b6afb5] {
    font-size: 3.1rem;
}
}
h2[data-v-d4b6afb5], .h2[data-v-d4b6afb5] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-d4b6afb5], .h2[data-v-d4b6afb5] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-d4b6afb5], .h2[data-v-d4b6afb5] {
    line-height: 4rem;
}
}
h2[data-v-d4b6afb5], .h2[data-v-d4b6afb5] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-d4b6afb5], .h2[data-v-d4b6afb5] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-d4b6afb5], .h2[data-v-d4b6afb5] {
    letter-spacing: normal;
}
}
h2[data-v-d4b6afb5], .h2[data-v-d4b6afb5] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-d4b6afb5], .h3[data-v-d4b6afb5] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-d4b6afb5], .h3[data-v-d4b6afb5] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-d4b6afb5], .h3[data-v-d4b6afb5] {
    font-size: 2.5rem;
}
}
h3[data-v-d4b6afb5], .h3[data-v-d4b6afb5] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-d4b6afb5], .h3[data-v-d4b6afb5] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-d4b6afb5], .h3[data-v-d4b6afb5] {
    line-height: 3.2rem;
}
}
h3[data-v-d4b6afb5], .h3[data-v-d4b6afb5] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-d4b6afb5], .h3[data-v-d4b6afb5] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-d4b6afb5], .h3[data-v-d4b6afb5] {
    letter-spacing: normal;
}
}
h3[data-v-d4b6afb5], .h3[data-v-d4b6afb5] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-d4b6afb5], .h4[data-v-d4b6afb5] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-d4b6afb5], .h4[data-v-d4b6afb5] {
    font-size: 2rem;
}
}
h4[data-v-d4b6afb5], .h4[data-v-d4b6afb5] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-d4b6afb5], .h4[data-v-d4b6afb5] {
    line-height: 2.8rem;
}
}
h4[data-v-d4b6afb5], .h4[data-v-d4b6afb5] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-d4b6afb5], .h4[data-v-d4b6afb5] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-d4b6afb5], .h4[data-v-d4b6afb5] {
    letter-spacing: normal;
}
}
h4[data-v-d4b6afb5], .h4[data-v-d4b6afb5] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-d4b6afb5], .h5[data-v-d4b6afb5] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-d4b6afb5], .h5[data-v-d4b6afb5] {
    font-size: 1.6rem;
}
}
h5[data-v-d4b6afb5], .h5[data-v-d4b6afb5] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-d4b6afb5], .h5[data-v-d4b6afb5] {
    line-height: 2.4rem;
}
}
h5[data-v-d4b6afb5], .h5[data-v-d4b6afb5] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-d4b6afb5], .h5[data-v-d4b6afb5] {
    letter-spacing: normal;
}
}
h5[data-v-d4b6afb5], .h5[data-v-d4b6afb5] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-d4b6afb5], .h6[data-v-d4b6afb5] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-d4b6afb5], .body-text[data-v-d4b6afb5], .body-copy-text[data-v-d4b6afb5] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-d4b6afb5], .figcaption[data-v-d4b6afb5] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-d4b6afb5], .figcaption p[data-v-d4b6afb5] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-d4b6afb5] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-d4b6afb5] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-d4b6afb5] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-d4b6afb5], .small-text[data-v-d4b6afb5] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-d4b6afb5] {
  font-weight: 400;
}
.weight-semibold[data-v-d4b6afb5] {
  font-weight: 600;
}
.facit[data-v-d4b6afb5] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-d4b6afb5], b[data-v-d4b6afb5], .bold[data-v-d4b6afb5] {
  font-weight: 700;
}
.italic[data-v-d4b6afb5], em[data-v-d4b6afb5] {
  font-style: italic;
}
.form-label[data-v-d4b6afb5] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-d4b6afb5]:focus, .h1[data-v-d4b6afb5]:focus,
h2[data-v-d4b6afb5]:focus, .h2[data-v-d4b6afb5]:focus,
h3[data-v-d4b6afb5]:focus, .h3[data-v-d4b6afb5]:focus,
h4[data-v-d4b6afb5]:focus, .h4[data-v-d4b6afb5]:focus,
h5[data-v-d4b6afb5]:focus, .h5[data-v-d4b6afb5]:focus,
h6[data-v-d4b6afb5]:focus, .h6[data-v-d4b6afb5]:focus {
  outline: none;
}
h1[data-v-d4b6afb5], .h1[data-v-d4b6afb5] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-d4b6afb5], .h2[data-v-d4b6afb5] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-d4b6afb5], .h2[data-v-d4b6afb5] {
    margin-top: 4rem;
}
}
h3[data-v-d4b6afb5], .h3[data-v-d4b6afb5] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-d4b6afb5], .h3[data-v-d4b6afb5] {
    margin-top: 4rem;
}
}
h4[data-v-d4b6afb5], .h4[data-v-d4b6afb5] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-d4b6afb5], .h5[data-v-d4b6afb5] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-d4b6afb5], .h6[data-v-d4b6afb5] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-d4b6afb5] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-d4b6afb5], .body-text[data-v-d4b6afb5] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-d4b6afb5], h5 + ul[data-v-d4b6afb5], h5 + ol[data-v-d4b6afb5], .h5 + p[data-v-d4b6afb5], .h5 + ul[data-v-d4b6afb5], .h5 + ol[data-v-d4b6afb5], h6 + p[data-v-d4b6afb5], h6 + ul[data-v-d4b6afb5], h6 + ol[data-v-d4b6afb5], .h6 + p[data-v-d4b6afb5], .h6 + ul[data-v-d4b6afb5], .h6 + ol[data-v-d4b6afb5] {
  margin-top: 0;
}
button.function-link[data-v-d4b6afb5], button.accordion-bulk-button[data-v-d4b6afb5] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-d4b6afb5], button.accordion-bulk-button[data-v-d4b6afb5] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-d4b6afb5]:hover, button.accordion-bulk-button[data-v-d4b6afb5]:hover, .function-link[data-v-d4b6afb5]:visited, button.accordion-bulk-button[data-v-d4b6afb5]:visited, .function-link[data-v-d4b6afb5]:focus, button.accordion-bulk-button[data-v-d4b6afb5]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-d4b6afb5], button.accordion-bulk-button .icon-svg[data-v-d4b6afb5] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-d4b6afb5], button.link-right.accordion-bulk-button[data-v-d4b6afb5] {
  text-align: right;
}
.back-link[data-v-d4b6afb5] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-d4b6afb5] {
    margin-bottom: 32px;
}
}
.back-link[data-v-d4b6afb5] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-d4b6afb5]::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[data-v-d4b6afb5]:active, .back-link[data-v-d4b6afb5]:focus, .back-link[data-v-d4b6afb5]:hover, .back-link[data-v-d4b6afb5]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-d4b6afb5] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-d4b6afb5] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-d4b6afb5], h1 a[data-v-d4b6afb5]:hover, h1 a[data-v-d4b6afb5]:visited, h1 a[data-v-d4b6afb5]:focus, .h1 a[data-v-d4b6afb5], .h1 a[data-v-d4b6afb5]:hover, .h1 a[data-v-d4b6afb5]:visited, .h1 a[data-v-d4b6afb5]:focus,
h2 a[data-v-d4b6afb5],
h2 a[data-v-d4b6afb5]:hover,
h2 a[data-v-d4b6afb5]:visited,
h2 a[data-v-d4b6afb5]:focus, .h2 a[data-v-d4b6afb5], .h2 a[data-v-d4b6afb5]:hover, .h2 a[data-v-d4b6afb5]:visited, .h2 a[data-v-d4b6afb5]:focus,
h3 a[data-v-d4b6afb5],
h3 a[data-v-d4b6afb5]:hover,
h3 a[data-v-d4b6afb5]:visited,
h3 a[data-v-d4b6afb5]:focus, .h3 a[data-v-d4b6afb5], .h3 a[data-v-d4b6afb5]:hover, .h3 a[data-v-d4b6afb5]:visited, .h3 a[data-v-d4b6afb5]:focus,
h4 a[data-v-d4b6afb5],
h4 a[data-v-d4b6afb5]:hover,
h4 a[data-v-d4b6afb5]:visited,
h4 a[data-v-d4b6afb5]:focus, .h4 a[data-v-d4b6afb5], .h4 a[data-v-d4b6afb5]:hover, .h4 a[data-v-d4b6afb5]:visited, .h4 a[data-v-d4b6afb5]:focus,
h5 a[data-v-d4b6afb5],
h5 a[data-v-d4b6afb5]:hover,
h5 a[data-v-d4b6afb5]:visited,
h5 a[data-v-d4b6afb5]:focus, .h5 a[data-v-d4b6afb5], .h5 a[data-v-d4b6afb5]:hover, .h5 a[data-v-d4b6afb5]:visited, .h5 a[data-v-d4b6afb5]:focus,
h6 a[data-v-d4b6afb5],
h6 a[data-v-d4b6afb5]:hover,
h6 a[data-v-d4b6afb5]:visited,
h6 a[data-v-d4b6afb5]:focus, .h6 a[data-v-d4b6afb5], .h6 a[data-v-d4b6afb5]:hover, .h6 a[data-v-d4b6afb5]:visited, .h6 a[data-v-d4b6afb5]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-d4b6afb5], .h1 a.search-link[data-v-d4b6afb5],
h2 a.search-link[data-v-d4b6afb5], .h2 a.search-link[data-v-d4b6afb5],
h3 a.search-link[data-v-d4b6afb5], .h3 a.search-link[data-v-d4b6afb5],
h4 a.search-link[data-v-d4b6afb5], .h4 a.search-link[data-v-d4b6afb5],
h5 a.search-link[data-v-d4b6afb5], .h5 a.search-link[data-v-d4b6afb5],
h6 a.search-link[data-v-d4b6afb5], .h6 a.search-link[data-v-d4b6afb5] {
  text-decoration: none;
}
h1 a.search-link[data-v-d4b6afb5]:visited, .h1 a.search-link[data-v-d4b6afb5]:visited,
h2 a.search-link[data-v-d4b6afb5]:visited, .h2 a.search-link[data-v-d4b6afb5]:visited,
h3 a.search-link[data-v-d4b6afb5]:visited, .h3 a.search-link[data-v-d4b6afb5]:visited,
h4 a.search-link[data-v-d4b6afb5]:visited, .h4 a.search-link[data-v-d4b6afb5]:visited,
h5 a.search-link[data-v-d4b6afb5]:visited, .h5 a.search-link[data-v-d4b6afb5]:visited,
h6 a.search-link[data-v-d4b6afb5]:visited, .h6 a.search-link[data-v-d4b6afb5]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-d4b6afb5]:focus, .h1 a.search-link[data-v-d4b6afb5]:focus,
h2 a.search-link[data-v-d4b6afb5]:focus, .h2 a.search-link[data-v-d4b6afb5]:focus,
h3 a.search-link[data-v-d4b6afb5]:focus, .h3 a.search-link[data-v-d4b6afb5]:focus,
h4 a.search-link[data-v-d4b6afb5]:focus, .h4 a.search-link[data-v-d4b6afb5]:focus,
h5 a.search-link[data-v-d4b6afb5]:focus, .h5 a.search-link[data-v-d4b6afb5]:focus,
h6 a.search-link[data-v-d4b6afb5]:focus, .h6 a.search-link[data-v-d4b6afb5]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-d4b6afb5]:hover, .h1 a.search-link[data-v-d4b6afb5]:hover,
h2 a.search-link[data-v-d4b6afb5]:hover, .h2 a.search-link[data-v-d4b6afb5]:hover,
h3 a.search-link[data-v-d4b6afb5]:hover, .h3 a.search-link[data-v-d4b6afb5]:hover,
h4 a.search-link[data-v-d4b6afb5]:hover, .h4 a.search-link[data-v-d4b6afb5]:hover,
h5 a.search-link[data-v-d4b6afb5]:hover, .h5 a.search-link[data-v-d4b6afb5]:hover,
h6 a.search-link[data-v-d4b6afb5]:hover, .h6 a.search-link[data-v-d4b6afb5]:hover {
  text-decoration: underline;
}
cite[data-v-d4b6afb5],
var[data-v-d4b6afb5],
address[data-v-d4b6afb5],
dfn[data-v-d4b6afb5] {
  font-style: normal;
}
h1[data-v-d4b6afb5], .h1[data-v-d4b6afb5],
h2[data-v-d4b6afb5], .h2[data-v-d4b6afb5],
h3[data-v-d4b6afb5], .h3[data-v-d4b6afb5],
h4[data-v-d4b6afb5], .h4[data-v-d4b6afb5],
h5[data-v-d4b6afb5], .h5[data-v-d4b6afb5],
h6[data-v-d4b6afb5], .h6[data-v-d4b6afb5] {
  max-width: 66ch;
}
p[data-v-d4b6afb5],
ul[data-v-d4b6afb5]:not(.accordion):not(.tabnav):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-d4b6afb5]:not(.accordion):not(.tabnav):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-d4b6afb5] {
  max-width: 66ch;
}
.form-label[data-v-d4b6afb5], .form-hint[data-v-d4b6afb5], .form-error-message[data-v-d4b6afb5] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-d4b6afb5], .form-radio + label[data-v-d4b6afb5] {
  max-width: 66ch;
}
.displayheading-1[data-v-d4b6afb5] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-d4b6afb5] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-d4b6afb5] {
  color: #358000;
}
.text-negative[data-v-d4b6afb5] {
  color: #CC0000;
}
.color-text-black[data-v-d4b6afb5] {
  color: #1a1a1a;
}
.background-dark[data-v-d4b6afb5] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-d4b6afb5], .background-dark span[data-v-d4b6afb5] {
  color: white;
}
.field-group-title[data-v-d4b6afb5] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-d4b6afb5] {
  border: 2px solid #1a1a1a;
}
h1[data-v-d4b6afb5], h2[data-v-d4b6afb5], h3[data-v-d4b6afb5], h4[data-v-d4b6afb5], h5[data-v-d4b6afb5], h6[data-v-d4b6afb5], p[data-v-d4b6afb5], legend[data-v-d4b6afb5], strong[data-v-d4b6afb5], b[data-v-d4b6afb5], cite[data-v-d4b6afb5], var[data-v-d4b6afb5], address[data-v-d4b6afb5], dfn[data-v-d4b6afb5] {
  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[data-v-d4b6afb5] {
  text-transform: uppercase;
}
.lowercase[data-v-d4b6afb5] {
  text-transform: lowercase;
}
.d-inline[data-v-d4b6afb5] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-d4b6afb5] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-d4b6afb5] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-d4b6afb5] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-d4b6afb5] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-d4b6afb5] {
    display: inline !important;
}
}
.flex-grow[data-v-d4b6afb5] {
  flex-grow: 1;
}
.weight-normal[data-v-d4b6afb5] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-d4b6afb5] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-d4b6afb5] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-d4b6afb5] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-d4b6afb5] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-d4b6afb5] {
    margin-bottom: 0;
}
}
.gray-100[data-v-d4b6afb5] {
  background-color: #F5F5F5;
}
.highlight[data-v-d4b6afb5] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-d4b6afb5] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-d4b6afb5] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-d4b6afb5] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-d4b6afb5] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-d4b6afb5] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-d4b6afb5] {
  z-index: 10000;
}
.video-responsive[data-v-d4b6afb5] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-d4b6afb5] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-d4b6afb5]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-d4b6afb5]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-d4b6afb5] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-d4b6afb5] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-d4b6afb5] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-d4b6afb5]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-d4b6afb5]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-d4b6afb5] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-d4b6afb5] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-d4b6afb5] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-d4b6afb5] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-d4b6afb5],
.sidenav-list-virk.sidenav-list li li[data-v-d4b6afb5],
.sidenav-list-virk.sidenav-list a[data-v-d4b6afb5] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-d4b6afb5] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-d4b6afb5] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-d4b6afb5] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-d4b6afb5] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-d4b6afb5] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-d4b6afb5]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-d4b6afb5]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-d4b6afb5] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-d4b6afb5]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-d4b6afb5] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html[data-v-d4b6afb5] {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body[data-v-d4b6afb5] {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main[data-v-d4b6afb5] {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1[data-v-d4b6afb5] {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr[data-v-d4b6afb5] {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre[data-v-d4b6afb5] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a[data-v-d4b6afb5] {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title][data-v-d4b6afb5] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b[data-v-d4b6afb5],
strong[data-v-d4b6afb5] {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code[data-v-d4b6afb5],
kbd[data-v-d4b6afb5],
samp[data-v-d4b6afb5] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small[data-v-d4b6afb5] {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub[data-v-d4b6afb5],
sup[data-v-d4b6afb5] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub[data-v-d4b6afb5] {
  bottom: -0.25em;
}
sup[data-v-d4b6afb5] {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img[data-v-d4b6afb5] {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button[data-v-d4b6afb5],
input[data-v-d4b6afb5],
optgroup[data-v-d4b6afb5],
select[data-v-d4b6afb5],
textarea[data-v-d4b6afb5] {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button[data-v-d4b6afb5],
input[data-v-d4b6afb5] { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button[data-v-d4b6afb5],
select[data-v-d4b6afb5] { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button[data-v-d4b6afb5],
[type=button][data-v-d4b6afb5],
[type=reset][data-v-d4b6afb5],
[type=submit][data-v-d4b6afb5] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button[data-v-d4b6afb5]::-moz-focus-inner,
[type=button][data-v-d4b6afb5]::-moz-focus-inner,
[type=reset][data-v-d4b6afb5]::-moz-focus-inner,
[type=submit][data-v-d4b6afb5]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button[data-v-d4b6afb5]:-moz-focusring,
[type=button][data-v-d4b6afb5]:-moz-focusring,
[type=reset][data-v-d4b6afb5]:-moz-focusring,
[type=submit][data-v-d4b6afb5]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset[data-v-d4b6afb5] {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend[data-v-d4b6afb5] {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress[data-v-d4b6afb5] {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea[data-v-d4b6afb5] {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox][data-v-d4b6afb5],
[type=radio][data-v-d4b6afb5] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number][data-v-d4b6afb5]::-webkit-inner-spin-button,
[type=number][data-v-d4b6afb5]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search][data-v-d4b6afb5] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search][data-v-d4b6afb5]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
[data-v-d4b6afb5]::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details[data-v-d4b6afb5] {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary[data-v-d4b6afb5] {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template[data-v-d4b6afb5] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden][data-v-d4b6afb5] {
  display: none;
}

/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-d4b6afb5] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/IBMPlexSans-Bold-2C9u87Yj.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-Bold-BFdE_egq.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/assets/fonts/IBMPlexSans-BoldItalic-bGcn1MCo.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-BoldItalic-BAIFovnx.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/IBMPlexSans-Italic-DwjVlniu.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-Italic-CYr9jXG4.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/IBMPlexSans-Medium-UeyEdR2n.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-Medium-D7YuMikw.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 500;
  src: url("/assets/fonts/IBMPlexSans-MediumItalic-BaK08J97.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-MediumItalic-BENdRtT0.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/IBMPlexSans-Regular-DqS-h1X5.eot"); /* IE9 Compat Modes */
  src: url("/assets/fonts/IBMPlexSans-Regular-DqS-h1X5.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/IBMPlexSans-Regular-Cq2L15Xu.woff") format("woff"), url("/assets/fonts/IBMPlexSans-Regular-8pRtkRrQ.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-Regular-FfXo57ZH.ttf") format("truet ype"); /* Safari, Android, iOS */
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/IBMPlexSans-SemiBold-M85qYQJk.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-SemiBold-CouHcydL.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/fonts/IBMPlexSans-SemiBoldItalic-BAjxys0i.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-SemiBoldItalic-CqoJLOzN.woff") format("woff");
  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[data-v-d4b6afb5] {
  box-sizing: border-box;
  line-height: normal;
}
[data-v-d4b6afb5],[data-v-d4b6afb5]::before,[data-v-d4b6afb5]::after {
  box-sizing: inherit;
}
body[data-v-d4b6afb5] {
  background-color: white;
  color: #1a1a1a;
  overflow-x: hidden;
}
[hidden][data-v-d4b6afb5] {
  display: none !important;
}
a[data-v-d4b6afb5]:focus, button[data-v-d4b6afb5]:focus, input[data-v-d4b6afb5]:focus, select[data-v-d4b6afb5]:focus, textarea[data-v-d4b6afb5]:focus,
.focus[data-v-d4b6afb5] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}

/* stylelint-disable */
.container[data-v-d4b6afb5] {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
.container[data-v-d4b6afb5] {
    max-width: 100%;
}
}
@media (min-width: 768px) {
.container[data-v-d4b6afb5] {
    max-width: 100%;
}
}
@media (min-width: 992px) {
.container[data-v-d4b6afb5] {
    max-width: 100%;
}
}
@media (min-width: 1200px) {
.container[data-v-d4b6afb5] {
    max-width: 1200px;
}
}
.container[class*=w-][data-v-d4b6afb5] {
  max-width: inherit !important;
}
.row[data-v-d4b6afb5] {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.row.no-gutters[data-v-d4b6afb5] {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > .col[data-v-d4b6afb5],
.row.no-gutters > [class*=col-][data-v-d4b6afb5] {
  padding-right: 0;
  padding-left: 0;
}
.row.row-bordered[data-v-d4b6afb5] {
  border-top: 1px solid #BFBFBF;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 2.4rem;
}
.row.row-bordered[data-v-d4b6afb5]:last-of-type {
  border-bottom: 1px solid #BFBFBF;
}
.col-xxl[data-v-d4b6afb5],
.col-xxl-auto[data-v-d4b6afb5], .col-xxl-12[data-v-d4b6afb5], .col-xxl-11[data-v-d4b6afb5], .col-xxl-10[data-v-d4b6afb5], .col-xxl-9[data-v-d4b6afb5], .col-xxl-8[data-v-d4b6afb5], .col-xxl-7[data-v-d4b6afb5], .col-xxl-6[data-v-d4b6afb5], .col-xxl-5[data-v-d4b6afb5], .col-xxl-4[data-v-d4b6afb5], .col-xxl-3[data-v-d4b6afb5], .col-xxl-2[data-v-d4b6afb5], .col-xxl-1[data-v-d4b6afb5], .col-xl[data-v-d4b6afb5],
.col-xl-auto[data-v-d4b6afb5], .col-xl-12[data-v-d4b6afb5], .col-xl-11[data-v-d4b6afb5], .col-xl-10[data-v-d4b6afb5], .col-xl-9[data-v-d4b6afb5], .col-xl-8[data-v-d4b6afb5], .col-xl-7[data-v-d4b6afb5], .col-xl-6[data-v-d4b6afb5], .col-xl-5[data-v-d4b6afb5], .col-xl-4[data-v-d4b6afb5], .col-xl-3[data-v-d4b6afb5], .col-xl-2[data-v-d4b6afb5], .col-xl-1[data-v-d4b6afb5], .col-lg[data-v-d4b6afb5],
.col-lg-auto[data-v-d4b6afb5], .col-lg-12[data-v-d4b6afb5], .col-lg-11[data-v-d4b6afb5], .col-lg-10[data-v-d4b6afb5], .col-lg-9[data-v-d4b6afb5], .col-lg-8[data-v-d4b6afb5], .col-lg-7[data-v-d4b6afb5], .col-lg-6[data-v-d4b6afb5], .col-lg-5[data-v-d4b6afb5], .col-lg-4[data-v-d4b6afb5], .col-lg-3[data-v-d4b6afb5], .col-lg-2[data-v-d4b6afb5], .col-lg-1[data-v-d4b6afb5], .col-md[data-v-d4b6afb5],
.col-md-auto[data-v-d4b6afb5], .col-md-12[data-v-d4b6afb5], .col-md-11[data-v-d4b6afb5], .col-md-10[data-v-d4b6afb5], .col-md-9[data-v-d4b6afb5], .col-md-8[data-v-d4b6afb5], .col-md-7[data-v-d4b6afb5], .col-md-6[data-v-d4b6afb5], .col-md-5[data-v-d4b6afb5], .col-md-4[data-v-d4b6afb5], .col-md-3[data-v-d4b6afb5], .col-md-2[data-v-d4b6afb5], .col-md-1[data-v-d4b6afb5], .col-sm[data-v-d4b6afb5],
.col-sm-auto[data-v-d4b6afb5], .col-sm-12[data-v-d4b6afb5], .col-sm-11[data-v-d4b6afb5], .col-sm-10[data-v-d4b6afb5], .col-sm-9[data-v-d4b6afb5], .col-sm-8[data-v-d4b6afb5], .col-sm-7[data-v-d4b6afb5], .col-sm-6[data-v-d4b6afb5], .col-sm-5[data-v-d4b6afb5], .col-sm-4[data-v-d4b6afb5], .col-sm-3[data-v-d4b6afb5], .col-sm-2[data-v-d4b6afb5], .col-sm-1[data-v-d4b6afb5], .col[data-v-d4b6afb5],
.col-auto[data-v-d4b6afb5], .col-12[data-v-d4b6afb5], .col-11[data-v-d4b6afb5], .col-10[data-v-d4b6afb5], .col-9[data-v-d4b6afb5], .col-8[data-v-d4b6afb5], .col-7[data-v-d4b6afb5], .col-6[data-v-d4b6afb5], .col-5[data-v-d4b6afb5], .col-4[data-v-d4b6afb5], .col-3[data-v-d4b6afb5], .col-2[data-v-d4b6afb5], .col-1[data-v-d4b6afb5] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}
.col[data-v-d4b6afb5] {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto[data-v-d4b6afb5] {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1[data-v-d4b6afb5] {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2[data-v-d4b6afb5] {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3[data-v-d4b6afb5] {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4[data-v-d4b6afb5] {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5[data-v-d4b6afb5] {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6[data-v-d4b6afb5] {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7[data-v-d4b6afb5] {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8[data-v-d4b6afb5] {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9[data-v-d4b6afb5] {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10[data-v-d4b6afb5] {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11[data-v-d4b6afb5] {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12[data-v-d4b6afb5] {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first[data-v-d4b6afb5] {
  order: -1;
}
.order-1[data-v-d4b6afb5] {
  order: 1;
}
.order-2[data-v-d4b6afb5] {
  order: 2;
}
.order-3[data-v-d4b6afb5] {
  order: 3;
}
.order-4[data-v-d4b6afb5] {
  order: 4;
}
.order-5[data-v-d4b6afb5] {
  order: 5;
}
.order-6[data-v-d4b6afb5] {
  order: 6;
}
.order-7[data-v-d4b6afb5] {
  order: 7;
}
.order-8[data-v-d4b6afb5] {
  order: 8;
}
.order-9[data-v-d4b6afb5] {
  order: 9;
}
.order-10[data-v-d4b6afb5] {
  order: 10;
}
.order-11[data-v-d4b6afb5] {
  order: 11;
}
.order-12[data-v-d4b6afb5] {
  order: 12;
}
@media (min-width: 576px) {
.col-sm[data-v-d4b6afb5] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-sm-auto[data-v-d4b6afb5] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-sm-1[data-v-d4b6afb5] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-sm-2[data-v-d4b6afb5] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-sm-3[data-v-d4b6afb5] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-sm-4[data-v-d4b6afb5] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-sm-5[data-v-d4b6afb5] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-sm-6[data-v-d4b6afb5] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-sm-7[data-v-d4b6afb5] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-sm-8[data-v-d4b6afb5] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-sm-9[data-v-d4b6afb5] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-sm-10[data-v-d4b6afb5] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-sm-11[data-v-d4b6afb5] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-sm-12[data-v-d4b6afb5] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-sm-first[data-v-d4b6afb5] {
    order: -1;
}
.order-sm-1[data-v-d4b6afb5] {
    order: 1;
}
.order-sm-2[data-v-d4b6afb5] {
    order: 2;
}
.order-sm-3[data-v-d4b6afb5] {
    order: 3;
}
.order-sm-4[data-v-d4b6afb5] {
    order: 4;
}
.order-sm-5[data-v-d4b6afb5] {
    order: 5;
}
.order-sm-6[data-v-d4b6afb5] {
    order: 6;
}
.order-sm-7[data-v-d4b6afb5] {
    order: 7;
}
.order-sm-8[data-v-d4b6afb5] {
    order: 8;
}
.order-sm-9[data-v-d4b6afb5] {
    order: 9;
}
.order-sm-10[data-v-d4b6afb5] {
    order: 10;
}
.order-sm-11[data-v-d4b6afb5] {
    order: 11;
}
.order-sm-12[data-v-d4b6afb5] {
    order: 12;
}
}
@media (min-width: 768px) {
.col-md[data-v-d4b6afb5] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-md-auto[data-v-d4b6afb5] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-md-1[data-v-d4b6afb5] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-md-2[data-v-d4b6afb5] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-md-3[data-v-d4b6afb5] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-md-4[data-v-d4b6afb5] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-md-5[data-v-d4b6afb5] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-md-6[data-v-d4b6afb5] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-7[data-v-d4b6afb5] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-md-8[data-v-d4b6afb5] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-md-9[data-v-d4b6afb5] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-md-10[data-v-d4b6afb5] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-md-11[data-v-d4b6afb5] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-md-12[data-v-d4b6afb5] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-md-first[data-v-d4b6afb5] {
    order: -1;
}
.order-md-1[data-v-d4b6afb5] {
    order: 1;
}
.order-md-2[data-v-d4b6afb5] {
    order: 2;
}
.order-md-3[data-v-d4b6afb5] {
    order: 3;
}
.order-md-4[data-v-d4b6afb5] {
    order: 4;
}
.order-md-5[data-v-d4b6afb5] {
    order: 5;
}
.order-md-6[data-v-d4b6afb5] {
    order: 6;
}
.order-md-7[data-v-d4b6afb5] {
    order: 7;
}
.order-md-8[data-v-d4b6afb5] {
    order: 8;
}
.order-md-9[data-v-d4b6afb5] {
    order: 9;
}
.order-md-10[data-v-d4b6afb5] {
    order: 10;
}
.order-md-11[data-v-d4b6afb5] {
    order: 11;
}
.order-md-12[data-v-d4b6afb5] {
    order: 12;
}
}
@media (min-width: 992px) {
.col-lg[data-v-d4b6afb5] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-lg-auto[data-v-d4b6afb5] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-lg-1[data-v-d4b6afb5] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-lg-2[data-v-d4b6afb5] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-lg-3[data-v-d4b6afb5] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-lg-4[data-v-d4b6afb5] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-lg-5[data-v-d4b6afb5] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-lg-6[data-v-d4b6afb5] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-lg-7[data-v-d4b6afb5] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-lg-8[data-v-d4b6afb5] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-lg-9[data-v-d4b6afb5] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-lg-10[data-v-d4b6afb5] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-lg-11[data-v-d4b6afb5] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-lg-12[data-v-d4b6afb5] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-lg-first[data-v-d4b6afb5] {
    order: -1;
}
.order-lg-1[data-v-d4b6afb5] {
    order: 1;
}
.order-lg-2[data-v-d4b6afb5] {
    order: 2;
}
.order-lg-3[data-v-d4b6afb5] {
    order: 3;
}
.order-lg-4[data-v-d4b6afb5] {
    order: 4;
}
.order-lg-5[data-v-d4b6afb5] {
    order: 5;
}
.order-lg-6[data-v-d4b6afb5] {
    order: 6;
}
.order-lg-7[data-v-d4b6afb5] {
    order: 7;
}
.order-lg-8[data-v-d4b6afb5] {
    order: 8;
}
.order-lg-9[data-v-d4b6afb5] {
    order: 9;
}
.order-lg-10[data-v-d4b6afb5] {
    order: 10;
}
.order-lg-11[data-v-d4b6afb5] {
    order: 11;
}
.order-lg-12[data-v-d4b6afb5] {
    order: 12;
}
}
@media (min-width: 1200px) {
.col-xl[data-v-d4b6afb5] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-xl-auto[data-v-d4b6afb5] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-xl-1[data-v-d4b6afb5] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-xl-2[data-v-d4b6afb5] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-xl-3[data-v-d4b6afb5] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xl-4[data-v-d4b6afb5] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-xl-5[data-v-d4b6afb5] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-xl-6[data-v-d4b6afb5] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xl-7[data-v-d4b6afb5] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-xl-8[data-v-d4b6afb5] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-xl-9[data-v-d4b6afb5] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xl-10[data-v-d4b6afb5] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-xl-11[data-v-d4b6afb5] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-xl-12[data-v-d4b6afb5] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-xl-first[data-v-d4b6afb5] {
    order: -1;
}
.order-xl-1[data-v-d4b6afb5] {
    order: 1;
}
.order-xl-2[data-v-d4b6afb5] {
    order: 2;
}
.order-xl-3[data-v-d4b6afb5] {
    order: 3;
}
.order-xl-4[data-v-d4b6afb5] {
    order: 4;
}
.order-xl-5[data-v-d4b6afb5] {
    order: 5;
}
.order-xl-6[data-v-d4b6afb5] {
    order: 6;
}
.order-xl-7[data-v-d4b6afb5] {
    order: 7;
}
.order-xl-8[data-v-d4b6afb5] {
    order: 8;
}
.order-xl-9[data-v-d4b6afb5] {
    order: 9;
}
.order-xl-10[data-v-d4b6afb5] {
    order: 10;
}
.order-xl-11[data-v-d4b6afb5] {
    order: 11;
}
.order-xl-12[data-v-d4b6afb5] {
    order: 12;
}
}
@media (min-width: 1400px) {
.col-xxl[data-v-d4b6afb5] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-xxl-auto[data-v-d4b6afb5] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-xxl-1[data-v-d4b6afb5] {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-xxl-2[data-v-d4b6afb5] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-xxl-3[data-v-d4b6afb5] {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xxl-4[data-v-d4b6afb5] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-xxl-5[data-v-d4b6afb5] {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-xxl-6[data-v-d4b6afb5] {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xxl-7[data-v-d4b6afb5] {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-xxl-8[data-v-d4b6afb5] {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-xxl-9[data-v-d4b6afb5] {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xxl-10[data-v-d4b6afb5] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-xxl-11[data-v-d4b6afb5] {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-xxl-12[data-v-d4b6afb5] {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-xxl-first[data-v-d4b6afb5] {
    order: -1;
}
.order-xxl-1[data-v-d4b6afb5] {
    order: 1;
}
.order-xxl-2[data-v-d4b6afb5] {
    order: 2;
}
.order-xxl-3[data-v-d4b6afb5] {
    order: 3;
}
.order-xxl-4[data-v-d4b6afb5] {
    order: 4;
}
.order-xxl-5[data-v-d4b6afb5] {
    order: 5;
}
.order-xxl-6[data-v-d4b6afb5] {
    order: 6;
}
.order-xxl-7[data-v-d4b6afb5] {
    order: 7;
}
.order-xxl-8[data-v-d4b6afb5] {
    order: 8;
}
.order-xxl-9[data-v-d4b6afb5] {
    order: 9;
}
.order-xxl-10[data-v-d4b6afb5] {
    order: 10;
}
.order-xxl-11[data-v-d4b6afb5] {
    order: 11;
}
.order-xxl-12[data-v-d4b6afb5] {
    order: 12;
}
}
.offset-1[data-v-d4b6afb5] {
  margin-left: 8.3333333333%;
}
.offset-2[data-v-d4b6afb5] {
  margin-left: 16.6666666667%;
}
.offset-3[data-v-d4b6afb5] {
  margin-left: 25%;
}
.offset-4[data-v-d4b6afb5] {
  margin-left: 33.3333333333%;
}
.offset-5[data-v-d4b6afb5] {
  margin-left: 41.6666666667%;
}
.offset-6[data-v-d4b6afb5] {
  margin-left: 50%;
}
.offset-7[data-v-d4b6afb5] {
  margin-left: 58.3333333333%;
}
.offset-8[data-v-d4b6afb5] {
  margin-left: 66.6666666667%;
}
.offset-9[data-v-d4b6afb5] {
  margin-left: 75%;
}
.offset-10[data-v-d4b6afb5] {
  margin-left: 83.3333333333%;
}
.offset-11[data-v-d4b6afb5] {
  margin-left: 91.6666666667%;
}
.offset-1[data-v-d4b6afb5] {
  margin-left: 8.3333333333%;
}
.offset-2[data-v-d4b6afb5] {
  margin-left: 16.6666666667%;
}
.offset-3[data-v-d4b6afb5] {
  margin-left: 25%;
}
.offset-4[data-v-d4b6afb5] {
  margin-left: 33.3333333333%;
}
.offset-5[data-v-d4b6afb5] {
  margin-left: 41.6666666667%;
}
.offset-6[data-v-d4b6afb5] {
  margin-left: 50%;
}
.offset-7[data-v-d4b6afb5] {
  margin-left: 58.3333333333%;
}
.offset-8[data-v-d4b6afb5] {
  margin-left: 66.6666666667%;
}
.offset-9[data-v-d4b6afb5] {
  margin-left: 75%;
}
.offset-10[data-v-d4b6afb5] {
  margin-left: 83.3333333333%;
}
.offset-11[data-v-d4b6afb5] {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
.offset-sm-0[data-v-d4b6afb5] {
    margin-left: 0;
}
.offset-sm-1[data-v-d4b6afb5] {
    margin-left: 8.3333333333%;
}
.offset-sm-2[data-v-d4b6afb5] {
    margin-left: 16.6666666667%;
}
.offset-sm-3[data-v-d4b6afb5] {
    margin-left: 25%;
}
.offset-sm-4[data-v-d4b6afb5] {
    margin-left: 33.3333333333%;
}
.offset-sm-5[data-v-d4b6afb5] {
    margin-left: 41.6666666667%;
}
.offset-sm-6[data-v-d4b6afb5] {
    margin-left: 50%;
}
.offset-sm-7[data-v-d4b6afb5] {
    margin-left: 58.3333333333%;
}
.offset-sm-8[data-v-d4b6afb5] {
    margin-left: 66.6666666667%;
}
.offset-sm-9[data-v-d4b6afb5] {
    margin-left: 75%;
}
.offset-sm-10[data-v-d4b6afb5] {
    margin-left: 83.3333333333%;
}
.offset-sm-11[data-v-d4b6afb5] {
    margin-left: 91.6666666667%;
}
}
@media (min-width: 768px) {
.offset-md-0[data-v-d4b6afb5] {
    margin-left: 0;
}
.offset-md-1[data-v-d4b6afb5] {
    margin-left: 8.3333333333%;
}
.offset-md-2[data-v-d4b6afb5] {
    margin-left: 16.6666666667%;
}
.offset-md-3[data-v-d4b6afb5] {
    margin-left: 25%;
}
.offset-md-4[data-v-d4b6afb5] {
    margin-left: 33.3333333333%;
}
.offset-md-5[data-v-d4b6afb5] {
    margin-left: 41.6666666667%;
}
.offset-md-6[data-v-d4b6afb5] {
    margin-left: 50%;
}
.offset-md-7[data-v-d4b6afb5] {
    margin-left: 58.3333333333%;
}
.offset-md-8[data-v-d4b6afb5] {
    margin-left: 66.6666666667%;
}
.offset-md-9[data-v-d4b6afb5] {
    margin-left: 75%;
}
.offset-md-10[data-v-d4b6afb5] {
    margin-left: 83.3333333333%;
}
.offset-md-11[data-v-d4b6afb5] {
    margin-left: 91.6666666667%;
}
}
@media (min-width: 992px) {
.offset-lg-0[data-v-d4b6afb5] {
    margin-left: 0;
}
.offset-lg-1[data-v-d4b6afb5] {
    margin-left: 8.3333333333%;
}
.offset-lg-2[data-v-d4b6afb5] {
    margin-left: 16.6666666667%;
}
.offset-lg-3[data-v-d4b6afb5] {
    margin-left: 25%;
}
.offset-lg-4[data-v-d4b6afb5] {
    margin-left: 33.3333333333%;
}
.offset-lg-5[data-v-d4b6afb5] {
    margin-left: 41.6666666667%;
}
.offset-lg-6[data-v-d4b6afb5] {
    margin-left: 50%;
}
.offset-lg-7[data-v-d4b6afb5] {
    margin-left: 58.3333333333%;
}
.offset-lg-8[data-v-d4b6afb5] {
    margin-left: 66.6666666667%;
}
.offset-lg-9[data-v-d4b6afb5] {
    margin-left: 75%;
}
.offset-lg-10[data-v-d4b6afb5] {
    margin-left: 83.3333333333%;
}
.offset-lg-11[data-v-d4b6afb5] {
    margin-left: 91.6666666667%;
}
}
@media (min-width: 1200px) {
.offset-xl-0[data-v-d4b6afb5] {
    margin-left: 0;
}
.offset-xl-1[data-v-d4b6afb5] {
    margin-left: 8.3333333333%;
}
.offset-xl-2[data-v-d4b6afb5] {
    margin-left: 16.6666666667%;
}
.offset-xl-3[data-v-d4b6afb5] {
    margin-left: 25%;
}
.offset-xl-4[data-v-d4b6afb5] {
    margin-left: 33.3333333333%;
}
.offset-xl-5[data-v-d4b6afb5] {
    margin-left: 41.6666666667%;
}
.offset-xl-6[data-v-d4b6afb5] {
    margin-left: 50%;
}
.offset-xl-7[data-v-d4b6afb5] {
    margin-left: 58.3333333333%;
}
.offset-xl-8[data-v-d4b6afb5] {
    margin-left: 66.6666666667%;
}
.offset-xl-9[data-v-d4b6afb5] {
    margin-left: 75%;
}
.offset-xl-10[data-v-d4b6afb5] {
    margin-left: 83.3333333333%;
}
.offset-xl-11[data-v-d4b6afb5] {
    margin-left: 91.6666666667%;
}
}
@media (min-width: 1400px) {
.offset-xxl-0[data-v-d4b6afb5] {
    margin-left: 0;
}
.offset-xxl-1[data-v-d4b6afb5] {
    margin-left: 8.3333333333%;
}
.offset-xxl-2[data-v-d4b6afb5] {
    margin-left: 16.6666666667%;
}
.offset-xxl-3[data-v-d4b6afb5] {
    margin-left: 25%;
}
.offset-xxl-4[data-v-d4b6afb5] {
    margin-left: 33.3333333333%;
}
.offset-xxl-5[data-v-d4b6afb5] {
    margin-left: 41.6666666667%;
}
.offset-xxl-6[data-v-d4b6afb5] {
    margin-left: 50%;
}
.offset-xxl-7[data-v-d4b6afb5] {
    margin-left: 58.3333333333%;
}
.offset-xxl-8[data-v-d4b6afb5] {
    margin-left: 66.6666666667%;
}
.offset-xxl-9[data-v-d4b6afb5] {
    margin-left: 75%;
}
.offset-xxl-10[data-v-d4b6afb5] {
    margin-left: 83.3333333333%;
}
.offset-xxl-11[data-v-d4b6afb5] {
    margin-left: 91.6666666667%;
}
}
html[data-v-d4b6afb5] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-d4b6afb5] {
  font-size: 1.6rem;
}
p[data-v-d4b6afb5] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-d4b6afb5] {
  color: #004D99;
}
a[data-v-d4b6afb5]:hover, a.link-hover[data-v-d4b6afb5] {
  color: #000040;
}
a[data-v-d4b6afb5]:hover:disabled,
a:hover .disabled[data-v-d4b6afb5], a.link-hover[data-v-d4b6afb5]:disabled,
a.link-hover .disabled[data-v-d4b6afb5] {
  background-color: transparent !important;
}
a[data-v-d4b6afb5]:focus, a.link-focus[data-v-d4b6afb5] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-d4b6afb5]:visited, a.link-visited[data-v-d4b6afb5] {
  color: #800080;
}
a[data-v-d4b6afb5]:disabled, a.disabled[data-v-d4b6afb5] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-d4b6afb5]:disabled:focus, a.disabled[data-v-d4b6afb5]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-d4b6afb5]:not(.button) {
  color: white;
}
.background-dark a[data-v-d4b6afb5]:disabled, .background-dark a.disabled[data-v-d4b6afb5] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-d4b6afb5]:disabled:focus, .background-dark a.disabled[data-v-d4b6afb5]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-d4b6afb5] {
  font-weight: 600;
}
a[data-v-d4b6afb5]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-d4b6afb5], .h1[data-v-d4b6afb5] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-d4b6afb5], .h1[data-v-d4b6afb5] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-d4b6afb5], .h1[data-v-d4b6afb5] {
    font-size: 3.9rem;
}
}
h1[data-v-d4b6afb5], .h1[data-v-d4b6afb5] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-d4b6afb5], .h1[data-v-d4b6afb5] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-d4b6afb5], .h1[data-v-d4b6afb5] {
    line-height: 4.8rem;
}
}
h1[data-v-d4b6afb5], .h1[data-v-d4b6afb5] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-d4b6afb5], .h1[data-v-d4b6afb5] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-d4b6afb5], .h1[data-v-d4b6afb5] {
    letter-spacing: normal;
}
}
h1[data-v-d4b6afb5], .h1[data-v-d4b6afb5] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-d4b6afb5], .h2[data-v-d4b6afb5] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-d4b6afb5], .h2[data-v-d4b6afb5] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-d4b6afb5], .h2[data-v-d4b6afb5] {
    font-size: 3.1rem;
}
}
h2[data-v-d4b6afb5], .h2[data-v-d4b6afb5] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-d4b6afb5], .h2[data-v-d4b6afb5] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-d4b6afb5], .h2[data-v-d4b6afb5] {
    line-height: 4rem;
}
}
h2[data-v-d4b6afb5], .h2[data-v-d4b6afb5] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-d4b6afb5], .h2[data-v-d4b6afb5] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-d4b6afb5], .h2[data-v-d4b6afb5] {
    letter-spacing: normal;
}
}
h2[data-v-d4b6afb5], .h2[data-v-d4b6afb5] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-d4b6afb5], .h3[data-v-d4b6afb5] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-d4b6afb5], .h3[data-v-d4b6afb5] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-d4b6afb5], .h3[data-v-d4b6afb5] {
    font-size: 2.5rem;
}
}
h3[data-v-d4b6afb5], .h3[data-v-d4b6afb5] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-d4b6afb5], .h3[data-v-d4b6afb5] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-d4b6afb5], .h3[data-v-d4b6afb5] {
    line-height: 3.2rem;
}
}
h3[data-v-d4b6afb5], .h3[data-v-d4b6afb5] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-d4b6afb5], .h3[data-v-d4b6afb5] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-d4b6afb5], .h3[data-v-d4b6afb5] {
    letter-spacing: normal;
}
}
h3[data-v-d4b6afb5], .h3[data-v-d4b6afb5] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-d4b6afb5], .h4[data-v-d4b6afb5] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-d4b6afb5], .h4[data-v-d4b6afb5] {
    font-size: 2rem;
}
}
h4[data-v-d4b6afb5], .h4[data-v-d4b6afb5] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-d4b6afb5], .h4[data-v-d4b6afb5] {
    line-height: 2.8rem;
}
}
h4[data-v-d4b6afb5], .h4[data-v-d4b6afb5] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-d4b6afb5], .h4[data-v-d4b6afb5] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-d4b6afb5], .h4[data-v-d4b6afb5] {
    letter-spacing: normal;
}
}
h4[data-v-d4b6afb5], .h4[data-v-d4b6afb5] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-d4b6afb5], .h5[data-v-d4b6afb5] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-d4b6afb5], .h5[data-v-d4b6afb5] {
    font-size: 1.6rem;
}
}
h5[data-v-d4b6afb5], .h5[data-v-d4b6afb5] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-d4b6afb5], .h5[data-v-d4b6afb5] {
    line-height: 2.4rem;
}
}
h5[data-v-d4b6afb5], .h5[data-v-d4b6afb5] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-d4b6afb5], .h5[data-v-d4b6afb5] {
    letter-spacing: normal;
}
}
h5[data-v-d4b6afb5], .h5[data-v-d4b6afb5] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-d4b6afb5], .h6[data-v-d4b6afb5] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-d4b6afb5], .body-text[data-v-d4b6afb5], .body-copy-text[data-v-d4b6afb5] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-d4b6afb5], .figcaption[data-v-d4b6afb5] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-d4b6afb5], .figcaption p[data-v-d4b6afb5] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-d4b6afb5] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-d4b6afb5] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-d4b6afb5] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-d4b6afb5], .small-text[data-v-d4b6afb5] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-d4b6afb5] {
  font-weight: 400;
}
.weight-semibold[data-v-d4b6afb5] {
  font-weight: 600;
}
.facit[data-v-d4b6afb5] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-d4b6afb5], b[data-v-d4b6afb5], .bold[data-v-d4b6afb5] {
  font-weight: 700;
}
.italic[data-v-d4b6afb5], em[data-v-d4b6afb5] {
  font-style: italic;
}
.form-label[data-v-d4b6afb5] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-d4b6afb5]:focus, .h1[data-v-d4b6afb5]:focus,
h2[data-v-d4b6afb5]:focus, .h2[data-v-d4b6afb5]:focus,
h3[data-v-d4b6afb5]:focus, .h3[data-v-d4b6afb5]:focus,
h4[data-v-d4b6afb5]:focus, .h4[data-v-d4b6afb5]:focus,
h5[data-v-d4b6afb5]:focus, .h5[data-v-d4b6afb5]:focus,
h6[data-v-d4b6afb5]:focus, .h6[data-v-d4b6afb5]:focus {
  outline: none;
}
h1[data-v-d4b6afb5], .h1[data-v-d4b6afb5] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-d4b6afb5], .h2[data-v-d4b6afb5] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-d4b6afb5], .h2[data-v-d4b6afb5] {
    margin-top: 4rem;
}
}
h3[data-v-d4b6afb5], .h3[data-v-d4b6afb5] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-d4b6afb5], .h3[data-v-d4b6afb5] {
    margin-top: 4rem;
}
}
h4[data-v-d4b6afb5], .h4[data-v-d4b6afb5] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-d4b6afb5], .h5[data-v-d4b6afb5] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-d4b6afb5], .h6[data-v-d4b6afb5] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-d4b6afb5] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-d4b6afb5], .body-text[data-v-d4b6afb5] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-d4b6afb5], h5 + ul[data-v-d4b6afb5], h5 + ol[data-v-d4b6afb5], .h5 + p[data-v-d4b6afb5], .h5 + ul[data-v-d4b6afb5], .h5 + ol[data-v-d4b6afb5], h6 + p[data-v-d4b6afb5], h6 + ul[data-v-d4b6afb5], h6 + ol[data-v-d4b6afb5], .h6 + p[data-v-d4b6afb5], .h6 + ul[data-v-d4b6afb5], .h6 + ol[data-v-d4b6afb5] {
  margin-top: 0;
}
button.function-link[data-v-d4b6afb5], button.accordion-bulk-button[data-v-d4b6afb5] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-d4b6afb5], button.accordion-bulk-button[data-v-d4b6afb5] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-d4b6afb5]:hover, button.accordion-bulk-button[data-v-d4b6afb5]:hover, .function-link[data-v-d4b6afb5]:visited, button.accordion-bulk-button[data-v-d4b6afb5]:visited, .function-link[data-v-d4b6afb5]:focus, button.accordion-bulk-button[data-v-d4b6afb5]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-d4b6afb5], button.accordion-bulk-button .icon-svg[data-v-d4b6afb5] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-d4b6afb5], button.link-right.accordion-bulk-button[data-v-d4b6afb5] {
  text-align: right;
}
.back-link[data-v-d4b6afb5] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-d4b6afb5] {
    margin-bottom: 32px;
}
}
.back-link[data-v-d4b6afb5] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-d4b6afb5]::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[data-v-d4b6afb5]:active, .back-link[data-v-d4b6afb5]:focus, .back-link[data-v-d4b6afb5]:hover, .back-link[data-v-d4b6afb5]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-d4b6afb5] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-d4b6afb5] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-d4b6afb5], h1 a[data-v-d4b6afb5]:hover, h1 a[data-v-d4b6afb5]:visited, h1 a[data-v-d4b6afb5]:focus, .h1 a[data-v-d4b6afb5], .h1 a[data-v-d4b6afb5]:hover, .h1 a[data-v-d4b6afb5]:visited, .h1 a[data-v-d4b6afb5]:focus,
h2 a[data-v-d4b6afb5],
h2 a[data-v-d4b6afb5]:hover,
h2 a[data-v-d4b6afb5]:visited,
h2 a[data-v-d4b6afb5]:focus, .h2 a[data-v-d4b6afb5], .h2 a[data-v-d4b6afb5]:hover, .h2 a[data-v-d4b6afb5]:visited, .h2 a[data-v-d4b6afb5]:focus,
h3 a[data-v-d4b6afb5],
h3 a[data-v-d4b6afb5]:hover,
h3 a[data-v-d4b6afb5]:visited,
h3 a[data-v-d4b6afb5]:focus, .h3 a[data-v-d4b6afb5], .h3 a[data-v-d4b6afb5]:hover, .h3 a[data-v-d4b6afb5]:visited, .h3 a[data-v-d4b6afb5]:focus,
h4 a[data-v-d4b6afb5],
h4 a[data-v-d4b6afb5]:hover,
h4 a[data-v-d4b6afb5]:visited,
h4 a[data-v-d4b6afb5]:focus, .h4 a[data-v-d4b6afb5], .h4 a[data-v-d4b6afb5]:hover, .h4 a[data-v-d4b6afb5]:visited, .h4 a[data-v-d4b6afb5]:focus,
h5 a[data-v-d4b6afb5],
h5 a[data-v-d4b6afb5]:hover,
h5 a[data-v-d4b6afb5]:visited,
h5 a[data-v-d4b6afb5]:focus, .h5 a[data-v-d4b6afb5], .h5 a[data-v-d4b6afb5]:hover, .h5 a[data-v-d4b6afb5]:visited, .h5 a[data-v-d4b6afb5]:focus,
h6 a[data-v-d4b6afb5],
h6 a[data-v-d4b6afb5]:hover,
h6 a[data-v-d4b6afb5]:visited,
h6 a[data-v-d4b6afb5]:focus, .h6 a[data-v-d4b6afb5], .h6 a[data-v-d4b6afb5]:hover, .h6 a[data-v-d4b6afb5]:visited, .h6 a[data-v-d4b6afb5]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-d4b6afb5], .h1 a.search-link[data-v-d4b6afb5],
h2 a.search-link[data-v-d4b6afb5], .h2 a.search-link[data-v-d4b6afb5],
h3 a.search-link[data-v-d4b6afb5], .h3 a.search-link[data-v-d4b6afb5],
h4 a.search-link[data-v-d4b6afb5], .h4 a.search-link[data-v-d4b6afb5],
h5 a.search-link[data-v-d4b6afb5], .h5 a.search-link[data-v-d4b6afb5],
h6 a.search-link[data-v-d4b6afb5], .h6 a.search-link[data-v-d4b6afb5] {
  text-decoration: none;
}
h1 a.search-link[data-v-d4b6afb5]:visited, .h1 a.search-link[data-v-d4b6afb5]:visited,
h2 a.search-link[data-v-d4b6afb5]:visited, .h2 a.search-link[data-v-d4b6afb5]:visited,
h3 a.search-link[data-v-d4b6afb5]:visited, .h3 a.search-link[data-v-d4b6afb5]:visited,
h4 a.search-link[data-v-d4b6afb5]:visited, .h4 a.search-link[data-v-d4b6afb5]:visited,
h5 a.search-link[data-v-d4b6afb5]:visited, .h5 a.search-link[data-v-d4b6afb5]:visited,
h6 a.search-link[data-v-d4b6afb5]:visited, .h6 a.search-link[data-v-d4b6afb5]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-d4b6afb5]:focus, .h1 a.search-link[data-v-d4b6afb5]:focus,
h2 a.search-link[data-v-d4b6afb5]:focus, .h2 a.search-link[data-v-d4b6afb5]:focus,
h3 a.search-link[data-v-d4b6afb5]:focus, .h3 a.search-link[data-v-d4b6afb5]:focus,
h4 a.search-link[data-v-d4b6afb5]:focus, .h4 a.search-link[data-v-d4b6afb5]:focus,
h5 a.search-link[data-v-d4b6afb5]:focus, .h5 a.search-link[data-v-d4b6afb5]:focus,
h6 a.search-link[data-v-d4b6afb5]:focus, .h6 a.search-link[data-v-d4b6afb5]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-d4b6afb5]:hover, .h1 a.search-link[data-v-d4b6afb5]:hover,
h2 a.search-link[data-v-d4b6afb5]:hover, .h2 a.search-link[data-v-d4b6afb5]:hover,
h3 a.search-link[data-v-d4b6afb5]:hover, .h3 a.search-link[data-v-d4b6afb5]:hover,
h4 a.search-link[data-v-d4b6afb5]:hover, .h4 a.search-link[data-v-d4b6afb5]:hover,
h5 a.search-link[data-v-d4b6afb5]:hover, .h5 a.search-link[data-v-d4b6afb5]:hover,
h6 a.search-link[data-v-d4b6afb5]:hover, .h6 a.search-link[data-v-d4b6afb5]:hover {
  text-decoration: underline;
}
cite[data-v-d4b6afb5],
var[data-v-d4b6afb5],
address[data-v-d4b6afb5],
dfn[data-v-d4b6afb5] {
  font-style: normal;
}
h1[data-v-d4b6afb5], .h1[data-v-d4b6afb5],
h2[data-v-d4b6afb5], .h2[data-v-d4b6afb5],
h3[data-v-d4b6afb5], .h3[data-v-d4b6afb5],
h4[data-v-d4b6afb5], .h4[data-v-d4b6afb5],
h5[data-v-d4b6afb5], .h5[data-v-d4b6afb5],
h6[data-v-d4b6afb5], .h6[data-v-d4b6afb5] {
  max-width: 66ch;
}
p[data-v-d4b6afb5],
ul[data-v-d4b6afb5]:not(.accordion):not(.tabnav):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-d4b6afb5]:not(.accordion):not(.tabnav):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-d4b6afb5] {
  max-width: 66ch;
}
.form-label[data-v-d4b6afb5], .form-hint[data-v-d4b6afb5], .form-error-message[data-v-d4b6afb5] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-d4b6afb5], .form-radio + label[data-v-d4b6afb5] {
  max-width: 66ch;
}
.displayheading-1[data-v-d4b6afb5] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-d4b6afb5] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-d4b6afb5] {
  color: #358000;
}
.text-negative[data-v-d4b6afb5] {
  color: #CC0000;
}
.color-text-black[data-v-d4b6afb5] {
  color: #1a1a1a;
}
.background-dark[data-v-d4b6afb5] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-d4b6afb5], .background-dark span[data-v-d4b6afb5] {
  color: white;
}
.field-group-title[data-v-d4b6afb5] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-d4b6afb5] {
  border: 2px solid #1a1a1a;
}
h1[data-v-d4b6afb5], h2[data-v-d4b6afb5], h3[data-v-d4b6afb5], h4[data-v-d4b6afb5], h5[data-v-d4b6afb5], h6[data-v-d4b6afb5], p[data-v-d4b6afb5], legend[data-v-d4b6afb5], strong[data-v-d4b6afb5], b[data-v-d4b6afb5], cite[data-v-d4b6afb5], var[data-v-d4b6afb5], address[data-v-d4b6afb5], dfn[data-v-d4b6afb5] {
  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[data-v-d4b6afb5] {
  text-transform: uppercase;
}
.lowercase[data-v-d4b6afb5] {
  text-transform: lowercase;
}
.bg-normal[data-v-d4b6afb5] {
  background: white !important;
  background-color: white !important;
}
.bg-alternative[data-v-d4b6afb5] {
  background: #F5F5F5 !important;
  background-color: #F5F5F5 !important;
}
.bg-modal[data-v-d4b6afb5] {
  background: rgba(0, 0, 0, 0.4) !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.w-percent-5[data-v-d4b6afb5] {
  width: 5% !important;
}
.w-percent-10[data-v-d4b6afb5] {
  width: 10% !important;
}
.w-percent-15[data-v-d4b6afb5] {
  width: 15% !important;
}
.w-percent-20[data-v-d4b6afb5] {
  width: 20% !important;
}
.w-percent-25[data-v-d4b6afb5] {
  width: 25% !important;
}
.w-percent-30[data-v-d4b6afb5] {
  width: 30% !important;
}
.w-percent-35[data-v-d4b6afb5] {
  width: 35% !important;
}
.w-percent-40[data-v-d4b6afb5] {
  width: 40% !important;
}
.w-percent-45[data-v-d4b6afb5] {
  width: 45% !important;
}
.w-percent-50[data-v-d4b6afb5] {
  width: 50% !important;
}
.w-percent-55[data-v-d4b6afb5] {
  width: 55% !important;
}
.w-percent-60[data-v-d4b6afb5] {
  width: 60% !important;
}
.w-percent-65[data-v-d4b6afb5] {
  width: 65% !important;
}
.w-percent-70[data-v-d4b6afb5] {
  width: 70% !important;
}
.w-percent-75[data-v-d4b6afb5] {
  width: 75% !important;
}
.w-percent-80[data-v-d4b6afb5] {
  width: 80% !important;
}
.w-percent-85[data-v-d4b6afb5] {
  width: 85% !important;
}
.w-percent-90[data-v-d4b6afb5] {
  width: 90% !important;
}
.w-percent-95[data-v-d4b6afb5] {
  width: 95% !important;
}
.w-percent-100[data-v-d4b6afb5] {
  width: 100% !important;
}
@media (min-width: 576px) {
.w-percent-sm-5[data-v-d4b6afb5] {
    width: 5% !important;
}
.w-percent-sm-10[data-v-d4b6afb5] {
    width: 10% !important;
}
.w-percent-sm-15[data-v-d4b6afb5] {
    width: 15% !important;
}
.w-percent-sm-20[data-v-d4b6afb5] {
    width: 20% !important;
}
.w-percent-sm-25[data-v-d4b6afb5] {
    width: 25% !important;
}
.w-percent-sm-30[data-v-d4b6afb5] {
    width: 30% !important;
}
.w-percent-sm-35[data-v-d4b6afb5] {
    width: 35% !important;
}
.w-percent-sm-40[data-v-d4b6afb5] {
    width: 40% !important;
}
.w-percent-sm-45[data-v-d4b6afb5] {
    width: 45% !important;
}
.w-percent-sm-50[data-v-d4b6afb5] {
    width: 50% !important;
}
.w-percent-sm-55[data-v-d4b6afb5] {
    width: 55% !important;
}
.w-percent-sm-60[data-v-d4b6afb5] {
    width: 60% !important;
}
.w-percent-sm-65[data-v-d4b6afb5] {
    width: 65% !important;
}
.w-percent-sm-70[data-v-d4b6afb5] {
    width: 70% !important;
}
.w-percent-sm-75[data-v-d4b6afb5] {
    width: 75% !important;
}
.w-percent-sm-80[data-v-d4b6afb5] {
    width: 80% !important;
}
.w-percent-sm-85[data-v-d4b6afb5] {
    width: 85% !important;
}
.w-percent-sm-90[data-v-d4b6afb5] {
    width: 90% !important;
}
.w-percent-sm-95[data-v-d4b6afb5] {
    width: 95% !important;
}
.w-percent-sm-100[data-v-d4b6afb5] {
    width: 100% !important;
}
}
@media (min-width: 768px) {
.w-percent-md-5[data-v-d4b6afb5] {
    width: 5% !important;
}
.w-percent-md-10[data-v-d4b6afb5] {
    width: 10% !important;
}
.w-percent-md-15[data-v-d4b6afb5] {
    width: 15% !important;
}
.w-percent-md-20[data-v-d4b6afb5] {
    width: 20% !important;
}
.w-percent-md-25[data-v-d4b6afb5] {
    width: 25% !important;
}
.w-percent-md-30[data-v-d4b6afb5] {
    width: 30% !important;
}
.w-percent-md-35[data-v-d4b6afb5] {
    width: 35% !important;
}
.w-percent-md-40[data-v-d4b6afb5] {
    width: 40% !important;
}
.w-percent-md-45[data-v-d4b6afb5] {
    width: 45% !important;
}
.w-percent-md-50[data-v-d4b6afb5] {
    width: 50% !important;
}
.w-percent-md-55[data-v-d4b6afb5] {
    width: 55% !important;
}
.w-percent-md-60[data-v-d4b6afb5] {
    width: 60% !important;
}
.w-percent-md-65[data-v-d4b6afb5] {
    width: 65% !important;
}
.w-percent-md-70[data-v-d4b6afb5] {
    width: 70% !important;
}
.w-percent-md-75[data-v-d4b6afb5] {
    width: 75% !important;
}
.w-percent-md-80[data-v-d4b6afb5] {
    width: 80% !important;
}
.w-percent-md-85[data-v-d4b6afb5] {
    width: 85% !important;
}
.w-percent-md-90[data-v-d4b6afb5] {
    width: 90% !important;
}
.w-percent-md-95[data-v-d4b6afb5] {
    width: 95% !important;
}
.w-percent-md-100[data-v-d4b6afb5] {
    width: 100% !important;
}
}
@media (min-width: 992px) {
.w-percent-lg-5[data-v-d4b6afb5] {
    width: 5% !important;
}
.w-percent-lg-10[data-v-d4b6afb5] {
    width: 10% !important;
}
.w-percent-lg-15[data-v-d4b6afb5] {
    width: 15% !important;
}
.w-percent-lg-20[data-v-d4b6afb5] {
    width: 20% !important;
}
.w-percent-lg-25[data-v-d4b6afb5] {
    width: 25% !important;
}
.w-percent-lg-30[data-v-d4b6afb5] {
    width: 30% !important;
}
.w-percent-lg-35[data-v-d4b6afb5] {
    width: 35% !important;
}
.w-percent-lg-40[data-v-d4b6afb5] {
    width: 40% !important;
}
.w-percent-lg-45[data-v-d4b6afb5] {
    width: 45% !important;
}
.w-percent-lg-50[data-v-d4b6afb5] {
    width: 50% !important;
}
.w-percent-lg-55[data-v-d4b6afb5] {
    width: 55% !important;
}
.w-percent-lg-60[data-v-d4b6afb5] {
    width: 60% !important;
}
.w-percent-lg-65[data-v-d4b6afb5] {
    width: 65% !important;
}
.w-percent-lg-70[data-v-d4b6afb5] {
    width: 70% !important;
}
.w-percent-lg-75[data-v-d4b6afb5] {
    width: 75% !important;
}
.w-percent-lg-80[data-v-d4b6afb5] {
    width: 80% !important;
}
.w-percent-lg-85[data-v-d4b6afb5] {
    width: 85% !important;
}
.w-percent-lg-90[data-v-d4b6afb5] {
    width: 90% !important;
}
.w-percent-lg-95[data-v-d4b6afb5] {
    width: 95% !important;
}
.w-percent-lg-100[data-v-d4b6afb5] {
    width: 100% !important;
}
}
@media (min-width: 1200px) {
.w-percent-xl-5[data-v-d4b6afb5] {
    width: 5% !important;
}
.w-percent-xl-10[data-v-d4b6afb5] {
    width: 10% !important;
}
.w-percent-xl-15[data-v-d4b6afb5] {
    width: 15% !important;
}
.w-percent-xl-20[data-v-d4b6afb5] {
    width: 20% !important;
}
.w-percent-xl-25[data-v-d4b6afb5] {
    width: 25% !important;
}
.w-percent-xl-30[data-v-d4b6afb5] {
    width: 30% !important;
}
.w-percent-xl-35[data-v-d4b6afb5] {
    width: 35% !important;
}
.w-percent-xl-40[data-v-d4b6afb5] {
    width: 40% !important;
}
.w-percent-xl-45[data-v-d4b6afb5] {
    width: 45% !important;
}
.w-percent-xl-50[data-v-d4b6afb5] {
    width: 50% !important;
}
.w-percent-xl-55[data-v-d4b6afb5] {
    width: 55% !important;
}
.w-percent-xl-60[data-v-d4b6afb5] {
    width: 60% !important;
}
.w-percent-xl-65[data-v-d4b6afb5] {
    width: 65% !important;
}
.w-percent-xl-70[data-v-d4b6afb5] {
    width: 70% !important;
}
.w-percent-xl-75[data-v-d4b6afb5] {
    width: 75% !important;
}
.w-percent-xl-80[data-v-d4b6afb5] {
    width: 80% !important;
}
.w-percent-xl-85[data-v-d4b6afb5] {
    width: 85% !important;
}
.w-percent-xl-90[data-v-d4b6afb5] {
    width: 90% !important;
}
.w-percent-xl-95[data-v-d4b6afb5] {
    width: 95% !important;
}
.w-percent-xl-100[data-v-d4b6afb5] {
    width: 100% !important;
}
}
@media (min-width: 1400px) {
.w-percent-xxl-5[data-v-d4b6afb5] {
    width: 5% !important;
}
.w-percent-xxl-10[data-v-d4b6afb5] {
    width: 10% !important;
}
.w-percent-xxl-15[data-v-d4b6afb5] {
    width: 15% !important;
}
.w-percent-xxl-20[data-v-d4b6afb5] {
    width: 20% !important;
}
.w-percent-xxl-25[data-v-d4b6afb5] {
    width: 25% !important;
}
.w-percent-xxl-30[data-v-d4b6afb5] {
    width: 30% !important;
}
.w-percent-xxl-35[data-v-d4b6afb5] {
    width: 35% !important;
}
.w-percent-xxl-40[data-v-d4b6afb5] {
    width: 40% !important;
}
.w-percent-xxl-45[data-v-d4b6afb5] {
    width: 45% !important;
}
.w-percent-xxl-50[data-v-d4b6afb5] {
    width: 50% !important;
}
.w-percent-xxl-55[data-v-d4b6afb5] {
    width: 55% !important;
}
.w-percent-xxl-60[data-v-d4b6afb5] {
    width: 60% !important;
}
.w-percent-xxl-65[data-v-d4b6afb5] {
    width: 65% !important;
}
.w-percent-xxl-70[data-v-d4b6afb5] {
    width: 70% !important;
}
.w-percent-xxl-75[data-v-d4b6afb5] {
    width: 75% !important;
}
.w-percent-xxl-80[data-v-d4b6afb5] {
    width: 80% !important;
}
.w-percent-xxl-85[data-v-d4b6afb5] {
    width: 85% !important;
}
.w-percent-xxl-90[data-v-d4b6afb5] {
    width: 90% !important;
}
.w-percent-xxl-95[data-v-d4b6afb5] {
    width: 95% !important;
}
.w-percent-xxl-100[data-v-d4b6afb5] {
    width: 100% !important;
}
}
.align-text-left[data-v-d4b6afb5] {
  text-align: left !important;
}
.align-text-right[data-v-d4b6afb5] {
  text-align: right !important;
}
.align-text-center[data-v-d4b6afb5] {
  text-align: center !important;
}
@media (min-width: 576px) {
.align-text-sm-left[data-v-d4b6afb5] {
    text-align: left !important;
}
.align-text-sm-right[data-v-d4b6afb5] {
    text-align: right !important;
}
.align-text-sm-center[data-v-d4b6afb5] {
    text-align: center !important;
}
}
@media (min-width: 768px) {
.align-text-md-left[data-v-d4b6afb5] {
    text-align: left !important;
}
.align-text-md-right[data-v-d4b6afb5] {
    text-align: right !important;
}
.align-text-md-center[data-v-d4b6afb5] {
    text-align: center !important;
}
}
@media (min-width: 992px) {
.align-text-lg-left[data-v-d4b6afb5] {
    text-align: left !important;
}
.align-text-lg-right[data-v-d4b6afb5] {
    text-align: right !important;
}
.align-text-lg-center[data-v-d4b6afb5] {
    text-align: center !important;
}
}
@media (min-width: 1200px) {
.align-text-xl-left[data-v-d4b6afb5] {
    text-align: left !important;
}
.align-text-xl-right[data-v-d4b6afb5] {
    text-align: right !important;
}
.align-text-xl-center[data-v-d4b6afb5] {
    text-align: center !important;
}
}
@media (min-width: 1400px) {
.align-text-xxl-left[data-v-d4b6afb5] {
    text-align: left !important;
}
.align-text-xxl-right[data-v-d4b6afb5] {
    text-align: right !important;
}
.align-text-xxl-center[data-v-d4b6afb5] {
    text-align: center !important;
}
}
.flex-row[data-v-d4b6afb5] {
  flex-direction: row !important;
}
.flex-column[data-v-d4b6afb5] {
  flex-direction: column !important;
}
.flex-row-reverse[data-v-d4b6afb5] {
  flex-direction: row-reverse !important;
}
.flex-column-reverse[data-v-d4b6afb5] {
  flex-direction: column-reverse !important;
}
.flex-wrap[data-v-d4b6afb5] {
  flex-wrap: wrap !important;
}
.flex-nowrap[data-v-d4b6afb5] {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse[data-v-d4b6afb5] {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start[data-v-d4b6afb5] {
  justify-content: flex-start !important;
}
.justify-content-end[data-v-d4b6afb5] {
  justify-content: flex-end !important;
}
.justify-content-center[data-v-d4b6afb5] {
  justify-content: center !important;
}
.justify-content-between[data-v-d4b6afb5] {
  justify-content: space-between !important;
}
.justify-content-around[data-v-d4b6afb5] {
  justify-content: space-around !important;
}
.align-items-start[data-v-d4b6afb5] {
  align-items: flex-start !important;
}
.align-items-end[data-v-d4b6afb5] {
  align-items: flex-end !important;
}
.align-items-center[data-v-d4b6afb5] {
  align-items: center !important;
}
.align-items-baseline[data-v-d4b6afb5] {
  align-items: baseline !important;
}
.align-items-stretch[data-v-d4b6afb5] {
  align-items: stretch !important;
}
.align-content-start[data-v-d4b6afb5] {
  align-content: flex-start !important;
}
.align-content-end[data-v-d4b6afb5] {
  align-content: flex-end !important;
}
.align-content-center[data-v-d4b6afb5] {
  align-content: center !important;
}
.align-content-between[data-v-d4b6afb5] {
  align-content: space-between !important;
}
.align-content-around[data-v-d4b6afb5] {
  align-content: space-around !important;
}
.align-content-stretch[data-v-d4b6afb5] {
  align-content: stretch !important;
}
.align-self-auto[data-v-d4b6afb5] {
  align-self: auto !important;
}
.align-self-start[data-v-d4b6afb5] {
  align-self: flex-start !important;
}
.align-self-end[data-v-d4b6afb5] {
  align-self: flex-end !important;
}
.align-self-center[data-v-d4b6afb5] {
  align-self: center !important;
}
.align-self-baseline[data-v-d4b6afb5] {
  align-self: baseline !important;
}
.align-self-stretch[data-v-d4b6afb5] {
  align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row[data-v-d4b6afb5] {
    flex-direction: row !important;
}
.flex-sm-column[data-v-d4b6afb5] {
    flex-direction: column !important;
}
.flex-sm-row-reverse[data-v-d4b6afb5] {
    flex-direction: row-reverse !important;
}
.flex-sm-column-reverse[data-v-d4b6afb5] {
    flex-direction: column-reverse !important;
}
.flex-sm-wrap[data-v-d4b6afb5] {
    flex-wrap: wrap !important;
}
.flex-sm-nowrap[data-v-d4b6afb5] {
    flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse[data-v-d4b6afb5] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-sm-start[data-v-d4b6afb5] {
    justify-content: flex-start !important;
}
.justify-content-sm-end[data-v-d4b6afb5] {
    justify-content: flex-end !important;
}
.justify-content-sm-center[data-v-d4b6afb5] {
    justify-content: center !important;
}
.justify-content-sm-between[data-v-d4b6afb5] {
    justify-content: space-between !important;
}
.justify-content-sm-around[data-v-d4b6afb5] {
    justify-content: space-around !important;
}
.align-items-sm-start[data-v-d4b6afb5] {
    align-items: flex-start !important;
}
.align-items-sm-end[data-v-d4b6afb5] {
    align-items: flex-end !important;
}
.align-items-sm-center[data-v-d4b6afb5] {
    align-items: center !important;
}
.align-items-sm-baseline[data-v-d4b6afb5] {
    align-items: baseline !important;
}
.align-items-sm-stretch[data-v-d4b6afb5] {
    align-items: stretch !important;
}
.align-content-sm-start[data-v-d4b6afb5] {
    align-content: flex-start !important;
}
.align-content-sm-end[data-v-d4b6afb5] {
    align-content: flex-end !important;
}
.align-content-sm-center[data-v-d4b6afb5] {
    align-content: center !important;
}
.align-content-sm-between[data-v-d4b6afb5] {
    align-content: space-between !important;
}
.align-content-sm-around[data-v-d4b6afb5] {
    align-content: space-around !important;
}
.align-content-sm-stretch[data-v-d4b6afb5] {
    align-content: stretch !important;
}
.align-self-sm-auto[data-v-d4b6afb5] {
    align-self: auto !important;
}
.align-self-sm-start[data-v-d4b6afb5] {
    align-self: flex-start !important;
}
.align-self-sm-end[data-v-d4b6afb5] {
    align-self: flex-end !important;
}
.align-self-sm-center[data-v-d4b6afb5] {
    align-self: center !important;
}
.align-self-sm-baseline[data-v-d4b6afb5] {
    align-self: baseline !important;
}
.align-self-sm-stretch[data-v-d4b6afb5] {
    align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row[data-v-d4b6afb5] {
    flex-direction: row !important;
}
.flex-md-column[data-v-d4b6afb5] {
    flex-direction: column !important;
}
.flex-md-row-reverse[data-v-d4b6afb5] {
    flex-direction: row-reverse !important;
}
.flex-md-column-reverse[data-v-d4b6afb5] {
    flex-direction: column-reverse !important;
}
.flex-md-wrap[data-v-d4b6afb5] {
    flex-wrap: wrap !important;
}
.flex-md-nowrap[data-v-d4b6afb5] {
    flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse[data-v-d4b6afb5] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-md-start[data-v-d4b6afb5] {
    justify-content: flex-start !important;
}
.justify-content-md-end[data-v-d4b6afb5] {
    justify-content: flex-end !important;
}
.justify-content-md-center[data-v-d4b6afb5] {
    justify-content: center !important;
}
.justify-content-md-between[data-v-d4b6afb5] {
    justify-content: space-between !important;
}
.justify-content-md-around[data-v-d4b6afb5] {
    justify-content: space-around !important;
}
.align-items-md-start[data-v-d4b6afb5] {
    align-items: flex-start !important;
}
.align-items-md-end[data-v-d4b6afb5] {
    align-items: flex-end !important;
}
.align-items-md-center[data-v-d4b6afb5] {
    align-items: center !important;
}
.align-items-md-baseline[data-v-d4b6afb5] {
    align-items: baseline !important;
}
.align-items-md-stretch[data-v-d4b6afb5] {
    align-items: stretch !important;
}
.align-content-md-start[data-v-d4b6afb5] {
    align-content: flex-start !important;
}
.align-content-md-end[data-v-d4b6afb5] {
    align-content: flex-end !important;
}
.align-content-md-center[data-v-d4b6afb5] {
    align-content: center !important;
}
.align-content-md-between[data-v-d4b6afb5] {
    align-content: space-between !important;
}
.align-content-md-around[data-v-d4b6afb5] {
    align-content: space-around !important;
}
.align-content-md-stretch[data-v-d4b6afb5] {
    align-content: stretch !important;
}
.align-self-md-auto[data-v-d4b6afb5] {
    align-self: auto !important;
}
.align-self-md-start[data-v-d4b6afb5] {
    align-self: flex-start !important;
}
.align-self-md-end[data-v-d4b6afb5] {
    align-self: flex-end !important;
}
.align-self-md-center[data-v-d4b6afb5] {
    align-self: center !important;
}
.align-self-md-baseline[data-v-d4b6afb5] {
    align-self: baseline !important;
}
.align-self-md-stretch[data-v-d4b6afb5] {
    align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row[data-v-d4b6afb5] {
    flex-direction: row !important;
}
.flex-lg-column[data-v-d4b6afb5] {
    flex-direction: column !important;
}
.flex-lg-row-reverse[data-v-d4b6afb5] {
    flex-direction: row-reverse !important;
}
.flex-lg-column-reverse[data-v-d4b6afb5] {
    flex-direction: column-reverse !important;
}
.flex-lg-wrap[data-v-d4b6afb5] {
    flex-wrap: wrap !important;
}
.flex-lg-nowrap[data-v-d4b6afb5] {
    flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse[data-v-d4b6afb5] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-lg-start[data-v-d4b6afb5] {
    justify-content: flex-start !important;
}
.justify-content-lg-end[data-v-d4b6afb5] {
    justify-content: flex-end !important;
}
.justify-content-lg-center[data-v-d4b6afb5] {
    justify-content: center !important;
}
.justify-content-lg-between[data-v-d4b6afb5] {
    justify-content: space-between !important;
}
.justify-content-lg-around[data-v-d4b6afb5] {
    justify-content: space-around !important;
}
.align-items-lg-start[data-v-d4b6afb5] {
    align-items: flex-start !important;
}
.align-items-lg-end[data-v-d4b6afb5] {
    align-items: flex-end !important;
}
.align-items-lg-center[data-v-d4b6afb5] {
    align-items: center !important;
}
.align-items-lg-baseline[data-v-d4b6afb5] {
    align-items: baseline !important;
}
.align-items-lg-stretch[data-v-d4b6afb5] {
    align-items: stretch !important;
}
.align-content-lg-start[data-v-d4b6afb5] {
    align-content: flex-start !important;
}
.align-content-lg-end[data-v-d4b6afb5] {
    align-content: flex-end !important;
}
.align-content-lg-center[data-v-d4b6afb5] {
    align-content: center !important;
}
.align-content-lg-between[data-v-d4b6afb5] {
    align-content: space-between !important;
}
.align-content-lg-around[data-v-d4b6afb5] {
    align-content: space-around !important;
}
.align-content-lg-stretch[data-v-d4b6afb5] {
    align-content: stretch !important;
}
.align-self-lg-auto[data-v-d4b6afb5] {
    align-self: auto !important;
}
.align-self-lg-start[data-v-d4b6afb5] {
    align-self: flex-start !important;
}
.align-self-lg-end[data-v-d4b6afb5] {
    align-self: flex-end !important;
}
.align-self-lg-center[data-v-d4b6afb5] {
    align-self: center !important;
}
.align-self-lg-baseline[data-v-d4b6afb5] {
    align-self: baseline !important;
}
.align-self-lg-stretch[data-v-d4b6afb5] {
    align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row[data-v-d4b6afb5] {
    flex-direction: row !important;
}
.flex-xl-column[data-v-d4b6afb5] {
    flex-direction: column !important;
}
.flex-xl-row-reverse[data-v-d4b6afb5] {
    flex-direction: row-reverse !important;
}
.flex-xl-column-reverse[data-v-d4b6afb5] {
    flex-direction: column-reverse !important;
}
.flex-xl-wrap[data-v-d4b6afb5] {
    flex-wrap: wrap !important;
}
.flex-xl-nowrap[data-v-d4b6afb5] {
    flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse[data-v-d4b6afb5] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-xl-start[data-v-d4b6afb5] {
    justify-content: flex-start !important;
}
.justify-content-xl-end[data-v-d4b6afb5] {
    justify-content: flex-end !important;
}
.justify-content-xl-center[data-v-d4b6afb5] {
    justify-content: center !important;
}
.justify-content-xl-between[data-v-d4b6afb5] {
    justify-content: space-between !important;
}
.justify-content-xl-around[data-v-d4b6afb5] {
    justify-content: space-around !important;
}
.align-items-xl-start[data-v-d4b6afb5] {
    align-items: flex-start !important;
}
.align-items-xl-end[data-v-d4b6afb5] {
    align-items: flex-end !important;
}
.align-items-xl-center[data-v-d4b6afb5] {
    align-items: center !important;
}
.align-items-xl-baseline[data-v-d4b6afb5] {
    align-items: baseline !important;
}
.align-items-xl-stretch[data-v-d4b6afb5] {
    align-items: stretch !important;
}
.align-content-xl-start[data-v-d4b6afb5] {
    align-content: flex-start !important;
}
.align-content-xl-end[data-v-d4b6afb5] {
    align-content: flex-end !important;
}
.align-content-xl-center[data-v-d4b6afb5] {
    align-content: center !important;
}
.align-content-xl-between[data-v-d4b6afb5] {
    align-content: space-between !important;
}
.align-content-xl-around[data-v-d4b6afb5] {
    align-content: space-around !important;
}
.align-content-xl-stretch[data-v-d4b6afb5] {
    align-content: stretch !important;
}
.align-self-xl-auto[data-v-d4b6afb5] {
    align-self: auto !important;
}
.align-self-xl-start[data-v-d4b6afb5] {
    align-self: flex-start !important;
}
.align-self-xl-end[data-v-d4b6afb5] {
    align-self: flex-end !important;
}
.align-self-xl-center[data-v-d4b6afb5] {
    align-self: center !important;
}
.align-self-xl-baseline[data-v-d4b6afb5] {
    align-self: baseline !important;
}
.align-self-xl-stretch[data-v-d4b6afb5] {
    align-self: stretch !important;
}
}
@media (min-width: 1400px) {
.flex-xxl-row[data-v-d4b6afb5] {
    flex-direction: row !important;
}
.flex-xxl-column[data-v-d4b6afb5] {
    flex-direction: column !important;
}
.flex-xxl-row-reverse[data-v-d4b6afb5] {
    flex-direction: row-reverse !important;
}
.flex-xxl-column-reverse[data-v-d4b6afb5] {
    flex-direction: column-reverse !important;
}
.flex-xxl-wrap[data-v-d4b6afb5] {
    flex-wrap: wrap !important;
}
.flex-xxl-nowrap[data-v-d4b6afb5] {
    flex-wrap: nowrap !important;
}
.flex-xxl-wrap-reverse[data-v-d4b6afb5] {
    flex-wrap: wrap-reverse !important;
}
.justify-content-xxl-start[data-v-d4b6afb5] {
    justify-content: flex-start !important;
}
.justify-content-xxl-end[data-v-d4b6afb5] {
    justify-content: flex-end !important;
}
.justify-content-xxl-center[data-v-d4b6afb5] {
    justify-content: center !important;
}
.justify-content-xxl-between[data-v-d4b6afb5] {
    justify-content: space-between !important;
}
.justify-content-xxl-around[data-v-d4b6afb5] {
    justify-content: space-around !important;
}
.align-items-xxl-start[data-v-d4b6afb5] {
    align-items: flex-start !important;
}
.align-items-xxl-end[data-v-d4b6afb5] {
    align-items: flex-end !important;
}
.align-items-xxl-center[data-v-d4b6afb5] {
    align-items: center !important;
}
.align-items-xxl-baseline[data-v-d4b6afb5] {
    align-items: baseline !important;
}
.align-items-xxl-stretch[data-v-d4b6afb5] {
    align-items: stretch !important;
}
.align-content-xxl-start[data-v-d4b6afb5] {
    align-content: flex-start !important;
}
.align-content-xxl-end[data-v-d4b6afb5] {
    align-content: flex-end !important;
}
.align-content-xxl-center[data-v-d4b6afb5] {
    align-content: center !important;
}
.align-content-xxl-between[data-v-d4b6afb5] {
    align-content: space-between !important;
}
.align-content-xxl-around[data-v-d4b6afb5] {
    align-content: space-around !important;
}
.align-content-xxl-stretch[data-v-d4b6afb5] {
    align-content: stretch !important;
}
.align-self-xxl-auto[data-v-d4b6afb5] {
    align-self: auto !important;
}
.align-self-xxl-start[data-v-d4b6afb5] {
    align-self: flex-start !important;
}
.align-self-xxl-end[data-v-d4b6afb5] {
    align-self: flex-end !important;
}
.align-self-xxl-center[data-v-d4b6afb5] {
    align-self: center !important;
}
.align-self-xxl-baseline[data-v-d4b6afb5] {
    align-self: baseline !important;
}
.align-self-xxl-stretch[data-v-d4b6afb5] {
    align-self: stretch !important;
}
}
.m-0[data-v-d4b6afb5] {
  margin: 0 !important;
}
.mt-0[data-v-d4b6afb5],
.my-0[data-v-d4b6afb5] {
  margin-top: 0 !important;
}
.mr-0[data-v-d4b6afb5],
.mx-0[data-v-d4b6afb5] {
  margin-right: 0 !important;
}
.mb-0[data-v-d4b6afb5],
.my-0[data-v-d4b6afb5] {
  margin-bottom: 0 !important;
}
.ml-0[data-v-d4b6afb5],
.mx-0[data-v-d4b6afb5] {
  margin-left: 0 !important;
}
.m-1[data-v-d4b6afb5] {
  margin: 2px !important;
}
.mt-1[data-v-d4b6afb5],
.my-1[data-v-d4b6afb5] {
  margin-top: 2px !important;
}
.mr-1[data-v-d4b6afb5],
.mx-1[data-v-d4b6afb5] {
  margin-right: 2px !important;
}
.mb-1[data-v-d4b6afb5],
.my-1[data-v-d4b6afb5] {
  margin-bottom: 2px !important;
}
.ml-1[data-v-d4b6afb5],
.mx-1[data-v-d4b6afb5] {
  margin-left: 2px !important;
}
.m-2[data-v-d4b6afb5] {
  margin: 4px !important;
}
.mt-2[data-v-d4b6afb5],
.my-2[data-v-d4b6afb5] {
  margin-top: 4px !important;
}
.mr-2[data-v-d4b6afb5],
.mx-2[data-v-d4b6afb5] {
  margin-right: 4px !important;
}
.mb-2[data-v-d4b6afb5],
.my-2[data-v-d4b6afb5] {
  margin-bottom: 4px !important;
}
.ml-2[data-v-d4b6afb5],
.mx-2[data-v-d4b6afb5] {
  margin-left: 4px !important;
}
.m-3[data-v-d4b6afb5] {
  margin: 8px !important;
}
.mt-3[data-v-d4b6afb5],
.my-3[data-v-d4b6afb5] {
  margin-top: 8px !important;
}
.mr-3[data-v-d4b6afb5],
.mx-3[data-v-d4b6afb5] {
  margin-right: 8px !important;
}
.mb-3[data-v-d4b6afb5],
.my-3[data-v-d4b6afb5] {
  margin-bottom: 8px !important;
}
.ml-3[data-v-d4b6afb5],
.mx-3[data-v-d4b6afb5] {
  margin-left: 8px !important;
}
.m-305[data-v-d4b6afb5] {
  margin: 12px !important;
}
.mt-305[data-v-d4b6afb5],
.my-305[data-v-d4b6afb5] {
  margin-top: 12px !important;
}
.mr-305[data-v-d4b6afb5],
.mx-305[data-v-d4b6afb5] {
  margin-right: 12px !important;
}
.mb-305[data-v-d4b6afb5],
.my-305[data-v-d4b6afb5] {
  margin-bottom: 12px !important;
}
.ml-305[data-v-d4b6afb5],
.mx-305[data-v-d4b6afb5] {
  margin-left: 12px !important;
}
.m-4[data-v-d4b6afb5] {
  margin: 16px !important;
}
.mt-4[data-v-d4b6afb5],
.my-4[data-v-d4b6afb5] {
  margin-top: 16px !important;
}
.mr-4[data-v-d4b6afb5],
.mx-4[data-v-d4b6afb5] {
  margin-right: 16px !important;
}
.mb-4[data-v-d4b6afb5],
.my-4[data-v-d4b6afb5] {
  margin-bottom: 16px !important;
}
.ml-4[data-v-d4b6afb5],
.mx-4[data-v-d4b6afb5] {
  margin-left: 16px !important;
}
.m-405[data-v-d4b6afb5] {
  margin: 20px !important;
}
.mt-405[data-v-d4b6afb5],
.my-405[data-v-d4b6afb5] {
  margin-top: 20px !important;
}
.mr-405[data-v-d4b6afb5],
.mx-405[data-v-d4b6afb5] {
  margin-right: 20px !important;
}
.mb-405[data-v-d4b6afb5],
.my-405[data-v-d4b6afb5] {
  margin-bottom: 20px !important;
}
.ml-405[data-v-d4b6afb5],
.mx-405[data-v-d4b6afb5] {
  margin-left: 20px !important;
}
.m-5[data-v-d4b6afb5] {
  margin: 24px !important;
}
.mt-5[data-v-d4b6afb5],
.my-5[data-v-d4b6afb5] {
  margin-top: 24px !important;
}
.mr-5[data-v-d4b6afb5],
.mx-5[data-v-d4b6afb5] {
  margin-right: 24px !important;
}
.mb-5[data-v-d4b6afb5],
.my-5[data-v-d4b6afb5] {
  margin-bottom: 24px !important;
}
.ml-5[data-v-d4b6afb5],
.mx-5[data-v-d4b6afb5] {
  margin-left: 24px !important;
}
.m-505[data-v-d4b6afb5] {
  margin: 28px !important;
}
.mt-505[data-v-d4b6afb5],
.my-505[data-v-d4b6afb5] {
  margin-top: 28px !important;
}
.mr-505[data-v-d4b6afb5],
.mx-505[data-v-d4b6afb5] {
  margin-right: 28px !important;
}
.mb-505[data-v-d4b6afb5],
.my-505[data-v-d4b6afb5] {
  margin-bottom: 28px !important;
}
.ml-505[data-v-d4b6afb5],
.mx-505[data-v-d4b6afb5] {
  margin-left: 28px !important;
}
.m-6[data-v-d4b6afb5] {
  margin: 32px !important;
}
.mt-6[data-v-d4b6afb5],
.my-6[data-v-d4b6afb5] {
  margin-top: 32px !important;
}
.mr-6[data-v-d4b6afb5],
.mx-6[data-v-d4b6afb5] {
  margin-right: 32px !important;
}
.mb-6[data-v-d4b6afb5],
.my-6[data-v-d4b6afb5] {
  margin-bottom: 32px !important;
}
.ml-6[data-v-d4b6afb5],
.mx-6[data-v-d4b6afb5] {
  margin-left: 32px !important;
}
.m-605[data-v-d4b6afb5] {
  margin: 36px !important;
}
.mt-605[data-v-d4b6afb5],
.my-605[data-v-d4b6afb5] {
  margin-top: 36px !important;
}
.mr-605[data-v-d4b6afb5],
.mx-605[data-v-d4b6afb5] {
  margin-right: 36px !important;
}
.mb-605[data-v-d4b6afb5],
.my-605[data-v-d4b6afb5] {
  margin-bottom: 36px !important;
}
.ml-605[data-v-d4b6afb5],
.mx-605[data-v-d4b6afb5] {
  margin-left: 36px !important;
}
.m-7[data-v-d4b6afb5] {
  margin: 40px !important;
}
.mt-7[data-v-d4b6afb5],
.my-7[data-v-d4b6afb5] {
  margin-top: 40px !important;
}
.mr-7[data-v-d4b6afb5],
.mx-7[data-v-d4b6afb5] {
  margin-right: 40px !important;
}
.mb-7[data-v-d4b6afb5],
.my-7[data-v-d4b6afb5] {
  margin-bottom: 40px !important;
}
.ml-7[data-v-d4b6afb5],
.mx-7[data-v-d4b6afb5] {
  margin-left: 40px !important;
}
.m-705[data-v-d4b6afb5] {
  margin: 44px !important;
}
.mt-705[data-v-d4b6afb5],
.my-705[data-v-d4b6afb5] {
  margin-top: 44px !important;
}
.mr-705[data-v-d4b6afb5],
.mx-705[data-v-d4b6afb5] {
  margin-right: 44px !important;
}
.mb-705[data-v-d4b6afb5],
.my-705[data-v-d4b6afb5] {
  margin-bottom: 44px !important;
}
.ml-705[data-v-d4b6afb5],
.mx-705[data-v-d4b6afb5] {
  margin-left: 44px !important;
}
.m-8[data-v-d4b6afb5] {
  margin: 48px !important;
}
.mt-8[data-v-d4b6afb5],
.my-8[data-v-d4b6afb5] {
  margin-top: 48px !important;
}
.mr-8[data-v-d4b6afb5],
.mx-8[data-v-d4b6afb5] {
  margin-right: 48px !important;
}
.mb-8[data-v-d4b6afb5],
.my-8[data-v-d4b6afb5] {
  margin-bottom: 48px !important;
}
.ml-8[data-v-d4b6afb5],
.mx-8[data-v-d4b6afb5] {
  margin-left: 48px !important;
}
.m-805[data-v-d4b6afb5] {
  margin: 52px !important;
}
.mt-805[data-v-d4b6afb5],
.my-805[data-v-d4b6afb5] {
  margin-top: 52px !important;
}
.mr-805[data-v-d4b6afb5],
.mx-805[data-v-d4b6afb5] {
  margin-right: 52px !important;
}
.mb-805[data-v-d4b6afb5],
.my-805[data-v-d4b6afb5] {
  margin-bottom: 52px !important;
}
.ml-805[data-v-d4b6afb5],
.mx-805[data-v-d4b6afb5] {
  margin-left: 52px !important;
}
.m-9[data-v-d4b6afb5] {
  margin: 56px !important;
}
.mt-9[data-v-d4b6afb5],
.my-9[data-v-d4b6afb5] {
  margin-top: 56px !important;
}
.mr-9[data-v-d4b6afb5],
.mx-9[data-v-d4b6afb5] {
  margin-right: 56px !important;
}
.mb-9[data-v-d4b6afb5],
.my-9[data-v-d4b6afb5] {
  margin-bottom: 56px !important;
}
.ml-9[data-v-d4b6afb5],
.mx-9[data-v-d4b6afb5] {
  margin-left: 56px !important;
}
.m-905[data-v-d4b6afb5] {
  margin: 60px !important;
}
.mt-905[data-v-d4b6afb5],
.my-905[data-v-d4b6afb5] {
  margin-top: 60px !important;
}
.mr-905[data-v-d4b6afb5],
.mx-905[data-v-d4b6afb5] {
  margin-right: 60px !important;
}
.mb-905[data-v-d4b6afb5],
.my-905[data-v-d4b6afb5] {
  margin-bottom: 60px !important;
}
.ml-905[data-v-d4b6afb5],
.mx-905[data-v-d4b6afb5] {
  margin-left: 60px !important;
}
.p-0[data-v-d4b6afb5] {
  padding: 0 !important;
}
.pt-0[data-v-d4b6afb5],
.py-0[data-v-d4b6afb5] {
  padding-top: 0 !important;
}
.pr-0[data-v-d4b6afb5],
.px-0[data-v-d4b6afb5] {
  padding-right: 0 !important;
}
.pb-0[data-v-d4b6afb5],
.py-0[data-v-d4b6afb5] {
  padding-bottom: 0 !important;
}
.pl-0[data-v-d4b6afb5],
.px-0[data-v-d4b6afb5] {
  padding-left: 0 !important;
}
.p-1[data-v-d4b6afb5] {
  padding: 2px !important;
}
.pt-1[data-v-d4b6afb5],
.py-1[data-v-d4b6afb5] {
  padding-top: 2px !important;
}
.pr-1[data-v-d4b6afb5],
.px-1[data-v-d4b6afb5] {
  padding-right: 2px !important;
}
.pb-1[data-v-d4b6afb5],
.py-1[data-v-d4b6afb5] {
  padding-bottom: 2px !important;
}
.pl-1[data-v-d4b6afb5],
.px-1[data-v-d4b6afb5] {
  padding-left: 2px !important;
}
.p-2[data-v-d4b6afb5] {
  padding: 4px !important;
}
.pt-2[data-v-d4b6afb5],
.py-2[data-v-d4b6afb5] {
  padding-top: 4px !important;
}
.pr-2[data-v-d4b6afb5],
.px-2[data-v-d4b6afb5] {
  padding-right: 4px !important;
}
.pb-2[data-v-d4b6afb5],
.py-2[data-v-d4b6afb5] {
  padding-bottom: 4px !important;
}
.pl-2[data-v-d4b6afb5],
.px-2[data-v-d4b6afb5] {
  padding-left: 4px !important;
}
.p-3[data-v-d4b6afb5] {
  padding: 8px !important;
}
.pt-3[data-v-d4b6afb5],
.py-3[data-v-d4b6afb5] {
  padding-top: 8px !important;
}
.pr-3[data-v-d4b6afb5],
.px-3[data-v-d4b6afb5] {
  padding-right: 8px !important;
}
.pb-3[data-v-d4b6afb5],
.py-3[data-v-d4b6afb5] {
  padding-bottom: 8px !important;
}
.pl-3[data-v-d4b6afb5],
.px-3[data-v-d4b6afb5] {
  padding-left: 8px !important;
}
.p-305[data-v-d4b6afb5] {
  padding: 12px !important;
}
.pt-305[data-v-d4b6afb5],
.py-305[data-v-d4b6afb5] {
  padding-top: 12px !important;
}
.pr-305[data-v-d4b6afb5],
.px-305[data-v-d4b6afb5] {
  padding-right: 12px !important;
}
.pb-305[data-v-d4b6afb5],
.py-305[data-v-d4b6afb5] {
  padding-bottom: 12px !important;
}
.pl-305[data-v-d4b6afb5],
.px-305[data-v-d4b6afb5] {
  padding-left: 12px !important;
}
.p-4[data-v-d4b6afb5] {
  padding: 16px !important;
}
.pt-4[data-v-d4b6afb5],
.py-4[data-v-d4b6afb5] {
  padding-top: 16px !important;
}
.pr-4[data-v-d4b6afb5],
.px-4[data-v-d4b6afb5] {
  padding-right: 16px !important;
}
.pb-4[data-v-d4b6afb5],
.py-4[data-v-d4b6afb5] {
  padding-bottom: 16px !important;
}
.pl-4[data-v-d4b6afb5],
.px-4[data-v-d4b6afb5] {
  padding-left: 16px !important;
}
.p-405[data-v-d4b6afb5] {
  padding: 20px !important;
}
.pt-405[data-v-d4b6afb5],
.py-405[data-v-d4b6afb5] {
  padding-top: 20px !important;
}
.pr-405[data-v-d4b6afb5],
.px-405[data-v-d4b6afb5] {
  padding-right: 20px !important;
}
.pb-405[data-v-d4b6afb5],
.py-405[data-v-d4b6afb5] {
  padding-bottom: 20px !important;
}
.pl-405[data-v-d4b6afb5],
.px-405[data-v-d4b6afb5] {
  padding-left: 20px !important;
}
.p-5[data-v-d4b6afb5] {
  padding: 24px !important;
}
.pt-5[data-v-d4b6afb5],
.py-5[data-v-d4b6afb5] {
  padding-top: 24px !important;
}
.pr-5[data-v-d4b6afb5],
.px-5[data-v-d4b6afb5] {
  padding-right: 24px !important;
}
.pb-5[data-v-d4b6afb5],
.py-5[data-v-d4b6afb5] {
  padding-bottom: 24px !important;
}
.pl-5[data-v-d4b6afb5],
.px-5[data-v-d4b6afb5] {
  padding-left: 24px !important;
}
.p-505[data-v-d4b6afb5] {
  padding: 28px !important;
}
.pt-505[data-v-d4b6afb5],
.py-505[data-v-d4b6afb5] {
  padding-top: 28px !important;
}
.pr-505[data-v-d4b6afb5],
.px-505[data-v-d4b6afb5] {
  padding-right: 28px !important;
}
.pb-505[data-v-d4b6afb5],
.py-505[data-v-d4b6afb5] {
  padding-bottom: 28px !important;
}
.pl-505[data-v-d4b6afb5],
.px-505[data-v-d4b6afb5] {
  padding-left: 28px !important;
}
.p-6[data-v-d4b6afb5] {
  padding: 32px !important;
}
.pt-6[data-v-d4b6afb5],
.py-6[data-v-d4b6afb5] {
  padding-top: 32px !important;
}
.pr-6[data-v-d4b6afb5],
.px-6[data-v-d4b6afb5] {
  padding-right: 32px !important;
}
.pb-6[data-v-d4b6afb5],
.py-6[data-v-d4b6afb5] {
  padding-bottom: 32px !important;
}
.pl-6[data-v-d4b6afb5],
.px-6[data-v-d4b6afb5] {
  padding-left: 32px !important;
}
.p-605[data-v-d4b6afb5] {
  padding: 36px !important;
}
.pt-605[data-v-d4b6afb5],
.py-605[data-v-d4b6afb5] {
  padding-top: 36px !important;
}
.pr-605[data-v-d4b6afb5],
.px-605[data-v-d4b6afb5] {
  padding-right: 36px !important;
}
.pb-605[data-v-d4b6afb5],
.py-605[data-v-d4b6afb5] {
  padding-bottom: 36px !important;
}
.pl-605[data-v-d4b6afb5],
.px-605[data-v-d4b6afb5] {
  padding-left: 36px !important;
}
.p-7[data-v-d4b6afb5] {
  padding: 40px !important;
}
.pt-7[data-v-d4b6afb5],
.py-7[data-v-d4b6afb5] {
  padding-top: 40px !important;
}
.pr-7[data-v-d4b6afb5],
.px-7[data-v-d4b6afb5] {
  padding-right: 40px !important;
}
.pb-7[data-v-d4b6afb5],
.py-7[data-v-d4b6afb5] {
  padding-bottom: 40px !important;
}
.pl-7[data-v-d4b6afb5],
.px-7[data-v-d4b6afb5] {
  padding-left: 40px !important;
}
.p-705[data-v-d4b6afb5] {
  padding: 44px !important;
}
.pt-705[data-v-d4b6afb5],
.py-705[data-v-d4b6afb5] {
  padding-top: 44px !important;
}
.pr-705[data-v-d4b6afb5],
.px-705[data-v-d4b6afb5] {
  padding-right: 44px !important;
}
.pb-705[data-v-d4b6afb5],
.py-705[data-v-d4b6afb5] {
  padding-bottom: 44px !important;
}
.pl-705[data-v-d4b6afb5],
.px-705[data-v-d4b6afb5] {
  padding-left: 44px !important;
}
.p-8[data-v-d4b6afb5] {
  padding: 48px !important;
}
.pt-8[data-v-d4b6afb5],
.py-8[data-v-d4b6afb5] {
  padding-top: 48px !important;
}
.pr-8[data-v-d4b6afb5],
.px-8[data-v-d4b6afb5] {
  padding-right: 48px !important;
}
.pb-8[data-v-d4b6afb5],
.py-8[data-v-d4b6afb5] {
  padding-bottom: 48px !important;
}
.pl-8[data-v-d4b6afb5],
.px-8[data-v-d4b6afb5] {
  padding-left: 48px !important;
}
.p-805[data-v-d4b6afb5] {
  padding: 52px !important;
}
.pt-805[data-v-d4b6afb5],
.py-805[data-v-d4b6afb5] {
  padding-top: 52px !important;
}
.pr-805[data-v-d4b6afb5],
.px-805[data-v-d4b6afb5] {
  padding-right: 52px !important;
}
.pb-805[data-v-d4b6afb5],
.py-805[data-v-d4b6afb5] {
  padding-bottom: 52px !important;
}
.pl-805[data-v-d4b6afb5],
.px-805[data-v-d4b6afb5] {
  padding-left: 52px !important;
}
.p-9[data-v-d4b6afb5] {
  padding: 56px !important;
}
.pt-9[data-v-d4b6afb5],
.py-9[data-v-d4b6afb5] {
  padding-top: 56px !important;
}
.pr-9[data-v-d4b6afb5],
.px-9[data-v-d4b6afb5] {
  padding-right: 56px !important;
}
.pb-9[data-v-d4b6afb5],
.py-9[data-v-d4b6afb5] {
  padding-bottom: 56px !important;
}
.pl-9[data-v-d4b6afb5],
.px-9[data-v-d4b6afb5] {
  padding-left: 56px !important;
}
.p-905[data-v-d4b6afb5] {
  padding: 60px !important;
}
.pt-905[data-v-d4b6afb5],
.py-905[data-v-d4b6afb5] {
  padding-top: 60px !important;
}
.pr-905[data-v-d4b6afb5],
.px-905[data-v-d4b6afb5] {
  padding-right: 60px !important;
}
.pb-905[data-v-d4b6afb5],
.py-905[data-v-d4b6afb5] {
  padding-bottom: 60px !important;
}
.pl-905[data-v-d4b6afb5],
.px-905[data-v-d4b6afb5] {
  padding-left: 60px !important;
}
.m-auto[data-v-d4b6afb5] {
  margin: auto !important;
}
.mt-auto[data-v-d4b6afb5],
.my-auto[data-v-d4b6afb5] {
  margin-top: auto !important;
}
.mr-auto[data-v-d4b6afb5],
.mx-auto[data-v-d4b6afb5] {
  margin-right: auto !important;
}
.mb-auto[data-v-d4b6afb5],
.my-auto[data-v-d4b6afb5] {
  margin-bottom: auto !important;
}
.ml-auto[data-v-d4b6afb5],
.mx-auto[data-v-d4b6afb5] {
  margin-left: auto !important;
}
@media (min-width: 576px) {
.m-sm-0[data-v-d4b6afb5] {
    margin: 0 !important;
}
.mt-sm-0[data-v-d4b6afb5],
  .my-sm-0[data-v-d4b6afb5] {
    margin-top: 0 !important;
}
.mr-sm-0[data-v-d4b6afb5],
  .mx-sm-0[data-v-d4b6afb5] {
    margin-right: 0 !important;
}
.mb-sm-0[data-v-d4b6afb5],
  .my-sm-0[data-v-d4b6afb5] {
    margin-bottom: 0 !important;
}
.ml-sm-0[data-v-d4b6afb5],
  .mx-sm-0[data-v-d4b6afb5] {
    margin-left: 0 !important;
}
.m-sm-1[data-v-d4b6afb5] {
    margin: 2px !important;
}
.mt-sm-1[data-v-d4b6afb5],
  .my-sm-1[data-v-d4b6afb5] {
    margin-top: 2px !important;
}
.mr-sm-1[data-v-d4b6afb5],
  .mx-sm-1[data-v-d4b6afb5] {
    margin-right: 2px !important;
}
.mb-sm-1[data-v-d4b6afb5],
  .my-sm-1[data-v-d4b6afb5] {
    margin-bottom: 2px !important;
}
.ml-sm-1[data-v-d4b6afb5],
  .mx-sm-1[data-v-d4b6afb5] {
    margin-left: 2px !important;
}
.m-sm-2[data-v-d4b6afb5] {
    margin: 4px !important;
}
.mt-sm-2[data-v-d4b6afb5],
  .my-sm-2[data-v-d4b6afb5] {
    margin-top: 4px !important;
}
.mr-sm-2[data-v-d4b6afb5],
  .mx-sm-2[data-v-d4b6afb5] {
    margin-right: 4px !important;
}
.mb-sm-2[data-v-d4b6afb5],
  .my-sm-2[data-v-d4b6afb5] {
    margin-bottom: 4px !important;
}
.ml-sm-2[data-v-d4b6afb5],
  .mx-sm-2[data-v-d4b6afb5] {
    margin-left: 4px !important;
}
.m-sm-3[data-v-d4b6afb5] {
    margin: 8px !important;
}
.mt-sm-3[data-v-d4b6afb5],
  .my-sm-3[data-v-d4b6afb5] {
    margin-top: 8px !important;
}
.mr-sm-3[data-v-d4b6afb5],
  .mx-sm-3[data-v-d4b6afb5] {
    margin-right: 8px !important;
}
.mb-sm-3[data-v-d4b6afb5],
  .my-sm-3[data-v-d4b6afb5] {
    margin-bottom: 8px !important;
}
.ml-sm-3[data-v-d4b6afb5],
  .mx-sm-3[data-v-d4b6afb5] {
    margin-left: 8px !important;
}
.m-sm-305[data-v-d4b6afb5] {
    margin: 12px !important;
}
.mt-sm-305[data-v-d4b6afb5],
  .my-sm-305[data-v-d4b6afb5] {
    margin-top: 12px !important;
}
.mr-sm-305[data-v-d4b6afb5],
  .mx-sm-305[data-v-d4b6afb5] {
    margin-right: 12px !important;
}
.mb-sm-305[data-v-d4b6afb5],
  .my-sm-305[data-v-d4b6afb5] {
    margin-bottom: 12px !important;
}
.ml-sm-305[data-v-d4b6afb5],
  .mx-sm-305[data-v-d4b6afb5] {
    margin-left: 12px !important;
}
.m-sm-4[data-v-d4b6afb5] {
    margin: 16px !important;
}
.mt-sm-4[data-v-d4b6afb5],
  .my-sm-4[data-v-d4b6afb5] {
    margin-top: 16px !important;
}
.mr-sm-4[data-v-d4b6afb5],
  .mx-sm-4[data-v-d4b6afb5] {
    margin-right: 16px !important;
}
.mb-sm-4[data-v-d4b6afb5],
  .my-sm-4[data-v-d4b6afb5] {
    margin-bottom: 16px !important;
}
.ml-sm-4[data-v-d4b6afb5],
  .mx-sm-4[data-v-d4b6afb5] {
    margin-left: 16px !important;
}
.m-sm-405[data-v-d4b6afb5] {
    margin: 20px !important;
}
.mt-sm-405[data-v-d4b6afb5],
  .my-sm-405[data-v-d4b6afb5] {
    margin-top: 20px !important;
}
.mr-sm-405[data-v-d4b6afb5],
  .mx-sm-405[data-v-d4b6afb5] {
    margin-right: 20px !important;
}
.mb-sm-405[data-v-d4b6afb5],
  .my-sm-405[data-v-d4b6afb5] {
    margin-bottom: 20px !important;
}
.ml-sm-405[data-v-d4b6afb5],
  .mx-sm-405[data-v-d4b6afb5] {
    margin-left: 20px !important;
}
.m-sm-5[data-v-d4b6afb5] {
    margin: 24px !important;
}
.mt-sm-5[data-v-d4b6afb5],
  .my-sm-5[data-v-d4b6afb5] {
    margin-top: 24px !important;
}
.mr-sm-5[data-v-d4b6afb5],
  .mx-sm-5[data-v-d4b6afb5] {
    margin-right: 24px !important;
}
.mb-sm-5[data-v-d4b6afb5],
  .my-sm-5[data-v-d4b6afb5] {
    margin-bottom: 24px !important;
}
.ml-sm-5[data-v-d4b6afb5],
  .mx-sm-5[data-v-d4b6afb5] {
    margin-left: 24px !important;
}
.m-sm-505[data-v-d4b6afb5] {
    margin: 28px !important;
}
.mt-sm-505[data-v-d4b6afb5],
  .my-sm-505[data-v-d4b6afb5] {
    margin-top: 28px !important;
}
.mr-sm-505[data-v-d4b6afb5],
  .mx-sm-505[data-v-d4b6afb5] {
    margin-right: 28px !important;
}
.mb-sm-505[data-v-d4b6afb5],
  .my-sm-505[data-v-d4b6afb5] {
    margin-bottom: 28px !important;
}
.ml-sm-505[data-v-d4b6afb5],
  .mx-sm-505[data-v-d4b6afb5] {
    margin-left: 28px !important;
}
.m-sm-6[data-v-d4b6afb5] {
    margin: 32px !important;
}
.mt-sm-6[data-v-d4b6afb5],
  .my-sm-6[data-v-d4b6afb5] {
    margin-top: 32px !important;
}
.mr-sm-6[data-v-d4b6afb5],
  .mx-sm-6[data-v-d4b6afb5] {
    margin-right: 32px !important;
}
.mb-sm-6[data-v-d4b6afb5],
  .my-sm-6[data-v-d4b6afb5] {
    margin-bottom: 32px !important;
}
.ml-sm-6[data-v-d4b6afb5],
  .mx-sm-6[data-v-d4b6afb5] {
    margin-left: 32px !important;
}
.m-sm-605[data-v-d4b6afb5] {
    margin: 36px !important;
}
.mt-sm-605[data-v-d4b6afb5],
  .my-sm-605[data-v-d4b6afb5] {
    margin-top: 36px !important;
}
.mr-sm-605[data-v-d4b6afb5],
  .mx-sm-605[data-v-d4b6afb5] {
    margin-right: 36px !important;
}
.mb-sm-605[data-v-d4b6afb5],
  .my-sm-605[data-v-d4b6afb5] {
    margin-bottom: 36px !important;
}
.ml-sm-605[data-v-d4b6afb5],
  .mx-sm-605[data-v-d4b6afb5] {
    margin-left: 36px !important;
}
.m-sm-7[data-v-d4b6afb5] {
    margin: 40px !important;
}
.mt-sm-7[data-v-d4b6afb5],
  .my-sm-7[data-v-d4b6afb5] {
    margin-top: 40px !important;
}
.mr-sm-7[data-v-d4b6afb5],
  .mx-sm-7[data-v-d4b6afb5] {
    margin-right: 40px !important;
}
.mb-sm-7[data-v-d4b6afb5],
  .my-sm-7[data-v-d4b6afb5] {
    margin-bottom: 40px !important;
}
.ml-sm-7[data-v-d4b6afb5],
  .mx-sm-7[data-v-d4b6afb5] {
    margin-left: 40px !important;
}
.m-sm-705[data-v-d4b6afb5] {
    margin: 44px !important;
}
.mt-sm-705[data-v-d4b6afb5],
  .my-sm-705[data-v-d4b6afb5] {
    margin-top: 44px !important;
}
.mr-sm-705[data-v-d4b6afb5],
  .mx-sm-705[data-v-d4b6afb5] {
    margin-right: 44px !important;
}
.mb-sm-705[data-v-d4b6afb5],
  .my-sm-705[data-v-d4b6afb5] {
    margin-bottom: 44px !important;
}
.ml-sm-705[data-v-d4b6afb5],
  .mx-sm-705[data-v-d4b6afb5] {
    margin-left: 44px !important;
}
.m-sm-8[data-v-d4b6afb5] {
    margin: 48px !important;
}
.mt-sm-8[data-v-d4b6afb5],
  .my-sm-8[data-v-d4b6afb5] {
    margin-top: 48px !important;
}
.mr-sm-8[data-v-d4b6afb5],
  .mx-sm-8[data-v-d4b6afb5] {
    margin-right: 48px !important;
}
.mb-sm-8[data-v-d4b6afb5],
  .my-sm-8[data-v-d4b6afb5] {
    margin-bottom: 48px !important;
}
.ml-sm-8[data-v-d4b6afb5],
  .mx-sm-8[data-v-d4b6afb5] {
    margin-left: 48px !important;
}
.m-sm-805[data-v-d4b6afb5] {
    margin: 52px !important;
}
.mt-sm-805[data-v-d4b6afb5],
  .my-sm-805[data-v-d4b6afb5] {
    margin-top: 52px !important;
}
.mr-sm-805[data-v-d4b6afb5],
  .mx-sm-805[data-v-d4b6afb5] {
    margin-right: 52px !important;
}
.mb-sm-805[data-v-d4b6afb5],
  .my-sm-805[data-v-d4b6afb5] {
    margin-bottom: 52px !important;
}
.ml-sm-805[data-v-d4b6afb5],
  .mx-sm-805[data-v-d4b6afb5] {
    margin-left: 52px !important;
}
.m-sm-9[data-v-d4b6afb5] {
    margin: 56px !important;
}
.mt-sm-9[data-v-d4b6afb5],
  .my-sm-9[data-v-d4b6afb5] {
    margin-top: 56px !important;
}
.mr-sm-9[data-v-d4b6afb5],
  .mx-sm-9[data-v-d4b6afb5] {
    margin-right: 56px !important;
}
.mb-sm-9[data-v-d4b6afb5],
  .my-sm-9[data-v-d4b6afb5] {
    margin-bottom: 56px !important;
}
.ml-sm-9[data-v-d4b6afb5],
  .mx-sm-9[data-v-d4b6afb5] {
    margin-left: 56px !important;
}
.m-sm-905[data-v-d4b6afb5] {
    margin: 60px !important;
}
.mt-sm-905[data-v-d4b6afb5],
  .my-sm-905[data-v-d4b6afb5] {
    margin-top: 60px !important;
}
.mr-sm-905[data-v-d4b6afb5],
  .mx-sm-905[data-v-d4b6afb5] {
    margin-right: 60px !important;
}
.mb-sm-905[data-v-d4b6afb5],
  .my-sm-905[data-v-d4b6afb5] {
    margin-bottom: 60px !important;
}
.ml-sm-905[data-v-d4b6afb5],
  .mx-sm-905[data-v-d4b6afb5] {
    margin-left: 60px !important;
}
.p-sm-0[data-v-d4b6afb5] {
    padding: 0 !important;
}
.pt-sm-0[data-v-d4b6afb5],
  .py-sm-0[data-v-d4b6afb5] {
    padding-top: 0 !important;
}
.pr-sm-0[data-v-d4b6afb5],
  .px-sm-0[data-v-d4b6afb5] {
    padding-right: 0 !important;
}
.pb-sm-0[data-v-d4b6afb5],
  .py-sm-0[data-v-d4b6afb5] {
    padding-bottom: 0 !important;
}
.pl-sm-0[data-v-d4b6afb5],
  .px-sm-0[data-v-d4b6afb5] {
    padding-left: 0 !important;
}
.p-sm-1[data-v-d4b6afb5] {
    padding: 2px !important;
}
.pt-sm-1[data-v-d4b6afb5],
  .py-sm-1[data-v-d4b6afb5] {
    padding-top: 2px !important;
}
.pr-sm-1[data-v-d4b6afb5],
  .px-sm-1[data-v-d4b6afb5] {
    padding-right: 2px !important;
}
.pb-sm-1[data-v-d4b6afb5],
  .py-sm-1[data-v-d4b6afb5] {
    padding-bottom: 2px !important;
}
.pl-sm-1[data-v-d4b6afb5],
  .px-sm-1[data-v-d4b6afb5] {
    padding-left: 2px !important;
}
.p-sm-2[data-v-d4b6afb5] {
    padding: 4px !important;
}
.pt-sm-2[data-v-d4b6afb5],
  .py-sm-2[data-v-d4b6afb5] {
    padding-top: 4px !important;
}
.pr-sm-2[data-v-d4b6afb5],
  .px-sm-2[data-v-d4b6afb5] {
    padding-right: 4px !important;
}
.pb-sm-2[data-v-d4b6afb5],
  .py-sm-2[data-v-d4b6afb5] {
    padding-bottom: 4px !important;
}
.pl-sm-2[data-v-d4b6afb5],
  .px-sm-2[data-v-d4b6afb5] {
    padding-left: 4px !important;
}
.p-sm-3[data-v-d4b6afb5] {
    padding: 8px !important;
}
.pt-sm-3[data-v-d4b6afb5],
  .py-sm-3[data-v-d4b6afb5] {
    padding-top: 8px !important;
}
.pr-sm-3[data-v-d4b6afb5],
  .px-sm-3[data-v-d4b6afb5] {
    padding-right: 8px !important;
}
.pb-sm-3[data-v-d4b6afb5],
  .py-sm-3[data-v-d4b6afb5] {
    padding-bottom: 8px !important;
}
.pl-sm-3[data-v-d4b6afb5],
  .px-sm-3[data-v-d4b6afb5] {
    padding-left: 8px !important;
}
.p-sm-305[data-v-d4b6afb5] {
    padding: 12px !important;
}
.pt-sm-305[data-v-d4b6afb5],
  .py-sm-305[data-v-d4b6afb5] {
    padding-top: 12px !important;
}
.pr-sm-305[data-v-d4b6afb5],
  .px-sm-305[data-v-d4b6afb5] {
    padding-right: 12px !important;
}
.pb-sm-305[data-v-d4b6afb5],
  .py-sm-305[data-v-d4b6afb5] {
    padding-bottom: 12px !important;
}
.pl-sm-305[data-v-d4b6afb5],
  .px-sm-305[data-v-d4b6afb5] {
    padding-left: 12px !important;
}
.p-sm-4[data-v-d4b6afb5] {
    padding: 16px !important;
}
.pt-sm-4[data-v-d4b6afb5],
  .py-sm-4[data-v-d4b6afb5] {
    padding-top: 16px !important;
}
.pr-sm-4[data-v-d4b6afb5],
  .px-sm-4[data-v-d4b6afb5] {
    padding-right: 16px !important;
}
.pb-sm-4[data-v-d4b6afb5],
  .py-sm-4[data-v-d4b6afb5] {
    padding-bottom: 16px !important;
}
.pl-sm-4[data-v-d4b6afb5],
  .px-sm-4[data-v-d4b6afb5] {
    padding-left: 16px !important;
}
.p-sm-405[data-v-d4b6afb5] {
    padding: 20px !important;
}
.pt-sm-405[data-v-d4b6afb5],
  .py-sm-405[data-v-d4b6afb5] {
    padding-top: 20px !important;
}
.pr-sm-405[data-v-d4b6afb5],
  .px-sm-405[data-v-d4b6afb5] {
    padding-right: 20px !important;
}
.pb-sm-405[data-v-d4b6afb5],
  .py-sm-405[data-v-d4b6afb5] {
    padding-bottom: 20px !important;
}
.pl-sm-405[data-v-d4b6afb5],
  .px-sm-405[data-v-d4b6afb5] {
    padding-left: 20px !important;
}
.p-sm-5[data-v-d4b6afb5] {
    padding: 24px !important;
}
.pt-sm-5[data-v-d4b6afb5],
  .py-sm-5[data-v-d4b6afb5] {
    padding-top: 24px !important;
}
.pr-sm-5[data-v-d4b6afb5],
  .px-sm-5[data-v-d4b6afb5] {
    padding-right: 24px !important;
}
.pb-sm-5[data-v-d4b6afb5],
  .py-sm-5[data-v-d4b6afb5] {
    padding-bottom: 24px !important;
}
.pl-sm-5[data-v-d4b6afb5],
  .px-sm-5[data-v-d4b6afb5] {
    padding-left: 24px !important;
}
.p-sm-505[data-v-d4b6afb5] {
    padding: 28px !important;
}
.pt-sm-505[data-v-d4b6afb5],
  .py-sm-505[data-v-d4b6afb5] {
    padding-top: 28px !important;
}
.pr-sm-505[data-v-d4b6afb5],
  .px-sm-505[data-v-d4b6afb5] {
    padding-right: 28px !important;
}
.pb-sm-505[data-v-d4b6afb5],
  .py-sm-505[data-v-d4b6afb5] {
    padding-bottom: 28px !important;
}
.pl-sm-505[data-v-d4b6afb5],
  .px-sm-505[data-v-d4b6afb5] {
    padding-left: 28px !important;
}
.p-sm-6[data-v-d4b6afb5] {
    padding: 32px !important;
}
.pt-sm-6[data-v-d4b6afb5],
  .py-sm-6[data-v-d4b6afb5] {
    padding-top: 32px !important;
}
.pr-sm-6[data-v-d4b6afb5],
  .px-sm-6[data-v-d4b6afb5] {
    padding-right: 32px !important;
}
.pb-sm-6[data-v-d4b6afb5],
  .py-sm-6[data-v-d4b6afb5] {
    padding-bottom: 32px !important;
}
.pl-sm-6[data-v-d4b6afb5],
  .px-sm-6[data-v-d4b6afb5] {
    padding-left: 32px !important;
}
.p-sm-605[data-v-d4b6afb5] {
    padding: 36px !important;
}
.pt-sm-605[data-v-d4b6afb5],
  .py-sm-605[data-v-d4b6afb5] {
    padding-top: 36px !important;
}
.pr-sm-605[data-v-d4b6afb5],
  .px-sm-605[data-v-d4b6afb5] {
    padding-right: 36px !important;
}
.pb-sm-605[data-v-d4b6afb5],
  .py-sm-605[data-v-d4b6afb5] {
    padding-bottom: 36px !important;
}
.pl-sm-605[data-v-d4b6afb5],
  .px-sm-605[data-v-d4b6afb5] {
    padding-left: 36px !important;
}
.p-sm-7[data-v-d4b6afb5] {
    padding: 40px !important;
}
.pt-sm-7[data-v-d4b6afb5],
  .py-sm-7[data-v-d4b6afb5] {
    padding-top: 40px !important;
}
.pr-sm-7[data-v-d4b6afb5],
  .px-sm-7[data-v-d4b6afb5] {
    padding-right: 40px !important;
}
.pb-sm-7[data-v-d4b6afb5],
  .py-sm-7[data-v-d4b6afb5] {
    padding-bottom: 40px !important;
}
.pl-sm-7[data-v-d4b6afb5],
  .px-sm-7[data-v-d4b6afb5] {
    padding-left: 40px !important;
}
.p-sm-705[data-v-d4b6afb5] {
    padding: 44px !important;
}
.pt-sm-705[data-v-d4b6afb5],
  .py-sm-705[data-v-d4b6afb5] {
    padding-top: 44px !important;
}
.pr-sm-705[data-v-d4b6afb5],
  .px-sm-705[data-v-d4b6afb5] {
    padding-right: 44px !important;
}
.pb-sm-705[data-v-d4b6afb5],
  .py-sm-705[data-v-d4b6afb5] {
    padding-bottom: 44px !important;
}
.pl-sm-705[data-v-d4b6afb5],
  .px-sm-705[data-v-d4b6afb5] {
    padding-left: 44px !important;
}
.p-sm-8[data-v-d4b6afb5] {
    padding: 48px !important;
}
.pt-sm-8[data-v-d4b6afb5],
  .py-sm-8[data-v-d4b6afb5] {
    padding-top: 48px !important;
}
.pr-sm-8[data-v-d4b6afb5],
  .px-sm-8[data-v-d4b6afb5] {
    padding-right: 48px !important;
}
.pb-sm-8[data-v-d4b6afb5],
  .py-sm-8[data-v-d4b6afb5] {
    padding-bottom: 48px !important;
}
.pl-sm-8[data-v-d4b6afb5],
  .px-sm-8[data-v-d4b6afb5] {
    padding-left: 48px !important;
}
.p-sm-805[data-v-d4b6afb5] {
    padding: 52px !important;
}
.pt-sm-805[data-v-d4b6afb5],
  .py-sm-805[data-v-d4b6afb5] {
    padding-top: 52px !important;
}
.pr-sm-805[data-v-d4b6afb5],
  .px-sm-805[data-v-d4b6afb5] {
    padding-right: 52px !important;
}
.pb-sm-805[data-v-d4b6afb5],
  .py-sm-805[data-v-d4b6afb5] {
    padding-bottom: 52px !important;
}
.pl-sm-805[data-v-d4b6afb5],
  .px-sm-805[data-v-d4b6afb5] {
    padding-left: 52px !important;
}
.p-sm-9[data-v-d4b6afb5] {
    padding: 56px !important;
}
.pt-sm-9[data-v-d4b6afb5],
  .py-sm-9[data-v-d4b6afb5] {
    padding-top: 56px !important;
}
.pr-sm-9[data-v-d4b6afb5],
  .px-sm-9[data-v-d4b6afb5] {
    padding-right: 56px !important;
}
.pb-sm-9[data-v-d4b6afb5],
  .py-sm-9[data-v-d4b6afb5] {
    padding-bottom: 56px !important;
}
.pl-sm-9[data-v-d4b6afb5],
  .px-sm-9[data-v-d4b6afb5] {
    padding-left: 56px !important;
}
.p-sm-905[data-v-d4b6afb5] {
    padding: 60px !important;
}
.pt-sm-905[data-v-d4b6afb5],
  .py-sm-905[data-v-d4b6afb5] {
    padding-top: 60px !important;
}
.pr-sm-905[data-v-d4b6afb5],
  .px-sm-905[data-v-d4b6afb5] {
    padding-right: 60px !important;
}
.pb-sm-905[data-v-d4b6afb5],
  .py-sm-905[data-v-d4b6afb5] {
    padding-bottom: 60px !important;
}
.pl-sm-905[data-v-d4b6afb5],
  .px-sm-905[data-v-d4b6afb5] {
    padding-left: 60px !important;
}
.m-sm-auto[data-v-d4b6afb5] {
    margin: auto !important;
}
.mt-sm-auto[data-v-d4b6afb5],
  .my-sm-auto[data-v-d4b6afb5] {
    margin-top: auto !important;
}
.mr-sm-auto[data-v-d4b6afb5],
  .mx-sm-auto[data-v-d4b6afb5] {
    margin-right: auto !important;
}
.mb-sm-auto[data-v-d4b6afb5],
  .my-sm-auto[data-v-d4b6afb5] {
    margin-bottom: auto !important;
}
.ml-sm-auto[data-v-d4b6afb5],
  .mx-sm-auto[data-v-d4b6afb5] {
    margin-left: auto !important;
}
}
@media (min-width: 768px) {
.m-md-0[data-v-d4b6afb5] {
    margin: 0 !important;
}
.mt-md-0[data-v-d4b6afb5],
  .my-md-0[data-v-d4b6afb5] {
    margin-top: 0 !important;
}
.mr-md-0[data-v-d4b6afb5],
  .mx-md-0[data-v-d4b6afb5] {
    margin-right: 0 !important;
}
.mb-md-0[data-v-d4b6afb5],
  .my-md-0[data-v-d4b6afb5] {
    margin-bottom: 0 !important;
}
.ml-md-0[data-v-d4b6afb5],
  .mx-md-0[data-v-d4b6afb5] {
    margin-left: 0 !important;
}
.m-md-1[data-v-d4b6afb5] {
    margin: 2px !important;
}
.mt-md-1[data-v-d4b6afb5],
  .my-md-1[data-v-d4b6afb5] {
    margin-top: 2px !important;
}
.mr-md-1[data-v-d4b6afb5],
  .mx-md-1[data-v-d4b6afb5] {
    margin-right: 2px !important;
}
.mb-md-1[data-v-d4b6afb5],
  .my-md-1[data-v-d4b6afb5] {
    margin-bottom: 2px !important;
}
.ml-md-1[data-v-d4b6afb5],
  .mx-md-1[data-v-d4b6afb5] {
    margin-left: 2px !important;
}
.m-md-2[data-v-d4b6afb5] {
    margin: 4px !important;
}
.mt-md-2[data-v-d4b6afb5],
  .my-md-2[data-v-d4b6afb5] {
    margin-top: 4px !important;
}
.mr-md-2[data-v-d4b6afb5],
  .mx-md-2[data-v-d4b6afb5] {
    margin-right: 4px !important;
}
.mb-md-2[data-v-d4b6afb5],
  .my-md-2[data-v-d4b6afb5] {
    margin-bottom: 4px !important;
}
.ml-md-2[data-v-d4b6afb5],
  .mx-md-2[data-v-d4b6afb5] {
    margin-left: 4px !important;
}
.m-md-3[data-v-d4b6afb5] {
    margin: 8px !important;
}
.mt-md-3[data-v-d4b6afb5],
  .my-md-3[data-v-d4b6afb5] {
    margin-top: 8px !important;
}
.mr-md-3[data-v-d4b6afb5],
  .mx-md-3[data-v-d4b6afb5] {
    margin-right: 8px !important;
}
.mb-md-3[data-v-d4b6afb5],
  .my-md-3[data-v-d4b6afb5] {
    margin-bottom: 8px !important;
}
.ml-md-3[data-v-d4b6afb5],
  .mx-md-3[data-v-d4b6afb5] {
    margin-left: 8px !important;
}
.m-md-305[data-v-d4b6afb5] {
    margin: 12px !important;
}
.mt-md-305[data-v-d4b6afb5],
  .my-md-305[data-v-d4b6afb5] {
    margin-top: 12px !important;
}
.mr-md-305[data-v-d4b6afb5],
  .mx-md-305[data-v-d4b6afb5] {
    margin-right: 12px !important;
}
.mb-md-305[data-v-d4b6afb5],
  .my-md-305[data-v-d4b6afb5] {
    margin-bottom: 12px !important;
}
.ml-md-305[data-v-d4b6afb5],
  .mx-md-305[data-v-d4b6afb5] {
    margin-left: 12px !important;
}
.m-md-4[data-v-d4b6afb5] {
    margin: 16px !important;
}
.mt-md-4[data-v-d4b6afb5],
  .my-md-4[data-v-d4b6afb5] {
    margin-top: 16px !important;
}
.mr-md-4[data-v-d4b6afb5],
  .mx-md-4[data-v-d4b6afb5] {
    margin-right: 16px !important;
}
.mb-md-4[data-v-d4b6afb5],
  .my-md-4[data-v-d4b6afb5] {
    margin-bottom: 16px !important;
}
.ml-md-4[data-v-d4b6afb5],
  .mx-md-4[data-v-d4b6afb5] {
    margin-left: 16px !important;
}
.m-md-405[data-v-d4b6afb5] {
    margin: 20px !important;
}
.mt-md-405[data-v-d4b6afb5],
  .my-md-405[data-v-d4b6afb5] {
    margin-top: 20px !important;
}
.mr-md-405[data-v-d4b6afb5],
  .mx-md-405[data-v-d4b6afb5] {
    margin-right: 20px !important;
}
.mb-md-405[data-v-d4b6afb5],
  .my-md-405[data-v-d4b6afb5] {
    margin-bottom: 20px !important;
}
.ml-md-405[data-v-d4b6afb5],
  .mx-md-405[data-v-d4b6afb5] {
    margin-left: 20px !important;
}
.m-md-5[data-v-d4b6afb5] {
    margin: 24px !important;
}
.mt-md-5[data-v-d4b6afb5],
  .my-md-5[data-v-d4b6afb5] {
    margin-top: 24px !important;
}
.mr-md-5[data-v-d4b6afb5],
  .mx-md-5[data-v-d4b6afb5] {
    margin-right: 24px !important;
}
.mb-md-5[data-v-d4b6afb5],
  .my-md-5[data-v-d4b6afb5] {
    margin-bottom: 24px !important;
}
.ml-md-5[data-v-d4b6afb5],
  .mx-md-5[data-v-d4b6afb5] {
    margin-left: 24px !important;
}
.m-md-505[data-v-d4b6afb5] {
    margin: 28px !important;
}
.mt-md-505[data-v-d4b6afb5],
  .my-md-505[data-v-d4b6afb5] {
    margin-top: 28px !important;
}
.mr-md-505[data-v-d4b6afb5],
  .mx-md-505[data-v-d4b6afb5] {
    margin-right: 28px !important;
}
.mb-md-505[data-v-d4b6afb5],
  .my-md-505[data-v-d4b6afb5] {
    margin-bottom: 28px !important;
}
.ml-md-505[data-v-d4b6afb5],
  .mx-md-505[data-v-d4b6afb5] {
    margin-left: 28px !important;
}
.m-md-6[data-v-d4b6afb5] {
    margin: 32px !important;
}
.mt-md-6[data-v-d4b6afb5],
  .my-md-6[data-v-d4b6afb5] {
    margin-top: 32px !important;
}
.mr-md-6[data-v-d4b6afb5],
  .mx-md-6[data-v-d4b6afb5] {
    margin-right: 32px !important;
}
.mb-md-6[data-v-d4b6afb5],
  .my-md-6[data-v-d4b6afb5] {
    margin-bottom: 32px !important;
}
.ml-md-6[data-v-d4b6afb5],
  .mx-md-6[data-v-d4b6afb5] {
    margin-left: 32px !important;
}
.m-md-605[data-v-d4b6afb5] {
    margin: 36px !important;
}
.mt-md-605[data-v-d4b6afb5],
  .my-md-605[data-v-d4b6afb5] {
    margin-top: 36px !important;
}
.mr-md-605[data-v-d4b6afb5],
  .mx-md-605[data-v-d4b6afb5] {
    margin-right: 36px !important;
}
.mb-md-605[data-v-d4b6afb5],
  .my-md-605[data-v-d4b6afb5] {
    margin-bottom: 36px !important;
}
.ml-md-605[data-v-d4b6afb5],
  .mx-md-605[data-v-d4b6afb5] {
    margin-left: 36px !important;
}
.m-md-7[data-v-d4b6afb5] {
    margin: 40px !important;
}
.mt-md-7[data-v-d4b6afb5],
  .my-md-7[data-v-d4b6afb5] {
    margin-top: 40px !important;
}
.mr-md-7[data-v-d4b6afb5],
  .mx-md-7[data-v-d4b6afb5] {
    margin-right: 40px !important;
}
.mb-md-7[data-v-d4b6afb5],
  .my-md-7[data-v-d4b6afb5] {
    margin-bottom: 40px !important;
}
.ml-md-7[data-v-d4b6afb5],
  .mx-md-7[data-v-d4b6afb5] {
    margin-left: 40px !important;
}
.m-md-705[data-v-d4b6afb5] {
    margin: 44px !important;
}
.mt-md-705[data-v-d4b6afb5],
  .my-md-705[data-v-d4b6afb5] {
    margin-top: 44px !important;
}
.mr-md-705[data-v-d4b6afb5],
  .mx-md-705[data-v-d4b6afb5] {
    margin-right: 44px !important;
}
.mb-md-705[data-v-d4b6afb5],
  .my-md-705[data-v-d4b6afb5] {
    margin-bottom: 44px !important;
}
.ml-md-705[data-v-d4b6afb5],
  .mx-md-705[data-v-d4b6afb5] {
    margin-left: 44px !important;
}
.m-md-8[data-v-d4b6afb5] {
    margin: 48px !important;
}
.mt-md-8[data-v-d4b6afb5],
  .my-md-8[data-v-d4b6afb5] {
    margin-top: 48px !important;
}
.mr-md-8[data-v-d4b6afb5],
  .mx-md-8[data-v-d4b6afb5] {
    margin-right: 48px !important;
}
.mb-md-8[data-v-d4b6afb5],
  .my-md-8[data-v-d4b6afb5] {
    margin-bottom: 48px !important;
}
.ml-md-8[data-v-d4b6afb5],
  .mx-md-8[data-v-d4b6afb5] {
    margin-left: 48px !important;
}
.m-md-805[data-v-d4b6afb5] {
    margin: 52px !important;
}
.mt-md-805[data-v-d4b6afb5],
  .my-md-805[data-v-d4b6afb5] {
    margin-top: 52px !important;
}
.mr-md-805[data-v-d4b6afb5],
  .mx-md-805[data-v-d4b6afb5] {
    margin-right: 52px !important;
}
.mb-md-805[data-v-d4b6afb5],
  .my-md-805[data-v-d4b6afb5] {
    margin-bottom: 52px !important;
}
.ml-md-805[data-v-d4b6afb5],
  .mx-md-805[data-v-d4b6afb5] {
    margin-left: 52px !important;
}
.m-md-9[data-v-d4b6afb5] {
    margin: 56px !important;
}
.mt-md-9[data-v-d4b6afb5],
  .my-md-9[data-v-d4b6afb5] {
    margin-top: 56px !important;
}
.mr-md-9[data-v-d4b6afb5],
  .mx-md-9[data-v-d4b6afb5] {
    margin-right: 56px !important;
}
.mb-md-9[data-v-d4b6afb5],
  .my-md-9[data-v-d4b6afb5] {
    margin-bottom: 56px !important;
}
.ml-md-9[data-v-d4b6afb5],
  .mx-md-9[data-v-d4b6afb5] {
    margin-left: 56px !important;
}
.m-md-905[data-v-d4b6afb5] {
    margin: 60px !important;
}
.mt-md-905[data-v-d4b6afb5],
  .my-md-905[data-v-d4b6afb5] {
    margin-top: 60px !important;
}
.mr-md-905[data-v-d4b6afb5],
  .mx-md-905[data-v-d4b6afb5] {
    margin-right: 60px !important;
}
.mb-md-905[data-v-d4b6afb5],
  .my-md-905[data-v-d4b6afb5] {
    margin-bottom: 60px !important;
}
.ml-md-905[data-v-d4b6afb5],
  .mx-md-905[data-v-d4b6afb5] {
    margin-left: 60px !important;
}
.p-md-0[data-v-d4b6afb5] {
    padding: 0 !important;
}
.pt-md-0[data-v-d4b6afb5],
  .py-md-0[data-v-d4b6afb5] {
    padding-top: 0 !important;
}
.pr-md-0[data-v-d4b6afb5],
  .px-md-0[data-v-d4b6afb5] {
    padding-right: 0 !important;
}
.pb-md-0[data-v-d4b6afb5],
  .py-md-0[data-v-d4b6afb5] {
    padding-bottom: 0 !important;
}
.pl-md-0[data-v-d4b6afb5],
  .px-md-0[data-v-d4b6afb5] {
    padding-left: 0 !important;
}
.p-md-1[data-v-d4b6afb5] {
    padding: 2px !important;
}
.pt-md-1[data-v-d4b6afb5],
  .py-md-1[data-v-d4b6afb5] {
    padding-top: 2px !important;
}
.pr-md-1[data-v-d4b6afb5],
  .px-md-1[data-v-d4b6afb5] {
    padding-right: 2px !important;
}
.pb-md-1[data-v-d4b6afb5],
  .py-md-1[data-v-d4b6afb5] {
    padding-bottom: 2px !important;
}
.pl-md-1[data-v-d4b6afb5],
  .px-md-1[data-v-d4b6afb5] {
    padding-left: 2px !important;
}
.p-md-2[data-v-d4b6afb5] {
    padding: 4px !important;
}
.pt-md-2[data-v-d4b6afb5],
  .py-md-2[data-v-d4b6afb5] {
    padding-top: 4px !important;
}
.pr-md-2[data-v-d4b6afb5],
  .px-md-2[data-v-d4b6afb5] {
    padding-right: 4px !important;
}
.pb-md-2[data-v-d4b6afb5],
  .py-md-2[data-v-d4b6afb5] {
    padding-bottom: 4px !important;
}
.pl-md-2[data-v-d4b6afb5],
  .px-md-2[data-v-d4b6afb5] {
    padding-left: 4px !important;
}
.p-md-3[data-v-d4b6afb5] {
    padding: 8px !important;
}
.pt-md-3[data-v-d4b6afb5],
  .py-md-3[data-v-d4b6afb5] {
    padding-top: 8px !important;
}
.pr-md-3[data-v-d4b6afb5],
  .px-md-3[data-v-d4b6afb5] {
    padding-right: 8px !important;
}
.pb-md-3[data-v-d4b6afb5],
  .py-md-3[data-v-d4b6afb5] {
    padding-bottom: 8px !important;
}
.pl-md-3[data-v-d4b6afb5],
  .px-md-3[data-v-d4b6afb5] {
    padding-left: 8px !important;
}
.p-md-305[data-v-d4b6afb5] {
    padding: 12px !important;
}
.pt-md-305[data-v-d4b6afb5],
  .py-md-305[data-v-d4b6afb5] {
    padding-top: 12px !important;
}
.pr-md-305[data-v-d4b6afb5],
  .px-md-305[data-v-d4b6afb5] {
    padding-right: 12px !important;
}
.pb-md-305[data-v-d4b6afb5],
  .py-md-305[data-v-d4b6afb5] {
    padding-bottom: 12px !important;
}
.pl-md-305[data-v-d4b6afb5],
  .px-md-305[data-v-d4b6afb5] {
    padding-left: 12px !important;
}
.p-md-4[data-v-d4b6afb5] {
    padding: 16px !important;
}
.pt-md-4[data-v-d4b6afb5],
  .py-md-4[data-v-d4b6afb5] {
    padding-top: 16px !important;
}
.pr-md-4[data-v-d4b6afb5],
  .px-md-4[data-v-d4b6afb5] {
    padding-right: 16px !important;
}
.pb-md-4[data-v-d4b6afb5],
  .py-md-4[data-v-d4b6afb5] {
    padding-bottom: 16px !important;
}
.pl-md-4[data-v-d4b6afb5],
  .px-md-4[data-v-d4b6afb5] {
    padding-left: 16px !important;
}
.p-md-405[data-v-d4b6afb5] {
    padding: 20px !important;
}
.pt-md-405[data-v-d4b6afb5],
  .py-md-405[data-v-d4b6afb5] {
    padding-top: 20px !important;
}
.pr-md-405[data-v-d4b6afb5],
  .px-md-405[data-v-d4b6afb5] {
    padding-right: 20px !important;
}
.pb-md-405[data-v-d4b6afb5],
  .py-md-405[data-v-d4b6afb5] {
    padding-bottom: 20px !important;
}
.pl-md-405[data-v-d4b6afb5],
  .px-md-405[data-v-d4b6afb5] {
    padding-left: 20px !important;
}
.p-md-5[data-v-d4b6afb5] {
    padding: 24px !important;
}
.pt-md-5[data-v-d4b6afb5],
  .py-md-5[data-v-d4b6afb5] {
    padding-top: 24px !important;
}
.pr-md-5[data-v-d4b6afb5],
  .px-md-5[data-v-d4b6afb5] {
    padding-right: 24px !important;
}
.pb-md-5[data-v-d4b6afb5],
  .py-md-5[data-v-d4b6afb5] {
    padding-bottom: 24px !important;
}
.pl-md-5[data-v-d4b6afb5],
  .px-md-5[data-v-d4b6afb5] {
    padding-left: 24px !important;
}
.p-md-505[data-v-d4b6afb5] {
    padding: 28px !important;
}
.pt-md-505[data-v-d4b6afb5],
  .py-md-505[data-v-d4b6afb5] {
    padding-top: 28px !important;
}
.pr-md-505[data-v-d4b6afb5],
  .px-md-505[data-v-d4b6afb5] {
    padding-right: 28px !important;
}
.pb-md-505[data-v-d4b6afb5],
  .py-md-505[data-v-d4b6afb5] {
    padding-bottom: 28px !important;
}
.pl-md-505[data-v-d4b6afb5],
  .px-md-505[data-v-d4b6afb5] {
    padding-left: 28px !important;
}
.p-md-6[data-v-d4b6afb5] {
    padding: 32px !important;
}
.pt-md-6[data-v-d4b6afb5],
  .py-md-6[data-v-d4b6afb5] {
    padding-top: 32px !important;
}
.pr-md-6[data-v-d4b6afb5],
  .px-md-6[data-v-d4b6afb5] {
    padding-right: 32px !important;
}
.pb-md-6[data-v-d4b6afb5],
  .py-md-6[data-v-d4b6afb5] {
    padding-bottom: 32px !important;
}
.pl-md-6[data-v-d4b6afb5],
  .px-md-6[data-v-d4b6afb5] {
    padding-left: 32px !important;
}
.p-md-605[data-v-d4b6afb5] {
    padding: 36px !important;
}
.pt-md-605[data-v-d4b6afb5],
  .py-md-605[data-v-d4b6afb5] {
    padding-top: 36px !important;
}
.pr-md-605[data-v-d4b6afb5],
  .px-md-605[data-v-d4b6afb5] {
    padding-right: 36px !important;
}
.pb-md-605[data-v-d4b6afb5],
  .py-md-605[data-v-d4b6afb5] {
    padding-bottom: 36px !important;
}
.pl-md-605[data-v-d4b6afb5],
  .px-md-605[data-v-d4b6afb5] {
    padding-left: 36px !important;
}
.p-md-7[data-v-d4b6afb5] {
    padding: 40px !important;
}
.pt-md-7[data-v-d4b6afb5],
  .py-md-7[data-v-d4b6afb5] {
    padding-top: 40px !important;
}
.pr-md-7[data-v-d4b6afb5],
  .px-md-7[data-v-d4b6afb5] {
    padding-right: 40px !important;
}
.pb-md-7[data-v-d4b6afb5],
  .py-md-7[data-v-d4b6afb5] {
    padding-bottom: 40px !important;
}
.pl-md-7[data-v-d4b6afb5],
  .px-md-7[data-v-d4b6afb5] {
    padding-left: 40px !important;
}
.p-md-705[data-v-d4b6afb5] {
    padding: 44px !important;
}
.pt-md-705[data-v-d4b6afb5],
  .py-md-705[data-v-d4b6afb5] {
    padding-top: 44px !important;
}
.pr-md-705[data-v-d4b6afb5],
  .px-md-705[data-v-d4b6afb5] {
    padding-right: 44px !important;
}
.pb-md-705[data-v-d4b6afb5],
  .py-md-705[data-v-d4b6afb5] {
    padding-bottom: 44px !important;
}
.pl-md-705[data-v-d4b6afb5],
  .px-md-705[data-v-d4b6afb5] {
    padding-left: 44px !important;
}
.p-md-8[data-v-d4b6afb5] {
    padding: 48px !important;
}
.pt-md-8[data-v-d4b6afb5],
  .py-md-8[data-v-d4b6afb5] {
    padding-top: 48px !important;
}
.pr-md-8[data-v-d4b6afb5],
  .px-md-8[data-v-d4b6afb5] {
    padding-right: 48px !important;
}
.pb-md-8[data-v-d4b6afb5],
  .py-md-8[data-v-d4b6afb5] {
    padding-bottom: 48px !important;
}
.pl-md-8[data-v-d4b6afb5],
  .px-md-8[data-v-d4b6afb5] {
    padding-left: 48px !important;
}
.p-md-805[data-v-d4b6afb5] {
    padding: 52px !important;
}
.pt-md-805[data-v-d4b6afb5],
  .py-md-805[data-v-d4b6afb5] {
    padding-top: 52px !important;
}
.pr-md-805[data-v-d4b6afb5],
  .px-md-805[data-v-d4b6afb5] {
    padding-right: 52px !important;
}
.pb-md-805[data-v-d4b6afb5],
  .py-md-805[data-v-d4b6afb5] {
    padding-bottom: 52px !important;
}
.pl-md-805[data-v-d4b6afb5],
  .px-md-805[data-v-d4b6afb5] {
    padding-left: 52px !important;
}
.p-md-9[data-v-d4b6afb5] {
    padding: 56px !important;
}
.pt-md-9[data-v-d4b6afb5],
  .py-md-9[data-v-d4b6afb5] {
    padding-top: 56px !important;
}
.pr-md-9[data-v-d4b6afb5],
  .px-md-9[data-v-d4b6afb5] {
    padding-right: 56px !important;
}
.pb-md-9[data-v-d4b6afb5],
  .py-md-9[data-v-d4b6afb5] {
    padding-bottom: 56px !important;
}
.pl-md-9[data-v-d4b6afb5],
  .px-md-9[data-v-d4b6afb5] {
    padding-left: 56px !important;
}
.p-md-905[data-v-d4b6afb5] {
    padding: 60px !important;
}
.pt-md-905[data-v-d4b6afb5],
  .py-md-905[data-v-d4b6afb5] {
    padding-top: 60px !important;
}
.pr-md-905[data-v-d4b6afb5],
  .px-md-905[data-v-d4b6afb5] {
    padding-right: 60px !important;
}
.pb-md-905[data-v-d4b6afb5],
  .py-md-905[data-v-d4b6afb5] {
    padding-bottom: 60px !important;
}
.pl-md-905[data-v-d4b6afb5],
  .px-md-905[data-v-d4b6afb5] {
    padding-left: 60px !important;
}
.m-md-auto[data-v-d4b6afb5] {
    margin: auto !important;
}
.mt-md-auto[data-v-d4b6afb5],
  .my-md-auto[data-v-d4b6afb5] {
    margin-top: auto !important;
}
.mr-md-auto[data-v-d4b6afb5],
  .mx-md-auto[data-v-d4b6afb5] {
    margin-right: auto !important;
}
.mb-md-auto[data-v-d4b6afb5],
  .my-md-auto[data-v-d4b6afb5] {
    margin-bottom: auto !important;
}
.ml-md-auto[data-v-d4b6afb5],
  .mx-md-auto[data-v-d4b6afb5] {
    margin-left: auto !important;
}
}
@media (min-width: 992px) {
.m-lg-0[data-v-d4b6afb5] {
    margin: 0 !important;
}
.mt-lg-0[data-v-d4b6afb5],
  .my-lg-0[data-v-d4b6afb5] {
    margin-top: 0 !important;
}
.mr-lg-0[data-v-d4b6afb5],
  .mx-lg-0[data-v-d4b6afb5] {
    margin-right: 0 !important;
}
.mb-lg-0[data-v-d4b6afb5],
  .my-lg-0[data-v-d4b6afb5] {
    margin-bottom: 0 !important;
}
.ml-lg-0[data-v-d4b6afb5],
  .mx-lg-0[data-v-d4b6afb5] {
    margin-left: 0 !important;
}
.m-lg-1[data-v-d4b6afb5] {
    margin: 2px !important;
}
.mt-lg-1[data-v-d4b6afb5],
  .my-lg-1[data-v-d4b6afb5] {
    margin-top: 2px !important;
}
.mr-lg-1[data-v-d4b6afb5],
  .mx-lg-1[data-v-d4b6afb5] {
    margin-right: 2px !important;
}
.mb-lg-1[data-v-d4b6afb5],
  .my-lg-1[data-v-d4b6afb5] {
    margin-bottom: 2px !important;
}
.ml-lg-1[data-v-d4b6afb5],
  .mx-lg-1[data-v-d4b6afb5] {
    margin-left: 2px !important;
}
.m-lg-2[data-v-d4b6afb5] {
    margin: 4px !important;
}
.mt-lg-2[data-v-d4b6afb5],
  .my-lg-2[data-v-d4b6afb5] {
    margin-top: 4px !important;
}
.mr-lg-2[data-v-d4b6afb5],
  .mx-lg-2[data-v-d4b6afb5] {
    margin-right: 4px !important;
}
.mb-lg-2[data-v-d4b6afb5],
  .my-lg-2[data-v-d4b6afb5] {
    margin-bottom: 4px !important;
}
.ml-lg-2[data-v-d4b6afb5],
  .mx-lg-2[data-v-d4b6afb5] {
    margin-left: 4px !important;
}
.m-lg-3[data-v-d4b6afb5] {
    margin: 8px !important;
}
.mt-lg-3[data-v-d4b6afb5],
  .my-lg-3[data-v-d4b6afb5] {
    margin-top: 8px !important;
}
.mr-lg-3[data-v-d4b6afb5],
  .mx-lg-3[data-v-d4b6afb5] {
    margin-right: 8px !important;
}
.mb-lg-3[data-v-d4b6afb5],
  .my-lg-3[data-v-d4b6afb5] {
    margin-bottom: 8px !important;
}
.ml-lg-3[data-v-d4b6afb5],
  .mx-lg-3[data-v-d4b6afb5] {
    margin-left: 8px !important;
}
.m-lg-305[data-v-d4b6afb5] {
    margin: 12px !important;
}
.mt-lg-305[data-v-d4b6afb5],
  .my-lg-305[data-v-d4b6afb5] {
    margin-top: 12px !important;
}
.mr-lg-305[data-v-d4b6afb5],
  .mx-lg-305[data-v-d4b6afb5] {
    margin-right: 12px !important;
}
.mb-lg-305[data-v-d4b6afb5],
  .my-lg-305[data-v-d4b6afb5] {
    margin-bottom: 12px !important;
}
.ml-lg-305[data-v-d4b6afb5],
  .mx-lg-305[data-v-d4b6afb5] {
    margin-left: 12px !important;
}
.m-lg-4[data-v-d4b6afb5] {
    margin: 16px !important;
}
.mt-lg-4[data-v-d4b6afb5],
  .my-lg-4[data-v-d4b6afb5] {
    margin-top: 16px !important;
}
.mr-lg-4[data-v-d4b6afb5],
  .mx-lg-4[data-v-d4b6afb5] {
    margin-right: 16px !important;
}
.mb-lg-4[data-v-d4b6afb5],
  .my-lg-4[data-v-d4b6afb5] {
    margin-bottom: 16px !important;
}
.ml-lg-4[data-v-d4b6afb5],
  .mx-lg-4[data-v-d4b6afb5] {
    margin-left: 16px !important;
}
.m-lg-405[data-v-d4b6afb5] {
    margin: 20px !important;
}
.mt-lg-405[data-v-d4b6afb5],
  .my-lg-405[data-v-d4b6afb5] {
    margin-top: 20px !important;
}
.mr-lg-405[data-v-d4b6afb5],
  .mx-lg-405[data-v-d4b6afb5] {
    margin-right: 20px !important;
}
.mb-lg-405[data-v-d4b6afb5],
  .my-lg-405[data-v-d4b6afb5] {
    margin-bottom: 20px !important;
}
.ml-lg-405[data-v-d4b6afb5],
  .mx-lg-405[data-v-d4b6afb5] {
    margin-left: 20px !important;
}
.m-lg-5[data-v-d4b6afb5] {
    margin: 24px !important;
}
.mt-lg-5[data-v-d4b6afb5],
  .my-lg-5[data-v-d4b6afb5] {
    margin-top: 24px !important;
}
.mr-lg-5[data-v-d4b6afb5],
  .mx-lg-5[data-v-d4b6afb5] {
    margin-right: 24px !important;
}
.mb-lg-5[data-v-d4b6afb5],
  .my-lg-5[data-v-d4b6afb5] {
    margin-bottom: 24px !important;
}
.ml-lg-5[data-v-d4b6afb5],
  .mx-lg-5[data-v-d4b6afb5] {
    margin-left: 24px !important;
}
.m-lg-505[data-v-d4b6afb5] {
    margin: 28px !important;
}
.mt-lg-505[data-v-d4b6afb5],
  .my-lg-505[data-v-d4b6afb5] {
    margin-top: 28px !important;
}
.mr-lg-505[data-v-d4b6afb5],
  .mx-lg-505[data-v-d4b6afb5] {
    margin-right: 28px !important;
}
.mb-lg-505[data-v-d4b6afb5],
  .my-lg-505[data-v-d4b6afb5] {
    margin-bottom: 28px !important;
}
.ml-lg-505[data-v-d4b6afb5],
  .mx-lg-505[data-v-d4b6afb5] {
    margin-left: 28px !important;
}
.m-lg-6[data-v-d4b6afb5] {
    margin: 32px !important;
}
.mt-lg-6[data-v-d4b6afb5],
  .my-lg-6[data-v-d4b6afb5] {
    margin-top: 32px !important;
}
.mr-lg-6[data-v-d4b6afb5],
  .mx-lg-6[data-v-d4b6afb5] {
    margin-right: 32px !important;
}
.mb-lg-6[data-v-d4b6afb5],
  .my-lg-6[data-v-d4b6afb5] {
    margin-bottom: 32px !important;
}
.ml-lg-6[data-v-d4b6afb5],
  .mx-lg-6[data-v-d4b6afb5] {
    margin-left: 32px !important;
}
.m-lg-605[data-v-d4b6afb5] {
    margin: 36px !important;
}
.mt-lg-605[data-v-d4b6afb5],
  .my-lg-605[data-v-d4b6afb5] {
    margin-top: 36px !important;
}
.mr-lg-605[data-v-d4b6afb5],
  .mx-lg-605[data-v-d4b6afb5] {
    margin-right: 36px !important;
}
.mb-lg-605[data-v-d4b6afb5],
  .my-lg-605[data-v-d4b6afb5] {
    margin-bottom: 36px !important;
}
.ml-lg-605[data-v-d4b6afb5],
  .mx-lg-605[data-v-d4b6afb5] {
    margin-left: 36px !important;
}
.m-lg-7[data-v-d4b6afb5] {
    margin: 40px !important;
}
.mt-lg-7[data-v-d4b6afb5],
  .my-lg-7[data-v-d4b6afb5] {
    margin-top: 40px !important;
}
.mr-lg-7[data-v-d4b6afb5],
  .mx-lg-7[data-v-d4b6afb5] {
    margin-right: 40px !important;
}
.mb-lg-7[data-v-d4b6afb5],
  .my-lg-7[data-v-d4b6afb5] {
    margin-bottom: 40px !important;
}
.ml-lg-7[data-v-d4b6afb5],
  .mx-lg-7[data-v-d4b6afb5] {
    margin-left: 40px !important;
}
.m-lg-705[data-v-d4b6afb5] {
    margin: 44px !important;
}
.mt-lg-705[data-v-d4b6afb5],
  .my-lg-705[data-v-d4b6afb5] {
    margin-top: 44px !important;
}
.mr-lg-705[data-v-d4b6afb5],
  .mx-lg-705[data-v-d4b6afb5] {
    margin-right: 44px !important;
}
.mb-lg-705[data-v-d4b6afb5],
  .my-lg-705[data-v-d4b6afb5] {
    margin-bottom: 44px !important;
}
.ml-lg-705[data-v-d4b6afb5],
  .mx-lg-705[data-v-d4b6afb5] {
    margin-left: 44px !important;
}
.m-lg-8[data-v-d4b6afb5] {
    margin: 48px !important;
}
.mt-lg-8[data-v-d4b6afb5],
  .my-lg-8[data-v-d4b6afb5] {
    margin-top: 48px !important;
}
.mr-lg-8[data-v-d4b6afb5],
  .mx-lg-8[data-v-d4b6afb5] {
    margin-right: 48px !important;
}
.mb-lg-8[data-v-d4b6afb5],
  .my-lg-8[data-v-d4b6afb5] {
    margin-bottom: 48px !important;
}
.ml-lg-8[data-v-d4b6afb5],
  .mx-lg-8[data-v-d4b6afb5] {
    margin-left: 48px !important;
}
.m-lg-805[data-v-d4b6afb5] {
    margin: 52px !important;
}
.mt-lg-805[data-v-d4b6afb5],
  .my-lg-805[data-v-d4b6afb5] {
    margin-top: 52px !important;
}
.mr-lg-805[data-v-d4b6afb5],
  .mx-lg-805[data-v-d4b6afb5] {
    margin-right: 52px !important;
}
.mb-lg-805[data-v-d4b6afb5],
  .my-lg-805[data-v-d4b6afb5] {
    margin-bottom: 52px !important;
}
.ml-lg-805[data-v-d4b6afb5],
  .mx-lg-805[data-v-d4b6afb5] {
    margin-left: 52px !important;
}
.m-lg-9[data-v-d4b6afb5] {
    margin: 56px !important;
}
.mt-lg-9[data-v-d4b6afb5],
  .my-lg-9[data-v-d4b6afb5] {
    margin-top: 56px !important;
}
.mr-lg-9[data-v-d4b6afb5],
  .mx-lg-9[data-v-d4b6afb5] {
    margin-right: 56px !important;
}
.mb-lg-9[data-v-d4b6afb5],
  .my-lg-9[data-v-d4b6afb5] {
    margin-bottom: 56px !important;
}
.ml-lg-9[data-v-d4b6afb5],
  .mx-lg-9[data-v-d4b6afb5] {
    margin-left: 56px !important;
}
.m-lg-905[data-v-d4b6afb5] {
    margin: 60px !important;
}
.mt-lg-905[data-v-d4b6afb5],
  .my-lg-905[data-v-d4b6afb5] {
    margin-top: 60px !important;
}
.mr-lg-905[data-v-d4b6afb5],
  .mx-lg-905[data-v-d4b6afb5] {
    margin-right: 60px !important;
}
.mb-lg-905[data-v-d4b6afb5],
  .my-lg-905[data-v-d4b6afb5] {
    margin-bottom: 60px !important;
}
.ml-lg-905[data-v-d4b6afb5],
  .mx-lg-905[data-v-d4b6afb5] {
    margin-left: 60px !important;
}
.p-lg-0[data-v-d4b6afb5] {
    padding: 0 !important;
}
.pt-lg-0[data-v-d4b6afb5],
  .py-lg-0[data-v-d4b6afb5] {
    padding-top: 0 !important;
}
.pr-lg-0[data-v-d4b6afb5],
  .px-lg-0[data-v-d4b6afb5] {
    padding-right: 0 !important;
}
.pb-lg-0[data-v-d4b6afb5],
  .py-lg-0[data-v-d4b6afb5] {
    padding-bottom: 0 !important;
}
.pl-lg-0[data-v-d4b6afb5],
  .px-lg-0[data-v-d4b6afb5] {
    padding-left: 0 !important;
}
.p-lg-1[data-v-d4b6afb5] {
    padding: 2px !important;
}
.pt-lg-1[data-v-d4b6afb5],
  .py-lg-1[data-v-d4b6afb5] {
    padding-top: 2px !important;
}
.pr-lg-1[data-v-d4b6afb5],
  .px-lg-1[data-v-d4b6afb5] {
    padding-right: 2px !important;
}
.pb-lg-1[data-v-d4b6afb5],
  .py-lg-1[data-v-d4b6afb5] {
    padding-bottom: 2px !important;
}
.pl-lg-1[data-v-d4b6afb5],
  .px-lg-1[data-v-d4b6afb5] {
    padding-left: 2px !important;
}
.p-lg-2[data-v-d4b6afb5] {
    padding: 4px !important;
}
.pt-lg-2[data-v-d4b6afb5],
  .py-lg-2[data-v-d4b6afb5] {
    padding-top: 4px !important;
}
.pr-lg-2[data-v-d4b6afb5],
  .px-lg-2[data-v-d4b6afb5] {
    padding-right: 4px !important;
}
.pb-lg-2[data-v-d4b6afb5],
  .py-lg-2[data-v-d4b6afb5] {
    padding-bottom: 4px !important;
}
.pl-lg-2[data-v-d4b6afb5],
  .px-lg-2[data-v-d4b6afb5] {
    padding-left: 4px !important;
}
.p-lg-3[data-v-d4b6afb5] {
    padding: 8px !important;
}
.pt-lg-3[data-v-d4b6afb5],
  .py-lg-3[data-v-d4b6afb5] {
    padding-top: 8px !important;
}
.pr-lg-3[data-v-d4b6afb5],
  .px-lg-3[data-v-d4b6afb5] {
    padding-right: 8px !important;
}
.pb-lg-3[data-v-d4b6afb5],
  .py-lg-3[data-v-d4b6afb5] {
    padding-bottom: 8px !important;
}
.pl-lg-3[data-v-d4b6afb5],
  .px-lg-3[data-v-d4b6afb5] {
    padding-left: 8px !important;
}
.p-lg-305[data-v-d4b6afb5] {
    padding: 12px !important;
}
.pt-lg-305[data-v-d4b6afb5],
  .py-lg-305[data-v-d4b6afb5] {
    padding-top: 12px !important;
}
.pr-lg-305[data-v-d4b6afb5],
  .px-lg-305[data-v-d4b6afb5] {
    padding-right: 12px !important;
}
.pb-lg-305[data-v-d4b6afb5],
  .py-lg-305[data-v-d4b6afb5] {
    padding-bottom: 12px !important;
}
.pl-lg-305[data-v-d4b6afb5],
  .px-lg-305[data-v-d4b6afb5] {
    padding-left: 12px !important;
}
.p-lg-4[data-v-d4b6afb5] {
    padding: 16px !important;
}
.pt-lg-4[data-v-d4b6afb5],
  .py-lg-4[data-v-d4b6afb5] {
    padding-top: 16px !important;
}
.pr-lg-4[data-v-d4b6afb5],
  .px-lg-4[data-v-d4b6afb5] {
    padding-right: 16px !important;
}
.pb-lg-4[data-v-d4b6afb5],
  .py-lg-4[data-v-d4b6afb5] {
    padding-bottom: 16px !important;
}
.pl-lg-4[data-v-d4b6afb5],
  .px-lg-4[data-v-d4b6afb5] {
    padding-left: 16px !important;
}
.p-lg-405[data-v-d4b6afb5] {
    padding: 20px !important;
}
.pt-lg-405[data-v-d4b6afb5],
  .py-lg-405[data-v-d4b6afb5] {
    padding-top: 20px !important;
}
.pr-lg-405[data-v-d4b6afb5],
  .px-lg-405[data-v-d4b6afb5] {
    padding-right: 20px !important;
}
.pb-lg-405[data-v-d4b6afb5],
  .py-lg-405[data-v-d4b6afb5] {
    padding-bottom: 20px !important;
}
.pl-lg-405[data-v-d4b6afb5],
  .px-lg-405[data-v-d4b6afb5] {
    padding-left: 20px !important;
}
.p-lg-5[data-v-d4b6afb5] {
    padding: 24px !important;
}
.pt-lg-5[data-v-d4b6afb5],
  .py-lg-5[data-v-d4b6afb5] {
    padding-top: 24px !important;
}
.pr-lg-5[data-v-d4b6afb5],
  .px-lg-5[data-v-d4b6afb5] {
    padding-right: 24px !important;
}
.pb-lg-5[data-v-d4b6afb5],
  .py-lg-5[data-v-d4b6afb5] {
    padding-bottom: 24px !important;
}
.pl-lg-5[data-v-d4b6afb5],
  .px-lg-5[data-v-d4b6afb5] {
    padding-left: 24px !important;
}
.p-lg-505[data-v-d4b6afb5] {
    padding: 28px !important;
}
.pt-lg-505[data-v-d4b6afb5],
  .py-lg-505[data-v-d4b6afb5] {
    padding-top: 28px !important;
}
.pr-lg-505[data-v-d4b6afb5],
  .px-lg-505[data-v-d4b6afb5] {
    padding-right: 28px !important;
}
.pb-lg-505[data-v-d4b6afb5],
  .py-lg-505[data-v-d4b6afb5] {
    padding-bottom: 28px !important;
}
.pl-lg-505[data-v-d4b6afb5],
  .px-lg-505[data-v-d4b6afb5] {
    padding-left: 28px !important;
}
.p-lg-6[data-v-d4b6afb5] {
    padding: 32px !important;
}
.pt-lg-6[data-v-d4b6afb5],
  .py-lg-6[data-v-d4b6afb5] {
    padding-top: 32px !important;
}
.pr-lg-6[data-v-d4b6afb5],
  .px-lg-6[data-v-d4b6afb5] {
    padding-right: 32px !important;
}
.pb-lg-6[data-v-d4b6afb5],
  .py-lg-6[data-v-d4b6afb5] {
    padding-bottom: 32px !important;
}
.pl-lg-6[data-v-d4b6afb5],
  .px-lg-6[data-v-d4b6afb5] {
    padding-left: 32px !important;
}
.p-lg-605[data-v-d4b6afb5] {
    padding: 36px !important;
}
.pt-lg-605[data-v-d4b6afb5],
  .py-lg-605[data-v-d4b6afb5] {
    padding-top: 36px !important;
}
.pr-lg-605[data-v-d4b6afb5],
  .px-lg-605[data-v-d4b6afb5] {
    padding-right: 36px !important;
}
.pb-lg-605[data-v-d4b6afb5],
  .py-lg-605[data-v-d4b6afb5] {
    padding-bottom: 36px !important;
}
.pl-lg-605[data-v-d4b6afb5],
  .px-lg-605[data-v-d4b6afb5] {
    padding-left: 36px !important;
}
.p-lg-7[data-v-d4b6afb5] {
    padding: 40px !important;
}
.pt-lg-7[data-v-d4b6afb5],
  .py-lg-7[data-v-d4b6afb5] {
    padding-top: 40px !important;
}
.pr-lg-7[data-v-d4b6afb5],
  .px-lg-7[data-v-d4b6afb5] {
    padding-right: 40px !important;
}
.pb-lg-7[data-v-d4b6afb5],
  .py-lg-7[data-v-d4b6afb5] {
    padding-bottom: 40px !important;
}
.pl-lg-7[data-v-d4b6afb5],
  .px-lg-7[data-v-d4b6afb5] {
    padding-left: 40px !important;
}
.p-lg-705[data-v-d4b6afb5] {
    padding: 44px !important;
}
.pt-lg-705[data-v-d4b6afb5],
  .py-lg-705[data-v-d4b6afb5] {
    padding-top: 44px !important;
}
.pr-lg-705[data-v-d4b6afb5],
  .px-lg-705[data-v-d4b6afb5] {
    padding-right: 44px !important;
}
.pb-lg-705[data-v-d4b6afb5],
  .py-lg-705[data-v-d4b6afb5] {
    padding-bottom: 44px !important;
}
.pl-lg-705[data-v-d4b6afb5],
  .px-lg-705[data-v-d4b6afb5] {
    padding-left: 44px !important;
}
.p-lg-8[data-v-d4b6afb5] {
    padding: 48px !important;
}
.pt-lg-8[data-v-d4b6afb5],
  .py-lg-8[data-v-d4b6afb5] {
    padding-top: 48px !important;
}
.pr-lg-8[data-v-d4b6afb5],
  .px-lg-8[data-v-d4b6afb5] {
    padding-right: 48px !important;
}
.pb-lg-8[data-v-d4b6afb5],
  .py-lg-8[data-v-d4b6afb5] {
    padding-bottom: 48px !important;
}
.pl-lg-8[data-v-d4b6afb5],
  .px-lg-8[data-v-d4b6afb5] {
    padding-left: 48px !important;
}
.p-lg-805[data-v-d4b6afb5] {
    padding: 52px !important;
}
.pt-lg-805[data-v-d4b6afb5],
  .py-lg-805[data-v-d4b6afb5] {
    padding-top: 52px !important;
}
.pr-lg-805[data-v-d4b6afb5],
  .px-lg-805[data-v-d4b6afb5] {
    padding-right: 52px !important;
}
.pb-lg-805[data-v-d4b6afb5],
  .py-lg-805[data-v-d4b6afb5] {
    padding-bottom: 52px !important;
}
.pl-lg-805[data-v-d4b6afb5],
  .px-lg-805[data-v-d4b6afb5] {
    padding-left: 52px !important;
}
.p-lg-9[data-v-d4b6afb5] {
    padding: 56px !important;
}
.pt-lg-9[data-v-d4b6afb5],
  .py-lg-9[data-v-d4b6afb5] {
    padding-top: 56px !important;
}
.pr-lg-9[data-v-d4b6afb5],
  .px-lg-9[data-v-d4b6afb5] {
    padding-right: 56px !important;
}
.pb-lg-9[data-v-d4b6afb5],
  .py-lg-9[data-v-d4b6afb5] {
    padding-bottom: 56px !important;
}
.pl-lg-9[data-v-d4b6afb5],
  .px-lg-9[data-v-d4b6afb5] {
    padding-left: 56px !important;
}
.p-lg-905[data-v-d4b6afb5] {
    padding: 60px !important;
}
.pt-lg-905[data-v-d4b6afb5],
  .py-lg-905[data-v-d4b6afb5] {
    padding-top: 60px !important;
}
.pr-lg-905[data-v-d4b6afb5],
  .px-lg-905[data-v-d4b6afb5] {
    padding-right: 60px !important;
}
.pb-lg-905[data-v-d4b6afb5],
  .py-lg-905[data-v-d4b6afb5] {
    padding-bottom: 60px !important;
}
.pl-lg-905[data-v-d4b6afb5],
  .px-lg-905[data-v-d4b6afb5] {
    padding-left: 60px !important;
}
.m-lg-auto[data-v-d4b6afb5] {
    margin: auto !important;
}
.mt-lg-auto[data-v-d4b6afb5],
  .my-lg-auto[data-v-d4b6afb5] {
    margin-top: auto !important;
}
.mr-lg-auto[data-v-d4b6afb5],
  .mx-lg-auto[data-v-d4b6afb5] {
    margin-right: auto !important;
}
.mb-lg-auto[data-v-d4b6afb5],
  .my-lg-auto[data-v-d4b6afb5] {
    margin-bottom: auto !important;
}
.ml-lg-auto[data-v-d4b6afb5],
  .mx-lg-auto[data-v-d4b6afb5] {
    margin-left: auto !important;
}
}
@media (min-width: 1200px) {
.m-xl-0[data-v-d4b6afb5] {
    margin: 0 !important;
}
.mt-xl-0[data-v-d4b6afb5],
  .my-xl-0[data-v-d4b6afb5] {
    margin-top: 0 !important;
}
.mr-xl-0[data-v-d4b6afb5],
  .mx-xl-0[data-v-d4b6afb5] {
    margin-right: 0 !important;
}
.mb-xl-0[data-v-d4b6afb5],
  .my-xl-0[data-v-d4b6afb5] {
    margin-bottom: 0 !important;
}
.ml-xl-0[data-v-d4b6afb5],
  .mx-xl-0[data-v-d4b6afb5] {
    margin-left: 0 !important;
}
.m-xl-1[data-v-d4b6afb5] {
    margin: 2px !important;
}
.mt-xl-1[data-v-d4b6afb5],
  .my-xl-1[data-v-d4b6afb5] {
    margin-top: 2px !important;
}
.mr-xl-1[data-v-d4b6afb5],
  .mx-xl-1[data-v-d4b6afb5] {
    margin-right: 2px !important;
}
.mb-xl-1[data-v-d4b6afb5],
  .my-xl-1[data-v-d4b6afb5] {
    margin-bottom: 2px !important;
}
.ml-xl-1[data-v-d4b6afb5],
  .mx-xl-1[data-v-d4b6afb5] {
    margin-left: 2px !important;
}
.m-xl-2[data-v-d4b6afb5] {
    margin: 4px !important;
}
.mt-xl-2[data-v-d4b6afb5],
  .my-xl-2[data-v-d4b6afb5] {
    margin-top: 4px !important;
}
.mr-xl-2[data-v-d4b6afb5],
  .mx-xl-2[data-v-d4b6afb5] {
    margin-right: 4px !important;
}
.mb-xl-2[data-v-d4b6afb5],
  .my-xl-2[data-v-d4b6afb5] {
    margin-bottom: 4px !important;
}
.ml-xl-2[data-v-d4b6afb5],
  .mx-xl-2[data-v-d4b6afb5] {
    margin-left: 4px !important;
}
.m-xl-3[data-v-d4b6afb5] {
    margin: 8px !important;
}
.mt-xl-3[data-v-d4b6afb5],
  .my-xl-3[data-v-d4b6afb5] {
    margin-top: 8px !important;
}
.mr-xl-3[data-v-d4b6afb5],
  .mx-xl-3[data-v-d4b6afb5] {
    margin-right: 8px !important;
}
.mb-xl-3[data-v-d4b6afb5],
  .my-xl-3[data-v-d4b6afb5] {
    margin-bottom: 8px !important;
}
.ml-xl-3[data-v-d4b6afb5],
  .mx-xl-3[data-v-d4b6afb5] {
    margin-left: 8px !important;
}
.m-xl-305[data-v-d4b6afb5] {
    margin: 12px !important;
}
.mt-xl-305[data-v-d4b6afb5],
  .my-xl-305[data-v-d4b6afb5] {
    margin-top: 12px !important;
}
.mr-xl-305[data-v-d4b6afb5],
  .mx-xl-305[data-v-d4b6afb5] {
    margin-right: 12px !important;
}
.mb-xl-305[data-v-d4b6afb5],
  .my-xl-305[data-v-d4b6afb5] {
    margin-bottom: 12px !important;
}
.ml-xl-305[data-v-d4b6afb5],
  .mx-xl-305[data-v-d4b6afb5] {
    margin-left: 12px !important;
}
.m-xl-4[data-v-d4b6afb5] {
    margin: 16px !important;
}
.mt-xl-4[data-v-d4b6afb5],
  .my-xl-4[data-v-d4b6afb5] {
    margin-top: 16px !important;
}
.mr-xl-4[data-v-d4b6afb5],
  .mx-xl-4[data-v-d4b6afb5] {
    margin-right: 16px !important;
}
.mb-xl-4[data-v-d4b6afb5],
  .my-xl-4[data-v-d4b6afb5] {
    margin-bottom: 16px !important;
}
.ml-xl-4[data-v-d4b6afb5],
  .mx-xl-4[data-v-d4b6afb5] {
    margin-left: 16px !important;
}
.m-xl-405[data-v-d4b6afb5] {
    margin: 20px !important;
}
.mt-xl-405[data-v-d4b6afb5],
  .my-xl-405[data-v-d4b6afb5] {
    margin-top: 20px !important;
}
.mr-xl-405[data-v-d4b6afb5],
  .mx-xl-405[data-v-d4b6afb5] {
    margin-right: 20px !important;
}
.mb-xl-405[data-v-d4b6afb5],
  .my-xl-405[data-v-d4b6afb5] {
    margin-bottom: 20px !important;
}
.ml-xl-405[data-v-d4b6afb5],
  .mx-xl-405[data-v-d4b6afb5] {
    margin-left: 20px !important;
}
.m-xl-5[data-v-d4b6afb5] {
    margin: 24px !important;
}
.mt-xl-5[data-v-d4b6afb5],
  .my-xl-5[data-v-d4b6afb5] {
    margin-top: 24px !important;
}
.mr-xl-5[data-v-d4b6afb5],
  .mx-xl-5[data-v-d4b6afb5] {
    margin-right: 24px !important;
}
.mb-xl-5[data-v-d4b6afb5],
  .my-xl-5[data-v-d4b6afb5] {
    margin-bottom: 24px !important;
}
.ml-xl-5[data-v-d4b6afb5],
  .mx-xl-5[data-v-d4b6afb5] {
    margin-left: 24px !important;
}
.m-xl-505[data-v-d4b6afb5] {
    margin: 28px !important;
}
.mt-xl-505[data-v-d4b6afb5],
  .my-xl-505[data-v-d4b6afb5] {
    margin-top: 28px !important;
}
.mr-xl-505[data-v-d4b6afb5],
  .mx-xl-505[data-v-d4b6afb5] {
    margin-right: 28px !important;
}
.mb-xl-505[data-v-d4b6afb5],
  .my-xl-505[data-v-d4b6afb5] {
    margin-bottom: 28px !important;
}
.ml-xl-505[data-v-d4b6afb5],
  .mx-xl-505[data-v-d4b6afb5] {
    margin-left: 28px !important;
}
.m-xl-6[data-v-d4b6afb5] {
    margin: 32px !important;
}
.mt-xl-6[data-v-d4b6afb5],
  .my-xl-6[data-v-d4b6afb5] {
    margin-top: 32px !important;
}
.mr-xl-6[data-v-d4b6afb5],
  .mx-xl-6[data-v-d4b6afb5] {
    margin-right: 32px !important;
}
.mb-xl-6[data-v-d4b6afb5],
  .my-xl-6[data-v-d4b6afb5] {
    margin-bottom: 32px !important;
}
.ml-xl-6[data-v-d4b6afb5],
  .mx-xl-6[data-v-d4b6afb5] {
    margin-left: 32px !important;
}
.m-xl-605[data-v-d4b6afb5] {
    margin: 36px !important;
}
.mt-xl-605[data-v-d4b6afb5],
  .my-xl-605[data-v-d4b6afb5] {
    margin-top: 36px !important;
}
.mr-xl-605[data-v-d4b6afb5],
  .mx-xl-605[data-v-d4b6afb5] {
    margin-right: 36px !important;
}
.mb-xl-605[data-v-d4b6afb5],
  .my-xl-605[data-v-d4b6afb5] {
    margin-bottom: 36px !important;
}
.ml-xl-605[data-v-d4b6afb5],
  .mx-xl-605[data-v-d4b6afb5] {
    margin-left: 36px !important;
}
.m-xl-7[data-v-d4b6afb5] {
    margin: 40px !important;
}
.mt-xl-7[data-v-d4b6afb5],
  .my-xl-7[data-v-d4b6afb5] {
    margin-top: 40px !important;
}
.mr-xl-7[data-v-d4b6afb5],
  .mx-xl-7[data-v-d4b6afb5] {
    margin-right: 40px !important;
}
.mb-xl-7[data-v-d4b6afb5],
  .my-xl-7[data-v-d4b6afb5] {
    margin-bottom: 40px !important;
}
.ml-xl-7[data-v-d4b6afb5],
  .mx-xl-7[data-v-d4b6afb5] {
    margin-left: 40px !important;
}
.m-xl-705[data-v-d4b6afb5] {
    margin: 44px !important;
}
.mt-xl-705[data-v-d4b6afb5],
  .my-xl-705[data-v-d4b6afb5] {
    margin-top: 44px !important;
}
.mr-xl-705[data-v-d4b6afb5],
  .mx-xl-705[data-v-d4b6afb5] {
    margin-right: 44px !important;
}
.mb-xl-705[data-v-d4b6afb5],
  .my-xl-705[data-v-d4b6afb5] {
    margin-bottom: 44px !important;
}
.ml-xl-705[data-v-d4b6afb5],
  .mx-xl-705[data-v-d4b6afb5] {
    margin-left: 44px !important;
}
.m-xl-8[data-v-d4b6afb5] {
    margin: 48px !important;
}
.mt-xl-8[data-v-d4b6afb5],
  .my-xl-8[data-v-d4b6afb5] {
    margin-top: 48px !important;
}
.mr-xl-8[data-v-d4b6afb5],
  .mx-xl-8[data-v-d4b6afb5] {
    margin-right: 48px !important;
}
.mb-xl-8[data-v-d4b6afb5],
  .my-xl-8[data-v-d4b6afb5] {
    margin-bottom: 48px !important;
}
.ml-xl-8[data-v-d4b6afb5],
  .mx-xl-8[data-v-d4b6afb5] {
    margin-left: 48px !important;
}
.m-xl-805[data-v-d4b6afb5] {
    margin: 52px !important;
}
.mt-xl-805[data-v-d4b6afb5],
  .my-xl-805[data-v-d4b6afb5] {
    margin-top: 52px !important;
}
.mr-xl-805[data-v-d4b6afb5],
  .mx-xl-805[data-v-d4b6afb5] {
    margin-right: 52px !important;
}
.mb-xl-805[data-v-d4b6afb5],
  .my-xl-805[data-v-d4b6afb5] {
    margin-bottom: 52px !important;
}
.ml-xl-805[data-v-d4b6afb5],
  .mx-xl-805[data-v-d4b6afb5] {
    margin-left: 52px !important;
}
.m-xl-9[data-v-d4b6afb5] {
    margin: 56px !important;
}
.mt-xl-9[data-v-d4b6afb5],
  .my-xl-9[data-v-d4b6afb5] {
    margin-top: 56px !important;
}
.mr-xl-9[data-v-d4b6afb5],
  .mx-xl-9[data-v-d4b6afb5] {
    margin-right: 56px !important;
}
.mb-xl-9[data-v-d4b6afb5],
  .my-xl-9[data-v-d4b6afb5] {
    margin-bottom: 56px !important;
}
.ml-xl-9[data-v-d4b6afb5],
  .mx-xl-9[data-v-d4b6afb5] {
    margin-left: 56px !important;
}
.m-xl-905[data-v-d4b6afb5] {
    margin: 60px !important;
}
.mt-xl-905[data-v-d4b6afb5],
  .my-xl-905[data-v-d4b6afb5] {
    margin-top: 60px !important;
}
.mr-xl-905[data-v-d4b6afb5],
  .mx-xl-905[data-v-d4b6afb5] {
    margin-right: 60px !important;
}
.mb-xl-905[data-v-d4b6afb5],
  .my-xl-905[data-v-d4b6afb5] {
    margin-bottom: 60px !important;
}
.ml-xl-905[data-v-d4b6afb5],
  .mx-xl-905[data-v-d4b6afb5] {
    margin-left: 60px !important;
}
.p-xl-0[data-v-d4b6afb5] {
    padding: 0 !important;
}
.pt-xl-0[data-v-d4b6afb5],
  .py-xl-0[data-v-d4b6afb5] {
    padding-top: 0 !important;
}
.pr-xl-0[data-v-d4b6afb5],
  .px-xl-0[data-v-d4b6afb5] {
    padding-right: 0 !important;
}
.pb-xl-0[data-v-d4b6afb5],
  .py-xl-0[data-v-d4b6afb5] {
    padding-bottom: 0 !important;
}
.pl-xl-0[data-v-d4b6afb5],
  .px-xl-0[data-v-d4b6afb5] {
    padding-left: 0 !important;
}
.p-xl-1[data-v-d4b6afb5] {
    padding: 2px !important;
}
.pt-xl-1[data-v-d4b6afb5],
  .py-xl-1[data-v-d4b6afb5] {
    padding-top: 2px !important;
}
.pr-xl-1[data-v-d4b6afb5],
  .px-xl-1[data-v-d4b6afb5] {
    padding-right: 2px !important;
}
.pb-xl-1[data-v-d4b6afb5],
  .py-xl-1[data-v-d4b6afb5] {
    padding-bottom: 2px !important;
}
.pl-xl-1[data-v-d4b6afb5],
  .px-xl-1[data-v-d4b6afb5] {
    padding-left: 2px !important;
}
.p-xl-2[data-v-d4b6afb5] {
    padding: 4px !important;
}
.pt-xl-2[data-v-d4b6afb5],
  .py-xl-2[data-v-d4b6afb5] {
    padding-top: 4px !important;
}
.pr-xl-2[data-v-d4b6afb5],
  .px-xl-2[data-v-d4b6afb5] {
    padding-right: 4px !important;
}
.pb-xl-2[data-v-d4b6afb5],
  .py-xl-2[data-v-d4b6afb5] {
    padding-bottom: 4px !important;
}
.pl-xl-2[data-v-d4b6afb5],
  .px-xl-2[data-v-d4b6afb5] {
    padding-left: 4px !important;
}
.p-xl-3[data-v-d4b6afb5] {
    padding: 8px !important;
}
.pt-xl-3[data-v-d4b6afb5],
  .py-xl-3[data-v-d4b6afb5] {
    padding-top: 8px !important;
}
.pr-xl-3[data-v-d4b6afb5],
  .px-xl-3[data-v-d4b6afb5] {
    padding-right: 8px !important;
}
.pb-xl-3[data-v-d4b6afb5],
  .py-xl-3[data-v-d4b6afb5] {
    padding-bottom: 8px !important;
}
.pl-xl-3[data-v-d4b6afb5],
  .px-xl-3[data-v-d4b6afb5] {
    padding-left: 8px !important;
}
.p-xl-305[data-v-d4b6afb5] {
    padding: 12px !important;
}
.pt-xl-305[data-v-d4b6afb5],
  .py-xl-305[data-v-d4b6afb5] {
    padding-top: 12px !important;
}
.pr-xl-305[data-v-d4b6afb5],
  .px-xl-305[data-v-d4b6afb5] {
    padding-right: 12px !important;
}
.pb-xl-305[data-v-d4b6afb5],
  .py-xl-305[data-v-d4b6afb5] {
    padding-bottom: 12px !important;
}
.pl-xl-305[data-v-d4b6afb5],
  .px-xl-305[data-v-d4b6afb5] {
    padding-left: 12px !important;
}
.p-xl-4[data-v-d4b6afb5] {
    padding: 16px !important;
}
.pt-xl-4[data-v-d4b6afb5],
  .py-xl-4[data-v-d4b6afb5] {
    padding-top: 16px !important;
}
.pr-xl-4[data-v-d4b6afb5],
  .px-xl-4[data-v-d4b6afb5] {
    padding-right: 16px !important;
}
.pb-xl-4[data-v-d4b6afb5],
  .py-xl-4[data-v-d4b6afb5] {
    padding-bottom: 16px !important;
}
.pl-xl-4[data-v-d4b6afb5],
  .px-xl-4[data-v-d4b6afb5] {
    padding-left: 16px !important;
}
.p-xl-405[data-v-d4b6afb5] {
    padding: 20px !important;
}
.pt-xl-405[data-v-d4b6afb5],
  .py-xl-405[data-v-d4b6afb5] {
    padding-top: 20px !important;
}
.pr-xl-405[data-v-d4b6afb5],
  .px-xl-405[data-v-d4b6afb5] {
    padding-right: 20px !important;
}
.pb-xl-405[data-v-d4b6afb5],
  .py-xl-405[data-v-d4b6afb5] {
    padding-bottom: 20px !important;
}
.pl-xl-405[data-v-d4b6afb5],
  .px-xl-405[data-v-d4b6afb5] {
    padding-left: 20px !important;
}
.p-xl-5[data-v-d4b6afb5] {
    padding: 24px !important;
}
.pt-xl-5[data-v-d4b6afb5],
  .py-xl-5[data-v-d4b6afb5] {
    padding-top: 24px !important;
}
.pr-xl-5[data-v-d4b6afb5],
  .px-xl-5[data-v-d4b6afb5] {
    padding-right: 24px !important;
}
.pb-xl-5[data-v-d4b6afb5],
  .py-xl-5[data-v-d4b6afb5] {
    padding-bottom: 24px !important;
}
.pl-xl-5[data-v-d4b6afb5],
  .px-xl-5[data-v-d4b6afb5] {
    padding-left: 24px !important;
}
.p-xl-505[data-v-d4b6afb5] {
    padding: 28px !important;
}
.pt-xl-505[data-v-d4b6afb5],
  .py-xl-505[data-v-d4b6afb5] {
    padding-top: 28px !important;
}
.pr-xl-505[data-v-d4b6afb5],
  .px-xl-505[data-v-d4b6afb5] {
    padding-right: 28px !important;
}
.pb-xl-505[data-v-d4b6afb5],
  .py-xl-505[data-v-d4b6afb5] {
    padding-bottom: 28px !important;
}
.pl-xl-505[data-v-d4b6afb5],
  .px-xl-505[data-v-d4b6afb5] {
    padding-left: 28px !important;
}
.p-xl-6[data-v-d4b6afb5] {
    padding: 32px !important;
}
.pt-xl-6[data-v-d4b6afb5],
  .py-xl-6[data-v-d4b6afb5] {
    padding-top: 32px !important;
}
.pr-xl-6[data-v-d4b6afb5],
  .px-xl-6[data-v-d4b6afb5] {
    padding-right: 32px !important;
}
.pb-xl-6[data-v-d4b6afb5],
  .py-xl-6[data-v-d4b6afb5] {
    padding-bottom: 32px !important;
}
.pl-xl-6[data-v-d4b6afb5],
  .px-xl-6[data-v-d4b6afb5] {
    padding-left: 32px !important;
}
.p-xl-605[data-v-d4b6afb5] {
    padding: 36px !important;
}
.pt-xl-605[data-v-d4b6afb5],
  .py-xl-605[data-v-d4b6afb5] {
    padding-top: 36px !important;
}
.pr-xl-605[data-v-d4b6afb5],
  .px-xl-605[data-v-d4b6afb5] {
    padding-right: 36px !important;
}
.pb-xl-605[data-v-d4b6afb5],
  .py-xl-605[data-v-d4b6afb5] {
    padding-bottom: 36px !important;
}
.pl-xl-605[data-v-d4b6afb5],
  .px-xl-605[data-v-d4b6afb5] {
    padding-left: 36px !important;
}
.p-xl-7[data-v-d4b6afb5] {
    padding: 40px !important;
}
.pt-xl-7[data-v-d4b6afb5],
  .py-xl-7[data-v-d4b6afb5] {
    padding-top: 40px !important;
}
.pr-xl-7[data-v-d4b6afb5],
  .px-xl-7[data-v-d4b6afb5] {
    padding-right: 40px !important;
}
.pb-xl-7[data-v-d4b6afb5],
  .py-xl-7[data-v-d4b6afb5] {
    padding-bottom: 40px !important;
}
.pl-xl-7[data-v-d4b6afb5],
  .px-xl-7[data-v-d4b6afb5] {
    padding-left: 40px !important;
}
.p-xl-705[data-v-d4b6afb5] {
    padding: 44px !important;
}
.pt-xl-705[data-v-d4b6afb5],
  .py-xl-705[data-v-d4b6afb5] {
    padding-top: 44px !important;
}
.pr-xl-705[data-v-d4b6afb5],
  .px-xl-705[data-v-d4b6afb5] {
    padding-right: 44px !important;
}
.pb-xl-705[data-v-d4b6afb5],
  .py-xl-705[data-v-d4b6afb5] {
    padding-bottom: 44px !important;
}
.pl-xl-705[data-v-d4b6afb5],
  .px-xl-705[data-v-d4b6afb5] {
    padding-left: 44px !important;
}
.p-xl-8[data-v-d4b6afb5] {
    padding: 48px !important;
}
.pt-xl-8[data-v-d4b6afb5],
  .py-xl-8[data-v-d4b6afb5] {
    padding-top: 48px !important;
}
.pr-xl-8[data-v-d4b6afb5],
  .px-xl-8[data-v-d4b6afb5] {
    padding-right: 48px !important;
}
.pb-xl-8[data-v-d4b6afb5],
  .py-xl-8[data-v-d4b6afb5] {
    padding-bottom: 48px !important;
}
.pl-xl-8[data-v-d4b6afb5],
  .px-xl-8[data-v-d4b6afb5] {
    padding-left: 48px !important;
}
.p-xl-805[data-v-d4b6afb5] {
    padding: 52px !important;
}
.pt-xl-805[data-v-d4b6afb5],
  .py-xl-805[data-v-d4b6afb5] {
    padding-top: 52px !important;
}
.pr-xl-805[data-v-d4b6afb5],
  .px-xl-805[data-v-d4b6afb5] {
    padding-right: 52px !important;
}
.pb-xl-805[data-v-d4b6afb5],
  .py-xl-805[data-v-d4b6afb5] {
    padding-bottom: 52px !important;
}
.pl-xl-805[data-v-d4b6afb5],
  .px-xl-805[data-v-d4b6afb5] {
    padding-left: 52px !important;
}
.p-xl-9[data-v-d4b6afb5] {
    padding: 56px !important;
}
.pt-xl-9[data-v-d4b6afb5],
  .py-xl-9[data-v-d4b6afb5] {
    padding-top: 56px !important;
}
.pr-xl-9[data-v-d4b6afb5],
  .px-xl-9[data-v-d4b6afb5] {
    padding-right: 56px !important;
}
.pb-xl-9[data-v-d4b6afb5],
  .py-xl-9[data-v-d4b6afb5] {
    padding-bottom: 56px !important;
}
.pl-xl-9[data-v-d4b6afb5],
  .px-xl-9[data-v-d4b6afb5] {
    padding-left: 56px !important;
}
.p-xl-905[data-v-d4b6afb5] {
    padding: 60px !important;
}
.pt-xl-905[data-v-d4b6afb5],
  .py-xl-905[data-v-d4b6afb5] {
    padding-top: 60px !important;
}
.pr-xl-905[data-v-d4b6afb5],
  .px-xl-905[data-v-d4b6afb5] {
    padding-right: 60px !important;
}
.pb-xl-905[data-v-d4b6afb5],
  .py-xl-905[data-v-d4b6afb5] {
    padding-bottom: 60px !important;
}
.pl-xl-905[data-v-d4b6afb5],
  .px-xl-905[data-v-d4b6afb5] {
    padding-left: 60px !important;
}
.m-xl-auto[data-v-d4b6afb5] {
    margin: auto !important;
}
.mt-xl-auto[data-v-d4b6afb5],
  .my-xl-auto[data-v-d4b6afb5] {
    margin-top: auto !important;
}
.mr-xl-auto[data-v-d4b6afb5],
  .mx-xl-auto[data-v-d4b6afb5] {
    margin-right: auto !important;
}
.mb-xl-auto[data-v-d4b6afb5],
  .my-xl-auto[data-v-d4b6afb5] {
    margin-bottom: auto !important;
}
.ml-xl-auto[data-v-d4b6afb5],
  .mx-xl-auto[data-v-d4b6afb5] {
    margin-left: auto !important;
}
}
@media (min-width: 1400px) {
.m-xxl-0[data-v-d4b6afb5] {
    margin: 0 !important;
}
.mt-xxl-0[data-v-d4b6afb5],
  .my-xxl-0[data-v-d4b6afb5] {
    margin-top: 0 !important;
}
.mr-xxl-0[data-v-d4b6afb5],
  .mx-xxl-0[data-v-d4b6afb5] {
    margin-right: 0 !important;
}
.mb-xxl-0[data-v-d4b6afb5],
  .my-xxl-0[data-v-d4b6afb5] {
    margin-bottom: 0 !important;
}
.ml-xxl-0[data-v-d4b6afb5],
  .mx-xxl-0[data-v-d4b6afb5] {
    margin-left: 0 !important;
}
.m-xxl-1[data-v-d4b6afb5] {
    margin: 2px !important;
}
.mt-xxl-1[data-v-d4b6afb5],
  .my-xxl-1[data-v-d4b6afb5] {
    margin-top: 2px !important;
}
.mr-xxl-1[data-v-d4b6afb5],
  .mx-xxl-1[data-v-d4b6afb5] {
    margin-right: 2px !important;
}
.mb-xxl-1[data-v-d4b6afb5],
  .my-xxl-1[data-v-d4b6afb5] {
    margin-bottom: 2px !important;
}
.ml-xxl-1[data-v-d4b6afb5],
  .mx-xxl-1[data-v-d4b6afb5] {
    margin-left: 2px !important;
}
.m-xxl-2[data-v-d4b6afb5] {
    margin: 4px !important;
}
.mt-xxl-2[data-v-d4b6afb5],
  .my-xxl-2[data-v-d4b6afb5] {
    margin-top: 4px !important;
}
.mr-xxl-2[data-v-d4b6afb5],
  .mx-xxl-2[data-v-d4b6afb5] {
    margin-right: 4px !important;
}
.mb-xxl-2[data-v-d4b6afb5],
  .my-xxl-2[data-v-d4b6afb5] {
    margin-bottom: 4px !important;
}
.ml-xxl-2[data-v-d4b6afb5],
  .mx-xxl-2[data-v-d4b6afb5] {
    margin-left: 4px !important;
}
.m-xxl-3[data-v-d4b6afb5] {
    margin: 8px !important;
}
.mt-xxl-3[data-v-d4b6afb5],
  .my-xxl-3[data-v-d4b6afb5] {
    margin-top: 8px !important;
}
.mr-xxl-3[data-v-d4b6afb5],
  .mx-xxl-3[data-v-d4b6afb5] {
    margin-right: 8px !important;
}
.mb-xxl-3[data-v-d4b6afb5],
  .my-xxl-3[data-v-d4b6afb5] {
    margin-bottom: 8px !important;
}
.ml-xxl-3[data-v-d4b6afb5],
  .mx-xxl-3[data-v-d4b6afb5] {
    margin-left: 8px !important;
}
.m-xxl-305[data-v-d4b6afb5] {
    margin: 12px !important;
}
.mt-xxl-305[data-v-d4b6afb5],
  .my-xxl-305[data-v-d4b6afb5] {
    margin-top: 12px !important;
}
.mr-xxl-305[data-v-d4b6afb5],
  .mx-xxl-305[data-v-d4b6afb5] {
    margin-right: 12px !important;
}
.mb-xxl-305[data-v-d4b6afb5],
  .my-xxl-305[data-v-d4b6afb5] {
    margin-bottom: 12px !important;
}
.ml-xxl-305[data-v-d4b6afb5],
  .mx-xxl-305[data-v-d4b6afb5] {
    margin-left: 12px !important;
}
.m-xxl-4[data-v-d4b6afb5] {
    margin: 16px !important;
}
.mt-xxl-4[data-v-d4b6afb5],
  .my-xxl-4[data-v-d4b6afb5] {
    margin-top: 16px !important;
}
.mr-xxl-4[data-v-d4b6afb5],
  .mx-xxl-4[data-v-d4b6afb5] {
    margin-right: 16px !important;
}
.mb-xxl-4[data-v-d4b6afb5],
  .my-xxl-4[data-v-d4b6afb5] {
    margin-bottom: 16px !important;
}
.ml-xxl-4[data-v-d4b6afb5],
  .mx-xxl-4[data-v-d4b6afb5] {
    margin-left: 16px !important;
}
.m-xxl-405[data-v-d4b6afb5] {
    margin: 20px !important;
}
.mt-xxl-405[data-v-d4b6afb5],
  .my-xxl-405[data-v-d4b6afb5] {
    margin-top: 20px !important;
}
.mr-xxl-405[data-v-d4b6afb5],
  .mx-xxl-405[data-v-d4b6afb5] {
    margin-right: 20px !important;
}
.mb-xxl-405[data-v-d4b6afb5],
  .my-xxl-405[data-v-d4b6afb5] {
    margin-bottom: 20px !important;
}
.ml-xxl-405[data-v-d4b6afb5],
  .mx-xxl-405[data-v-d4b6afb5] {
    margin-left: 20px !important;
}
.m-xxl-5[data-v-d4b6afb5] {
    margin: 24px !important;
}
.mt-xxl-5[data-v-d4b6afb5],
  .my-xxl-5[data-v-d4b6afb5] {
    margin-top: 24px !important;
}
.mr-xxl-5[data-v-d4b6afb5],
  .mx-xxl-5[data-v-d4b6afb5] {
    margin-right: 24px !important;
}
.mb-xxl-5[data-v-d4b6afb5],
  .my-xxl-5[data-v-d4b6afb5] {
    margin-bottom: 24px !important;
}
.ml-xxl-5[data-v-d4b6afb5],
  .mx-xxl-5[data-v-d4b6afb5] {
    margin-left: 24px !important;
}
.m-xxl-505[data-v-d4b6afb5] {
    margin: 28px !important;
}
.mt-xxl-505[data-v-d4b6afb5],
  .my-xxl-505[data-v-d4b6afb5] {
    margin-top: 28px !important;
}
.mr-xxl-505[data-v-d4b6afb5],
  .mx-xxl-505[data-v-d4b6afb5] {
    margin-right: 28px !important;
}
.mb-xxl-505[data-v-d4b6afb5],
  .my-xxl-505[data-v-d4b6afb5] {
    margin-bottom: 28px !important;
}
.ml-xxl-505[data-v-d4b6afb5],
  .mx-xxl-505[data-v-d4b6afb5] {
    margin-left: 28px !important;
}
.m-xxl-6[data-v-d4b6afb5] {
    margin: 32px !important;
}
.mt-xxl-6[data-v-d4b6afb5],
  .my-xxl-6[data-v-d4b6afb5] {
    margin-top: 32px !important;
}
.mr-xxl-6[data-v-d4b6afb5],
  .mx-xxl-6[data-v-d4b6afb5] {
    margin-right: 32px !important;
}
.mb-xxl-6[data-v-d4b6afb5],
  .my-xxl-6[data-v-d4b6afb5] {
    margin-bottom: 32px !important;
}
.ml-xxl-6[data-v-d4b6afb5],
  .mx-xxl-6[data-v-d4b6afb5] {
    margin-left: 32px !important;
}
.m-xxl-605[data-v-d4b6afb5] {
    margin: 36px !important;
}
.mt-xxl-605[data-v-d4b6afb5],
  .my-xxl-605[data-v-d4b6afb5] {
    margin-top: 36px !important;
}
.mr-xxl-605[data-v-d4b6afb5],
  .mx-xxl-605[data-v-d4b6afb5] {
    margin-right: 36px !important;
}
.mb-xxl-605[data-v-d4b6afb5],
  .my-xxl-605[data-v-d4b6afb5] {
    margin-bottom: 36px !important;
}
.ml-xxl-605[data-v-d4b6afb5],
  .mx-xxl-605[data-v-d4b6afb5] {
    margin-left: 36px !important;
}
.m-xxl-7[data-v-d4b6afb5] {
    margin: 40px !important;
}
.mt-xxl-7[data-v-d4b6afb5],
  .my-xxl-7[data-v-d4b6afb5] {
    margin-top: 40px !important;
}
.mr-xxl-7[data-v-d4b6afb5],
  .mx-xxl-7[data-v-d4b6afb5] {
    margin-right: 40px !important;
}
.mb-xxl-7[data-v-d4b6afb5],
  .my-xxl-7[data-v-d4b6afb5] {
    margin-bottom: 40px !important;
}
.ml-xxl-7[data-v-d4b6afb5],
  .mx-xxl-7[data-v-d4b6afb5] {
    margin-left: 40px !important;
}
.m-xxl-705[data-v-d4b6afb5] {
    margin: 44px !important;
}
.mt-xxl-705[data-v-d4b6afb5],
  .my-xxl-705[data-v-d4b6afb5] {
    margin-top: 44px !important;
}
.mr-xxl-705[data-v-d4b6afb5],
  .mx-xxl-705[data-v-d4b6afb5] {
    margin-right: 44px !important;
}
.mb-xxl-705[data-v-d4b6afb5],
  .my-xxl-705[data-v-d4b6afb5] {
    margin-bottom: 44px !important;
}
.ml-xxl-705[data-v-d4b6afb5],
  .mx-xxl-705[data-v-d4b6afb5] {
    margin-left: 44px !important;
}
.m-xxl-8[data-v-d4b6afb5] {
    margin: 48px !important;
}
.mt-xxl-8[data-v-d4b6afb5],
  .my-xxl-8[data-v-d4b6afb5] {
    margin-top: 48px !important;
}
.mr-xxl-8[data-v-d4b6afb5],
  .mx-xxl-8[data-v-d4b6afb5] {
    margin-right: 48px !important;
}
.mb-xxl-8[data-v-d4b6afb5],
  .my-xxl-8[data-v-d4b6afb5] {
    margin-bottom: 48px !important;
}
.ml-xxl-8[data-v-d4b6afb5],
  .mx-xxl-8[data-v-d4b6afb5] {
    margin-left: 48px !important;
}
.m-xxl-805[data-v-d4b6afb5] {
    margin: 52px !important;
}
.mt-xxl-805[data-v-d4b6afb5],
  .my-xxl-805[data-v-d4b6afb5] {
    margin-top: 52px !important;
}
.mr-xxl-805[data-v-d4b6afb5],
  .mx-xxl-805[data-v-d4b6afb5] {
    margin-right: 52px !important;
}
.mb-xxl-805[data-v-d4b6afb5],
  .my-xxl-805[data-v-d4b6afb5] {
    margin-bottom: 52px !important;
}
.ml-xxl-805[data-v-d4b6afb5],
  .mx-xxl-805[data-v-d4b6afb5] {
    margin-left: 52px !important;
}
.m-xxl-9[data-v-d4b6afb5] {
    margin: 56px !important;
}
.mt-xxl-9[data-v-d4b6afb5],
  .my-xxl-9[data-v-d4b6afb5] {
    margin-top: 56px !important;
}
.mr-xxl-9[data-v-d4b6afb5],
  .mx-xxl-9[data-v-d4b6afb5] {
    margin-right: 56px !important;
}
.mb-xxl-9[data-v-d4b6afb5],
  .my-xxl-9[data-v-d4b6afb5] {
    margin-bottom: 56px !important;
}
.ml-xxl-9[data-v-d4b6afb5],
  .mx-xxl-9[data-v-d4b6afb5] {
    margin-left: 56px !important;
}
.m-xxl-905[data-v-d4b6afb5] {
    margin: 60px !important;
}
.mt-xxl-905[data-v-d4b6afb5],
  .my-xxl-905[data-v-d4b6afb5] {
    margin-top: 60px !important;
}
.mr-xxl-905[data-v-d4b6afb5],
  .mx-xxl-905[data-v-d4b6afb5] {
    margin-right: 60px !important;
}
.mb-xxl-905[data-v-d4b6afb5],
  .my-xxl-905[data-v-d4b6afb5] {
    margin-bottom: 60px !important;
}
.ml-xxl-905[data-v-d4b6afb5],
  .mx-xxl-905[data-v-d4b6afb5] {
    margin-left: 60px !important;
}
.p-xxl-0[data-v-d4b6afb5] {
    padding: 0 !important;
}
.pt-xxl-0[data-v-d4b6afb5],
  .py-xxl-0[data-v-d4b6afb5] {
    padding-top: 0 !important;
}
.pr-xxl-0[data-v-d4b6afb5],
  .px-xxl-0[data-v-d4b6afb5] {
    padding-right: 0 !important;
}
.pb-xxl-0[data-v-d4b6afb5],
  .py-xxl-0[data-v-d4b6afb5] {
    padding-bottom: 0 !important;
}
.pl-xxl-0[data-v-d4b6afb5],
  .px-xxl-0[data-v-d4b6afb5] {
    padding-left: 0 !important;
}
.p-xxl-1[data-v-d4b6afb5] {
    padding: 2px !important;
}
.pt-xxl-1[data-v-d4b6afb5],
  .py-xxl-1[data-v-d4b6afb5] {
    padding-top: 2px !important;
}
.pr-xxl-1[data-v-d4b6afb5],
  .px-xxl-1[data-v-d4b6afb5] {
    padding-right: 2px !important;
}
.pb-xxl-1[data-v-d4b6afb5],
  .py-xxl-1[data-v-d4b6afb5] {
    padding-bottom: 2px !important;
}
.pl-xxl-1[data-v-d4b6afb5],
  .px-xxl-1[data-v-d4b6afb5] {
    padding-left: 2px !important;
}
.p-xxl-2[data-v-d4b6afb5] {
    padding: 4px !important;
}
.pt-xxl-2[data-v-d4b6afb5],
  .py-xxl-2[data-v-d4b6afb5] {
    padding-top: 4px !important;
}
.pr-xxl-2[data-v-d4b6afb5],
  .px-xxl-2[data-v-d4b6afb5] {
    padding-right: 4px !important;
}
.pb-xxl-2[data-v-d4b6afb5],
  .py-xxl-2[data-v-d4b6afb5] {
    padding-bottom: 4px !important;
}
.pl-xxl-2[data-v-d4b6afb5],
  .px-xxl-2[data-v-d4b6afb5] {
    padding-left: 4px !important;
}
.p-xxl-3[data-v-d4b6afb5] {
    padding: 8px !important;
}
.pt-xxl-3[data-v-d4b6afb5],
  .py-xxl-3[data-v-d4b6afb5] {
    padding-top: 8px !important;
}
.pr-xxl-3[data-v-d4b6afb5],
  .px-xxl-3[data-v-d4b6afb5] {
    padding-right: 8px !important;
}
.pb-xxl-3[data-v-d4b6afb5],
  .py-xxl-3[data-v-d4b6afb5] {
    padding-bottom: 8px !important;
}
.pl-xxl-3[data-v-d4b6afb5],
  .px-xxl-3[data-v-d4b6afb5] {
    padding-left: 8px !important;
}
.p-xxl-305[data-v-d4b6afb5] {
    padding: 12px !important;
}
.pt-xxl-305[data-v-d4b6afb5],
  .py-xxl-305[data-v-d4b6afb5] {
    padding-top: 12px !important;
}
.pr-xxl-305[data-v-d4b6afb5],
  .px-xxl-305[data-v-d4b6afb5] {
    padding-right: 12px !important;
}
.pb-xxl-305[data-v-d4b6afb5],
  .py-xxl-305[data-v-d4b6afb5] {
    padding-bottom: 12px !important;
}
.pl-xxl-305[data-v-d4b6afb5],
  .px-xxl-305[data-v-d4b6afb5] {
    padding-left: 12px !important;
}
.p-xxl-4[data-v-d4b6afb5] {
    padding: 16px !important;
}
.pt-xxl-4[data-v-d4b6afb5],
  .py-xxl-4[data-v-d4b6afb5] {
    padding-top: 16px !important;
}
.pr-xxl-4[data-v-d4b6afb5],
  .px-xxl-4[data-v-d4b6afb5] {
    padding-right: 16px !important;
}
.pb-xxl-4[data-v-d4b6afb5],
  .py-xxl-4[data-v-d4b6afb5] {
    padding-bottom: 16px !important;
}
.pl-xxl-4[data-v-d4b6afb5],
  .px-xxl-4[data-v-d4b6afb5] {
    padding-left: 16px !important;
}
.p-xxl-405[data-v-d4b6afb5] {
    padding: 20px !important;
}
.pt-xxl-405[data-v-d4b6afb5],
  .py-xxl-405[data-v-d4b6afb5] {
    padding-top: 20px !important;
}
.pr-xxl-405[data-v-d4b6afb5],
  .px-xxl-405[data-v-d4b6afb5] {
    padding-right: 20px !important;
}
.pb-xxl-405[data-v-d4b6afb5],
  .py-xxl-405[data-v-d4b6afb5] {
    padding-bottom: 20px !important;
}
.pl-xxl-405[data-v-d4b6afb5],
  .px-xxl-405[data-v-d4b6afb5] {
    padding-left: 20px !important;
}
.p-xxl-5[data-v-d4b6afb5] {
    padding: 24px !important;
}
.pt-xxl-5[data-v-d4b6afb5],
  .py-xxl-5[data-v-d4b6afb5] {
    padding-top: 24px !important;
}
.pr-xxl-5[data-v-d4b6afb5],
  .px-xxl-5[data-v-d4b6afb5] {
    padding-right: 24px !important;
}
.pb-xxl-5[data-v-d4b6afb5],
  .py-xxl-5[data-v-d4b6afb5] {
    padding-bottom: 24px !important;
}
.pl-xxl-5[data-v-d4b6afb5],
  .px-xxl-5[data-v-d4b6afb5] {
    padding-left: 24px !important;
}
.p-xxl-505[data-v-d4b6afb5] {
    padding: 28px !important;
}
.pt-xxl-505[data-v-d4b6afb5],
  .py-xxl-505[data-v-d4b6afb5] {
    padding-top: 28px !important;
}
.pr-xxl-505[data-v-d4b6afb5],
  .px-xxl-505[data-v-d4b6afb5] {
    padding-right: 28px !important;
}
.pb-xxl-505[data-v-d4b6afb5],
  .py-xxl-505[data-v-d4b6afb5] {
    padding-bottom: 28px !important;
}
.pl-xxl-505[data-v-d4b6afb5],
  .px-xxl-505[data-v-d4b6afb5] {
    padding-left: 28px !important;
}
.p-xxl-6[data-v-d4b6afb5] {
    padding: 32px !important;
}
.pt-xxl-6[data-v-d4b6afb5],
  .py-xxl-6[data-v-d4b6afb5] {
    padding-top: 32px !important;
}
.pr-xxl-6[data-v-d4b6afb5],
  .px-xxl-6[data-v-d4b6afb5] {
    padding-right: 32px !important;
}
.pb-xxl-6[data-v-d4b6afb5],
  .py-xxl-6[data-v-d4b6afb5] {
    padding-bottom: 32px !important;
}
.pl-xxl-6[data-v-d4b6afb5],
  .px-xxl-6[data-v-d4b6afb5] {
    padding-left: 32px !important;
}
.p-xxl-605[data-v-d4b6afb5] {
    padding: 36px !important;
}
.pt-xxl-605[data-v-d4b6afb5],
  .py-xxl-605[data-v-d4b6afb5] {
    padding-top: 36px !important;
}
.pr-xxl-605[data-v-d4b6afb5],
  .px-xxl-605[data-v-d4b6afb5] {
    padding-right: 36px !important;
}
.pb-xxl-605[data-v-d4b6afb5],
  .py-xxl-605[data-v-d4b6afb5] {
    padding-bottom: 36px !important;
}
.pl-xxl-605[data-v-d4b6afb5],
  .px-xxl-605[data-v-d4b6afb5] {
    padding-left: 36px !important;
}
.p-xxl-7[data-v-d4b6afb5] {
    padding: 40px !important;
}
.pt-xxl-7[data-v-d4b6afb5],
  .py-xxl-7[data-v-d4b6afb5] {
    padding-top: 40px !important;
}
.pr-xxl-7[data-v-d4b6afb5],
  .px-xxl-7[data-v-d4b6afb5] {
    padding-right: 40px !important;
}
.pb-xxl-7[data-v-d4b6afb5],
  .py-xxl-7[data-v-d4b6afb5] {
    padding-bottom: 40px !important;
}
.pl-xxl-7[data-v-d4b6afb5],
  .px-xxl-7[data-v-d4b6afb5] {
    padding-left: 40px !important;
}
.p-xxl-705[data-v-d4b6afb5] {
    padding: 44px !important;
}
.pt-xxl-705[data-v-d4b6afb5],
  .py-xxl-705[data-v-d4b6afb5] {
    padding-top: 44px !important;
}
.pr-xxl-705[data-v-d4b6afb5],
  .px-xxl-705[data-v-d4b6afb5] {
    padding-right: 44px !important;
}
.pb-xxl-705[data-v-d4b6afb5],
  .py-xxl-705[data-v-d4b6afb5] {
    padding-bottom: 44px !important;
}
.pl-xxl-705[data-v-d4b6afb5],
  .px-xxl-705[data-v-d4b6afb5] {
    padding-left: 44px !important;
}
.p-xxl-8[data-v-d4b6afb5] {
    padding: 48px !important;
}
.pt-xxl-8[data-v-d4b6afb5],
  .py-xxl-8[data-v-d4b6afb5] {
    padding-top: 48px !important;
}
.pr-xxl-8[data-v-d4b6afb5],
  .px-xxl-8[data-v-d4b6afb5] {
    padding-right: 48px !important;
}
.pb-xxl-8[data-v-d4b6afb5],
  .py-xxl-8[data-v-d4b6afb5] {
    padding-bottom: 48px !important;
}
.pl-xxl-8[data-v-d4b6afb5],
  .px-xxl-8[data-v-d4b6afb5] {
    padding-left: 48px !important;
}
.p-xxl-805[data-v-d4b6afb5] {
    padding: 52px !important;
}
.pt-xxl-805[data-v-d4b6afb5],
  .py-xxl-805[data-v-d4b6afb5] {
    padding-top: 52px !important;
}
.pr-xxl-805[data-v-d4b6afb5],
  .px-xxl-805[data-v-d4b6afb5] {
    padding-right: 52px !important;
}
.pb-xxl-805[data-v-d4b6afb5],
  .py-xxl-805[data-v-d4b6afb5] {
    padding-bottom: 52px !important;
}
.pl-xxl-805[data-v-d4b6afb5],
  .px-xxl-805[data-v-d4b6afb5] {
    padding-left: 52px !important;
}
.p-xxl-9[data-v-d4b6afb5] {
    padding: 56px !important;
}
.pt-xxl-9[data-v-d4b6afb5],
  .py-xxl-9[data-v-d4b6afb5] {
    padding-top: 56px !important;
}
.pr-xxl-9[data-v-d4b6afb5],
  .px-xxl-9[data-v-d4b6afb5] {
    padding-right: 56px !important;
}
.pb-xxl-9[data-v-d4b6afb5],
  .py-xxl-9[data-v-d4b6afb5] {
    padding-bottom: 56px !important;
}
.pl-xxl-9[data-v-d4b6afb5],
  .px-xxl-9[data-v-d4b6afb5] {
    padding-left: 56px !important;
}
.p-xxl-905[data-v-d4b6afb5] {
    padding: 60px !important;
}
.pt-xxl-905[data-v-d4b6afb5],
  .py-xxl-905[data-v-d4b6afb5] {
    padding-top: 60px !important;
}
.pr-xxl-905[data-v-d4b6afb5],
  .px-xxl-905[data-v-d4b6afb5] {
    padding-right: 60px !important;
}
.pb-xxl-905[data-v-d4b6afb5],
  .py-xxl-905[data-v-d4b6afb5] {
    padding-bottom: 60px !important;
}
.pl-xxl-905[data-v-d4b6afb5],
  .px-xxl-905[data-v-d4b6afb5] {
    padding-left: 60px !important;
}
.m-xxl-auto[data-v-d4b6afb5] {
    margin: auto !important;
}
.mt-xxl-auto[data-v-d4b6afb5],
  .my-xxl-auto[data-v-d4b6afb5] {
    margin-top: auto !important;
}
.mr-xxl-auto[data-v-d4b6afb5],
  .mx-xxl-auto[data-v-d4b6afb5] {
    margin-right: auto !important;
}
.mb-xxl-auto[data-v-d4b6afb5],
  .my-xxl-auto[data-v-d4b6afb5] {
    margin-bottom: auto !important;
}
.ml-xxl-auto[data-v-d4b6afb5],
  .mx-xxl-auto[data-v-d4b6afb5] {
    margin-left: auto !important;
}
}
.position-static[data-v-d4b6afb5] {
  position: static !important;
}
.position-relative[data-v-d4b6afb5] {
  position: relative !important;
}
.position-absolute[data-v-d4b6afb5] {
  position: absolute !important;
}
.position-fixed[data-v-d4b6afb5] {
  position: fixed !important;
}
.position-sticky[data-v-d4b6afb5] {
  position: sticky !important;
}
.fixed-top[data-v-d4b6afb5] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom[data-v-d4b6afb5] {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
.sticky-top[data-v-d4b6afb5] {
    position: sticky;
    top: 0;
    z-index: 1020;
}
}
.d-none[data-v-d4b6afb5] {
  display: none !important;
}
.d-inline[data-v-d4b6afb5] {
  display: inline !important;
}
.d-inline-block[data-v-d4b6afb5] {
  display: inline-block !important;
}
.d-block[data-v-d4b6afb5] {
  display: block !important;
}
.d-flex[data-v-d4b6afb5] {
  display: flex !important;
}
.d-inline-flex[data-v-d4b6afb5] {
  display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none[data-v-d4b6afb5] {
    display: none !important;
}
.d-sm-inline[data-v-d4b6afb5] {
    display: inline !important;
}
.d-sm-inline-block[data-v-d4b6afb5] {
    display: inline-block !important;
}
.d-sm-block[data-v-d4b6afb5] {
    display: block !important;
}
.d-sm-flex[data-v-d4b6afb5] {
    display: flex !important;
}
.d-sm-inline-flex[data-v-d4b6afb5] {
    display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none[data-v-d4b6afb5] {
    display: none !important;
}
.d-md-inline[data-v-d4b6afb5] {
    display: inline !important;
}
.d-md-inline-block[data-v-d4b6afb5] {
    display: inline-block !important;
}
.d-md-block[data-v-d4b6afb5] {
    display: block !important;
}
.d-md-flex[data-v-d4b6afb5] {
    display: flex !important;
}
.d-md-inline-flex[data-v-d4b6afb5] {
    display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none[data-v-d4b6afb5] {
    display: none !important;
}
.d-lg-inline[data-v-d4b6afb5] {
    display: inline !important;
}
.d-lg-inline-block[data-v-d4b6afb5] {
    display: inline-block !important;
}
.d-lg-block[data-v-d4b6afb5] {
    display: block !important;
}
.d-lg-flex[data-v-d4b6afb5] {
    display: flex !important;
}
.d-lg-inline-flex[data-v-d4b6afb5] {
    display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none[data-v-d4b6afb5] {
    display: none !important;
}
.d-xl-inline[data-v-d4b6afb5] {
    display: inline !important;
}
.d-xl-inline-block[data-v-d4b6afb5] {
    display: inline-block !important;
}
.d-xl-block[data-v-d4b6afb5] {
    display: block !important;
}
.d-xl-flex[data-v-d4b6afb5] {
    display: flex !important;
}
.d-xl-inline-flex[data-v-d4b6afb5] {
    display: inline-flex !important;
}
}
@media (min-width: 1400px) {
.d-xxl-none[data-v-d4b6afb5] {
    display: none !important;
}
.d-xxl-inline[data-v-d4b6afb5] {
    display: inline !important;
}
.d-xxl-inline-block[data-v-d4b6afb5] {
    display: inline-block !important;
}
.d-xxl-block[data-v-d4b6afb5] {
    display: block !important;
}
.d-xxl-flex[data-v-d4b6afb5] {
    display: flex !important;
}
.d-xxl-inline-flex[data-v-d4b6afb5] {
    display: inline-flex !important;
}
}
@media print {
.d-print-none[data-v-d4b6afb5] {
    display: none !important;
}
.d-print-inline[data-v-d4b6afb5] {
    display: inline !important;
}
.d-print-inline-block[data-v-d4b6afb5] {
    display: inline-block !important;
}
.d-print-block[data-v-d4b6afb5] {
    display: block !important;
}
.d-print-table[data-v-d4b6afb5] {
    display: table !important;
}
.d-print-table-row[data-v-d4b6afb5] {
    display: table-row !important;
}
.d-print-table-cell[data-v-d4b6afb5] {
    display: table-cell !important;
}
.d-print-flex[data-v-d4b6afb5] {
    display: flex !important;
}
.d-print-inline-flex[data-v-d4b6afb5] {
    display: inline-flex !important;
}
}
.section + .section[data-v-d4b6afb5] {
  margin-top: 24px;
}
a.button[data-v-d4b6afb5] {
  display: inline-flex;
  padding-top: 2px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 1px;
  line-height: 2.4rem;
}
.button[data-v-d4b6afb5] {
  appearance: none;
  display: inline-flex;
  width: 100%;
  min-height: 40px;
  padding-top: 2px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 1px;
  border-radius: 4px;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  border-color: #004993;
  font-size: 1.8rem;
  font-weight: 500;
  color: white;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2.4rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  user-select: text;
  cursor: pointer;
  vertical-align: middle;
}
.button + button[data-v-d4b6afb5] {
  margin-top: 8px;
}
@media (min-width: 576px) {
.button[data-v-d4b6afb5] {
    width: auto;
}
.button + button[data-v-d4b6afb5] {
    margin-top: 0;
}
}
.button.focus[data-v-d4b6afb5], .button[data-v-d4b6afb5]:focus {
  outline: 4px solid #747474;
  outline-offset: 1px;
  color: white;
}
.button.button-primary[data-v-d4b6afb5] {
  color: white;
  background-color: #0059b3;
  border-color: #004993;
}
.button.button-primary[data-v-d4b6afb5]:hover, .button.button-primary.button-hover[data-v-d4b6afb5] {
  background-color: #004993;
  border-color: #003972;
}
.button.button-primary.focus[data-v-d4b6afb5], .button.button-primary[data-v-d4b6afb5]:focus {
  background-color: #0059b3;
  border-color: #004993;
}
.button.button-primary[data-v-d4b6afb5]:active, .button.button-primary.button-active[data-v-d4b6afb5] {
  background-color: #003972;
  border-color: #003972;
}
.button.button-primary[data-v-d4b6afb5]:disabled, .button.button-primary.disabled[data-v-d4b6afb5] {
  opacity: 0.3;
  box-shadow: none !important;
  cursor: not-allowed;
}
.button.button-primary[data-v-d4b6afb5]:disabled:hover, .button.button-primary.disabled[data-v-d4b6afb5]:hover {
  color: white !important;
  background-color: #0059b3 !important;
  border-color: #004993 !important;
  opacity: 0.3 !important;
  box-shadow: none !important;
}
.button.button-secondary[data-v-d4b6afb5] {
  color: #0059b3;
  background-color: white;
  border-color: #0059b3;
}
.button.button-secondary[data-v-d4b6afb5]:hover, .button.button-secondary.button-hover[data-v-d4b6afb5] {
  color: #1a1a1a;
  background-color: white;
  border-color: #1a1a1a;
}
.button.button-secondary.focus[data-v-d4b6afb5], .button.button-secondary[data-v-d4b6afb5]:focus {
  color: #1a1a1a;
  background-color: white;
  border-color: #1a1a1a;
}
.button.button-secondary[data-v-d4b6afb5]:active, .button.button-secondary.button-active[data-v-d4b6afb5] {
  color: #1a1a1a;
  background-color: white;
  border-color: #1a1a1a;
}
.button.button-secondary[data-v-d4b6afb5]:disabled, .button.button-secondary.disabled[data-v-d4b6afb5] {
  opacity: 0.3;
  box-shadow: none !important;
  cursor: not-allowed;
  border-color: #BFBFBF !important;
}
.button.button-secondary[data-v-d4b6afb5]:disabled:hover, .button.button-secondary.disabled[data-v-d4b6afb5]:hover {
  color: #0059b3 !important;
  background-color: white !important;
  border-color: #BFBFBF !important;
  opacity: 0.3 !important;
  box-shadow: none !important;
}
.button.button-tertiary[data-v-d4b6afb5] {
  border-color: #747474;
  background-color: transparent;
  color: #1a1a1a;
  font-weight: 400;
}
.button.button-tertiary[data-v-d4b6afb5]:hover, .button.button-tertiary.button-hover[data-v-d4b6afb5] {
  border-color: #454545;
  background-color: transparent;
  color: #1a1a1a;
}
.button.button-tertiary.focus[data-v-d4b6afb5], .button.button-tertiary[data-v-d4b6afb5]:focus {
  border-color: #747474;
  background-color: transparent;
  color: #1a1a1a;
}
.button.button-tertiary[data-v-d4b6afb5]:active, .button.button-tertiary.button-active[data-v-d4b6afb5] {
  border-color: #1a1a1a;
  background-color: transparent;
  color: #1a1a1a;
}
.button.button-tertiary[data-v-d4b6afb5]:disabled, .button.button-tertiary.disabled[data-v-d4b6afb5] {
  opacity: 0.3;
  box-shadow: none !important;
  cursor: not-allowed;
}
.button.button-tertiary[data-v-d4b6afb5]:disabled:hover, .button.button-tertiary.disabled[data-v-d4b6afb5]: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[data-v-d4b6afb5] {
  color: #454545;
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
  font-weight: 400;
  padding-left: calc(8px - 2px);
}
.button.button-quaternary[data-v-d4b6afb5]:hover, .button.button-quaternary.button-hover[data-v-d4b6afb5] {
  background-color: #DCDCDC;
  box-shadow: none;
  border-bottom-color: transparent;
}
.button.button-quaternary.focus[data-v-d4b6afb5], .button.button-quaternary[data-v-d4b6afb5]:focus {
  color: #454545;
  box-shadow: none;
  border-bottom-color: transparent;
  background-color: transparent;
}
.button.button-quaternary[data-v-d4b6afb5]:active, .button.button-quaternary.button-active[data-v-d4b6afb5] {
  background-color: #BFBFBF;
  box-shadow: none;
  border-bottom-color: transparent;
}
.button.button-quaternary[data-v-d4b6afb5]:disabled, .button.button-quaternary.disabled[data-v-d4b6afb5] {
  opacity: 0.3;
  box-shadow: none !important;
  cursor: not-allowed;
}
.button.button-quaternary[data-v-d4b6afb5]:disabled:hover, .button.button-quaternary.disabled[data-v-d4b6afb5]: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[data-v-d4b6afb5] {
  margin-right: 4px;
  min-width: 2.4rem;
}
.button.button-small[data-v-d4b6afb5] {
  padding: calc(2px) calc(16px - 2px) 0px;
  font-size: 1.4rem;
  min-height: 24px;
}
.button .icon-svg[data-v-d4b6afb5] {
  margin-right: 8px;
  fill: currentColor;
  min-width: 2.4rem;
}
.button-unstyled[data-v-d4b6afb5] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.button-unstyled[data-v-d4b6afb5]:hover, .button-unstyled[data-v-d4b6afb5]:focus {
  background-color: transparent;
  color: inherit;
}
.button-unstyled[data-v-d4b6afb5] {
  width: auto;
}
@media (min-width: 768px) {
.button + .button[data-v-d4b6afb5] {
    margin-left: 8px;
}
.button + .button[data-v-d4b6afb5]:first-child {
    margin-left: 0;
}
}
.button-column[data-v-d4b6afb5] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.button-column .button[data-v-d4b6afb5] {
  margin-top: 8px;
  margin-left: 0;
}
.button-column .button[data-v-d4b6afb5]:first-child {
  margin-top: 0;
}
.tag[data-v-d4b6afb5] {
  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: white;
  background-color: #454545;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2.4rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.tag.tag-icon[data-v-d4b6afb5] {
  padding: 0;
  padding-left: 8px;
}
.tag + .tag[data-v-d4b6afb5] {
  margin-bottom: 8px;
}
.tag[data-v-d4b6afb5]:hover, .tag.tag-hover[data-v-d4b6afb5] {
  background-color: #747474;
}
.tag[data-v-d4b6afb5]:active, .tag.tag-active[data-v-d4b6afb5] {
  background-color: #1a1a1a;
}
.tag.focus[data-v-d4b6afb5], .tag[data-v-d4b6afb5]:focus {
  background-color: #454545;
}
.tag.focus[data-v-d4b6afb5], .tag[data-v-d4b6afb5]:focus {
  outline: 4px solid #747474;
  outline-offset: 1px;
  position: relative;
}
.tag .icon-svg[data-v-d4b6afb5] {
  float: right;
  margin: 0px 0px 0px 5px;
  fill: white;
}
.button-row[data-v-d4b6afb5] {
  display: flex;
  margin: 2rem 0 1rem;
}

/* hide the default checkbox */
input[type=checkbox].form-toggle[data-v-d4b6afb5] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-d4b6afb5] {
  position: relative;
  display: inline-block;
  min-height: 20px; /* required in case the label is empty */
  padding-left: 68px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 8px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-d4b6afb5]:before {
  content: "Fra";
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 0;
  border-radius: 50%;
  background-color: white;
  width: 29px;
  height: 29px;
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 500;
  padding-top: 5px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  z-index: 10;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-d4b6afb5] {
  cursor: not-allowed;
}
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-d4b6afb5]:before,
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-d4b6afb5]:hover:before,
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-d4b6afb5]:active:before,
input[type=checkbox].form-toggle:checked:disabled ~ .form-toggle-label[data-v-d4b6afb5]:before {
  color: #747474;
}
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-d4b6afb5]:after,
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-d4b6afb5]:hover:after,
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label[data-v-d4b6afb5]:active:after {
  opacity: 0.5;
  background-color: #747474;
}
input[type=checkbox].form-toggle:checked:disabled ~ .form-toggle-label[data-v-d4b6afb5]:after,
input[type=checkbox].form-toggle:checked:disabled ~ .form-toggle-label[data-v-d4b6afb5]:hover:after,
input[type=checkbox].form-toggle:checked:disabled ~ .form-toggle-label[data-v-d4b6afb5]:active:after {
  opacity: 0.5;
  background-color: #0059b3;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-d4b6afb5]:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 3px;
  width: 56px;
  height: 33px;
  border-radius: 20px;
  line-height: 1;
  text-align: center;
  background-color: #999999;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-d4b6afb5]:hover:after {
  background-color: #747474;
}
input[type=checkbox].form-toggle ~ .form-toggle-label[data-v-d4b6afb5]:active:after {
  background-color: #454545;
}
input[type=checkbox].form-toggle:checked ~ .form-toggle-label[data-v-d4b6afb5]:after {
  background-color: #0059b3;
}
input[type=checkbox].form-toggle:checked ~ .form-toggle-label[data-v-d4b6afb5]:hover:after {
  background-color: #004993;
}
input[type=checkbox].form-toggle:checked ~ .form-toggle-label[data-v-d4b6afb5]:active:after {
  background-color: #003972;
}
input[type=checkbox].form-toggle:focus ~ .form-toggle-label[data-v-d4b6afb5]:after {
  outline: 4px solid #747474;
  outline-offset: 1px;
}

/* checked state */
input[type=checkbox].form-toggle:checked ~ .form-toggle-label[data-v-d4b6afb5]:before {
  content: "Til";
  left: 26px;
}
.badge[data-v-d4b6afb5] {
  padding: 0;
  padding-left: 8px;
  padding-right: 8px;
  border: none;
  font-weight: 600;
  color: white;
  background: #1a1a1a;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  display: inline-block;
}
.badge.badge-large[data-v-d4b6afb5] {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.badge.badge-small[data-v-d4b6afb5] {
  font-size: 1.4rem;
  line-height: 2rem;
}
.badge.badge-info[data-v-d4b6afb5] {
  color: #1a1a1a;
  background-color: #e2f2fb;
}
.badge.badge-success[data-v-d4b6afb5] {
  color: #1a1a1a;
  background-color: #eeffe2;
}
.badge.badge-warning[data-v-d4b6afb5] {
  color: #1a1a1a;
  background-color: #ffeecc;
}
.badge.badge-error[data-v-d4b6afb5] {
  color: #1a1a1a;
  background-color: #ffe0e0;
}
.embed-container iframe[data-v-d4b6afb5],
.embed-container object[data-v-d4b6afb5],
.embed-container embed[data-v-d4b6afb5] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container[data-v-d4b6afb5] {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
img[data-v-d4b6afb5] {
  max-width: 100%;
}
figure[data-v-d4b6afb5] {
  margin-left: 0;
  margin-right: 0;
}
.icon[data-v-d4b6afb5] {
  height: 2.4rem;
  width: 2.4rem;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 100%;
}
.icon-svg[data-v-d4b6afb5] {
  height: 2.4rem;
  width: 2.4rem;
  vertical-align: middle;
}
.icon-svg--inherit-color[data-v-d4b6afb5] {
  fill: currentColor;
}
.icon-svg[data-v-d4b6afb5]:focus {
  outline: none;
}
.inline-svg[data-v-d4b6afb5] {
  height: 1em;
  width: 1em;
}
.icon-svg-large[data-v-d4b6afb5] {
  height: 2.5rem;
  width: 2.5rem;
  vertical-align: middle;
}
.icon-svg-large--inherit-color[data-v-d4b6afb5] {
  fill: currentColor;
}
.icon-accessibility-new[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20.5%206c-2.61.7-5.67%201-8.5%201s-5.89-.3-8.5-1L3%208c1.86.5%204%20.83%206%201v13h2v-6h2v6h2V9c2-.17%204.14-.5%206-1l-.5-2zM12%206c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202z'/%3e%3c/svg%3e");
}
.icon-account-circle[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zM7.07%2018.28c.43-.9%203.05-1.78%204.93-1.78s4.51.88%204.93%201.78C15.57%2019.36%2013.86%2020%2012%2020s-3.57-.64-4.93-1.72zm11.29-1.45c-1.43-1.74-4.9-2.33-6.36-2.33s-4.93.59-6.36%202.33C4.62%2015.49%204%2013.82%204%2012c0-4.41%203.59-8%208-8s8%203.59%208%208c0%201.82-.62%203.49-1.64%204.83zM12%206c-1.94%200-3.5%201.56-3.5%203.5S10.06%2013%2012%2013s3.5-1.56%203.5-3.5S13.94%206%2012%206zm0%205c-.83%200-1.5-.67-1.5-1.5S11.17%208%2012%208s1.5.67%201.5%201.5S12.83%2011%2012%2011z'/%3e%3c/svg%3e");
}
.icon-add-a-photo[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M21%206h-3.17L16%204h-6v2h5.12l1.83%202H21v12H5v-9H3v9c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V8c0-1.1-.9-2-2-2zM8%2014c0%202.76%202.24%205%205%205s5-2.24%205-5-2.24-5-5-5-5%202.24-5%205zm5-3c1.65%200%203%201.35%203%203s-1.35%203-3%203-3-1.35-3-3%201.35-3%203-3zM5%206h3V4H5V1H3v3H0v2h3v3h2z'/%3e%3c/svg%3e");
}
.icon-add[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
}
.icon-agriculture[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M4,9h5c0-1.1-0.9-2-2-2H4C3.45,7,3,7.45,3,8C3,8.55,3.45,9,4,9z'/%3e%3cpath%20d='M22,14.06V8c0-1.1-0.9-2-2-2h-6.29l-1.06-1.06l1.41-1.41l-0.71-0.71L9.82,6.35l0.71,0.71l1.41-1.41L13,6.71V9%20c0,1.1-0.9,2-2,2H8.96c-0.22-0.16-0.45-0.3-0.69-0.43l-0.4,0.89l-0.46-0.21l0.4-0.9C7.26,10.13,6.64,10,6,10%20c-0.53,0-1.04,0.11-1.52,0.26l0.34,0.91l-0.47,0.18L4,10.42c-1.06,0.46-1.91,1.28-2.43,2.31l0.89,0.4l-0.21,0.46l-0.9-0.4%20C1.13,13.74,1,14.36,1,15c0,0.53,0.11,1.04,0.26,1.52l0.91-0.34l0.18,0.47L1.42,17c0.46,1.06,1.28,1.91,2.31,2.43l0.4-0.89%20l0.46,0.21l-0.4,0.9C4.74,19.87,5.36,20,6,20c0.53,0,1.04-0.11,1.52-0.26l-0.34-0.91l0.47-0.18L8,19.58%20c1.06-0.46,1.91-1.28,2.43-2.31l-0.89-0.4l0.21-0.46l0.9,0.4c0.1-0.26,0.18-0.54,0.24-0.82h5.16C16.03,16.16,16,16.33,16,16.5%20c0,1.93,1.57,3.5,3.5,3.5s3.5-1.57,3.5-3.5C23,15.55,22.62,14.69,22,14.06z%20M6,18c-1.66,0-3-1.34-3-3s1.34-3,3-3s3,1.34,3,3%20S7.66,18,6,18z%20M10.87,14c-0.04-0.18-0.08-0.35-0.13-0.52l-0.91,0.34l-0.18-0.47L10.58,13c0,0,0.42,0,0.42,0c2.21,0,4-1.79,4-4V8%20h5v5.05C19.84,13.03,19.67,13,19.5,13c-0.95,0-1.81,0.38-2.44,1H10.87z%20M19.5,18c-0.83,0-1.5-0.67-1.5-1.5s0.67-1.5,1.5-1.5%20s1.5,0.67,1.5,1.5S20.33,18,19.5,18z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-apps[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%208h4V4H4v4zm6%2012h4v-4h-4v4zm-6%200h4v-4H4v4zm0-6h4v-4H4v4zm6%200h4v-4h-4v4zm6-10v4h4V4h-4zm-6%204h4V4h-4v4zm6%206h4v-4h-4v4zm0%206h4v-4h-4v4z'/%3e%3c/svg%3e");
}
.icon-arrow-back[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'/%3e%3c/svg%3e");
}
.icon-arrow-downward[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%2012l-1.41-1.41L13%2016.17V4h-2v12.17l-5.58-5.59L4%2012l8%208%208-8z'/%3e%3c/svg%3e");
}
.icon-arrow-drop-down[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2010l5%205%205-5H7z'/%3e%3c/svg%3e");
}
.icon-arrow-drop-up[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2014l5-5%205%205H7z'/%3e%3c/svg%3e");
}
.icon-arrow-forward[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8-8-8z'/%3e%3c/svg%3e");
}
.icon-arrow-left[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M24%200v24H0V0h24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M14%207l-5%205%205%205V7z'/%3e%3c/svg%3e");
}
.icon-arrow-right[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%2017l5-5-5-5v10z'/%3e%3c/svg%3e");
}
.icon-arrow-upward[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%2012l1.41%201.41L11%207.83V20h2V7.83l5.58%205.59L20%2012l-8-8-8%208z'/%3e%3c/svg%3e");
}
.icon-assessment[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%203H5c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm0%2016H5V5h14v14zM7%2010h2v7H7zm4-3h2v10h-2zm4%206h2v4h-2z'/%3e%3c/svg%3e");
}
.icon-assignment[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2015h7v2H7zm0-4h10v2H7zm0-4h10v2H7zm12-4h-4.18C14.4%201.84%2013.3%201%2012%201c-1.3%200-2.4.84-2.82%202H5c-.14%200-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64-.1.23-.16.49-.16.77v14c0%20.27.06.54.16.78s.25.45.43.64c.27.27.62.47%201.01.55.13.02.26.03.4.03h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm-7-.25c.41%200%20.75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19%2019H5V5h14v14z'/%3e%3c/svg%3e");
}
.icon-attach-file[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M16.5%206v11.5c0%202.21-1.79%204-4%204s-4-1.79-4-4V5c0-1.38%201.12-2.5%202.5-2.5s2.5%201.12%202.5%202.5v10.5c0%20.55-.45%201-1%201s-1-.45-1-1V6H10v9.5c0%201.38%201.12%202.5%202.5%202.5s2.5-1.12%202.5-2.5V5c0-2.21-1.79-4-4-4S7%202.79%207%205v12.5c0%203.04%202.46%205.5%205.5%205.5s5.5-2.46%205.5-5.5V6h-1.5z'/%3e%3c/svg%3e");
}
.icon-bookmark-border[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M17%203H7c-1.1%200-1.99.9-1.99%202L5%2021l7-3%207%203V5c0-1.1-.9-2-2-2zm0%2015l-5-2.18L7%2018V5h10v13z'/%3e%3c/svg%3e");
}
.icon-bookmarks[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15%207v12.97l-4.21-1.81-.79-.34-.79.34L5%2019.97V7h10m4-6H8.99C7.89%201%207%201.9%207%203h10c1.1%200%202%20.9%202%202v13l2%201V3c0-1.1-.9-2-2-2zm-4%204H5c-1.1%200-2%20.9-2%202v16l7-3%207%203V7c0-1.1-.9-2-2-2z'/%3e%3c/svg%3e");
}
.icon-cached[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%208l-4%204h3c0%203.31-2.69%206-6%206-1.01%200-1.97-.25-2.8-.7l-1.46%201.46C8.97%2019.54%2010.43%2020%2012%2020c4.42%200%208-3.58%208-8h3l-4-4zM6%2012c0-3.31%202.69-6%206-6%201.01%200%201.97.25%202.8.7l1.46-1.46C15.03%204.46%2013.57%204%2012%204c-4.42%200-8%203.58-8%208H1l4%204%204-4H6z'/%3e%3c/svg%3e");
}
.icon-calculator[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M7,2H17A2,2%200%200,1%2019,4V20A2,2%200%200,1%2017,22H7A2,2%200%200,1%205,20V4A2,2%200%200,1%207,2M7,4V8H17V4H7M7,10V12H9V10H7M11,10V12H13V10H11M15,10V12H17V10H15M7,14V16H9V14H7M11,14V16H13V14H11M15,14V16H17V14H15M7,18V20H9V18H7M11,18V20H13V18H11M15,18V20H17V18H15Z'%20/%3e%3c/svg%3e");
}
.icon-card-account-details[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M22,3H2C0.91,3.04%200.04,3.91%200,5V19C0.04,20.09%200.91,20.96%202,21H22C23.09,20.96%2023.96,20.09%2024,19V5C23.96,3.91%2023.09,3.04%2022,3M22,19H2V5H22V19M14,17V15.75C14,14.09%2010.66,13.25%209,13.25C7.34,13.25%204,14.09%204,15.75V17H14M9,7A2.5,2.5%200%200,0%206.5,9.5A2.5,2.5%200%200,0%209,12A2.5,2.5%200%200,0%2011.5,9.5A2.5,2.5%200%200,0%209,7M14,7V8H20V7H14M14,9V10H20V9H14M14,11V12H18V11H14'%20/%3e%3c/svg%3e");
}
.icon-card-text[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M20,20H4A2,2%200%200,1%202,18V6A2,2%200%200,1%204,4H20A2,2%200%200,1%2022,6V18A2,2%200%200,1%2020,20M4,6V18H20V6H4M6,9H18V11H6V9M6,13H16V15H6V13Z'%20/%3e%3c/svg%3e");
}
.icon-chat[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%204h16v12H5.17L4%2017.17V4m0-2c-1.1%200-1.99.9-1.99%202L2%2022l4-4h14c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2H4zm2%2010h8v2H6v-2zm0-3h12v2H6V9zm0-3h12v2H6V6z'/%3e%3c/svg%3e");
}
.icon-check-circle-white[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm4.59-12.42L10%2014.17l-2.59-2.58L6%2013l4%204%208-8z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.icon-check-circle[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm4.59-12.42L10%2014.17l-2.59-2.58L6%2013l4%204%208-8z'/%3e%3c/svg%3e");
}
.icon-chevron-double-left[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M18.41,7.41L17,6L11,12L17,18L18.41,16.59L13.83,12L18.41,7.41M12.41,7.41L11,6L5,12L11,18L12.41,16.59L7.83,12L12.41,7.41Z'%20/%3e%3c/svg%3e");
}
.icon-chevron-double-right[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M5.59,7.41L7,6L13,12L7,18L5.59,16.59L10.17,12L5.59,7.41M11.59,7.41L13,6L19,12L13,18L11.59,16.59L16.17,12L11.59,7.41Z'%20/%3e%3c/svg%3e");
}
.icon-chevron-left[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012l4.58-4.59z'/%3e%3c/svg%3e");
}
.icon-chevron-right[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6-6-6z'/%3e%3c/svg%3e");
}
.icon-close[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012%2019%206.41z'/%3e%3c/svg%3e");
}
.icon-construction[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3crect%20height='8.48'%20transform='matrix(0.7071%20-0.7071%200.7071%200.7071%20-6.8717%2017.6255)'%20width='3'%20x='16.34'%20y='12.87'/%3e%3cpath%20d='M17.5,10c1.93,0,3.5-1.57,3.5-3.5c0-0.58-0.16-1.12-0.41-1.6l-2.7,2.7L16.4,6.11l2.7-2.7C18.62,3.16,18.08,3,17.5,3%20C15.57,3,14,4.57,14,6.5c0,0.41,0.08,0.8,0.21,1.16l-1.85,1.85l-1.78-1.78l0.71-0.71L9.88,5.61L12,3.49%20c-1.17-1.17-3.07-1.17-4.24,0L4.22,7.03l1.41,1.41H2.81L2.1,9.15l3.54,3.54l0.71-0.71V9.15l1.41,1.41l0.71-0.71l1.78,1.78%20l-7.41,7.41l2.12,2.12L16.34,9.79C16.7,9.92,17.09,10,17.5,10z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-contact-support[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%2023.59v-3.6c-5.01-.26-9-4.42-9-9.49C2%205.26%206.26%201%2011.5%201S21%205.26%2021%2010.5c0%204.95-3.44%209.93-8.57%2012.4l-1.43.69zM11.5%203C7.36%203%204%206.36%204%2010.5S7.36%2018%2011.5%2018H13v2.3c3.64-2.3%206-6.08%206-9.8C19%206.36%2015.64%203%2011.5%203zm-1%2011.5h2v2h-2zm2-1.5h-2c0-3.25%203-3%203-5%200-1.1-.9-2-2-2s-2%20.9-2%202h-2c0-2.21%201.79-4%204-4s4%201.79%204%204c0%202.5-3%202.75-3%205z'/%3e%3c/svg%3e");
}
.icon-content-copy[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M16%201H4c-1.1%200-2%20.9-2%202v14h2V3h12V1zm3%204H8c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h11c1.1%200%202-.9%202-2V7c0-1.1-.9-2-2-2zm0%2016H8V7h11v14z'/%3e%3c/svg%3e");
}
.icon-coronavirus[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3cpath%20d='M9.5,12c0,0.55-0.45,1-1,1s-1-0.45-1-1c0-0.55,0.45-1,1-1S9.5,11.45,9.5,12z%20M13.75,10c0.55,0,1-0.45,1-1s-0.45-1-1-1%20s-1,0.45-1,1S13.2,10,13.75,10z%20M10.25,10c0.55,0,1-0.45,1-1s-0.45-1-1-1s-1,0.45-1,1S9.7,10,10.25,10z%20M10.25,14%20c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1s1-0.45,1-1C11.25,14.45,10.8,14,10.25,14z%20M22,11.25v1.5c0,0.41-0.34,0.75-0.75,0.75%20c-0.41,0-0.75-0.34-0.75-0.75h-1.54c-0.15,1.37-0.69,2.63-1.52,3.65l1.09,1.09l0.01-0.01c0.29-0.29,0.77-0.29,1.06,0%20c0.29,0.29,0.29,0.77,0,1.06l-1.06,1.06c-0.29,0.29-0.77,0.29-1.06,0c-0.29-0.29-0.29-0.76-0.01-1.05l-1.09-1.09%20c-1.02,0.82-2.27,1.36-3.64,1.51v1.54h0.01c0.41,0,0.75,0.34,0.75,0.75c0,0.41-0.34,0.75-0.75,0.75h-1.5%20c-0.41,0-0.75-0.34-0.75-0.75c0-0.41,0.33-0.74,0.74-0.75v-1.55c-1.37-0.15-2.62-0.69-3.63-1.51l-1.09,1.09l0.01,0.01%20c0.29,0.29,0.29,0.77,0,1.06c-0.29,0.29-0.77,0.29-1.06,0L4.4,18.54c-0.29-0.29-0.29-0.77,0-1.06c0.29-0.29,0.76-0.29,1.05-0.01%20l1.09-1.09c-0.82-1.02-1.36-2.26-1.5-3.63H3.5c0,0.41-0.34,0.75-0.75,0.75C2.34,13.5,2,13.16,2,12.75v-1.5%20c0-0.41,0.34-0.75,0.75-0.75c0.41,0,0.75,0.34,0.75,0.75h1.54c0.15-1.37,0.69-2.61,1.5-3.63L5.45,6.53C5.16,6.81,4.69,6.81,4.4,6.52%20c-0.29-0.29-0.29-0.77,0-1.06L5.46,4.4c0.29-0.29,0.77-0.29,1.06,0c0.29,0.29,0.29,0.77,0,1.06L6.51,5.47L7.6,6.56%20c1.02-0.82,2.26-1.36,3.63-1.51V3.5c-0.41-0.01-0.74-0.34-0.74-0.75C10.5,2.34,10.84,2,11.25,2h1.5c0.41,0,0.75,0.34,0.75,0.75%20c0,0.41-0.34,0.75-0.75,0.75h-0.01v1.54c1.37,0.14,2.62,0.69,3.64,1.51l1.09-1.09c-0.29-0.29-0.28-0.76,0.01-1.05%20c0.29-0.29,0.77-0.29,1.06,0l1.06,1.06c0.29,0.29,0.29,0.77,0,1.06s-0.77,0.29-1.06,0l-0.01-0.01L17.44,7.6%20c0.82,1.02,1.37,2.27,1.52,3.65h1.54c0-0.41,0.34-0.75,0.75-0.75C21.66,10.5,22,10.84,22,11.25z%20M17,12c0-2.76-2.24-5-5-5%20s-5,2.24-5,5s2.24,5,5,5S17,14.76,17,12z%20M12,11c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1s1-0.45,1-1C13,11.45,12.55,11,12,11z%20M15.5,11c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1s1-0.45,1-1C16.5,11.45,16.05,11,15.5,11z%20M13.75,14c-0.55,0-1,0.45-1,1%20c0,0.55,0.45,1,1,1s1-0.45,1-1C14.75,14.45,14.3,14,13.75,14z'/%3e%3c/svg%3e");
}
.icon-create-new-folder[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%206h-8l-2-2H4c-1.11%200-1.99.89-1.99%202L2%2018c0%201.11.89%202%202%202h16c1.11%200%202-.89%202-2V8c0-1.11-.89-2-2-2zm0%2012H4V6h5.17l2%202H20v10zm-8-4h2v2h2v-2h2v-2h-2v-2h-2v2h-2z'/%3e%3c/svg%3e");
}
.icon-credit-card[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%204H4c-1.11%200-1.99.89-1.99%202L2%2018c0%201.11.89%202%202%202h16c1.11%200%202-.89%202-2V6c0-1.11-.89-2-2-2zm0%2014H4v-6h16v6zm0-10H4V6h16v2z'/%3e%3c/svg%3e");
}
.icon-database[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M12%203C7.58%203%204%204.79%204%207V17C4%2019.21%207.59%2021%2012%2021S20%2019.21%2020%2017V7C20%204.79%2016.42%203%2012%203M18%2017C18%2017.5%2015.87%2019%2012%2019S6%2017.5%206%2017V14.77C7.61%2015.55%209.72%2016%2012%2016S16.39%2015.55%2018%2014.77V17M18%2012.45C16.7%2013.4%2014.42%2014%2012%2014C9.58%2014%207.3%2013.4%206%2012.45V9.64C7.47%2010.47%209.61%2011%2012%2011C14.39%2011%2016.53%2010.47%2018%209.64V12.45M12%209C8.13%209%206%207.5%206%207S8.13%205%2012%205C15.87%205%2018%206.5%2018%207S15.87%209%2012%209Z'%20/%3e%3c/svg%3e");
}
.icon-desktop-windows[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M21%202H3c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h7v2H8v2h8v-2h-2v-2h7c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2zm0%2014H3V4h18v12z'/%3e%3c/svg%3e");
}
.icon-domain[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%207V3H2v18h20V7H12zM6%2019H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4%2012H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm10%2012h-8v-2h2v-2h-2v-2h2v-2h-2V9h8v10zm-2-8h-2v2h2v-2zm0%204h-2v2h2v-2z'/%3e%3c/svg%3e");
}
.icon-done[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9%2016.2L4.8%2012l-1.4%201.4L9%2019%2021%207l-1.4-1.4L9%2016.2z'/%3e%3c/svg%3e");
}
.icon-download-done[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M5%2018h14v2H5v-2zm4.6-2.7L5%2010.7l2-1.9%202.6%202.6L17%204l2%202-9.4%209.3z'/%3e%3c/svg%3e");
}
.icon-drive-eta[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M18.92%205.01C18.72%204.42%2018.16%204%2017.5%204h-11c-.66%200-1.21.42-1.42%201.01L3%2011v8c0%20.55.45%201%201%201h1c.55%200%201-.45%201-1v-1h12v1c0%20.55.45%201%201%201h1c.55%200%201-.45%201-1v-8l-2.08-5.99zM6.85%206h10.29l1.04%203H5.81l1.04-3zM19%2016H5v-4.66l.12-.34h13.77l.11.34V16z'/%3e%3ccircle%20cx='7.5'%20cy='13.5'%20r='1.5'/%3e%3ccircle%20cx='16.5'%20cy='13.5'%20r='1.5'/%3e%3c/svg%3e");
}
.icon-email[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M22%206c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6zm-2%200l-8%205-8-5h16zm0%2012H4V8l8%205%208-5v10z'/%3e%3c/svg%3e");
}
.icon-engineering[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M9,15c-2.67,0-8,1.34-8,4v2h16v-2C17,16.34,11.67,15,9,15z%20M3,19c0.22-0.72,3.31-2,6-2c2.7,0,5.8,1.29,6,2H3z'/%3e%3cpath%20d='M4.74,9H5c0,2.21,1.79,4,4,4s4-1.79,4-4h0.26c0.27,0,0.49-0.22,0.49-0.49V8.49c0-0.27-0.22-0.49-0.49-0.49H13%20c0-1.48-0.81-2.75-2-3.45V5.5C11,5.78,10.78,6,10.5,6S10,5.78,10,5.5V4.14C9.68,4.06,9.35,4,9,4S8.32,4.06,8,4.14V5.5%20C8,5.78,7.78,6,7.5,6S7,5.78,7,5.5V4.55C5.81,5.25,5,6.52,5,8H4.74C4.47,8,4.25,8.22,4.25,8.49v0.03C4.25,8.78,4.47,9,4.74,9z%20M11,9c0,1.1-0.9,2-2,2s-2-0.9-2-2H11z'/%3e%3cpath%20d='M21.98,6.23l0.93-0.83l-0.75-1.3l-1.19,0.39c-0.14-0.11-0.3-0.2-0.47-0.27L20.25,3h-1.5L18.5,4.22%20c-0.17,0.07-0.33,0.16-0.48,0.27L16.84,4.1l-0.75,1.3l0.93,0.83C17,6.4,17,6.58,17.02,6.75L16.09,7.6l0.75,1.3l1.2-0.38%20c0.13,0.1,0.28,0.18,0.43,0.25L18.75,10h1.5l0.27-1.22c0.16-0.07,0.3-0.15,0.44-0.25l1.19,0.38l0.75-1.3l-0.93-0.85%20C22,6.57,21.99,6.4,21.98,6.23z%20M19.5,7.75c-0.69,0-1.25-0.56-1.25-1.25s0.56-1.25,1.25-1.25s1.25,0.56,1.25,1.25%20S20.19,7.75,19.5,7.75z'/%3e%3cpath%20d='M19.4,10.79l-0.85,0.28c-0.1-0.08-0.21-0.14-0.33-0.19L18.04,10h-1.07l-0.18,0.87c-0.12,0.05-0.24,0.12-0.34,0.19%20l-0.84-0.28l-0.54,0.93l0.66,0.59c-0.01,0.13-0.01,0.25,0,0.37l-0.66,0.61l0.54,0.93l0.86-0.27c0.1,0.07,0.2,0.13,0.31,0.18%20L16.96,15h1.07l0.19-0.87c0.11-0.05,0.22-0.11,0.32-0.18l0.85,0.27l0.54-0.93l-0.66-0.61c0.01-0.13,0.01-0.25,0-0.37l0.66-0.59%20L19.4,10.79z%20M17.5,13.39c-0.49,0-0.89-0.4-0.89-0.89c0-0.49,0.4-0.89,0.89-0.89s0.89,0.4,0.89,0.89%20C18.39,12.99,17.99,13.39,17.5,13.39z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-expand-less[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%208l-6%206%201.41%201.41L12%2010.83l4.59%204.58L18%2014l-6-6z'/%3e%3c/svg%3e");
}
.icon-expand-more-white[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.icon-expand-more[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'/%3e%3c/svg%3e");
}
.icon-face[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10.25%2013c0%20.69-.56%201.25-1.25%201.25S7.75%2013.69%207.75%2013s.56-1.25%201.25-1.25%201.25.56%201.25%201.25zM15%2011.75c-.69%200-1.25.56-1.25%201.25s.56%201.25%201.25%201.25%201.25-.56%201.25-1.25-.56-1.25-1.25-1.25zm7%20.25c0%205.52-4.48%2010-10%2010S2%2017.52%202%2012%206.48%202%2012%202s10%204.48%2010%2010zM10.66%204.12C12.06%206.44%2014.6%208%2017.5%208c.46%200%20.91-.05%201.34-.12C17.44%205.56%2014.9%204%2012%204c-.46%200-.91.05-1.34.12zM4.42%209.47c1.71-.97%203.03-2.55%203.66-4.44C6.37%206%205.05%207.58%204.42%209.47zM20%2012c0-.78-.12-1.53-.33-2.24-.7.15-1.42.24-2.17.24-3.13%200-5.92-1.44-7.76-3.69C8.69%208.87%206.6%2010.88%204%2011.86c.01.04%200%20.09%200%20.14%200%204.41%203.59%208%208%208s8-3.59%208-8z'/%3e%3c/svg%3e");
}
.icon-feedback[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%202H4c-1.1%200-1.99.9-1.99%202L2%2022l4-4h14c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2zm0%2014H5.17l-.59.59-.58.58V4h16v12zm-9-4h2v2h-2zm0-6h2v4h-2z'/%3e%3c/svg%3e");
}
.icon-file-download[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M18,15v3H6v-3H4v3c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2v-3H18z%20M17,11l-1.41-1.41L13,12.17V4h-2v8.17L8.41,9.59L7,11l5,5%20L17,11z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-file-excel[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M14%202H6C4.89%202%204%202.9%204%204V20C4%2021.11%204.89%2022%206%2022H18C19.11%2022%2020%2021.11%2020%2020V8L14%202M18%2020H6V4H13V9H18V20M12.9%2014.5L15.8%2019H14L12%2015.6L10%2019H8.2L11.1%2014.5L8.2%2010H10L12%2013.4L14%2010H15.8L12.9%2014.5Z'%20/%3e%3c/svg%3e");
}
.icon-file-image[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M14,2L20,8V20A2,2%200%200,1%2018,22H6A2,2%200%200,1%204,20V4A2,2%200%200,1%206,2H14M18,20V9H13V4H6V20H18M17,13V19H7L12,14L14,16M10,10.5A1.5,1.5%200%200,1%208.5,12A1.5,1.5%200%200,1%207,10.5A1.5,1.5%200%200,1%208.5,9A1.5,1.5%200%200,1%2010,10.5Z'%20/%3e%3c/svg%3e");
}
.icon-file-pdf[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M14,2L20,8V20A2,2%200%200,1%2018,22H6A2,2%200%200,1%204,20V4A2,2%200%200,1%206,2H14M18,20V9H13V4H6V20H18M10.92,12.31C10.68,11.54%2010.15,9.08%2011.55,9.04C12.95,9%2012.03,12.16%2012.03,12.16C12.42,13.65%2014.05,14.72%2014.05,14.72C14.55,14.57%2017.4,14.24%2017,15.72C16.57,17.2%2013.5,15.81%2013.5,15.81C11.55,15.95%2010.09,16.47%2010.09,16.47C8.96,18.58%207.64,19.5%207.1,18.61C6.43,17.5%209.23,16.07%209.23,16.07C10.68,13.72%2010.9,12.35%2010.92,12.31M11.57,13.15C11.17,14.45%2010.37,15.84%2010.37,15.84C11.22,15.5%2013.08,15.11%2013.08,15.11C11.94,14.11%2011.59,13.16%2011.57,13.15M14.71,15.32C14.71,15.32%2016.46,15.97%2016.5,15.71C16.57,15.44%2015.17,15.2%2014.71,15.32M9.05,16.81C8.28,17.11%207.54,18.39%207.72,18.39C7.9,18.4%208.63,17.79%209.05,16.81M11.57,11.26C11.57,11.21%2012,9.58%2011.57,9.53C11.27,9.5%2011.56,11.22%2011.57,11.26Z'%20/%3e%3c/svg%3e");
}
.icon-file-upload[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M18,15v3H6v-3H4v3c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2v-3H18z%20M7,9l1.41,1.41L11,7.83V16h2V7.83l2.59,2.58L17,9l-5-5L7,9z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-file-word[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M14%202H6C4.89%202%204%202.9%204%204V20C4%2021.11%204.89%2022%206%2022H18C19.11%2022%2020%2021.11%2020%2020V8L14%202M18%2020H6V4H13V9H18V20M17.35%2010L15.25%2019H13.85L12.05%2012.21L10.25%2019H8.85L6.65%2010H8.15L9.55%2016.81L11.35%2010H12.65L14.45%2016.81L15.85%2010H17.35Z'%20/%3e%3c/svg%3e");
}
.icon-first-page[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%200v24H0V0h24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M18.41%2016.59L13.82%2012l4.59-4.59L17%206l-6%206%206%206%201.41-1.41zM6%206h2v12H6V6z'/%3e%3c/svg%3e");
}
.icon-flag[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M14.4%206L14%204H5v17h2v-7h5.6l.4%202h7V6z'/%3e%3c/svg%3e");
}
.icon-folder-open[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%206h-8l-2-2H4c-1.1%200-1.99.9-1.99%202L2%2018c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V8c0-1.1-.9-2-2-2zm0%2012H4V8h16v10z'/%3e%3c/svg%3e");
}
.icon-folder[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9.17%206l2%202H20v10H4V6h5.17M10%204H4c-1.1%200-1.99.9-1.99%202L2%2018c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V8c0-1.1-.9-2-2-2h-8l-2-2z'/%3e%3c/svg%3e");
}
.icon-format-align-center[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2015v2h10v-2H7zm-4%206h18v-2H3v2zm0-8h18v-2H3v2zm4-6v2h10V7H7zM3%203v2h18V3H3z'/%3e%3c/svg%3e");
}
.icon-format-align-justify[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2021h18v-2H3v2zm0-4h18v-2H3v2zm0-4h18v-2H3v2zm0-4h18V7H3v2zm0-6v2h18V3H3z'/%3e%3c/svg%3e");
}
.icon-format-align-left[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15%2015H3v2h12v-2zm0-8H3v2h12V7zM3%2013h18v-2H3v2zm0%208h18v-2H3v2zM3%203v2h18V3H3z'/%3e%3c/svg%3e");
}
.icon-format-align-right[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2021h18v-2H3v2zm6-4h12v-2H9v2zm-6-4h18v-2H3v2zm6-4h12V7H9v2zM3%203v2h18V3H3z'/%3e%3c/svg%3e");
}
.icon-format-bold[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.6%2010.79c.97-.67%201.65-1.77%201.65-2.79%200-2.26-1.75-4-4-4H7v14h7.04c2.09%200%203.71-1.7%203.71-3.79%200-1.52-.86-2.82-2.15-3.42zM10%206.5h3c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5h-3v-3zm3.5%209H10v-3h3.5c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5z'/%3e%3c/svg%3e");
}
.icon-format-clear[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%208V5H6.39l3%203h1.83l-.55%201.28%202.09%202.1L14.21%208zM3.41%204.86L2%206.27l6.97%206.97L6.5%2019h3l1.57-3.66L16.73%2021l1.41-1.41z'/%3e%3c/svg%3e");
}
.icon-format-color-fill[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M16.56,8.94L7.62,0L6.21,1.41l2.38,2.38L3.44,8.94c-0.59,0.59-0.59,1.54,0,2.12l5.5,5.5C9.23,16.85,9.62,17,10,17%20s0.77-0.15,1.06-0.44l5.5-5.5C17.15,10.48,17.15,9.53,16.56,8.94z%20M5.21,10L10,5.21L14.79,10H5.21z%20M19,11.5c0,0-2,2.17-2,3.5%20c0,1.1,0.9,2,2,2s2-0.9,2-2C21,13.67,19,11.5,19,11.5z%20M2,20h20v4H2V20z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-format-color-text[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M2,20h20v4H2V20z%20M5.49,17h2.42l1.27-3.58h5.65L16.09,17h2.42L13.25,3h-2.5L5.49,17z%20M9.91,11.39l2.03-5.79h0.12l2.03,5.79%20H9.91z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-format-indent-decrease[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%2017h10v-2H11v2zm-8-5l4%204V8l-4%204zm0%209h18v-2H3v2zM3%203v2h18V3H3zm8%206h10V7H11v2zm0%204h10v-2H11v2z'/%3e%3c/svg%3e");
}
.icon-format-indent-increase[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2021h18v-2H3v2zM3%208v8l4-4-4-4zm8%209h10v-2H11v2zM3%203v2h18V3H3zm8%206h10V7H11v2zm0%204h10v-2H11v2z'/%3e%3c/svg%3e");
}
.icon-format-italic[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%204v3h2.21l-3.42%208H6v3h8v-3h-2.21l3.42-8H18V4h-8z'/%3e%3c/svg%3e");
}
.icon-format-list-bulleted[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%2010.5c-.83%200-1.5.67-1.5%201.5s.67%201.5%201.5%201.5%201.5-.67%201.5-1.5-.67-1.5-1.5-1.5zm0-6c-.83%200-1.5.67-1.5%201.5S3.17%207.5%204%207.5%205.5%206.83%205.5%206%204.83%204.5%204%204.5zm0%2012c-.83%200-1.5.68-1.5%201.5s.68%201.5%201.5%201.5%201.5-.68%201.5-1.5-.67-1.5-1.5-1.5zM7%2019h14v-2H7v2zm0-6h14v-2H7v2zm0-8v2h14V5H7z'/%3e%3c/svg%3e");
}
.icon-format-list-checks[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M3,5H9V11H3V5M5,7V9H7V7H5M11,7H21V9H11V7M11,15H21V17H11V15M5,20L1.5,16.5L2.91,15.09L5,17.17L9.59,12.59L11,14L5,20Z'%20/%3e%3c/svg%3e");
}
.icon-format-list-numbered[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z'/%3e%3c/svg%3e");
}
.icon-format-size[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9%204v3h5v12h3V7h5V4H9zm-6%208h3v7h3v-7h3V9H3v3z'/%3e%3c/svg%3e");
}
.icon-format-underlined[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%2017c3.31%200%206-2.69%206-6V3h-2.5v8c0%201.93-1.57%203.5-3.5%203.5S8.5%2012.93%208.5%2011V3H6v8c0%203.31%202.69%206%206%206zm-7%202v2h14v-2H5z'/%3e%3c/svg%3e");
}
.icon-forum[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15%204v7H5.17L4%2012.17V4h11m1-2H3c-.55%200-1%20.45-1%201v14l4-4h10c.55%200%201-.45%201-1V3c0-.55-.45-1-1-1zm5%204h-2v9H6v2c0%20.55.45%201%201%201h11l4%204V7c0-.55-.45-1-1-1z'/%3e%3c/svg%3e");
}
.icon-forward[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M12%208V4l8%208-8%208v-4H4V8z'/%3e%3c/svg%3e");
}
.icon-fullscreen-exit[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M5%2016h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6%2011h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z'/%3e%3c/svg%3e");
}
.icon-fullscreen[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2014H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12%207h-3v2h5v-5h-2v3zM14%205v2h3v3h2V5h-5z'/%3e%3c/svg%3e");
}
.icon-grade-outline[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%207.13l.97%202.29.47%201.11%201.2.1%202.47.21-1.88%201.63-.91.79.27%201.18.56%202.41-2.12-1.28-1.03-.64-1.03.62-2.12%201.28.56-2.41.27-1.18-.91-.79-1.88-1.63%202.47-.21%201.2-.1.47-1.11.97-2.27M12%202L9.19%208.63%202%209.24l5.46%204.73L5.82%2021%2012%2017.27%2018.18%2021l-1.64-7.03L22%209.24l-7.19-.61L12%202z'/%3e%3c/svg%3e");
}
.icon-grade[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M12%2017.27L18.18%2021l-1.64-7.03L22%209.24l-7.19-.61L12%202%209.19%208.63%202%209.24l5.46%204.73L5.82%2021z'/%3e%3c/svg%3e");
}
.icon-groups[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3cg%3e%3cpath%20d='M4,13c1.1,0,2-0.9,2-2c0-1.1-0.9-2-2-2s-2,0.9-2,2C2,12.1,2.9,13,4,13z%20M5.13,14.1C4.76,14.04,4.39,14,4,14%20c-0.99,0-1.93,0.21-2.78,0.58C0.48,14.9,0,15.62,0,16.43V18l4.5,0v-1.61C4.5,15.56,4.73,14.78,5.13,14.1z%20M20,13c1.1,0,2-0.9,2-2%20c0-1.1-0.9-2-2-2s-2,0.9-2,2C18,12.1,18.9,13,20,13z%20M24,16.43c0-0.81-0.48-1.53-1.22-1.85C21.93,14.21,20.99,14,20,14%20c-0.39,0-0.76,0.04-1.13,0.1c0.4,0.68,0.63,1.46,0.63,2.29V18l4.5,0V16.43z%20M16.24,13.65c-1.17-0.52-2.61-0.9-4.24-0.9%20c-1.63,0-3.07,0.39-4.24,0.9C6.68,14.13,6,15.21,6,16.39V18h12v-1.61C18,15.21,17.32,14.13,16.24,13.65z%20M8.07,16%20c0.09-0.23,0.13-0.39,0.91-0.69c0.97-0.38,1.99-0.56,3.02-0.56s2.05,0.18,3.02,0.56c0.77,0.3,0.81,0.46,0.91,0.69H8.07z%20M12,8%20c0.55,0,1,0.45,1,1s-0.45,1-1,1s-1-0.45-1-1S11.45,8,12,8%20M12,6c-1.66,0-3,1.34-3,3c0,1.66,1.34,3,3,3s3-1.34,3-3%20C15,7.34,13.66,6,12,6L12,6z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-headphones[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M12,3c-4.97,0-9,4.03-9,9v7c0,1.1,0.9,2,2,2h4v-8H5v-1c0-3.87,3.13-7,7-7s7,3.13,7,7v1h-4v8h4c1.1,0,2-0.9,2-2v-7%20C21,7.03,16.97,3,12,3z%20M7,15v4H5v-4H7z%20M19,19h-2v-4h2V19z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-help[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M11%2018h2v-2h-2v2zm1-16C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm0-14c-2.21%200-4%201.79-4%204h2c0-1.1.9-2%202-2s2%20.9%202%202c0%202-3%201.75-3%205h2c0-2.25%203-2.5%203-5%200-2.21-1.79-4-4-4z'/%3e%3c/svg%3e");
}
.icon-highlight-off-white[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.59%208L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208zM12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.icon-highlight-off[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.59%208L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208zM12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");
}
.icon-home[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%205.69l5%204.5V18h-2v-6H9v6H7v-7.81l5-4.5M12%203L2%2012h3v8h6v-6h2v6h6v-8h3L12%203z'/%3e%3c/svg%3e");
}
.icon-hourglass-empty[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M6%202v6h.01L6%208.01%2010%2012l-4%204%20.01.01H6V22h12v-5.99h-.01L18%2016l-4-4%204-3.99-.01-.01H18V2H6zm10%2014.5V20H8v-3.5l4-4%204%204zm-4-5l-4-4V4h8v3.5l-4%204z'/%3e%3c/svg%3e");
}
.icon-how-to-reg[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%2012c2.21%200%204-1.79%204-4s-1.79-4-4-4-4%201.79-4%204%201.79%204%204%204zm0-6c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2zM5%2018c.2-.63%202.57-1.68%204.96-1.94l2.04-2c-.39-.04-.68-.06-1-.06-2.67%200-8%201.34-8%204v2h9l-2-2H5zm15.6-5.5l-5.13%205.17-2.07-2.08L12%2017l3.47%203.5L22%2013.91z'/%3e%3c/svg%3e");
}
.icon-info-white[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.1.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20enable-background='new%200%200%2024%2024'%20xml:space='preserve'%3e%3cg%20id='Bounding_Boxes'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_3'%20display='none'%3e%3c/g%3e%3cpath%20fill='none'%20d='M0,0h24v24H0V0z'/%3e%3c/g%3e%3cg%20id='Rounded'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_5'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,17L12,17c-0.55,0-1-0.45-1-1v-4%20c0-0.55,0.45-1,1-1h0c0.55,0,1,0.45,1,1v4C13,16.55,12.55,17,12,17z%20M13,9h-2V7h2V9z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Sharp'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_4'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M13,17h-2v-6h2V17z%20M13,9h-2V7h2V9z'%20/%3e%3c/g%3e%3c/g%3e%3cg%20id='Outline'%20fill='%23ffffff'%3e%3cg%20id='ui_x5F_spec_x5F_header'%20display='none'%3e%3c/g%3e%3cg%3e%3crect%20x='11'%20y='7'%20width='2'%20height='2'/%3e%3crect%20x='11'%20y='11'%20width='2'%20height='6'/%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20c0-4.41,3.59-8,8-8s8,3.59,8,8C20,16.41,16.41,20,12,20z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Duotone'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_2'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20opacity='0.3'%20d='M12,4c-4.41,0-8,3.59-8,8c0,4.41,3.59,8,8,8s8-3.59,8-8C20,7.59,16.41,4,12,4z%20M13,17h-2v-6h2V17z%20M13,9h-2%20V7h2V9z'/%3e%3crect%20x='11'%20y='7'%20width='2'%20height='2'/%3e%3crect%20x='11'%20y='11'%20width='2'%20height='6'/%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20c0-4.41,3.59-8,8-8s8,3.59,8,8C20,16.41,16.41,20,12,20z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Material'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M13,17h-2v-6h2V17z%20M13,9h-2V7h2V9z'%20/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-info[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%207h2v2h-2zm0%204h2v6h-2zm1-9C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");
}
.icon-insert-drive-file[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14%202H6c-1.1%200-1.99.9-1.99%202L4%2020c0%201.1.89%202%201.99%202H18c1.1%200%202-.9%202-2V8l-6-6zM6%2020V4h7v5h5v11H6z'/%3e%3c/svg%3e");
}
.icon-insert-invitation[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%203h-1V1h-2v2H8V1H6v2H5c-1.11%200-1.99.9-1.99%202L3%2019c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm0%2016H5V9h14v10zm0-12H5V5h14v2zm-2%205h-5v5h5v-5z'/%3e%3c/svg%3e");
}
.icon-language[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11.99%202C6.47%202%202%206.48%202%2012s4.47%2010%209.99%2010C17.52%2022%2022%2017.52%2022%2012S17.52%202%2011.99%202zm6.93%206h-2.95c-.32-1.25-.78-2.45-1.38-3.56%201.84.63%203.37%201.91%204.33%203.56zM12%204.04c.83%201.2%201.48%202.53%201.91%203.96h-3.82c.43-1.43%201.08-2.76%201.91-3.96zM4.26%2014C4.1%2013.36%204%2012.69%204%2012s.1-1.36.26-2h3.38c-.08.66-.14%201.32-.14%202s.06%201.34.14%202H4.26zm.82%202h2.95c.32%201.25.78%202.45%201.38%203.56-1.84-.63-3.37-1.9-4.33-3.56zm2.95-8H5.08c.96-1.66%202.49-2.93%204.33-3.56C8.81%205.55%208.35%206.75%208.03%208zM12%2019.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43%201.43-1.08%202.76-1.91%203.96zM14.34%2014H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16%201.32.16%202s-.07%201.34-.16%202zm.25%205.56c.6-1.11%201.06-2.31%201.38-3.56h2.95c-.96%201.65-2.49%202.93-4.33%203.56zM16.36%2014c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26%201.31.26%202s-.1%201.36-.26%202h-3.38z'/%3e%3c/svg%3e");
}
.icon-laptop[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'%20x='0'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M20,18c1.1,0,2-0.9,2-2V6c0-1.1-0.9-2-2-2H4C2.9,4,2,4.9,2,6v10c0,1.1,0.9,2,2,2H0v2h24v-2H20z%20M4,6h16v10H4V6z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-last-page[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M5.59%207.41L10.18%2012l-4.59%204.59L7%2018l6-6-6-6-1.41%201.41zM16%206h2v12h-2V6z'/%3e%3c/svg%3e");
}
.icon-link[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M17%207h-4v2h4c1.65%200%203%201.35%203%203s-1.35%203-3%203h-4v2h4c2.76%200%205-2.24%205-5s-2.24-5-5-5zm-6%208H7c-1.65%200-3-1.35-3-3s1.35-3%203-3h4V7H7c-2.76%200-5%202.24-5%205s2.24%205%205%205h4v-2zm-3-4h8v2H8z'/%3e%3c/svg%3e");
}
.icon-list-alt[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%207h6v2h-6zm0%204h6v2h-6zm0%204h6v2h-6zM7%207h2v2H7zm0%204h2v2H7zm0%204h2v2H7zM20.1%203H3.9c-.5%200-.9.4-.9.9v16.2c0%20.4.4.9.9.9h16.2c.4%200%20.9-.5.9-.9V3.9c0-.5-.5-.9-.9-.9zM19%2019H5V5h14v14z'/%3e%3c/svg%3e");
}
.icon-local-shipping[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%208h-3V4H3c-1.1%200-2%20.9-2%202v11h2c0%201.66%201.34%203%203%203s3-1.34%203-3h6c0%201.66%201.34%203%203%203s3-1.34%203-3h2v-5l-3-4zm-.5%201.5l1.96%202.5H17V9.5h2.5zM6%2018c-.55%200-1-.45-1-1s.45-1%201-1%201%20.45%201%201-.45%201-1%201zm2.22-3c-.55-.61-1.33-1-2.22-1s-1.67.39-2.22%201H3V6h12v9H8.22zM18%2018c-.55%200-1-.45-1-1s.45-1%201-1%201%20.45%201%201-.45%201-1%201z'/%3e%3c/svg%3e");
}
.icon-location-on[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C8.13%202%205%205.13%205%209c0%205.25%207%2013%207%2013s7-7.75%207-13c0-3.87-3.13-7-7-7zM7%209c0-2.76%202.24-5%205-5s5%202.24%205%205c0%202.88-2.88%207.19-5%209.88C9.92%2016.21%207%2011.85%207%209z'/%3e%3ccircle%20cx='12'%20cy='9'%20r='2.5'/%3e%3c/svg%3e");
}
.icon-lock-open[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M18%208h-1V6c0-2.76-2.24-5-5-5S7%203.24%207%206h2c0-1.66%201.34-3%203-3s3%201.34%203%203v2H6c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2V10c0-1.1-.9-2-2-2zm0%2012H6V10h12v10zm-6-3c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202z'/%3e%3c/svg%3e");
}
.icon-lock[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%20fill='none'%3e%3cpath%20d='M0%200h24v24H0V0z'/%3e%3cpath%20d='M0%200h24v24H0V0z'%20opacity='.87'/%3e%3c/g%3e%3cpath%20d='M18%208h-1V6c0-2.76-2.24-5-5-5S7%203.24%207%206v2H6c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2V10c0-1.1-.9-2-2-2zM9%206c0-1.66%201.34-3%203-3s3%201.34%203%203v2H9V6zm9%2014H6V10h12v10zm-6-3c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202z'/%3e%3c/svg%3e");
}
.icon-map[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M20.5,3L20.34,3.03L15,5.1L9,3L3.36,4.9C3.15,4.97%203,5.15%203,5.38V20.5A0.5,0.5%200%200,0%203.5,21L3.66,20.97L9,18.9L15,21L20.64,19.1C20.85,19.03%2021,18.85%2021,18.62V3.5A0.5,0.5%200%200,0%2020.5,3M10,5.47L14,6.87V18.53L10,17.13V5.47M5,6.46L8,5.45V17.15L5,18.31V6.46M19,17.54L16,18.55V6.86L19,5.7V17.54Z'%20/%3e%3c/svg%3e");
}
.icon-menu[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2018h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'/%3e%3c/svg%3e");
}
.icon-mode[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.06%209.02l.92.92L5.92%2019H5v-.92l9.06-9.06M17.66%203c-.25%200-.51.1-.7.29l-1.83%201.83%203.75%203.75%201.83-1.83c.39-.39.39-1.02%200-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29zm-3.6%203.19L3%2017.25V21h3.75L17.81%209.94l-3.75-3.75z'/%3e%3c/svg%3e");
}
.icon-more-horiz[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M6%2010c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2zm12%200c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2zm-6%200c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2z'/%3e%3c/svg%3e");
}
.icon-more-vert[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%208c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202zm0%202c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2zm0%206c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2z'/%3e%3c/svg%3e");
}
.icon-mouse[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%209c-.04-4.39-3.6-7.93-8-7.93S4.04%204.61%204%209v6c0%204.42%203.58%208%208%208s8-3.58%208-8V9zm-2%200h-5V3.16c2.81.47%204.96%202.9%205%205.84zm-7-5.84V9H6c.04-2.94%202.19-5.37%205-5.84zM18%2015c0%203.31-2.69%206-6%206s-6-2.69-6-6v-4h12v4z'/%3e%3c/svg%3e");
}
.icon-note-add[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M13%2011h-2v3H8v2h3v3h2v-3h3v-2h-3zm1-9H6c-1.1%200-2%20.9-2%202v16c0%201.1.89%202%201.99%202H18c1.1%200%202-.9%202-2V8l-6-6zm4%2018H6V4h7v5h5v11z'/%3e%3c/svg%3e");
}
.icon-notifications[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%2022c1.1%200%202-.9%202-2h-4c0%201.1.9%202%202%202zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5v.68C7.64%205.36%206%207.92%206%2011v5l-2%202v1h16v-1l-2-2zm-2%201H8v-6c0-2.48%201.51-4.5%204-4.5s4%202.02%204%204.5v6z'/%3e%3c/svg%3e");
}
.icon-open-in-new[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2019H5V5h7V3H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2v-7h-2v7zM14%203v2h3.59l-9.83%209.83%201.41%201.41L19%206.41V10h2V3h-7z'/%3e%3c/svg%3e");
}
.icon-open-with[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%209h4V6h3l-5-5-5%205h3v3zm-1%201H6V7l-5%205%205%205v-3h3v-4zm14%202l-5-5v3h-3v4h3v3l5-5zm-9%203h-4v3H7l5%205%205-5h-3v-3z'/%3e%3c/svg%3e");
}
.icon-outlined-flag[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M14%206l-1-2H5v17h2v-7h5l1%202h7V6h-6zm4%208h-4l-1-2H7V6h5l1%202h5v6z'/%3e%3c/svg%3e");
}
.icon-palette[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%2022C6.49%2022%202%2017.51%202%2012S6.49%202%2012%202s10%204.04%2010%209c0%203.31-2.69%206-6%206h-1.77c-.28%200-.5.22-.5.5%200%20.12.05.23.13.33.41.47.64%201.06.64%201.67%200%201.38-1.12%202.5-2.5%202.5zm0-18c-4.41%200-8%203.59-8%208s3.59%208%208%208c.28%200%20.5-.22.5-.5%200-.16-.08-.28-.14-.35-.41-.46-.63-1.05-.63-1.65%200-1.38%201.12-2.5%202.5-2.5H16c2.21%200%204-1.79%204-4%200-3.86-3.59-7-8-7z'/%3e%3ccircle%20cx='6.5'%20cy='11.5'%20r='1.5'/%3e%3ccircle%20cx='9.5'%20cy='7.5'%20r='1.5'/%3e%3ccircle%20cx='14.5'%20cy='7.5'%20r='1.5'/%3e%3ccircle%20cx='17.5'%20cy='11.5'%20r='1.5'/%3e%3c/svg%3e");
}
.icon-payments[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3cpath%20d='M19,14V6c0-1.1-0.9-2-2-2H3C1.9,4,1,4.9,1,6v8c0,1.1,0.9,2,2,2h14C18.1,16,19,15.1,19,14z%20M17,14H3V6h14V14z%20M10,7%20c-1.66,0-3,1.34-3,3s1.34,3,3,3s3-1.34,3-3S11.66,7,10,7z%20M23,7v11c0,1.1-0.9,2-2,2H4c0-1,0-0.9,0-2h17V7C22.1,7,22,7,23,7z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-people-alt[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg/%3e%3cg%3e%3cpath%20d='M16.67,13.13C18.04,14.06,19,15.32,19,17v3h4v-3C23,14.82,19.43,13.53,16.67,13.13z'/%3e%3cpath%20d='M15,12c2.21,0,4-1.79,4-4c0-2.21-1.79-4-4-4c-0.47,0-0.91,0.1-1.33,0.24C14.5,5.27,15,6.58,15,8s-0.5,2.73-1.33,3.76%20C14.09,11.9,14.53,12,15,12z'/%3e%3cpath%20d='M9,12c2.21,0,4-1.79,4-4c0-2.21-1.79-4-4-4S5,5.79,5,8C5,10.21,6.79,12,9,12z%20M9,6c1.1,0,2,0.9,2,2c0,1.1-0.9,2-2,2%20S7,9.1,7,8C7,6.9,7.9,6,9,6z'/%3e%3cpath%20d='M9,13c-2.67,0-8,1.34-8,4v3h16v-3C17,14.34,11.67,13,9,13z%20M15,18H3l0-0.99C3.2,16.29,6.3,15,9,15s5.8,1.29,6,2V18z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-person-add-alt-1[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M13,8c0-2.21-1.79-4-4-4S5,5.79,5,8s1.79,4,4,4S13,10.21,13,8z%20M11,8c0,1.1-0.9,2-2,2S7,9.1,7,8s0.9-2,2-2S11,6.9,11,8z%20M1,18v2h16v-2c0-2.66-5.33-4-8-4S1,15.34,1,18z%20M3,18c0.2-0.71,3.3-2,6-2c2.69,0,5.78,1.28,6,2H3z%20M20,15v-3h3v-2h-3V7h-2v3h-3v2%20h3v3H20z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-person-remove[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M14,8c0-2.21-1.79-4-4-4C7.79,4,6,5.79,6,8c0,2.21,1.79,4,4,4C12.21,12,14,10.21,14,8z%20M12,8c0,1.1-0.9,2-2,2%20c-1.1,0-2-0.9-2-2s0.9-2,2-2C11.1,6,12,6.9,12,8z'/%3e%3cpath%20d='M2,18v2h16v-2c0-2.66-5.33-4-8-4C7.33,14,2,15.34,2,18z%20M4,18c0.2-0.71,3.3-2,6-2c2.69,0,5.77,1.28,6,2H4z'/%3e%3crect%20height='2'%20width='6'%20x='17'%20y='10'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-person[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%206c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2m0%2010c2.7%200%205.8%201.29%206%202H6c.23-.72%203.31-2%206-2m0-12C9.79%204%208%205.79%208%208s1.79%204%204%204%204-1.79%204-4-1.79-4-4-4zm0%2010c-2.67%200-8%201.34-8%204v2h16v-2c0-2.66-5.33-4-8-4z'/%3e%3c/svg%3e");
}
.icon-phone-iphone[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.5%201h-8C6.12%201%205%202.12%205%203.5v17C5%2021.88%206.12%2023%207.5%2023h8c1.38%200%202.5-1.12%202.5-2.5v-17C18%202.12%2016.88%201%2015.5%201zm-4%2021c-.83%200-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5%201.5.67%201.5%201.5-.67%201.5-1.5%201.5zm4.5-4H7V4h9v14z'/%3e%3c/svg%3e");
}
.icon-photo-camera[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.12%204l1.83%202H20v12H4V6h4.05l1.83-2h4.24M15%202H9L7.17%204H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6c0-1.1-.9-2-2-2h-3.17L15%202zm-3%207c1.65%200%203%201.35%203%203s-1.35%203-3%203-3-1.35-3-3%201.35-3%203-3m0-2c-2.76%200-5%202.24-5%205s2.24%205%205%205%205-2.24%205-5-2.24-5-5-5z'/%3e%3c/svg%3e");
}
.icon-playlist-add-check[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3crect%20height='2'%20width='11'%20x='3'%20y='10'/%3e%3crect%20height='2'%20width='11'%20x='3'%20y='6'/%3e%3crect%20height='2'%20width='7'%20x='3'%20y='14'/%3e%3cpolygon%20points='20.59,11.93%2016.34,16.17%2014.22,14.05%2012.81,15.46%2016.34,19%2022,13.34'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-playlist-add[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M14,10H3v2h11V10z%20M14,6H3v2h11V6z%20M18,14v-4h-2v4h-4v2h4v4h2v-4h4v-2H18z%20M3,16h7v-2H3V16z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-print[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%208h-1V3H6v5H5c-1.66%200-3%201.34-3%203v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zM8%205h8v3H8V5zm8%2012v2H8v-4h8v2zm2-2v-2H6v2H4v-4c0-.55.45-1%201-1h14c.55%200%201%20.45%201%201v4h-2z'/%3e%3ccircle%20cx='18'%20cy='11.5'%20r='1'/%3e%3c/svg%3e");
}
.icon-query-builder[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11.99%202C6.47%202%202%206.48%202%2012s4.47%2010%209.99%2010C17.52%2022%2022%2017.52%2022%2012S17.52%202%2011.99%202zM12%2020c-4.42%200-8-3.58-8-8s3.58-8%208-8%208%203.58%208%208-3.58%208-8%208zm.5-13H11v6l5.25%203.15.75-1.23-4.5-2.67z'/%3e%3c/svg%3e");
}
.icon-refresh[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M17.65%206.35C16.2%204.9%2014.21%204%2012%204c-4.42%200-7.99%203.58-7.99%208s3.57%208%207.99%208c3.73%200%206.84-2.55%207.73-6h-2.08c-.82%202.33-3.04%204-5.65%204-3.31%200-6-2.69-6-6s2.69-6%206-6c1.66%200%203.14.69%204.22%201.78L13%2011h7V4l-2.35%202.35z'/%3e%3c/svg%3e");
}
.icon-remove[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'/%3e%3c/svg%3e");
}
.icon-reply[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%209V5l-7%207%207%207v-4.1c5%200%208.5%201.6%2011%205.1-1-5-4-10-11-11z'/%3e%3c/svg%3e");
}
.icon-report-problem[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%205.99L19.53%2019H4.47L12%205.99M12%202L1%2021h22L12%202zm1%2014h-2v2h2v-2zm0-6h-2v4h2v-4z'/%3e%3c/svg%3e");
}
.icon-save[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M17%203H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2V7l-4-4zm2%2016H5V5h11.17L19%207.83V19zm-7-7c-1.66%200-3%201.34-3%203s1.34%203%203%203%203-1.34%203-3-1.34-3-3-3zM6%206h9v4H6z'/%3e%3c/svg%3e");
}
.icon-school[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%203L1%209l4%202.18v6L12%2021l7-3.82v-6l2-1.09V17h2V9L12%203zm6.82%206L12%2012.72%205.18%209%2012%205.28%2018.82%209zM17%2015.99l-5%202.73-5-2.73v-3.72L12%2015l5-2.73v3.72z'/%3e%3c/svg%3e");
}
.icon-science[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M13,11.33L18,18H6l5-6.67V6h2%20M15.96,4H8.04C7.62,4,7.39,4.48,7.65,4.81L9,6.5v4.17L3.2,18.4C2.71,19.06,3.18,20,4,20h16%20c0.82,0,1.29-0.94,0.8-1.6L15,10.67V6.5l1.35-1.69C16.61,4.48,16.38,4,15.96,4L15.96,4z'/%3e%3c/g%3e%3c/svg%3e");
}
.icon-search[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014z'/%3e%3c/svg%3e");
}
.icon-send[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4.01%206.03l7.51%203.22-7.52-1%20.01-2.22m7.5%208.72L4%2017.97v-2.22l7.51-1M2.01%203L2%2010l15%202-15%202%20.01%207L23%2012%202.01%203z'/%3e%3c/svg%3e");
}
.icon-settings[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19.43%2012.98c.04-.32.07-.64.07-.98%200-.34-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.09-.16-.26-.25-.44-.25-.06%200-.12.01-.17.03l-2.49%201c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46%202.18%2014.25%202%2014%202h-4c-.25%200-.46.18-.49.42l-.38%202.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.06-.02-.12-.03-.18-.03-.17%200-.34.09-.43.25l-2%203.46c-.13.22-.07.49.12.64l2.11%201.65c-.04.32-.07.65-.07.98%200%20.33.03.66.07.98l-2.11%201.65c-.19.15-.24.42-.12.64l2%203.46c.09.16.26.25.44.25.06%200%20.12-.01.17-.03l2.49-1c.52.4%201.08.73%201.69.98l.38%202.65c.03.24.24.42.49.42h4c.25%200%20.46-.18.49-.42l.38-2.65c.61-.25%201.17-.59%201.69-.98l2.49%201c.06.02.12.03.18.03.17%200%20.34-.09.43-.25l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zm-1.98-1.71c.04.31.05.52.05.73%200%20.21-.02.43-.05.73l-.14%201.13.89.7%201.08.84-.7%201.21-1.27-.51-1.04-.42-.9.68c-.43.32-.84.56-1.25.73l-1.06.43-.16%201.13-.2%201.35h-1.4l-.19-1.35-.16-1.13-1.06-.43c-.43-.18-.83-.41-1.23-.71l-.91-.7-1.06.43-1.27.51-.7-1.21%201.08-.84.89-.7-.14-1.13c-.03-.31-.05-.54-.05-.74s.02-.43.05-.73l.14-1.13-.89-.7-1.08-.84.7-1.21%201.27.51%201.04.42.9-.68c.43-.32.84-.56%201.25-.73l1.06-.43.16-1.13.2-1.35h1.39l.19%201.35.16%201.13%201.06.43c.43.18.83.41%201.23.71l.91.7%201.06-.43%201.27-.51.7%201.21-1.07.85-.89.7.14%201.13zM12%208c-2.21%200-4%201.79-4%204s1.79%204%204%204%204-1.79%204-4-1.79-4-4-4zm0%206c-1.1%200-2-.9-2-2s.9-2%202-2%202%20.9%202%202-.9%202-2%202z'/%3e%3c/svg%3e");
}
.icon-share[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M18%2016.08c-.76%200-1.44.3-1.96.77L8.91%2012.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5%201.25.81%202.04.81%201.66%200%203-1.34%203-3s-1.34-3-3-3-3%201.34-3%203c0%20.24.04.47.09.7L8.04%209.81C7.5%209.31%206.79%209%206%209c-1.66%200-3%201.34-3%203s1.34%203%203%203c.79%200%201.5-.31%202.04-.81l7.12%204.16c-.05.21-.08.43-.08.65%200%201.61%201.31%202.92%202.92%202.92s2.92-1.31%202.92-2.92c0-1.61-1.31-2.92-2.92-2.92zM18%204c.55%200%201%20.45%201%201s-.45%201-1%201-1-.45-1-1%20.45-1%201-1zM6%2013c-.55%200-1-.45-1-1s.45-1%201-1%201%20.45%201%201-.45%201-1%201zm12%207.02c-.55%200-1-.45-1-1s.45-1%201-1%201%20.45%201%201-.45%201-1%201z'/%3e%3c/svg%3e");
}
.icon-shopping-cart[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.55%2013c.75%200%201.41-.41%201.75-1.03l3.58-6.49c.37-.66-.11-1.48-.87-1.48H5.21l-.94-2H1v2h2l3.6%207.59-1.35%202.44C4.52%2015.37%205.48%2017%207%2017h12v-2H7l1.1-2h7.45zM6.16%206h12.15l-2.76%205H8.53L6.16%206zM7%2018c-1.1%200-1.99.9-1.99%202S5.9%2022%207%2022s2-.9%202-2-.9-2-2-2zm10%200c-1.1%200-1.99.9-1.99%202s.89%202%201.99%202%202-.9%202-2-.9-2-2-2z'/%3e%3c/svg%3e");
}
.icon-sort-ascending[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20d='M13%2018H17V16H13V18ZM13%206V8H23V6H13ZM13%2013H20V11H13V13Z'%20fill='black'/%3e%3cpath%20d='M6%202L2%206L5%206L5%2021L7%2021L7%206L10%206L6%202Z'%20fill='black'/%3e%3c/svg%3e");
}
.icon-sort-by-alpha[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.94%204.66h-4.72l2.36-2.36%202.36%202.36zm-4.69%2014.71h4.66l-2.33%202.33-2.33-2.33zM6.1%206.27L1.6%2017.73h1.84l.92-2.45h5.11l.92%202.45h1.84L7.74%206.27H6.1zm-1.13%207.37l1.94-5.18%201.94%205.18H4.97zm10.76%202.5h6.12v1.59h-8.53v-1.29l5.92-8.56h-5.88v-1.6h8.3v1.26l-5.93%208.6z'/%3e%3c/svg%3e");
}
.icon-sort-default[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13%2018H17V16H13V18ZM13%206V8H23V6H13ZM13%2013H20V11H13V13Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2%206L6%202L10%206L7%206L7%2018L10%2018L7%2021L6%2022L5%2021L2%2018L5%2018L5%206L2%206Z'%20fill='black'/%3e%3c/svg%3e");
}
.icon-sort-descending[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13%2018H17V16H13V18ZM13%206V8H23V6H13ZM13%2013H20V11H13V13Z'%20fill='black'/%3e%3cpath%20d='M6%2022L10%2018L7%2018L7%203L5%203L5%2018L2%2018L6%2022Z'%20fill='black'/%3e%3c/svg%3e");
}
.icon-sort-table-ascending[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='%231A1A1A'%20d='M17.9,10.5L12,4.6l-5.9,5.9H17.9z'/%3e%3c/svg%3e");
}
.icon-sort-table-descending[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='%231A1A1A'%20d='M6.1,13.5l5.9,5.9l5.9-5.9H6.1z'/%3e%3c/svg%3e");
}
.icon-sort-table-none[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='%231A1A1A'%20d='M17.9,10.5L12,4.6l-5.9,5.9H17.9z%20M12,6.7L14.3,9H9.7L12,6.7z'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='%231A1A1A'%20d='M6.1,13.5l5.9,5.9l5.9-5.9H6.1z%20M12,17.3L9.7,15h4.7L12,17.3z'/%3e%3c/svg%3e");
}
.icon-sort[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2018h6v-2H3v2zM3%206v2h18V6H3zm0%207h12v-2H3v2z'/%3e%3c/svg%3e");
}
.icon-subdirectory-arrow-left[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%209l1.42%201.42L8.83%2014H18V4h2v12H8.83l3.59%203.58L11%2021l-6-6%206-6z'/%3e%3c/svg%3e");
}
.icon-subdirectory-arrow-right[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M19%2015l-6%206-1.42-1.42L15.17%2016H4V4h2v10h9.17l-3.59-3.58L13%209l6%206z'/%3e%3c/svg%3e");
}
.icon-support-agent[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M21,12.22C21,6.73,16.74,3,12,3c-4.69,0-9,3.65-9,9.28C2.4,12.62,2,13.26,2,14v2c0,1.1,0.9,2,2,2h1v-6.1%20c0-3.87,3.13-7,7-7s7,3.13,7,7V19h-8v2h8c1.1,0,2-0.9,2-2v-1.22c0.59-0.31,1-0.92,1-1.64v-2.3C22,13.14,21.59,12.53,21,12.22z'/%3e%3ccircle%20cx='9'%20cy='13'%20r='1'/%3e%3ccircle%20cx='15'%20cy='13'%20r='1'/%3e%3cpath%20d='M18,11.03C17.52,8.18,15.04,6,12.05,6c-3.03,0-6.29,2.51-6.03,6.45c2.47-1.01,4.33-3.21,4.86-5.89%20C12.19,9.19,14.88,11,18,11.03z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.icon-text-format[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M5%2017v2h14v-2H5zm4.5-4.2h5l.9%202.2h2.1L12.75%204h-1.5L6.5%2015h2.1l.9-2.2zM12%205.98L13.87%2011h-3.74L12%205.98z'/%3e%3c/svg%3e");
}
.icon-trash-can[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M9,3V4H4V6H5V19A2,2%200%200,0%207,21H17A2,2%200%200,0%2019,19V6H20V4H15V3H9M7,6H17V19H7V6M9,8V17H11V8H9M13,8V17H15V8H13Z'%20/%3e%3c/svg%3e");
}
.icon-tune[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2017v2h6v-2H3zM3%205v2h10V5H3zm10%2016v-2h8v-2h-8v-2h-2v6h2zM7%209v2H3v2h4v2h2V9H7zm14%204v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z'/%3e%3c/svg%3e");
}
.icon-vertical-split[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2013h8v2H3zm0%204h8v2H3zm0-8h8v2H3zm0-4h8v2H3zm16%202v10h-4V7h4m2-2h-8v14h8V5z'/%3e%3c/svg%3e");
}
.icon-videocam[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15%208v8H5V8h10m1-2H4c-.55%200-1%20.45-1%201v10c0%20.55.45%201%201%201h12c.55%200%201-.45%201-1v-3.5l4%204v-11l-4%204V7c0-.55-.45-1-1-1z'/%3e%3c/svg%3e");
}
.icon-view-headline[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%2015h16v-2H4v2zm0%204h16v-2H4v2zm0-8h16V9H4v2zm0-6v2h16V5H4z'/%3e%3c/svg%3e");
}
.icon-visibility-off[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0zm0%200h24v24H0V0zm0%200h24v24H0V0zm0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%206c3.79%200%207.17%202.13%208.82%205.5-.59%201.22-1.42%202.27-2.41%203.12l1.41%201.41c1.39-1.23%202.49-2.77%203.18-4.53C21.27%207.11%2017%204%2012%204c-1.27%200-2.49.2-3.64.57l1.65%201.65C10.66%206.09%2011.32%206%2012%206zm-1.07%201.14L13%209.21c.57.25%201.03.71%201.28%201.28l2.07%202.07c.08-.34.14-.7.14-1.07C16.5%209.01%2014.48%207%2012%207c-.37%200-.72.05-1.07.14zM2.01%203.87l2.68%202.68C3.06%207.83%201.77%209.53%201%2011.5%202.73%2015.89%207%2019%2012%2019c1.52%200%202.98-.29%204.32-.82l3.42%203.42%201.41-1.41L3.42%202.45%202.01%203.87zm7.5%207.5l2.61%202.61c-.04.01-.08.02-.12.02-1.38%200-2.5-1.12-2.5-2.5%200-.05.01-.08.01-.13zm-3.4-3.4l1.75%201.75c-.23.55-.36%201.15-.36%201.78%200%202.48%202.02%204.5%204.5%204.5.63%200%201.23-.13%201.77-.36l.98.98c-.88.24-1.8.38-2.75.38-3.79%200-7.17-2.13-8.82-5.5.7-1.43%201.72-2.61%202.93-3.53z'/%3e%3c/svg%3e");
}
.icon-visibility[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%206c3.79%200%207.17%202.13%208.82%205.5C19.17%2014.87%2015.79%2017%2012%2017s-7.17-2.13-8.82-5.5C4.83%208.13%208.21%206%2012%206m0-2C7%204%202.73%207.11%201%2011.5%202.73%2015.89%207%2019%2012%2019s9.27-3.11%2011-7.5C21.27%207.11%2017%204%2012%204zm0%205c1.38%200%202.5%201.12%202.5%202.5S13.38%2014%2012%2014s-2.5-1.12-2.5-2.5S10.62%209%2012%209m0-2c-2.48%200-4.5%202.02-4.5%204.5S9.52%2016%2012%2016s4.5-2.02%204.5-4.5S14.48%207%2012%207z'/%3e%3c/svg%3e");
}
.icon-zoom-in[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014zm.5-7H9v2H7v1h2v2h1v-2h2V9h-2z'/%3e%3c/svg%3e");
}
.icon-zoom-out[data-v-d4b6afb5]:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014zM7%209h5v1H7z'/%3e%3c/svg%3e");
}
.hide-base-svg[data-v-d4b6afb5] {
  display: none;
}
.form-group[data-v-d4b6afb5] {
  margin-top: 24px;
}
.form-group[data-v-d4b6afb5]:first-child {
  margin-top: 0;
}
.form-group-radio[data-v-d4b6afb5], .form-group-checkbox[data-v-d4b6afb5] {
  margin-top: 8px;
  position: relative;
}
.form-hint[data-v-d4b6afb5] {
  display: block;
  color: #747474;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: normal;
  font-weight: 400;
}
.form-label[data-v-d4b6afb5] {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
.form-label.disabled[data-v-d4b6afb5] {
  color: #747474;
  font-weight: 500;
}
.form-input[data-v-d4b6afb5] {
  appearance: none;
  border: 1px solid #747474;
  border-radius: 4px;
  color: #1a1a1a;
  display: block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  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[data-v-d4b6afb5] {
    /* IE10+ CSS styles go here */
    height: calc(2.4rem + 16px);
}
}
.form-input[data-v-d4b6afb5]:focus, .form-input.focus[data-v-d4b6afb5] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.form-input[data-v-d4b6afb5]::placeholder {
  color: #747474;
  font-style: italic;
  opacity: 1;
  font-weight: 400;
}
table .form-input[data-v-d4b6afb5] {
  margin-top: 0;
}
textarea.form-input[data-v-d4b6afb5] {
  height: auto;
}
textarea.no-resize[data-v-d4b6afb5] {
  resize: none;
}
.form-input-wrapper[data-v-d4b6afb5] {
  display: flex;
}
.form-input-wrapper .form-input[data-v-d4b6afb5] {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.form-input-wrapper .form-input[data-v-d4b6afb5]:focus {
  position: relative;
  z-index: 1;
}
.form-input-wrapper .form-input-prefix + .form-input[data-v-d4b6afb5], .form-input-wrapper.form-input-wrapper--prefix .form-input[data-v-d4b6afb5] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-input-wrapper.form-input-wrapper--suffix .form-input[data-v-d4b6afb5] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-input-wrapper .form-input-prefix[data-v-d4b6afb5], .form-input-wrapper .form-input-suffix[data-v-d4b6afb5] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 40px;
  padding: calc(8px - 1px) calc(8px - 1px);
  margin-top: 8px;
  border: 1px solid #747474;
  background-color: #F5F5F5;
  text-align: center;
  white-space: nowrap;
  cursor: default;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.form-input-wrapper .form-input-suffix[data-v-d4b6afb5] {
  border-left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.form-input-wrapper .form-input-prefix[data-v-d4b6afb5] {
  border-right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-select[data-v-d4b6afb5] {
  background-color: white;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'/%3e%3c/svg%3e");
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
  border: 1px solid #747474;
  border-radius: 4px;
  color: #1a1a1a;
  display: block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  height: calc(2.4rem + 16px);
  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;
}
.form-select[data-v-d4b6afb5]:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #1a1a1a;
}
.form-select[data-v-d4b6afb5]:focus, .form-select.focus[data-v-d4b6afb5] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.form-select[data-v-d4b6afb5]::-ms-expand {
  display: none;
}
.form-select[data-v-d4b6afb5]:disabled {
  background-color: transparent;
  color: #747474;
  cursor: not-allowed;
}
@-moz-document url-prefix() {
.form-select option[data-v-d4b6afb5] {
    font-family: Helvetica, Arial, sans-serif;
}
}
table .form-select[data-v-d4b6afb5] {
  margin-top: 0;
}
.form-group.form-error[data-v-d4b6afb5] {
  border-left: 4px solid #CC0000;
  padding-left: calc(16px - 4px);
}
.form-group.form-error .form-input[data-v-d4b6afb5],
.form-group.form-error .form-select[data-v-d4b6afb5] {
  border: 2px solid #CC0000;
  padding: calc(8px - 2px) calc(16px - 2px);
}
.form-error-message[data-v-d4b6afb5] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
  display: block;
  color: #CC0000;
  margin-top: 4px;
}
.form-group.form-success .form-input[data-v-d4b6afb5],
.form-group.form-success .form-select[data-v-d4b6afb5] {
  border: 2px solid #CC0000;
  padding: calc(8px - 2px) calc(16px - 2px);
}
input[type=text][data-v-d4b6afb5]:disabled,
input[type=email][data-v-d4b6afb5]:disabled,
input[type=number][data-v-d4b6afb5]:disabled,
input[type=password][data-v-d4b6afb5]:disabled,
input[type=search][data-v-d4b6afb5]:disabled,
input[type=tel][data-v-d4b6afb5]:disabled,
input[type=url][data-v-d4b6afb5]:disabled,
textarea[data-v-d4b6afb5]:disabled {
  background-color: transparent;
  border-color: #DCDCDC;
  color: #747474;
  cursor: not-allowed;
}
input[readonly][type=text][data-v-d4b6afb5], textarea[readonly][data-v-d4b6afb5] {
  background-color: #F5F5F5;
  color: #1a1a1a;
  border: 1px solid #DCDCDC;
  cursor: default;
}
.form-limit .form-limit-error[data-v-d4b6afb5] {
  border: 2px solid #CC0000;
  padding: calc(8px - 2px) calc(16px - 2px);
}
.form-limit .character-limit[data-v-d4b6afb5] {
  margin-top: 4px;
}
.form-limit .character-limit.limit-exceeded[data-v-d4b6afb5] {
  color: #CC0000;
}
.form-checkbox[data-v-d4b6afb5] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}
.form-radio[data-v-d4b6afb5] {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  margin: 0;
  opacity: 0;
  left: 0px;
  top: 3px;
}
.form-checkbox + label[data-v-d4b6afb5],
.form-radio + label[data-v-d4b6afb5] {
  cursor: pointer;
  font-weight: 400;
  line-height: 2.4rem;
  margin-bottom: 0;
  display: inline-block;
  outline: none;
  color: #1a1a1a;
  position: relative;
  padding-left: calc(20px + 8px);
  min-height: 20px;
}
.form-checkbox + label + .form-hint[data-v-d4b6afb5],
.form-radio + label + .form-hint[data-v-d4b6afb5] {
  padding-left: calc(20px + 8px);
}
.form-checkbox + label[data-v-d4b6afb5]::before,
.form-radio + label[data-v-d4b6afb5]::before {
  content: "";
  display: inline-block;
  background: white;
  border-radius: 2px;
  border: 2px solid #1a1a1a;
  height: 20px;
  line-height: 2.4rem;
  margin-right: 8px;
  width: 20px;
  position: absolute;
  top: 3px;
  left: 0;
}
.form-checkbox.checkbox-large + label[data-v-d4b6afb5] {
  padding-top: 8px;
  padding-left: calc(32px + 8px);
  padding-bottom: 8px;
  min-height: 32px;
}
.form-checkbox.checkbox-large + label[data-v-d4b6afb5]:before {
  height: 32px;
  width: 32px;
}
.form-checkbox.checkbox-large + label + .form-hint[data-v-d4b6afb5] {
  padding-left: calc(32px + 8px);
  margin-top: -8px;
}
.form-radio[data-v-d4b6afb5] {
  height: 20px;
  width: 20px;
}
.form-radio.radio-large[data-v-d4b6afb5] {
  height: 32px;
  width: 32px;
}
.form-radio + label[data-v-d4b6afb5]::before {
  border-radius: 100%;
  height: 20px;
  width: 20px;
}
.form-radio.radio-large + label[data-v-d4b6afb5] {
  padding-top: 8px;
  padding-left: calc(32px + 8px);
  padding-bottom: 8px;
}
.form-radio.radio-large + label[data-v-d4b6afb5]:before {
  height: 32px;
  width: 32px;
}
.form-radio.radio-large + label + .form-hint[data-v-d4b6afb5] {
  padding-left: calc(32px + 8px);
  margin-top: -8px;
}
.form-checkbox.checkbox-large[data-v-d4b6afb5] {
  width: 20px;
  height: 20px;
}
.form-checkbox.checkbox-large.checkbox-large[data-v-d4b6afb5] {
  width: 32px;
  height: 32px;
}
.form-checkbox:checked + label[data-v-d4b6afb5]:before {
  background-color: #1a1a1a;
}
.form-checkbox:checked + label[data-v-d4b6afb5]:after {
  content: "";
  height: 7px;
  width: 12px;
  position: absolute;
  left: 4px;
  top: 5px;
  box-shadow: -2px 2px 0 0 #fff;
  transform: rotate(-46deg);
}
.form-checkbox.checkbox-large[data-v-d4b6afb5] {
  width: 22px;
  height: 22px;
}
.form-checkbox.checkbox-large:checked + label[data-v-d4b6afb5]:after {
  height: 12px;
  width: 20px;
  left: 6px;
  top: 6px;
  box-shadow: -3px 3px 0 0 #fff;
}
.form-radio:checked + label[data-v-d4b6afb5] {
  position: relative;
}
.form-radio:checked + label[data-v-d4b6afb5]:after {
  content: "";
  height: calc(20px - 10px);
  width: calc(20px - 10px);
  background-color: #1a1a1a;
  position: absolute;
  left: 5px;
  top: 8px;
  border-radius: 100%;
}
.form-radio.radio-large:checked + label[data-v-d4b6afb5]:after {
  content: "";
  height: calc(32px - 16px);
  width: calc(32px - 16px);
  left: 8px;
  top: 11px;
}
.form-checkbox:disabled + label[data-v-d4b6afb5],
.form-radio:disabled + label[data-v-d4b6afb5] {
  color: #747474;
  cursor: not-allowed;
}
.form-checkbox:disabled + label[data-v-d4b6afb5]:before,
.form-radio:disabled + label[data-v-d4b6afb5]:before {
  border-color: #747474;
  background-color: transparent;
}
.form-checkbox:checked[disabled] + label[data-v-d4b6afb5]:before {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  opacity: 0.5;
}
.form-radio:checked[disabled] + label[data-v-d4b6afb5]:before {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  opacity: 0.5;
}
.form-checkbox:focus + label[data-v-d4b6afb5]::before,
.form-checkbox.focus + label[data-v-d4b6afb5]::before {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.form-radio:focus + label[data-v-d4b6afb5]::before,
.form-radio.focus + label[data-v-d4b6afb5]::before {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.form-checkbox[aria-checked=mixed] + label[data-v-d4b6afb5]:before {
  background-color: #1a1a1a;
}
.form-checkbox[aria-checked=mixed] + label[data-v-d4b6afb5]:after {
  content: "";
  height: 2px;
  width: 8px;
  left: 8px;
  top: 10px;
  position: absolute;
  box-shadow: -2px 2px 0 0 white;
}
.form-checkbox.checkbox-large[aria-checked=mixed] + label[data-v-d4b6afb5]:after {
  width: 12px;
  left: 13px;
  top: 16px;
  box-shadow: -3px 3px 0 0 white;
}
.checkbox-content[data-v-d4b6afb5], .radio-content[data-v-d4b6afb5] {
  padding-left: calc(20px - 4px);
  padding-top: 16px;
  padding-bottom: 24px;
  border-left: 4px solid #BFBFBF;
  margin-left: 8px;
  margin-top: 4px;
  margin-bottom: 8px;
}
.checkbox-content-large[data-v-d4b6afb5], .radio-content-large[data-v-d4b6afb5] {
  padding-left: calc(28px - 4px - 4px / 2);
  margin-left: 14px;
}
.checkbox-content[aria-hidden=true][data-v-d4b6afb5], .radio-content[aria-hidden=true][data-v-d4b6afb5] {
  display: none;
}
[type=range][data-v-d4b6afb5] {
  appearance: none;
  border: none;
  padding-left: 0;
  width: 100%;
}
[type=range][data-v-d4b6afb5]::-webkit-slider-runnable-track {
  background: #BFBFBF;
  border: 1px solid #747474;
  cursor: pointer;
  height: 1.2rem;
  width: 100%;
}
[type=range][data-v-d4b6afb5]::-moz-range-track {
  background: #BFBFBF;
  border: 1px solid #747474;
  cursor: pointer;
  height: 1.2rem;
  width: 100%;
}
[type=range][data-v-d4b6afb5]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #747474;
  height: 2.2rem;
  border-radius: 1.5rem;
  background: #F5F5F5;
  cursor: pointer;
  margin-top: -0.65rem;
  width: 2.2rem;
}
[type=range][data-v-d4b6afb5]::-moz-range-thumb {
  background: #F5F5F5;
  border: 1px solid #747474;
  border-radius: 1.5rem;
  cursor: pointer;
  height: 2.2rem;
  width: 2.2rem;
}
.date-group[data-v-d4b6afb5] {
  display: flex;
  align-items: flex-end;
}
.date-group label[data-v-d4b6afb5] {
  margin-top: 0;
  font-weight: 400;
}
.date-group input[type=number][data-v-d4b6afb5]::-webkit-inner-spin-button,
.date-group input[type=number][data-v-d4b6afb5]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.date-group .form-group-day[data-v-d4b6afb5],
.date-group .form-group-month[data-v-d4b6afb5],
.date-group .form-group-year[data-v-d4b6afb5] {
  margin-right: 16px;
  margin-top: 0;
}
.date-group .form-group-day[data-v-d4b6afb5],
.date-group .form-group-month[data-v-d4b6afb5] {
  width: calc(2px + 16px + 16px + 2ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.date-group .form-group-day[data-v-d4b6afb5],
  .date-group .form-group-month[data-v-d4b6afb5] {
    width: 6.4ex;
}
}
.date-group .form-group-year[data-v-d4b6afb5] {
  width: calc(2px + 16px + 16px + 4ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.date-group .form-group-year[data-v-d4b6afb5] {
    width: 9ex;
}
}
.date-group .button-open-calendar[data-v-d4b6afb5] {
  margin-bottom: 8px;
  display: inline-flex;
}
input[type=number][data-v-d4b6afb5] {
  -moz-appearance: textfield !important;
}
input[data-v-d4b6afb5]::-webkit-outer-spin-button,
input[data-v-d4b6afb5]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.form-label + input[type=file][data-v-d4b6afb5] {
  margin-top: 8px;
}
input[type=file][data-v-d4b6afb5] {
  display: block;
}
ul[data-v-d4b6afb5] {
  padding-left: 0;
  list-style-type: none;
  color: #1a1a1a;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
ul > li[data-v-d4b6afb5] {
  margin-top: 8px;
  list-style-type: none;
  position: relative;
  padding-left: 16px;
  line-height: 2.4rem;
}
ul > li[data-v-d4b6afb5]::before {
  content: "•";
  position: absolute;
  left: 0px;
  top: -1px;
  font-size: 2rem;
}
ol[data-v-d4b6afb5] {
  padding-left: 28px;
}
ol li[data-v-d4b6afb5] {
  margin-top: 8px;
  line-height: 2.4rem;
}
.article ul > li[data-v-d4b6afb5], .article ol > li[data-v-d4b6afb5] {
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: normal;
}
.unstyled-list[data-v-d4b6afb5] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.unstyled-list > li[data-v-d4b6afb5] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.unstyled-list > li[data-v-d4b6afb5]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.bordered-list[data-v-d4b6afb5] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.bordered-list > li[data-v-d4b6afb5] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.bordered-list > li[data-v-d4b6afb5]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.bordered-list[data-v-d4b6afb5] {
  border-top: 1px solid #BFBFBF;
}
.bordered-list li[data-v-d4b6afb5] {
  padding: 8px 0px;
  border-bottom: 1px solid #BFBFBF;
}
.nobullet-list[data-v-d4b6afb5] {
  list-style-type: none;
  padding-left: 0;
}
.nobullet-list > li[data-v-d4b6afb5] {
  padding-left: 0;
}
.nobullet-list > li[data-v-d4b6afb5]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.noindent-list > li[data-v-d4b6afb5] {
  padding-left: 14px;
}
.noindent-list > li[data-v-d4b6afb5]::before {
  left: 0px;
}
.inline-list[data-v-d4b6afb5] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.inline-list > li[data-v-d4b6afb5] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.inline-list > li[data-v-d4b6afb5]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.inline-list > li[data-v-d4b6afb5] {
  display: block;
}
@media (min-width: 768px) {
.inline-list > li[data-v-d4b6afb5] {
    display: inline-block;
}
}
.inline-list li + li[data-v-d4b6afb5] {
  margin-top: 12px;
}
@media (min-width: 768px) {
.inline-list li + li[data-v-d4b6afb5] {
    margin-top: 0;
}
}
.spinner[data-v-d4b6afb5] {
  margin: 50px auto;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: spinner-d4b6afb5 1.1s infinite ease;
  animation: spinner-d4b6afb5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner-status[data-v-d4b6afb5] {
  text-align: center;
}
@-webkit-keyframes spinner-d4b6afb5 {
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-d4b6afb5 {
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[data-v-d4b6afb5] {
  margin-top: 40px;
}
.page-content + .page-footer[data-v-d4b6afb5] {
  margin-top: 40px;
}
.page-container[data-v-d4b6afb5] {
  padding-top: 2.4rem;
}
@media (min-width: 768px) {
.page-container[data-v-d4b6afb5] {
    padding-top: 4rem;
}
}
body[data-v-d4b6afb5] {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.page-container[data-v-d4b6afb5] {
  flex: 1 0 auto;
}
.collapsed[data-v-d4b6afb5]:not(.dataTable) {
  display: none;
}
.collapse-transition-collapse[data-v-d4b6afb5] {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease;
}
.collapse-transition-expand[data-v-d4b6afb5] {
  position: relative;
  overflow: hidden;
  transition: height 0.2s ease;
}
fieldset[data-v-d4b6afb5] {
  position: relative;
  border: none;
  margin: 0;
  padding: 0;
}
fieldset ul[data-v-d4b6afb5] {
  margin-top: 0px;
  margin-bottom: 0px;
}
fieldset + fieldset[data-v-d4b6afb5] {
  margin-top: 24px;
}
legend h1[data-v-d4b6afb5], legend .h1[data-v-d4b6afb5], legend h2[data-v-d4b6afb5], legend .h2[data-v-d4b6afb5], legend h3[data-v-d4b6afb5], legend .h3[data-v-d4b6afb5], legend h4[data-v-d4b6afb5], legend .h4[data-v-d4b6afb5], legend h5[data-v-d4b6afb5], legend .h5[data-v-d4b6afb5], legend h6[data-v-d4b6afb5], legend .h6[data-v-d4b6afb5] {
  margin-bottom: 0px;
}
input.input-width-xxs[data-v-d4b6afb5], select.input-width-xxs[data-v-d4b6afb5], textarea.input-width-xxs[data-v-d4b6afb5] {
  max-width: 8rem !important;
  width: 100%;
}
input.input-width-xs[data-v-d4b6afb5], select.input-width-xs[data-v-d4b6afb5], textarea.input-width-xs[data-v-d4b6afb5] {
  max-width: 16rem !important;
  width: 100%;
}
input.input-width-s[data-v-d4b6afb5], select.input-width-s[data-v-d4b6afb5], textarea.input-width-s[data-v-d4b6afb5] {
  max-width: 24rem !important;
  width: 100%;
}
input.input-width-m[data-v-d4b6afb5], select.input-width-m[data-v-d4b6afb5], textarea.input-width-m[data-v-d4b6afb5] {
  max-width: 32rem !important;
  width: 100%;
}
input.input-width-l[data-v-d4b6afb5], select.input-width-l[data-v-d4b6afb5], textarea.input-width-l[data-v-d4b6afb5] {
  max-width: 40rem !important;
  width: 100%;
}
input.input-width-xl[data-v-d4b6afb5], select.input-width-xl[data-v-d4b6afb5], textarea.input-width-xl[data-v-d4b6afb5] {
  max-width: 48rem !important;
  width: 100%;
}
input.input-char-4[data-v-d4b6afb5], select.input-char-4[data-v-d4b6afb5], textarea.input-char-4[data-v-d4b6afb5] {
  max-width: calc(34px + 4ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
input.input-char-4[data-v-d4b6afb5], select.input-char-4[data-v-d4b6afb5], textarea.input-char-4[data-v-d4b6afb5] {
    max-width: 9ex;
}
}
input.input-char-4[data-v-d4b6afb5]::-ms-clear, select.input-char-4[data-v-d4b6afb5]::-ms-clear, textarea.input-char-4[data-v-d4b6afb5]::-ms-clear {
  display: none;
}
input.input-char-4[data-v-d4b6afb5], select.input-char-4[data-v-d4b6afb5], textarea.input-char-4[data-v-d4b6afb5] {
  width: 100%;
}
input.input-char-8[data-v-d4b6afb5], select.input-char-8[data-v-d4b6afb5], textarea.input-char-8[data-v-d4b6afb5] {
  max-width: calc(34px + 8ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
input.input-char-8[data-v-d4b6afb5], select.input-char-8[data-v-d4b6afb5], textarea.input-char-8[data-v-d4b6afb5] {
    max-width: 14ex;
}
}
input.input-char-8[data-v-d4b6afb5]::-ms-clear, select.input-char-8[data-v-d4b6afb5]::-ms-clear, textarea.input-char-8[data-v-d4b6afb5]::-ms-clear {
  display: none;
}
input.input-char-8[data-v-d4b6afb5], select.input-char-8[data-v-d4b6afb5], textarea.input-char-8[data-v-d4b6afb5] {
  width: 100%;
}
input.input-char-11[data-v-d4b6afb5], select.input-char-11[data-v-d4b6afb5], textarea.input-char-11[data-v-d4b6afb5] {
  max-width: calc(34px + 11ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
input.input-char-11[data-v-d4b6afb5], select.input-char-11[data-v-d4b6afb5], textarea.input-char-11[data-v-d4b6afb5] {
    max-width: 17ex;
}
}
input.input-char-11[data-v-d4b6afb5]::-ms-clear, select.input-char-11[data-v-d4b6afb5]::-ms-clear, textarea.input-char-11[data-v-d4b6afb5]::-ms-clear {
  display: none;
}
input.input-char-11[data-v-d4b6afb5], select.input-char-11[data-v-d4b6afb5], textarea.input-char-11[data-v-d4b6afb5] {
  width: 100%;
}
input.input-char-27[data-v-d4b6afb5], select.input-char-27[data-v-d4b6afb5], textarea.input-char-27[data-v-d4b6afb5] {
  max-width: calc(34px + 27ch);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
input.input-char-27[data-v-d4b6afb5], select.input-char-27[data-v-d4b6afb5], textarea.input-char-27[data-v-d4b6afb5] {
    max-width: 36ex;
}
}
input.input-char-27[data-v-d4b6afb5]::-ms-clear, select.input-char-27[data-v-d4b6afb5]::-ms-clear, textarea.input-char-27[data-v-d4b6afb5]::-ms-clear {
  display: none;
}
input.input-char-27[data-v-d4b6afb5], select.input-char-27[data-v-d4b6afb5], textarea.input-char-27[data-v-d4b6afb5] {
  width: 100%;
}
.table[data-v-d4b6afb5] {
  margin: 0;
  line-height: 2.4rem;
  border: 1px solid #747474;
  width: 100%;
  color: #1a1a1a;
  font-size: 1.6rem;
  border-collapse: inherit;
  border-spacing: 0;
}
.table td[data-v-d4b6afb5],
.table th[data-v-d4b6afb5] {
  padding-left: 16px;
  padding-top: 16px;
  padding-right: 15px;
  padding-bottom: 15px;
  border-right: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  background-color: inherit;
  vertical-align: top;
  text-align: left;
}
.table td[data-v-d4b6afb5]:last-child,
.table th[data-v-d4b6afb5]:last-child {
  border-right: none;
}
.table td.break-word[data-v-d4b6afb5],
.table th.break-word[data-v-d4b6afb5] {
  word-break: break-all;
}
.table td.vertical-align-middle[data-v-d4b6afb5],
.table th.vertical-align-middle[data-v-d4b6afb5] {
  vertical-align: middle;
}
.table td.vertical-align-top[data-v-d4b6afb5],
.table th.vertical-align-top[data-v-d4b6afb5] {
  vertical-align: top;
}
.table td.vertical-align-bottom[data-v-d4b6afb5],
.table th.vertical-align-bottom[data-v-d4b6afb5] {
  vertical-align: bottom;
}
.table thead[data-v-d4b6afb5] {
  background-color: #F5F5F5;
}
.table thead th[data-v-d4b6afb5] {
  font-weight: 600;
  padding-top: 15px;
}
.table thead th[data-v-d4b6afb5]:first-child {
  padding-left: 15px;
}
.table thead th.table-header-no-wrap[data-v-d4b6afb5] {
  white-space: nowrap;
}
.table thead th button[data-v-d4b6afb5],
.table thead th .button[data-v-d4b6afb5] {
  width: auto;
}
.table tbody th[data-v-d4b6afb5] {
  font-weight: 600;
}
.table tbody tr[data-v-d4b6afb5] {
  background-color: transparent;
}
.table tbody tr td[data-v-d4b6afb5]:first-child,
.table tbody tr th[data-v-d4b6afb5]:first-child {
  padding-left: 15px;
}
.table tbody tr:last-child td[data-v-d4b6afb5],
.table tbody tr:last-child th[data-v-d4b6afb5] {
  border-bottom: none;
}
.table.table--compact th[data-v-d4b6afb5],
.table.table--compact td[data-v-d4b6afb5] {
  padding-top: 8px;
  padding-bottom: 7px;
}
.table.table--compact thead th[data-v-d4b6afb5] {
  padding-top: 7px;
}
.table.table--extracompact th[data-v-d4b6afb5],
.table.table--extracompact td[data-v-d4b6afb5] {
  padding-top: 1px;
  padding-bottom: 0;
}
.table.table--extracompact thead th[data-v-d4b6afb5] {
  padding-top: 0;
}
.table.table--borderless[data-v-d4b6afb5], .table.structured-list[data-v-d4b6afb5] {
  border: none;
}
.table.table--borderless td[data-v-d4b6afb5],
.table.table--borderless th[data-v-d4b6afb5], .table.structured-list td[data-v-d4b6afb5],
.table.structured-list th[data-v-d4b6afb5] {
  padding-right: 16px;
  border-right: none;
}
.table.table--borderless thead tr td[data-v-d4b6afb5]:first-child,
.table.table--borderless thead tr th[data-v-d4b6afb5]:first-child,
.table.table--borderless tbody tr td[data-v-d4b6afb5]:first-child,
.table.table--borderless tbody tr th[data-v-d4b6afb5]:first-child, .table.structured-list thead tr td[data-v-d4b6afb5]:first-child,
.table.structured-list thead tr th[data-v-d4b6afb5]:first-child,
.table.structured-list tbody tr td[data-v-d4b6afb5]:first-child,
.table.structured-list tbody tr th[data-v-d4b6afb5]:first-child {
  padding-left: 0;
}
.table.table--borderless thead tr td[data-v-d4b6afb5]:last-child,
.table.table--borderless thead tr th[data-v-d4b6afb5]:last-child,
.table.table--borderless tbody tr td[data-v-d4b6afb5]:last-child,
.table.table--borderless tbody tr th[data-v-d4b6afb5]:last-child, .table.structured-list thead tr td[data-v-d4b6afb5]:last-child,
.table.structured-list thead tr th[data-v-d4b6afb5]:last-child,
.table.structured-list tbody tr td[data-v-d4b6afb5]:last-child,
.table.structured-list tbody tr th[data-v-d4b6afb5]:last-child {
  padding-right: 0;
}
.table.table--borderless thead[data-v-d4b6afb5], .table.structured-list thead[data-v-d4b6afb5] {
  background-color: transparent;
}
.table.table--borderless thead th[data-v-d4b6afb5], .table.structured-list thead th[data-v-d4b6afb5] {
  padding-top: 16px;
}
.table.table--borderless tbody tr:last-child td[data-v-d4b6afb5],
.table.table--borderless tbody tr:last-child th[data-v-d4b6afb5], .table.structured-list tbody tr:last-child td[data-v-d4b6afb5],
.table.structured-list tbody tr:last-child th[data-v-d4b6afb5] {
  border-bottom: 1px solid #BFBFBF;
}
.table.table--borderless.table--compact thead th[data-v-d4b6afb5], .table.structured-list.table--compact thead th[data-v-d4b6afb5] {
  padding-top: 8px;
}
.table.table--borderless.table--extracompact thead th[data-v-d4b6afb5], .table.structured-list.table--extracompact thead th[data-v-d4b6afb5] {
  padding-top: 1px;
}
.table.table--zebra td[data-v-d4b6afb5],
.table.table--zebra th[data-v-d4b6afb5] {
  border-right: 0;
  padding-right: 16px;
}
.table.table--zebra td[data-v-d4b6afb5]:last-child,
.table.table--zebra th[data-v-d4b6afb5]:last-child {
  padding-right: 15px;
}
.table.table--zebra tr[data-v-d4b6afb5]:nth-child(even) {
  background-color: #F5F5F5;
}
.table.table--zebra tbody tr[data-v-d4b6afb5]:nth-child(odd) {
  background-color: white;
}
.table.table--zebra.table--borderless td[data-v-d4b6afb5],
.table.table--zebra.table--borderless th[data-v-d4b6afb5] {
  border: 0;
  padding: 16px;
}
.table.table--zebra.table--borderless thead tr td[data-v-d4b6afb5]:first-child,
.table.table--zebra.table--borderless thead tr th[data-v-d4b6afb5]:first-child,
.table.table--zebra.table--borderless tbody tr td[data-v-d4b6afb5]:first-child,
.table.table--zebra.table--borderless tbody tr th[data-v-d4b6afb5]:first-child {
  padding-left: 16px;
}
.table.table--zebra.table--borderless thead tr td[data-v-d4b6afb5]:last-child,
.table.table--zebra.table--borderless thead tr th[data-v-d4b6afb5]:last-child,
.table.table--zebra.table--borderless tbody tr td[data-v-d4b6afb5]:last-child,
.table.table--zebra.table--borderless tbody tr th[data-v-d4b6afb5]:last-child {
  padding-right: 16px;
}
.table.table--zebra.table--borderless thead[data-v-d4b6afb5] {
  background-color: #F5F5F5;
}
.table.table--zebra.table--borderless tbody tr:last-child td[data-v-d4b6afb5],
.table.table--zebra.table--borderless tbody tr:last-child th[data-v-d4b6afb5] {
  border-bottom: none;
}
.table.table--zebra.table--borderless.table--compact td[data-v-d4b6afb5],
.table.table--zebra.table--borderless.table--compact th[data-v-d4b6afb5] {
  padding-bottom: 8px;
  padding-top: 8px;
}
.table.table--zebra.table--borderless.table--extracompact td[data-v-d4b6afb5],
.table.table--zebra.table--borderless.table--extracompact th[data-v-d4b6afb5] {
  padding-bottom: 1px;
  padding-top: 1px;
}
.table.structured-list tbody tr:first-child td[data-v-d4b6afb5],
.table.structured-list tbody tr:first-child th[data-v-d4b6afb5] {
  border-top: 1px solid #BFBFBF;
}
.table.structured-list.table--zebra tbody tr:first-child td[data-v-d4b6afb5],
.table.structured-list.table--zebra tbody tr:first-child th[data-v-d4b6afb5] {
  border-top: none;
}
@media screen and (max-width: 767px) {
.table.table--responsive-headers[data-v-d4b6afb5] {
    display: block;
}
.table.table--responsive-headers thead[data-v-d4b6afb5] {
    display: none;
}
.table.table--responsive-headers tbody[data-v-d4b6afb5],
  .table.table--responsive-headers tr[data-v-d4b6afb5] {
    display: block;
}
.table.table--responsive-headers tr[data-v-d4b6afb5] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table--responsive-headers tr[data-v-d4b6afb5]:last-child {
    border-bottom: none;
}
.table.table--responsive-headers td[data-v-d4b6afb5],
  .table.table--responsive-headers th[data-v-d4b6afb5] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table--responsive-headers td[data-v-d4b6afb5]:last-child,
  .table.table--responsive-headers th[data-v-d4b6afb5]:last-child {
    padding-bottom: 15px;
}
.table.table--responsive-headers td[data-title][data-v-d4b6afb5]:not([data-title=""]):before,
  .table.table--responsive-headers th[data-title][data-v-d4b6afb5]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table--responsive-headers.table--compact th[data-v-d4b6afb5],
  .table.table--responsive-headers.table--compact td[data-v-d4b6afb5] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table--responsive-headers.table--compact th[data-v-d4b6afb5]:last-child,
  .table.table--responsive-headers.table--compact td[data-v-d4b6afb5]:last-child {
    padding-bottom: 7px;
}
.table.table--responsive-headers.table--extracompact th[data-v-d4b6afb5],
  .table.table--responsive-headers.table--extracompact td[data-v-d4b6afb5] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table--responsive-headers.table--extracompact th[data-v-d4b6afb5]:last-child,
  .table.table--responsive-headers.table--extracompact td[data-v-d4b6afb5]:last-child {
    padding-bottom: 0px;
}
.table.table--responsive-headers.table--borderless td[data-v-d4b6afb5],
  .table.table--responsive-headers.table--borderless th[data-v-d4b6afb5], .table.table--responsive-headers.structured-list td[data-v-d4b6afb5],
  .table.table--responsive-headers.structured-list th[data-v-d4b6afb5] {
    padding-left: 0;
    padding-right: 0;
}
.table.table--responsive-headers.table--borderless tr:first-child td[data-v-d4b6afb5]:first-child,
  .table.table--responsive-headers.table--borderless tr:first-child th[data-v-d4b6afb5]:first-child, .table.table--responsive-headers.structured-list tr:first-child td[data-v-d4b6afb5]:first-child,
  .table.table--responsive-headers.structured-list tr:first-child th[data-v-d4b6afb5]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table--responsive-headers.table--borderless tr:last-child td[data-v-d4b6afb5],
  .table.table--responsive-headers.table--borderless tr:last-child th[data-v-d4b6afb5], .table.table--responsive-headers.structured-list tr:last-child td[data-v-d4b6afb5],
  .table.table--responsive-headers.structured-list tr:last-child th[data-v-d4b6afb5] {
    border-bottom: none;
}
.table.table--responsive-headers.table--borderless tr:last-child td[data-v-d4b6afb5]:last-child,
  .table.table--responsive-headers.table--borderless tr:last-child th[data-v-d4b6afb5]:last-child, .table.table--responsive-headers.structured-list tr:last-child td[data-v-d4b6afb5]:last-child,
  .table.table--responsive-headers.structured-list tr:last-child th[data-v-d4b6afb5]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table--responsive-headers.table--zebra.table--borderless td[data-v-d4b6afb5],
  .table.table--responsive-headers.table--zebra.table--borderless th[data-v-d4b6afb5] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table--responsive-headers.structured-list tbody tr:first-child td[data-v-d4b6afb5] {
    border-top: none;
}
.table.table--responsive-headers.structured-list tbody tr th[data-v-d4b6afb5] {
    padding-bottom: 0;
}
.table.table--responsive-headers.structured-list tbody tr td[data-v-d4b6afb5]:first-of-type {
    padding-top: 0;
}
}
@media screen and (max-width: 767px) {
.table.table-sm-responsive-headers[data-v-d4b6afb5] {
    display: block;
}
.table.table-sm-responsive-headers thead[data-v-d4b6afb5] {
    display: none;
}
.table.table-sm-responsive-headers tbody[data-v-d4b6afb5],
  .table.table-sm-responsive-headers tr[data-v-d4b6afb5] {
    display: block;
}
.table.table-sm-responsive-headers tr[data-v-d4b6afb5] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-sm-responsive-headers tr[data-v-d4b6afb5]:last-child {
    border-bottom: none;
}
.table.table-sm-responsive-headers td[data-v-d4b6afb5],
  .table.table-sm-responsive-headers th[data-v-d4b6afb5] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table-sm-responsive-headers td[data-v-d4b6afb5]:last-child,
  .table.table-sm-responsive-headers th[data-v-d4b6afb5]:last-child {
    padding-bottom: 15px;
}
.table.table-sm-responsive-headers td[data-title][data-v-d4b6afb5]:not([data-title=""]):before,
  .table.table-sm-responsive-headers th[data-title][data-v-d4b6afb5]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table-sm-responsive-headers.table--compact th[data-v-d4b6afb5],
  .table.table-sm-responsive-headers.table--compact td[data-v-d4b6afb5] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table-sm-responsive-headers.table--compact th[data-v-d4b6afb5]:last-child,
  .table.table-sm-responsive-headers.table--compact td[data-v-d4b6afb5]:last-child {
    padding-bottom: 7px;
}
.table.table-sm-responsive-headers.table--extracompact th[data-v-d4b6afb5],
  .table.table-sm-responsive-headers.table--extracompact td[data-v-d4b6afb5] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table-sm-responsive-headers.table--extracompact th[data-v-d4b6afb5]:last-child,
  .table.table-sm-responsive-headers.table--extracompact td[data-v-d4b6afb5]:last-child {
    padding-bottom: 0px;
}
.table.table-sm-responsive-headers.table--borderless td[data-v-d4b6afb5],
  .table.table-sm-responsive-headers.table--borderless th[data-v-d4b6afb5], .table.table-sm-responsive-headers.structured-list td[data-v-d4b6afb5],
  .table.table-sm-responsive-headers.structured-list th[data-v-d4b6afb5] {
    padding-left: 0;
    padding-right: 0;
}
.table.table-sm-responsive-headers.table--borderless tr:first-child td[data-v-d4b6afb5]:first-child,
  .table.table-sm-responsive-headers.table--borderless tr:first-child th[data-v-d4b6afb5]:first-child, .table.table-sm-responsive-headers.structured-list tr:first-child td[data-v-d4b6afb5]:first-child,
  .table.table-sm-responsive-headers.structured-list tr:first-child th[data-v-d4b6afb5]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table-sm-responsive-headers.table--borderless tr:last-child td[data-v-d4b6afb5],
  .table.table-sm-responsive-headers.table--borderless tr:last-child th[data-v-d4b6afb5], .table.table-sm-responsive-headers.structured-list tr:last-child td[data-v-d4b6afb5],
  .table.table-sm-responsive-headers.structured-list tr:last-child th[data-v-d4b6afb5] {
    border-bottom: none;
}
.table.table-sm-responsive-headers.table--borderless tr:last-child td[data-v-d4b6afb5]:last-child,
  .table.table-sm-responsive-headers.table--borderless tr:last-child th[data-v-d4b6afb5]:last-child, .table.table-sm-responsive-headers.structured-list tr:last-child td[data-v-d4b6afb5]:last-child,
  .table.table-sm-responsive-headers.structured-list tr:last-child th[data-v-d4b6afb5]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-sm-responsive-headers.table--zebra.table--borderless td[data-v-d4b6afb5],
  .table.table-sm-responsive-headers.table--zebra.table--borderless th[data-v-d4b6afb5] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table-sm-responsive-headers.structured-list tbody tr:first-child td[data-v-d4b6afb5] {
    border-top: none;
}
.table.table-sm-responsive-headers.structured-list tbody tr th[data-v-d4b6afb5] {
    padding-bottom: 0;
}
.table.table-sm-responsive-headers.structured-list tbody tr td[data-v-d4b6afb5]:first-of-type {
    padding-top: 0;
}
}
@media screen and (max-width: 991px) {
.table.table-md-responsive-headers[data-v-d4b6afb5] {
    display: block;
}
.table.table-md-responsive-headers thead[data-v-d4b6afb5] {
    display: none;
}
.table.table-md-responsive-headers tbody[data-v-d4b6afb5],
  .table.table-md-responsive-headers tr[data-v-d4b6afb5] {
    display: block;
}
.table.table-md-responsive-headers tr[data-v-d4b6afb5] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-md-responsive-headers tr[data-v-d4b6afb5]:last-child {
    border-bottom: none;
}
.table.table-md-responsive-headers td[data-v-d4b6afb5],
  .table.table-md-responsive-headers th[data-v-d4b6afb5] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table-md-responsive-headers td[data-v-d4b6afb5]:last-child,
  .table.table-md-responsive-headers th[data-v-d4b6afb5]:last-child {
    padding-bottom: 15px;
}
.table.table-md-responsive-headers td[data-title][data-v-d4b6afb5]:not([data-title=""]):before,
  .table.table-md-responsive-headers th[data-title][data-v-d4b6afb5]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table-md-responsive-headers.table--compact th[data-v-d4b6afb5],
  .table.table-md-responsive-headers.table--compact td[data-v-d4b6afb5] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table-md-responsive-headers.table--compact th[data-v-d4b6afb5]:last-child,
  .table.table-md-responsive-headers.table--compact td[data-v-d4b6afb5]:last-child {
    padding-bottom: 7px;
}
.table.table-md-responsive-headers.table--extracompact th[data-v-d4b6afb5],
  .table.table-md-responsive-headers.table--extracompact td[data-v-d4b6afb5] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table-md-responsive-headers.table--extracompact th[data-v-d4b6afb5]:last-child,
  .table.table-md-responsive-headers.table--extracompact td[data-v-d4b6afb5]:last-child {
    padding-bottom: 0px;
}
.table.table-md-responsive-headers.table--borderless td[data-v-d4b6afb5],
  .table.table-md-responsive-headers.table--borderless th[data-v-d4b6afb5], .table.table-md-responsive-headers.structured-list td[data-v-d4b6afb5],
  .table.table-md-responsive-headers.structured-list th[data-v-d4b6afb5] {
    padding-left: 0;
    padding-right: 0;
}
.table.table-md-responsive-headers.table--borderless tr:first-child td[data-v-d4b6afb5]:first-child,
  .table.table-md-responsive-headers.table--borderless tr:first-child th[data-v-d4b6afb5]:first-child, .table.table-md-responsive-headers.structured-list tr:first-child td[data-v-d4b6afb5]:first-child,
  .table.table-md-responsive-headers.structured-list tr:first-child th[data-v-d4b6afb5]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table-md-responsive-headers.table--borderless tr:last-child td[data-v-d4b6afb5],
  .table.table-md-responsive-headers.table--borderless tr:last-child th[data-v-d4b6afb5], .table.table-md-responsive-headers.structured-list tr:last-child td[data-v-d4b6afb5],
  .table.table-md-responsive-headers.structured-list tr:last-child th[data-v-d4b6afb5] {
    border-bottom: none;
}
.table.table-md-responsive-headers.table--borderless tr:last-child td[data-v-d4b6afb5]:last-child,
  .table.table-md-responsive-headers.table--borderless tr:last-child th[data-v-d4b6afb5]:last-child, .table.table-md-responsive-headers.structured-list tr:last-child td[data-v-d4b6afb5]:last-child,
  .table.table-md-responsive-headers.structured-list tr:last-child th[data-v-d4b6afb5]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-md-responsive-headers.table--zebra.table--borderless td[data-v-d4b6afb5],
  .table.table-md-responsive-headers.table--zebra.table--borderless th[data-v-d4b6afb5] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table-md-responsive-headers.structured-list tbody tr:first-child td[data-v-d4b6afb5] {
    border-top: none;
}
.table.table-md-responsive-headers.structured-list tbody tr th[data-v-d4b6afb5] {
    padding-bottom: 0;
}
.table.table-md-responsive-headers.structured-list tbody tr td[data-v-d4b6afb5]:first-of-type {
    padding-top: 0;
}
}
@media screen and (max-width: 1199px) {
.table.table-lg-responsive-headers[data-v-d4b6afb5] {
    display: block;
}
.table.table-lg-responsive-headers thead[data-v-d4b6afb5] {
    display: none;
}
.table.table-lg-responsive-headers tbody[data-v-d4b6afb5],
  .table.table-lg-responsive-headers tr[data-v-d4b6afb5] {
    display: block;
}
.table.table-lg-responsive-headers tr[data-v-d4b6afb5] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-lg-responsive-headers tr[data-v-d4b6afb5]:last-child {
    border-bottom: none;
}
.table.table-lg-responsive-headers td[data-v-d4b6afb5],
  .table.table-lg-responsive-headers th[data-v-d4b6afb5] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table-lg-responsive-headers td[data-v-d4b6afb5]:last-child,
  .table.table-lg-responsive-headers th[data-v-d4b6afb5]:last-child {
    padding-bottom: 15px;
}
.table.table-lg-responsive-headers td[data-title][data-v-d4b6afb5]:not([data-title=""]):before,
  .table.table-lg-responsive-headers th[data-title][data-v-d4b6afb5]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table-lg-responsive-headers.table--compact th[data-v-d4b6afb5],
  .table.table-lg-responsive-headers.table--compact td[data-v-d4b6afb5] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table-lg-responsive-headers.table--compact th[data-v-d4b6afb5]:last-child,
  .table.table-lg-responsive-headers.table--compact td[data-v-d4b6afb5]:last-child {
    padding-bottom: 7px;
}
.table.table-lg-responsive-headers.table--extracompact th[data-v-d4b6afb5],
  .table.table-lg-responsive-headers.table--extracompact td[data-v-d4b6afb5] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table-lg-responsive-headers.table--extracompact th[data-v-d4b6afb5]:last-child,
  .table.table-lg-responsive-headers.table--extracompact td[data-v-d4b6afb5]:last-child {
    padding-bottom: 0px;
}
.table.table-lg-responsive-headers.table--borderless td[data-v-d4b6afb5],
  .table.table-lg-responsive-headers.table--borderless th[data-v-d4b6afb5], .table.table-lg-responsive-headers.structured-list td[data-v-d4b6afb5],
  .table.table-lg-responsive-headers.structured-list th[data-v-d4b6afb5] {
    padding-left: 0;
    padding-right: 0;
}
.table.table-lg-responsive-headers.table--borderless tr:first-child td[data-v-d4b6afb5]:first-child,
  .table.table-lg-responsive-headers.table--borderless tr:first-child th[data-v-d4b6afb5]:first-child, .table.table-lg-responsive-headers.structured-list tr:first-child td[data-v-d4b6afb5]:first-child,
  .table.table-lg-responsive-headers.structured-list tr:first-child th[data-v-d4b6afb5]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table-lg-responsive-headers.table--borderless tr:last-child td[data-v-d4b6afb5],
  .table.table-lg-responsive-headers.table--borderless tr:last-child th[data-v-d4b6afb5], .table.table-lg-responsive-headers.structured-list tr:last-child td[data-v-d4b6afb5],
  .table.table-lg-responsive-headers.structured-list tr:last-child th[data-v-d4b6afb5] {
    border-bottom: none;
}
.table.table-lg-responsive-headers.table--borderless tr:last-child td[data-v-d4b6afb5]:last-child,
  .table.table-lg-responsive-headers.table--borderless tr:last-child th[data-v-d4b6afb5]:last-child, .table.table-lg-responsive-headers.structured-list tr:last-child td[data-v-d4b6afb5]:last-child,
  .table.table-lg-responsive-headers.structured-list tr:last-child th[data-v-d4b6afb5]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-lg-responsive-headers.table--zebra.table--borderless td[data-v-d4b6afb5],
  .table.table-lg-responsive-headers.table--zebra.table--borderless th[data-v-d4b6afb5] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table-lg-responsive-headers.structured-list tbody tr:first-child td[data-v-d4b6afb5] {
    border-top: none;
}
.table.table-lg-responsive-headers.structured-list tbody tr th[data-v-d4b6afb5] {
    padding-bottom: 0;
}
.table.table-lg-responsive-headers.structured-list tbody tr td[data-v-d4b6afb5]:first-of-type {
    padding-top: 0;
}
}
@media screen {
.table.table-xxl-responsive-headers[data-v-d4b6afb5] {
    display: block;
}
.table.table-xxl-responsive-headers thead[data-v-d4b6afb5] {
    display: none;
}
.table.table-xxl-responsive-headers tbody[data-v-d4b6afb5],
  .table.table-xxl-responsive-headers tr[data-v-d4b6afb5] {
    display: block;
}
.table.table-xxl-responsive-headers tr[data-v-d4b6afb5] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-xxl-responsive-headers tr[data-v-d4b6afb5]:last-child {
    border-bottom: none;
}
.table.table-xxl-responsive-headers td[data-v-d4b6afb5],
  .table.table-xxl-responsive-headers th[data-v-d4b6afb5] {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.table.table-xxl-responsive-headers td[data-v-d4b6afb5]:last-child,
  .table.table-xxl-responsive-headers th[data-v-d4b6afb5]:last-child {
    padding-bottom: 15px;
}
.table.table-xxl-responsive-headers td[data-title][data-v-d4b6afb5]:not([data-title=""]):before,
  .table.table-xxl-responsive-headers th[data-title][data-v-d4b6afb5]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
}
.table.table-xxl-responsive-headers.table--compact th[data-v-d4b6afb5],
  .table.table-xxl-responsive-headers.table--compact td[data-v-d4b6afb5] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table.table-xxl-responsive-headers.table--compact th[data-v-d4b6afb5]:last-child,
  .table.table-xxl-responsive-headers.table--compact td[data-v-d4b6afb5]:last-child {
    padding-bottom: 7px;
}
.table.table-xxl-responsive-headers.table--extracompact th[data-v-d4b6afb5],
  .table.table-xxl-responsive-headers.table--extracompact td[data-v-d4b6afb5] {
    padding-top: 1px;
    padding-bottom: 1px;
}
.table.table-xxl-responsive-headers.table--extracompact th[data-v-d4b6afb5]:last-child,
  .table.table-xxl-responsive-headers.table--extracompact td[data-v-d4b6afb5]:last-child {
    padding-bottom: 0px;
}
.table.table-xxl-responsive-headers.table--borderless td[data-v-d4b6afb5],
  .table.table-xxl-responsive-headers.table--borderless th[data-v-d4b6afb5], .table.table-xxl-responsive-headers.structured-list td[data-v-d4b6afb5],
  .table.table-xxl-responsive-headers.structured-list th[data-v-d4b6afb5] {
    padding-left: 0;
    padding-right: 0;
}
.table.table-xxl-responsive-headers.table--borderless tr:first-child td[data-v-d4b6afb5]:first-child,
  .table.table-xxl-responsive-headers.table--borderless tr:first-child th[data-v-d4b6afb5]:first-child, .table.table-xxl-responsive-headers.structured-list tr:first-child td[data-v-d4b6afb5]:first-child,
  .table.table-xxl-responsive-headers.structured-list tr:first-child th[data-v-d4b6afb5]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table-xxl-responsive-headers.table--borderless tr:last-child td[data-v-d4b6afb5],
  .table.table-xxl-responsive-headers.table--borderless tr:last-child th[data-v-d4b6afb5], .table.table-xxl-responsive-headers.structured-list tr:last-child td[data-v-d4b6afb5],
  .table.table-xxl-responsive-headers.structured-list tr:last-child th[data-v-d4b6afb5] {
    border-bottom: none;
}
.table.table-xxl-responsive-headers.table--borderless tr:last-child td[data-v-d4b6afb5]:last-child,
  .table.table-xxl-responsive-headers.table--borderless tr:last-child th[data-v-d4b6afb5]:last-child, .table.table-xxl-responsive-headers.structured-list tr:last-child td[data-v-d4b6afb5]:last-child,
  .table.table-xxl-responsive-headers.structured-list tr:last-child th[data-v-d4b6afb5]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table-xxl-responsive-headers.table--zebra.table--borderless td[data-v-d4b6afb5],
  .table.table-xxl-responsive-headers.table--zebra.table--borderless th[data-v-d4b6afb5] {
    padding-left: 16px;
    padding-right: 16px;
}
.table.table-xxl-responsive-headers.structured-list tbody tr:first-child td[data-v-d4b6afb5] {
    border-top: none;
}
.table.table-xxl-responsive-headers.structured-list tbody tr th[data-v-d4b6afb5] {
    padding-bottom: 0;
}
.table.table-xxl-responsive-headers.structured-list tbody tr td[data-v-d4b6afb5]:first-of-type {
    padding-top: 0;
}
}
.table--selectable tbody tr[data-v-d4b6afb5]:hover, .table--selectable.table.table--zebra tr[data-v-d4b6afb5]:nth-child(even):hover, .table--selectable.table.table--zebra tr[data-v-d4b6afb5]:nth-child(odd):hover {
  background-color: #F5F5F5;
}
.table--selectable.table.table--zebra tr.table-row-selected[data-v-d4b6afb5]:nth-child(even), .table--selectable.table.table--zebra tr.table-row-selected[data-v-d4b6afb5]:nth-child(odd),
.table--selectable .table-row-selected[data-v-d4b6afb5] {
  background-color: #DCDCDC;
}
.table-actions[data-v-d4b6afb5] {
  border-right: 1px solid #747474;
  border-bottom: 1px solid #747474;
  border-left: 1px solid #747474;
  overflow: hidden;
  padding: 16px 15px 15px 15px;
}
.table-actions .table-selected-number[data-v-d4b6afb5] {
  margin-top: 0px;
}
.table-actions .table-selected-number.no-selected[data-v-d4b6afb5] {
  color: #747474;
}
.table--responsive-scroll[data-v-d4b6afb5] {
  overflow-x: auto;
  min-height: 0.01%;
  padding: 5px;
  margin: -5px;
}
hr[data-v-d4b6afb5] {
  border-top: 1px solid #BFBFBF;
  display: block;
  border-bottom-width: 0;
}

/*
----------------------------------------
Accordion
----------------------------------------
*/
.accordion-button[data-v-d4b6afb5], .tabnav > button[data-v-d4b6afb5] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.accordion-button[data-v-d4b6afb5]:hover, .tabnav > button[data-v-d4b6afb5]:hover, .accordion-button[data-v-d4b6afb5]:focus, .tabnav > button[data-v-d4b6afb5]:focus {
  background-color: transparent;
  color: inherit;
}
.accordion-button[data-v-d4b6afb5], .tabnav > button[data-v-d4b6afb5] {
  background-color: #F5F5F5;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'/%3e%3c/svg%3e");
  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.4rem;
  padding: 1.6rem 1.6rem 1.6rem 5.6rem;
  width: 100%;
  font-size: 1.6rem;
  position: relative;
  transition: none;
  border-radius: 3px;
  border: 1px solid #747474;
}
.accordion-button[data-v-d4b6afb5]:hover, .tabnav > button[data-v-d4b6afb5]:hover {
  background-color: #DCDCDC;
  color: #1a1a1a;
}
.accordion-button h1[data-v-d4b6afb5], .tabnav > button h1[data-v-d4b6afb5], .accordion-button .h1[data-v-d4b6afb5], .tabnav > button .h1[data-v-d4b6afb5],
.accordion-button h2[data-v-d4b6afb5],
.tabnav > button h2[data-v-d4b6afb5], .accordion-button .h2[data-v-d4b6afb5], .tabnav > button .h2[data-v-d4b6afb5],
.accordion-button h3[data-v-d4b6afb5],
.tabnav > button h3[data-v-d4b6afb5], .accordion-button .h3[data-v-d4b6afb5], .tabnav > button .h3[data-v-d4b6afb5],
.accordion-button h4[data-v-d4b6afb5],
.tabnav > button h4[data-v-d4b6afb5], .accordion-button .h4[data-v-d4b6afb5], .tabnav > button .h4[data-v-d4b6afb5],
.accordion-button h5[data-v-d4b6afb5],
.tabnav > button h5[data-v-d4b6afb5], .accordion-button .h5[data-v-d4b6afb5], .tabnav > button .h5[data-v-d4b6afb5],
.accordion-button h6[data-v-d4b6afb5],
.tabnav > button h6[data-v-d4b6afb5], .accordion-button .h6[data-v-d4b6afb5], .tabnav > button .h6[data-v-d4b6afb5] {
  margin: 0;
}
.accordion-button .icon_text[data-v-d4b6afb5], .tabnav > button .icon_text[data-v-d4b6afb5] {
  font-weight: 600;
  margin-right: 8px;
  float: left;
}
.accordion-button .accordion-icon[data-v-d4b6afb5], .tabnav > button .accordion-icon[data-v-d4b6afb5] {
  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[data-v-d4b6afb5], .tabnav > button .accordion-icon[data-v-d4b6afb5] {
    text-align: center;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    display: flex;
}
}
.accordion-button .accordion-icon .icon-svg[data-v-d4b6afb5], .tabnav > button .accordion-icon .icon-svg[data-v-d4b6afb5] {
  fill: #1a1a1a;
  float: left;
}
.accordion-button .accordion-icon:hover .icon-svg[data-v-d4b6afb5], .tabnav > button .accordion-icon:hover .icon-svg[data-v-d4b6afb5] {
  fill: #1a1a1a;
}
button.accordion-bulk-button[data-v-d4b6afb5] {
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 28px;
  margin-bottom: 16px;
}
button.accordion-bulk-button[data-accordion-bulk-expand=true][data-v-d4b6afb5] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
}
button.accordion-bulk-button[data-accordion-bulk-expand=false][data-v-d4b6afb5] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'/%3e%3c/svg%3e");
}
.accordion[data-v-d4b6afb5], .tabnav[data-v-d4b6afb5] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.accordion > li[data-v-d4b6afb5], .tabnav > li[data-v-d4b6afb5] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.accordion > li[data-v-d4b6afb5]::before, .tabnav > li[data-v-d4b6afb5]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.accordion[data-v-d4b6afb5], .tabnav[data-v-d4b6afb5] {
  margin: 0;
  padding: 0;
  width: 100%;
}
.accordion > ul li ul[data-v-d4b6afb5], .tabnav > ul li ul[data-v-d4b6afb5] {
  list-style: disc;
}
.accordion > ul li ul > li > ul[data-v-d4b6afb5], .tabnav > ul li ul > li > ul[data-v-d4b6afb5] {
  list-style: circle;
}
.accordion > ul li ul > li > ul > li > ul[data-v-d4b6afb5], .tabnav > ul li ul > li > ul > li > ul[data-v-d4b6afb5] {
  list-style: square;
}
.accordion + .accordion[data-v-d4b6afb5], .tabnav + .accordion[data-v-d4b6afb5], .accordion + .tabnav[data-v-d4b6afb5], .tabnav + .tabnav[data-v-d4b6afb5] {
  margin-top: 0.8rem;
}
.accordion > li[data-v-d4b6afb5], .tabnav > li[data-v-d4b6afb5] {
  list-style: none;
  margin-bottom: 0.8rem;
  width: 100%;
}
.accordion > li > h1[data-v-d4b6afb5], .tabnav > li > h1[data-v-d4b6afb5], .accordion > li > h2[data-v-d4b6afb5], .tabnav > li > h2[data-v-d4b6afb5], .accordion > li > h3[data-v-d4b6afb5], .tabnav > li > h3[data-v-d4b6afb5], .accordion > li > h4[data-v-d4b6afb5], .tabnav > li > h4[data-v-d4b6afb5], .accordion > li > h5[data-v-d4b6afb5], .tabnav > li > h5[data-v-d4b6afb5], .accordion > li > h6[data-v-d4b6afb5], .tabnav > li > h6[data-v-d4b6afb5] {
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: normal;
  max-width: none;
}
.accordion-content[data-v-d4b6afb5], .tabnav-panel[data-v-d4b6afb5] {
  background-color: white;
  color: #1a1a1a;
  overflow: auto;
  padding: 1.6rem;
  border-bottom: 1px solid #747474;
  border-left: 1px solid #747474;
  border-right: 1px solid #747474;
  border-radius: 0 0 3px 3px;
}
.accordion-content p[data-v-d4b6afb5], .tabnav-panel p[data-v-d4b6afb5], .accordion-content h1[data-v-d4b6afb5], .tabnav-panel h1[data-v-d4b6afb5], .accordion-content h2[data-v-d4b6afb5], .tabnav-panel h2[data-v-d4b6afb5], .accordion-content h3[data-v-d4b6afb5], .tabnav-panel h3[data-v-d4b6afb5], .accordion-content h4[data-v-d4b6afb5], .tabnav-panel h4[data-v-d4b6afb5], .accordion-content h5[data-v-d4b6afb5], .tabnav-panel h5[data-v-d4b6afb5], .accordion-content .h1[data-v-d4b6afb5], .tabnav-panel .h1[data-v-d4b6afb5], .accordion-content .h2[data-v-d4b6afb5], .tabnav-panel .h2[data-v-d4b6afb5], .accordion-content .h3[data-v-d4b6afb5], .tabnav-panel .h3[data-v-d4b6afb5], .accordion-content .h4[data-v-d4b6afb5], .tabnav-panel .h4[data-v-d4b6afb5], .accordion-content .h5[data-v-d4b6afb5], .tabnav-panel .h5[data-v-d4b6afb5] {
  color: #1a1a1a;
}
.accordion-content[data-v-d4b6afb5] > *:first-child, .tabnav-panel[data-v-d4b6afb5] > *:first-child {
  margin-top: 0;
}
.accordion-content[data-v-d4b6afb5] > *:last-child, .tabnav-panel[data-v-d4b6afb5] > *:last-child {
  margin-bottom: 0;
}
.accordion-content[data-v-d4b6afb5]:not([aria-hidden]), .tabnav-panel[data-v-d4b6afb5]:not([aria-hidden]) {
  display: none;
}
.accordion-content[aria-hidden=true][data-v-d4b6afb5], [aria-hidden=true].tabnav-panel[data-v-d4b6afb5] {
  display: none;
}
.accordion-button.accordion-error[data-v-d4b6afb5], .tabnav > button.accordion-error[data-v-d4b6afb5] {
  border: 2px solid #CC0000;
}
.accordion-button[aria-expanded=true][data-v-d4b6afb5], .tabnav > button[aria-expanded=true][data-v-d4b6afb5] {
  background-color: #DCDCDC;
  border-radius: 3px 3px 0 0;
}
.accordion-button[aria-expanded=true][data-v-d4b6afb5]:not(.accordion-error), .tabnav > button[aria-expanded=true][data-v-d4b6afb5]:not(.accordion-error) {
  border-bottom: 1px solid #BFBFBF;
}
.accordion-button[aria-expanded=false][data-v-d4b6afb5], .tabnav > button[aria-expanded=false][data-v-d4b6afb5] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 2.4rem;
  border-radius: 3px;
}

/*
----------------------------------------
Alert
----------------------------------------
*/
.alert[data-v-d4b6afb5] {
  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 #999999;
}
.alert[data-v-d4b6afb5]:first-child {
  margin-top: 0;
}
.alert.alert--paragraph[data-v-d4b6afb5] {
  max-width: 66ch;
}
.alert .alert-close[data-v-d4b6afb5] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.alert .alert-close[data-v-d4b6afb5]:hover, .alert .alert-close[data-v-d4b6afb5]:focus {
  background-color: transparent;
  color: inherit;
}
.alert .alert-close[data-v-d4b6afb5] {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #1a1a1a;
  text-decoration: underline;
}
.alert .alert-close .icon-svg[data-v-d4b6afb5] {
  margin-right: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
.alert .alert-heading[data-v-d4b6afb5] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  color: #1a1a1a;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.alert .alert-text[data-v-d4b6afb5] {
  margin-bottom: 0;
  margin-top: 0;
  color: #1a1a1a;
  max-width: 66ch;
}
.alert .alert-text a[data-v-d4b6afb5], .alert .alert-text a[data-v-d4b6afb5]:link, .alert .alert-text a[data-v-d4b6afb5]:active, .alert .alert-text a[data-v-d4b6afb5]:visited, .alert .alert-text a[data-v-d4b6afb5]:hover {
  color: #1a1a1a;
}
.alert-success[data-v-d4b6afb5] {
  background-color: #eeffe2;
  border-color: #358000;
}
.alert-success.alert--show-icon[data-v-d4b6afb5] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm4.59-12.42L10%2014.17l-2.59-2.58L6%2013l4%204%208-8z'/%3e%3c/svg%3e");
  padding-left: calc(16px + 24px + 8px);
}
.alert-warning[data-v-d4b6afb5] {
  background-color: #ffeecc;
  border-color: #febb30;
}
.alert-warning.alert--show-icon[data-v-d4b6afb5] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%205.99L19.53%2019H4.47L12%205.99M12%202L1%2021h22L12%202zm1%2014h-2v2h2v-2zm0-6h-2v4h2v-4z'/%3e%3c/svg%3e");
  padding-left: calc(16px + 24px + 8px);
}
.alert-error[data-v-d4b6afb5] {
  background-color: #ffe0e0;
  border-color: #CC0000;
}
.alert-error.alert--show-icon[data-v-d4b6afb5] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.59%208L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208zM12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");
  padding-left: calc(16px + 24px + 8px);
}
.alert-info[data-v-d4b6afb5] {
  background-color: #e2f2fb;
  border-color: #1B86C3;
}
.alert-info.alert--show-icon[data-v-d4b6afb5] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%207h2v2h-2zm0%204h2v6h-2zm1-9C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");
  padding-left: calc(16px + 24px + 8px);
}
.alert + .alert[data-v-d4b6afb5] {
  margin-top: 16px;
}
.button.back-to-top-button[data-v-d4b6afb5] {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  width: auto;
  background-color: white;
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: auto;
  top: auto;
  z-index: 1;
}
.button.back-to-top-button.button-tertiary[data-v-d4b6afb5] {
  background-color: white;
}
.button.back-to-top-button.footer-sticky[data-v-d4b6afb5] {
  position: absolute;
  bottom: auto;
  top: auto;
  margin-top: 16px;
  z-index: auto;
}
@media (max-width: 991px) {
.button.back-to-top-button .icon-svg[data-v-d4b6afb5] {
    margin-right: 0;
}
}
.breadcrumbs[data-v-d4b6afb5] {
  color: #1a1a1a;
  font-size: 1.4rem;
}
.breadcrumbs__list[data-v-d4b6afb5]:after {
  content: "";
  display: block;
  clear: both;
}
.breadcrumbs__list[data-v-d4b6afb5] {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.breadcrumbs__list-item[data-v-d4b6afb5] {
  display: block;
  list-style-type: none;
  position: relative;
  margin-top: 0;
  margin-bottom: 2px;
  margin-left: 8px;
  padding-left: 13.655px;
  float: left;
}
.breadcrumbs__list-item[data-v-d4b6afb5]: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[data-v-d4b6afb5]:first-child {
  margin-left: 0;
  padding-left: 0;
}
.breadcrumbs__list-item[data-v-d4b6afb5]:first-child:before {
  content: none;
  display: none;
}
.breadcrumbs__link[data-v-d4b6afb5] {
  color: #1a1a1a;
}
.breadcrumbs__link[data-v-d4b6afb5]:visited, .breadcrumbs__link[data-v-d4b6afb5]:hover, .breadcrumbs__link[data-v-d4b6afb5]:active {
  color: #1a1a1a;
}
.cookie-container[data-v-d4b6afb5] {
  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[data-v-d4b6afb5] {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  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;
  max-height: 75vh;
  overflow-y: auto;
}
.cookie-container .cookie-message p[data-v-d4b6afb5], .cookie-container .cookie-message h1[data-v-d4b6afb5], .cookie-container .cookie-message h2[data-v-d4b6afb5], .cookie-container .cookie-message h3[data-v-d4b6afb5], .cookie-container .cookie-message h4[data-v-d4b6afb5], .cookie-container .cookie-message h5[data-v-d4b6afb5], .cookie-container .cookie-message h6[data-v-d4b6afb5], .cookie-container .cookie-message .h1[data-v-d4b6afb5], .cookie-container .cookie-message .h2[data-v-d4b6afb5], .cookie-container .cookie-message .h3[data-v-d4b6afb5], .cookie-container .cookie-message .h4[data-v-d4b6afb5], .cookie-container .cookie-message .h5[data-v-d4b6afb5], .cookie-container .cookie-message .h6[data-v-d4b6afb5] {
  color: #1a1a1a;
}
@media (min-width: 1200px) {
.cookie-container .cookie-message[data-v-d4b6afb5] {
    max-width: calc(1200px + 40px + 40px);
}
}
@media (min-width: 1200px) {
.cookie-container .cookie-message .cookie-text[data-v-d4b6afb5], .cookie-container .cookie-message .cookie-actions[data-v-d4b6afb5] {
    padding-left: 40px;
    padding-right: 40px;
}
}
.cookie-container .cookie-message .cookie-actions[data-v-d4b6afb5] {
  margin-top: 16px;
}
.details[data-v-d4b6afb5] {
  display: block;
  margin-bottom: 32px;
}
.details .details-summary[data-v-d4b6afb5]::marker, .details .details-summary[data-v-d4b6afb5]::-webkit-details-marker {
  display: none;
}
.details[open] .details-summary[data-v-d4b6afb5] {
  margin-bottom: 8px;
}
.details[open] .details-summary[data-v-d4b6afb5]:before {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2010l5%205%205-5H7z'/%3e%3c/svg%3e");
  background-position: -10px -8px;
}
.details .details-summary[data-v-d4b6afb5] {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
}
.details .details-summary[data-v-d4b6afb5]:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%2017l5-5-5-5v10z'/%3e%3c/svg%3e");
  background-position: -14px -8px;
  background-repeat: no-repeat;
  background-size: 3.4rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 4px;
}
.details .details-summary[data-v-d4b6afb5]:focus {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.details .details-summary .details-summary-text[data-v-d4b6afb5] {
  text-decoration: underline;
}
.details .details-text[data-v-d4b6afb5] {
  padding: 16px;
  border-left: 4px solid #BFBFBF;
  box-sizing: border-box;
}
.details .details-text[aria-hidden=true][data-v-d4b6afb5] {
  display: none;
}
.details .details-text p[data-v-d4b6afb5] {
  margin-top: 0;
  margin-bottom: 1.6rem;
}
.details .details-text[data-v-d4b6afb5] > :last-child {
  margin-bottom: 0;
}
.date-picker[data-v-d4b6afb5] {
  max-width: 25rem;
}
.date-picker__wrapper[data-v-d4b6afb5] {
  display: block;
  position: relative;
}
.date-picker__wrapper[data-v-d4b6afb5]:focus {
  outline: 0;
}
.date-picker--active .date-picker__calendar[data-v-d4b6afb5], .date-picker--initialized .date-picker__calendar[data-v-d4b6afb5] {
  z-index: 400;
}
.date-picker__external-input[data-v-d4b6afb5] {
  max-width: none;
  width: calc(100% - 16px - 16px);
}
.date-picker__button[data-v-d4b6afb5] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__button[data-v-d4b6afb5]:hover, .date-picker__button[data-v-d4b6afb5]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__button[data-v-d4b6afb5] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%203h-1V1h-2v2H8V1H6v2H5c-1.11%200-1.99.9-1.99%202L3%2019c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm0%2016H5V9h14v10zm0-12H5V5h14v2zm-2%205h-5v5h5v-5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  align-self: stretch;
  background-color: transparent;
  background-position: center;
  margin-top: 0.5em;
  width: 3em;
  display: block;
  cursor: pointer;
}
.date-picker--initialized .date-picker__wrapper[data-v-d4b6afb5] {
  display: flex;
}
.date-picker__calendar[data-v-d4b6afb5] {
  border: 1px solid #747474;
  background-color: white;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
.date-picker__calendar[data-v-d4b6afb5] {
    width: 344px;
}
}
.date-picker__calendar[data-v-d4b6afb5] {
  z-index: 100;
  margin-top: 4px;
}
.date-picker__calendar__table[data-v-d4b6afb5] {
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.date-picker__calendar__table thead[data-v-d4b6afb5] {
  border-bottom: 1px solid #BFBFBF;
}
.date-picker__calendar__table th[data-v-d4b6afb5] {
  font-weight: 400;
}
.date-picker__calendar__table td[data-v-d4b6afb5] {
  padding: 0;
}
.date-picker__calendar__table td:first-of-type .date-picker__calendar__date[data-v-d4b6afb5]:after {
  border-left-width: 0px;
}
.date-picker__calendar__table td:last-of-type .date-picker__calendar__date[data-v-d4b6afb5]:after {
  border-right-width: 0px;
}
.date-picker__calendar__month-picker .date-picker__calendar__table thead[data-v-d4b6afb5], .date-picker__calendar__month-picker .date-picker__calendar__table tr[data-v-d4b6afb5], .date-picker__calendar__year-picker .date-picker__calendar__table thead[data-v-d4b6afb5], .date-picker__calendar__year-picker .date-picker__calendar__table tr[data-v-d4b6afb5] {
  border: 0;
}
.date-picker__calendar__row[data-v-d4b6afb5] {
  display: flex;
  text-align: center;
  width: 100%;
  background-color: #F5F5F5;
  border-bottom: 1px solid #BFBFBF;
}
.date-picker__calendar__row button[data-v-d4b6afb5]:focus {
  z-index: 10;
  position: relative;
}
.date-picker__calendar__cell[data-v-d4b6afb5] {
  background-color: #F5F5F5;
  color: #1a1a1a;
  flex: 1;
}
.date-picker__calendar__cell--center-items[data-v-d4b6afb5] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.date-picker__calendar__previous-year[data-v-d4b6afb5],
.date-picker__calendar__previous-month[data-v-d4b6afb5],
.date-picker__calendar__next-year[data-v-d4b6afb5],
.date-picker__calendar__next-month[data-v-d4b6afb5] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__previous-year[data-v-d4b6afb5]:hover, .date-picker__calendar__previous-year[data-v-d4b6afb5]:focus,
.date-picker__calendar__previous-month[data-v-d4b6afb5]:hover,
.date-picker__calendar__previous-month[data-v-d4b6afb5]:focus,
.date-picker__calendar__next-year[data-v-d4b6afb5]:hover,
.date-picker__calendar__next-year[data-v-d4b6afb5]:focus,
.date-picker__calendar__next-month[data-v-d4b6afb5]:hover,
.date-picker__calendar__next-month[data-v-d4b6afb5]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__previous-year[data-v-d4b6afb5],
.date-picker__calendar__previous-month[data-v-d4b6afb5],
.date-picker__calendar__next-year[data-v-d4b6afb5],
.date-picker__calendar__next-month[data-v-d4b6afb5] {
  background-position: center;
  height: 30px;
  padding: 20px 10px;
  cursor: pointer;
}
.date-picker__calendar__previous-year[disabled][data-v-d4b6afb5],
.date-picker__calendar__previous-month[disabled][data-v-d4b6afb5],
.date-picker__calendar__next-year[disabled][data-v-d4b6afb5],
.date-picker__calendar__next-month[disabled][data-v-d4b6afb5] {
  cursor: default;
}
.date-picker__calendar__previous-year[data-v-d4b6afb5]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M18.41,7.41L17,6L11,12L17,18L18.41,16.59L13.83,12L18.41,7.41M12.41,7.41L11,6L5,12L11,18L12.41,16.59L7.83,12L12.41,7.41Z'%20/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__previous-month[data-v-d4b6afb5]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012l4.58-4.59z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__next-year[data-v-d4b6afb5]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M5.59,7.41L7,6L13,12L7,18L5.59,16.59L10.17,12L5.59,7.41M11.59,7.41L13,6L19,12L13,18L11.59,16.59L16.17,12L11.59,7.41Z'%20/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__next-month[data-v-d4b6afb5]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6-6-6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__day-of-week[data-v-d4b6afb5] {
  padding: 6px 0px;
}
.date-picker__calendar__date[data-v-d4b6afb5] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__date[data-v-d4b6afb5]:hover, .date-picker__calendar__date[data-v-d4b6afb5]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__date[data-v-d4b6afb5] {
  text-align: right;
  width: 100%;
  padding: 10px 8px 10px 0px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
.date-picker__calendar__date[data-v-d4b6afb5] {
    padding: 10px 12px 10px 0px;
}
}
.date-picker__calendar__date[data-v-d4b6afb5]:after {
  position: absolute;
  top: -1px;
  bottom: 0px;
  left: -1px;
  right: 0px;
  border: 1px solid #BFBFBF;
  content: "";
  display: block;
  pointer-events: none;
}
.date-picker__calendar__date[disabled][data-v-d4b6afb5] {
  opacity: 0.3;
  cursor: not-allowed;
}
.date-picker__calendar__date--focused[data-v-d4b6afb5] {
  position: relative;
  z-index: 100;
}
.date-picker__calendar__date--focused[data-v-d4b6afb5]:after {
  border: 1px solid #747474;
}
.date-picker__calendar__date[data-v-d4b6afb5]:focus {
  outline: none;
}
.date-picker__calendar__date[data-v-d4b6afb5]:focus:before {
  outline: 4px solid #747474;
  outline-offset: 1px;
  position: absolute;
  top: -1px;
  bottom: 0px;
  left: -1px;
  right: 0px;
  content: "";
  display: block;
  pointer-events: none;
}
.date-picker__calendar__date--next-month[data-v-d4b6afb5]:not([disabled]), .date-picker__calendar__date--previous-month[data-v-d4b6afb5]:not([disabled]) {
  color: #1a1a1a;
  text-indent: -99999px;
  background-color: #F5F5F5;
}
.date-picker__calendar__date--next-month[data-v-d4b6afb5]:not([disabled]):hover, .date-picker__calendar__date--previous-month[data-v-d4b6afb5]:not([disabled]):hover {
  background-color: #DCDCDC;
}
.date-picker__calendar__date--selected[data-v-d4b6afb5], .date-picker__calendar__date--range-date[data-v-d4b6afb5] {
  background-color: #454545;
  color: white;
  font-weight: 600;
}
.date-picker__calendar__date--selected[data-v-d4b6afb5]:not([disabled]), .date-picker__calendar__date--range-date[data-v-d4b6afb5]:not([disabled]) {
  background-color: #454545;
  color: white;
}
.date-picker__calendar__date--range-date-start[data-v-d4b6afb5] {
  border-top-left-radius: 10%;
  border-bottom-left-radius: 10%;
}
.date-picker__calendar__date--range-date-end[data-v-d4b6afb5] {
  border-top-right-radius: 10%;
  border-bottom-right-radius: 10%;
}
.date-picker__calendar__date--within-range[data-v-d4b6afb5] {
  background-color: #747474;
  color: white;
}
.date-picker__calendar__date--within-range[data-v-d4b6afb5]:not([disabled]) {
  background-color: #747474;
  color: white;
}
.date-picker__calendar__date--within-range[data-v-d4b6afb5]:not([disabled]):hover {
  background-color: #747474;
}
.date-picker__calendar__date--within-range[data-v-d4b6afb5]:not([disabled]):focus {
  background-color: #747474;
}
.date-picker__calendar__date--within-range[data-v-d4b6afb5]:not([disabled]):active {
  background-color: #747474;
}
.date-picker__calendar__month-label[data-v-d4b6afb5] {
  flex: 4;
  text-align: center;
}
.date-picker__calendar__year-selection[data-v-d4b6afb5],
.date-picker__calendar__month-selection[data-v-d4b6afb5] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__year-selection[data-v-d4b6afb5]:hover, .date-picker__calendar__year-selection[data-v-d4b6afb5]:focus,
.date-picker__calendar__month-selection[data-v-d4b6afb5]:hover,
.date-picker__calendar__month-selection[data-v-d4b6afb5]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__year-selection[data-v-d4b6afb5],
.date-picker__calendar__month-selection[data-v-d4b6afb5] {
  display: inline-block;
  padding: 8px 4px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}
@media (min-width: 768px) {
.date-picker__calendar__year-selection[data-v-d4b6afb5],
  .date-picker__calendar__month-selection[data-v-d4b6afb5] {
    height: 100%;
    width: auto;
    text-align: left;
}
}
.date-picker__calendar__month-picker[data-v-d4b6afb5] {
  padding: 20px 5px;
}
.date-picker__calendar__month[data-v-d4b6afb5] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__month[data-v-d4b6afb5]:hover, .date-picker__calendar__month[data-v-d4b6afb5]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__month[data-v-d4b6afb5] {
  padding: 10px 0;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
}
.date-picker__calendar__month--focused[data-v-d4b6afb5] {
  outline: 4px solid #747474;
  outline-offset: 2px;
  position: relative;
  z-index: 100;
}
.date-picker__calendar__month[disabled][data-v-d4b6afb5] {
  opacity: 0.3;
  cursor: not-allowed;
}
.date-picker__calendar__month--selected[data-v-d4b6afb5] {
  color: #1a1a1a;
  font-weight: 600;
}
.date-picker__calendar__month--selected[data-v-d4b6afb5]:not([disabled]):hover {
  color: #1a1a1a;
}
.date-picker__calendar__month--selected[data-v-d4b6afb5]:not([disabled]):focus {
  color: #1a1a1a;
}
.date-picker__calendar__year-picker[data-v-d4b6afb5] {
  padding: 20px 5px;
}
.date-picker__calendar__previous-year-chunk[data-v-d4b6afb5],
.date-picker__calendar__next-year-chunk[data-v-d4b6afb5] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__previous-year-chunk[data-v-d4b6afb5]:hover, .date-picker__calendar__previous-year-chunk[data-v-d4b6afb5]:focus,
.date-picker__calendar__next-year-chunk[data-v-d4b6afb5]:hover,
.date-picker__calendar__next-year-chunk[data-v-d4b6afb5]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__previous-year-chunk[data-v-d4b6afb5],
.date-picker__calendar__next-year-chunk[data-v-d4b6afb5] {
  background-position: center;
  margin: auto;
  padding: 0px 8px;
  cursor: pointer;
}
.date-picker__calendar__previous-year-chunk[data-v-d4b6afb5]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012l4.58-4.59z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__next-year-chunk[data-v-d4b6afb5]:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6-6-6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.date-picker__calendar__year[data-v-d4b6afb5] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__year[data-v-d4b6afb5]:hover, .date-picker__calendar__year[data-v-d4b6afb5]:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__year[data-v-d4b6afb5] {
  padding: 10px 0;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
}
.date-picker__calendar__year--focused[data-v-d4b6afb5] {
  outline: 4px solid #747474;
  outline-offset: 1px;
  position: relative;
  z-index: 100;
}
.date-picker__calendar__year[disabled][data-v-d4b6afb5] {
  opacity: 0.3;
  cursor: not-allowed;
}
.date-picker__calendar__year--selected[data-v-d4b6afb5] {
  color: #1a1a1a;
  font-weight: 600;
}
.date-picker__calendar__year--selected[data-v-d4b6afb5]:not([disabled]):hover {
  color: #1a1a1a;
}
.date-picker__calendar__year--selected[data-v-d4b6afb5]:not([disabled]):focus {
  color: #1a1a1a;
}
footer p[data-v-d4b6afb5], footer h1[data-v-d4b6afb5], footer h2[data-v-d4b6afb5], footer h3[data-v-d4b6afb5], footer h4[data-v-d4b6afb5], footer h5[data-v-d4b6afb5], footer h6[data-v-d4b6afb5] {
  margin: 0;
}
footer .h1[data-v-d4b6afb5], footer .h2[data-v-d4b6afb5], footer .h3[data-v-d4b6afb5], footer .h4[data-v-d4b6afb5], footer .h5[data-v-d4b6afb5], footer .h6[data-v-d4b6afb5] {
  margin: 0;
}
footer .footer[data-v-d4b6afb5] {
  border-top: 1px solid #747474;
  background-color: white;
  padding-top: calc(24px - 1px);
  padding-bottom: 16px;
  margin-top: 8rem;
  color: #1a1a1a;
}
@media (min-width: 768px) {
footer .footer[data-v-d4b6afb5] {
    padding-bottom: calc(56px + 16px);
}
}
footer .footer p[data-v-d4b6afb5], footer .footer h1[data-v-d4b6afb5], footer .footer h2[data-v-d4b6afb5], footer .footer h3[data-v-d4b6afb5], footer .footer h4[data-v-d4b6afb5], footer .footer h5[data-v-d4b6afb5], footer .footer h6[data-v-d4b6afb5], footer .footer .h1[data-v-d4b6afb5], footer .footer .h2[data-v-d4b6afb5], footer .footer .h3[data-v-d4b6afb5], footer .footer .h4[data-v-d4b6afb5], footer .footer .h5[data-v-d4b6afb5], footer .footer .h6[data-v-d4b6afb5] {
  color: #1a1a1a;
}
footer .footer .function-link[data-v-d4b6afb5], footer .footer button.accordion-bulk-button[data-v-d4b6afb5] {
  color: #1a1a1a;
}
footer .footer .function-link[data-v-d4b6afb5]:hover, footer .footer button.accordion-bulk-button[data-v-d4b6afb5]:hover, footer .footer .function-link[data-v-d4b6afb5]:focus, footer .footer button.accordion-bulk-button[data-v-d4b6afb5]:focus, footer .footer .function-link[data-v-d4b6afb5]:visited, footer .footer button.accordion-bulk-button[data-v-d4b6afb5]:visited {
  color: #1a1a1a;
}
footer .footer .footer-col[data-v-d4b6afb5]:not(:first-child) {
  margin-top: 24px;
}
@media (min-width: 768px) {
footer .footer .footer-col[data-v-d4b6afb5]:not(:first-child) {
    margin-top: 0;
}
}
footer .footer .logo[data-v-d4b6afb5] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAABkCAIAAABM5OhcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+VJREFUeNrsnVFr4kAURu0qKAoVCi0ILSgUWuiDb/7/P1FQEFpooKAgtBDpQgv7kY+dHZIY89CHdXrOg0yTOxPWOdy5MxH2LM/zDsB384uvABALEAsQCwCxALEAsQAQCxALEAsAsQCxALEAEAsQCxALALEAsQCxABALEAsQCwCxALEAsQAQCxALEAsAsQCxALEAEAsQCxALALEAsQCxABALEAvSpZf2P+/9/X25XPb7/fl83hy52Wx2u93vAsWPRqOrq6vz8/PmwdUlz3N1+fz87BdcXFyoYzVYYdvtNi/o9XrD4XA8Hl9eXqqNWKeKJr7Zj6enJ8d4mq2XpJFYs9lMujR0KfXSrcFgUDLy+flZ4pZGEK+vr9fX17UiIlYKKU0NqXBzc6NEpbbSj7KLZt13Hx4e4rwiRSSKGgpWylHiCeYpG6mLslH8CI2gixphMpmEFKXIl5cXXddQX19fuoVY6SCB1uu1GsoZ0+n035dSSCDVVquVkpDm/vb2NohoqxQgEUsDjgriK7ZHA97d3cW31L6/v3cmU4yeVepI8X7CZFnm2ii2Kp57rVNquJDyRa2AFrFqVe0SrLSnhsap9UbPdbZzGGIlgoyxJYcCdMsrlyNd3euKhWs5vuKbH+FIKY5YiVRXnkvt4xrCfNcZy6Jo2Wq5lXt7e3P80fHFfr9HrEQKLKeT6qYvxne9AfRn+2KoTbzGt6YfHx8U7+mcQbRcgBx86P92dIUe/ux2uyrMjx5zlBTX3hCxUkDT3/l7BHUU5y191rqii3ZOo8Wmlv48OAdFWHPiRKyTYTAYOFv4qP1QmI2Jxaq6FQ4jFPz4+BiuD4dDZbLmvOVT+/aKU2P974RjTJfYDTW+PsfjcaiWXMK3oU182Dk21/iIdTq5utfzjqzhDGmz2cQ7Rx8N6ErLYyf3UnzpfU7pEUd3poh1YvhFis/WaxfBLMvsU1gKbYCq9TZ5SxnL8RqntvDXc30wlt4rnR8tlibeB+hKG8vlMsy9c9JqtVJDMfG5vNpe4NYF4TAs3jzG+GxdMRpNY4ZgPUtPdLoK5+8pcXZoC50G4R1zFdU0PhTQ7PrdTnUfp3yjWS+V1QpQfMPqJhaLRRxvBau7RTU0fnrrYIdfN3il09Rut1tV8T7+9rtkXawtqG2DFi+thuoS9onq4h9ylURRvAyWWHLRP97qdrvJ/x4r8YwF1FiAWACIBYgFiAWAWIBYgFgAiAWIBYgFgFiAWIBYAIgFiAWIBYBYgFiAWACIBYgFiAWAWIBYgFgAiAWIBYgFgFiAWIBYAIgFiAWIBYjFVwCIBYgFiAWAWIBYgFgA38sfAQYANSgkfdmnfu4AAAAASUVORK5CYII=");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  height: auto;
  max-height: 100%;
  max-width: 150px;
}
footer .footer ul[data-v-d4b6afb5]:not(:last-child) {
  margin-bottom: 24px;
}
footer .footer ul.footer-links li[data-v-d4b6afb5] {
  margin-top: 8px;
}
@media (min-width: 768px) {
footer .footer .inline-list > li[data-v-d4b6afb5]:not(:last-child):after {
    content: "·" !important;
    margin-left: 8px;
    margin-right: 8px;
}
}
footer .footer-theme[data-v-d4b6afb5] {
  padding-top: 16px;
  padding-bottom: 8px;
}
.header[data-v-d4b6afb5] {
  width: 100%;
}
.header .logo[data-v-d4b6afb5] {
  background-image: url("/assets/img/logo_virk-BVEnKfLm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  display: inline-block;
  height: 60px;
  width: 200px;
  max-width: 60%;
}
.header .button[data-v-d4b6afb5] {
  width: 100%;
}
@media (min-width: 992px) {
.header .button[data-v-d4b6afb5] {
    width: auto;
}
}
.header h1[data-v-d4b6afb5], .header h2[data-v-d4b6afb5], .header h3[data-v-d4b6afb5], .header h4[data-v-d4b6afb5], .header h5[data-v-d4b6afb5], .header h6[data-v-d4b6afb5], .header p[data-v-d4b6afb5] {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
.header .form-select[data-v-d4b6afb5], .header .form-input[data-v-d4b6afb5] {
    margin-top: 0;
    margin-bottom: 0;
}
.header .form-select[data-v-d4b6afb5], .header .form-input[data-v-d4b6afb5] {
    width: auto;
}
}
.header .button-menu-open[data-v-d4b6afb5] {
  width: auto;
  white-space: nowrap;
}
@media (min-width: 992px) {
.header .button-menu-open[data-v-d4b6afb5] {
    display: none;
}
}
.header .button-menu-close[data-v-d4b6afb5] {
  width: unset;
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-right: 16px;
  margin-top: 0px;
  margin-bottom: 0;
}
.header .button-menu-close .icon-svg[data-v-d4b6afb5] {
  margin: 0 8px 0 0;
}
.header .button-menu-close span[data-v-d4b6afb5] {
  position: relative;
  top: 1px;
}
@media (min-width: 992px) {
.header .button-menu-close[data-v-d4b6afb5] {
    display: none;
}
}
.header .portal-header[data-v-d4b6afb5] {
  background-color: white;
  border-bottom: 1px solid #BFBFBF;
  width: 100%;
}
.header .portal-header.portal-header-compact[data-v-d4b6afb5] {
  font-size: 1.4rem;
  line-height: 2rem;
}
.header .portal-header.portal-header-compact p[data-v-d4b6afb5] {
  font-size: 1.4rem;
  line-height: 2rem;
}
.header .portal-header.portal-header-compact .portal-info .user[data-v-d4b6afb5] {
  max-width: none;
}
.header .portal-header.portal-header-compact .portal-header-inner[data-v-d4b6afb5] {
  padding-top: 4px;
  padding-bottom: calc(4px - 1px);
}
.header .portal-header.portal-header-compact .logo[data-v-d4b6afb5] {
  max-height: 24px;
  width: 3.8rem;
  margin-top: 8px;
  margin-bottom: 8px;
}
.header .portal-header .portal-header-inner[data-v-d4b6afb5] {
  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[data-v-d4b6afb5] {
    flex-direction: row;
}
}
.header .portal-header .portal-info[data-v-d4b6afb5] {
  display: none;
}
@media (min-width: 992px) {
.header .portal-header .portal-info[data-v-d4b6afb5] {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.header .portal-header .portal-info[data-v-d4b6afb5] > * {
    margin-left: 16px;
}
}
.header .portal-header .portal-info .user[data-v-d4b6afb5] {
  text-align: right;
  max-width: 500px;
}
.header .portal-header .portal-info .button[data-v-d4b6afb5] {
  white-space: nowrap;
}
.header .solution-header[data-v-d4b6afb5] {
  border-bottom: 1px solid #747474;
  background-color: white;
}
@media (min-width: 992px) {
.header .solution-header[data-v-d4b6afb5] {
    border-bottom: 1px solid #BFBFBF;
}
}
.header .solution-header[data-v-d4b6afb5] {
  width: 100%;
}
.header .solution-header.header-end[data-v-d4b6afb5] {
  border-bottom: 1px solid #747474;
}
.header .solution-header .solution-header-inner[data-v-d4b6afb5] {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-top: calc(16px - 1px);
  padding-bottom: calc(16px - 1px);
}
.header .solution-header .solution-heading a[data-v-d4b6afb5], .header .solution-header .solution-heading h1[data-v-d4b6afb5], .header .solution-header .solution-heading .g1[data-v-d4b6afb5] {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 768px) {
.header .solution-header .solution-heading a[data-v-d4b6afb5], .header .solution-header .solution-heading h1[data-v-d4b6afb5], .header .solution-header .solution-heading .g1[data-v-d4b6afb5] {
    font-size: 2.8rem;
    line-height: 3.2rem;
}
}
.header .solution-header .solution-heading p[data-v-d4b6afb5], .header .solution-header .solution-heading h2[data-v-d4b6afb5], .header .solution-header .solution-heading h3[data-v-d4b6afb5], .header .solution-header .solution-heading h4[data-v-d4b6afb5], .header .solution-header .solution-heading h5[data-v-d4b6afb5], .header .solution-header .solution-heading .h2[data-v-d4b6afb5], .header .solution-header .solution-heading .h3[data-v-d4b6afb5], .header .solution-header .solution-heading .h4[data-v-d4b6afb5], .header .solution-header .solution-heading .h5[data-v-d4b6afb5] {
  color: #1a1a1a;
}
.header .solution-header .solution-heading .function-link[data-v-d4b6afb5], .header .solution-header .solution-heading button.accordion-bulk-button[data-v-d4b6afb5] {
  color: #1a1a1a;
}
.header .solution-header .solution-heading .function-link[data-v-d4b6afb5]:hover, .header .solution-header .solution-heading button.accordion-bulk-button[data-v-d4b6afb5]:hover, .header .solution-header .solution-heading .function-link[data-v-d4b6afb5]:focus, .header .solution-header .solution-heading button.accordion-bulk-button[data-v-d4b6afb5]:focus, .header .solution-header .solution-heading .function-link[data-v-d4b6afb5]:visited, .header .solution-header .solution-heading button.accordion-bulk-button[data-v-d4b6afb5]:visited {
  color: #1a1a1a;
}
.header .solution-header .solution-info[data-v-d4b6afb5] {
  display: none;
}
@media (min-width: 992px) {
.header .solution-header .solution-info[data-v-d4b6afb5] {
    margin-left: auto;
    text-align: right;
    max-width: 60%;
    display: block;
}
}
.header .authority-name[data-v-d4b6afb5] {
  color: #454545;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 0;
  margin-bottom: 0;
}
.header .button-contact[data-v-d4b6afb5] {
  display: inline-flex;
}
.header .button-contact .icon-svg[data-v-d4b6afb5] {
  position: relative;
  top: -1px;
}
.header .portal-info-mobile[data-v-d4b6afb5] {
  padding: 24px 16px;
  border-bottom: 1px solid #BFBFBF;
  text-align: left;
}
.header .portal-info-mobile p[data-v-d4b6afb5] {
  margin-bottom: 8px;
}
.header .portal-info-mobile .button-signin[data-v-d4b6afb5], .header .portal-info-mobile .button-signout[data-v-d4b6afb5] {
  margin-top: 8px;
}
@media (min-width: 992px) {
.header .portal-info-mobile[data-v-d4b6afb5] {
    display: none;
}
}
.header .solution-info-mobile[data-v-d4b6afb5] {
  padding: 24px 16px;
}
.header .solution-info-mobile p[data-v-d4b6afb5] {
  margin-bottom: 8px;
  color: #1a1a1a;
}
.header .solution-info-mobile p[data-v-d4b6afb5]:last-child {
  margin-bottom: 0;
}
.header .solution-info-mobile .function-link[data-v-d4b6afb5], .header .solution-info-mobile button.accordion-bulk-button[data-v-d4b6afb5] {
  color: #1a1a1a;
}
.header .solution-info-mobile .function-link[data-v-d4b6afb5]:hover, .header .solution-info-mobile button.accordion-bulk-button[data-v-d4b6afb5]:hover, .header .solution-info-mobile .function-link[data-v-d4b6afb5]:focus, .header .solution-info-mobile button.accordion-bulk-button[data-v-d4b6afb5]:focus, .header .solution-info-mobile .function-link[data-v-d4b6afb5]:visited, .header .solution-info-mobile button.accordion-bulk-button[data-v-d4b6afb5]:visited {
  color: #1a1a1a;
}
@media (min-width: 992px) {
.header .solution-info-mobile[data-v-d4b6afb5] {
    display: none;
}
}
@keyframes slidein-left-d4b6afb5 {
from {
    transform: translateX(85%);
}
to {
    transform: translateX(0);
}
}
.header .nav[data-v-d4b6afb5] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  background-color: white;
  display: none;
  flex-direction: column;
  overflow-y: auto;
  padding: 0;
  padding-top: 16px;
  width: 85%;
  z-index: 9000;
}
@media (min-width: 992px) {
.header .nav[data-v-d4b6afb5] {
    border-left: none;
    display: block;
    overflow-y: visible;
    position: static;
    width: auto;
}
}
@media (min-width: 992px) {
.header .nav[data-v-d4b6afb5] {
    padding: 0;
    width: 100%;
}
}
.header .nav.is-visible[data-v-d4b6afb5] {
  animation: slidein-left-d4b6afb5 0.3s ease-in-out;
  display: block;
}
.header .nav-actions[data-v-d4b6afb5] {
  margin-top: 8px;
  padding: 0 16px;
}
.header .nav-actions[data-v-d4b6afb5]:first-child {
  margin-top: 0;
}
.header .nav-actions > li[data-v-d4b6afb5] {
  margin-top: 8px;
}
.header .nav-actions > li[data-v-d4b6afb5]:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
.header .nav-actions[data-v-d4b6afb5] {
    margin-top: 0;
    margin-left: auto;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-right: -4px;
    padding: 0;
}
.header .nav-actions > li[data-v-d4b6afb5], .header .nav-actions > li[data-v-d4b6afb5]:first-child {
    margin: calc(8px - 2px) 4px;
}
}
@media (max-width: 1199px) {
.header .function-link[data-v-d4b6afb5]:not(.icon-link):not(.button-menu-close):not(.button-menu-open), .header button.accordion-bulk-button[data-v-d4b6afb5]:not(.icon-link):not(.button-menu-close):not(.button-menu-open) {
    display: block;
    margin-top: 8px;
}
.header .function-link:not(.icon-link):not(.button-menu-close):not(.button-menu-open) .icon-svg[data-v-d4b6afb5], .header button.accordion-bulk-button:not(.icon-link):not(.button-menu-close):not(.button-menu-open) .icon-svg[data-v-d4b6afb5] {
    float: left;
    margin-left: 0;
    margin-right: 4px;
}
}
@media (min-width: 992px) {
.header .function-link + .function-link[data-v-d4b6afb5], .header button.accordion-bulk-button + .function-link[data-v-d4b6afb5], .header .function-link + button.accordion-bulk-button[data-v-d4b6afb5], .header button.accordion-bulk-button + button.accordion-bulk-button[data-v-d4b6afb5] {
    margin-left: 16px;
}
}
.overlay[data-v-d4b6afb5] {
  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[data-v-d4b6afb5] {
  opacity: 0.75;
  visibility: visible;
}
body.modal-open[data-v-d4b6afb5] {
  overflow: hidden;
}
.modal-backdrop[data-v-d4b6afb5] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8888;
  padding: 16px;
}
.fds-modal[data-v-d4b6afb5] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 16px;
}
.fds-modal[aria-hidden=false][data-v-d4b6afb5] {
  display: flex;
}
.fds-modal .modal-content[data-v-d4b6afb5] {
  align-self: center;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 100%;
  position: relative;
  margin: 24px auto 24px;
}
.fds-modal .modal-header[data-v-d4b6afb5] {
  padding: 16px 24px 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-d4b6afb5] {
    padding: 40px 40px 8px 40px;
}
}
.fds-modal .modal-header[data-v-d4b6afb5] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-d4b6afb5] {
    padding-right: 48px;
}
}
.fds-modal .modal-header h1[data-v-d4b6afb5], .fds-modal .modal-header h2[data-v-d4b6afb5], .fds-modal .modal-header h3[data-v-d4b6afb5], .fds-modal .modal-header h4[data-v-d4b6afb5], .fds-modal .modal-header h5[data-v-d4b6afb5], .fds-modal .modal-header h6[data-v-d4b6afb5], .fds-modal .modal-header .h1[data-v-d4b6afb5], .fds-modal .modal-header .h2[data-v-d4b6afb5], .fds-modal .modal-header .h3[data-v-d4b6afb5], .fds-modal .modal-header .h4[data-v-d4b6afb5], .fds-modal .modal-header .h5[data-v-d4b6afb5], .fds-modal .modal-header .h6[data-v-d4b6afb5] {
  color: #1a1a1a;
}
.fds-modal .modal-title[data-v-d4b6afb5] {
  margin: 24px 48px 8px 0;
}
@media (min-width: 768px) {
.fds-modal .modal-title[data-v-d4b6afb5] {
    margin: 0 48px 0 0;
}
}
.fds-modal .modal-body[data-v-d4b6afb5] {
  background-color: white;
  color: #1a1a1a;
  padding: 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-body[data-v-d4b6afb5] {
    padding: 8px 40px 8px 40px;
}
}
.fds-modal .modal-body[data-v-d4b6afb5] > *:first-child {
  margin-top: 0;
}
.fds-modal .modal-body p[data-v-d4b6afb5], .fds-modal .modal-body h1[data-v-d4b6afb5], .fds-modal .modal-body h2[data-v-d4b6afb5], .fds-modal .modal-body h3[data-v-d4b6afb5], .fds-modal .modal-body h4[data-v-d4b6afb5], .fds-modal .modal-body h5[data-v-d4b6afb5], .fds-modal .modal-body h6[data-v-d4b6afb5], .fds-modal .modal-body .h1[data-v-d4b6afb5], .fds-modal .modal-body .h2[data-v-d4b6afb5], .fds-modal .modal-body .h3[data-v-d4b6afb5], .fds-modal .modal-body .h4[data-v-d4b6afb5], .fds-modal .modal-body .h5[data-v-d4b6afb5], .fds-modal .modal-body .h6[data-v-d4b6afb5] {
  color: #1a1a1a;
}
.fds-modal .modal-footer[data-v-d4b6afb5] {
  padding: 0px 24px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-footer[data-v-d4b6afb5] {
    padding: 8px 40px 40px 40px;
}
}
.fds-modal .modal-footer[data-v-d4b6afb5] {
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 992px) {
.fds-modal .modal-footer[data-v-d4b6afb5] {
    display: flex;
}
}
.fds-modal .modal-footer .button[data-v-d4b6afb5] {
  margin-top: 8px;
  margin-right: 16px;
}
.fds-modal .modal-footer p[data-v-d4b6afb5], .fds-modal .modal-footer h1[data-v-d4b6afb5], .fds-modal .modal-footer h2[data-v-d4b6afb5], .fds-modal .modal-footer h3[data-v-d4b6afb5], .fds-modal .modal-footer h4[data-v-d4b6afb5], .fds-modal .modal-footer h5[data-v-d4b6afb5], .fds-modal .modal-footer h6[data-v-d4b6afb5], .fds-modal .modal-footer .h1[data-v-d4b6afb5], .fds-modal .modal-footer .h2[data-v-d4b6afb5], .fds-modal .modal-footer .h3[data-v-d4b6afb5], .fds-modal .modal-footer .h4[data-v-d4b6afb5], .fds-modal .modal-footer .h5[data-v-d4b6afb5], .fds-modal .modal-footer .h6[data-v-d4b6afb5] {
  color: #1a1a1a;
}
.fds-modal .modal-close[data-v-d4b6afb5] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: inherit;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-close[data-v-d4b6afb5] {
    top: 24px;
    right: 32px;
}
}
.fds-modal .modal-close[data-v-d4b6afb5]:hover, .fds-modal .modal-close[data-v-d4b6afb5]:visited, .fds-modal .modal-close[data-v-d4b6afb5]:focus {
  color: #1a1a1a;
}
.fds-modal[data-v-d4b6afb5] {
  /**************************\
        Animation Style
    \**************************/
}
@keyframes modalfadeIn-d4b6afb5 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes modalfadeOut-d4b6afb5 {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes modalslideIn-d4b6afb5 {
from {
    transform: translateY(15%);
}
to {
    transform: translateY(0);
}
}
@keyframes modalslideOut-d4b6afb5 {
from {
    transform: translateY(0);
}
to {
    transform: translateY(-10%);
}
}
.fds-modal[aria-hidden=false] .modal-content[data-v-d4b6afb5] {
  animation: modalslideIn-d4b6afb5 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal[aria-hidden=true] .modal-content[data-v-d4b6afb5] {
  animation: modalslideOut-d4b6afb5 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.mobile_nav-active[data-v-d4b6afb5] {
  overflow: hidden;
}
.mobile_nav-active .nav .nav-actions .overflow-menu[data-v-d4b6afb5] {
  width: 100%;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[data-v-d4b6afb5] {
  width: 100%;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-d4b6afb5]:after, .mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-d4b6afb5]:before, .mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[data-v-d4b6afb5]:after, .mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[data-v-d4b6afb5]:before {
  display: none;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner[data-v-d4b6afb5] {
  position: static;
  border: none;
  box-shadow: none;
  min-width: inherit;
  margin-top: 0;
  padding-top: 0px;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner .overflow-list[data-v-d4b6afb5] {
  padding-left: 16px;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner a[data-v-d4b6afb5], .mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner button[data-v-d4b6afb5] {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner a[data-v-d4b6afb5]:hover, .mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner button[data-v-d4b6afb5]:hover {
  background-color: transparent;
}
.navbar[data-v-d4b6afb5] {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 16px;
}
@media (min-width: 992px) {
.navbar[data-v-d4b6afb5] {
    padding: 0;
    flex-direction: row;
}
}
.navbar .helptext[data-v-d4b6afb5] {
  color: #747474;
  font-weight: 400;
}
.navbar .navbar-inner[data-v-d4b6afb5] {
  border-bottom: 1px solid #BFBFBF;
}
@media (min-width: 992px) {
.navbar .navbar-inner[data-v-d4b6afb5] {
    border-bottom: none;
}
}
.navbar-context-actions[data-v-d4b6afb5] {
  padding-bottom: 16px;
}
@media (min-width: 992px) {
.navbar-context-actions[data-v-d4b6afb5] {
    padding-top: 16px;
    padding-bottom: 0;
}
}
.nav-primary[data-v-d4b6afb5] {
  padding-top: 0;
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.nav-primary > li[data-v-d4b6afb5] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.nav-primary > li[data-v-d4b6afb5]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.nav-primary[data-v-d4b6afb5] {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  border-top: 1px solid #BFBFBF;
}
.nav-primary + .nav-actions[data-v-d4b6afb5] {
  border-top: 1px solid #BFBFBF;
  margin-top: 0;
}
@media (min-width: 992px) {
.nav-primary + .nav-actions[data-v-d4b6afb5] {
    border-top: none;
}
}
@media (min-width: 992px) {
.nav-primary[data-v-d4b6afb5] {
    border-top: none;
    flex-direction: row;
    flex-shrink: 0;
    flex-wrap: wrap;
    margin-top: 0;
    margin-left: -12px;
    border-bottom: none;
}
}
.nav-primary ul[data-v-d4b6afb5] {
  margin-left: 16px;
}
@media (min-width: 992px) {
.nav-primary ul[data-v-d4b6afb5] {
    margin-left: 0;
}
}
.nav-primary .nav-link[data-v-d4b6afb5] {
  text-decoration: none;
  color: #1a1a1a;
  background-color: transparent;
  display: block;
  padding: 15px 0 16px;
}
@media (min-width: 992px) {
.nav-primary .nav-link span[data-v-d4b6afb5] {
    display: block;
    border-bottom: 7px solid transparent;
}
}
@media (min-width: 992px) {
.nav-primary .nav-link span[data-v-d4b6afb5] {
    padding-bottom: 9px;
}
}
.nav-primary li[data-v-d4b6afb5] {
  margin-top: 0;
  padding-left: 0px;
  border-bottom: 1px solid #BFBFBF;
}
@media (min-width: 992px) {
.nav-primary li[data-v-d4b6afb5] {
    border-bottom: none;
}
}
.nav-primary li[data-v-d4b6afb5]:last-of-type {
  border-bottom: none;
}
.nav-primary li li li .overflow-menu .buttton-overflow-menu[data-v-d4b6afb5] {
  padding-top: 11px;
  padding-bottom: 12px;
}
.nav-primary li li li .nav-link[data-v-d4b6afb5] {
  padding-top: 11px;
  padding-bottom: 12px;
}
.nav-primary > li > .overflow-menu > button.button-overflow-menu[data-v-d4b6afb5] {
  padding-left: 16px;
}
.nav-primary > li > .overflow-menu > .overflow-menu-inner > .overflow-list[data-v-d4b6afb5] {
  margin-left: 32px;
}
@media (min-width: 992px) {
.nav-primary > li[data-v-d4b6afb5] {
    border-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}
.nav-primary > li > .overflow-menu > button.button-overflow-menu[data-v-d4b6afb5] {
    padding-left: 12px;
}
}
.nav-primary > li > .nav-link[data-v-d4b6afb5] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  white-space: nowrap;
  padding-left: 16px;
}
@media (min-width: 992px) {
.nav-primary > li > .nav-link[data-v-d4b6afb5] {
    padding-bottom: 0px;
    padding-left: 0;
}
}
@media (min-width: 992px) {
.nav-primary > li > .nav-link[data-v-d4b6afb5]:hover {
    background-color: transparent;
    color: #1a1a1a;
}
.nav-primary > li > .nav-link:hover span[data-v-d4b6afb5] {
    border-bottom: 7px solid transparent;
}
}
.nav-primary > li > .nav-link[data-v-d4b6afb5]:focus {
  position: relative;
  z-index: 100;
  background-color: transparent;
  color: #1a1a1a;
}
.nav-primary > li > .nav-link:focus span[data-v-d4b6afb5] {
  border-bottom: 7px solid transparent;
}
@media (min-width: 992px) {
.nav-primary > li > .nav-link[data-v-d4b6afb5], .nav-primary > li > button[data-v-d4b6afb5], .nav-primary > li .button-overflow-menu[data-v-d4b6afb5] {
    padding-left: 12px;
    padding-right: 12px;
}
.nav-primary > li > .nav-link span[data-v-d4b6afb5], .nav-primary > li > button span[data-v-d4b6afb5], .nav-primary > li .button-overflow-menu span[data-v-d4b6afb5] {
    border-bottom: 7px solid transparent;
    padding-bottom: calc(8px + 1px);
}
.nav-primary > li > .nav-link:hover span[data-v-d4b6afb5], .nav-primary > li > button:hover span[data-v-d4b6afb5], .nav-primary > li .button-overflow-menu:hover span[data-v-d4b6afb5] {
    border-bottom: 7px solid transparent;
}
.nav-primary > li > .nav-link:focus span[data-v-d4b6afb5], .nav-primary > li > button:focus span[data-v-d4b6afb5], .nav-primary > li .button-overflow-menu:focus span[data-v-d4b6afb5] {
    border-bottom: 7px solid transparent;
}
}
.nav-primary .active > a[data-v-d4b6afb5], .nav-primary .overflow-menu .overflow-menu-inner .overflow-list > li.active > a[data-v-d4b6afb5] {
  font-weight: 600;
}
@media (min-width: 992px) {
.nav-primary .current > a[data-v-d4b6afb5], .nav-primary .current .button-overflow-menu[data-v-d4b6afb5] {
    background-color: transparent;
    color: #1a1a1a;
}
.nav-primary .current > a span[data-v-d4b6afb5], .nav-primary .current .button-overflow-menu span[data-v-d4b6afb5] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current > a[data-v-d4b6afb5]:hover, .nav-primary .current > a[data-v-d4b6afb5]:focus, .nav-primary .current > a[data-v-d4b6afb5]:hover, .nav-primary .current > a[data-v-d4b6afb5]:visited, .nav-primary .current .button-overflow-menu[data-v-d4b6afb5]:hover, .nav-primary .current .button-overflow-menu[data-v-d4b6afb5]:focus, .nav-primary .current .button-overflow-menu[data-v-d4b6afb5]:hover, .nav-primary .current .button-overflow-menu[data-v-d4b6afb5]:visited {
    background-color: transparent;
    color: #1a1a1a;
}
.nav-primary .current > a:hover span[data-v-d4b6afb5], .nav-primary .current > a:focus span[data-v-d4b6afb5], .nav-primary .current > a:hover span[data-v-d4b6afb5], .nav-primary .current > a:visited span[data-v-d4b6afb5], .nav-primary .current .button-overflow-menu:hover span[data-v-d4b6afb5], .nav-primary .current .button-overflow-menu:focus span[data-v-d4b6afb5], .nav-primary .current .button-overflow-menu:hover span[data-v-d4b6afb5], .nav-primary .current .button-overflow-menu:visited span[data-v-d4b6afb5] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[data-v-d4b6afb5] {
    font-weight: 600;
    color: #1a1a1a;
    background-color: transparent;
}
.nav-primary .current .overflow-menu .button-overflow-menu span[data-v-d4b6afb5] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[data-v-d4b6afb5]:focus, .nav-primary .current .overflow-menu .button-overflow-menu[data-v-d4b6afb5]:active {
    color: #1a1a1a;
    background-color: transparent;
    position: relative;
    z-index: 2;
}
.nav-primary .current .overflow-menu .button-overflow-menu:focus span[data-v-d4b6afb5], .nav-primary .current .overflow-menu .button-overflow-menu:active span[data-v-d4b6afb5] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[data-v-d4b6afb5]:hover {
    color: #1a1a1a;
    background-color: transparent;
}
.nav-primary .current .overflow-menu .button-overflow-menu:hover span[data-v-d4b6afb5] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-d4b6afb5] {
    background-color: #454545;
    color: white;
}
.nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true] span[data-v-d4b6afb5] {
    border-bottom: 7px solid #0059b3;
}
.nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-d4b6afb5]:hover, .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-d4b6afb5]:focus, .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-d4b6afb5]:active {
    background-color: #454545;
    color: white;
}
.nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true]:hover span[data-v-d4b6afb5], .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true]:focus span[data-v-d4b6afb5], .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true]:active span[data-v-d4b6afb5] {
    border-bottom: 7px solid #0059b3;
}
}
.nav-primary .current > a[data-v-d4b6afb5], .nav-primary .current > .overflow-menu > .button-overflow-menu[data-v-d4b6afb5] {
  color: #1a1a1a;
}
@media (min-width: 992px) {
.nav-primary .current > a[data-v-d4b6afb5], .nav-primary .current > .overflow-menu > .button-overflow-menu[data-v-d4b6afb5] {
    font-weight: 500;
}
}
.nav-primary[data-v-d4b6afb5] {
  /*region: nav-primary overflow menu */
}
.nav-primary .overflow-menu[data-v-d4b6afb5] {
  display: block;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu[data-v-d4b6afb5] {
    display: inline-block;
}
}
.nav-primary .overflow-menu .button-overflow-menu[data-v-d4b6afb5] {
  color: #1a1a1a;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  padding-top: 15px;
  padding-bottom: 16px;
  padding-left: 0px;
  padding-right: 40px;
  white-space: normal;
  width: 100%;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .button-overflow-menu[data-v-d4b6afb5] {
    padding-bottom: 0;
    width: unset;
    padding-right: 12px;
    padding-left: 12px;
}
}
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-d4b6afb5]:after, .nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-d4b6afb5]:before, .nav-primary .overflow-menu .button-overflow-menu[data-v-d4b6afb5]:after, .nav-primary .overflow-menu .button-overflow-menu[data-v-d4b6afb5]:before {
  display: none;
}
.nav-primary .overflow-menu .button-overflow-menu span[data-v-d4b6afb5] {
  padding-right: 24px;
  display: block;
}
.nav-primary .overflow-menu .button-overflow-menu[data-v-d4b6afb5]:focus, .nav-primary .overflow-menu .button-overflow-menu[data-v-d4b6afb5]:active {
  outline: 4px solid #747474;
  color: #1a1a1a;
  z-index: 2;
  position: relative;
}
.nav-primary .overflow-menu .button-overflow-menu[data-v-d4b6afb5]:hover {
  text-decoration: none;
  color: #1a1a1a;
  background-color: transparent;
}
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=false][data-v-d4b6afb5] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px top 16px;
  background-size: 24px;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=false][data-v-d4b6afb5] {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
}
}
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-d4b6afb5] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px top 16px;
  background-size: 24px;
  background-color: white;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-d4b6afb5] {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'%20fill='%23ffffff'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-color: #454545;
    color: white;
    position: relative;
    z-index: 2;
}
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-d4b6afb5]:before, .nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-d4b6afb5]:after {
    display: none;
}
}
.nav-primary .overflow-menu .overflow-menu-inner[data-v-d4b6afb5] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.nav-primary .overflow-menu .overflow-menu-inner > li[data-v-d4b6afb5] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.nav-primary .overflow-menu .overflow-menu-inner > li[data-v-d4b6afb5]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.nav-primary .overflow-menu .overflow-menu-inner[data-v-d4b6afb5] {
  background-color: white;
  border: none;
  border-top: 1px solid #BFBFBF;
  box-shadow: none;
  color: #1a1a1a;
  font-size: 1.6rem;
  line-height: 2.4rem;
  min-width: inherit;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  width: 100%;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner[data-v-d4b6afb5] {
    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 a[data-v-d4b6afb5] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  display: block;
  text-decoration: none;
}
.nav-primary .overflow-menu .overflow-menu-inner a[data-v-d4b6afb5]:hover, .nav-primary .overflow-menu .overflow-menu-inner a[data-v-d4b6afb5]:visited, .nav-primary .overflow-menu .overflow-menu-inner a[data-v-d4b6afb5]:focus {
  color: #1a1a1a;
  background-color: transparent;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner a[data-v-d4b6afb5]:hover, .nav-primary .overflow-menu .overflow-menu-inner a[data-v-d4b6afb5]:visited, .nav-primary .overflow-menu .overflow-menu-inner a[data-v-d4b6afb5]:focus {
    color: white;
    text-decoration: underline;
}
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner a[data-v-d4b6afb5] {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: white;
    padding: 8px 16px;
}
}
.nav-primary .overflow-menu .overflow-menu-inner button[data-v-d4b6afb5]:not(.button-overflow-menu) {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.nav-primary .overflow-menu .overflow-menu-inner button[data-v-d4b6afb5]:not(.button-overflow-menu):hover, .nav-primary .overflow-menu .overflow-menu-inner button[data-v-d4b6afb5]:not(.button-overflow-menu):focus {
  background-color: transparent;
  color: inherit;
}
.nav-primary[data-v-d4b6afb5] {
  /*endregion*/
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list[data-v-d4b6afb5] {
  list-style-type: none;
  margin-left: 16px;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list[data-v-d4b6afb5] {
    margin-left: 0;
}
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list li[data-v-d4b6afb5]:before {
  display: none;
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list a[data-v-d4b6afb5] {
  text-decoration: none;
  color: #1a1a1a;
  background-color: transparent;
  display: block;
  padding: 15px 0 16px;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list a[data-v-d4b6afb5] {
    background-color: transparent;
    color: white;
    padding: 8px 16px;
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list a[data-v-d4b6afb5]:hover {
    text-decoration: underline;
}
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list[data-v-d4b6afb5], .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list[data-v-d4b6afb5] {
  margin-left: 16px;
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li a[data-v-d4b6afb5], .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li a[data-v-d4b6afb5] {
  padding: 11px 0 12px;
}
@media (min-width: 992px) {
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li:last-of-type a[data-v-d4b6afb5], .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li:last-of-type a[data-v-d4b6afb5] {
    padding: 8px 0 32px 0;
}
}
.nav-secondary[data-v-d4b6afb5] {
  padding: 0 16px;
}
@media (min-width: 992px) {
.nav-secondary[data-v-d4b6afb5] {
    display: flex;
    align-items: center;
    padding: 0;
}
}
.nav-secondary .nav-actions[data-v-d4b6afb5] {
  padding: 0;
}
.nav-secondary + .nav-actions[data-v-d4b6afb5] {
  padding: 0 16px 16px;
}
@media (min-width: 992px) {
.nav-secondary + .nav-actions[data-v-d4b6afb5] {
    padding: 0 0 0 16px;
}
}
.nav-secondary .nav-secondary-heading[data-v-d4b6afb5] {
  font-weight: 700;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
.nav-secondary .nav-secondary-heading + ul[data-v-d4b6afb5] {
    margin-left: 16px;
}
}
@media (min-width: 992px) {
.navbar-primary[data-v-d4b6afb5] {
    border-bottom: 1px solid #747474;
}
}
.navbar:last-of-type .nav-actions[data-v-d4b6afb5] {
  border-bottom: none;
}
.navbar-inner[data-v-d4b6afb5] {
  display: flex;
  flex-direction: column;
}
.navbar-inner.container[data-v-d4b6afb5] {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
.navbar-inner.container[data-v-d4b6afb5] {
    padding-left: 16px;
    padding-right: 16px;
}
}
@media (min-width: 992px) {
.navbar-inner[data-v-d4b6afb5] {
    flex-direction: row;
    justify-content: space-between;
}
}
.pagination[data-v-d4b6afb5] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
.pagination .pagination__dropdown[data-v-d4b6afb5] {
  display: none;
}
@media (max-width: 767px) {
.pagination .pagination__dropdown[data-v-d4b6afb5] {
    display: inline-flex;
}
}
.pagination .pagination__items[data-v-d4b6afb5] {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
@media (max-width: 767px) {
.pagination .pagination__items[data-v-d4b6afb5] {
    display: none;
}
}
.pagination .button.button-arrow[data-v-d4b6afb5] {
  font-size: 1.6rem;
  appearance: none;
  background-color: transparent;
  border-style: none;
  color: #1a1a1a;
  text-decoration: underline;
  white-space: nowrap;
  width: auto;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.pagination .button.button-arrow.hidden[data-v-d4b6afb5] {
  visibility: hidden;
}
.pagination .button.button-arrow .icon-svg[data-v-d4b6afb5] {
  margin-right: 0;
}
@media (max-width: 767px) {
.pagination .button.button-arrow .pagination-nav-link[data-v-d4b6afb5] {
    display: none;
}
}
@media (min-width: 768px) {
.pagination .button.button-first[data-v-d4b6afb5], .pagination .button.button-last[data-v-d4b6afb5] {
    display: none;
}
}
.pagination .button.button-previous .icon-svg[data-v-d4b6afb5] {
  margin-right: 4px;
}
@media (max-width: 767px) {
.pagination .button.button-previous .icon-svg[data-v-d4b6afb5] {
    margin-right: 0;
}
}
.pagination .button.button-next .icon-svg[data-v-d4b6afb5] {
  margin-left: 4px;
}
@media (max-width: 767px) {
.pagination .button.button-next .icon-svg[data-v-d4b6afb5] {
    margin-left: 0;
}
}
.pagination .pagination-mobile[data-v-d4b6afb5] {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
}
@media (min-width: 768px) {
.pagination .pagination-mobile[data-v-d4b6afb5] {
    display: none;
}
}
.pagination .pagination__items[data-v-d4b6afb5] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.pagination .pagination__items > li[data-v-d4b6afb5] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.pagination .pagination__items > li[data-v-d4b6afb5]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.pagination .pagination__items[data-v-d4b6afb5] {
  width: auto;
}
.pagination .pagination__items .pagination-item[data-v-d4b6afb5] {
  margin-left: 8px;
  margin-right: 8px;
}
.pagination .pagination__items .pagination-item .current-page[data-v-d4b6afb5] {
  appearance: none;
  display: inline-block;
  width: 100%;
  padding: 8px calc(16px - 2px) calc(8px - 2px);
  border-radius: 4px;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2rem;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  user-select: text;
  font-size: 1.8rem;
  color: white;
  background-color: #454545;
  border-color: #454545;
}
.toast-container[data-v-d4b6afb5] {
  position: fixed;
  right: 16px;
  left: 16px;
  top: 16px;
  bottom: auto;
  z-index: 7000;
}
@media (min-width: 768px) {
.toast-container[data-v-d4b6afb5] {
    right: 16px;
    left: auto;
    top: 48px;
    bottom: auto;
}
}
.toast[data-v-d4b6afb5] {
  width: 100%;
  max-width: 100%;
  background-color: white;
  display: flex;
  transition: opacity 0.15s linear;
  margin-bottom: 16px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}
.toast[data-v-d4b6afb5]:not(.show) {
  opacity: 0;
}
.toast.hide[data-v-d4b6afb5] {
  display: none;
}
@media (min-width: 768px) {
.toast[data-v-d4b6afb5] {
    width: 464px;
}
}
.toast .toast-icon[data-v-d4b6afb5] {
  align-items: center;
  display: flex;
  padding-left: calc(16px + 24px);
  padding-right: 16px;
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center center;
}
.toast .toast-message[data-v-d4b6afb5] {
  padding: 16px;
  position: relative;
  width: 100%;
}
.toast .toast-message .toast-close[data-v-d4b6afb5] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.toast .toast-message .toast-close[data-v-d4b6afb5]:hover, .toast .toast-message .toast-close[data-v-d4b6afb5]:focus {
  background-color: transparent;
  color: inherit;
}
.toast .toast-message .toast-close[data-v-d4b6afb5] {
  position: absolute;
  top: 16px;
  right: 16px;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012%2019%206.41z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.toast .toast-message p[data-v-d4b6afb5] {
  margin: 0px;
  word-break: break-word;
}
.toast .toast-message p[data-v-d4b6afb5]:first-of-type {
  margin-right: 32px;
}
.toast-success[data-v-d4b6afb5] {
  background-color: #eeffe2;
}
.toast-warning[data-v-d4b6afb5] {
  background-color: #ffeecc;
}
.toast-error[data-v-d4b6afb5] {
  background-color: #ffe0e0;
}
.toast-info[data-v-d4b6afb5] {
  background-color: #e2f2fb;
}
.toast-success .toast-icon[data-v-d4b6afb5] {
  background-color: #358000;
}
.toast-warning .toast-icon[data-v-d4b6afb5] {
  background-color: #febb30;
}
.toast-error .toast-icon[data-v-d4b6afb5] {
  background-color: #CC0000;
}
.toast-info .toast-icon[data-v-d4b6afb5] {
  background-color: #1B86C3;
}
.toast-success .toast-icon[data-v-d4b6afb5] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm4.59-12.42L10%2014.17l-2.59-2.58L6%2013l4%204%208-8z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.toast-warning .toast-icon[data-v-d4b6afb5] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%205.99L19.53%2019H4.47L12%205.99M12%202L1%2021h22L12%202zm1%2014h-2v2h2v-2zm0-6h-2v4h2v-4z'/%3e%3c/svg%3e");
}
.toast-error .toast-icon[data-v-d4b6afb5] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.59%208L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208zM12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}
.toast-info .toast-icon[data-v-d4b6afb5] {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.1.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20enable-background='new%200%200%2024%2024'%20xml:space='preserve'%3e%3cg%20id='Bounding_Boxes'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_3'%20display='none'%3e%3c/g%3e%3cpath%20fill='none'%20d='M0,0h24v24H0V0z'/%3e%3c/g%3e%3cg%20id='Rounded'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_5'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,17L12,17c-0.55,0-1-0.45-1-1v-4%20c0-0.55,0.45-1,1-1h0c0.55,0,1,0.45,1,1v4C13,16.55,12.55,17,12,17z%20M13,9h-2V7h2V9z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Sharp'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_4'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M13,17h-2v-6h2V17z%20M13,9h-2V7h2V9z'%20/%3e%3c/g%3e%3c/g%3e%3cg%20id='Outline'%20fill='%23ffffff'%3e%3cg%20id='ui_x5F_spec_x5F_header'%20display='none'%3e%3c/g%3e%3cg%3e%3crect%20x='11'%20y='7'%20width='2'%20height='2'/%3e%3crect%20x='11'%20y='11'%20width='2'%20height='6'/%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20c0-4.41,3.59-8,8-8s8,3.59,8,8C20,16.41,16.41,20,12,20z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Duotone'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_2'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20opacity='0.3'%20d='M12,4c-4.41,0-8,3.59-8,8c0,4.41,3.59,8,8,8s8-3.59,8-8C20,7.59,16.41,4,12,4z%20M13,17h-2v-6h2V17z%20M13,9h-2%20V7h2V9z'/%3e%3crect%20x='11'%20y='7'%20width='2'%20height='2'/%3e%3crect%20x='11'%20y='11'%20width='2'%20height='6'/%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20c0-4.41,3.59-8,8-8s8,3.59,8,8C20,16.41,16.41,20,12,20z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Material'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M13,17h-2v-6h2V17z%20M13,9h-2V7h2V9z'%20/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.search[data-v-d4b6afb5] {
  display: flex;
}
.search .form-input[data-v-d4b6afb5] {
  background-color: white;
  margin-top: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search .form-input[data-v-d4b6afb5]:focus {
  z-index: 1;
}
.search .button-search[data-v-d4b6afb5] {
  background-color: white;
  border: 1px solid #747474;
  border-left: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  color: #1a1a1a;
  font-weight: 400;
  width: inherit;
}
.search .button-search[data-v-d4b6afb5]:hover {
  background-color: #DCDCDC;
}
input[type=search][data-v-d4b6afb5] { /* stylelint-disable-line selector-no-qualifying-type */
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}
.sidenav-list[data-v-d4b6afb5] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.sidenav-list > li[data-v-d4b6afb5] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.sidenav-list > li[data-v-d4b6afb5]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.sidenav-list ul[data-v-d4b6afb5] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.sidenav-list ul > li[data-v-d4b6afb5] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.sidenav-list ul > li[data-v-d4b6afb5]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.sidenav-list[data-v-d4b6afb5] {
  border-bottom: 1px solid #BFBFBF;
  border-top: 1px solid #BFBFBF;
}
.sidenav-list a[data-v-d4b6afb5] {
  display: block;
  border: none;
  color: #1a1a1a;
  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[data-v-d4b6afb5]:focus {
  outline-offset: 0;
  position: relative;
  z-index: 1;
}
.sidenav-list > li.current > a[data-v-d4b6afb5], .sidenav-list > li.current > ul > li > a[data-v-d4b6afb5] {
  padding-left: calc(16px - 4px);
}
.sidenav-list li[data-v-d4b6afb5]:hover {
  background-color: #F5F5F5;
}
.sidenav-list li a[data-v-d4b6afb5]:hover {
  text-decoration: none;
  color: #1a1a1a;
}
.sidenav-list li.sidenav-error[data-v-d4b6afb5] {
  background-color: #ffe0e0;
}
.sidenav-list li.sidenav-error.current[data-v-d4b6afb5] {
  background-color: #ffe0e0;
}
.sidenav-list li.sidenav-error[data-v-d4b6afb5]:hover {
  background-color: #ffe0e0;
}
.sidenav-list li.sidenav-error .sidenav-information[data-v-d4b6afb5] {
  color: #454545;
  font-weight: 400;
}
.sidenav-list li a[data-v-d4b6afb5] {
  display: flex;
  flex-wrap: nowrap;
}
.sidenav-list li a ul[data-v-d4b6afb5] {
  width: 100%;
}
.sidenav-list li a .sidenav-icon-before[data-v-d4b6afb5] {
  line-height: 23px;
  text-align: left;
}
.sidenav-list li a .sidenav-icon[data-v-d4b6afb5] {
  margin-left: auto;
  width: 22px;
  height: 22px;
  line-height: 23px;
  text-align: center;
  float: right;
}
.sidenav-list li a[data-v-d4b6afb5] {
  /* 'sidenav-title' used before 9.0.0 to style title text in stepguide - to be removed at some point as breaking change */
}
.sidenav-list li a .sidenav-title[data-v-d4b6afb5] {
  margin-left: 4px;
  white-space: pre-line;
}
.sidenav-list li a .sidenav-number[data-v-d4b6afb5] {
  margin-right: 4px;
}
.sidenav-list li a .sidenav-information[data-v-d4b6afb5] {
  color: #747474;
  margin: 0;
  display: block;
  width: 100%;
}
.sidenav-list li a[data-v-d4b6afb5]:focus {
  background-color: transparent;
}
.sidenav-list li.current > a[data-v-d4b6afb5] {
  font-weight: 500;
}
.sidenav-list li.current .sidenav-information[data-v-d4b6afb5] {
  color: #454545;
  font-weight: 400;
}
.sidenav-list li.active > a[data-v-d4b6afb5] {
  color: #1a1a1a;
  font-weight: 500;
}
.sidenav-list > li > ul > li > ul > li > a[data-v-d4b6afb5] {
  padding-left: 24px;
}
.sidenav-list > li > ul > li > ul > li > ul > li > a[data-v-d4b6afb5] {
  padding-left: 32px;
}
.sidenav-list > li > ul > li > ul > li > ul > li > ul > li > a[data-v-d4b6afb5] {
  padding-left: 40px;
}
.sidenav-list > li > ul > li > ul > li > ul > li > ul > li > ul > li > a[data-v-d4b6afb5] {
  padding-left: 48px;
}
.sidenav-list > li.has-anchor-links > ul > li > a[data-v-d4b6afb5] {
  padding-left: calc(8px * 4);
}
.sidenav-list > li:not(.has-anchor-links) > ul > li.has-anchor-links > ul > li > a[data-v-d4b6afb5] {
  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[data-v-d4b6afb5] {
  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[data-v-d4b6afb5] {
  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[data-v-d4b6afb5] {
  padding-left: calc(8px * 7);
}
.sidenav-list > li[data-v-d4b6afb5] {
  background-color: transparent;
  font-size: 1.6rem;
  border-top: 1px solid #BFBFBF;
}
.sidenav-list > li.active > a[data-v-d4b6afb5] {
  color: #1a1a1a;
}
.sidenav-list > li.current[data-v-d4b6afb5] {
  border-left: 4px solid #0059b3;
  background-color: #f6fbff;
}
.sidenav-list > li[data-v-d4b6afb5]:first-child {
  border-top: none;
}
.sidenav-list > li:last-child a[data-v-d4b6afb5] {
  padding-bottom: calc(8px - 1px);
}
.sidenav-list > li li[data-v-d4b6afb5] {
  border-top: 1px solid #DCDCDC;
  font-size: 1.4rem;
}
.sidenav-list li.disabled[data-v-d4b6afb5] {
  cursor: not-allowed;
}
.sidenav-list li.disabled a[data-v-d4b6afb5] {
  cursor: not-allowed;
  color: #454545;
}
.sidenav-list li.disabled a[data-v-d4b6afb5]:hover {
  background-color: transparent;
  text-decoration: none;
  color: #454545;
  cursor: not-allowed;
}
.sidenav-list li.disabled.active[data-v-d4b6afb5], .sidenav-list li.disabled.active a[data-v-d4b6afb5] {
  color: #1a1a1a;
  background-color: transparent;
}
.sidenav-list li.disabled[data-v-d4b6afb5]:hover, .sidenav-list li.disabled.active a[data-v-d4b6afb5]:hover {
  color: #1a1a1a;
  background-color: white;
}
.sidenav-list li.disabled.sidenav-error[data-v-d4b6afb5] {
  background-color: #ffe0e0;
}
.sidenav-list li.disabled.sidenav-error.active a[data-v-d4b6afb5]:hover {
  background-color: #ffe0e0;
}
.sidenav-sub_list[data-v-d4b6afb5] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.sidenav-sub_list > li[data-v-d4b6afb5] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.sidenav-sub_list > li[data-v-d4b6afb5]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.sidenav-sub_list[data-v-d4b6afb5] {
  margin: 0;
  width: 100%;
}
.sidenav-sub_list li[data-v-d4b6afb5] {
  border: none;
}
.sidenav-sub_list li:last-child a[data-v-d4b6afb5] {
  padding-bottom: 8px;
}
.sidenav-sub_list a[data-v-d4b6afb5] {
  padding-top: 8px;
  line-height: 2.4rem;
}
.sidenav-sub_list li:not(.has-anchor-links) .sidenav-sub_list a[data-v-d4b6afb5]:focus {
  outline-offset: 0;
}
.sidebar-col[data-v-d4b6afb5] {
  max-width: 300px;
}
.language-switcher[data-v-d4b6afb5] {
  border-top: 1px solid #DCDCDC;
  background-color: white;
  padding-top: 24px;
}
@media (min-width: 768px) {
.language-switcher[data-v-d4b6afb5] {
    margin-top: -24px;
    padding-top: 16px;
}
}
.language-switcher ul[data-v-d4b6afb5] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.language-switcher ul > li[data-v-d4b6afb5] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.language-switcher ul > li[data-v-d4b6afb5]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.language-switcher ul[data-v-d4b6afb5] {
  max-width: none !important;
}
.language-switcher ul > li[data-v-d4b6afb5] {
  margin-bottom: 12px;
  padding-left: 32px;
}
@media (min-width: 768px) {
.language-switcher ul > li[data-v-d4b6afb5] {
    display: inline-block;
    padding-left: 0;
}
.language-switcher ul > li[data-v-d4b6afb5]::after {
    display: inline-block;
    content: "|";
    margin-left: calc(16px - 1px);
    margin-right: 16px;
}
.language-switcher ul > li[data-v-d4b6afb5]:last-of-type::after {
    content: "";
}
}
.language-switcher ul > li a[data-v-d4b6afb5], .language-switcher ul > li a[data-v-d4b6afb5]:hover, .language-switcher ul > li a[data-v-d4b6afb5]:visited, .language-switcher ul > li a[data-v-d4b6afb5]:active, .language-switcher ul > li a[data-v-d4b6afb5]:focus {
  color: #1a1a1a;
  display: inline-block;
}
.language-switcher ul > li a svg[data-v-d4b6afb5], .language-switcher ul > li a:hover svg[data-v-d4b6afb5], .language-switcher ul > li a:visited svg[data-v-d4b6afb5], .language-switcher ul > li a:active svg[data-v-d4b6afb5], .language-switcher ul > li a:focus svg[data-v-d4b6afb5] {
  margin-top: -4px;
  margin-right: 8px;
  display: inline-block;
}
.language-switcher ul > li[data-v-d4b6afb5]:first-of-type {
  padding-left: 0px;
}
.language-switcher ul > li:first-of-type a[data-v-d4b6afb5], .language-switcher ul > li:first-of-type a[data-v-d4b6afb5]:hover, .language-switcher ul > li:first-of-type a[data-v-d4b6afb5]:visited, .language-switcher ul > li:first-of-type a[data-v-d4b6afb5]:active, .language-switcher ul > li:first-of-type a[data-v-d4b6afb5]:focus {
  padding-left: 0;
  font-weight: 600;
  color: #454545;
  text-decoration: none;
  border-left: 0;
}
.language-switcher ul > li:last-of-type a[data-v-d4b6afb5], .language-switcher ul > li:last-of-type a[data-v-d4b6afb5]:hover, .language-switcher ul > li:last-of-type a[data-v-d4b6afb5]:visited, .language-switcher ul > li:last-of-type a[data-v-d4b6afb5]:active, .language-switcher ul > li:last-of-type a[data-v-d4b6afb5]:focus {
  padding-right: 0;
}
a.skipnav[data-v-d4b6afb5] {
  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;
}
a.skipnav[data-v-d4b6afb5]:focus {
  outline: 4px solid #747474;
  background-color: white;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out;
  padding: 1rem 8px;
  margin-top: calc(16px - 1px);
  margin-left: 8px;
}
#main-content[data-v-d4b6afb5]:focus {
  outline: 4px solid #747474;
}
.card[data-v-d4b6afb5] {
  position: relative;
  border-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #747474;
  overflow: hidden;
  background: white;
}
.card-small[data-v-d4b6afb5] > :last-of-type {
  padding-bottom: 24px;
}
.card-medium[data-v-d4b6afb5] > :last-of-type {
  padding-bottom: 24px;
}
.card-large[data-v-d4b6afb5] > :last-of-type {
  padding-bottom: 24px;
}
.card-align-height[data-v-d4b6afb5] {
  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[data-v-d4b6afb5] > * {
  width: 100%;
}
.card-align-height .card-footer[data-v-d4b6afb5] {
  margin-top: auto;
}
.card p[data-v-d4b6afb5] {
  max-width: 60ch;
  margin-top: 16px;
  margin-bottom: 0;
}
.card p[data-v-d4b6afb5]:first-child {
  margin-top: 0;
}
.card h1[data-v-d4b6afb5], .card .h1[data-v-d4b6afb5],
.card h2[data-v-d4b6afb5], .card .h2[data-v-d4b6afb5],
.card h3[data-v-d4b6afb5], .card .h3[data-v-d4b6afb5],
.card h4[data-v-d4b6afb5], .card .h4[data-v-d4b6afb5],
.card h5[data-v-d4b6afb5], .card .h5[data-v-d4b6afb5] {
  margin: 0;
}
.card-header[data-v-d4b6afb5] {
  background-color: white;
  padding: 16px 24px;
}
.card-header .header-title[data-v-d4b6afb5] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}
.card-header .header-title.large-text[data-v-d4b6afb5] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
.card-header .header-title.large-text[data-v-d4b6afb5] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
.card-header .header-title.large-text[data-v-d4b6afb5] {
    font-size: 3.9rem;
}
}
.card-header .header-title.large-text[data-v-d4b6afb5] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
.card-header .header-title.large-text[data-v-d4b6afb5] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
.card-header .header-title.large-text[data-v-d4b6afb5] {
    line-height: 4.8rem;
}
}
.card-header .header-title.large-text[data-v-d4b6afb5] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
.card-header .header-title.large-text[data-v-d4b6afb5] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
.card-header .header-title.large-text[data-v-d4b6afb5] {
    letter-spacing: normal;
}
}
.card-header .header-title.large-text[data-v-d4b6afb5] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
  color: #454545;
}
.card-header .sub-header[data-v-d4b6afb5] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  color: #747474;
}
.card-text[data-v-d4b6afb5] {
  background-color: white;
  padding: 16px 24px;
}
.card-text .text[data-v-d4b6afb5] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 16px;
  color: #454545;
  margin-bottom: 0;
}
.card-content[data-v-d4b6afb5] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  padding: 0;
  color: #454545;
  background-color: white;
}
.card-content ul[data-v-d4b6afb5] {
  margin-bottom: 0;
}
.card-content div[data-v-d4b6afb5]:first-child {
  margin-top: 0;
}
.card-content .content-text[data-v-d4b6afb5] {
  margin-top: 16px;
}
.card-content .content[data-v-d4b6afb5] {
  text-align: center;
}
.card-action[data-v-d4b6afb5] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  padding: 16px 24px;
  color: #454545;
  margin-bottom: 0;
  background-color: white;
}
.card-action div[data-v-d4b6afb5]:first-child {
  margin-top: 0;
}
.card-action[data-v-d4b6afb5]:last-child {
  border-bottom: 0;
}
.card-action .action-buttons button[data-v-d4b6afb5] {
  margin-right: 16px;
  margin-top: 8px;
}
@media (min-width: 768px) {
.card-action .action-buttons button[data-v-d4b6afb5] {
    margin-right: 16px;
    margin-top: 8px;
}
}
@media (min-width: 576px) {
.card-action .action-buttons .button + .button[data-v-d4b6afb5] {
    margin-left: 0px;
}
.card-action .action-buttons .button + .button[data-v-d4b6afb5]:first-child {
    margin-left: 0;
}
}
.card-action .action-links[data-v-d4b6afb5] {
  margin-top: 16px;
}
.card-action .action-links ul[data-v-d4b6afb5] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.card-action .action-links ul > li[data-v-d4b6afb5] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.card-action .action-links ul > li[data-v-d4b6afb5]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.card-action .action-links ul[data-v-d4b6afb5] {
  padding-left: 0;
}
.card-action .action-links ul li[data-v-d4b6afb5] {
  margin-top: 8px !important;
}
.card-action .action-functionlinks[data-v-d4b6afb5] {
  margin-top: 16px;
  text-align: right;
}
.card-action .action-functionlinks .function-link[data-v-d4b6afb5], .card-action .action-functionlinks button.accordion-bulk-button[data-v-d4b6afb5] {
  margin-left: 16px;
}
.card-header + .card-text[data-v-d4b6afb5] {
  padding-top: 0;
}
.card-header + .card-content[data-v-d4b6afb5] {
  padding-top: 0;
}
.card-header + .card-action[data-v-d4b6afb5] {
  padding-top: 0;
}
.card-header + .card-header[data-v-d4b6afb5] {
  padding-top: 0;
}
.card-text + .card-header[data-v-d4b6afb5] {
  padding-top: 0;
}
.card-text + .card-content[data-v-d4b6afb5] {
  padding-top: 0;
}
.card-text + .card-action[data-v-d4b6afb5] {
  padding-top: 0;
}
.card-text + .card-text[data-v-d4b6afb5] {
  padding-top: 0;
}
.card-action + .card-text[data-v-d4b6afb5] {
  padding-top: 0;
}
.card-action + .card-header[data-v-d4b6afb5] {
  padding-top: 0;
}
.card-action + .card-content[data-v-d4b6afb5] {
  padding-top: 0;
}
.card-action + .card-action[data-v-d4b6afb5] {
  padding-top: 0;
}
.card > .list-group:first-child .list-group-item[data-v-d4b6afb5]:first-child {
  border-radius: 0px;
}
.card > .list-group:last-child .list-group-item[data-v-d4b6afb5]:last-child {
  border-radius: 0px;
}
.card-center[data-v-d4b6afb5] {
  text-align: center;
}
.overflow-menu + h1[data-v-d4b6afb5] {
  margin-top: 0;
}
.overflow-menu[data-v-d4b6afb5] {
  display: block;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
.overflow-menu[data-v-d4b6afb5] {
    width: auto;
    display: inline-block;
}
}
.overflow-menu .button-overflow-menu[data-v-d4b6afb5] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.overflow-menu .button-overflow-menu[data-v-d4b6afb5]:hover, .overflow-menu .button-overflow-menu[data-v-d4b6afb5]:focus {
  background-color: transparent;
  color: inherit;
}
.overflow-menu .button-overflow-menu[data-v-d4b6afb5] {
  min-height: 40px;
  min-width: 40px;
  padding: 8px 0;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  position: relative;
  cursor: pointer;
}
.overflow-menu .button-overflow-menu[data-v-d4b6afb5]:hover {
  text-decoration: underline;
}
.overflow-menu .button-overflow-menu[data-v-d4b6afb5]:after, .overflow-menu .button-overflow-menu[data-v-d4b6afb5]:before {
  display: none;
  bottom: 100%;
  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[data-v-d4b6afb5]:after {
  border-bottom-color: white;
  border-width: calc(8px - 1px);
  margin-left: calc((8px - 1px) * -1);
}
.overflow-menu .button-overflow-menu[data-v-d4b6afb5]:before {
  border-bottom-color: #747474;
  border-width: 8px;
  margin-left: calc(8px * -1);
}
.overflow-menu .button-overflow-menu[aria-expanded=true][data-v-d4b6afb5]:after, .overflow-menu .button-overflow-menu[aria-expanded=true][data-v-d4b6afb5]:before {
  display: block;
}
.overflow-menu.overflow-menu--hover-bg .button-overflow-menu[data-v-d4b6afb5] {
  padding: 0;
}
.overflow-menu.overflow-menu--hover-bg .button-overflow-menu[data-v-d4b6afb5]:hover {
  background-color: #F5F5F5;
}
.overflow-menu .overflow-menu-inner[data-v-d4b6afb5] {
  position: absolute;
  width: 100%;
  z-index: 2;
  border: 1px solid #747474;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  background: white;
  padding-top: 8px;
  padding-bottom: 8px;
  top: calc(100% + 8px);
}
@media (min-width: 768px) {
.overflow-menu .overflow-menu-inner[data-v-d4b6afb5] {
    width: auto;
}
}
@media (min-width: 576px) {
.overflow-menu .overflow-menu-inner[data-v-d4b6afb5] {
    min-width: 28rem;
}
}
.overflow-menu .overflow-menu-inner[aria-hidden=true][data-v-d4b6afb5] {
  display: none;
}
.overflow-menu .overflow-list[data-v-d4b6afb5] {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.overflow-menu .overflow-list > li[data-v-d4b6afb5] {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.overflow-menu .overflow-list > li[data-v-d4b6afb5]::before {
  content: "" !important;
  padding-right: 0 !important;
}
.overflow-menu .overflow-list[data-v-d4b6afb5] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #1a1a1a;
}
.overflow-menu .overflow-list button[data-v-d4b6afb5] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.overflow-menu .overflow-list button[data-v-d4b6afb5]:hover, .overflow-menu .overflow-list button[data-v-d4b6afb5]:focus {
  background-color: transparent;
  color: inherit;
}
.overflow-menu .overflow-list button[data-v-d4b6afb5] {
  line-height: 2.4rem;
  cursor: pointer;
}
.overflow-menu .overflow-list a[data-v-d4b6afb5] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  display: block;
  text-decoration: none;
  line-height: 2.4rem;
}
.overflow-menu .overflow-list a[data-v-d4b6afb5]:hover, .overflow-menu .overflow-list a[data-v-d4b6afb5]:visited, .overflow-menu .overflow-list a[data-v-d4b6afb5]:focus {
  color: #1a1a1a;
}
.overflow-menu .overflow-list button[data-v-d4b6afb5],
.overflow-menu .overflow-list a[data-v-d4b6afb5] {
  padding: 8px 16px;
  width: 100%;
}
.overflow-menu .overflow-list button[data-v-d4b6afb5]:hover,
.overflow-menu .overflow-list a[data-v-d4b6afb5]:hover {
  background-color: #F5F5F5;
}
.overflow-menu:not(.overflow-menu--md-no-responsive):not(.overflow-menu--lg-no-responsive) .sidenav-list[data-v-d4b6afb5] {
  border-top: 0;
  border-bottom: 0;
}
@media (max-width: 767px) {
.overflow-menu.overflow-menu--md-no-responsive .sidenav-list[data-v-d4b6afb5] {
    border-top: 0;
    border-bottom: 0;
}
}
@media (max-width: 991px) {
.overflow-menu.overflow-menu--lg-no-responsive .sidenav-list[data-v-d4b6afb5] {
    border-top: 0;
    border-bottom: 0;
}
}
@media (min-width: 768px) {
.overflow-menu--open-right .overflow-menu-inner[data-v-d4b6afb5] {
    left: calc(50% - 19px);
}
.overflow-menu--open-right .overflow-menu-inner[data-v-d4b6afb5]:after {
    left: 13px;
}
}
.overflow-menu--open-left .overflow-menu-inner[data-v-d4b6afb5] {
  right: calc(50% - 19px);
}
.overflow-menu--open-left .overflow-menu-inner[data-v-d4b6afb5]:after {
  right: 13px;
}
.overflow-menu--open-left .overflow-menu-inner li[data-v-d4b6afb5],
.overflow-menu--open-left .overflow-menu-inner a[data-v-d4b6afb5],
.overflow-menu--open-left .overflow-menu-inner button[data-v-d4b6afb5] {
  text-align: right;
}
.overflow-menu--open-left .overflow-menu-inner li .icon-svg[data-v-d4b6afb5],
.overflow-menu--open-left .overflow-menu-inner a .icon-svg[data-v-d4b6afb5],
.overflow-menu--open-left .overflow-menu-inner button .icon-svg[data-v-d4b6afb5] {
  float: right;
  margin-right: 4px;
}
@media (min-width: 768px) {
.overflow-menu.overflow-menu--md-no-responsive[data-v-d4b6afb5] {
    display: block;
}
.overflow-menu.overflow-menu--md-no-responsive[data-v-d4b6afb5]:before, .overflow-menu.overflow-menu--md-no-responsive[data-v-d4b6afb5]:after {
    display: none;
}
.overflow-menu.overflow-menu--md-no-responsive .button-overflow-menu[data-v-d4b6afb5] {
    display: none;
}
.overflow-menu.overflow-menu--md-no-responsive .overflow-menu-inner[data-v-d4b6afb5] {
    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[data-v-d4b6afb5] {
    display: block;
}
.overflow-menu.overflow-menu--lg-no-responsive[data-v-d4b6afb5]:before, .overflow-menu.overflow-menu--lg-no-responsive[data-v-d4b6afb5]:after {
    display: none;
}
.overflow-menu.overflow-menu--lg-no-responsive .button-overflow-menu[data-v-d4b6afb5] {
    display: none;
}
.overflow-menu.overflow-menu--lg-no-responsive .overflow-menu-inner[data-v-d4b6afb5] {
    display: block !important;
    width: 100%;
    max-width: 100%;
    position: static;
    box-shadow: none;
    border: none;
    min-width: auto;
}
}
.overflow-menu--sort .button-overflow-menu[data-v-d4b6afb5] {
  text-decoration: underline;
  line-height: 2.4rem;
}
.overflow-menu--sort .button-overflow-menu .selected-value[data-v-d4b6afb5] {
  text-decoration: none;
  display: inline-block;
  margin-left: 4px;
  font-weight: 600;
}
.overflow-menu--sort .button-overflow-menu svg[data-v-d4b6afb5] {
  margin-right: 4px;
}
.overflow-menu--sort .overflow-menu-inner .overflow-list li button[aria-current=true][data-v-d4b6afb5] {
  font-weight: 600;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9%2016.2L4.8%2012l-1.4%201.4L9%2019%2021%207l-1.4-1.4L9%2016.2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
}
@media (min-width: 768px) {
.tabnav[data-v-d4b6afb5] {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
}
.tabnav > li[data-v-d4b6afb5] {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}
.tabnav > li[data-v-d4b6afb5]::before {
    content: "" !important;
    padding-right: 0 !important;
}
.tabnav[data-v-d4b6afb5] {
    list-style-type: none;
    padding: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
}
.tabnav > button[data-v-d4b6afb5] {
  max-width: none;
  text-decoration: none;
  margin-top: 8px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
.tabnav > button[data-v-d4b6afb5] {
    border: none;
}
}
.tabnav > button[aria-selected=true][data-v-d4b6afb5] {
  background-color: #DCDCDC;
  border-radius: 3px 3px 0 0;
}
.tabnav > button[aria-selected=false][data-v-d4b6afb5] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 2.4rem;
  border-radius: 3px;
}
.tabnav > button[aria-selected=false][data-v-d4b6afb5]:focus {
  background-color: #F5F5F5;
}
@media (min-width: 768px) {
.tabnav > button[data-v-d4b6afb5] {
    display: inline-block;
    width: auto;
    color: #1a1a1a;
    text-align: center;
    text-decoration: none;
    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 white;
}
.tabnav > button[aria-selected=false][data-v-d4b6afb5] {
    background-color: #F5F5F5;
    background-image: none;
    border-radius: 0px;
}
.tabnav > button[data-v-d4b6afb5]:hover {
    background-color: #DCDCDC;
}
.tabnav > button[data-v-d4b6afb5]:focus {
    outline: none;
}
.tabnav > button:focus span[data-v-d4b6afb5] {
    outline: 4px solid #747474;
}
.tabnav > button[aria-selected=true][data-v-d4b6afb5] {
    background-color: white;
    background-image: none;
    border: 1px solid #747474;
    padding-left: calc(24px - 1px);
    padding-right: calc(24px - 1px);
    border-bottom: 1px solid white;
    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[data-v-d4b6afb5]:not(.sr-only) {
    display: block;
}
}
@media (min-width: 768px) {
.tabnav > button[data-v-d4b6afb5]:last-of-type {
    margin-right: 8px;
}
}
@media (min-width: 768px) {
.tabnav-panel[data-v-d4b6afb5] {
    display: none;
    border: 1px solid #747474;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: calc(16px);
    background-color: transparent;
    position: relative;
    z-index: 300;
}
.tabnav-panel[data-v-d4b6afb5]:focus {
    outline: 4px solid #747474;
    outline-offset: 1px;
}
}
.tabnav-panel[aria-hidden=false][data-v-d4b6afb5] {
  display: block;
  order: 1000;
  width: 100%;
}
.page-navigation[data-v-d4b6afb5] {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
.page-navigation[data-v-d4b6afb5] {
    display: inline-flex;
}
}
.page-navigation .button + .button[data-v-d4b6afb5] {
  margin-top: 8px;
  margin-left: 0;
}
.js-tooltip[data-v-d4b6afb5] {
  display: inline-block;
}
.js-tooltip svg[data-v-d4b6afb5] {
  pointer-events: none;
}
.popover[data-v-d4b6afb5] {
  cursor: pointer;
}
.tooltip-link[data-v-d4b6afb5] {
  border-bottom: 1px dotted #1a1a1a;
  display: inline;
  text-decoration: none;
}
.tooltip-link[data-v-d4b6afb5]:link, .tooltip-link[data-v-d4b6afb5]:active, .tooltip-link[data-v-d4b6afb5]:hover, .tooltip-link[data-v-d4b6afb5]:visited, .tooltip-link[data-v-d4b6afb5]:focus {
  color: #1a1a1a;
}
.tooltip[data-v-d4b6afb5] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  font-size: 1.6rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  background-color: white;
  border: 1px solid #747474;
  border-radius: 4px;
  padding: 0.3rem 0.6rem;
}
.tooltip-popper[data-v-d4b6afb5] {
  position: absolute;
  max-width: 66ch;
}
.tooltip-popper .tooltip-arrow[data-v-d4b6afb5] {
  position: absolute;
}
.tooltip-popper .tooltip-arrow.down[data-v-d4b6afb5] {
  border-top: 8px solid #747474;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  bottom: -7px;
  left: calc(50% - 8px);
}
.tooltip-popper .tooltip-arrow.down[data-v-d4b6afb5]:after {
  content: "";
  border-top: 7px solid white;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  display: block;
  position: absolute;
  bottom: 1px;
  margin-left: -7px;
}
.tooltip-popper .tooltip-arrow.up[data-v-d4b6afb5] {
  border-bottom: 8px solid #747474;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  top: -7px;
  left: calc(50% - 8px);
}
.tooltip-popper .tooltip-arrow.up[data-v-d4b6afb5]:after {
  content: "";
  border-bottom: 7px solid white;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  display: block;
  position: absolute;
  top: 1px;
  margin-left: -7px;
}
@media print {
html[data-v-d4b6afb5] {
    font-family: Georgia, "Times New Roman", Serif;
    font-size: 48%;
}
body[data-v-d4b6afb5] {
    display: block;
    min-height: 0;
}
.page-container[data-v-d4b6afb5] {
    display: block;
}
fieldset[data-v-d4b6afb5] {
    page-break-before: avoid;
    page-break-inside: auto;
    display: block;
    overflow: visible !important;
}
.form-group[data-v-d4b6afb5] {
    page-break-inside: avoid;
}
.form-label[data-v-d4b6afb5] {
    page-break-after: avoid;
}
.header .logo[data-v-d4b6afb5], .header .portal-header .logo[data-v-d4b6afb5] {
    height: auto;
    width: auto;
    background-image: none;
}
.header .portal-header[data-v-d4b6afb5] {
    overflow: hidden;
}
.header .portal-header .portal-header-inner[data-v-d4b6afb5] {
    display: block;
}
.header .portal-header .portal-info[data-v-d4b6afb5] {
    display: block;
    float: right;
}
.header .solution-header .solution-header-inner[data-v-d4b6afb5] {
    display: block;
    overflow: hidden;
}
.header .solution-header .solution-heading[data-v-d4b6afb5] {
    display: inline-block;
}
.header .solution-header .solution-info[data-v-d4b6afb5] {
    display: block;
    float: right;
    margin-left: 0;
    text-align: right;
}
}
@media print and (min-width: 992px) {
.header .solution-header .solution-info[data-v-d4b6afb5] {
    margin-left: 0;
}
}
@media print {
footer .footer[data-v-d4b6afb5] {
    margin-top: 32px;
    padding-bottom: 0;
}
footer .footer .inline-list > li[data-v-d4b6afb5] {
    display: inline-block;
}
footer .footer .inline-list > li + li[data-v-d4b6afb5] {
    margin-left: 16px;
}
.card[data-v-d4b6afb5] {
    box-shadow: none;
}
}
@media print {
body.modal-active > header[data-v-d4b6afb5] {
    display: none;
}
body.modal-active .page-container[data-v-d4b6afb5] {
    display: none;
}
body.modal-active > footer[data-v-d4b6afb5] {
    display: none;
}
body .modal .modal__overlay[data-v-d4b6afb5] {
    display: block;
    position: relative;
    background-color: transparent;
}
body .modal .bg-modal[data-v-d4b6afb5] {
    background-color: transparent !important;
    background: transparent !important;
}
body .modal .modal__header[data-v-d4b6afb5] {
    display: block;
}
}
@media print and (min-width: 992px) {
body .modal .modal__footer[data-v-d4b6afb5] {
    display: block;
}
}
@media print and (max-width: 767px) {
.table.table--responsive-headers[data-v-d4b6afb5]:not(.d-print-table),
  .table.table-sm-responsive-headers[data-v-d4b6afb5]:not(.d-print-table),
  .table.table-md-responsive-headers[data-v-d4b6afb5]:not(.d-print-table),
  .table.table-lg-responsive-headers[data-v-d4b6afb5]:not(.d-print-table),
  .table.table-xl-responsive-headers[data-v-d4b6afb5]:not(.d-print-table) {
    display: block;
}
.table.table--responsive-headers:not(.d-print-table) thead[data-v-d4b6afb5],
  .table.table-sm-responsive-headers:not(.d-print-table) thead[data-v-d4b6afb5],
  .table.table-md-responsive-headers:not(.d-print-table) thead[data-v-d4b6afb5],
  .table.table-lg-responsive-headers:not(.d-print-table) thead[data-v-d4b6afb5],
  .table.table-xl-responsive-headers:not(.d-print-table) thead[data-v-d4b6afb5] {
    display: none;
}
.table.table--responsive-headers:not(.d-print-table) tr[data-v-d4b6afb5],
  .table.table-sm-responsive-headers:not(.d-print-table) tr[data-v-d4b6afb5],
  .table.table-md-responsive-headers:not(.d-print-table) tr[data-v-d4b6afb5],
  .table.table-lg-responsive-headers:not(.d-print-table) tr[data-v-d4b6afb5],
  .table.table-xl-responsive-headers:not(.d-print-table) tr[data-v-d4b6afb5] {
    border-bottom: 1px solid #BFBFBF;
}
.table.table--responsive-headers:not(.d-print-table) tr[data-v-d4b6afb5]:last-child,
  .table.table-sm-responsive-headers:not(.d-print-table) tr[data-v-d4b6afb5]:last-child,
  .table.table-md-responsive-headers:not(.d-print-table) tr[data-v-d4b6afb5]:last-child,
  .table.table-lg-responsive-headers:not(.d-print-table) tr[data-v-d4b6afb5]:last-child,
  .table.table-xl-responsive-headers:not(.d-print-table) tr[data-v-d4b6afb5]:last-child {
    border-bottom: 0;
}
.table.table--responsive-headers:not(.d-print-table) tr td[data-v-d4b6afb5], .table.table--responsive-headers:not(.d-print-table) tr th[data-v-d4b6afb5],
  .table.table-sm-responsive-headers:not(.d-print-table) tr td[data-v-d4b6afb5],
  .table.table-sm-responsive-headers:not(.d-print-table) tr th[data-v-d4b6afb5],
  .table.table-md-responsive-headers:not(.d-print-table) tr td[data-v-d4b6afb5],
  .table.table-md-responsive-headers:not(.d-print-table) tr th[data-v-d4b6afb5],
  .table.table-lg-responsive-headers:not(.d-print-table) tr td[data-v-d4b6afb5],
  .table.table-lg-responsive-headers:not(.d-print-table) tr th[data-v-d4b6afb5],
  .table.table-xl-responsive-headers:not(.d-print-table) tr td[data-v-d4b6afb5],
  .table.table-xl-responsive-headers:not(.d-print-table) tr th[data-v-d4b6afb5] {
    display: block;
    border: none !important;
}
.table.table--responsive-headers:not(.d-print-table) tr td[data-title][data-v-d4b6afb5]:not([data-title=""]):before, .table.table--responsive-headers:not(.d-print-table) tr th[data-title][data-v-d4b6afb5]:not([data-title=""]):before,
  .table.table-sm-responsive-headers:not(.d-print-table) tr td[data-title][data-v-d4b6afb5]:not([data-title=""]):before,
  .table.table-sm-responsive-headers:not(.d-print-table) tr th[data-title][data-v-d4b6afb5]:not([data-title=""]):before,
  .table.table-md-responsive-headers:not(.d-print-table) tr td[data-title][data-v-d4b6afb5]:not([data-title=""]):before,
  .table.table-md-responsive-headers:not(.d-print-table) tr th[data-title][data-v-d4b6afb5]:not([data-title=""]):before,
  .table.table-lg-responsive-headers:not(.d-print-table) tr td[data-title][data-v-d4b6afb5]:not([data-title=""]):before,
  .table.table-lg-responsive-headers:not(.d-print-table) tr th[data-title][data-v-d4b6afb5]:not([data-title=""]):before,
  .table.table-xl-responsive-headers:not(.d-print-table) tr td[data-title][data-v-d4b6afb5]:not([data-title=""]):before,
  .table.table-xl-responsive-headers:not(.d-print-table) tr th[data-title][data-v-d4b6afb5]: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[data-v-d4b6afb5]:first-child,
  .table.table-sm-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-d4b6afb5]:first-child,
  .table.table-md-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-d4b6afb5]:first-child,
  .table.table-lg-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-d4b6afb5]:first-child,
  .table.table-xl-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-d4b6afb5]:first-child {
    border-top: 1px solid #BFBFBF;
}
.table.table--responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-d4b6afb5]:last-child,
  .table.table-sm-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-d4b6afb5]:last-child,
  .table.table-md-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-d4b6afb5]:last-child,
  .table.table-lg-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-d4b6afb5]:last-child,
  .table.table-xl-responsive-headers:not(.d-print-table).table--borderless tbody tr[data-v-d4b6afb5]:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.table.table--responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-d4b6afb5]:first-child, .table.table--responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-d4b6afb5]:first-child,
  .table.table-sm-responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-d4b6afb5]:first-child,
  .table.table-sm-responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-d4b6afb5]:first-child,
  .table.table-md-responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-d4b6afb5]:first-child,
  .table.table-md-responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-d4b6afb5]:first-child,
  .table.table-lg-responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-d4b6afb5]:first-child,
  .table.table-lg-responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-d4b6afb5]:first-child,
  .table.table-xl-responsive-headers:not(.d-print-table).table--borderless tbody tr td[data-v-d4b6afb5]:first-child,
  .table.table-xl-responsive-headers:not(.d-print-table).table--borderless tbody tr th[data-v-d4b6afb5]:first-child {
    padding-left: 16px;
}
}
@media print {
.form-radio.radio-large:checked + label[data-v-d4b6afb5]:after {
    border: 8px solid #1a1a1a;
}
.form-radio:checked + label[data-v-d4b6afb5]:after {
    border: 4px solid #1a1a1a;
}
.form-checkbox:checked + label[data-v-d4b6afb5]:before {
    background-color: transparent;
    border: 10px solid #1a1a1a;
}
.form-checkbox.checkbox-large:checked + label[data-v-d4b6afb5]:before {
    border: 16px solid #1a1a1a;
}
}
.rich-tekst-menu-button[data-v-d4b6afb5] {
  padding-left: 3px;
  padding-right: 3px;
  margin: 1px;
}
.rich-tekst-menu-button.toggled[data-v-d4b6afb5] {
  background-color: #454545;
  color: #ffffff;
}
.rich-tekst-container[data-v-d4b6afb5] {
  background-color: #ffffff;
}
.rich-tekst-content[data-v-d4b6afb5] {
  min-height: 110px;
}
.limit-exceeded[data-v-d4b6afb5] {
  color: #CC0000;
}
input[readonly][type=text][data-v-d4b6afb5],
input[readonly][type=email][data-v-d4b6afb5],
input[readonly][type=tel][data-v-d4b6afb5],
input[readonly][type=number][data-v-d4b6afb5],
textarea[readonly][data-v-d4b6afb5] {
  border: 1px solid #747474;
  background-color: #F5F5F5;
  padding: calc(8px - 1px) calc(16px - 1px);
  margin-top: 8px;
}
.add-newline[data-v-d4b6afb5] {
  white-space: pre-wrap;
}
.form-group .input-wrapper[data-v-d4b6afb5] {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.form-group .form-input[data-v-d4b6afb5] {
  width: 100%;
  min-height: 40px;
}
.form-group .clear-button[data-v-d4b6afb5] {
  position: absolute;
  z-index: 1;
  right: 0.5rem;
}
.button-search[data-v-d4b6afb5]:focus {
  z-index: 99;
}
.form-group.search[data-v-d4b6afb5] {
  width: 100%;
}
.form-group.search .form-input[data-v-d4b6afb5] {
  border-color: #747474;
  border-width: 2px;
  flex-grow: 1;
  max-width: none;
  padding: 6px 14px;
}
@media (min-width: 768px) {
.form-group.search .form-input[data-v-d4b6afb5] {
    border-color: #BFBFBF;
    border-width: 1px;
    padding: 19px 23px;
}
}
.form-group.search .button-search[data-v-d4b6afb5] {
  width: auto;
  background-color: white;
  border-color: #747474;
  padding-left: 14px;
  padding-right: 14px;
  border-width: 2px;
}
@media (min-width: 768px) {
.form-group.search .button-search[data-v-d4b6afb5] {
    border-color: #BFBFBF;
    border-width: 1px;
    background-color: #F5F5F5;
    padding-left: 19px;
    padding-right: 19px;
}
}
.form-group.search .button-search .icon-svg[data-v-d4b6afb5] {
  margin-right: 0;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
.form-group.search .button-search .icon-svg[data-v-d4b6afb5] {
    fill: #0059b3;
    width: 32px;
    height: 32px;
}
}body[data-v-67529cdb] {
  overflow: scroll;
}
.mobile-view[data-v-67529cdb] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-67529cdb] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-67529cdb] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-67529cdb] {
  font-size: 1.6rem;
}
p[data-v-67529cdb] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-67529cdb] {
  color: #004D99;
}
a[data-v-67529cdb]:hover, a.link-hover[data-v-67529cdb] {
  color: #000040;
}
a[data-v-67529cdb]:hover:disabled,
a:hover .disabled[data-v-67529cdb], a.link-hover[data-v-67529cdb]:disabled,
a.link-hover .disabled[data-v-67529cdb] {
  background-color: transparent !important;
}
a[data-v-67529cdb]:focus, a.link-focus[data-v-67529cdb] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-67529cdb]:visited, a.link-visited[data-v-67529cdb] {
  color: #800080;
}
a[data-v-67529cdb]:disabled, a.disabled[data-v-67529cdb] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-67529cdb]:disabled:focus, a.disabled[data-v-67529cdb]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-67529cdb]:not(.button) {
  color: white;
}
.background-dark a[data-v-67529cdb]:disabled, .background-dark a.disabled[data-v-67529cdb] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-67529cdb]:disabled:focus, .background-dark a.disabled[data-v-67529cdb]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-67529cdb] {
  font-weight: 600;
}
a[data-v-67529cdb]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-67529cdb], .h1[data-v-67529cdb] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-67529cdb], .h1[data-v-67529cdb] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-67529cdb], .h1[data-v-67529cdb] {
    font-size: 3.9rem;
}
}
h1[data-v-67529cdb], .h1[data-v-67529cdb] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-67529cdb], .h1[data-v-67529cdb] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-67529cdb], .h1[data-v-67529cdb] {
    line-height: 4.8rem;
}
}
h1[data-v-67529cdb], .h1[data-v-67529cdb] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-67529cdb], .h1[data-v-67529cdb] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-67529cdb], .h1[data-v-67529cdb] {
    letter-spacing: normal;
}
}
h1[data-v-67529cdb], .h1[data-v-67529cdb] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-67529cdb], .h2[data-v-67529cdb] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-67529cdb], .h2[data-v-67529cdb] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-67529cdb], .h2[data-v-67529cdb] {
    font-size: 3.1rem;
}
}
h2[data-v-67529cdb], .h2[data-v-67529cdb] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-67529cdb], .h2[data-v-67529cdb] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-67529cdb], .h2[data-v-67529cdb] {
    line-height: 4rem;
}
}
h2[data-v-67529cdb], .h2[data-v-67529cdb] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-67529cdb], .h2[data-v-67529cdb] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-67529cdb], .h2[data-v-67529cdb] {
    letter-spacing: normal;
}
}
h2[data-v-67529cdb], .h2[data-v-67529cdb] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-67529cdb], .h3[data-v-67529cdb] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-67529cdb], .h3[data-v-67529cdb] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-67529cdb], .h3[data-v-67529cdb] {
    font-size: 2.5rem;
}
}
h3[data-v-67529cdb], .h3[data-v-67529cdb] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-67529cdb], .h3[data-v-67529cdb] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-67529cdb], .h3[data-v-67529cdb] {
    line-height: 3.2rem;
}
}
h3[data-v-67529cdb], .h3[data-v-67529cdb] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-67529cdb], .h3[data-v-67529cdb] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-67529cdb], .h3[data-v-67529cdb] {
    letter-spacing: normal;
}
}
h3[data-v-67529cdb], .h3[data-v-67529cdb] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-67529cdb], .h4[data-v-67529cdb] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-67529cdb], .h4[data-v-67529cdb] {
    font-size: 2rem;
}
}
h4[data-v-67529cdb], .h4[data-v-67529cdb] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-67529cdb], .h4[data-v-67529cdb] {
    line-height: 2.8rem;
}
}
h4[data-v-67529cdb], .h4[data-v-67529cdb] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-67529cdb], .h4[data-v-67529cdb] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-67529cdb], .h4[data-v-67529cdb] {
    letter-spacing: normal;
}
}
h4[data-v-67529cdb], .h4[data-v-67529cdb] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-67529cdb], .h5[data-v-67529cdb] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-67529cdb], .h5[data-v-67529cdb] {
    font-size: 1.6rem;
}
}
h5[data-v-67529cdb], .h5[data-v-67529cdb] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-67529cdb], .h5[data-v-67529cdb] {
    line-height: 2.4rem;
}
}
h5[data-v-67529cdb], .h5[data-v-67529cdb] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-67529cdb], .h5[data-v-67529cdb] {
    letter-spacing: normal;
}
}
h5[data-v-67529cdb], .h5[data-v-67529cdb] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-67529cdb], .h6[data-v-67529cdb] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-67529cdb], .body-text[data-v-67529cdb], .body-copy-text[data-v-67529cdb] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-67529cdb], .figcaption[data-v-67529cdb] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-67529cdb], .figcaption p[data-v-67529cdb] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-67529cdb] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-67529cdb] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-67529cdb] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-67529cdb], .small-text[data-v-67529cdb] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-67529cdb] {
  font-weight: 400;
}
.weight-semibold[data-v-67529cdb] {
  font-weight: 600;
}
.facit[data-v-67529cdb] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-67529cdb], b[data-v-67529cdb], .bold[data-v-67529cdb] {
  font-weight: 700;
}
.italic[data-v-67529cdb], em[data-v-67529cdb] {
  font-style: italic;
}
.form-label[data-v-67529cdb] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-67529cdb]:focus, .h1[data-v-67529cdb]:focus,
h2[data-v-67529cdb]:focus, .h2[data-v-67529cdb]:focus,
h3[data-v-67529cdb]:focus, .h3[data-v-67529cdb]:focus,
h4[data-v-67529cdb]:focus, .h4[data-v-67529cdb]:focus,
h5[data-v-67529cdb]:focus, .h5[data-v-67529cdb]:focus,
h6[data-v-67529cdb]:focus, .h6[data-v-67529cdb]:focus {
  outline: none;
}
h1[data-v-67529cdb], .h1[data-v-67529cdb] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-67529cdb], .h2[data-v-67529cdb] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-67529cdb], .h2[data-v-67529cdb] {
    margin-top: 4rem;
}
}
h3[data-v-67529cdb], .h3[data-v-67529cdb] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-67529cdb], .h3[data-v-67529cdb] {
    margin-top: 4rem;
}
}
h4[data-v-67529cdb], .h4[data-v-67529cdb] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-67529cdb], .h5[data-v-67529cdb] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-67529cdb], .h6[data-v-67529cdb] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-67529cdb] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-67529cdb], .body-text[data-v-67529cdb] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-67529cdb], h5 + ul[data-v-67529cdb], h5 + ol[data-v-67529cdb], .h5 + p[data-v-67529cdb], .h5 + ul[data-v-67529cdb], .h5 + ol[data-v-67529cdb], h6 + p[data-v-67529cdb], h6 + ul[data-v-67529cdb], h6 + ol[data-v-67529cdb], .h6 + p[data-v-67529cdb], .h6 + ul[data-v-67529cdb], .h6 + ol[data-v-67529cdb] {
  margin-top: 0;
}
button.function-link[data-v-67529cdb] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-67529cdb] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-67529cdb]:hover, .function-link[data-v-67529cdb]:visited, .function-link[data-v-67529cdb]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-67529cdb] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-67529cdb] {
  text-align: right;
}
.back-link[data-v-67529cdb] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-67529cdb] {
    margin-bottom: 32px;
}
}
.back-link[data-v-67529cdb] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-67529cdb]::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[data-v-67529cdb]:active, .back-link[data-v-67529cdb]:focus, .back-link[data-v-67529cdb]:hover, .back-link[data-v-67529cdb]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-67529cdb] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-67529cdb] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-67529cdb], h1 a[data-v-67529cdb]:hover, h1 a[data-v-67529cdb]:visited, h1 a[data-v-67529cdb]:focus, .h1 a[data-v-67529cdb], .h1 a[data-v-67529cdb]:hover, .h1 a[data-v-67529cdb]:visited, .h1 a[data-v-67529cdb]:focus,
h2 a[data-v-67529cdb],
h2 a[data-v-67529cdb]:hover,
h2 a[data-v-67529cdb]:visited,
h2 a[data-v-67529cdb]:focus, .h2 a[data-v-67529cdb], .h2 a[data-v-67529cdb]:hover, .h2 a[data-v-67529cdb]:visited, .h2 a[data-v-67529cdb]:focus,
h3 a[data-v-67529cdb],
h3 a[data-v-67529cdb]:hover,
h3 a[data-v-67529cdb]:visited,
h3 a[data-v-67529cdb]:focus, .h3 a[data-v-67529cdb], .h3 a[data-v-67529cdb]:hover, .h3 a[data-v-67529cdb]:visited, .h3 a[data-v-67529cdb]:focus,
h4 a[data-v-67529cdb],
h4 a[data-v-67529cdb]:hover,
h4 a[data-v-67529cdb]:visited,
h4 a[data-v-67529cdb]:focus, .h4 a[data-v-67529cdb], .h4 a[data-v-67529cdb]:hover, .h4 a[data-v-67529cdb]:visited, .h4 a[data-v-67529cdb]:focus,
h5 a[data-v-67529cdb],
h5 a[data-v-67529cdb]:hover,
h5 a[data-v-67529cdb]:visited,
h5 a[data-v-67529cdb]:focus, .h5 a[data-v-67529cdb], .h5 a[data-v-67529cdb]:hover, .h5 a[data-v-67529cdb]:visited, .h5 a[data-v-67529cdb]:focus,
h6 a[data-v-67529cdb],
h6 a[data-v-67529cdb]:hover,
h6 a[data-v-67529cdb]:visited,
h6 a[data-v-67529cdb]:focus, .h6 a[data-v-67529cdb], .h6 a[data-v-67529cdb]:hover, .h6 a[data-v-67529cdb]:visited, .h6 a[data-v-67529cdb]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-67529cdb], .h1 a.search-link[data-v-67529cdb],
h2 a.search-link[data-v-67529cdb], .h2 a.search-link[data-v-67529cdb],
h3 a.search-link[data-v-67529cdb], .h3 a.search-link[data-v-67529cdb],
h4 a.search-link[data-v-67529cdb], .h4 a.search-link[data-v-67529cdb],
h5 a.search-link[data-v-67529cdb], .h5 a.search-link[data-v-67529cdb],
h6 a.search-link[data-v-67529cdb], .h6 a.search-link[data-v-67529cdb] {
  text-decoration: none;
}
h1 a.search-link[data-v-67529cdb]:visited, .h1 a.search-link[data-v-67529cdb]:visited,
h2 a.search-link[data-v-67529cdb]:visited, .h2 a.search-link[data-v-67529cdb]:visited,
h3 a.search-link[data-v-67529cdb]:visited, .h3 a.search-link[data-v-67529cdb]:visited,
h4 a.search-link[data-v-67529cdb]:visited, .h4 a.search-link[data-v-67529cdb]:visited,
h5 a.search-link[data-v-67529cdb]:visited, .h5 a.search-link[data-v-67529cdb]:visited,
h6 a.search-link[data-v-67529cdb]:visited, .h6 a.search-link[data-v-67529cdb]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-67529cdb]:focus, .h1 a.search-link[data-v-67529cdb]:focus,
h2 a.search-link[data-v-67529cdb]:focus, .h2 a.search-link[data-v-67529cdb]:focus,
h3 a.search-link[data-v-67529cdb]:focus, .h3 a.search-link[data-v-67529cdb]:focus,
h4 a.search-link[data-v-67529cdb]:focus, .h4 a.search-link[data-v-67529cdb]:focus,
h5 a.search-link[data-v-67529cdb]:focus, .h5 a.search-link[data-v-67529cdb]:focus,
h6 a.search-link[data-v-67529cdb]:focus, .h6 a.search-link[data-v-67529cdb]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-67529cdb]:hover, .h1 a.search-link[data-v-67529cdb]:hover,
h2 a.search-link[data-v-67529cdb]:hover, .h2 a.search-link[data-v-67529cdb]:hover,
h3 a.search-link[data-v-67529cdb]:hover, .h3 a.search-link[data-v-67529cdb]:hover,
h4 a.search-link[data-v-67529cdb]:hover, .h4 a.search-link[data-v-67529cdb]:hover,
h5 a.search-link[data-v-67529cdb]:hover, .h5 a.search-link[data-v-67529cdb]:hover,
h6 a.search-link[data-v-67529cdb]:hover, .h6 a.search-link[data-v-67529cdb]:hover {
  text-decoration: underline;
}
cite[data-v-67529cdb],
var[data-v-67529cdb],
address[data-v-67529cdb],
dfn[data-v-67529cdb] {
  font-style: normal;
}
h1[data-v-67529cdb], .h1[data-v-67529cdb],
h2[data-v-67529cdb], .h2[data-v-67529cdb],
h3[data-v-67529cdb], .h3[data-v-67529cdb],
h4[data-v-67529cdb], .h4[data-v-67529cdb],
h5[data-v-67529cdb], .h5[data-v-67529cdb],
h6[data-v-67529cdb], .h6[data-v-67529cdb] {
  max-width: 66ch;
}
p[data-v-67529cdb],
ul[data-v-67529cdb]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-67529cdb]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-67529cdb] {
  max-width: 66ch;
}
.form-label[data-v-67529cdb], .form-hint[data-v-67529cdb], .form-error-message[data-v-67529cdb] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-67529cdb], .form-radio + label[data-v-67529cdb] {
  max-width: 66ch;
}
.displayheading-1[data-v-67529cdb] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-67529cdb] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-67529cdb] {
  color: #358000;
}
.text-negative[data-v-67529cdb] {
  color: #CC0000;
}
.color-text-black[data-v-67529cdb] {
  color: #1a1a1a;
}
.background-dark[data-v-67529cdb] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-67529cdb], .background-dark span[data-v-67529cdb] {
  color: white;
}
.field-group-title[data-v-67529cdb] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-67529cdb] {
  border: 2px solid #1a1a1a;
}
h1[data-v-67529cdb], h2[data-v-67529cdb], h3[data-v-67529cdb], h4[data-v-67529cdb], h5[data-v-67529cdb], h6[data-v-67529cdb], p[data-v-67529cdb], legend[data-v-67529cdb], strong[data-v-67529cdb], b[data-v-67529cdb], cite[data-v-67529cdb], var[data-v-67529cdb], address[data-v-67529cdb], dfn[data-v-67529cdb] {
  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[data-v-67529cdb] {
  text-transform: uppercase;
}
.lowercase[data-v-67529cdb] {
  text-transform: lowercase;
}
.d-inline[data-v-67529cdb] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-67529cdb] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-67529cdb] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-67529cdb] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-67529cdb] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-67529cdb] {
    display: inline !important;
}
}
.flex-grow[data-v-67529cdb] {
  flex-grow: 1;
}
.weight-normal[data-v-67529cdb] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-67529cdb] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-67529cdb] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-67529cdb] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-67529cdb] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-67529cdb] {
    margin-bottom: 0;
}
}
.gray-100[data-v-67529cdb] {
  background-color: #F5F5F5;
}
.highlight[data-v-67529cdb] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-67529cdb] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-67529cdb] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-67529cdb] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-67529cdb] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-67529cdb] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-67529cdb] {
  z-index: 10000;
}
.video-responsive[data-v-67529cdb] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-67529cdb] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-67529cdb]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-67529cdb]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-67529cdb] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-67529cdb] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-67529cdb] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-67529cdb]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-67529cdb]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-67529cdb] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-67529cdb] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-67529cdb] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-67529cdb] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-67529cdb],
.sidenav-list-virk.sidenav-list li li[data-v-67529cdb],
.sidenav-list-virk.sidenav-list a[data-v-67529cdb] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-67529cdb] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-67529cdb] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-67529cdb] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-67529cdb] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-67529cdb] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-67529cdb]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-67529cdb]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-67529cdb] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-67529cdb]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-67529cdb] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.list-group[data-v-67529cdb] {
  border: 1px solid #bfbfbf;
  box-shadow: 0 0 5px #bfbfbf;
}
.list-group li[data-v-67529cdb]:last-of-type {
  border-bottom: none;
}
.list-group li[data-v-67529cdb] {
  background-color: white;
  border-bottom: 1px solid #bfbfbf;
  height: 64px;
  margin: 0;
  display: flex;
}
.list-group .list-item[data-v-67529cdb]:not(.current-item) {
  border-left: 4px solid #ffffff;
}
.list-group .list-item:not(.current-item).list-item[data-v-67529cdb]:not(.current-item):hover {
  border-left: 4px solid #f5f5f5;
}
.list-group .current-item[data-v-67529cdb] {
  border-left: 4px solid #0059b3;
}
.list-group li[data-v-67529cdb]:before {
  display: none;
}
.list-group .list-item-button[data-v-67529cdb] {
  height: 100%;
  min-width: 100%;
  cursor: pointer;
}
.list-group .icon-svg[data-v-67529cdb] {
  float: right;
}
.list-group .filter-box[data-v-67529cdb] {
  min-width: 800px;
  min-height: auto;
  height: fit-content;
  background-color: #ffffff;
  z-index: 1;
  border: 1px solid #bfbfbf;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  margin-top: -0.5px;
  box-shadow: 4px 4px 5px #bfbfbf;
  padding-bottom: 0;
}
.list-group .filter-box .left-border[data-v-67529cdb] {
  border-left: 1px solid #bfbfbf;
  margin-top: 64px;
}
@media (max-width: 1200px) {
.list-group .filter-box[data-v-67529cdb] {
    min-width: 550px;
}
}
.list-group .list-item-button[data-v-67529cdb] {
  z-index: 1;
}
.fill-width[data-v-67529cdb] {
  width: 100%;
}
.filter-mobil-overflow[data-v-67529cdb] {
  overflow: auto;
  height: calc(100vh - 109px);
}
.heading[data-v-67529cdb] {
  flex-grow: 1;
}
.faelles-filter-wrapper[data-v-67529cdb], .cpv-kode-wrapper[data-v-67529cdb], .cvr-kode-wrapper[data-v-67529cdb] {
  border: 1px solid #747474;
  border-radius: 4px;
  overflow: auto;
}
.cvr-kode-wrapper[data-v-67529cdb] {
  height: 400px;
}
.cpv-kode-wrapper[data-v-67529cdb] {
  height: 400px;
}
[data-v-67529cdb] .soegefelt-hoejde .form-input {
  height: 40px;
}
.filter-mobile[data-v-67529cdb] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.filter-mobile .back-button[data-v-67529cdb] {
  border-bottom: 1px solid #bfbfbf;
  width: 100%;
  height: 48px;
}
.filter-mobile .back-button .icon-svg[data-v-67529cdb] {
  align-self: center;
}
.filter-mobile .back-button .button-text[data-v-67529cdb] {
  align-self: center;
}
.filter-mobile .list-group[data-v-67529cdb] {
  box-shadow: none;
  border: none;
}
.filter-mobile .list-group li[data-v-67529cdb] {
  border-bottom: 1px solid #bfbfbf;
}
.filter-mobile .footer-buttons[data-v-67529cdb] {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 74px;
  border-top: 1px solid #bfbfbf;
  display: flex;
  background-color: #ffffff;
}
.filter-mobile .button + button[data-v-67529cdb] {
  margin-top: 0px;
}
.filter-count[data-v-67529cdb] {
  float: right;
  width: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  background-color: #0059b3;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
}
.filter-details[data-v-67529cdb] {
  font-size: 12px;
  font-weight: 400;
}
.filter-ul[data-v-67529cdb] {
  margin-top: 14px;
}
.list-item[data-v-67529cdb]:hover {
  background-color: #f5f5f5;
}
.soeg-card[data-v-67529cdb] {
  width: 100%;
  flex-direction: column;
}
.soeg-card--forside[data-v-67529cdb] {
  background-color: white;
  box-shadow: 0px 24px 48px 0px rgba(162, 162, 162, 0.38);
  padding: 30px 30px 50px 30px;
}
@media (max-width: 768px) {
.soeg-card--forside[data-v-67529cdb] {
    padding: 30px 15px 50px 15px;
}
}
.soeg-card--soegning[data-v-67529cdb] {
  padding: 35px 0px 16px 0px;
}
.soeg-card .form-group.search[data-v-67529cdb] {
  width: 100%;
}
.soeg-card .form-group.search .form-input[data-v-67529cdb] {
  border-color: #747474;
  border-width: 2px;
  flex-grow: 1;
  max-width: none;
  padding: 6px 14px;
  padding-right: 42px;
}
@media (min-width: 768px) {
.soeg-card .form-group.search .form-input[data-v-67529cdb] {
    border-color: #BFBFBF;
    border-width: 1px;
    padding: 19px 23px;
    padding-right: 46px;
}
}
.soeg-card .form-group.search .button-search[data-v-67529cdb] {
  width: auto;
  background-color: white;
  border-color: #747474;
  padding-left: 14px;
  padding-right: 14px;
  border-width: 2px;
}
@media (min-width: 768px) {
.soeg-card .form-group.search .button-search[data-v-67529cdb] {
    border-color: #BFBFBF;
    border-width: 1px;
    background-color: #F5F5F5;
    padding-left: 19px;
    padding-right: 19px;
}
}
.soeg-card .form-group.search .button-search .icon-svg[data-v-67529cdb] {
  margin-right: 0;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
.soeg-card .form-group.search .button-search .icon-svg[data-v-67529cdb] {
    fill: #0059B3;
    width: 32px;
    height: 32px;
}
}
.button-tips-til-soegning[data-v-67529cdb] {
  color: #000000;
  text-decoration: underline;
}
.search[data-v-67529cdb] {
  width: 100%;
}
.search .form-input[data-v-67529cdb] {
  border-color: #747474;
  border-width: 2px;
  flex-grow: 1;
  max-width: none;
  padding: 2px 4px;
}
.search .button-search[data-v-67529cdb] {
  width: unset !important;
  background-color: white;
  border-color: #747474;
  padding-left: 14px;
  padding-right: 14px;
  border-width: 2px;
}
.search .button-search .icon-svg[data-v-67529cdb] {
  margin-right: 0;
  width: 24px;
  height: 24px;
}
.hjaelpetekst-link[data-v-67529cdb] {
  font-size: 16px;
}body[data-v-c13ead8e] {
  overflow: scroll;
}
.mobile-view[data-v-c13ead8e] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-c13ead8e] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-c13ead8e] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-c13ead8e] {
  font-size: 1.6rem;
}
p[data-v-c13ead8e] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-c13ead8e] {
  color: #004D99;
}
a[data-v-c13ead8e]:hover, a.link-hover[data-v-c13ead8e] {
  color: #000040;
}
a[data-v-c13ead8e]:hover:disabled,
a:hover .disabled[data-v-c13ead8e], a.link-hover[data-v-c13ead8e]:disabled,
a.link-hover .disabled[data-v-c13ead8e] {
  background-color: transparent !important;
}
a[data-v-c13ead8e]:focus, a.link-focus[data-v-c13ead8e] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-c13ead8e]:visited, a.link-visited[data-v-c13ead8e] {
  color: #800080;
}
a[data-v-c13ead8e]:disabled, a.disabled[data-v-c13ead8e] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-c13ead8e]:disabled:focus, a.disabled[data-v-c13ead8e]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-c13ead8e]:not(.button) {
  color: white;
}
.background-dark a[data-v-c13ead8e]:disabled, .background-dark a.disabled[data-v-c13ead8e] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-c13ead8e]:disabled:focus, .background-dark a.disabled[data-v-c13ead8e]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-c13ead8e] {
  font-weight: 600;
}
a[data-v-c13ead8e]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-c13ead8e], .h1[data-v-c13ead8e] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-c13ead8e], .h1[data-v-c13ead8e] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-c13ead8e], .h1[data-v-c13ead8e] {
    font-size: 3.9rem;
}
}
h1[data-v-c13ead8e], .h1[data-v-c13ead8e] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-c13ead8e], .h1[data-v-c13ead8e] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-c13ead8e], .h1[data-v-c13ead8e] {
    line-height: 4.8rem;
}
}
h1[data-v-c13ead8e], .h1[data-v-c13ead8e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-c13ead8e], .h1[data-v-c13ead8e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-c13ead8e], .h1[data-v-c13ead8e] {
    letter-spacing: normal;
}
}
h1[data-v-c13ead8e], .h1[data-v-c13ead8e] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-c13ead8e], .h2[data-v-c13ead8e] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-c13ead8e], .h2[data-v-c13ead8e] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-c13ead8e], .h2[data-v-c13ead8e] {
    font-size: 3.1rem;
}
}
h2[data-v-c13ead8e], .h2[data-v-c13ead8e] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-c13ead8e], .h2[data-v-c13ead8e] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-c13ead8e], .h2[data-v-c13ead8e] {
    line-height: 4rem;
}
}
h2[data-v-c13ead8e], .h2[data-v-c13ead8e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-c13ead8e], .h2[data-v-c13ead8e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-c13ead8e], .h2[data-v-c13ead8e] {
    letter-spacing: normal;
}
}
h2[data-v-c13ead8e], .h2[data-v-c13ead8e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-c13ead8e], .h3[data-v-c13ead8e] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-c13ead8e], .h3[data-v-c13ead8e] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-c13ead8e], .h3[data-v-c13ead8e] {
    font-size: 2.5rem;
}
}
h3[data-v-c13ead8e], .h3[data-v-c13ead8e] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-c13ead8e], .h3[data-v-c13ead8e] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-c13ead8e], .h3[data-v-c13ead8e] {
    line-height: 3.2rem;
}
}
h3[data-v-c13ead8e], .h3[data-v-c13ead8e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-c13ead8e], .h3[data-v-c13ead8e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-c13ead8e], .h3[data-v-c13ead8e] {
    letter-spacing: normal;
}
}
h3[data-v-c13ead8e], .h3[data-v-c13ead8e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-c13ead8e], .h4[data-v-c13ead8e] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-c13ead8e], .h4[data-v-c13ead8e] {
    font-size: 2rem;
}
}
h4[data-v-c13ead8e], .h4[data-v-c13ead8e] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-c13ead8e], .h4[data-v-c13ead8e] {
    line-height: 2.8rem;
}
}
h4[data-v-c13ead8e], .h4[data-v-c13ead8e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-c13ead8e], .h4[data-v-c13ead8e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-c13ead8e], .h4[data-v-c13ead8e] {
    letter-spacing: normal;
}
}
h4[data-v-c13ead8e], .h4[data-v-c13ead8e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-c13ead8e], .h5[data-v-c13ead8e] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-c13ead8e], .h5[data-v-c13ead8e] {
    font-size: 1.6rem;
}
}
h5[data-v-c13ead8e], .h5[data-v-c13ead8e] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-c13ead8e], .h5[data-v-c13ead8e] {
    line-height: 2.4rem;
}
}
h5[data-v-c13ead8e], .h5[data-v-c13ead8e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-c13ead8e], .h5[data-v-c13ead8e] {
    letter-spacing: normal;
}
}
h5[data-v-c13ead8e], .h5[data-v-c13ead8e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-c13ead8e], .h6[data-v-c13ead8e] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-c13ead8e], .body-text[data-v-c13ead8e], .body-copy-text[data-v-c13ead8e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-c13ead8e], .figcaption[data-v-c13ead8e] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-c13ead8e], .figcaption p[data-v-c13ead8e] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-c13ead8e] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-c13ead8e] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-c13ead8e] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-c13ead8e], .small-text[data-v-c13ead8e] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-c13ead8e] {
  font-weight: 400;
}
.weight-semibold[data-v-c13ead8e] {
  font-weight: 600;
}
.facit[data-v-c13ead8e] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-c13ead8e], b[data-v-c13ead8e], .bold[data-v-c13ead8e] {
  font-weight: 700;
}
.italic[data-v-c13ead8e], em[data-v-c13ead8e] {
  font-style: italic;
}
.form-label[data-v-c13ead8e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-c13ead8e]:focus, .h1[data-v-c13ead8e]:focus,
h2[data-v-c13ead8e]:focus, .h2[data-v-c13ead8e]:focus,
h3[data-v-c13ead8e]:focus, .h3[data-v-c13ead8e]:focus,
h4[data-v-c13ead8e]:focus, .h4[data-v-c13ead8e]:focus,
h5[data-v-c13ead8e]:focus, .h5[data-v-c13ead8e]:focus,
h6[data-v-c13ead8e]:focus, .h6[data-v-c13ead8e]:focus {
  outline: none;
}
h1[data-v-c13ead8e], .h1[data-v-c13ead8e] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-c13ead8e], .h2[data-v-c13ead8e] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-c13ead8e], .h2[data-v-c13ead8e] {
    margin-top: 4rem;
}
}
h3[data-v-c13ead8e], .h3[data-v-c13ead8e] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-c13ead8e], .h3[data-v-c13ead8e] {
    margin-top: 4rem;
}
}
h4[data-v-c13ead8e], .h4[data-v-c13ead8e] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-c13ead8e], .h5[data-v-c13ead8e] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-c13ead8e], .h6[data-v-c13ead8e] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-c13ead8e] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-c13ead8e], .body-text[data-v-c13ead8e] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-c13ead8e], h5 + ul[data-v-c13ead8e], h5 + ol[data-v-c13ead8e], .h5 + p[data-v-c13ead8e], .h5 + ul[data-v-c13ead8e], .h5 + ol[data-v-c13ead8e], h6 + p[data-v-c13ead8e], h6 + ul[data-v-c13ead8e], h6 + ol[data-v-c13ead8e], .h6 + p[data-v-c13ead8e], .h6 + ul[data-v-c13ead8e], .h6 + ol[data-v-c13ead8e] {
  margin-top: 0;
}
button.function-link[data-v-c13ead8e] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-c13ead8e] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-c13ead8e]:hover, .function-link[data-v-c13ead8e]:visited, .function-link[data-v-c13ead8e]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-c13ead8e] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-c13ead8e] {
  text-align: right;
}
.back-link[data-v-c13ead8e] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-c13ead8e] {
    margin-bottom: 32px;
}
}
.back-link[data-v-c13ead8e] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-c13ead8e]::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[data-v-c13ead8e]:active, .back-link[data-v-c13ead8e]:focus, .back-link[data-v-c13ead8e]:hover, .back-link[data-v-c13ead8e]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-c13ead8e] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-c13ead8e] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-c13ead8e], h1 a[data-v-c13ead8e]:hover, h1 a[data-v-c13ead8e]:visited, h1 a[data-v-c13ead8e]:focus, .h1 a[data-v-c13ead8e], .h1 a[data-v-c13ead8e]:hover, .h1 a[data-v-c13ead8e]:visited, .h1 a[data-v-c13ead8e]:focus,
h2 a[data-v-c13ead8e],
h2 a[data-v-c13ead8e]:hover,
h2 a[data-v-c13ead8e]:visited,
h2 a[data-v-c13ead8e]:focus, .h2 a[data-v-c13ead8e], .h2 a[data-v-c13ead8e]:hover, .h2 a[data-v-c13ead8e]:visited, .h2 a[data-v-c13ead8e]:focus,
h3 a[data-v-c13ead8e],
h3 a[data-v-c13ead8e]:hover,
h3 a[data-v-c13ead8e]:visited,
h3 a[data-v-c13ead8e]:focus, .h3 a[data-v-c13ead8e], .h3 a[data-v-c13ead8e]:hover, .h3 a[data-v-c13ead8e]:visited, .h3 a[data-v-c13ead8e]:focus,
h4 a[data-v-c13ead8e],
h4 a[data-v-c13ead8e]:hover,
h4 a[data-v-c13ead8e]:visited,
h4 a[data-v-c13ead8e]:focus, .h4 a[data-v-c13ead8e], .h4 a[data-v-c13ead8e]:hover, .h4 a[data-v-c13ead8e]:visited, .h4 a[data-v-c13ead8e]:focus,
h5 a[data-v-c13ead8e],
h5 a[data-v-c13ead8e]:hover,
h5 a[data-v-c13ead8e]:visited,
h5 a[data-v-c13ead8e]:focus, .h5 a[data-v-c13ead8e], .h5 a[data-v-c13ead8e]:hover, .h5 a[data-v-c13ead8e]:visited, .h5 a[data-v-c13ead8e]:focus,
h6 a[data-v-c13ead8e],
h6 a[data-v-c13ead8e]:hover,
h6 a[data-v-c13ead8e]:visited,
h6 a[data-v-c13ead8e]:focus, .h6 a[data-v-c13ead8e], .h6 a[data-v-c13ead8e]:hover, .h6 a[data-v-c13ead8e]:visited, .h6 a[data-v-c13ead8e]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-c13ead8e], .h1 a.search-link[data-v-c13ead8e],
h2 a.search-link[data-v-c13ead8e], .h2 a.search-link[data-v-c13ead8e],
h3 a.search-link[data-v-c13ead8e], .h3 a.search-link[data-v-c13ead8e],
h4 a.search-link[data-v-c13ead8e], .h4 a.search-link[data-v-c13ead8e],
h5 a.search-link[data-v-c13ead8e], .h5 a.search-link[data-v-c13ead8e],
h6 a.search-link[data-v-c13ead8e], .h6 a.search-link[data-v-c13ead8e] {
  text-decoration: none;
}
h1 a.search-link[data-v-c13ead8e]:visited, .h1 a.search-link[data-v-c13ead8e]:visited,
h2 a.search-link[data-v-c13ead8e]:visited, .h2 a.search-link[data-v-c13ead8e]:visited,
h3 a.search-link[data-v-c13ead8e]:visited, .h3 a.search-link[data-v-c13ead8e]:visited,
h4 a.search-link[data-v-c13ead8e]:visited, .h4 a.search-link[data-v-c13ead8e]:visited,
h5 a.search-link[data-v-c13ead8e]:visited, .h5 a.search-link[data-v-c13ead8e]:visited,
h6 a.search-link[data-v-c13ead8e]:visited, .h6 a.search-link[data-v-c13ead8e]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-c13ead8e]:focus, .h1 a.search-link[data-v-c13ead8e]:focus,
h2 a.search-link[data-v-c13ead8e]:focus, .h2 a.search-link[data-v-c13ead8e]:focus,
h3 a.search-link[data-v-c13ead8e]:focus, .h3 a.search-link[data-v-c13ead8e]:focus,
h4 a.search-link[data-v-c13ead8e]:focus, .h4 a.search-link[data-v-c13ead8e]:focus,
h5 a.search-link[data-v-c13ead8e]:focus, .h5 a.search-link[data-v-c13ead8e]:focus,
h6 a.search-link[data-v-c13ead8e]:focus, .h6 a.search-link[data-v-c13ead8e]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-c13ead8e]:hover, .h1 a.search-link[data-v-c13ead8e]:hover,
h2 a.search-link[data-v-c13ead8e]:hover, .h2 a.search-link[data-v-c13ead8e]:hover,
h3 a.search-link[data-v-c13ead8e]:hover, .h3 a.search-link[data-v-c13ead8e]:hover,
h4 a.search-link[data-v-c13ead8e]:hover, .h4 a.search-link[data-v-c13ead8e]:hover,
h5 a.search-link[data-v-c13ead8e]:hover, .h5 a.search-link[data-v-c13ead8e]:hover,
h6 a.search-link[data-v-c13ead8e]:hover, .h6 a.search-link[data-v-c13ead8e]:hover {
  text-decoration: underline;
}
cite[data-v-c13ead8e],
var[data-v-c13ead8e],
address[data-v-c13ead8e],
dfn[data-v-c13ead8e] {
  font-style: normal;
}
h1[data-v-c13ead8e], .h1[data-v-c13ead8e],
h2[data-v-c13ead8e], .h2[data-v-c13ead8e],
h3[data-v-c13ead8e], .h3[data-v-c13ead8e],
h4[data-v-c13ead8e], .h4[data-v-c13ead8e],
h5[data-v-c13ead8e], .h5[data-v-c13ead8e],
h6[data-v-c13ead8e], .h6[data-v-c13ead8e] {
  max-width: 66ch;
}
p[data-v-c13ead8e],
ul[data-v-c13ead8e]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-c13ead8e]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-c13ead8e] {
  max-width: 66ch;
}
.form-label[data-v-c13ead8e], .form-hint[data-v-c13ead8e], .form-error-message[data-v-c13ead8e] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-c13ead8e], .form-radio + label[data-v-c13ead8e] {
  max-width: 66ch;
}
.displayheading-1[data-v-c13ead8e] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-c13ead8e] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-c13ead8e] {
  color: #358000;
}
.text-negative[data-v-c13ead8e] {
  color: #CC0000;
}
.color-text-black[data-v-c13ead8e] {
  color: #1a1a1a;
}
.background-dark[data-v-c13ead8e] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-c13ead8e], .background-dark span[data-v-c13ead8e] {
  color: white;
}
.field-group-title[data-v-c13ead8e] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-c13ead8e] {
  border: 2px solid #1a1a1a;
}
h1[data-v-c13ead8e], h2[data-v-c13ead8e], h3[data-v-c13ead8e], h4[data-v-c13ead8e], h5[data-v-c13ead8e], h6[data-v-c13ead8e], p[data-v-c13ead8e], legend[data-v-c13ead8e], strong[data-v-c13ead8e], b[data-v-c13ead8e], cite[data-v-c13ead8e], var[data-v-c13ead8e], address[data-v-c13ead8e], dfn[data-v-c13ead8e] {
  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[data-v-c13ead8e] {
  text-transform: uppercase;
}
.lowercase[data-v-c13ead8e] {
  text-transform: lowercase;
}
.d-inline[data-v-c13ead8e] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-c13ead8e] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-c13ead8e] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-c13ead8e] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-c13ead8e] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-c13ead8e] {
    display: inline !important;
}
}
.flex-grow[data-v-c13ead8e] {
  flex-grow: 1;
}
.weight-normal[data-v-c13ead8e] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-c13ead8e] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-c13ead8e] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-c13ead8e] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-c13ead8e] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-c13ead8e] {
    margin-bottom: 0;
}
}
.gray-100[data-v-c13ead8e] {
  background-color: #F5F5F5;
}
.highlight[data-v-c13ead8e] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-c13ead8e] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-c13ead8e] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-c13ead8e] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-c13ead8e] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-c13ead8e] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-c13ead8e] {
  z-index: 10000;
}
.video-responsive[data-v-c13ead8e] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-c13ead8e] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-c13ead8e]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-c13ead8e]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-c13ead8e] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-c13ead8e] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-c13ead8e] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-c13ead8e]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-c13ead8e]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-c13ead8e] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-c13ead8e] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-c13ead8e] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-c13ead8e] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-c13ead8e],
.sidenav-list-virk.sidenav-list li li[data-v-c13ead8e],
.sidenav-list-virk.sidenav-list a[data-v-c13ead8e] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-c13ead8e] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-c13ead8e] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-c13ead8e] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-c13ead8e] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-c13ead8e] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-c13ead8e]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-c13ead8e]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-c13ead8e] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-c13ead8e]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-c13ead8e] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.list-group[data-v-c13ead8e] {
  border: 1px solid #bfbfbf;
  box-shadow: 0 0 5px #bfbfbf;
}
.list-group li[data-v-c13ead8e]:last-of-type {
  border-bottom: none;
}
.list-group li[data-v-c13ead8e] {
  background-color: white;
  border-bottom: 1px solid #bfbfbf;
  height: 64px;
  margin: 0;
  display: flex;
}
.list-group .list-item[data-v-c13ead8e]:not(.current-item) {
  border-left: 4px solid #ffffff;
}
.list-group .list-item:not(.current-item).list-item[data-v-c13ead8e]:not(.current-item):hover {
  border-left: 4px solid #f5f5f5;
}
.list-group .current-item[data-v-c13ead8e] {
  border-left: 4px solid #0059b3;
}
.list-group li[data-v-c13ead8e]:before {
  display: none;
}
.list-group .list-item-button[data-v-c13ead8e] {
  height: 100%;
  min-width: 100%;
  cursor: pointer;
}
.list-group .icon-svg[data-v-c13ead8e] {
  float: right;
}
.list-group .filter-box[data-v-c13ead8e] {
  min-width: 800px;
  min-height: auto;
  height: fit-content;
  background-color: #ffffff;
  z-index: 1;
  border: 1px solid #bfbfbf;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  margin-top: -0.5px;
  box-shadow: 4px 4px 5px #bfbfbf;
  padding-bottom: 0;
}
.list-group .filter-box .left-border[data-v-c13ead8e] {
  border-left: 1px solid #bfbfbf;
  margin-top: 64px;
}
@media (max-width: 1200px) {
.list-group .filter-box[data-v-c13ead8e] {
    min-width: 550px;
}
}
.list-group .list-item-button[data-v-c13ead8e] {
  z-index: 1;
}
.fill-width[data-v-c13ead8e] {
  width: 100%;
}
.filter-mobil-overflow[data-v-c13ead8e] {
  overflow: auto;
  height: calc(100vh - 109px);
}
.heading[data-v-c13ead8e] {
  flex-grow: 1;
}
.faelles-filter-wrapper[data-v-c13ead8e], .cpv-kode-wrapper[data-v-c13ead8e], .cvr-kode-wrapper[data-v-c13ead8e] {
  border: 1px solid #747474;
  border-radius: 4px;
  overflow: auto;
}
.cvr-kode-wrapper[data-v-c13ead8e] {
  height: 400px;
}
.cpv-kode-wrapper[data-v-c13ead8e] {
  height: 400px;
}
[data-v-c13ead8e] .soegefelt-hoejde .form-input {
  height: 40px;
}
.filter-mobile[data-v-c13ead8e] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.filter-mobile .back-button[data-v-c13ead8e] {
  border-bottom: 1px solid #bfbfbf;
  width: 100%;
  height: 48px;
}
.filter-mobile .back-button .icon-svg[data-v-c13ead8e] {
  align-self: center;
}
.filter-mobile .back-button .button-text[data-v-c13ead8e] {
  align-self: center;
}
.filter-mobile .list-group[data-v-c13ead8e] {
  box-shadow: none;
  border: none;
}
.filter-mobile .list-group li[data-v-c13ead8e] {
  border-bottom: 1px solid #bfbfbf;
}
.filter-mobile .footer-buttons[data-v-c13ead8e] {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 74px;
  border-top: 1px solid #bfbfbf;
  display: flex;
  background-color: #ffffff;
}
.filter-mobile .button + button[data-v-c13ead8e] {
  margin-top: 0px;
}
.filter-count[data-v-c13ead8e] {
  float: right;
  width: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  background-color: #0059b3;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
}
.filter-details[data-v-c13ead8e] {
  font-size: 12px;
  font-weight: 400;
}
.filter-ul[data-v-c13ead8e] {
  margin-top: 14px;
}
.list-item[data-v-c13ead8e]:hover {
  background-color: #f5f5f5;
}
.soeg-card[data-v-c13ead8e] {
  width: 100%;
  flex-direction: column;
}
.soeg-card--forside[data-v-c13ead8e] {
  background-color: white;
  box-shadow: 0px 24px 48px 0px rgba(162, 162, 162, 0.38);
  padding: 30px 30px 50px 30px;
}
@media (max-width: 768px) {
.soeg-card--forside[data-v-c13ead8e] {
    padding: 30px 15px 50px 15px;
}
}
.soeg-card--soegning[data-v-c13ead8e] {
  padding: 35px 0px 16px 0px;
}
.soeg-card .form-group.search[data-v-c13ead8e] {
  width: 100%;
}
.soeg-card .form-group.search .form-input[data-v-c13ead8e] {
  border-color: #747474;
  border-width: 2px;
  flex-grow: 1;
  max-width: none;
  padding: 6px 14px;
  padding-right: 42px;
}
@media (min-width: 768px) {
.soeg-card .form-group.search .form-input[data-v-c13ead8e] {
    border-color: #BFBFBF;
    border-width: 1px;
    padding: 19px 23px;
    padding-right: 46px;
}
}
.soeg-card .form-group.search .button-search[data-v-c13ead8e] {
  width: auto;
  background-color: white;
  border-color: #747474;
  padding-left: 14px;
  padding-right: 14px;
  border-width: 2px;
}
@media (min-width: 768px) {
.soeg-card .form-group.search .button-search[data-v-c13ead8e] {
    border-color: #BFBFBF;
    border-width: 1px;
    background-color: #F5F5F5;
    padding-left: 19px;
    padding-right: 19px;
}
}
.soeg-card .form-group.search .button-search .icon-svg[data-v-c13ead8e] {
  margin-right: 0;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
.soeg-card .form-group.search .button-search .icon-svg[data-v-c13ead8e] {
    fill: #0059B3;
    width: 32px;
    height: 32px;
}
}
.button-tips-til-soegning[data-v-c13ead8e] {
  color: #000000;
  text-decoration: underline;
}
.search[data-v-c13ead8e] {
  width: 100%;
}
.search .form-input[data-v-c13ead8e] {
  border-color: #747474;
  border-width: 2px;
  flex-grow: 1;
  max-width: none;
  padding: 2px 4px;
}
.search .button-search[data-v-c13ead8e] {
  width: unset !important;
  background-color: white;
  border-color: #747474;
  padding-left: 14px;
  padding-right: 14px;
  border-width: 2px;
}
.search .button-search .icon-svg[data-v-c13ead8e] {
  margin-right: 0;
  width: 24px;
  height: 24px;
}
.hjaelpetekst-link[data-v-c13ead8e] {
  font-size: 16px;
}body[data-v-399b694e] {
  overflow: scroll;
}
.mobile-view[data-v-399b694e] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-399b694e] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-399b694e] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-399b694e] {
  font-size: 1.6rem;
}
p[data-v-399b694e] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-399b694e] {
  color: #004D99;
}
a[data-v-399b694e]:hover, a.link-hover[data-v-399b694e] {
  color: #000040;
}
a[data-v-399b694e]:hover:disabled,
a:hover .disabled[data-v-399b694e], a.link-hover[data-v-399b694e]:disabled,
a.link-hover .disabled[data-v-399b694e] {
  background-color: transparent !important;
}
a[data-v-399b694e]:focus, a.link-focus[data-v-399b694e] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-399b694e]:visited, a.link-visited[data-v-399b694e] {
  color: #800080;
}
a[data-v-399b694e]:disabled, a.disabled[data-v-399b694e] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-399b694e]:disabled:focus, a.disabled[data-v-399b694e]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-399b694e]:not(.button) {
  color: white;
}
.background-dark a[data-v-399b694e]:disabled, .background-dark a.disabled[data-v-399b694e] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-399b694e]:disabled:focus, .background-dark a.disabled[data-v-399b694e]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-399b694e] {
  font-weight: 600;
}
a[data-v-399b694e]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-399b694e], .h1[data-v-399b694e] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-399b694e], .h1[data-v-399b694e] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-399b694e], .h1[data-v-399b694e] {
    font-size: 3.9rem;
}
}
h1[data-v-399b694e], .h1[data-v-399b694e] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-399b694e], .h1[data-v-399b694e] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-399b694e], .h1[data-v-399b694e] {
    line-height: 4.8rem;
}
}
h1[data-v-399b694e], .h1[data-v-399b694e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-399b694e], .h1[data-v-399b694e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-399b694e], .h1[data-v-399b694e] {
    letter-spacing: normal;
}
}
h1[data-v-399b694e], .h1[data-v-399b694e] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-399b694e], .h2[data-v-399b694e] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-399b694e], .h2[data-v-399b694e] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-399b694e], .h2[data-v-399b694e] {
    font-size: 3.1rem;
}
}
h2[data-v-399b694e], .h2[data-v-399b694e] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-399b694e], .h2[data-v-399b694e] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-399b694e], .h2[data-v-399b694e] {
    line-height: 4rem;
}
}
h2[data-v-399b694e], .h2[data-v-399b694e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-399b694e], .h2[data-v-399b694e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-399b694e], .h2[data-v-399b694e] {
    letter-spacing: normal;
}
}
h2[data-v-399b694e], .h2[data-v-399b694e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-399b694e], .h3[data-v-399b694e] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-399b694e], .h3[data-v-399b694e] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-399b694e], .h3[data-v-399b694e] {
    font-size: 2.5rem;
}
}
h3[data-v-399b694e], .h3[data-v-399b694e] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-399b694e], .h3[data-v-399b694e] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-399b694e], .h3[data-v-399b694e] {
    line-height: 3.2rem;
}
}
h3[data-v-399b694e], .h3[data-v-399b694e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-399b694e], .h3[data-v-399b694e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-399b694e], .h3[data-v-399b694e] {
    letter-spacing: normal;
}
}
h3[data-v-399b694e], .h3[data-v-399b694e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-399b694e], .h4[data-v-399b694e] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-399b694e], .h4[data-v-399b694e] {
    font-size: 2rem;
}
}
h4[data-v-399b694e], .h4[data-v-399b694e] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-399b694e], .h4[data-v-399b694e] {
    line-height: 2.8rem;
}
}
h4[data-v-399b694e], .h4[data-v-399b694e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-399b694e], .h4[data-v-399b694e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-399b694e], .h4[data-v-399b694e] {
    letter-spacing: normal;
}
}
h4[data-v-399b694e], .h4[data-v-399b694e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-399b694e], .h5[data-v-399b694e] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-399b694e], .h5[data-v-399b694e] {
    font-size: 1.6rem;
}
}
h5[data-v-399b694e], .h5[data-v-399b694e] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-399b694e], .h5[data-v-399b694e] {
    line-height: 2.4rem;
}
}
h5[data-v-399b694e], .h5[data-v-399b694e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-399b694e], .h5[data-v-399b694e] {
    letter-spacing: normal;
}
}
h5[data-v-399b694e], .h5[data-v-399b694e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-399b694e], .h6[data-v-399b694e] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-399b694e], .body-text[data-v-399b694e], .body-copy-text[data-v-399b694e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-399b694e], .figcaption[data-v-399b694e] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-399b694e], .figcaption p[data-v-399b694e] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-399b694e] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-399b694e] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-399b694e] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-399b694e], .small-text[data-v-399b694e] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-399b694e] {
  font-weight: 400;
}
.weight-semibold[data-v-399b694e] {
  font-weight: 600;
}
.facit[data-v-399b694e] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-399b694e], b[data-v-399b694e], .bold[data-v-399b694e] {
  font-weight: 700;
}
.italic[data-v-399b694e], em[data-v-399b694e] {
  font-style: italic;
}
.form-label[data-v-399b694e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-399b694e]:focus, .h1[data-v-399b694e]:focus,
h2[data-v-399b694e]:focus, .h2[data-v-399b694e]:focus,
h3[data-v-399b694e]:focus, .h3[data-v-399b694e]:focus,
h4[data-v-399b694e]:focus, .h4[data-v-399b694e]:focus,
h5[data-v-399b694e]:focus, .h5[data-v-399b694e]:focus,
h6[data-v-399b694e]:focus, .h6[data-v-399b694e]:focus {
  outline: none;
}
h1[data-v-399b694e], .h1[data-v-399b694e] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-399b694e], .h2[data-v-399b694e] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-399b694e], .h2[data-v-399b694e] {
    margin-top: 4rem;
}
}
h3[data-v-399b694e], .h3[data-v-399b694e] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-399b694e], .h3[data-v-399b694e] {
    margin-top: 4rem;
}
}
h4[data-v-399b694e], .h4[data-v-399b694e] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-399b694e], .h5[data-v-399b694e] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-399b694e], .h6[data-v-399b694e] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-399b694e] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-399b694e], .body-text[data-v-399b694e] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-399b694e], h5 + ul[data-v-399b694e], h5 + ol[data-v-399b694e], .h5 + p[data-v-399b694e], .h5 + ul[data-v-399b694e], .h5 + ol[data-v-399b694e], h6 + p[data-v-399b694e], h6 + ul[data-v-399b694e], h6 + ol[data-v-399b694e], .h6 + p[data-v-399b694e], .h6 + ul[data-v-399b694e], .h6 + ol[data-v-399b694e] {
  margin-top: 0;
}
button.function-link[data-v-399b694e] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-399b694e] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-399b694e]:hover, .function-link[data-v-399b694e]:visited, .function-link[data-v-399b694e]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-399b694e] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-399b694e] {
  text-align: right;
}
.back-link[data-v-399b694e] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-399b694e] {
    margin-bottom: 32px;
}
}
.back-link[data-v-399b694e] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-399b694e]::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[data-v-399b694e]:active, .back-link[data-v-399b694e]:focus, .back-link[data-v-399b694e]:hover, .back-link[data-v-399b694e]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-399b694e] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-399b694e] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-399b694e], h1 a[data-v-399b694e]:hover, h1 a[data-v-399b694e]:visited, h1 a[data-v-399b694e]:focus, .h1 a[data-v-399b694e], .h1 a[data-v-399b694e]:hover, .h1 a[data-v-399b694e]:visited, .h1 a[data-v-399b694e]:focus,
h2 a[data-v-399b694e],
h2 a[data-v-399b694e]:hover,
h2 a[data-v-399b694e]:visited,
h2 a[data-v-399b694e]:focus, .h2 a[data-v-399b694e], .h2 a[data-v-399b694e]:hover, .h2 a[data-v-399b694e]:visited, .h2 a[data-v-399b694e]:focus,
h3 a[data-v-399b694e],
h3 a[data-v-399b694e]:hover,
h3 a[data-v-399b694e]:visited,
h3 a[data-v-399b694e]:focus, .h3 a[data-v-399b694e], .h3 a[data-v-399b694e]:hover, .h3 a[data-v-399b694e]:visited, .h3 a[data-v-399b694e]:focus,
h4 a[data-v-399b694e],
h4 a[data-v-399b694e]:hover,
h4 a[data-v-399b694e]:visited,
h4 a[data-v-399b694e]:focus, .h4 a[data-v-399b694e], .h4 a[data-v-399b694e]:hover, .h4 a[data-v-399b694e]:visited, .h4 a[data-v-399b694e]:focus,
h5 a[data-v-399b694e],
h5 a[data-v-399b694e]:hover,
h5 a[data-v-399b694e]:visited,
h5 a[data-v-399b694e]:focus, .h5 a[data-v-399b694e], .h5 a[data-v-399b694e]:hover, .h5 a[data-v-399b694e]:visited, .h5 a[data-v-399b694e]:focus,
h6 a[data-v-399b694e],
h6 a[data-v-399b694e]:hover,
h6 a[data-v-399b694e]:visited,
h6 a[data-v-399b694e]:focus, .h6 a[data-v-399b694e], .h6 a[data-v-399b694e]:hover, .h6 a[data-v-399b694e]:visited, .h6 a[data-v-399b694e]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-399b694e], .h1 a.search-link[data-v-399b694e],
h2 a.search-link[data-v-399b694e], .h2 a.search-link[data-v-399b694e],
h3 a.search-link[data-v-399b694e], .h3 a.search-link[data-v-399b694e],
h4 a.search-link[data-v-399b694e], .h4 a.search-link[data-v-399b694e],
h5 a.search-link[data-v-399b694e], .h5 a.search-link[data-v-399b694e],
h6 a.search-link[data-v-399b694e], .h6 a.search-link[data-v-399b694e] {
  text-decoration: none;
}
h1 a.search-link[data-v-399b694e]:visited, .h1 a.search-link[data-v-399b694e]:visited,
h2 a.search-link[data-v-399b694e]:visited, .h2 a.search-link[data-v-399b694e]:visited,
h3 a.search-link[data-v-399b694e]:visited, .h3 a.search-link[data-v-399b694e]:visited,
h4 a.search-link[data-v-399b694e]:visited, .h4 a.search-link[data-v-399b694e]:visited,
h5 a.search-link[data-v-399b694e]:visited, .h5 a.search-link[data-v-399b694e]:visited,
h6 a.search-link[data-v-399b694e]:visited, .h6 a.search-link[data-v-399b694e]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-399b694e]:focus, .h1 a.search-link[data-v-399b694e]:focus,
h2 a.search-link[data-v-399b694e]:focus, .h2 a.search-link[data-v-399b694e]:focus,
h3 a.search-link[data-v-399b694e]:focus, .h3 a.search-link[data-v-399b694e]:focus,
h4 a.search-link[data-v-399b694e]:focus, .h4 a.search-link[data-v-399b694e]:focus,
h5 a.search-link[data-v-399b694e]:focus, .h5 a.search-link[data-v-399b694e]:focus,
h6 a.search-link[data-v-399b694e]:focus, .h6 a.search-link[data-v-399b694e]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-399b694e]:hover, .h1 a.search-link[data-v-399b694e]:hover,
h2 a.search-link[data-v-399b694e]:hover, .h2 a.search-link[data-v-399b694e]:hover,
h3 a.search-link[data-v-399b694e]:hover, .h3 a.search-link[data-v-399b694e]:hover,
h4 a.search-link[data-v-399b694e]:hover, .h4 a.search-link[data-v-399b694e]:hover,
h5 a.search-link[data-v-399b694e]:hover, .h5 a.search-link[data-v-399b694e]:hover,
h6 a.search-link[data-v-399b694e]:hover, .h6 a.search-link[data-v-399b694e]:hover {
  text-decoration: underline;
}
cite[data-v-399b694e],
var[data-v-399b694e],
address[data-v-399b694e],
dfn[data-v-399b694e] {
  font-style: normal;
}
h1[data-v-399b694e], .h1[data-v-399b694e],
h2[data-v-399b694e], .h2[data-v-399b694e],
h3[data-v-399b694e], .h3[data-v-399b694e],
h4[data-v-399b694e], .h4[data-v-399b694e],
h5[data-v-399b694e], .h5[data-v-399b694e],
h6[data-v-399b694e], .h6[data-v-399b694e] {
  max-width: 66ch;
}
p[data-v-399b694e],
ul[data-v-399b694e]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-399b694e]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-399b694e] {
  max-width: 66ch;
}
.form-label[data-v-399b694e], .form-hint[data-v-399b694e], .form-error-message[data-v-399b694e] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-399b694e], .form-radio + label[data-v-399b694e] {
  max-width: 66ch;
}
.displayheading-1[data-v-399b694e] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-399b694e] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-399b694e] {
  color: #358000;
}
.text-negative[data-v-399b694e] {
  color: #CC0000;
}
.color-text-black[data-v-399b694e] {
  color: #1a1a1a;
}
.background-dark[data-v-399b694e] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-399b694e], .background-dark span[data-v-399b694e] {
  color: white;
}
.field-group-title[data-v-399b694e] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-399b694e] {
  border: 2px solid #1a1a1a;
}
h1[data-v-399b694e], h2[data-v-399b694e], h3[data-v-399b694e], h4[data-v-399b694e], h5[data-v-399b694e], h6[data-v-399b694e], p[data-v-399b694e], legend[data-v-399b694e], strong[data-v-399b694e], b[data-v-399b694e], cite[data-v-399b694e], var[data-v-399b694e], address[data-v-399b694e], dfn[data-v-399b694e] {
  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[data-v-399b694e] {
  text-transform: uppercase;
}
.lowercase[data-v-399b694e] {
  text-transform: lowercase;
}
.d-inline[data-v-399b694e] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-399b694e] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-399b694e] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-399b694e] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-399b694e] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-399b694e] {
    display: inline !important;
}
}
.flex-grow[data-v-399b694e] {
  flex-grow: 1;
}
.weight-normal[data-v-399b694e] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-399b694e] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-399b694e] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-399b694e] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-399b694e] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-399b694e] {
    margin-bottom: 0;
}
}
.gray-100[data-v-399b694e] {
  background-color: #F5F5F5;
}
.highlight[data-v-399b694e] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-399b694e] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-399b694e] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-399b694e] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-399b694e] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-399b694e] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-399b694e] {
  z-index: 10000;
}
.video-responsive[data-v-399b694e] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-399b694e] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-399b694e]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-399b694e]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-399b694e] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-399b694e] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-399b694e] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-399b694e]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-399b694e]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-399b694e] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-399b694e] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-399b694e] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-399b694e] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-399b694e],
.sidenav-list-virk.sidenav-list li li[data-v-399b694e],
.sidenav-list-virk.sidenav-list a[data-v-399b694e] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-399b694e] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-399b694e] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-399b694e] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-399b694e] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-399b694e] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-399b694e]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-399b694e]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-399b694e] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-399b694e]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-399b694e] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.publicerings-dato .arrow[data-v-399b694e] {
  transform: rotate(135deg);
  display: inline-block;
  margin: 30px;
  width: 12px;
  height: 12px;
  border-top: 3px solid black;
  border-left: 3px solid black;
  transform-origin: center;
}
.publicerings-dato .arrow[data-v-399b694e]:after {
  content: "";
  display: block;
  width: 2px;
  height: 45px;
  background-color: black;
  transform: rotate(-45deg) translate(15px, 4px);
}
.publicerings-dato .max-width[data-v-399b694e] {
  max-width: 250px;
}
body {
  overflow: scroll;
}

.mobile-view {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
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: white;
}
.background-dark a:disabled, .background-dark a.disabled {
  box-shadow: none !important;
  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;
}
a.bold-link {
  font-weight: 600;
}
a:not(.button, .full-width-image) {
  max-width: 66ch;
}

h1, .h1 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 3.1rem;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 3.9rem;
  }
}
h1, .h1 {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
  h1, .h1 {
    line-height: 4rem;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    line-height: 4.8rem;
  }
}
h1, .h1 {
  letter-spacing: normal;
}
@media (min-width: 768px) {
  h1, .h1 {
    letter-spacing: normal;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    letter-spacing: normal;
  }
}
h1, .h1 {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}

h2, .h2 {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 3.1rem;
  }
}
h2, .h2 {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
  h2, .h2 {
    line-height: 3.2rem;
  }
}
@media (min-width: 992px) {
  h2, .h2 {
    line-height: 4rem;
  }
}
h2, .h2 {
  letter-spacing: normal;
}
@media (min-width: 768px) {
  h2, .h2 {
    letter-spacing: normal;
  }
}
@media (min-width: 992px) {
  h2, .h2 {
    letter-spacing: normal;
  }
}
h2, .h2 {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}

h3, .h3 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 2.5rem;
  }
}
h3, .h3 {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
  h3, .h3 {
    line-height: 2.8rem;
  }
}
@media (min-width: 992px) {
  h3, .h3 {
    line-height: 3.2rem;
  }
}
h3, .h3 {
  letter-spacing: normal;
}
@media (min-width: 768px) {
  h3, .h3 {
    letter-spacing: normal;
  }
}
@media (min-width: 992px) {
  h3, .h3 {
    letter-spacing: normal;
  }
}
h3, .h3 {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}

h4, .h4 {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  h4, .h4 {
    font-size: 2rem;
  }
}
h4, .h4 {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
  h4, .h4 {
    line-height: 2.8rem;
  }
}
h4, .h4 {
  letter-spacing: normal;
}
@media (min-width: 768px) {
  h4, .h4 {
    letter-spacing: normal;
  }
}
@media (min-width: 992px) {
  h4, .h4 {
    letter-spacing: normal;
  }
}
h4, .h4 {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}

h5, .h5 {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  h5, .h5 {
    font-size: 1.6rem;
  }
}
h5, .h5 {
  line-height: 2rem;
}
@media (min-width: 992px) {
  h5, .h5 {
    line-height: 2.4rem;
  }
}
h5, .h5 {
  letter-spacing: normal;
}
@media (min-width: 768px) {
  h5, .h5 {
    letter-spacing: normal;
  }
}
h5, .h5 {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}

h6, .h6 {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}

p, .body-text, .body-copy-text {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}

figcaption, .figcaption {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p, .figcaption p {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}

.subheading {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  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: normal;
}

.article {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}

small, .small-text {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.weight-normal {
  font-weight: 400;
}

.weight-semibold {
  font-weight: 600;
}

.facit {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}

strong, b, .bold {
  font-weight: 700;
}

.italic, em {
  font-style: italic;
}

.form-label {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}

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: 0rem;
}

h2, .h2 {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  h2, .h2 {
    margin-top: 4rem;
  }
}

h3, .h3 {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  h3, .h3 {
    margin-top: 4rem;
  }
}

h4, .h4 {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}

h5, .h5 {
  margin-top: 2.4rem;
  margin-bottom: 0;
}

h6, .h6 {
  margin-top: 2.4rem;
  margin-bottom: 0;
}

.font-lead {
  margin-top: 2.4rem;
  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;
  text-align: left;
}

.function-link, button.accordion-bulk-button {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  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;
  fill: currentColor;
}
.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;
}
@media (min-width: 992px) {
  .back-link {
    margin-bottom: 32px;
  }
}
.back-link {
  line-height: 2.4rem;
  padding-left: 14px;
}
.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;
}

.icon-link {
  line-height: 2.4rem;
}
.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;
}

.displayheading-1 {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2 {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}

.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: white;
}

.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;
}

.d-inline {
  display: inline !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
}
.flex-grow {
  flex-grow: 1;
}

.weight-normal {
  font-weight: 400 !important;
}

.input-width-xxl {
  max-width: 56rem !important;
  width: 100%;
}

.form-input.input-width-xxxl {
  width: 64rem;
  max-width: 100% !important;
}

.text-no-wrap {
  text-wrap: nowrap;
}

.content-to-bottom {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
  .content-to-bottom {
    margin-bottom: 0;
  }
}

.gray-100 {
  background-color: #F5F5F5;
}

.highlight {
  background: #ffff00;
}

body.mitudbud-theme {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper {
  z-index: 10000;
}

.video-responsive {
  width: 100%;
  height: auto;
}

.sidenav-list-virk.sidenav-list a {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li,
.sidenav-list-virk.sidenav-list li li,
.sidenav-list-virk.sidenav-list a {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a {
  padding-left: 56px;
  font-size: 1.6rem;
}

.go-back-link {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a:focus {
  outline: none;
}
.go-back-link a:focus span {
  outline: 4px solid #747474;
  outline-offset: 1px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/IBMPlexSans-Bold-2C9u87Yj.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-Bold-BFdE_egq.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/assets/fonts/IBMPlexSans-BoldItalic-bGcn1MCo.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-BoldItalic-BAIFovnx.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/IBMPlexSans-Italic-DwjVlniu.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-Italic-CYr9jXG4.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/IBMPlexSans-Medium-UeyEdR2n.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-Medium-D7YuMikw.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 500;
  src: url("/assets/fonts/IBMPlexSans-MediumItalic-BaK08J97.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-MediumItalic-BENdRtT0.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/IBMPlexSans-Regular-DqS-h1X5.eot"); /* IE9 Compat Modes */
  src: url("/assets/fonts/IBMPlexSans-Regular-DqS-h1X5.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/IBMPlexSans-Regular-Cq2L15Xu.woff") format("woff"), url("/assets/fonts/IBMPlexSans-Regular-8pRtkRrQ.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-Regular-FfXo57ZH.ttf") format("truet ype"); /* Safari, Android, iOS */
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/IBMPlexSans-SemiBold-M85qYQJk.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-SemiBold-CouHcydL.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/fonts/IBMPlexSans-SemiBoldItalic-BAjxys0i.woff2") format("woff2"), url("/assets/fonts/IBMPlexSans-SemiBoldItalic-CqoJLOzN.woff") format("woff");
  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;
  line-height: normal;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  background-color: white;
  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;
}
.row.row-bordered {
  border-top: 1px solid #BFBFBF;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 2.4rem;
}
.row.row-bordered:last-of-type {
  border-bottom: 1px solid #BFBFBF;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  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.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
}
.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
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: white;
}
.background-dark a:disabled, .background-dark a.disabled {
  box-shadow: none !important;
  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;
}
a.bold-link {
  font-weight: 600;
}
a:not(.button, .full-width-image) {
  max-width: 66ch;
}

h1, .h1 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 3.1rem;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 3.9rem;
  }
}
h1, .h1 {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
  h1, .h1 {
    line-height: 4rem;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    line-height: 4.8rem;
  }
}
h1, .h1 {
  letter-spacing: normal;
}
@media (min-width: 768px) {
  h1, .h1 {
    letter-spacing: normal;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    letter-spacing: normal;
  }
}
h1, .h1 {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}

h2, .h2 {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 3.1rem;
  }
}
h2, .h2 {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
  h2, .h2 {
    line-height: 3.2rem;
  }
}
@media (min-width: 992px) {
  h2, .h2 {
    line-height: 4rem;
  }
}
h2, .h2 {
  letter-spacing: normal;
}
@media (min-width: 768px) {
  h2, .h2 {
    letter-spacing: normal;
  }
}
@media (min-width: 992px) {
  h2, .h2 {
    letter-spacing: normal;
  }
}
h2, .h2 {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}

h3, .h3 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 2.5rem;
  }
}
h3, .h3 {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
  h3, .h3 {
    line-height: 2.8rem;
  }
}
@media (min-width: 992px) {
  h3, .h3 {
    line-height: 3.2rem;
  }
}
h3, .h3 {
  letter-spacing: normal;
}
@media (min-width: 768px) {
  h3, .h3 {
    letter-spacing: normal;
  }
}
@media (min-width: 992px) {
  h3, .h3 {
    letter-spacing: normal;
  }
}
h3, .h3 {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}

h4, .h4 {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  h4, .h4 {
    font-size: 2rem;
  }
}
h4, .h4 {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
  h4, .h4 {
    line-height: 2.8rem;
  }
}
h4, .h4 {
  letter-spacing: normal;
}
@media (min-width: 768px) {
  h4, .h4 {
    letter-spacing: normal;
  }
}
@media (min-width: 992px) {
  h4, .h4 {
    letter-spacing: normal;
  }
}
h4, .h4 {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}

h5, .h5 {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  h5, .h5 {
    font-size: 1.6rem;
  }
}
h5, .h5 {
  line-height: 2rem;
}
@media (min-width: 992px) {
  h5, .h5 {
    line-height: 2.4rem;
  }
}
h5, .h5 {
  letter-spacing: normal;
}
@media (min-width: 768px) {
  h5, .h5 {
    letter-spacing: normal;
  }
}
h5, .h5 {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}

h6, .h6 {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}

p, .body-text, .body-copy-text {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}

figcaption, .figcaption {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p, .figcaption p {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}

.subheading {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  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: normal;
}

.article {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}

small, .small-text {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.weight-normal {
  font-weight: 400;
}

.weight-semibold {
  font-weight: 600;
}

.facit {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}

strong, b, .bold {
  font-weight: 700;
}

.italic, em {
  font-style: italic;
}

.form-label {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}

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: 0rem;
}

h2, .h2 {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  h2, .h2 {
    margin-top: 4rem;
  }
}

h3, .h3 {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  h3, .h3 {
    margin-top: 4rem;
  }
}

h4, .h4 {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}

h5, .h5 {
  margin-top: 2.4rem;
  margin-bottom: 0;
}

h6, .h6 {
  margin-top: 2.4rem;
  margin-bottom: 0;
}

.font-lead {
  margin-top: 2.4rem;
  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;
  text-align: left;
}

.function-link, button.accordion-bulk-button {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  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;
  fill: currentColor;
}
.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;
}
@media (min-width: 992px) {
  .back-link {
    margin-bottom: 32px;
  }
}
.back-link {
  line-height: 2.4rem;
  padding-left: 14px;
}
.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;
}

.icon-link {
  line-height: 2.4rem;
}
.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;
}

.displayheading-1 {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2 {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}

.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: white;
}

.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: white !important;
  background-color: white !important;
}

.bg-alternative {
  background: #F5F5F5 !important;
  background-color: #F5F5F5 !important;
}

.bg-modal {
  background: rgba(0, 0, 0, 0.4) !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.w-percent-5 {
  width: 5% !important;
}

.w-percent-10 {
  width: 10% !important;
}

.w-percent-15 {
  width: 15% !important;
}

.w-percent-20 {
  width: 20% !important;
}

.w-percent-25 {
  width: 25% !important;
}

.w-percent-30 {
  width: 30% !important;
}

.w-percent-35 {
  width: 35% !important;
}

.w-percent-40 {
  width: 40% !important;
}

.w-percent-45 {
  width: 45% !important;
}

.w-percent-50 {
  width: 50% !important;
}

.w-percent-55 {
  width: 55% !important;
}

.w-percent-60 {
  width: 60% !important;
}

.w-percent-65 {
  width: 65% !important;
}

.w-percent-70 {
  width: 70% !important;
}

.w-percent-75 {
  width: 75% !important;
}

.w-percent-80 {
  width: 80% !important;
}

.w-percent-85 {
  width: 85% !important;
}

.w-percent-90 {
  width: 90% !important;
}

.w-percent-95 {
  width: 95% !important;
}

.w-percent-100 {
  width: 100% !important;
}

@media (min-width: 576px) {
  .w-percent-sm-5 {
    width: 5% !important;
  }
  .w-percent-sm-10 {
    width: 10% !important;
  }
  .w-percent-sm-15 {
    width: 15% !important;
  }
  .w-percent-sm-20 {
    width: 20% !important;
  }
  .w-percent-sm-25 {
    width: 25% !important;
  }
  .w-percent-sm-30 {
    width: 30% !important;
  }
  .w-percent-sm-35 {
    width: 35% !important;
  }
  .w-percent-sm-40 {
    width: 40% !important;
  }
  .w-percent-sm-45 {
    width: 45% !important;
  }
  .w-percent-sm-50 {
    width: 50% !important;
  }
  .w-percent-sm-55 {
    width: 55% !important;
  }
  .w-percent-sm-60 {
    width: 60% !important;
  }
  .w-percent-sm-65 {
    width: 65% !important;
  }
  .w-percent-sm-70 {
    width: 70% !important;
  }
  .w-percent-sm-75 {
    width: 75% !important;
  }
  .w-percent-sm-80 {
    width: 80% !important;
  }
  .w-percent-sm-85 {
    width: 85% !important;
  }
  .w-percent-sm-90 {
    width: 90% !important;
  }
  .w-percent-sm-95 {
    width: 95% !important;
  }
  .w-percent-sm-100 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .w-percent-md-5 {
    width: 5% !important;
  }
  .w-percent-md-10 {
    width: 10% !important;
  }
  .w-percent-md-15 {
    width: 15% !important;
  }
  .w-percent-md-20 {
    width: 20% !important;
  }
  .w-percent-md-25 {
    width: 25% !important;
  }
  .w-percent-md-30 {
    width: 30% !important;
  }
  .w-percent-md-35 {
    width: 35% !important;
  }
  .w-percent-md-40 {
    width: 40% !important;
  }
  .w-percent-md-45 {
    width: 45% !important;
  }
  .w-percent-md-50 {
    width: 50% !important;
  }
  .w-percent-md-55 {
    width: 55% !important;
  }
  .w-percent-md-60 {
    width: 60% !important;
  }
  .w-percent-md-65 {
    width: 65% !important;
  }
  .w-percent-md-70 {
    width: 70% !important;
  }
  .w-percent-md-75 {
    width: 75% !important;
  }
  .w-percent-md-80 {
    width: 80% !important;
  }
  .w-percent-md-85 {
    width: 85% !important;
  }
  .w-percent-md-90 {
    width: 90% !important;
  }
  .w-percent-md-95 {
    width: 95% !important;
  }
  .w-percent-md-100 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-percent-lg-5 {
    width: 5% !important;
  }
  .w-percent-lg-10 {
    width: 10% !important;
  }
  .w-percent-lg-15 {
    width: 15% !important;
  }
  .w-percent-lg-20 {
    width: 20% !important;
  }
  .w-percent-lg-25 {
    width: 25% !important;
  }
  .w-percent-lg-30 {
    width: 30% !important;
  }
  .w-percent-lg-35 {
    width: 35% !important;
  }
  .w-percent-lg-40 {
    width: 40% !important;
  }
  .w-percent-lg-45 {
    width: 45% !important;
  }
  .w-percent-lg-50 {
    width: 50% !important;
  }
  .w-percent-lg-55 {
    width: 55% !important;
  }
  .w-percent-lg-60 {
    width: 60% !important;
  }
  .w-percent-lg-65 {
    width: 65% !important;
  }
  .w-percent-lg-70 {
    width: 70% !important;
  }
  .w-percent-lg-75 {
    width: 75% !important;
  }
  .w-percent-lg-80 {
    width: 80% !important;
  }
  .w-percent-lg-85 {
    width: 85% !important;
  }
  .w-percent-lg-90 {
    width: 90% !important;
  }
  .w-percent-lg-95 {
    width: 95% !important;
  }
  .w-percent-lg-100 {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .w-percent-xl-5 {
    width: 5% !important;
  }
  .w-percent-xl-10 {
    width: 10% !important;
  }
  .w-percent-xl-15 {
    width: 15% !important;
  }
  .w-percent-xl-20 {
    width: 20% !important;
  }
  .w-percent-xl-25 {
    width: 25% !important;
  }
  .w-percent-xl-30 {
    width: 30% !important;
  }
  .w-percent-xl-35 {
    width: 35% !important;
  }
  .w-percent-xl-40 {
    width: 40% !important;
  }
  .w-percent-xl-45 {
    width: 45% !important;
  }
  .w-percent-xl-50 {
    width: 50% !important;
  }
  .w-percent-xl-55 {
    width: 55% !important;
  }
  .w-percent-xl-60 {
    width: 60% !important;
  }
  .w-percent-xl-65 {
    width: 65% !important;
  }
  .w-percent-xl-70 {
    width: 70% !important;
  }
  .w-percent-xl-75 {
    width: 75% !important;
  }
  .w-percent-xl-80 {
    width: 80% !important;
  }
  .w-percent-xl-85 {
    width: 85% !important;
  }
  .w-percent-xl-90 {
    width: 90% !important;
  }
  .w-percent-xl-95 {
    width: 95% !important;
  }
  .w-percent-xl-100 {
    width: 100% !important;
  }
}
@media (min-width: 1400px) {
  .w-percent-xxl-5 {
    width: 5% !important;
  }
  .w-percent-xxl-10 {
    width: 10% !important;
  }
  .w-percent-xxl-15 {
    width: 15% !important;
  }
  .w-percent-xxl-20 {
    width: 20% !important;
  }
  .w-percent-xxl-25 {
    width: 25% !important;
  }
  .w-percent-xxl-30 {
    width: 30% !important;
  }
  .w-percent-xxl-35 {
    width: 35% !important;
  }
  .w-percent-xxl-40 {
    width: 40% !important;
  }
  .w-percent-xxl-45 {
    width: 45% !important;
  }
  .w-percent-xxl-50 {
    width: 50% !important;
  }
  .w-percent-xxl-55 {
    width: 55% !important;
  }
  .w-percent-xxl-60 {
    width: 60% !important;
  }
  .w-percent-xxl-65 {
    width: 65% !important;
  }
  .w-percent-xxl-70 {
    width: 70% !important;
  }
  .w-percent-xxl-75 {
    width: 75% !important;
  }
  .w-percent-xxl-80 {
    width: 80% !important;
  }
  .w-percent-xxl-85 {
    width: 85% !important;
  }
  .w-percent-xxl-90 {
    width: 90% !important;
  }
  .w-percent-xxl-95 {
    width: 95% !important;
  }
  .w-percent-xxl-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;
  }
}
@media (min-width: 1400px) {
  .align-text-xxl-left {
    text-align: left !important;
  }
  .align-text-xxl-right {
    text-align: right !important;
  }
  .align-text-xxl-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;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-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;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 2px !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 2px !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 2px !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 2px !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 2px !important;
  }
  .m-xxl-2 {
    margin: 4px !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 4px !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 4px !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 4px !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 4px !important;
  }
  .m-xxl-3 {
    margin: 8px !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 8px !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 8px !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 8px !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 8px !important;
  }
  .m-xxl-305 {
    margin: 12px !important;
  }
  .mt-xxl-305,
  .my-xxl-305 {
    margin-top: 12px !important;
  }
  .mr-xxl-305,
  .mx-xxl-305 {
    margin-right: 12px !important;
  }
  .mb-xxl-305,
  .my-xxl-305 {
    margin-bottom: 12px !important;
  }
  .ml-xxl-305,
  .mx-xxl-305 {
    margin-left: 12px !important;
  }
  .m-xxl-4 {
    margin: 16px !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 16px !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 16px !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 16px !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 16px !important;
  }
  .m-xxl-405 {
    margin: 20px !important;
  }
  .mt-xxl-405,
  .my-xxl-405 {
    margin-top: 20px !important;
  }
  .mr-xxl-405,
  .mx-xxl-405 {
    margin-right: 20px !important;
  }
  .mb-xxl-405,
  .my-xxl-405 {
    margin-bottom: 20px !important;
  }
  .ml-xxl-405,
  .mx-xxl-405 {
    margin-left: 20px !important;
  }
  .m-xxl-5 {
    margin: 24px !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 24px !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 24px !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 24px !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 24px !important;
  }
  .m-xxl-505 {
    margin: 28px !important;
  }
  .mt-xxl-505,
  .my-xxl-505 {
    margin-top: 28px !important;
  }
  .mr-xxl-505,
  .mx-xxl-505 {
    margin-right: 28px !important;
  }
  .mb-xxl-505,
  .my-xxl-505 {
    margin-bottom: 28px !important;
  }
  .ml-xxl-505,
  .mx-xxl-505 {
    margin-left: 28px !important;
  }
  .m-xxl-6 {
    margin: 32px !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 32px !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 32px !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 32px !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 32px !important;
  }
  .m-xxl-605 {
    margin: 36px !important;
  }
  .mt-xxl-605,
  .my-xxl-605 {
    margin-top: 36px !important;
  }
  .mr-xxl-605,
  .mx-xxl-605 {
    margin-right: 36px !important;
  }
  .mb-xxl-605,
  .my-xxl-605 {
    margin-bottom: 36px !important;
  }
  .ml-xxl-605,
  .mx-xxl-605 {
    margin-left: 36px !important;
  }
  .m-xxl-7 {
    margin: 40px !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 40px !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 40px !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 40px !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 40px !important;
  }
  .m-xxl-705 {
    margin: 44px !important;
  }
  .mt-xxl-705,
  .my-xxl-705 {
    margin-top: 44px !important;
  }
  .mr-xxl-705,
  .mx-xxl-705 {
    margin-right: 44px !important;
  }
  .mb-xxl-705,
  .my-xxl-705 {
    margin-bottom: 44px !important;
  }
  .ml-xxl-705,
  .mx-xxl-705 {
    margin-left: 44px !important;
  }
  .m-xxl-8 {
    margin: 48px !important;
  }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 48px !important;
  }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 48px !important;
  }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 48px !important;
  }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 48px !important;
  }
  .m-xxl-805 {
    margin: 52px !important;
  }
  .mt-xxl-805,
  .my-xxl-805 {
    margin-top: 52px !important;
  }
  .mr-xxl-805,
  .mx-xxl-805 {
    margin-right: 52px !important;
  }
  .mb-xxl-805,
  .my-xxl-805 {
    margin-bottom: 52px !important;
  }
  .ml-xxl-805,
  .mx-xxl-805 {
    margin-left: 52px !important;
  }
  .m-xxl-9 {
    margin: 56px !important;
  }
  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 56px !important;
  }
  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 56px !important;
  }
  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 56px !important;
  }
  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 56px !important;
  }
  .m-xxl-905 {
    margin: 60px !important;
  }
  .mt-xxl-905,
  .my-xxl-905 {
    margin-top: 60px !important;
  }
  .mr-xxl-905,
  .mx-xxl-905 {
    margin-right: 60px !important;
  }
  .mb-xxl-905,
  .my-xxl-905 {
    margin-bottom: 60px !important;
  }
  .ml-xxl-905,
  .mx-xxl-905 {
    margin-left: 60px !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 2px !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 2px !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 2px !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 2px !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 2px !important;
  }
  .p-xxl-2 {
    padding: 4px !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 4px !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 4px !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 4px !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 4px !important;
  }
  .p-xxl-3 {
    padding: 8px !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 8px !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 8px !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 8px !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 8px !important;
  }
  .p-xxl-305 {
    padding: 12px !important;
  }
  .pt-xxl-305,
  .py-xxl-305 {
    padding-top: 12px !important;
  }
  .pr-xxl-305,
  .px-xxl-305 {
    padding-right: 12px !important;
  }
  .pb-xxl-305,
  .py-xxl-305 {
    padding-bottom: 12px !important;
  }
  .pl-xxl-305,
  .px-xxl-305 {
    padding-left: 12px !important;
  }
  .p-xxl-4 {
    padding: 16px !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 16px !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 16px !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 16px !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 16px !important;
  }
  .p-xxl-405 {
    padding: 20px !important;
  }
  .pt-xxl-405,
  .py-xxl-405 {
    padding-top: 20px !important;
  }
  .pr-xxl-405,
  .px-xxl-405 {
    padding-right: 20px !important;
  }
  .pb-xxl-405,
  .py-xxl-405 {
    padding-bottom: 20px !important;
  }
  .pl-xxl-405,
  .px-xxl-405 {
    padding-left: 20px !important;
  }
  .p-xxl-5 {
    padding: 24px !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 24px !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 24px !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 24px !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 24px !important;
  }
  .p-xxl-505 {
    padding: 28px !important;
  }
  .pt-xxl-505,
  .py-xxl-505 {
    padding-top: 28px !important;
  }
  .pr-xxl-505,
  .px-xxl-505 {
    padding-right: 28px !important;
  }
  .pb-xxl-505,
  .py-xxl-505 {
    padding-bottom: 28px !important;
  }
  .pl-xxl-505,
  .px-xxl-505 {
    padding-left: 28px !important;
  }
  .p-xxl-6 {
    padding: 32px !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 32px !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 32px !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 32px !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 32px !important;
  }
  .p-xxl-605 {
    padding: 36px !important;
  }
  .pt-xxl-605,
  .py-xxl-605 {
    padding-top: 36px !important;
  }
  .pr-xxl-605,
  .px-xxl-605 {
    padding-right: 36px !important;
  }
  .pb-xxl-605,
  .py-xxl-605 {
    padding-bottom: 36px !important;
  }
  .pl-xxl-605,
  .px-xxl-605 {
    padding-left: 36px !important;
  }
  .p-xxl-7 {
    padding: 40px !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 40px !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 40px !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 40px !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 40px !important;
  }
  .p-xxl-705 {
    padding: 44px !important;
  }
  .pt-xxl-705,
  .py-xxl-705 {
    padding-top: 44px !important;
  }
  .pr-xxl-705,
  .px-xxl-705 {
    padding-right: 44px !important;
  }
  .pb-xxl-705,
  .py-xxl-705 {
    padding-bottom: 44px !important;
  }
  .pl-xxl-705,
  .px-xxl-705 {
    padding-left: 44px !important;
  }
  .p-xxl-8 {
    padding: 48px !important;
  }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 48px !important;
  }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 48px !important;
  }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 48px !important;
  }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 48px !important;
  }
  .p-xxl-805 {
    padding: 52px !important;
  }
  .pt-xxl-805,
  .py-xxl-805 {
    padding-top: 52px !important;
  }
  .pr-xxl-805,
  .px-xxl-805 {
    padding-right: 52px !important;
  }
  .pb-xxl-805,
  .py-xxl-805 {
    padding-bottom: 52px !important;
  }
  .pl-xxl-805,
  .px-xxl-805 {
    padding-left: 52px !important;
  }
  .p-xxl-9 {
    padding: 56px !important;
  }
  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 56px !important;
  }
  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 56px !important;
  }
  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 56px !important;
  }
  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 56px !important;
  }
  .p-xxl-905 {
    padding: 60px !important;
  }
  .pt-xxl-905,
  .py-xxl-905 {
    padding-top: 60px !important;
  }
  .pr-xxl-905,
  .px-xxl-905 {
    padding-right: 60px !important;
  }
  .pb-xxl-905,
  .py-xxl-905 {
    padding-bottom: 60px !important;
  }
  .pl-xxl-905,
  .px-xxl-905 {
    padding-left: 60px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-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 {
  display: inline !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 {
    display: inline !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 {
    display: inline !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 {
    display: inline !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 {
    display: inline !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 (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-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 {
  display: inline-flex;
  padding-top: 2px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 1px;
  line-height: 2.4rem;
}

.button {
  appearance: none;
  display: inline-flex;
  width: 100%;
  min-height: 40px;
  padding-top: 2px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 1px;
  border-radius: 4px;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  border-color: #004993;
  font-size: 1.8rem;
  font-weight: 500;
  color: white;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2.4rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  user-select: text;
  cursor: pointer;
  vertical-align: middle;
}
.button + button {
  margin-top: 8px;
}
@media (min-width: 576px) {
  .button {
    width: auto;
  }
  .button + button {
    margin-top: 0;
  }
}
.button.focus, .button:focus {
  outline: 4px solid #747474;
  outline-offset: 1px;
  color: white;
}
.button.button-primary {
  color: white;
  background-color: #0059b3;
  border-color: #004993;
}
.button.button-primary:hover, .button.button-primary.button-hover {
  background-color: #004993;
  border-color: #003972;
}
.button.button-primary.focus, .button.button-primary:focus {
  background-color: #0059b3;
  border-color: #004993;
}
.button.button-primary:active, .button.button-primary.button-active {
  background-color: #003972;
  border-color: #003972;
}
.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: white !important;
  background-color: #0059b3 !important;
  border-color: #004993 !important;
  opacity: 0.3 !important;
  box-shadow: none !important;
}
.button.button-secondary {
  color: #0059b3;
  background-color: white;
  border-color: #0059b3;
}
.button.button-secondary:hover, .button.button-secondary.button-hover {
  color: #1a1a1a;
  background-color: white;
  border-color: #1a1a1a;
}
.button.button-secondary.focus, .button.button-secondary:focus {
  color: #1a1a1a;
  background-color: white;
  border-color: #1a1a1a;
}
.button.button-secondary:active, .button.button-secondary.button-active {
  color: #1a1a1a;
  background-color: white;
  border-color: #1a1a1a;
}
.button.button-secondary:disabled, .button.button-secondary.disabled {
  opacity: 0.3;
  box-shadow: none !important;
  cursor: not-allowed;
  border-color: #BFBFBF !important;
}
.button.button-secondary:disabled:hover, .button.button-secondary.disabled:hover {
  color: #0059b3 !important;
  background-color: white !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;
  background-color: transparent;
  color: #1a1a1a;
}
.button.button-tertiary.focus, .button.button-tertiary:focus {
  border-color: #747474;
  background-color: transparent;
  color: #1a1a1a;
}
.button.button-tertiary:active, .button.button-tertiary.button-active {
  border-color: #1a1a1a;
  background-color: transparent;
  color: #1a1a1a;
}
.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.focus, .button.button-quaternary:focus {
  color: #454545;
  box-shadow: none;
  border-bottom-color: transparent;
  background-color: transparent;
}
.button.button-quaternary:active, .button.button-quaternary.button-active {
  background-color: #BFBFBF;
  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: 4px;
  min-width: 2.4rem;
}
.button.button-small {
  padding: calc(2px) calc(16px - 2px) 0px;
  font-size: 1.4rem;
  min-height: 24px;
}
.button .icon-svg {
  margin-right: 8px;
  fill: currentColor;
  min-width: 2.4rem;
}

.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;
  min-height: auto;
}
.button-unstyled:hover, .button-unstyled:focus {
  background-color: transparent;
  color: inherit;
}
.button-unstyled {
  width: auto;
}

@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: white;
  background-color: #454545;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2.4rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.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 {
  outline: 4px solid #747474;
  outline-offset: 1px;
  position: relative;
}
.tag .icon-svg {
  float: right;
  margin: 0px 0px 0px 5px;
  fill: white;
}

.button-row {
  display: flex;
  margin: 2rem 0 1rem;
}

/* hide the default checkbox */
input[type=checkbox].form-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

input[type=checkbox].form-toggle ~ .form-toggle-label {
  position: relative;
  display: inline-block;
  min-height: 20px; /* required in case the label is empty */
  padding-left: 68px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 8px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

input[type=checkbox].form-toggle ~ .form-toggle-label:before {
  content: "Fra";
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 0;
  border-radius: 50%;
  background-color: white;
  width: 29px;
  height: 29px;
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 500;
  padding-top: 5px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  z-index: 10;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

input[type=checkbox].form-toggle:disabled ~ .form-toggle-label {
  cursor: not-allowed;
}

input[type=checkbox].form-toggle:disabled ~ .form-toggle-label:before,
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label:hover:before,
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label:active:before,
input[type=checkbox].form-toggle:checked:disabled ~ .form-toggle-label:before {
  color: #747474;
}

input[type=checkbox].form-toggle:disabled ~ .form-toggle-label:after,
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label:hover:after,
input[type=checkbox].form-toggle:disabled ~ .form-toggle-label:active:after {
  opacity: 0.5;
  background-color: #747474;
}

input[type=checkbox].form-toggle:checked:disabled ~ .form-toggle-label:after,
input[type=checkbox].form-toggle:checked:disabled ~ .form-toggle-label:hover:after,
input[type=checkbox].form-toggle:checked:disabled ~ .form-toggle-label:active:after {
  opacity: 0.5;
  background-color: #0059b3;
}

input[type=checkbox].form-toggle ~ .form-toggle-label:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 3px;
  width: 56px;
  height: 33px;
  border-radius: 20px;
  line-height: 1;
  text-align: center;
  background-color: #999999;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

input[type=checkbox].form-toggle ~ .form-toggle-label:hover:after {
  background-color: #747474;
}

input[type=checkbox].form-toggle ~ .form-toggle-label:active:after {
  background-color: #454545;
}

input[type=checkbox].form-toggle:checked ~ .form-toggle-label:after {
  background-color: #0059b3;
}

input[type=checkbox].form-toggle:checked ~ .form-toggle-label:hover:after {
  background-color: #004993;
}

input[type=checkbox].form-toggle:checked ~ .form-toggle-label:active:after {
  background-color: #003972;
}

input[type=checkbox].form-toggle:focus ~ .form-toggle-label:after {
  outline: 4px solid #747474;
  outline-offset: 1px;
}

/* checked state */
input[type=checkbox].form-toggle:checked ~ .form-toggle-label:before {
  content: "Til";
  left: 26px;
}

.badge {
  padding: 0;
  padding-left: 8px;
  padding-right: 8px;
  border: none;
  font-weight: 600;
  color: white;
  background: #1a1a1a;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  display: inline-block;
}
.badge.badge-large {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.badge.badge-small {
  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.4rem;
  width: 2.4rem;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 100%;
}

.icon-svg {
  height: 2.4rem;
  width: 2.4rem;
  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-accessibility-new:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20.5%206c-2.61.7-5.67%201-8.5%201s-5.89-.3-8.5-1L3%208c1.86.5%204%20.83%206%201v13h2v-6h2v6h2V9c2-.17%204.14-.5%206-1l-.5-2zM12%206c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202z'/%3e%3c/svg%3e");
}

.icon-account-circle:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zM7.07%2018.28c.43-.9%203.05-1.78%204.93-1.78s4.51.88%204.93%201.78C15.57%2019.36%2013.86%2020%2012%2020s-3.57-.64-4.93-1.72zm11.29-1.45c-1.43-1.74-4.9-2.33-6.36-2.33s-4.93.59-6.36%202.33C4.62%2015.49%204%2013.82%204%2012c0-4.41%203.59-8%208-8s8%203.59%208%208c0%201.82-.62%203.49-1.64%204.83zM12%206c-1.94%200-3.5%201.56-3.5%203.5S10.06%2013%2012%2013s3.5-1.56%203.5-3.5S13.94%206%2012%206zm0%205c-.83%200-1.5-.67-1.5-1.5S11.17%208%2012%208s1.5.67%201.5%201.5S12.83%2011%2012%2011z'/%3e%3c/svg%3e");
}

.icon-add-a-photo:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M21%206h-3.17L16%204h-6v2h5.12l1.83%202H21v12H5v-9H3v9c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V8c0-1.1-.9-2-2-2zM8%2014c0%202.76%202.24%205%205%205s5-2.24%205-5-2.24-5-5-5-5%202.24-5%205zm5-3c1.65%200%203%201.35%203%203s-1.35%203-3%203-3-1.35-3-3%201.35-3%203-3zM5%206h3V4H5V1H3v3H0v2h3v3h2z'/%3e%3c/svg%3e");
}

.icon-add:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
}

.icon-agriculture:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M4,9h5c0-1.1-0.9-2-2-2H4C3.45,7,3,7.45,3,8C3,8.55,3.45,9,4,9z'/%3e%3cpath%20d='M22,14.06V8c0-1.1-0.9-2-2-2h-6.29l-1.06-1.06l1.41-1.41l-0.71-0.71L9.82,6.35l0.71,0.71l1.41-1.41L13,6.71V9%20c0,1.1-0.9,2-2,2H8.96c-0.22-0.16-0.45-0.3-0.69-0.43l-0.4,0.89l-0.46-0.21l0.4-0.9C7.26,10.13,6.64,10,6,10%20c-0.53,0-1.04,0.11-1.52,0.26l0.34,0.91l-0.47,0.18L4,10.42c-1.06,0.46-1.91,1.28-2.43,2.31l0.89,0.4l-0.21,0.46l-0.9-0.4%20C1.13,13.74,1,14.36,1,15c0,0.53,0.11,1.04,0.26,1.52l0.91-0.34l0.18,0.47L1.42,17c0.46,1.06,1.28,1.91,2.31,2.43l0.4-0.89%20l0.46,0.21l-0.4,0.9C4.74,19.87,5.36,20,6,20c0.53,0,1.04-0.11,1.52-0.26l-0.34-0.91l0.47-0.18L8,19.58%20c1.06-0.46,1.91-1.28,2.43-2.31l-0.89-0.4l0.21-0.46l0.9,0.4c0.1-0.26,0.18-0.54,0.24-0.82h5.16C16.03,16.16,16,16.33,16,16.5%20c0,1.93,1.57,3.5,3.5,3.5s3.5-1.57,3.5-3.5C23,15.55,22.62,14.69,22,14.06z%20M6,18c-1.66,0-3-1.34-3-3s1.34-3,3-3s3,1.34,3,3%20S7.66,18,6,18z%20M10.87,14c-0.04-0.18-0.08-0.35-0.13-0.52l-0.91,0.34l-0.18-0.47L10.58,13c0,0,0.42,0,0.42,0c2.21,0,4-1.79,4-4V8%20h5v5.05C19.84,13.03,19.67,13,19.5,13c-0.95,0-1.81,0.38-2.44,1H10.87z%20M19.5,18c-0.83,0-1.5-0.67-1.5-1.5s0.67-1.5,1.5-1.5%20s1.5,0.67,1.5,1.5S20.33,18,19.5,18z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.icon-apps:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%208h4V4H4v4zm6%2012h4v-4h-4v4zm-6%200h4v-4H4v4zm0-6h4v-4H4v4zm6%200h4v-4h-4v4zm6-10v4h4V4h-4zm-6%204h4V4h-4v4zm6%206h4v-4h-4v4zm0%206h4v-4h-4v4z'/%3e%3c/svg%3e");
}

.icon-arrow-back:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'/%3e%3c/svg%3e");
}

.icon-arrow-downward:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%2012l-1.41-1.41L13%2016.17V4h-2v12.17l-5.58-5.59L4%2012l8%208%208-8z'/%3e%3c/svg%3e");
}

.icon-arrow-drop-down:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2010l5%205%205-5H7z'/%3e%3c/svg%3e");
}

.icon-arrow-drop-up:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2014l5-5%205%205H7z'/%3e%3c/svg%3e");
}

.icon-arrow-forward:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8-8-8z'/%3e%3c/svg%3e");
}

.icon-arrow-left:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M24%200v24H0V0h24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M14%207l-5%205%205%205V7z'/%3e%3c/svg%3e");
}

.icon-arrow-right:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%2017l5-5-5-5v10z'/%3e%3c/svg%3e");
}

.icon-arrow-upward:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%2012l1.41%201.41L11%207.83V20h2V7.83l5.58%205.59L20%2012l-8-8-8%208z'/%3e%3c/svg%3e");
}

.icon-assessment:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%203H5c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm0%2016H5V5h14v14zM7%2010h2v7H7zm4-3h2v10h-2zm4%206h2v4h-2z'/%3e%3c/svg%3e");
}

.icon-assignment:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2015h7v2H7zm0-4h10v2H7zm0-4h10v2H7zm12-4h-4.18C14.4%201.84%2013.3%201%2012%201c-1.3%200-2.4.84-2.82%202H5c-.14%200-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64-.1.23-.16.49-.16.77v14c0%20.27.06.54.16.78s.25.45.43.64c.27.27.62.47%201.01.55.13.02.26.03.4.03h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm-7-.25c.41%200%20.75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19%2019H5V5h14v14z'/%3e%3c/svg%3e");
}

.icon-attach-file:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M16.5%206v11.5c0%202.21-1.79%204-4%204s-4-1.79-4-4V5c0-1.38%201.12-2.5%202.5-2.5s2.5%201.12%202.5%202.5v10.5c0%20.55-.45%201-1%201s-1-.45-1-1V6H10v9.5c0%201.38%201.12%202.5%202.5%202.5s2.5-1.12%202.5-2.5V5c0-2.21-1.79-4-4-4S7%202.79%207%205v12.5c0%203.04%202.46%205.5%205.5%205.5s5.5-2.46%205.5-5.5V6h-1.5z'/%3e%3c/svg%3e");
}

.icon-bookmark-border:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M17%203H7c-1.1%200-1.99.9-1.99%202L5%2021l7-3%207%203V5c0-1.1-.9-2-2-2zm0%2015l-5-2.18L7%2018V5h10v13z'/%3e%3c/svg%3e");
}

.icon-bookmarks:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15%207v12.97l-4.21-1.81-.79-.34-.79.34L5%2019.97V7h10m4-6H8.99C7.89%201%207%201.9%207%203h10c1.1%200%202%20.9%202%202v13l2%201V3c0-1.1-.9-2-2-2zm-4%204H5c-1.1%200-2%20.9-2%202v16l7-3%207%203V7c0-1.1-.9-2-2-2z'/%3e%3c/svg%3e");
}

.icon-cached:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%208l-4%204h3c0%203.31-2.69%206-6%206-1.01%200-1.97-.25-2.8-.7l-1.46%201.46C8.97%2019.54%2010.43%2020%2012%2020c4.42%200%208-3.58%208-8h3l-4-4zM6%2012c0-3.31%202.69-6%206-6%201.01%200%201.97.25%202.8.7l1.46-1.46C15.03%204.46%2013.57%204%2012%204c-4.42%200-8%203.58-8%208H1l4%204%204-4H6z'/%3e%3c/svg%3e");
}

.icon-calculator:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M7,2H17A2,2%200%200,1%2019,4V20A2,2%200%200,1%2017,22H7A2,2%200%200,1%205,20V4A2,2%200%200,1%207,2M7,4V8H17V4H7M7,10V12H9V10H7M11,10V12H13V10H11M15,10V12H17V10H15M7,14V16H9V14H7M11,14V16H13V14H11M15,14V16H17V14H15M7,18V20H9V18H7M11,18V20H13V18H11M15,18V20H17V18H15Z'%20/%3e%3c/svg%3e");
}

.icon-card-account-details:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M22,3H2C0.91,3.04%200.04,3.91%200,5V19C0.04,20.09%200.91,20.96%202,21H22C23.09,20.96%2023.96,20.09%2024,19V5C23.96,3.91%2023.09,3.04%2022,3M22,19H2V5H22V19M14,17V15.75C14,14.09%2010.66,13.25%209,13.25C7.34,13.25%204,14.09%204,15.75V17H14M9,7A2.5,2.5%200%200,0%206.5,9.5A2.5,2.5%200%200,0%209,12A2.5,2.5%200%200,0%2011.5,9.5A2.5,2.5%200%200,0%209,7M14,7V8H20V7H14M14,9V10H20V9H14M14,11V12H18V11H14'%20/%3e%3c/svg%3e");
}

.icon-card-text:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M20,20H4A2,2%200%200,1%202,18V6A2,2%200%200,1%204,4H20A2,2%200%200,1%2022,6V18A2,2%200%200,1%2020,20M4,6V18H20V6H4M6,9H18V11H6V9M6,13H16V15H6V13Z'%20/%3e%3c/svg%3e");
}

.icon-chat:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%204h16v12H5.17L4%2017.17V4m0-2c-1.1%200-1.99.9-1.99%202L2%2022l4-4h14c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2H4zm2%2010h8v2H6v-2zm0-3h12v2H6V9zm0-3h12v2H6V6z'/%3e%3c/svg%3e");
}

.icon-check-circle-white:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm4.59-12.42L10%2014.17l-2.59-2.58L6%2013l4%204%208-8z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}

.icon-check-circle:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm4.59-12.42L10%2014.17l-2.59-2.58L6%2013l4%204%208-8z'/%3e%3c/svg%3e");
}

.icon-chevron-double-left:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M18.41,7.41L17,6L11,12L17,18L18.41,16.59L13.83,12L18.41,7.41M12.41,7.41L11,6L5,12L11,18L12.41,16.59L7.83,12L12.41,7.41Z'%20/%3e%3c/svg%3e");
}

.icon-chevron-double-right:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M5.59,7.41L7,6L13,12L7,18L5.59,16.59L10.17,12L5.59,7.41M11.59,7.41L13,6L19,12L13,18L11.59,16.59L16.17,12L11.59,7.41Z'%20/%3e%3c/svg%3e");
}

.icon-chevron-left:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012l4.58-4.59z'/%3e%3c/svg%3e");
}

.icon-chevron-right:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6-6-6z'/%3e%3c/svg%3e");
}

.icon-close:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012%2019%206.41z'/%3e%3c/svg%3e");
}

.icon-construction:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3crect%20height='8.48'%20transform='matrix(0.7071%20-0.7071%200.7071%200.7071%20-6.8717%2017.6255)'%20width='3'%20x='16.34'%20y='12.87'/%3e%3cpath%20d='M17.5,10c1.93,0,3.5-1.57,3.5-3.5c0-0.58-0.16-1.12-0.41-1.6l-2.7,2.7L16.4,6.11l2.7-2.7C18.62,3.16,18.08,3,17.5,3%20C15.57,3,14,4.57,14,6.5c0,0.41,0.08,0.8,0.21,1.16l-1.85,1.85l-1.78-1.78l0.71-0.71L9.88,5.61L12,3.49%20c-1.17-1.17-3.07-1.17-4.24,0L4.22,7.03l1.41,1.41H2.81L2.1,9.15l3.54,3.54l0.71-0.71V9.15l1.41,1.41l0.71-0.71l1.78,1.78%20l-7.41,7.41l2.12,2.12L16.34,9.79C16.7,9.92,17.09,10,17.5,10z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.icon-contact-support:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%2023.59v-3.6c-5.01-.26-9-4.42-9-9.49C2%205.26%206.26%201%2011.5%201S21%205.26%2021%2010.5c0%204.95-3.44%209.93-8.57%2012.4l-1.43.69zM11.5%203C7.36%203%204%206.36%204%2010.5S7.36%2018%2011.5%2018H13v2.3c3.64-2.3%206-6.08%206-9.8C19%206.36%2015.64%203%2011.5%203zm-1%2011.5h2v2h-2zm2-1.5h-2c0-3.25%203-3%203-5%200-1.1-.9-2-2-2s-2%20.9-2%202h-2c0-2.21%201.79-4%204-4s4%201.79%204%204c0%202.5-3%202.75-3%205z'/%3e%3c/svg%3e");
}

.icon-content-copy:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M16%201H4c-1.1%200-2%20.9-2%202v14h2V3h12V1zm3%204H8c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h11c1.1%200%202-.9%202-2V7c0-1.1-.9-2-2-2zm0%2016H8V7h11v14z'/%3e%3c/svg%3e");
}

.icon-coronavirus:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3cpath%20d='M9.5,12c0,0.55-0.45,1-1,1s-1-0.45-1-1c0-0.55,0.45-1,1-1S9.5,11.45,9.5,12z%20M13.75,10c0.55,0,1-0.45,1-1s-0.45-1-1-1%20s-1,0.45-1,1S13.2,10,13.75,10z%20M10.25,10c0.55,0,1-0.45,1-1s-0.45-1-1-1s-1,0.45-1,1S9.7,10,10.25,10z%20M10.25,14%20c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1s1-0.45,1-1C11.25,14.45,10.8,14,10.25,14z%20M22,11.25v1.5c0,0.41-0.34,0.75-0.75,0.75%20c-0.41,0-0.75-0.34-0.75-0.75h-1.54c-0.15,1.37-0.69,2.63-1.52,3.65l1.09,1.09l0.01-0.01c0.29-0.29,0.77-0.29,1.06,0%20c0.29,0.29,0.29,0.77,0,1.06l-1.06,1.06c-0.29,0.29-0.77,0.29-1.06,0c-0.29-0.29-0.29-0.76-0.01-1.05l-1.09-1.09%20c-1.02,0.82-2.27,1.36-3.64,1.51v1.54h0.01c0.41,0,0.75,0.34,0.75,0.75c0,0.41-0.34,0.75-0.75,0.75h-1.5%20c-0.41,0-0.75-0.34-0.75-0.75c0-0.41,0.33-0.74,0.74-0.75v-1.55c-1.37-0.15-2.62-0.69-3.63-1.51l-1.09,1.09l0.01,0.01%20c0.29,0.29,0.29,0.77,0,1.06c-0.29,0.29-0.77,0.29-1.06,0L4.4,18.54c-0.29-0.29-0.29-0.77,0-1.06c0.29-0.29,0.76-0.29,1.05-0.01%20l1.09-1.09c-0.82-1.02-1.36-2.26-1.5-3.63H3.5c0,0.41-0.34,0.75-0.75,0.75C2.34,13.5,2,13.16,2,12.75v-1.5%20c0-0.41,0.34-0.75,0.75-0.75c0.41,0,0.75,0.34,0.75,0.75h1.54c0.15-1.37,0.69-2.61,1.5-3.63L5.45,6.53C5.16,6.81,4.69,6.81,4.4,6.52%20c-0.29-0.29-0.29-0.77,0-1.06L5.46,4.4c0.29-0.29,0.77-0.29,1.06,0c0.29,0.29,0.29,0.77,0,1.06L6.51,5.47L7.6,6.56%20c1.02-0.82,2.26-1.36,3.63-1.51V3.5c-0.41-0.01-0.74-0.34-0.74-0.75C10.5,2.34,10.84,2,11.25,2h1.5c0.41,0,0.75,0.34,0.75,0.75%20c0,0.41-0.34,0.75-0.75,0.75h-0.01v1.54c1.37,0.14,2.62,0.69,3.64,1.51l1.09-1.09c-0.29-0.29-0.28-0.76,0.01-1.05%20c0.29-0.29,0.77-0.29,1.06,0l1.06,1.06c0.29,0.29,0.29,0.77,0,1.06s-0.77,0.29-1.06,0l-0.01-0.01L17.44,7.6%20c0.82,1.02,1.37,2.27,1.52,3.65h1.54c0-0.41,0.34-0.75,0.75-0.75C21.66,10.5,22,10.84,22,11.25z%20M17,12c0-2.76-2.24-5-5-5%20s-5,2.24-5,5s2.24,5,5,5S17,14.76,17,12z%20M12,11c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1s1-0.45,1-1C13,11.45,12.55,11,12,11z%20M15.5,11c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1s1-0.45,1-1C16.5,11.45,16.05,11,15.5,11z%20M13.75,14c-0.55,0-1,0.45-1,1%20c0,0.55,0.45,1,1,1s1-0.45,1-1C14.75,14.45,14.3,14,13.75,14z'/%3e%3c/svg%3e");
}

.icon-create-new-folder:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%206h-8l-2-2H4c-1.11%200-1.99.89-1.99%202L2%2018c0%201.11.89%202%202%202h16c1.11%200%202-.89%202-2V8c0-1.11-.89-2-2-2zm0%2012H4V6h5.17l2%202H20v10zm-8-4h2v2h2v-2h2v-2h-2v-2h-2v2h-2z'/%3e%3c/svg%3e");
}

.icon-credit-card:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%204H4c-1.11%200-1.99.89-1.99%202L2%2018c0%201.11.89%202%202%202h16c1.11%200%202-.89%202-2V6c0-1.11-.89-2-2-2zm0%2014H4v-6h16v6zm0-10H4V6h16v2z'/%3e%3c/svg%3e");
}

.icon-database:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M12%203C7.58%203%204%204.79%204%207V17C4%2019.21%207.59%2021%2012%2021S20%2019.21%2020%2017V7C20%204.79%2016.42%203%2012%203M18%2017C18%2017.5%2015.87%2019%2012%2019S6%2017.5%206%2017V14.77C7.61%2015.55%209.72%2016%2012%2016S16.39%2015.55%2018%2014.77V17M18%2012.45C16.7%2013.4%2014.42%2014%2012%2014C9.58%2014%207.3%2013.4%206%2012.45V9.64C7.47%2010.47%209.61%2011%2012%2011C14.39%2011%2016.53%2010.47%2018%209.64V12.45M12%209C8.13%209%206%207.5%206%207S8.13%205%2012%205C15.87%205%2018%206.5%2018%207S15.87%209%2012%209Z'%20/%3e%3c/svg%3e");
}

.icon-desktop-windows:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M21%202H3c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h7v2H8v2h8v-2h-2v-2h7c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2zm0%2014H3V4h18v12z'/%3e%3c/svg%3e");
}

.icon-domain:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%207V3H2v18h20V7H12zM6%2019H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4%2012H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm10%2012h-8v-2h2v-2h-2v-2h2v-2h-2V9h8v10zm-2-8h-2v2h2v-2zm0%204h-2v2h2v-2z'/%3e%3c/svg%3e");
}

.icon-done:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9%2016.2L4.8%2012l-1.4%201.4L9%2019%2021%207l-1.4-1.4L9%2016.2z'/%3e%3c/svg%3e");
}

.icon-download-done:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M5%2018h14v2H5v-2zm4.6-2.7L5%2010.7l2-1.9%202.6%202.6L17%204l2%202-9.4%209.3z'/%3e%3c/svg%3e");
}

.icon-drive-eta:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M18.92%205.01C18.72%204.42%2018.16%204%2017.5%204h-11c-.66%200-1.21.42-1.42%201.01L3%2011v8c0%20.55.45%201%201%201h1c.55%200%201-.45%201-1v-1h12v1c0%20.55.45%201%201%201h1c.55%200%201-.45%201-1v-8l-2.08-5.99zM6.85%206h10.29l1.04%203H5.81l1.04-3zM19%2016H5v-4.66l.12-.34h13.77l.11.34V16z'/%3e%3ccircle%20cx='7.5'%20cy='13.5'%20r='1.5'/%3e%3ccircle%20cx='16.5'%20cy='13.5'%20r='1.5'/%3e%3c/svg%3e");
}

.icon-email:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M22%206c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6zm-2%200l-8%205-8-5h16zm0%2012H4V8l8%205%208-5v10z'/%3e%3c/svg%3e");
}

.icon-engineering:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M9,15c-2.67,0-8,1.34-8,4v2h16v-2C17,16.34,11.67,15,9,15z%20M3,19c0.22-0.72,3.31-2,6-2c2.7,0,5.8,1.29,6,2H3z'/%3e%3cpath%20d='M4.74,9H5c0,2.21,1.79,4,4,4s4-1.79,4-4h0.26c0.27,0,0.49-0.22,0.49-0.49V8.49c0-0.27-0.22-0.49-0.49-0.49H13%20c0-1.48-0.81-2.75-2-3.45V5.5C11,5.78,10.78,6,10.5,6S10,5.78,10,5.5V4.14C9.68,4.06,9.35,4,9,4S8.32,4.06,8,4.14V5.5%20C8,5.78,7.78,6,7.5,6S7,5.78,7,5.5V4.55C5.81,5.25,5,6.52,5,8H4.74C4.47,8,4.25,8.22,4.25,8.49v0.03C4.25,8.78,4.47,9,4.74,9z%20M11,9c0,1.1-0.9,2-2,2s-2-0.9-2-2H11z'/%3e%3cpath%20d='M21.98,6.23l0.93-0.83l-0.75-1.3l-1.19,0.39c-0.14-0.11-0.3-0.2-0.47-0.27L20.25,3h-1.5L18.5,4.22%20c-0.17,0.07-0.33,0.16-0.48,0.27L16.84,4.1l-0.75,1.3l0.93,0.83C17,6.4,17,6.58,17.02,6.75L16.09,7.6l0.75,1.3l1.2-0.38%20c0.13,0.1,0.28,0.18,0.43,0.25L18.75,10h1.5l0.27-1.22c0.16-0.07,0.3-0.15,0.44-0.25l1.19,0.38l0.75-1.3l-0.93-0.85%20C22,6.57,21.99,6.4,21.98,6.23z%20M19.5,7.75c-0.69,0-1.25-0.56-1.25-1.25s0.56-1.25,1.25-1.25s1.25,0.56,1.25,1.25%20S20.19,7.75,19.5,7.75z'/%3e%3cpath%20d='M19.4,10.79l-0.85,0.28c-0.1-0.08-0.21-0.14-0.33-0.19L18.04,10h-1.07l-0.18,0.87c-0.12,0.05-0.24,0.12-0.34,0.19%20l-0.84-0.28l-0.54,0.93l0.66,0.59c-0.01,0.13-0.01,0.25,0,0.37l-0.66,0.61l0.54,0.93l0.86-0.27c0.1,0.07,0.2,0.13,0.31,0.18%20L16.96,15h1.07l0.19-0.87c0.11-0.05,0.22-0.11,0.32-0.18l0.85,0.27l0.54-0.93l-0.66-0.61c0.01-0.13,0.01-0.25,0-0.37l0.66-0.59%20L19.4,10.79z%20M17.5,13.39c-0.49,0-0.89-0.4-0.89-0.89c0-0.49,0.4-0.89,0.89-0.89s0.89,0.4,0.89,0.89%20C18.39,12.99,17.99,13.39,17.5,13.39z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.icon-expand-less:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%208l-6%206%201.41%201.41L12%2010.83l4.59%204.58L18%2014l-6-6z'/%3e%3c/svg%3e");
}

.icon-expand-more-white:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}

.icon-expand-more:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'/%3e%3c/svg%3e");
}

.icon-face:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10.25%2013c0%20.69-.56%201.25-1.25%201.25S7.75%2013.69%207.75%2013s.56-1.25%201.25-1.25%201.25.56%201.25%201.25zM15%2011.75c-.69%200-1.25.56-1.25%201.25s.56%201.25%201.25%201.25%201.25-.56%201.25-1.25-.56-1.25-1.25-1.25zm7%20.25c0%205.52-4.48%2010-10%2010S2%2017.52%202%2012%206.48%202%2012%202s10%204.48%2010%2010zM10.66%204.12C12.06%206.44%2014.6%208%2017.5%208c.46%200%20.91-.05%201.34-.12C17.44%205.56%2014.9%204%2012%204c-.46%200-.91.05-1.34.12zM4.42%209.47c1.71-.97%203.03-2.55%203.66-4.44C6.37%206%205.05%207.58%204.42%209.47zM20%2012c0-.78-.12-1.53-.33-2.24-.7.15-1.42.24-2.17.24-3.13%200-5.92-1.44-7.76-3.69C8.69%208.87%206.6%2010.88%204%2011.86c.01.04%200%20.09%200%20.14%200%204.41%203.59%208%208%208s8-3.59%208-8z'/%3e%3c/svg%3e");
}

.icon-feedback:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%202H4c-1.1%200-1.99.9-1.99%202L2%2022l4-4h14c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2zm0%2014H5.17l-.59.59-.58.58V4h16v12zm-9-4h2v2h-2zm0-6h2v4h-2z'/%3e%3c/svg%3e");
}

.icon-file-download:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M18,15v3H6v-3H4v3c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2v-3H18z%20M17,11l-1.41-1.41L13,12.17V4h-2v8.17L8.41,9.59L7,11l5,5%20L17,11z'/%3e%3c/g%3e%3c/svg%3e");
}

.icon-file-excel:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M14%202H6C4.89%202%204%202.9%204%204V20C4%2021.11%204.89%2022%206%2022H18C19.11%2022%2020%2021.11%2020%2020V8L14%202M18%2020H6V4H13V9H18V20M12.9%2014.5L15.8%2019H14L12%2015.6L10%2019H8.2L11.1%2014.5L8.2%2010H10L12%2013.4L14%2010H15.8L12.9%2014.5Z'%20/%3e%3c/svg%3e");
}

.icon-file-image:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M14,2L20,8V20A2,2%200%200,1%2018,22H6A2,2%200%200,1%204,20V4A2,2%200%200,1%206,2H14M18,20V9H13V4H6V20H18M17,13V19H7L12,14L14,16M10,10.5A1.5,1.5%200%200,1%208.5,12A1.5,1.5%200%200,1%207,10.5A1.5,1.5%200%200,1%208.5,9A1.5,1.5%200%200,1%2010,10.5Z'%20/%3e%3c/svg%3e");
}

.icon-file-pdf:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M14,2L20,8V20A2,2%200%200,1%2018,22H6A2,2%200%200,1%204,20V4A2,2%200%200,1%206,2H14M18,20V9H13V4H6V20H18M10.92,12.31C10.68,11.54%2010.15,9.08%2011.55,9.04C12.95,9%2012.03,12.16%2012.03,12.16C12.42,13.65%2014.05,14.72%2014.05,14.72C14.55,14.57%2017.4,14.24%2017,15.72C16.57,17.2%2013.5,15.81%2013.5,15.81C11.55,15.95%2010.09,16.47%2010.09,16.47C8.96,18.58%207.64,19.5%207.1,18.61C6.43,17.5%209.23,16.07%209.23,16.07C10.68,13.72%2010.9,12.35%2010.92,12.31M11.57,13.15C11.17,14.45%2010.37,15.84%2010.37,15.84C11.22,15.5%2013.08,15.11%2013.08,15.11C11.94,14.11%2011.59,13.16%2011.57,13.15M14.71,15.32C14.71,15.32%2016.46,15.97%2016.5,15.71C16.57,15.44%2015.17,15.2%2014.71,15.32M9.05,16.81C8.28,17.11%207.54,18.39%207.72,18.39C7.9,18.4%208.63,17.79%209.05,16.81M11.57,11.26C11.57,11.21%2012,9.58%2011.57,9.53C11.27,9.5%2011.56,11.22%2011.57,11.26Z'%20/%3e%3c/svg%3e");
}

.icon-file-upload:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M18,15v3H6v-3H4v3c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2v-3H18z%20M7,9l1.41,1.41L11,7.83V16h2V7.83l2.59,2.58L17,9l-5-5L7,9z'/%3e%3c/g%3e%3c/svg%3e");
}

.icon-file-word:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M14%202H6C4.89%202%204%202.9%204%204V20C4%2021.11%204.89%2022%206%2022H18C19.11%2022%2020%2021.11%2020%2020V8L14%202M18%2020H6V4H13V9H18V20M17.35%2010L15.25%2019H13.85L12.05%2012.21L10.25%2019H8.85L6.65%2010H8.15L9.55%2016.81L11.35%2010H12.65L14.45%2016.81L15.85%2010H17.35Z'%20/%3e%3c/svg%3e");
}

.icon-first-page:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%200v24H0V0h24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M18.41%2016.59L13.82%2012l4.59-4.59L17%206l-6%206%206%206%201.41-1.41zM6%206h2v12H6V6z'/%3e%3c/svg%3e");
}

.icon-flag:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M14.4%206L14%204H5v17h2v-7h5.6l.4%202h7V6z'/%3e%3c/svg%3e");
}

.icon-folder-open:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%206h-8l-2-2H4c-1.1%200-1.99.9-1.99%202L2%2018c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V8c0-1.1-.9-2-2-2zm0%2012H4V8h16v10z'/%3e%3c/svg%3e");
}

.icon-folder:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9.17%206l2%202H20v10H4V6h5.17M10%204H4c-1.1%200-1.99.9-1.99%202L2%2018c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V8c0-1.1-.9-2-2-2h-8l-2-2z'/%3e%3c/svg%3e");
}

.icon-format-align-center:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2015v2h10v-2H7zm-4%206h18v-2H3v2zm0-8h18v-2H3v2zm4-6v2h10V7H7zM3%203v2h18V3H3z'/%3e%3c/svg%3e");
}

.icon-format-align-justify:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2021h18v-2H3v2zm0-4h18v-2H3v2zm0-4h18v-2H3v2zm0-4h18V7H3v2zm0-6v2h18V3H3z'/%3e%3c/svg%3e");
}

.icon-format-align-left:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15%2015H3v2h12v-2zm0-8H3v2h12V7zM3%2013h18v-2H3v2zm0%208h18v-2H3v2zM3%203v2h18V3H3z'/%3e%3c/svg%3e");
}

.icon-format-align-right:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2021h18v-2H3v2zm6-4h12v-2H9v2zm-6-4h18v-2H3v2zm6-4h12V7H9v2zM3%203v2h18V3H3z'/%3e%3c/svg%3e");
}

.icon-format-bold:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.6%2010.79c.97-.67%201.65-1.77%201.65-2.79%200-2.26-1.75-4-4-4H7v14h7.04c2.09%200%203.71-1.7%203.71-3.79%200-1.52-.86-2.82-2.15-3.42zM10%206.5h3c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5h-3v-3zm3.5%209H10v-3h3.5c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5z'/%3e%3c/svg%3e");
}

.icon-format-clear:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%208V5H6.39l3%203h1.83l-.55%201.28%202.09%202.1L14.21%208zM3.41%204.86L2%206.27l6.97%206.97L6.5%2019h3l1.57-3.66L16.73%2021l1.41-1.41z'/%3e%3c/svg%3e");
}

.icon-format-color-fill:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M16.56,8.94L7.62,0L6.21,1.41l2.38,2.38L3.44,8.94c-0.59,0.59-0.59,1.54,0,2.12l5.5,5.5C9.23,16.85,9.62,17,10,17%20s0.77-0.15,1.06-0.44l5.5-5.5C17.15,10.48,17.15,9.53,16.56,8.94z%20M5.21,10L10,5.21L14.79,10H5.21z%20M19,11.5c0,0-2,2.17-2,3.5%20c0,1.1,0.9,2,2,2s2-0.9,2-2C21,13.67,19,11.5,19,11.5z%20M2,20h20v4H2V20z'/%3e%3c/g%3e%3c/svg%3e");
}

.icon-format-color-text:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M2,20h20v4H2V20z%20M5.49,17h2.42l1.27-3.58h5.65L16.09,17h2.42L13.25,3h-2.5L5.49,17z%20M9.91,11.39l2.03-5.79h0.12l2.03,5.79%20H9.91z'/%3e%3c/g%3e%3c/svg%3e");
}

.icon-format-indent-decrease:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%2017h10v-2H11v2zm-8-5l4%204V8l-4%204zm0%209h18v-2H3v2zM3%203v2h18V3H3zm8%206h10V7H11v2zm0%204h10v-2H11v2z'/%3e%3c/svg%3e");
}

.icon-format-indent-increase:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2021h18v-2H3v2zM3%208v8l4-4-4-4zm8%209h10v-2H11v2zM3%203v2h18V3H3zm8%206h10V7H11v2zm0%204h10v-2H11v2z'/%3e%3c/svg%3e");
}

.icon-format-italic:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%204v3h2.21l-3.42%208H6v3h8v-3h-2.21l3.42-8H18V4h-8z'/%3e%3c/svg%3e");
}

.icon-format-list-bulleted:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%2010.5c-.83%200-1.5.67-1.5%201.5s.67%201.5%201.5%201.5%201.5-.67%201.5-1.5-.67-1.5-1.5-1.5zm0-6c-.83%200-1.5.67-1.5%201.5S3.17%207.5%204%207.5%205.5%206.83%205.5%206%204.83%204.5%204%204.5zm0%2012c-.83%200-1.5.68-1.5%201.5s.68%201.5%201.5%201.5%201.5-.68%201.5-1.5-.67-1.5-1.5-1.5zM7%2019h14v-2H7v2zm0-6h14v-2H7v2zm0-8v2h14V5H7z'/%3e%3c/svg%3e");
}

.icon-format-list-checks:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M3,5H9V11H3V5M5,7V9H7V7H5M11,7H21V9H11V7M11,15H21V17H11V15M5,20L1.5,16.5L2.91,15.09L5,17.17L9.59,12.59L11,14L5,20Z'%20/%3e%3c/svg%3e");
}

.icon-format-list-numbered:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z'/%3e%3c/svg%3e");
}

.icon-format-size:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9%204v3h5v12h3V7h5V4H9zm-6%208h3v7h3v-7h3V9H3v3z'/%3e%3c/svg%3e");
}

.icon-format-underlined:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%2017c3.31%200%206-2.69%206-6V3h-2.5v8c0%201.93-1.57%203.5-3.5%203.5S8.5%2012.93%208.5%2011V3H6v8c0%203.31%202.69%206%206%206zm-7%202v2h14v-2H5z'/%3e%3c/svg%3e");
}

.icon-forum:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15%204v7H5.17L4%2012.17V4h11m1-2H3c-.55%200-1%20.45-1%201v14l4-4h10c.55%200%201-.45%201-1V3c0-.55-.45-1-1-1zm5%204h-2v9H6v2c0%20.55.45%201%201%201h11l4%204V7c0-.55-.45-1-1-1z'/%3e%3c/svg%3e");
}

.icon-forward:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M12%208V4l8%208-8%208v-4H4V8z'/%3e%3c/svg%3e");
}

.icon-fullscreen-exit:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M5%2016h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6%2011h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z'/%3e%3c/svg%3e");
}

.icon-fullscreen:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2014H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12%207h-3v2h5v-5h-2v3zM14%205v2h3v3h2V5h-5z'/%3e%3c/svg%3e");
}

.icon-grade-outline:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%207.13l.97%202.29.47%201.11%201.2.1%202.47.21-1.88%201.63-.91.79.27%201.18.56%202.41-2.12-1.28-1.03-.64-1.03.62-2.12%201.28.56-2.41.27-1.18-.91-.79-1.88-1.63%202.47-.21%201.2-.1.47-1.11.97-2.27M12%202L9.19%208.63%202%209.24l5.46%204.73L5.82%2021%2012%2017.27%2018.18%2021l-1.64-7.03L22%209.24l-7.19-.61L12%202z'/%3e%3c/svg%3e");
}

.icon-grade:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M12%2017.27L18.18%2021l-1.64-7.03L22%209.24l-7.19-.61L12%202%209.19%208.63%202%209.24l5.46%204.73L5.82%2021z'/%3e%3c/svg%3e");
}

.icon-groups:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3cg%3e%3cpath%20d='M4,13c1.1,0,2-0.9,2-2c0-1.1-0.9-2-2-2s-2,0.9-2,2C2,12.1,2.9,13,4,13z%20M5.13,14.1C4.76,14.04,4.39,14,4,14%20c-0.99,0-1.93,0.21-2.78,0.58C0.48,14.9,0,15.62,0,16.43V18l4.5,0v-1.61C4.5,15.56,4.73,14.78,5.13,14.1z%20M20,13c1.1,0,2-0.9,2-2%20c0-1.1-0.9-2-2-2s-2,0.9-2,2C18,12.1,18.9,13,20,13z%20M24,16.43c0-0.81-0.48-1.53-1.22-1.85C21.93,14.21,20.99,14,20,14%20c-0.39,0-0.76,0.04-1.13,0.1c0.4,0.68,0.63,1.46,0.63,2.29V18l4.5,0V16.43z%20M16.24,13.65c-1.17-0.52-2.61-0.9-4.24-0.9%20c-1.63,0-3.07,0.39-4.24,0.9C6.68,14.13,6,15.21,6,16.39V18h12v-1.61C18,15.21,17.32,14.13,16.24,13.65z%20M8.07,16%20c0.09-0.23,0.13-0.39,0.91-0.69c0.97-0.38,1.99-0.56,3.02-0.56s2.05,0.18,3.02,0.56c0.77,0.3,0.81,0.46,0.91,0.69H8.07z%20M12,8%20c0.55,0,1,0.45,1,1s-0.45,1-1,1s-1-0.45-1-1S11.45,8,12,8%20M12,6c-1.66,0-3,1.34-3,3c0,1.66,1.34,3,3,3s3-1.34,3-3%20C15,7.34,13.66,6,12,6L12,6z'/%3e%3c/g%3e%3c/svg%3e");
}

.icon-headphones:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M12,3c-4.97,0-9,4.03-9,9v7c0,1.1,0.9,2,2,2h4v-8H5v-1c0-3.87,3.13-7,7-7s7,3.13,7,7v1h-4v8h4c1.1,0,2-0.9,2-2v-7%20C21,7.03,16.97,3,12,3z%20M7,15v4H5v-4H7z%20M19,19h-2v-4h2V19z'/%3e%3c/g%3e%3c/svg%3e");
}

.icon-help:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M11%2018h2v-2h-2v2zm1-16C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm0-14c-2.21%200-4%201.79-4%204h2c0-1.1.9-2%202-2s2%20.9%202%202c0%202-3%201.75-3%205h2c0-2.25%203-2.5%203-5%200-2.21-1.79-4-4-4z'/%3e%3c/svg%3e");
}

.icon-highlight-off-white:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.59%208L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208zM12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}

.icon-highlight-off:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.59%208L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208zM12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");
}

.icon-home:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%205.69l5%204.5V18h-2v-6H9v6H7v-7.81l5-4.5M12%203L2%2012h3v8h6v-6h2v6h6v-8h3L12%203z'/%3e%3c/svg%3e");
}

.icon-hourglass-empty:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M6%202v6h.01L6%208.01%2010%2012l-4%204%20.01.01H6V22h12v-5.99h-.01L18%2016l-4-4%204-3.99-.01-.01H18V2H6zm10%2014.5V20H8v-3.5l4-4%204%204zm-4-5l-4-4V4h8v3.5l-4%204z'/%3e%3c/svg%3e");
}

.icon-how-to-reg:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%2012c2.21%200%204-1.79%204-4s-1.79-4-4-4-4%201.79-4%204%201.79%204%204%204zm0-6c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2zM5%2018c.2-.63%202.57-1.68%204.96-1.94l2.04-2c-.39-.04-.68-.06-1-.06-2.67%200-8%201.34-8%204v2h9l-2-2H5zm15.6-5.5l-5.13%205.17-2.07-2.08L12%2017l3.47%203.5L22%2013.91z'/%3e%3c/svg%3e");
}

.icon-info-white:not(a) {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.1.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20enable-background='new%200%200%2024%2024'%20xml:space='preserve'%3e%3cg%20id='Bounding_Boxes'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_3'%20display='none'%3e%3c/g%3e%3cpath%20fill='none'%20d='M0,0h24v24H0V0z'/%3e%3c/g%3e%3cg%20id='Rounded'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_5'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,17L12,17c-0.55,0-1-0.45-1-1v-4%20c0-0.55,0.45-1,1-1h0c0.55,0,1,0.45,1,1v4C13,16.55,12.55,17,12,17z%20M13,9h-2V7h2V9z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Sharp'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_4'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M13,17h-2v-6h2V17z%20M13,9h-2V7h2V9z'%20/%3e%3c/g%3e%3c/g%3e%3cg%20id='Outline'%20fill='%23ffffff'%3e%3cg%20id='ui_x5F_spec_x5F_header'%20display='none'%3e%3c/g%3e%3cg%3e%3crect%20x='11'%20y='7'%20width='2'%20height='2'/%3e%3crect%20x='11'%20y='11'%20width='2'%20height='6'/%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20c0-4.41,3.59-8,8-8s8,3.59,8,8C20,16.41,16.41,20,12,20z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Duotone'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_2'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20opacity='0.3'%20d='M12,4c-4.41,0-8,3.59-8,8c0,4.41,3.59,8,8,8s8-3.59,8-8C20,7.59,16.41,4,12,4z%20M13,17h-2v-6h2V17z%20M13,9h-2%20V7h2V9z'/%3e%3crect%20x='11'%20y='7'%20width='2'%20height='2'/%3e%3crect%20x='11'%20y='11'%20width='2'%20height='6'/%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20c0-4.41,3.59-8,8-8s8,3.59,8,8C20,16.41,16.41,20,12,20z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Material'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M13,17h-2v-6h2V17z%20M13,9h-2V7h2V9z'%20/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.icon-info:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%207h2v2h-2zm0%204h2v6h-2zm1-9C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");
}

.icon-insert-drive-file:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14%202H6c-1.1%200-1.99.9-1.99%202L4%2020c0%201.1.89%202%201.99%202H18c1.1%200%202-.9%202-2V8l-6-6zM6%2020V4h7v5h5v11H6z'/%3e%3c/svg%3e");
}

.icon-insert-invitation:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%203h-1V1h-2v2H8V1H6v2H5c-1.11%200-1.99.9-1.99%202L3%2019c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm0%2016H5V9h14v10zm0-12H5V5h14v2zm-2%205h-5v5h5v-5z'/%3e%3c/svg%3e");
}

.icon-language:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11.99%202C6.47%202%202%206.48%202%2012s4.47%2010%209.99%2010C17.52%2022%2022%2017.52%2022%2012S17.52%202%2011.99%202zm6.93%206h-2.95c-.32-1.25-.78-2.45-1.38-3.56%201.84.63%203.37%201.91%204.33%203.56zM12%204.04c.83%201.2%201.48%202.53%201.91%203.96h-3.82c.43-1.43%201.08-2.76%201.91-3.96zM4.26%2014C4.1%2013.36%204%2012.69%204%2012s.1-1.36.26-2h3.38c-.08.66-.14%201.32-.14%202s.06%201.34.14%202H4.26zm.82%202h2.95c.32%201.25.78%202.45%201.38%203.56-1.84-.63-3.37-1.9-4.33-3.56zm2.95-8H5.08c.96-1.66%202.49-2.93%204.33-3.56C8.81%205.55%208.35%206.75%208.03%208zM12%2019.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43%201.43-1.08%202.76-1.91%203.96zM14.34%2014H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16%201.32.16%202s-.07%201.34-.16%202zm.25%205.56c.6-1.11%201.06-2.31%201.38-3.56h2.95c-.96%201.65-2.49%202.93-4.33%203.56zM16.36%2014c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26%201.31.26%202s-.1%201.36-.26%202h-3.38z'/%3e%3c/svg%3e");
}

.icon-laptop:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'%20x='0'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M20,18c1.1,0,2-0.9,2-2V6c0-1.1-0.9-2-2-2H4C2.9,4,2,4.9,2,6v10c0,1.1,0.9,2,2,2H0v2h24v-2H20z%20M4,6h16v10H4V6z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.icon-last-page:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M5.59%207.41L10.18%2012l-4.59%204.59L7%2018l6-6-6-6-1.41%201.41zM16%206h2v12h-2V6z'/%3e%3c/svg%3e");
}

.icon-link:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M17%207h-4v2h4c1.65%200%203%201.35%203%203s-1.35%203-3%203h-4v2h4c2.76%200%205-2.24%205-5s-2.24-5-5-5zm-6%208H7c-1.65%200-3-1.35-3-3s1.35-3%203-3h4V7H7c-2.76%200-5%202.24-5%205s2.24%205%205%205h4v-2zm-3-4h8v2H8z'/%3e%3c/svg%3e");
}

.icon-list-alt:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%207h6v2h-6zm0%204h6v2h-6zm0%204h6v2h-6zM7%207h2v2H7zm0%204h2v2H7zm0%204h2v2H7zM20.1%203H3.9c-.5%200-.9.4-.9.9v16.2c0%20.4.4.9.9.9h16.2c.4%200%20.9-.5.9-.9V3.9c0-.5-.5-.9-.9-.9zM19%2019H5V5h14v14z'/%3e%3c/svg%3e");
}

.icon-local-shipping:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%208h-3V4H3c-1.1%200-2%20.9-2%202v11h2c0%201.66%201.34%203%203%203s3-1.34%203-3h6c0%201.66%201.34%203%203%203s3-1.34%203-3h2v-5l-3-4zm-.5%201.5l1.96%202.5H17V9.5h2.5zM6%2018c-.55%200-1-.45-1-1s.45-1%201-1%201%20.45%201%201-.45%201-1%201zm2.22-3c-.55-.61-1.33-1-2.22-1s-1.67.39-2.22%201H3V6h12v9H8.22zM18%2018c-.55%200-1-.45-1-1s.45-1%201-1%201%20.45%201%201-.45%201-1%201z'/%3e%3c/svg%3e");
}

.icon-location-on:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C8.13%202%205%205.13%205%209c0%205.25%207%2013%207%2013s7-7.75%207-13c0-3.87-3.13-7-7-7zM7%209c0-2.76%202.24-5%205-5s5%202.24%205%205c0%202.88-2.88%207.19-5%209.88C9.92%2016.21%207%2011.85%207%209z'/%3e%3ccircle%20cx='12'%20cy='9'%20r='2.5'/%3e%3c/svg%3e");
}

.icon-lock-open:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M18%208h-1V6c0-2.76-2.24-5-5-5S7%203.24%207%206h2c0-1.66%201.34-3%203-3s3%201.34%203%203v2H6c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2V10c0-1.1-.9-2-2-2zm0%2012H6V10h12v10zm-6-3c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202z'/%3e%3c/svg%3e");
}

.icon-lock:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%20fill='none'%3e%3cpath%20d='M0%200h24v24H0V0z'/%3e%3cpath%20d='M0%200h24v24H0V0z'%20opacity='.87'/%3e%3c/g%3e%3cpath%20d='M18%208h-1V6c0-2.76-2.24-5-5-5S7%203.24%207%206v2H6c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2V10c0-1.1-.9-2-2-2zM9%206c0-1.66%201.34-3%203-3s3%201.34%203%203v2H9V6zm9%2014H6V10h12v10zm-6-3c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202z'/%3e%3c/svg%3e");
}

.icon-map:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M20.5,3L20.34,3.03L15,5.1L9,3L3.36,4.9C3.15,4.97%203,5.15%203,5.38V20.5A0.5,0.5%200%200,0%203.5,21L3.66,20.97L9,18.9L15,21L20.64,19.1C20.85,19.03%2021,18.85%2021,18.62V3.5A0.5,0.5%200%200,0%2020.5,3M10,5.47L14,6.87V18.53L10,17.13V5.47M5,6.46L8,5.45V17.15L5,18.31V6.46M19,17.54L16,18.55V6.86L19,5.7V17.54Z'%20/%3e%3c/svg%3e");
}

.icon-menu:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2018h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'/%3e%3c/svg%3e");
}

.icon-mode:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.06%209.02l.92.92L5.92%2019H5v-.92l9.06-9.06M17.66%203c-.25%200-.51.1-.7.29l-1.83%201.83%203.75%203.75%201.83-1.83c.39-.39.39-1.02%200-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29zm-3.6%203.19L3%2017.25V21h3.75L17.81%209.94l-3.75-3.75z'/%3e%3c/svg%3e");
}

.icon-more-horiz:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M6%2010c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2zm12%200c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2zm-6%200c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2z'/%3e%3c/svg%3e");
}

.icon-more-vert:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%208c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202zm0%202c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2zm0%206c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2z'/%3e%3c/svg%3e");
}

.icon-mouse:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%209c-.04-4.39-3.6-7.93-8-7.93S4.04%204.61%204%209v6c0%204.42%203.58%208%208%208s8-3.58%208-8V9zm-2%200h-5V3.16c2.81.47%204.96%202.9%205%205.84zm-7-5.84V9H6c.04-2.94%202.19-5.37%205-5.84zM18%2015c0%203.31-2.69%206-6%206s-6-2.69-6-6v-4h12v4z'/%3e%3c/svg%3e");
}

.icon-note-add:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M13%2011h-2v3H8v2h3v3h2v-3h3v-2h-3zm1-9H6c-1.1%200-2%20.9-2%202v16c0%201.1.89%202%201.99%202H18c1.1%200%202-.9%202-2V8l-6-6zm4%2018H6V4h7v5h5v11z'/%3e%3c/svg%3e");
}

.icon-notifications:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%2022c1.1%200%202-.9%202-2h-4c0%201.1.9%202%202%202zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5v.68C7.64%205.36%206%207.92%206%2011v5l-2%202v1h16v-1l-2-2zm-2%201H8v-6c0-2.48%201.51-4.5%204-4.5s4%202.02%204%204.5v6z'/%3e%3c/svg%3e");
}

.icon-open-in-new:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2019H5V5h7V3H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2v-7h-2v7zM14%203v2h3.59l-9.83%209.83%201.41%201.41L19%206.41V10h2V3h-7z'/%3e%3c/svg%3e");
}

.icon-open-with:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%209h4V6h3l-5-5-5%205h3v3zm-1%201H6V7l-5%205%205%205v-3h3v-4zm14%202l-5-5v3h-3v4h3v3l5-5zm-9%203h-4v3H7l5%205%205-5h-3v-3z'/%3e%3c/svg%3e");
}

.icon-outlined-flag:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M14%206l-1-2H5v17h2v-7h5l1%202h7V6h-6zm4%208h-4l-1-2H7V6h5l1%202h5v6z'/%3e%3c/svg%3e");
}

.icon-palette:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%2022C6.49%2022%202%2017.51%202%2012S6.49%202%2012%202s10%204.04%2010%209c0%203.31-2.69%206-6%206h-1.77c-.28%200-.5.22-.5.5%200%20.12.05.23.13.33.41.47.64%201.06.64%201.67%200%201.38-1.12%202.5-2.5%202.5zm0-18c-4.41%200-8%203.59-8%208s3.59%208%208%208c.28%200%20.5-.22.5-.5%200-.16-.08-.28-.14-.35-.41-.46-.63-1.05-.63-1.65%200-1.38%201.12-2.5%202.5-2.5H16c2.21%200%204-1.79%204-4%200-3.86-3.59-7-8-7z'/%3e%3ccircle%20cx='6.5'%20cy='11.5'%20r='1.5'/%3e%3ccircle%20cx='9.5'%20cy='7.5'%20r='1.5'/%3e%3ccircle%20cx='14.5'%20cy='7.5'%20r='1.5'/%3e%3ccircle%20cx='17.5'%20cy='11.5'%20r='1.5'/%3e%3c/svg%3e");
}

.icon-payments:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3cpath%20d='M19,14V6c0-1.1-0.9-2-2-2H3C1.9,4,1,4.9,1,6v8c0,1.1,0.9,2,2,2h14C18.1,16,19,15.1,19,14z%20M17,14H3V6h14V14z%20M10,7%20c-1.66,0-3,1.34-3,3s1.34,3,3,3s3-1.34,3-3S11.66,7,10,7z%20M23,7v11c0,1.1-0.9,2-2,2H4c0-1,0-0.9,0-2h17V7C22.1,7,22,7,23,7z'/%3e%3c/g%3e%3c/svg%3e");
}

.icon-people-alt:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg/%3e%3cg%3e%3cpath%20d='M16.67,13.13C18.04,14.06,19,15.32,19,17v3h4v-3C23,14.82,19.43,13.53,16.67,13.13z'/%3e%3cpath%20d='M15,12c2.21,0,4-1.79,4-4c0-2.21-1.79-4-4-4c-0.47,0-0.91,0.1-1.33,0.24C14.5,5.27,15,6.58,15,8s-0.5,2.73-1.33,3.76%20C14.09,11.9,14.53,12,15,12z'/%3e%3cpath%20d='M9,12c2.21,0,4-1.79,4-4c0-2.21-1.79-4-4-4S5,5.79,5,8C5,10.21,6.79,12,9,12z%20M9,6c1.1,0,2,0.9,2,2c0,1.1-0.9,2-2,2%20S7,9.1,7,8C7,6.9,7.9,6,9,6z'/%3e%3cpath%20d='M9,13c-2.67,0-8,1.34-8,4v3h16v-3C17,14.34,11.67,13,9,13z%20M15,18H3l0-0.99C3.2,16.29,6.3,15,9,15s5.8,1.29,6,2V18z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.icon-person-add-alt-1:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M13,8c0-2.21-1.79-4-4-4S5,5.79,5,8s1.79,4,4,4S13,10.21,13,8z%20M11,8c0,1.1-0.9,2-2,2S7,9.1,7,8s0.9-2,2-2S11,6.9,11,8z%20M1,18v2h16v-2c0-2.66-5.33-4-8-4S1,15.34,1,18z%20M3,18c0.2-0.71,3.3-2,6-2c2.69,0,5.78,1.28,6,2H3z%20M20,15v-3h3v-2h-3V7h-2v3h-3v2%20h3v3H20z'/%3e%3c/g%3e%3c/svg%3e");
}

.icon-person-remove:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M14,8c0-2.21-1.79-4-4-4C7.79,4,6,5.79,6,8c0,2.21,1.79,4,4,4C12.21,12,14,10.21,14,8z%20M12,8c0,1.1-0.9,2-2,2%20c-1.1,0-2-0.9-2-2s0.9-2,2-2C11.1,6,12,6.9,12,8z'/%3e%3cpath%20d='M2,18v2h16v-2c0-2.66-5.33-4-8-4C7.33,14,2,15.34,2,18z%20M4,18c0.2-0.71,3.3-2,6-2c2.69,0,5.77,1.28,6,2H4z'/%3e%3crect%20height='2'%20width='6'%20x='17'%20y='10'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.icon-person:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%206c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2m0%2010c2.7%200%205.8%201.29%206%202H6c.23-.72%203.31-2%206-2m0-12C9.79%204%208%205.79%208%208s1.79%204%204%204%204-1.79%204-4-1.79-4-4-4zm0%2010c-2.67%200-8%201.34-8%204v2h16v-2c0-2.66-5.33-4-8-4z'/%3e%3c/svg%3e");
}

.icon-phone-iphone:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.5%201h-8C6.12%201%205%202.12%205%203.5v17C5%2021.88%206.12%2023%207.5%2023h8c1.38%200%202.5-1.12%202.5-2.5v-17C18%202.12%2016.88%201%2015.5%201zm-4%2021c-.83%200-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5%201.5.67%201.5%201.5-.67%201.5-1.5%201.5zm4.5-4H7V4h9v14z'/%3e%3c/svg%3e");
}

.icon-photo-camera:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.12%204l1.83%202H20v12H4V6h4.05l1.83-2h4.24M15%202H9L7.17%204H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6c0-1.1-.9-2-2-2h-3.17L15%202zm-3%207c1.65%200%203%201.35%203%203s-1.35%203-3%203-3-1.35-3-3%201.35-3%203-3m0-2c-2.76%200-5%202.24-5%205s2.24%205%205%205%205-2.24%205-5-2.24-5-5-5z'/%3e%3c/svg%3e");
}

.icon-playlist-add-check:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3crect%20height='2'%20width='11'%20x='3'%20y='10'/%3e%3crect%20height='2'%20width='11'%20x='3'%20y='6'/%3e%3crect%20height='2'%20width='7'%20x='3'%20y='14'/%3e%3cpolygon%20points='20.59,11.93%2016.34,16.17%2014.22,14.05%2012.81,15.46%2016.34,19%2022,13.34'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.icon-playlist-add:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M14,10H3v2h11V10z%20M14,6H3v2h11V6z%20M18,14v-4h-2v4h-4v2h4v4h2v-4h4v-2H18z%20M3,16h7v-2H3V16z'/%3e%3c/g%3e%3c/svg%3e");
}

.icon-print:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%208h-1V3H6v5H5c-1.66%200-3%201.34-3%203v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zM8%205h8v3H8V5zm8%2012v2H8v-4h8v2zm2-2v-2H6v2H4v-4c0-.55.45-1%201-1h14c.55%200%201%20.45%201%201v4h-2z'/%3e%3ccircle%20cx='18'%20cy='11.5'%20r='1'/%3e%3c/svg%3e");
}

.icon-query-builder:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11.99%202C6.47%202%202%206.48%202%2012s4.47%2010%209.99%2010C17.52%2022%2022%2017.52%2022%2012S17.52%202%2011.99%202zM12%2020c-4.42%200-8-3.58-8-8s3.58-8%208-8%208%203.58%208%208-3.58%208-8%208zm.5-13H11v6l5.25%203.15.75-1.23-4.5-2.67z'/%3e%3c/svg%3e");
}

.icon-refresh:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M17.65%206.35C16.2%204.9%2014.21%204%2012%204c-4.42%200-7.99%203.58-7.99%208s3.57%208%207.99%208c3.73%200%206.84-2.55%207.73-6h-2.08c-.82%202.33-3.04%204-5.65%204-3.31%200-6-2.69-6-6s2.69-6%206-6c1.66%200%203.14.69%204.22%201.78L13%2011h7V4l-2.35%202.35z'/%3e%3c/svg%3e");
}

.icon-remove:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'/%3e%3c/svg%3e");
}

.icon-reply:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%209V5l-7%207%207%207v-4.1c5%200%208.5%201.6%2011%205.1-1-5-4-10-11-11z'/%3e%3c/svg%3e");
}

.icon-report-problem:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%205.99L19.53%2019H4.47L12%205.99M12%202L1%2021h22L12%202zm1%2014h-2v2h2v-2zm0-6h-2v4h2v-4z'/%3e%3c/svg%3e");
}

.icon-save:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M17%203H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2V7l-4-4zm2%2016H5V5h11.17L19%207.83V19zm-7-7c-1.66%200-3%201.34-3%203s1.34%203%203%203%203-1.34%203-3-1.34-3-3-3zM6%206h9v4H6z'/%3e%3c/svg%3e");
}

.icon-school:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%203L1%209l4%202.18v6L12%2021l7-3.82v-6l2-1.09V17h2V9L12%203zm6.82%206L12%2012.72%205.18%209%2012%205.28%2018.82%209zM17%2015.99l-5%202.73-5-2.73v-3.72L12%2015l5-2.73v3.72z'/%3e%3c/svg%3e");
}

.icon-science:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M13,11.33L18,18H6l5-6.67V6h2%20M15.96,4H8.04C7.62,4,7.39,4.48,7.65,4.81L9,6.5v4.17L3.2,18.4C2.71,19.06,3.18,20,4,20h16%20c0.82,0,1.29-0.94,0.8-1.6L15,10.67V6.5l1.35-1.69C16.61,4.48,16.38,4,15.96,4L15.96,4z'/%3e%3c/g%3e%3c/svg%3e");
}

.icon-search:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014z'/%3e%3c/svg%3e");
}

.icon-send:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4.01%206.03l7.51%203.22-7.52-1%20.01-2.22m7.5%208.72L4%2017.97v-2.22l7.51-1M2.01%203L2%2010l15%202-15%202%20.01%207L23%2012%202.01%203z'/%3e%3c/svg%3e");
}

.icon-settings:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19.43%2012.98c.04-.32.07-.64.07-.98%200-.34-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.09-.16-.26-.25-.44-.25-.06%200-.12.01-.17.03l-2.49%201c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46%202.18%2014.25%202%2014%202h-4c-.25%200-.46.18-.49.42l-.38%202.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.06-.02-.12-.03-.18-.03-.17%200-.34.09-.43.25l-2%203.46c-.13.22-.07.49.12.64l2.11%201.65c-.04.32-.07.65-.07.98%200%20.33.03.66.07.98l-2.11%201.65c-.19.15-.24.42-.12.64l2%203.46c.09.16.26.25.44.25.06%200%20.12-.01.17-.03l2.49-1c.52.4%201.08.73%201.69.98l.38%202.65c.03.24.24.42.49.42h4c.25%200%20.46-.18.49-.42l.38-2.65c.61-.25%201.17-.59%201.69-.98l2.49%201c.06.02.12.03.18.03.17%200%20.34-.09.43-.25l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zm-1.98-1.71c.04.31.05.52.05.73%200%20.21-.02.43-.05.73l-.14%201.13.89.7%201.08.84-.7%201.21-1.27-.51-1.04-.42-.9.68c-.43.32-.84.56-1.25.73l-1.06.43-.16%201.13-.2%201.35h-1.4l-.19-1.35-.16-1.13-1.06-.43c-.43-.18-.83-.41-1.23-.71l-.91-.7-1.06.43-1.27.51-.7-1.21%201.08-.84.89-.7-.14-1.13c-.03-.31-.05-.54-.05-.74s.02-.43.05-.73l.14-1.13-.89-.7-1.08-.84.7-1.21%201.27.51%201.04.42.9-.68c.43-.32.84-.56%201.25-.73l1.06-.43.16-1.13.2-1.35h1.39l.19%201.35.16%201.13%201.06.43c.43.18.83.41%201.23.71l.91.7%201.06-.43%201.27-.51.7%201.21-1.07.85-.89.7.14%201.13zM12%208c-2.21%200-4%201.79-4%204s1.79%204%204%204%204-1.79%204-4-1.79-4-4-4zm0%206c-1.1%200-2-.9-2-2s.9-2%202-2%202%20.9%202%202-.9%202-2%202z'/%3e%3c/svg%3e");
}

.icon-share:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M18%2016.08c-.76%200-1.44.3-1.96.77L8.91%2012.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5%201.25.81%202.04.81%201.66%200%203-1.34%203-3s-1.34-3-3-3-3%201.34-3%203c0%20.24.04.47.09.7L8.04%209.81C7.5%209.31%206.79%209%206%209c-1.66%200-3%201.34-3%203s1.34%203%203%203c.79%200%201.5-.31%202.04-.81l7.12%204.16c-.05.21-.08.43-.08.65%200%201.61%201.31%202.92%202.92%202.92s2.92-1.31%202.92-2.92c0-1.61-1.31-2.92-2.92-2.92zM18%204c.55%200%201%20.45%201%201s-.45%201-1%201-1-.45-1-1%20.45-1%201-1zM6%2013c-.55%200-1-.45-1-1s.45-1%201-1%201%20.45%201%201-.45%201-1%201zm12%207.02c-.55%200-1-.45-1-1s.45-1%201-1%201%20.45%201%201-.45%201-1%201z'/%3e%3c/svg%3e");
}

.icon-shopping-cart:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.55%2013c.75%200%201.41-.41%201.75-1.03l3.58-6.49c.37-.66-.11-1.48-.87-1.48H5.21l-.94-2H1v2h2l3.6%207.59-1.35%202.44C4.52%2015.37%205.48%2017%207%2017h12v-2H7l1.1-2h7.45zM6.16%206h12.15l-2.76%205H8.53L6.16%206zM7%2018c-1.1%200-1.99.9-1.99%202S5.9%2022%207%2022s2-.9%202-2-.9-2-2-2zm10%200c-1.1%200-1.99.9-1.99%202s.89%202%201.99%202%202-.9%202-2-.9-2-2-2z'/%3e%3c/svg%3e");
}

.icon-sort-ascending:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20d='M13%2018H17V16H13V18ZM13%206V8H23V6H13ZM13%2013H20V11H13V13Z'%20fill='black'/%3e%3cpath%20d='M6%202L2%206L5%206L5%2021L7%2021L7%206L10%206L6%202Z'%20fill='black'/%3e%3c/svg%3e");
}

.icon-sort-by-alpha:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.94%204.66h-4.72l2.36-2.36%202.36%202.36zm-4.69%2014.71h4.66l-2.33%202.33-2.33-2.33zM6.1%206.27L1.6%2017.73h1.84l.92-2.45h5.11l.92%202.45h1.84L7.74%206.27H6.1zm-1.13%207.37l1.94-5.18%201.94%205.18H4.97zm10.76%202.5h6.12v1.59h-8.53v-1.29l5.92-8.56h-5.88v-1.6h8.3v1.26l-5.93%208.6z'/%3e%3c/svg%3e");
}

.icon-sort-default:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13%2018H17V16H13V18ZM13%206V8H23V6H13ZM13%2013H20V11H13V13Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2%206L6%202L10%206L7%206L7%2018L10%2018L7%2021L6%2022L5%2021L2%2018L5%2018L5%206L2%206Z'%20fill='black'/%3e%3c/svg%3e");
}

.icon-sort-descending:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13%2018H17V16H13V18ZM13%206V8H23V6H13ZM13%2013H20V11H13V13Z'%20fill='black'/%3e%3cpath%20d='M6%2022L10%2018L7%2018L7%203L5%203L5%2018L2%2018L6%2022Z'%20fill='black'/%3e%3c/svg%3e");
}

.icon-sort-table-ascending:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='%231A1A1A'%20d='M17.9,10.5L12,4.6l-5.9,5.9H17.9z'/%3e%3c/svg%3e");
}

.icon-sort-table-descending:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='%231A1A1A'%20d='M6.1,13.5l5.9,5.9l5.9-5.9H6.1z'/%3e%3c/svg%3e");
}

.icon-sort-table-none:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='%231A1A1A'%20d='M17.9,10.5L12,4.6l-5.9,5.9H17.9z%20M12,6.7L14.3,9H9.7L12,6.7z'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='%231A1A1A'%20d='M6.1,13.5l5.9,5.9l5.9-5.9H6.1z%20M12,17.3L9.7,15h4.7L12,17.3z'/%3e%3c/svg%3e");
}

.icon-sort:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2018h6v-2H3v2zM3%206v2h18V6H3zm0%207h12v-2H3v2z'/%3e%3c/svg%3e");
}

.icon-subdirectory-arrow-left:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%209l1.42%201.42L8.83%2014H18V4h2v12H8.83l3.59%203.58L11%2021l-6-6%206-6z'/%3e%3c/svg%3e");
}

.icon-subdirectory-arrow-right:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M19%2015l-6%206-1.42-1.42L15.17%2016H4V4h2v10h9.17l-3.59-3.58L13%209l6%206z'/%3e%3c/svg%3e");
}

.icon-support-agent:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M21,12.22C21,6.73,16.74,3,12,3c-4.69,0-9,3.65-9,9.28C2.4,12.62,2,13.26,2,14v2c0,1.1,0.9,2,2,2h1v-6.1%20c0-3.87,3.13-7,7-7s7,3.13,7,7V19h-8v2h8c1.1,0,2-0.9,2-2v-1.22c0.59-0.31,1-0.92,1-1.64v-2.3C22,13.14,21.59,12.53,21,12.22z'/%3e%3ccircle%20cx='9'%20cy='13'%20r='1'/%3e%3ccircle%20cx='15'%20cy='13'%20r='1'/%3e%3cpath%20d='M18,11.03C17.52,8.18,15.04,6,12.05,6c-3.03,0-6.29,2.51-6.03,6.45c2.47-1.01,4.33-3.21,4.86-5.89%20C12.19,9.19,14.88,11,18,11.03z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.icon-text-format:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M5%2017v2h14v-2H5zm4.5-4.2h5l.9%202.2h2.1L12.75%204h-1.5L6.5%2015h2.1l.9-2.2zM12%205.98L13.87%2011h-3.74L12%205.98z'/%3e%3c/svg%3e");
}

.icon-trash-can:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M9,3V4H4V6H5V19A2,2%200%200,0%207,21H17A2,2%200%200,0%2019,19V6H20V4H15V3H9M7,6H17V19H7V6M9,8V17H11V8H9M13,8V17H15V8H13Z'%20/%3e%3c/svg%3e");
}

.icon-tune:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2017v2h6v-2H3zM3%205v2h10V5H3zm10%2016v-2h8v-2h-8v-2h-2v6h2zM7%209v2H3v2h4v2h2V9H7zm14%204v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z'/%3e%3c/svg%3e");
}

.icon-vertical-split:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M3%2013h8v2H3zm0%204h8v2H3zm0-8h8v2H3zm0-4h8v2H3zm16%202v10h-4V7h4m2-2h-8v14h8V5z'/%3e%3c/svg%3e");
}

.icon-videocam:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15%208v8H5V8h10m1-2H4c-.55%200-1%20.45-1%201v10c0%20.55.45%201%201%201h12c.55%200%201-.45%201-1v-3.5l4%204v-11l-4%204V7c0-.55-.45-1-1-1z'/%3e%3c/svg%3e");
}

.icon-view-headline:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M4%2015h16v-2H4v2zm0%204h16v-2H4v2zm0-8h16V9H4v2zm0-6v2h16V5H4z'/%3e%3c/svg%3e");
}

.icon-visibility-off:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0zm0%200h24v24H0V0zm0%200h24v24H0V0zm0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%206c3.79%200%207.17%202.13%208.82%205.5-.59%201.22-1.42%202.27-2.41%203.12l1.41%201.41c1.39-1.23%202.49-2.77%203.18-4.53C21.27%207.11%2017%204%2012%204c-1.27%200-2.49.2-3.64.57l1.65%201.65C10.66%206.09%2011.32%206%2012%206zm-1.07%201.14L13%209.21c.57.25%201.03.71%201.28%201.28l2.07%202.07c.08-.34.14-.7.14-1.07C16.5%209.01%2014.48%207%2012%207c-.37%200-.72.05-1.07.14zM2.01%203.87l2.68%202.68C3.06%207.83%201.77%209.53%201%2011.5%202.73%2015.89%207%2019%2012%2019c1.52%200%202.98-.29%204.32-.82l3.42%203.42%201.41-1.41L3.42%202.45%202.01%203.87zm7.5%207.5l2.61%202.61c-.04.01-.08.02-.12.02-1.38%200-2.5-1.12-2.5-2.5%200-.05.01-.08.01-.13zm-3.4-3.4l1.75%201.75c-.23.55-.36%201.15-.36%201.78%200%202.48%202.02%204.5%204.5%204.5.63%200%201.23-.13%201.77-.36l.98.98c-.88.24-1.8.38-2.75.38-3.79%200-7.17-2.13-8.82-5.5.7-1.43%201.72-2.61%202.93-3.53z'/%3e%3c/svg%3e");
}

.icon-visibility:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%206c3.79%200%207.17%202.13%208.82%205.5C19.17%2014.87%2015.79%2017%2012%2017s-7.17-2.13-8.82-5.5C4.83%208.13%208.21%206%2012%206m0-2C7%204%202.73%207.11%201%2011.5%202.73%2015.89%207%2019%2012%2019s9.27-3.11%2011-7.5C21.27%207.11%2017%204%2012%204zm0%205c1.38%200%202.5%201.12%202.5%202.5S13.38%2014%2012%2014s-2.5-1.12-2.5-2.5S10.62%209%2012%209m0-2c-2.48%200-4.5%202.02-4.5%204.5S9.52%2016%2012%2016s4.5-2.02%204.5-4.5S14.48%207%2012%207z'/%3e%3c/svg%3e");
}

.icon-zoom-in:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014zm.5-7H9v2H7v1h2v2h1v-2h2V9h-2z'/%3e%3c/svg%3e");
}

.icon-zoom-out:not(a) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014zM7%209h5v1H7z'/%3e%3c/svg%3e");
}

.hide-base-svg {
  display: none;
}

.form-group {
  margin-top: 24px;
}
.form-group:first-child {
  margin-top: 0;
}

.form-group-radio, .form-group-checkbox {
  margin-top: 8px;
  position: relative;
}

.form-hint {
  display: block;
  color: #747474;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: normal;
  font-weight: 400;
}

.form-label {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
.form-label.disabled {
  color: #747474;
  font-weight: 500;
}

.form-input {
  appearance: none;
  border: 1px solid #747474;
  border-radius: 4px;
  color: #1a1a1a;
  display: block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  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.4rem + 16px);
  }
}
.form-input:focus, .form-input.focus {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.form-input::placeholder {
  color: #747474;
  font-style: italic;
  opacity: 1;
  font-weight: 400;
}

table .form-input {
  margin-top: 0;
}

textarea.form-input {
  height: auto;
}

textarea.no-resize {
  resize: none;
}

.form-input-wrapper {
  display: flex;
}
.form-input-wrapper .form-input {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.form-input-wrapper .form-input:focus {
  position: relative;
  z-index: 1;
}
.form-input-wrapper .form-input-prefix + .form-input, .form-input-wrapper.form-input-wrapper--prefix .form-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-input-wrapper.form-input-wrapper--suffix .form-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-input-wrapper .form-input-prefix, .form-input-wrapper .form-input-suffix {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 40px;
  padding: calc(8px - 1px) calc(8px - 1px);
  margin-top: 8px;
  border: 1px solid #747474;
  background-color: #F5F5F5;
  text-align: center;
  white-space: nowrap;
  cursor: default;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.form-input-wrapper .form-input-suffix {
  border-left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.form-input-wrapper .form-input-prefix {
  border-right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-select {
  background-color: white;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'/%3e%3c/svg%3e");
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
  border: 1px solid #747474;
  border-radius: 4px;
  color: #1a1a1a;
  display: block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  height: calc(2.4rem + 16px);
  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;
}
.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: transparent;
  color: #747474;
  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;
  color: #1a1a1a;
  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 #CC0000;
  padding: calc(8px - 2px) calc(16px - 2px);
}

input[type=text]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
textarea:disabled {
  background-color: transparent;
  border-color: #DCDCDC;
  color: #747474;
  cursor: not-allowed;
}

input[readonly][type=text], textarea[readonly] {
  background-color: #F5F5F5;
  color: #1a1a1a;
  border: 1px solid #DCDCDC;
  cursor: default;
}

.form-limit .form-limit-error {
  border: 2px solid #CC0000;
  padding: calc(8px - 2px) calc(16px - 2px);
}
.form-limit .character-limit {
  margin-top: 4px;
}
.form-limit .character-limit.limit-exceeded {
  color: #CC0000;
}

.form-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

.form-radio {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  margin: 0;
  opacity: 0;
  left: 0px;
  top: 3px;
}

.form-checkbox + label,
.form-radio + label {
  cursor: pointer;
  font-weight: 400;
  line-height: 2.4rem;
  margin-bottom: 0;
  display: inline-block;
  outline: none;
  color: #1a1a1a;
  position: relative;
  padding-left: calc(20px + 8px);
  min-height: 20px;
}

.form-checkbox + label + .form-hint,
.form-radio + label + .form-hint {
  padding-left: calc(20px + 8px);
}

.form-checkbox + label::before,
.form-radio + label::before {
  content: "";
  display: inline-block;
  background: white;
  border-radius: 2px;
  border: 2px solid #1a1a1a;
  height: 20px;
  line-height: 2.4rem;
  margin-right: 8px;
  width: 20px;
  position: absolute;
  top: 3px;
  left: 0;
}

.form-checkbox.checkbox-large + label {
  padding-top: 8px;
  padding-left: calc(32px + 8px);
  padding-bottom: 8px;
  min-height: 32px;
}
.form-checkbox.checkbox-large + label:before {
  height: 32px;
  width: 32px;
}

.form-checkbox.checkbox-large + label + .form-hint {
  padding-left: calc(32px + 8px);
  margin-top: -8px;
}

.form-radio {
  height: 20px;
  width: 20px;
}
.form-radio.radio-large {
  height: 32px;
  width: 32px;
}

.form-radio + label::before {
  border-radius: 100%;
  height: 20px;
  width: 20px;
}

.form-radio.radio-large + label {
  padding-top: 8px;
  padding-left: calc(32px + 8px);
  padding-bottom: 8px;
}
.form-radio.radio-large + label:before {
  height: 32px;
  width: 32px;
}

.form-radio.radio-large + label + .form-hint {
  padding-left: calc(32px + 8px);
  margin-top: -8px;
}

.form-checkbox.checkbox-large {
  width: 20px;
  height: 20px;
}
.form-checkbox.checkbox-large.checkbox-large {
  width: 32px;
  height: 32px;
}

.form-checkbox:checked + label:before {
  background-color: #1a1a1a;
}
.form-checkbox:checked + label:after {
  content: "";
  height: 7px;
  width: 12px;
  position: absolute;
  left: 4px;
  top: 5px;
  box-shadow: -2px 2px 0 0 #fff;
  transform: rotate(-46deg);
}

.form-checkbox.checkbox-large {
  width: 22px;
  height: 22px;
}

.form-checkbox.checkbox-large:checked + label:after {
  height: 12px;
  width: 20px;
  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(20px - 10px);
  width: calc(20px - 10px);
  background-color: #1a1a1a;
  position: absolute;
  left: 5px;
  top: 8px;
  border-radius: 100%;
}

.form-radio.radio-large:checked + label:after {
  content: "";
  height: calc(32px - 16px);
  width: calc(32px - 16px);
  left: 8px;
  top: 11px;
}

.form-checkbox:disabled + label,
.form-radio:disabled + label {
  color: #747474;
  cursor: not-allowed;
}
.form-checkbox:disabled + label:before,
.form-radio:disabled + label:before {
  border-color: #747474;
  background-color: transparent;
}

.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 {
  outline: 4px solid #747474;
  outline-offset: 1px;
}

.form-checkbox[aria-checked=mixed] + label:before {
  background-color: #1a1a1a;
}
.form-checkbox[aria-checked=mixed] + label:after {
  content: "";
  height: 2px;
  width: 8px;
  left: 8px;
  top: 10px;
  position: absolute;
  box-shadow: -2px 2px 0 0 white;
}

.form-checkbox.checkbox-large[aria-checked=mixed] + label:after {
  width: 12px;
  left: 13px;
  top: 16px;
  box-shadow: -3px 3px 0 0 white;
}

.checkbox-content, .radio-content {
  padding-left: calc(20px - 4px);
  padding-top: 16px;
  padding-bottom: 24px;
  border-left: 4px solid #BFBFBF;
  margin-left: 8px;
  margin-top: 4px;
  margin-bottom: 8px;
}
.checkbox-content-large, .radio-content-large {
  padding-left: calc(28px - 4px - 4px / 2);
  margin-left: 14px;
}
.checkbox-content[aria-hidden=true], .radio-content[aria-hidden=true] {
  display: none;
}

[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: #BFBFBF;
  border: 1px solid #747474;
  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: -0.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;
}

.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;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
ul > li {
  margin-top: 8px;
  list-style-type: none;
  position: relative;
  padding-left: 16px;
  line-height: 2.4rem;
}
ul > li::before {
  content: "•";
  position: absolute;
  left: 0px;
  top: -1px;
  font-size: 2rem;
}

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: normal;
}

.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;
}

.bordered-list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.bordered-list > li {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.bordered-list > li::before {
  content: "" !important;
  padding-right: 0 !important;
}
.bordered-list {
  border-top: 1px solid #BFBFBF;
}
.bordered-list li {
  padding: 8px 0px;
  border-bottom: 1px solid #BFBFBF;
}

.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: 14px;
}
.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);
}

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

@-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 0.2s ease;
}

.collapse-transition-expand {
  position: relative;
  overflow: hidden;
  transition: height 0.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(34px + 4ch);
}
@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-4, select.input-char-4, textarea.input-char-4 {
  width: 100%;
}
input.input-char-8, select.input-char-8, textarea.input-char-8 {
  max-width: calc(34px + 8ch);
}
@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-8, select.input-char-8, textarea.input-char-8 {
  width: 100%;
}
input.input-char-11, select.input-char-11, textarea.input-char-11 {
  max-width: calc(34px + 11ch);
}
@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-11, select.input-char-11, textarea.input-char-11 {
  width: 100%;
}
input.input-char-27, select.input-char-27, textarea.input-char-27 {
  max-width: calc(34px + 27ch);
}
@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;
}
input.input-char-27, select.input-char-27, textarea.input-char-27 {
  width: 100%;
}

.table {
  margin: 0;
  line-height: 2.4rem;
  border: 1px solid #747474;
  width: 100%;
  color: #1a1a1a;
  font-size: 1.6rem;
  border-collapse: inherit;
  border-spacing: 0;
}
.table td,
.table th {
  padding-left: 16px;
  padding-top: 16px;
  padding-right: 15px;
  padding-bottom: 15px;
  border-right: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  background-color: inherit;
  vertical-align: top;
  text-align: left;
}
.table td:last-child,
.table th:last-child {
  border-right: none;
}
.table td.break-word,
.table th.break-word {
  word-break: break-all;
}
.table td.vertical-align-middle,
.table th.vertical-align-middle {
  vertical-align: middle;
}
.table td.vertical-align-top,
.table th.vertical-align-top {
  vertical-align: top;
}
.table td.vertical-align-bottom,
.table th.vertical-align-bottom {
  vertical-align: bottom;
}
.table thead {
  background-color: #F5F5F5;
}
.table thead th {
  font-weight: 600;
  padding-top: 15px;
}
.table thead th:first-child {
  padding-left: 15px;
}
.table thead th.table-header-no-wrap {
  white-space: nowrap;
}
.table thead th button,
.table thead th .button {
  width: auto;
}
.table tbody th {
  font-weight: 600;
}
.table tbody tr {
  background-color: transparent;
}
.table tbody tr td:first-child,
.table tbody tr th:first-child {
  padding-left: 15px;
}
.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom: none;
}
.table.table--compact th,
.table.table--compact td {
  padding-top: 8px;
  padding-bottom: 7px;
}
.table.table--compact thead th {
  padding-top: 7px;
}
.table.table--extracompact th,
.table.table--extracompact td {
  padding-top: 1px;
  padding-bottom: 0;
}
.table.table--extracompact thead th {
  padding-top: 0;
}
.table.table--borderless, .table.structured-list {
  border: none;
}
.table.table--borderless td,
.table.table--borderless th, .table.structured-list td,
.table.structured-list th {
  padding-right: 16px;
  border-right: none;
}
.table.table--borderless thead tr td:first-child,
.table.table--borderless thead tr th:first-child,
.table.table--borderless tbody tr td:first-child,
.table.table--borderless tbody tr th:first-child, .table.structured-list thead tr td:first-child,
.table.structured-list thead tr th:first-child,
.table.structured-list tbody tr td:first-child,
.table.structured-list tbody tr th:first-child {
  padding-left: 0;
}
.table.table--borderless thead tr td:last-child,
.table.table--borderless thead tr th:last-child,
.table.table--borderless tbody tr td:last-child,
.table.table--borderless tbody tr th:last-child, .table.structured-list thead tr td:last-child,
.table.structured-list thead tr th:last-child,
.table.structured-list tbody tr td:last-child,
.table.structured-list tbody tr th:last-child {
  padding-right: 0;
}
.table.table--borderless thead, .table.structured-list thead {
  background-color: transparent;
}
.table.table--borderless thead th, .table.structured-list thead th {
  padding-top: 16px;
}
.table.table--borderless tbody tr:last-child td,
.table.table--borderless tbody tr:last-child th, .table.structured-list tbody tr:last-child td,
.table.structured-list tbody tr:last-child th {
  border-bottom: 1px solid #BFBFBF;
}
.table.table--borderless.table--compact thead th, .table.structured-list.table--compact thead th {
  padding-top: 8px;
}
.table.table--borderless.table--extracompact thead th, .table.structured-list.table--extracompact thead th {
  padding-top: 1px;
}
.table.table--zebra td,
.table.table--zebra th {
  border-right: 0;
  padding-right: 16px;
}
.table.table--zebra td:last-child,
.table.table--zebra th:last-child {
  padding-right: 15px;
}
.table.table--zebra tr:nth-child(even) {
  background-color: #F5F5F5;
}
.table.table--zebra tbody tr:nth-child(odd) {
  background-color: white;
}
.table.table--zebra.table--borderless td,
.table.table--zebra.table--borderless th {
  border: 0;
  padding: 16px;
}
.table.table--zebra.table--borderless thead tr td:first-child,
.table.table--zebra.table--borderless thead tr th:first-child,
.table.table--zebra.table--borderless tbody tr td:first-child,
.table.table--zebra.table--borderless tbody tr th:first-child {
  padding-left: 16px;
}
.table.table--zebra.table--borderless thead tr td:last-child,
.table.table--zebra.table--borderless thead tr th:last-child,
.table.table--zebra.table--borderless tbody tr td:last-child,
.table.table--zebra.table--borderless tbody tr th:last-child {
  padding-right: 16px;
}
.table.table--zebra.table--borderless thead {
  background-color: #F5F5F5;
}
.table.table--zebra.table--borderless tbody tr:last-child td,
.table.table--zebra.table--borderless tbody tr:last-child th {
  border-bottom: none;
}
.table.table--zebra.table--borderless.table--compact td,
.table.table--zebra.table--borderless.table--compact th {
  padding-bottom: 8px;
  padding-top: 8px;
}
.table.table--zebra.table--borderless.table--extracompact td,
.table.table--zebra.table--borderless.table--extracompact th {
  padding-bottom: 1px;
  padding-top: 1px;
}
.table.structured-list tbody tr:first-child td,
.table.structured-list tbody tr:first-child th {
  border-top: 1px solid #BFBFBF;
}
.table.structured-list.table--zebra tbody tr:first-child td,
.table.structured-list.table--zebra tbody tr:first-child th {
  border-top: none;
}
@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: none;
  }
  .table.table--responsive-headers td,
  .table.table--responsive-headers th {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .table.table--responsive-headers td:last-child,
  .table.table--responsive-headers th:last-child {
    padding-bottom: 15px;
  }
  .table.table--responsive-headers td[data-title]:not([data-title=""]):before,
  .table.table--responsive-headers th[data-title]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
  }
  .table.table--responsive-headers.table--compact th,
  .table.table--responsive-headers.table--compact td {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .table.table--responsive-headers.table--compact th:last-child,
  .table.table--responsive-headers.table--compact td:last-child {
    padding-bottom: 7px;
  }
  .table.table--responsive-headers.table--extracompact th,
  .table.table--responsive-headers.table--extracompact td {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .table.table--responsive-headers.table--extracompact th:last-child,
  .table.table--responsive-headers.table--extracompact td:last-child {
    padding-bottom: 0px;
  }
  .table.table--responsive-headers.table--borderless td,
  .table.table--responsive-headers.table--borderless th, .table.table--responsive-headers.structured-list td,
  .table.table--responsive-headers.structured-list th {
    padding-left: 0;
    padding-right: 0;
  }
  .table.table--responsive-headers.table--borderless tr:first-child td:first-child,
  .table.table--responsive-headers.table--borderless tr:first-child th:first-child, .table.table--responsive-headers.structured-list tr:first-child td:first-child,
  .table.table--responsive-headers.structured-list tr:first-child th:first-child {
    border-top: 1px solid #BFBFBF;
  }
  .table.table--responsive-headers.table--borderless tr:last-child td,
  .table.table--responsive-headers.table--borderless tr:last-child th, .table.table--responsive-headers.structured-list tr:last-child td,
  .table.table--responsive-headers.structured-list tr:last-child th {
    border-bottom: none;
  }
  .table.table--responsive-headers.table--borderless tr:last-child td:last-child,
  .table.table--responsive-headers.table--borderless tr:last-child th:last-child, .table.table--responsive-headers.structured-list tr:last-child td:last-child,
  .table.table--responsive-headers.structured-list tr:last-child th:last-child {
    border-bottom: 1px solid #BFBFBF;
  }
  .table.table--responsive-headers.table--zebra.table--borderless td,
  .table.table--responsive-headers.table--zebra.table--borderless th {
    padding-left: 16px;
    padding-right: 16px;
  }
  .table.table--responsive-headers.structured-list tbody tr:first-child td {
    border-top: none;
  }
  .table.table--responsive-headers.structured-list tbody tr th {
    padding-bottom: 0;
  }
  .table.table--responsive-headers.structured-list tbody tr td:first-of-type {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .table.table-sm-responsive-headers {
    display: block;
  }
  .table.table-sm-responsive-headers thead {
    display: none;
  }
  .table.table-sm-responsive-headers tbody,
  .table.table-sm-responsive-headers tr {
    display: block;
  }
  .table.table-sm-responsive-headers tr {
    border-bottom: 1px solid #BFBFBF;
  }
  .table.table-sm-responsive-headers tr:last-child {
    border-bottom: none;
  }
  .table.table-sm-responsive-headers td,
  .table.table-sm-responsive-headers th {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .table.table-sm-responsive-headers td:last-child,
  .table.table-sm-responsive-headers th:last-child {
    padding-bottom: 15px;
  }
  .table.table-sm-responsive-headers td[data-title]:not([data-title=""]):before,
  .table.table-sm-responsive-headers th[data-title]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
  }
  .table.table-sm-responsive-headers.table--compact th,
  .table.table-sm-responsive-headers.table--compact td {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .table.table-sm-responsive-headers.table--compact th:last-child,
  .table.table-sm-responsive-headers.table--compact td:last-child {
    padding-bottom: 7px;
  }
  .table.table-sm-responsive-headers.table--extracompact th,
  .table.table-sm-responsive-headers.table--extracompact td {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .table.table-sm-responsive-headers.table--extracompact th:last-child,
  .table.table-sm-responsive-headers.table--extracompact td:last-child {
    padding-bottom: 0px;
  }
  .table.table-sm-responsive-headers.table--borderless td,
  .table.table-sm-responsive-headers.table--borderless th, .table.table-sm-responsive-headers.structured-list td,
  .table.table-sm-responsive-headers.structured-list th {
    padding-left: 0;
    padding-right: 0;
  }
  .table.table-sm-responsive-headers.table--borderless tr:first-child td:first-child,
  .table.table-sm-responsive-headers.table--borderless tr:first-child th:first-child, .table.table-sm-responsive-headers.structured-list tr:first-child td:first-child,
  .table.table-sm-responsive-headers.structured-list tr:first-child th:first-child {
    border-top: 1px solid #BFBFBF;
  }
  .table.table-sm-responsive-headers.table--borderless tr:last-child td,
  .table.table-sm-responsive-headers.table--borderless tr:last-child th, .table.table-sm-responsive-headers.structured-list tr:last-child td,
  .table.table-sm-responsive-headers.structured-list tr:last-child th {
    border-bottom: none;
  }
  .table.table-sm-responsive-headers.table--borderless tr:last-child td:last-child,
  .table.table-sm-responsive-headers.table--borderless tr:last-child th:last-child, .table.table-sm-responsive-headers.structured-list tr:last-child td:last-child,
  .table.table-sm-responsive-headers.structured-list tr:last-child th:last-child {
    border-bottom: 1px solid #BFBFBF;
  }
  .table.table-sm-responsive-headers.table--zebra.table--borderless td,
  .table.table-sm-responsive-headers.table--zebra.table--borderless th {
    padding-left: 16px;
    padding-right: 16px;
  }
  .table.table-sm-responsive-headers.structured-list tbody tr:first-child td {
    border-top: none;
  }
  .table.table-sm-responsive-headers.structured-list tbody tr th {
    padding-bottom: 0;
  }
  .table.table-sm-responsive-headers.structured-list tbody tr td:first-of-type {
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .table.table-md-responsive-headers {
    display: block;
  }
  .table.table-md-responsive-headers thead {
    display: none;
  }
  .table.table-md-responsive-headers tbody,
  .table.table-md-responsive-headers tr {
    display: block;
  }
  .table.table-md-responsive-headers tr {
    border-bottom: 1px solid #BFBFBF;
  }
  .table.table-md-responsive-headers tr:last-child {
    border-bottom: none;
  }
  .table.table-md-responsive-headers td,
  .table.table-md-responsive-headers th {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .table.table-md-responsive-headers td:last-child,
  .table.table-md-responsive-headers th:last-child {
    padding-bottom: 15px;
  }
  .table.table-md-responsive-headers td[data-title]:not([data-title=""]):before,
  .table.table-md-responsive-headers th[data-title]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
  }
  .table.table-md-responsive-headers.table--compact th,
  .table.table-md-responsive-headers.table--compact td {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .table.table-md-responsive-headers.table--compact th:last-child,
  .table.table-md-responsive-headers.table--compact td:last-child {
    padding-bottom: 7px;
  }
  .table.table-md-responsive-headers.table--extracompact th,
  .table.table-md-responsive-headers.table--extracompact td {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .table.table-md-responsive-headers.table--extracompact th:last-child,
  .table.table-md-responsive-headers.table--extracompact td:last-child {
    padding-bottom: 0px;
  }
  .table.table-md-responsive-headers.table--borderless td,
  .table.table-md-responsive-headers.table--borderless th, .table.table-md-responsive-headers.structured-list td,
  .table.table-md-responsive-headers.structured-list th {
    padding-left: 0;
    padding-right: 0;
  }
  .table.table-md-responsive-headers.table--borderless tr:first-child td:first-child,
  .table.table-md-responsive-headers.table--borderless tr:first-child th:first-child, .table.table-md-responsive-headers.structured-list tr:first-child td:first-child,
  .table.table-md-responsive-headers.structured-list tr:first-child th:first-child {
    border-top: 1px solid #BFBFBF;
  }
  .table.table-md-responsive-headers.table--borderless tr:last-child td,
  .table.table-md-responsive-headers.table--borderless tr:last-child th, .table.table-md-responsive-headers.structured-list tr:last-child td,
  .table.table-md-responsive-headers.structured-list tr:last-child th {
    border-bottom: none;
  }
  .table.table-md-responsive-headers.table--borderless tr:last-child td:last-child,
  .table.table-md-responsive-headers.table--borderless tr:last-child th:last-child, .table.table-md-responsive-headers.structured-list tr:last-child td:last-child,
  .table.table-md-responsive-headers.structured-list tr:last-child th:last-child {
    border-bottom: 1px solid #BFBFBF;
  }
  .table.table-md-responsive-headers.table--zebra.table--borderless td,
  .table.table-md-responsive-headers.table--zebra.table--borderless th {
    padding-left: 16px;
    padding-right: 16px;
  }
  .table.table-md-responsive-headers.structured-list tbody tr:first-child td {
    border-top: none;
  }
  .table.table-md-responsive-headers.structured-list tbody tr th {
    padding-bottom: 0;
  }
  .table.table-md-responsive-headers.structured-list tbody tr td:first-of-type {
    padding-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .table.table-lg-responsive-headers {
    display: block;
  }
  .table.table-lg-responsive-headers thead {
    display: none;
  }
  .table.table-lg-responsive-headers tbody,
  .table.table-lg-responsive-headers tr {
    display: block;
  }
  .table.table-lg-responsive-headers tr {
    border-bottom: 1px solid #BFBFBF;
  }
  .table.table-lg-responsive-headers tr:last-child {
    border-bottom: none;
  }
  .table.table-lg-responsive-headers td,
  .table.table-lg-responsive-headers th {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .table.table-lg-responsive-headers td:last-child,
  .table.table-lg-responsive-headers th:last-child {
    padding-bottom: 15px;
  }
  .table.table-lg-responsive-headers td[data-title]:not([data-title=""]):before,
  .table.table-lg-responsive-headers th[data-title]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
  }
  .table.table-lg-responsive-headers.table--compact th,
  .table.table-lg-responsive-headers.table--compact td {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .table.table-lg-responsive-headers.table--compact th:last-child,
  .table.table-lg-responsive-headers.table--compact td:last-child {
    padding-bottom: 7px;
  }
  .table.table-lg-responsive-headers.table--extracompact th,
  .table.table-lg-responsive-headers.table--extracompact td {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .table.table-lg-responsive-headers.table--extracompact th:last-child,
  .table.table-lg-responsive-headers.table--extracompact td:last-child {
    padding-bottom: 0px;
  }
  .table.table-lg-responsive-headers.table--borderless td,
  .table.table-lg-responsive-headers.table--borderless th, .table.table-lg-responsive-headers.structured-list td,
  .table.table-lg-responsive-headers.structured-list th {
    padding-left: 0;
    padding-right: 0;
  }
  .table.table-lg-responsive-headers.table--borderless tr:first-child td:first-child,
  .table.table-lg-responsive-headers.table--borderless tr:first-child th:first-child, .table.table-lg-responsive-headers.structured-list tr:first-child td:first-child,
  .table.table-lg-responsive-headers.structured-list tr:first-child th:first-child {
    border-top: 1px solid #BFBFBF;
  }
  .table.table-lg-responsive-headers.table--borderless tr:last-child td,
  .table.table-lg-responsive-headers.table--borderless tr:last-child th, .table.table-lg-responsive-headers.structured-list tr:last-child td,
  .table.table-lg-responsive-headers.structured-list tr:last-child th {
    border-bottom: none;
  }
  .table.table-lg-responsive-headers.table--borderless tr:last-child td:last-child,
  .table.table-lg-responsive-headers.table--borderless tr:last-child th:last-child, .table.table-lg-responsive-headers.structured-list tr:last-child td:last-child,
  .table.table-lg-responsive-headers.structured-list tr:last-child th:last-child {
    border-bottom: 1px solid #BFBFBF;
  }
  .table.table-lg-responsive-headers.table--zebra.table--borderless td,
  .table.table-lg-responsive-headers.table--zebra.table--borderless th {
    padding-left: 16px;
    padding-right: 16px;
  }
  .table.table-lg-responsive-headers.structured-list tbody tr:first-child td {
    border-top: none;
  }
  .table.table-lg-responsive-headers.structured-list tbody tr th {
    padding-bottom: 0;
  }
  .table.table-lg-responsive-headers.structured-list tbody tr td:first-of-type {
    padding-top: 0;
  }
}
@media screen {
  .table.table-xxl-responsive-headers {
    display: block;
  }
  .table.table-xxl-responsive-headers thead {
    display: none;
  }
  .table.table-xxl-responsive-headers tbody,
  .table.table-xxl-responsive-headers tr {
    display: block;
  }
  .table.table-xxl-responsive-headers tr {
    border-bottom: 1px solid #BFBFBF;
  }
  .table.table-xxl-responsive-headers tr:last-child {
    border-bottom: none;
  }
  .table.table-xxl-responsive-headers td,
  .table.table-xxl-responsive-headers th {
    display: block;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .table.table-xxl-responsive-headers td:last-child,
  .table.table-xxl-responsive-headers th:last-child {
    padding-bottom: 15px;
  }
  .table.table-xxl-responsive-headers td[data-title]:not([data-title=""]):before,
  .table.table-xxl-responsive-headers th[data-title]:not([data-title=""]):before {
    content: attr(data-title);
    text-align: left;
    display: block;
    font-weight: 600;
  }
  .table.table-xxl-responsive-headers.table--compact th,
  .table.table-xxl-responsive-headers.table--compact td {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .table.table-xxl-responsive-headers.table--compact th:last-child,
  .table.table-xxl-responsive-headers.table--compact td:last-child {
    padding-bottom: 7px;
  }
  .table.table-xxl-responsive-headers.table--extracompact th,
  .table.table-xxl-responsive-headers.table--extracompact td {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .table.table-xxl-responsive-headers.table--extracompact th:last-child,
  .table.table-xxl-responsive-headers.table--extracompact td:last-child {
    padding-bottom: 0px;
  }
  .table.table-xxl-responsive-headers.table--borderless td,
  .table.table-xxl-responsive-headers.table--borderless th, .table.table-xxl-responsive-headers.structured-list td,
  .table.table-xxl-responsive-headers.structured-list th {
    padding-left: 0;
    padding-right: 0;
  }
  .table.table-xxl-responsive-headers.table--borderless tr:first-child td:first-child,
  .table.table-xxl-responsive-headers.table--borderless tr:first-child th:first-child, .table.table-xxl-responsive-headers.structured-list tr:first-child td:first-child,
  .table.table-xxl-responsive-headers.structured-list tr:first-child th:first-child {
    border-top: 1px solid #BFBFBF;
  }
  .table.table-xxl-responsive-headers.table--borderless tr:last-child td,
  .table.table-xxl-responsive-headers.table--borderless tr:last-child th, .table.table-xxl-responsive-headers.structured-list tr:last-child td,
  .table.table-xxl-responsive-headers.structured-list tr:last-child th {
    border-bottom: none;
  }
  .table.table-xxl-responsive-headers.table--borderless tr:last-child td:last-child,
  .table.table-xxl-responsive-headers.table--borderless tr:last-child th:last-child, .table.table-xxl-responsive-headers.structured-list tr:last-child td:last-child,
  .table.table-xxl-responsive-headers.structured-list tr:last-child th:last-child {
    border-bottom: 1px solid #BFBFBF;
  }
  .table.table-xxl-responsive-headers.table--zebra.table--borderless td,
  .table.table-xxl-responsive-headers.table--zebra.table--borderless th {
    padding-left: 16px;
    padding-right: 16px;
  }
  .table.table-xxl-responsive-headers.structured-list tbody tr:first-child td {
    border-top: none;
  }
  .table.table-xxl-responsive-headers.structured-list tbody tr th {
    padding-bottom: 0;
  }
  .table.table-xxl-responsive-headers.structured-list tbody tr td:first-of-type {
    padding-top: 0;
  }
}

.table--selectable tbody tr:hover, .table--selectable.table.table--zebra tr:nth-child(even):hover, .table--selectable.table.table--zebra tr:nth-child(odd):hover {
  background-color: #F5F5F5;
}
.table--selectable.table.table--zebra tr.table-row-selected:nth-child(even), .table--selectable.table.table--zebra tr.table-row-selected:nth-child(odd),
.table--selectable .table-row-selected {
  background-color: #DCDCDC;
}

.table-actions {
  border-right: 1px solid #747474;
  border-bottom: 1px solid #747474;
  border-left: 1px solid #747474;
  overflow: hidden;
  padding: 16px 15px 15px 15px;
}
.table-actions .table-selected-number {
  margin-top: 0px;
}
.table-actions .table-selected-number.no-selected {
  color: #747474;
}

.table--responsive-scroll {
  overflow-x: auto;
  min-height: 0.01%;
  padding: 5px;
  margin: -5px;
}

hr {
  border-top: 1px solid #BFBFBF;
  display: block;
  border-bottom-width: 0;
}

/*
----------------------------------------
Accordion
----------------------------------------
*/
.accordion-button, .tabnav > 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;
  min-height: auto;
}
.accordion-button:hover, .tabnav > button:hover, .accordion-button:focus, .tabnav > button:focus {
  background-color: transparent;
  color: inherit;
}
.accordion-button, .tabnav > button {
  background-color: #F5F5F5;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'/%3e%3c/svg%3e");
  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.4rem;
  padding: 1.6rem 1.6rem 1.6rem 5.6rem;
  width: 100%;
  font-size: 1.6rem;
  position: relative;
  transition: none;
  border-radius: 3px;
  border: 1px solid #747474;
}
.accordion-button:hover, .tabnav > button:hover {
  background-color: #DCDCDC;
  color: #1a1a1a;
}
.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;
}
.accordion-button .accordion-icon:hover .icon-svg, .tabnav > button .accordion-icon:hover .icon-svg {
  fill: #1a1a1a;
}

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("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
}
button.accordion-bulk-button[data-accordion-bulk-expand=false] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'/%3e%3c/svg%3e");
}

.accordion, .tabnav {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.accordion > li, .tabnav > li {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.accordion > li::before, .tabnav > li::before {
  content: "" !important;
  padding-right: 0 !important;
}
.accordion, .tabnav {
  margin: 0;
  padding: 0;
  width: 100%;
}
.accordion > ul li ul, .tabnav > ul li ul {
  list-style: disc;
}
.accordion > ul li ul > li > ul, .tabnav > ul li ul > li > ul {
  list-style: circle;
}
.accordion > ul li ul > li > ul > li > ul, .tabnav > ul li ul > li > ul > li > ul {
  list-style: square;
}
.accordion + .accordion, .tabnav + .accordion, .accordion + .tabnav, .tabnav + .tabnav {
  margin-top: 0.8rem;
}
.accordion > li, .tabnav > li {
  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 {
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: normal;
  max-width: none;
}

.accordion-content, .tabnav-panel {
  background-color: white;
  color: #1a1a1a;
  overflow: auto;
  padding: 1.6rem;
  border-bottom: 1px solid #747474;
  border-left: 1px solid #747474;
  border-right: 1px solid #747474;
  border-radius: 0 0 3px 3px;
}
.accordion-content p, .tabnav-panel p, .accordion-content h1, .tabnav-panel h1, .accordion-content h2, .tabnav-panel h2, .accordion-content h3, .tabnav-panel h3, .accordion-content h4, .tabnav-panel h4, .accordion-content h5, .tabnav-panel h5, .accordion-content .h1, .tabnav-panel .h1, .accordion-content .h2, .tabnav-panel .h2, .accordion-content .h3, .tabnav-panel .h3, .accordion-content .h4, .tabnav-panel .h4, .accordion-content .h5, .tabnav-panel .h5 {
  color: #1a1a1a;
}
.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], [aria-hidden=true].tabnav-panel {
  display: none;
}

.accordion-button.accordion-error, .tabnav > button.accordion-error {
  border: 2px solid #CC0000;
}

.accordion-button[aria-expanded=true], .tabnav > button[aria-expanded=true] {
  background-color: #DCDCDC;
  border-radius: 3px 3px 0 0;
}
.accordion-button[aria-expanded=true]:not(.accordion-error), .tabnav > button[aria-expanded=true]:not(.accordion-error) {
  border-bottom: 1px solid #BFBFBF;
}

.accordion-button[aria-expanded=false], .tabnav > button[aria-expanded=false] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 2.4rem;
  border-radius: 3px;
}

/*
----------------------------------------
Alert
----------------------------------------
*/
.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 #999999;
}
.alert:first-child {
  margin-top: 0;
}
.alert.alert--paragraph {
  max-width: 66ch;
}
.alert .alert-close {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.alert .alert-close:hover, .alert .alert-close:focus {
  background-color: transparent;
  color: inherit;
}
.alert .alert-close {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #1a1a1a;
  text-decoration: underline;
}
.alert .alert-close .icon-svg {
  margin-right: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
.alert .alert-heading {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  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 .alert-text a, .alert .alert-text a:link, .alert .alert-text a:active, .alert .alert-text a:visited, .alert .alert-text a:hover {
  color: #1a1a1a;
}

.alert-success {
  background-color: #eeffe2;
  border-color: #358000;
}
.alert-success.alert--show-icon {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm4.59-12.42L10%2014.17l-2.59-2.58L6%2013l4%204%208-8z'/%3e%3c/svg%3e");
  padding-left: calc(16px + 24px + 8px);
}

.alert-warning {
  background-color: #ffeecc;
  border-color: #febb30;
}
.alert-warning.alert--show-icon {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%205.99L19.53%2019H4.47L12%205.99M12%202L1%2021h22L12%202zm1%2014h-2v2h2v-2zm0-6h-2v4h2v-4z'/%3e%3c/svg%3e");
  padding-left: calc(16px + 24px + 8px);
}

.alert-error {
  background-color: #ffe0e0;
  border-color: #CC0000;
}
.alert-error.alert--show-icon {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.59%208L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208zM12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");
  padding-left: calc(16px + 24px + 8px);
}

.alert-info {
  background-color: #e2f2fb;
  border-color: #1B86C3;
}
.alert-info.alert--show-icon {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11%207h2v2h-2zm0%204h2v6h-2zm1-9C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'/%3e%3c/svg%3e");
  padding-left: calc(16px + 24px + 8px);
}

.alert + .alert {
  margin-top: 16px;
}

.button.back-to-top-button {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  width: auto;
  background-color: white;
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: auto;
  top: auto;
  z-index: 1;
}
.button.back-to-top-button.button-tertiary {
  background-color: white;
}
.button.back-to-top-button.footer-sticky {
  position: absolute;
  bottom: auto;
  top: auto;
  margin-top: 16px;
  z-index: auto;
}
@media (max-width: 991px) {
  .button.back-to-top-button .icon-svg {
    margin-right: 0;
  }
}

.breadcrumbs {
  color: #1a1a1a;
  font-size: 1.4rem;
}

.breadcrumbs__list:after {
  content: "";
  display: block;
  clear: both;
}
.breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.breadcrumbs__list-item {
  display: block;
  list-style-type: none;
  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: white;
  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;
  max-height: 75vh;
  overflow-y: auto;
}
.cookie-container .cookie-message p, .cookie-container .cookie-message h1, .cookie-container .cookie-message h2, .cookie-container .cookie-message h3, .cookie-container .cookie-message h4, .cookie-container .cookie-message h5, .cookie-container .cookie-message h6, .cookie-container .cookie-message .h1, .cookie-container .cookie-message .h2, .cookie-container .cookie-message .h3, .cookie-container .cookie-message .h4, .cookie-container .cookie-message .h5, .cookie-container .cookie-message .h6 {
  color: #1a1a1a;
}
@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::marker, .details .details-summary::-webkit-details-marker {
  display: none;
}
.details[open] .details-summary {
  margin-bottom: 8px;
}
.details[open] .details-summary:before {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M7%2010l5%205%205-5H7z'/%3e%3c/svg%3e");
  background-position: -10px -8px;
}
.details .details-summary {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
}
.details .details-summary:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%2017l5-5-5-5v10z'/%3e%3c/svg%3e");
  background-position: -14px -8px;
  background-repeat: no-repeat;
  background-size: 3.4rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 4px;
}
.details .details-summary:focus {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.details .details-summary .details-summary-text {
  text-decoration: underline;
}
.details .details-text {
  padding: 16px;
  border-left: 4px solid #BFBFBF;
  box-sizing: border-box;
}
.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 {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__button:hover, .date-picker__button:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__button {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%203h-1V1h-2v2H8V1H6v2H5c-1.11%200-1.99.9-1.99%202L3%2019c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm0%2016H5V9h14v10zm0-12H5V5h14v2zm-2%205h-5v5h5v-5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  align-self: stretch;
  background-color: transparent;
  background-position: center;
  margin-top: 0.5em;
  width: 3em;
  display: block;
  cursor: pointer;
}

.date-picker--initialized .date-picker__wrapper {
  display: flex;
}

.date-picker__calendar {
  border: 1px solid #747474;
  background-color: white;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
  .date-picker__calendar {
    width: 344px;
  }
}
.date-picker__calendar {
  z-index: 100;
  margin-top: 4px;
}

.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: 400;
}
.date-picker__calendar__table td {
  padding: 0;
}
.date-picker__calendar__table td:first-of-type .date-picker__calendar__date:after {
  border-left-width: 0px;
}
.date-picker__calendar__table td:last-of-type .date-picker__calendar__date:after {
  border-right-width: 0px;
}

.date-picker__calendar__month-picker .date-picker__calendar__table thead, .date-picker__calendar__month-picker .date-picker__calendar__table tr, .date-picker__calendar__year-picker .date-picker__calendar__table thead, .date-picker__calendar__year-picker .date-picker__calendar__table tr {
  border: 0;
}

.date-picker__calendar__row {
  display: flex;
  text-align: center;
  width: 100%;
  background-color: #F5F5F5;
  border-bottom: 1px solid #BFBFBF;
}
.date-picker__calendar__row button:focus {
  z-index: 10;
  position: relative;
}

.date-picker__calendar__cell {
  background-color: #F5F5F5;
  color: #1a1a1a;
  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;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.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,
.date-picker__calendar__previous-month,
.date-picker__calendar__next-year,
.date-picker__calendar__next-month {
  background-position: center;
  height: 30px;
  padding: 20px 10px;
  cursor: pointer;
}
.date-picker__calendar__previous-year[disabled],
.date-picker__calendar__previous-month[disabled],
.date-picker__calendar__next-year[disabled],
.date-picker__calendar__next-month[disabled] {
  cursor: default;
}

.date-picker__calendar__previous-year:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M18.41,7.41L17,6L11,12L17,18L18.41,16.59L13.83,12L18.41,7.41M12.41,7.41L11,6L5,12L11,18L12.41,16.59L7.83,12L12.41,7.41Z'%20/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

.date-picker__calendar__previous-month:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012l4.58-4.59z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

.date-picker__calendar__next-year:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M5.59,7.41L7,6L13,12L7,18L5.59,16.59L10.17,12L5.59,7.41M11.59,7.41L13,6L19,12L13,18L11.59,16.59L16.17,12L11.59,7.41Z'%20/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

.date-picker__calendar__next-month:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6-6-6z'/%3e%3c/svg%3e");
  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;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__date:hover, .date-picker__calendar__date:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__date {
  text-align: right;
  width: 100%;
  padding: 10px 8px 10px 0px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
  .date-picker__calendar__date {
    padding: 10px 12px 10px 0px;
  }
}
.date-picker__calendar__date:after {
  position: absolute;
  top: -1px;
  bottom: 0px;
  left: -1px;
  right: 0px;
  border: 1px solid #BFBFBF;
  content: "";
  display: block;
  pointer-events: none;
}
.date-picker__calendar__date[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}
.date-picker__calendar__date--focused {
  position: relative;
  z-index: 100;
}
.date-picker__calendar__date--focused:after {
  border: 1px solid #747474;
}
.date-picker__calendar__date:focus {
  outline: none;
}
.date-picker__calendar__date:focus:before {
  outline: 4px solid #747474;
  outline-offset: 1px;
  position: absolute;
  top: -1px;
  bottom: 0px;
  left: -1px;
  right: 0px;
  content: "";
  display: block;
  pointer-events: none;
}
.date-picker__calendar__date--next-month:not([disabled]), .date-picker__calendar__date--previous-month:not([disabled]) {
  color: #1a1a1a;
  text-indent: -99999px;
  background-color: #F5F5F5;
}
.date-picker__calendar__date--next-month:not([disabled]):hover, .date-picker__calendar__date--previous-month:not([disabled]):hover {
  background-color: #DCDCDC;
}
.date-picker__calendar__date--selected, .date-picker__calendar__date--range-date {
  background-color: #454545;
  color: white;
  font-weight: 600;
}
.date-picker__calendar__date--selected:not([disabled]), .date-picker__calendar__date--range-date:not([disabled]) {
  background-color: #454545;
  color: white;
}
.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: #747474;
  color: white;
}
.date-picker__calendar__date--within-range:not([disabled]) {
  background-color: #747474;
  color: white;
}
.date-picker__calendar__date--within-range:not([disabled]):hover {
  background-color: #747474;
}
.date-picker__calendar__date--within-range:not([disabled]):focus {
  background-color: #747474;
}
.date-picker__calendar__date--within-range:not([disabled]):active {
  background-color: #747474;
}

.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;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: 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__year-selection,
.date-picker__calendar__month-selection {
  display: inline-block;
  padding: 8px 4px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}
@media (min-width: 768px) {
  .date-picker__calendar__year-selection,
  .date-picker__calendar__month-selection {
    height: 100%;
    width: auto;
    text-align: left;
  }
}

.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;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__month:hover, .date-picker__calendar__month:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__month {
  padding: 10px 0;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
}
.date-picker__calendar__month--focused {
  outline: 4px solid #747474;
  outline-offset: 2px;
  position: relative;
  z-index: 100;
}
.date-picker__calendar__month[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}
.date-picker__calendar__month--selected {
  color: #1a1a1a;
  font-weight: 600;
}
.date-picker__calendar__month--selected:not([disabled]):hover {
  color: #1a1a1a;
}
.date-picker__calendar__month--selected:not([disabled]):focus {
  color: #1a1a1a;
}

.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;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.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,
.date-picker__calendar__next-year-chunk {
  background-position: center;
  margin: auto;
  padding: 0px 8px;
  cursor: pointer;
}

.date-picker__calendar__previous-year-chunk:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012l4.58-4.59z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

.date-picker__calendar__next-year-chunk:not([disabled]) {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6-6-6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

.date-picker__calendar__year {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.date-picker__calendar__year:hover, .date-picker__calendar__year:focus {
  background-color: transparent;
  color: inherit;
}
.date-picker__calendar__year {
  padding: 10px 0;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
}
.date-picker__calendar__year--focused {
  outline: 4px solid #747474;
  outline-offset: 1px;
  position: relative;
  z-index: 100;
}
.date-picker__calendar__year[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}
.date-picker__calendar__year--selected {
  color: #1a1a1a;
  font-weight: 600;
}
.date-picker__calendar__year--selected:not([disabled]):hover {
  color: #1a1a1a;
}
.date-picker__calendar__year--selected:not([disabled]):focus {
  color: #1a1a1a;
}

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;
  background-color: white;
  padding-top: calc(24px - 1px);
  padding-bottom: 16px;
  margin-top: 8rem;
  color: #1a1a1a;
}
@media (min-width: 768px) {
  footer .footer {
    padding-bottom: calc(56px + 16px);
  }
}
footer .footer p, footer .footer h1, footer .footer h2, footer .footer h3, footer .footer h4, footer .footer h5, footer .footer h6, footer .footer .h1, footer .footer .h2, footer .footer .h3, footer .footer .h4, footer .footer .h5, footer .footer .h6 {
  color: #1a1a1a;
}
footer .footer .function-link, footer .footer button.accordion-bulk-button {
  color: #1a1a1a;
}
footer .footer .function-link:hover, footer .footer button.accordion-bulk-button:hover, footer .footer .function-link:focus, footer .footer button.accordion-bulk-button:focus, footer .footer .function-link:visited, footer .footer button.accordion-bulk-button:visited {
  color: #1a1a1a;
}
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("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAABkCAIAAABM5OhcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+VJREFUeNrsnVFr4kAURu0qKAoVCi0ILSgUWuiDb/7/P1FQEFpooKAgtBDpQgv7kY+dHZIY89CHdXrOg0yTOxPWOdy5MxH2LM/zDsB384uvABALEAsQCwCxALEAsQAQCxALEAsAsQCxALEAEAsQCxALALEAsQCxABALEAsQCwCxALEAsQAQCxALEAsAsQCxALEAEAsQCxALALEAsQCxABALEAvSpZf2P+/9/X25XPb7/fl83hy52Wx2u93vAsWPRqOrq6vz8/PmwdUlz3N1+fz87BdcXFyoYzVYYdvtNi/o9XrD4XA8Hl9eXqqNWKeKJr7Zj6enJ8d4mq2XpJFYs9lMujR0KfXSrcFgUDLy+flZ4pZGEK+vr9fX17UiIlYKKU0NqXBzc6NEpbbSj7KLZt13Hx4e4rwiRSSKGgpWylHiCeYpG6mLslH8CI2gixphMpmEFKXIl5cXXddQX19fuoVY6SCB1uu1GsoZ0+n035dSSCDVVquVkpDm/vb2NohoqxQgEUsDjgriK7ZHA97d3cW31L6/v3cmU4yeVepI8X7CZFnm2ii2Kp57rVNquJDyRa2AFrFqVe0SrLSnhsap9UbPdbZzGGIlgoyxJYcCdMsrlyNd3euKhWs5vuKbH+FIKY5YiVRXnkvt4xrCfNcZy6Jo2Wq5lXt7e3P80fHFfr9HrEQKLKeT6qYvxne9AfRn+2KoTbzGt6YfHx8U7+mcQbRcgBx86P92dIUe/ux2uyrMjx5zlBTX3hCxUkDT3/l7BHUU5y191rqii3ZOo8Wmlv48OAdFWHPiRKyTYTAYOFv4qP1QmI2Jxaq6FQ4jFPz4+BiuD4dDZbLmvOVT+/aKU2P974RjTJfYDTW+PsfjcaiWXMK3oU182Dk21/iIdTq5utfzjqzhDGmz2cQ7Rx8N6ErLYyf3UnzpfU7pEUd3poh1YvhFis/WaxfBLMvsU1gKbYCq9TZ5SxnL8RqntvDXc30wlt4rnR8tlibeB+hKG8vlMsy9c9JqtVJDMfG5vNpe4NYF4TAs3jzG+GxdMRpNY4ZgPUtPdLoK5+8pcXZoC50G4R1zFdU0PhTQ7PrdTnUfp3yjWS+V1QpQfMPqJhaLRRxvBau7RTU0fnrrYIdfN3il09Rut1tV8T7+9rtkXawtqG2DFi+thuoS9onq4h9ylURRvAyWWHLRP97qdrvJ/x4r8YwF1FiAWACIBYgFiAWAWIBYgFgAiAWIBYgFgFiAWIBYAIgFiAWIBYBYgFiAWACIBYgFiAWAWIBYgFgAiAWIBYgFgFiAWIBYAIgFiAWIBYjFVwCIBYgFiAWAWIBYgFgA38sfAQYANSgkfdmnfu4AAAAASUVORK5CYII=");
  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: "·" !important;
    margin-left: 8px;
    margin-right: 8px;
  }
}
footer .footer-theme {
  padding-top: 16px;
  padding-bottom: 8px;
}

.header {
  width: 100%;
}
.header .logo {
  background-image: url("/assets/img/logo_virk-BVEnKfLm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  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;
  white-space: nowrap;
}
@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;
  margin-top: 0px;
  margin-bottom: 0;
}
.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 {
  background-color: white;
  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;
  width: 3.8rem;
  margin-top: 8px;
  margin-bottom: 8px;
}
.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;
  background-color: white;
}
@media (min-width: 992px) {
  .header .solution-header {
    border-bottom: 1px solid #BFBFBF;
  }
}
.header .solution-header {
  width: 100%;
}
.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, .header .solution-header .solution-heading .g1 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 768px) {
  .header .solution-header .solution-heading a, .header .solution-header .solution-heading h1, .header .solution-header .solution-heading .g1 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}
.header .solution-header .solution-heading p, .header .solution-header .solution-heading h2, .header .solution-header .solution-heading h3, .header .solution-header .solution-heading h4, .header .solution-header .solution-heading h5, .header .solution-header .solution-heading .h2, .header .solution-header .solution-heading .h3, .header .solution-header .solution-heading .h4, .header .solution-header .solution-heading .h5 {
  color: #1a1a1a;
}
.header .solution-header .solution-heading .function-link, .header .solution-header .solution-heading button.accordion-bulk-button {
  color: #1a1a1a;
}
.header .solution-header .solution-heading .function-link:hover, .header .solution-header .solution-heading button.accordion-bulk-button:hover, .header .solution-header .solution-heading .function-link:focus, .header .solution-header .solution-heading button.accordion-bulk-button:focus, .header .solution-header .solution-heading .function-link:visited, .header .solution-header .solution-heading button.accordion-bulk-button:visited {
  color: #1a1a1a;
}
.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;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 0;
  margin-bottom: 0;
}
.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: left;
}
.header .portal-info-mobile p {
  margin-bottom: 8px;
}
.header .portal-info-mobile .button-signin, .header .portal-info-mobile .button-signout {
  margin-top: 8px;
}
@media (min-width: 992px) {
  .header .portal-info-mobile {
    display: none;
  }
}
.header .solution-info-mobile {
  padding: 24px 16px;
}
.header .solution-info-mobile p {
  margin-bottom: 8px;
  color: #1a1a1a;
}
.header .solution-info-mobile p:last-child {
  margin-bottom: 0;
}
.header .solution-info-mobile .function-link, .header .solution-info-mobile button.accordion-bulk-button {
  color: #1a1a1a;
}
.header .solution-info-mobile .function-link:hover, .header .solution-info-mobile button.accordion-bulk-button:hover, .header .solution-info-mobile .function-link:focus, .header .solution-info-mobile button.accordion-bulk-button:focus, .header .solution-info-mobile .function-link:visited, .header .solution-info-mobile button.accordion-bulk-button:visited {
  color: #1a1a1a;
}
@media (min-width: 992px) {
  .header .solution-info-mobile {
    display: none;
  }
}
@keyframes slidein-left {
  from {
    transform: translateX(85%);
  }
  to {
    transform: translateX(0);
  }
}
.header .nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  background-color: white;
  display: none;
  flex-direction: column;
  overflow-y: auto;
  padding: 0;
  padding-top: 16px;
  width: 85%;
  z-index: 9000;
}
@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;
  padding: 0 16px;
}
.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;
    padding: 0;
  }
  .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):not(.button-menu-close):not(.button-menu-open), .header button.accordion-bulk-button:not(.icon-link):not(.button-menu-close):not(.button-menu-open) {
    display: block;
    margin-top: 8px;
  }
  .header .function-link:not(.icon-link):not(.button-menu-close):not(.button-menu-open) .icon-svg, .header button.accordion-bulk-button:not(.icon-link):not(.button-menu-close):not(.button-menu-open) .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.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8888;
  padding: 16px;
}

.fds-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 16px;
}
.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: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 100%;
  position: relative;
  margin: 24px auto 24px;
}
.fds-modal .modal-header {
  padding: 16px 24px 0px 24px;
}
@media (min-width: 768px) {
  .fds-modal .modal-header {
    padding: 40px 40px 8px 40px;
  }
}
.fds-modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 768px) {
  .fds-modal .modal-header {
    padding-right: 48px;
  }
}
.fds-modal .modal-header h1, .fds-modal .modal-header h2, .fds-modal .modal-header h3, .fds-modal .modal-header h4, .fds-modal .modal-header h5, .fds-modal .modal-header h6, .fds-modal .modal-header .h1, .fds-modal .modal-header .h2, .fds-modal .modal-header .h3, .fds-modal .modal-header .h4, .fds-modal .modal-header .h5, .fds-modal .modal-header .h6 {
  color: #1a1a1a;
}
.fds-modal .modal-title {
  margin: 24px 48px 8px 0;
}
@media (min-width: 768px) {
  .fds-modal .modal-title {
    margin: 0 48px 0 0;
  }
}
.fds-modal .modal-body {
  background-color: white;
  color: #1a1a1a;
  padding: 0px 24px;
}
@media (min-width: 768px) {
  .fds-modal .modal-body {
    padding: 8px 40px 8px 40px;
  }
}
.fds-modal .modal-body > *:first-child {
  margin-top: 0;
}
.fds-modal .modal-body p, .fds-modal .modal-body h1, .fds-modal .modal-body h2, .fds-modal .modal-body h3, .fds-modal .modal-body h4, .fds-modal .modal-body h5, .fds-modal .modal-body h6, .fds-modal .modal-body .h1, .fds-modal .modal-body .h2, .fds-modal .modal-body .h3, .fds-modal .modal-body .h4, .fds-modal .modal-body .h5, .fds-modal .modal-body .h6 {
  color: #1a1a1a;
}
.fds-modal .modal-footer {
  padding: 0px 24px 24px;
}
@media (min-width: 768px) {
  .fds-modal .modal-footer {
    padding: 8px 40px 40px 40px;
  }
}
.fds-modal .modal-footer {
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 992px) {
  .fds-modal .modal-footer {
    display: flex;
  }
}
.fds-modal .modal-footer .button {
  margin-top: 8px;
  margin-right: 16px;
}
.fds-modal .modal-footer p, .fds-modal .modal-footer h1, .fds-modal .modal-footer h2, .fds-modal .modal-footer h3, .fds-modal .modal-footer h4, .fds-modal .modal-footer h5, .fds-modal .modal-footer h6, .fds-modal .modal-footer .h1, .fds-modal .modal-footer .h2, .fds-modal .modal-footer .h3, .fds-modal .modal-footer .h4, .fds-modal .modal-footer .h5, .fds-modal .modal-footer .h6 {
  color: #1a1a1a;
}
.fds-modal .modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: inherit;
  color: #1a1a1a;
}
@media (min-width: 768px) {
  .fds-modal .modal-close {
    top: 24px;
    right: 32px;
  }
}
.fds-modal .modal-close:hover, .fds-modal .modal-close:visited, .fds-modal .modal-close:focus {
  color: #1a1a1a;
}
.fds-modal {
  /**************************\
        Animation Style
    \**************************/
}
@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);
}

.mobile_nav-active {
  overflow: hidden;
}

.mobile_nav-active .nav .nav-actions .overflow-menu {
  width: 100%;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu {
  width: 100%;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[aria-expanded=true]:after, .mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu[aria-expanded=true]:before, .mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu:after, .mobile_nav-active .nav .nav-actions .overflow-menu .button-overflow-menu:before {
  display: none;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner {
  position: static;
  border: none;
  box-shadow: none;
  min-width: inherit;
  margin-top: 0;
  padding-top: 0px;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner .overflow-list {
  padding-left: 16px;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner a, .mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner button {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner a:hover, .mobile_nav-active .nav .nav-actions .overflow-menu .overflow-menu-inner button:hover {
  background-color: transparent;
}

.navbar {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 16px;
}
@media (min-width: 992px) {
  .navbar {
    padding: 0;
    flex-direction: row;
  }
}
.navbar .helptext {
  color: #747474;
  font-weight: 400;
}
.navbar .navbar-inner {
  border-bottom: 1px solid #BFBFBF;
}
@media (min-width: 992px) {
  .navbar .navbar-inner {
    border-bottom: none;
  }
}

.navbar-context-actions {
  padding-bottom: 16px;
}
@media (min-width: 992px) {
  .navbar-context-actions {
    padding-top: 16px;
    padding-bottom: 0;
  }
}

.nav-primary {
  padding-top: 0;
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.nav-primary > li {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.nav-primary > li::before {
  content: "" !important;
  padding-right: 0 !important;
}
.nav-primary {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  border-top: 1px solid #BFBFBF;
}
.nav-primary + .nav-actions {
  border-top: 1px solid #BFBFBF;
  margin-top: 0;
}
@media (min-width: 992px) {
  .nav-primary + .nav-actions {
    border-top: none;
  }
}
@media (min-width: 992px) {
  .nav-primary {
    border-top: none;
    flex-direction: row;
    flex-shrink: 0;
    flex-wrap: wrap;
    margin-top: 0;
    margin-left: -12px;
    border-bottom: none;
  }
}
.nav-primary ul {
  margin-left: 16px;
}
@media (min-width: 992px) {
  .nav-primary ul {
    margin-left: 0;
  }
}
.nav-primary .nav-link {
  text-decoration: none;
  color: #1a1a1a;
  background-color: transparent;
  display: block;
  padding: 15px 0 16px;
}
@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;
  }
}
.nav-primary li {
  margin-top: 0;
  padding-left: 0px;
  border-bottom: 1px solid #BFBFBF;
}
@media (min-width: 992px) {
  .nav-primary li {
    border-bottom: none;
  }
}
.nav-primary li:last-of-type {
  border-bottom: none;
}
.nav-primary li li li .overflow-menu .buttton-overflow-menu {
  padding-top: 11px;
  padding-bottom: 12px;
}
.nav-primary li li li .nav-link {
  padding-top: 11px;
  padding-bottom: 12px;
}
.nav-primary > li > .overflow-menu > button.button-overflow-menu {
  padding-left: 16px;
}
.nav-primary > li > .overflow-menu > .overflow-menu-inner > .overflow-list {
  margin-left: 32px;
}
@media (min-width: 992px) {
  .nav-primary > li {
    border-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .nav-primary > li > .overflow-menu > button.button-overflow-menu {
    padding-left: 12px;
  }
}
.nav-primary > li > .nav-link {
  font-size: 1.6rem;
  line-height: 2.4rem;
  white-space: nowrap;
  padding-left: 16px;
}
@media (min-width: 992px) {
  .nav-primary > li > .nav-link {
    padding-bottom: 0px;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .nav-primary > li > .nav-link:hover {
    background-color: transparent;
    color: #1a1a1a;
  }
  .nav-primary > li > .nav-link:hover span {
    border-bottom: 7px solid transparent;
  }
}
.nav-primary > li > .nav-link:focus {
  position: relative;
  z-index: 100;
  background-color: transparent;
  color: #1a1a1a;
}
.nav-primary > li > .nav-link:focus span {
  border-bottom: 7px solid transparent;
}
@media (min-width: 992px) {
  .nav-primary > li > .nav-link, .nav-primary > li > button, .nav-primary > li .button-overflow-menu {
    padding-left: 12px;
    padding-right: 12px;
  }
  .nav-primary > li > .nav-link span, .nav-primary > li > button span, .nav-primary > li .button-overflow-menu span {
    border-bottom: 7px solid transparent;
    padding-bottom: calc(8px + 1px);
  }
  .nav-primary > li > .nav-link:hover span, .nav-primary > li > button:hover span, .nav-primary > li .button-overflow-menu:hover span {
    border-bottom: 7px solid transparent;
  }
  .nav-primary > li > .nav-link:focus span, .nav-primary > li > button:focus span, .nav-primary > li .button-overflow-menu:focus span {
    border-bottom: 7px solid transparent;
  }
}
.nav-primary .active > a, .nav-primary .overflow-menu .overflow-menu-inner .overflow-list > li.active > a {
  font-weight: 600;
}
@media (min-width: 992px) {
  .nav-primary .current > a, .nav-primary .current .button-overflow-menu {
    background-color: transparent;
    color: #1a1a1a;
  }
  .nav-primary .current > a span, .nav-primary .current .button-overflow-menu span {
    border-bottom: 7px solid #0059b3;
  }
  .nav-primary .current > a:hover, .nav-primary .current > a:focus, .nav-primary .current > a:hover, .nav-primary .current > a:visited, .nav-primary .current .button-overflow-menu:hover, .nav-primary .current .button-overflow-menu:focus, .nav-primary .current .button-overflow-menu:hover, .nav-primary .current .button-overflow-menu:visited {
    background-color: transparent;
    color: #1a1a1a;
  }
  .nav-primary .current > a:hover span, .nav-primary .current > a:focus span, .nav-primary .current > a:hover span, .nav-primary .current > a:visited span, .nav-primary .current .button-overflow-menu:hover span, .nav-primary .current .button-overflow-menu:focus span, .nav-primary .current .button-overflow-menu:hover span, .nav-primary .current .button-overflow-menu:visited span {
    border-bottom: 7px solid #0059b3;
  }
  .nav-primary .current .overflow-menu .button-overflow-menu {
    font-weight: 600;
    color: #1a1a1a;
    background-color: transparent;
  }
  .nav-primary .current .overflow-menu .button-overflow-menu span {
    border-bottom: 7px solid #0059b3;
  }
  .nav-primary .current .overflow-menu .button-overflow-menu:focus, .nav-primary .current .overflow-menu .button-overflow-menu:active {
    color: #1a1a1a;
    background-color: transparent;
    position: relative;
    z-index: 2;
  }
  .nav-primary .current .overflow-menu .button-overflow-menu:focus span, .nav-primary .current .overflow-menu .button-overflow-menu:active span {
    border-bottom: 7px solid #0059b3;
  }
  .nav-primary .current .overflow-menu .button-overflow-menu:hover {
    color: #1a1a1a;
    background-color: transparent;
  }
  .nav-primary .current .overflow-menu .button-overflow-menu:hover span {
    border-bottom: 7px solid #0059b3;
  }
  .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true] {
    background-color: #454545;
    color: white;
  }
  .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true] span {
    border-bottom: 7px solid #0059b3;
  }
  .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true]:hover, .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true]:focus, .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true]:active {
    background-color: #454545;
    color: white;
  }
  .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true]:hover span, .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true]:focus span, .nav-primary .current .overflow-menu .button-overflow-menu[aria-expanded=true]:active span {
    border-bottom: 7px solid #0059b3;
  }
}
.nav-primary .current > a, .nav-primary .current > .overflow-menu > .button-overflow-menu {
  color: #1a1a1a;
}
@media (min-width: 992px) {
  .nav-primary .current > a, .nav-primary .current > .overflow-menu > .button-overflow-menu {
    font-weight: 500;
  }
}
.nav-primary {
  /*region: nav-primary overflow menu */
}
.nav-primary .overflow-menu {
  display: block;
}
@media (min-width: 992px) {
  .nav-primary .overflow-menu {
    display: inline-block;
  }
}
.nav-primary .overflow-menu .button-overflow-menu {
  color: #1a1a1a;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  padding-top: 15px;
  padding-bottom: 16px;
  padding-left: 0px;
  padding-right: 40px;
  white-space: normal;
  width: 100%;
}
@media (min-width: 992px) {
  .nav-primary .overflow-menu .button-overflow-menu {
    padding-bottom: 0;
    width: unset;
    padding-right: 12px;
    padding-left: 12px;
  }
}
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true]:after, .nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true]:before, .nav-primary .overflow-menu .button-overflow-menu:after, .nav-primary .overflow-menu .button-overflow-menu:before {
  display: none;
}
.nav-primary .overflow-menu .button-overflow-menu span {
  padding-right: 24px;
  display: block;
}
.nav-primary .overflow-menu .button-overflow-menu:focus, .nav-primary .overflow-menu .button-overflow-menu:active {
  outline: 4px solid #747474;
  color: #1a1a1a;
  z-index: 2;
  position: relative;
}
.nav-primary .overflow-menu .button-overflow-menu:hover {
  text-decoration: none;
  color: #1a1a1a;
  background-color: transparent;
}
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=false] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px top 16px;
  background-size: 24px;
}
@media (min-width: 992px) {
  .nav-primary .overflow-menu .button-overflow-menu[aria-expanded=false] {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
  }
}
.nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013H5v-2h14v2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px top 16px;
  background-size: 24px;
  background-color: white;
}
@media (min-width: 992px) {
  .nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true] {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M24%2024H0V0h24v24z'%20fill='none'%20opacity='.87'/%3e%3cpath%20d='M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6-1.41-1.41z'%20fill='%23ffffff'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-color: #454545;
    color: white;
    position: relative;
    z-index: 2;
  }
  .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 .overflow-menu-inner {
  margin: 0;
  list-style-type: none;
  padding-left: 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;
}
.nav-primary .overflow-menu .overflow-menu-inner {
  background-color: white;
  border: none;
  border-top: 1px solid #BFBFBF;
  box-shadow: none;
  color: #1a1a1a;
  font-size: 1.6rem;
  line-height: 2.4rem;
  min-width: inherit;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  width: 100%;
}
@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 a {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  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: white;
    text-decoration: underline;
  }
}
@media (min-width: 992px) {
  .nav-primary .overflow-menu .overflow-menu-inner a {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: white;
    padding: 8px 16px;
  }
}
.nav-primary .overflow-menu .overflow-menu-inner button:not(.button-overflow-menu) {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.nav-primary .overflow-menu .overflow-menu-inner button:not(.button-overflow-menu):hover, .nav-primary .overflow-menu .overflow-menu-inner button:not(.button-overflow-menu):focus {
  background-color: transparent;
  color: inherit;
}
.nav-primary {
  /*endregion*/
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list {
  list-style-type: none;
  margin-left: 16px;
}
@media (min-width: 992px) {
  .nav-primary .overflow-menu .overflow-menu-inner .overflow-list {
    margin-left: 0;
  }
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list li:before {
  display: none;
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list a {
  text-decoration: none;
  color: #1a1a1a;
  background-color: transparent;
  display: block;
  padding: 15px 0 16px;
}
@media (min-width: 992px) {
  .nav-primary .overflow-menu .overflow-menu-inner .overflow-list a {
    background-color: transparent;
    color: white;
    padding: 8px 16px;
  }
  .nav-primary .overflow-menu .overflow-menu-inner .overflow-list a:hover {
    text-decoration: underline;
  }
}
.nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list, .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, .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li a {
  padding: 11px 0 12px;
}
@media (min-width: 992px) {
  .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li:last-of-type a, .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li:last-of-type a {
    padding: 8px 0 32px 0;
  }
}

.nav-secondary {
  padding: 0 16px;
}
@media (min-width: 992px) {
  .nav-secondary {
    display: flex;
    align-items: center;
    padding: 0;
  }
}
.nav-secondary .nav-actions {
  padding: 0;
}
.nav-secondary + .nav-actions {
  padding: 0 16px 16px;
}
@media (min-width: 992px) {
  .nav-secondary + .nav-actions {
    padding: 0 0 0 16px;
  }
}
.nav-secondary .nav-secondary-heading {
  font-weight: 700;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .nav-secondary .nav-secondary-heading + ul {
    margin-left: 16px;
  }
}

@media (min-width: 992px) {
  .navbar-primary {
    border-bottom: 1px solid #747474;
  }
}

.navbar:last-of-type .nav-actions {
  border-bottom: none;
}

.navbar-inner {
  display: flex;
  flex-direction: column;
}
.navbar-inner.container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .navbar-inner.container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .navbar-inner {
    flex-direction: row;
    justify-content: space-between;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
.pagination .pagination__dropdown {
  display: none;
}
@media (max-width: 767px) {
  .pagination .pagination__dropdown {
    display: inline-flex;
  }
}
.pagination .pagination__items {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .pagination .pagination__items {
    display: none;
  }
}
.pagination .button.button-arrow {
  font-size: 1.6rem;
  appearance: none;
  background-color: transparent;
  border-style: none;
  color: #1a1a1a;
  text-decoration: underline;
  white-space: nowrap;
  width: auto;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.pagination .button.button-arrow.hidden {
  visibility: hidden;
}
.pagination .button.button-arrow .icon-svg {
  margin-right: 0;
}
@media (max-width: 767px) {
  .pagination .button.button-arrow .pagination-nav-link {
    display: none;
  }
}
@media (min-width: 768px) {
  .pagination .button.button-first, .pagination .button.button-last {
    display: none;
  }
}
.pagination .button.button-previous .icon-svg {
  margin-right: 4px;
}
@media (max-width: 767px) {
  .pagination .button.button-previous .icon-svg {
    margin-right: 0;
  }
}
.pagination .button.button-next .icon-svg {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .pagination .button.button-next .icon-svg {
    margin-left: 0;
  }
}
.pagination .pagination-mobile {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .pagination .pagination-mobile {
    display: none;
  }
}
.pagination .pagination__items {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.pagination .pagination__items > li {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.pagination .pagination__items > li::before {
  content: "" !important;
  padding-right: 0 !important;
}
.pagination .pagination__items {
  width: auto;
}
.pagination .pagination__items .pagination-item {
  margin-left: 8px;
  margin-right: 8px;
}
.pagination .pagination__items .pagination-item .current-page {
  appearance: none;
  display: inline-block;
  width: 100%;
  padding: 8px calc(16px - 2px) calc(8px - 2px);
  border-radius: 4px;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2rem;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  user-select: text;
  font-size: 1.8rem;
  color: white;
  background-color: #454545;
  border-color: #454545;
}

.toast-container {
  position: fixed;
  right: 16px;
  left: 16px;
  top: 16px;
  bottom: auto;
  z-index: 7000;
}
@media (min-width: 768px) {
  .toast-container {
    right: 16px;
    left: auto;
    top: 48px;
    bottom: auto;
  }
}

.toast {
  width: 100%;
  max-width: 100%;
  background-color: white;
  display: flex;
  transition: opacity 0.15s linear;
  margin-bottom: 16px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}
.toast:not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}
@media (min-width: 768px) {
  .toast {
    width: 464px;
  }
}
.toast .toast-icon {
  align-items: center;
  display: flex;
  padding-left: calc(16px + 24px);
  padding-right: 16px;
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center center;
}
.toast .toast-message {
  padding: 16px;
  position: relative;
  width: 100%;
}
.toast .toast-message .toast-close {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.toast .toast-message .toast-close:hover, .toast .toast-message .toast-close:focus {
  background-color: transparent;
  color: inherit;
}
.toast .toast-message .toast-close {
  position: absolute;
  top: 16px;
  right: 16px;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012%2019%206.41z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.toast .toast-message p {
  margin: 0px;
  word-break: break-word;
}
.toast .toast-message p:first-of-type {
  margin-right: 32px;
}

.toast-success {
  background-color: #eeffe2;
}

.toast-warning {
  background-color: #ffeecc;
}

.toast-error {
  background-color: #ffe0e0;
}

.toast-info {
  background-color: #e2f2fb;
}

.toast-success .toast-icon {
  background-color: #358000;
}

.toast-warning .toast-icon {
  background-color: #febb30;
}

.toast-error .toast-icon {
  background-color: #CC0000;
}

.toast-info .toast-icon {
  background-color: #1B86C3;
}

.toast-success .toast-icon {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm4.59-12.42L10%2014.17l-2.59-2.58L6%2013l4%204%208-8z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}

.toast-warning .toast-icon {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%205.99L19.53%2019H4.47L12%205.99M12%202L1%2021h22L12%202zm1%2014h-2v2h2v-2zm0-6h-2v4h2v-4z'/%3e%3c/svg%3e");
}

.toast-error .toast-icon {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M14.59%208L12%2010.59%209.41%208%208%209.41%2010.59%2012%208%2014.59%209.41%2016%2012%2013.41%2014.59%2016%2016%2014.59%2013.41%2012%2016%209.41%2014.59%208zM12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}

.toast-info .toast-icon {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.1.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20enable-background='new%200%200%2024%2024'%20xml:space='preserve'%3e%3cg%20id='Bounding_Boxes'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_3'%20display='none'%3e%3c/g%3e%3cpath%20fill='none'%20d='M0,0h24v24H0V0z'/%3e%3c/g%3e%3cg%20id='Rounded'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_5'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,17L12,17c-0.55,0-1-0.45-1-1v-4%20c0-0.55,0.45-1,1-1h0c0.55,0,1,0.45,1,1v4C13,16.55,12.55,17,12,17z%20M13,9h-2V7h2V9z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Sharp'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_4'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M13,17h-2v-6h2V17z%20M13,9h-2V7h2V9z'%20/%3e%3c/g%3e%3c/g%3e%3cg%20id='Outline'%20fill='%23ffffff'%3e%3cg%20id='ui_x5F_spec_x5F_header'%20display='none'%3e%3c/g%3e%3cg%3e%3crect%20x='11'%20y='7'%20width='2'%20height='2'/%3e%3crect%20x='11'%20y='11'%20width='2'%20height='6'/%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20c0-4.41,3.59-8,8-8s8,3.59,8,8C20,16.41,16.41,20,12,20z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Duotone'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy_2'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20opacity='0.3'%20d='M12,4c-4.41,0-8,3.59-8,8c0,4.41,3.59,8,8,8s8-3.59,8-8C20,7.59,16.41,4,12,4z%20M13,17h-2v-6h2V17z%20M13,9h-2%20V7h2V9z'/%3e%3crect%20x='11'%20y='7'%20width='2'%20height='2'/%3e%3crect%20x='11'%20y='11'%20width='2'%20height='6'/%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20c0-4.41,3.59-8,8-8s8,3.59,8,8C20,16.41,16.41,20,12,20z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='Material'%20display='none'%3e%3cg%20id='ui_x5F_spec_x5F_header_copy'%3e%3c/g%3e%3cg%20display='inline'%3e%3cpath%20d='M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z%20M13,17h-2v-6h2V17z%20M13,9h-2V7h2V9z'%20/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.search {
  display: flex;
}
.search .form-input {
  background-color: white;
  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: white;
  border: 1px solid #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;
}
.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 {
  border-bottom: 1px solid #BFBFBF;
  border-top: 1px solid #BFBFBF;
}
.sidenav-list a {
  display: block;
  border: none;
  color: #1a1a1a;
  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.sidenav-error {
  background-color: #ffe0e0;
}
.sidenav-list li.sidenav-error.current {
  background-color: #ffe0e0;
}
.sidenav-list li.sidenav-error:hover {
  background-color: #ffe0e0;
}
.sidenav-list li.sidenav-error .sidenav-information {
  color: #454545;
  font-weight: 400;
}
.sidenav-list li a {
  display: flex;
  flex-wrap: nowrap;
}
.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-title' used before 9.0.0 to style title text in stepguide - to be removed at some point as breaking change */
}
.sidenav-list li a .sidenav-title {
  margin-left: 4px;
  white-space: pre-line;
}
.sidenav-list li a .sidenav-number {
  margin-right: 4px;
}
.sidenav-list li a .sidenav-information {
  color: #747474;
  margin: 0;
  display: block;
  width: 100%;
}
.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: 400;
}
.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 #0059b3;
  background-color: #f6fbff;
}
.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 li.disabled {
  cursor: not-allowed;
}
.sidenav-list li.disabled a {
  cursor: not-allowed;
  color: #454545;
}
.sidenav-list li.disabled a:hover {
  background-color: transparent;
  text-decoration: none;
  color: #454545;
  cursor: not-allowed;
}
.sidenav-list li.disabled.active, .sidenav-list li.disabled.active a {
  color: #1a1a1a;
  background-color: transparent;
}
.sidenav-list li.disabled:hover, .sidenav-list li.disabled.active a:hover {
  color: #1a1a1a;
  background-color: white;
}
.sidenav-list li.disabled.sidenav-error {
  background-color: #ffe0e0;
}
.sidenav-list li.disabled.sidenav-error.active a:hover {
  background-color: #ffe0e0;
}

.sidenav-sub_list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.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 {
  margin: 0;
  width: 100%;
}
.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;
}

.sidebar-col {
  max-width: 300px;
}

.language-switcher {
  border-top: 1px solid #DCDCDC;
  background-color: white;
  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;
}
.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 {
  max-width: none !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;
}
a.skipnav:focus {
  outline: 4px solid #747474;
  background-color: white;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out;
  padding: 1rem 8px;
  margin-top: calc(16px - 1px);
  margin-left: 8px;
}

#main-content:focus {
  outline: 4px solid #747474;
}

.card {
  position: relative;
  border-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #747474;
  overflow: hidden;
  background: white;
}
.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: white;
  padding: 16px 24px;
}
.card-header .header-title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}
.card-header .header-title.large-text {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .card-header .header-title.large-text {
    font-size: 3.1rem;
  }
}
@media (min-width: 992px) {
  .card-header .header-title.large-text {
    font-size: 3.9rem;
  }
}
.card-header .header-title.large-text {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
  .card-header .header-title.large-text {
    line-height: 4rem;
  }
}
@media (min-width: 992px) {
  .card-header .header-title.large-text {
    line-height: 4.8rem;
  }
}
.card-header .header-title.large-text {
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .card-header .header-title.large-text {
    letter-spacing: normal;
  }
}
@media (min-width: 992px) {
  .card-header .header-title.large-text {
    letter-spacing: normal;
  }
}
.card-header .header-title.large-text {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
  color: #454545;
}
.card-header .sub-header {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  color: #747474;
}

.card-text {
  background-color: white;
  padding: 16px 24px;
}
.card-text .text {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 16px;
  color: #454545;
  margin-bottom: 0;
}

.card-content {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  padding: 0;
  color: #454545;
  background-color: white;
}
.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.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  padding: 16px 24px;
  color: #454545;
  margin-bottom: 0;
  background-color: white;
}
.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 {
  padding-left: 0;
}
.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;
}

.overflow-menu + h1 {
  margin-top: 0;
}

.overflow-menu {
  display: block;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .overflow-menu {
    width: auto;
    display: inline-block;
  }
}
.overflow-menu .button-overflow-menu {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  min-height: auto;
}
.overflow-menu .button-overflow-menu:hover, .overflow-menu .button-overflow-menu:focus {
  background-color: transparent;
  color: inherit;
}
.overflow-menu .button-overflow-menu {
  min-height: 40px;
  min-width: 40px;
  padding: 8px 0;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  position: relative;
  cursor: pointer;
}
.overflow-menu .button-overflow-menu:hover {
  text-decoration: underline;
}
.overflow-menu .button-overflow-menu:after, .overflow-menu .button-overflow-menu:before {
  display: none;
  bottom: 100%;
  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: white;
  border-width: calc(8px - 1px);
  margin-left: calc((8px - 1px) * -1);
}
.overflow-menu .button-overflow-menu:before {
  border-bottom-color: #747474;
  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;
  width: 100%;
  z-index: 2;
  border: 1px solid #747474;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  background: white;
  padding-top: 8px;
  padding-bottom: 8px;
  top: calc(100% + 8px);
}
@media (min-width: 768px) {
  .overflow-menu .overflow-menu-inner {
    width: auto;
  }
}
@media (min-width: 576px) {
  .overflow-menu .overflow-menu-inner {
    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;
}
.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 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #1a1a1a;
}
.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;
  min-height: auto;
}
.overflow-menu .overflow-list button:hover, .overflow-menu .overflow-list button:focus {
  background-color: transparent;
  color: inherit;
}
.overflow-menu .overflow-list button {
  line-height: 2.4rem;
  cursor: pointer;
}
.overflow-menu .overflow-list a {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  display: block;
  text-decoration: none;
  line-height: 2.4rem;
}
.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: 767px) {
  .overflow-menu.overflow-menu--md-no-responsive .sidenav-list {
    border-top: 0;
    border-bottom: 0;
  }
}
@media (max-width: 991px) {
  .overflow-menu.overflow-menu--lg-no-responsive .sidenav-list {
    border-top: 0;
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  .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 (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;
  }
}
.overflow-menu--sort .button-overflow-menu {
  text-decoration: underline;
  line-height: 2.4rem;
}
.overflow-menu--sort .button-overflow-menu .selected-value {
  text-decoration: none;
  display: inline-block;
  margin-left: 4px;
  font-weight: 600;
}
.overflow-menu--sort .button-overflow-menu svg {
  margin-right: 4px;
}
.overflow-menu--sort .overflow-menu-inner .overflow-list li button[aria-current=true] {
  font-weight: 600;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9%2016.2L4.8%2012l-1.4%201.4L9%2019%2021%207l-1.4-1.4L9%2016.2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
}

@media (min-width: 768px) {
  .tabnav {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
  }
  .tabnav > li {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
  }
  .tabnav > li::before {
    content: "" !important;
    padding-right: 0 !important;
  }
  .tabnav {
    list-style-type: none;
    padding: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
}
.tabnav > button {
  max-width: none;
  text-decoration: none;
  margin-top: 8px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .tabnav > button {
    border: none;
  }
}
.tabnav > button[aria-selected=true] {
  background-color: #DCDCDC;
  border-radius: 3px 3px 0 0;
}
.tabnav > button[aria-selected=false] {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 2.4rem;
  border-radius: 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;
    text-decoration: none;
    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 white;
  }
  .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: white;
    background-image: none;
    border: 1px solid #747474;
    padding-left: calc(24px - 1px);
    padding-right: calc(24px - 1px);
    border-bottom: 1px solid white;
    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;
    border-radius: 0;
    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-link {
  border-bottom: 1px dotted #1a1a1a;
  display: inline;
  text-decoration: none;
}
.tooltip-link:link, .tooltip-link:active, .tooltip-link:hover, .tooltip-link:visited, .tooltip-link:focus {
  color: #1a1a1a;
}

.tooltip {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  font-size: 1.6rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  background-color: white;
  border: 1px solid #747474;
  border-radius: 4px;
  padding: 0.3rem 0.6rem;
}

.tooltip-popper {
  position: absolute;
  max-width: 66ch;
}

.tooltip-popper .tooltip-arrow {
  position: absolute;
}

.tooltip-popper .tooltip-arrow.down {
  border-top: 8px solid #747474;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  bottom: -7px;
  left: calc(50% - 8px);
}
.tooltip-popper .tooltip-arrow.down:after {
  content: "";
  border-top: 7px solid white;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  display: block;
  position: absolute;
  bottom: 1px;
  margin-left: -7px;
}

.tooltip-popper .tooltip-arrow.up {
  border-bottom: 8px solid #747474;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  top: -7px;
  left: calc(50% - 8px);
}
.tooltip-popper .tooltip-arrow.up:after {
  content: "";
  border-bottom: 7px solid white;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  display: block;
  position: absolute;
  top: 1px;
  margin-left: -7px;
}

@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;
    background-image: none;
  }
  .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;
  }
  body .modal .modal__overlay {
    display: block;
    position: relative;
    background-color: transparent;
  }
  body .modal .bg-modal {
    background-color: transparent !important;
    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),
  .table.table-sm-responsive-headers:not(.d-print-table),
  .table.table-md-responsive-headers:not(.d-print-table),
  .table.table-lg-responsive-headers:not(.d-print-table),
  .table.table-xl-responsive-headers:not(.d-print-table) {
    display: block;
  }
  .table.table--responsive-headers:not(.d-print-table) thead,
  .table.table-sm-responsive-headers:not(.d-print-table) thead,
  .table.table-md-responsive-headers:not(.d-print-table) thead,
  .table.table-lg-responsive-headers:not(.d-print-table) thead,
  .table.table-xl-responsive-headers:not(.d-print-table) thead {
    display: none;
  }
  .table.table--responsive-headers:not(.d-print-table) tr,
  .table.table-sm-responsive-headers:not(.d-print-table) tr,
  .table.table-md-responsive-headers:not(.d-print-table) tr,
  .table.table-lg-responsive-headers:not(.d-print-table) tr,
  .table.table-xl-responsive-headers:not(.d-print-table) tr {
    border-bottom: 1px solid #BFBFBF;
  }
  .table.table--responsive-headers:not(.d-print-table) tr:last-child,
  .table.table-sm-responsive-headers:not(.d-print-table) tr:last-child,
  .table.table-md-responsive-headers:not(.d-print-table) tr:last-child,
  .table.table-lg-responsive-headers:not(.d-print-table) tr:last-child,
  .table.table-xl-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,
  .table.table-sm-responsive-headers:not(.d-print-table) tr td,
  .table.table-sm-responsive-headers:not(.d-print-table) tr th,
  .table.table-md-responsive-headers:not(.d-print-table) tr td,
  .table.table-md-responsive-headers:not(.d-print-table) tr th,
  .table.table-lg-responsive-headers:not(.d-print-table) tr td,
  .table.table-lg-responsive-headers:not(.d-print-table) tr th,
  .table.table-xl-responsive-headers:not(.d-print-table) tr td,
  .table.table-xl-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,
  .table.table-sm-responsive-headers:not(.d-print-table) tr td[data-title]:not([data-title=""]):before,
  .table.table-sm-responsive-headers:not(.d-print-table) tr th[data-title]:not([data-title=""]):before,
  .table.table-md-responsive-headers:not(.d-print-table) tr td[data-title]:not([data-title=""]):before,
  .table.table-md-responsive-headers:not(.d-print-table) tr th[data-title]:not([data-title=""]):before,
  .table.table-lg-responsive-headers:not(.d-print-table) tr td[data-title]:not([data-title=""]):before,
  .table.table-lg-responsive-headers:not(.d-print-table) tr th[data-title]:not([data-title=""]):before,
  .table.table-xl-responsive-headers:not(.d-print-table) tr td[data-title]:not([data-title=""]):before,
  .table.table-xl-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,
  .table.table-sm-responsive-headers:not(.d-print-table).table--borderless tbody tr:first-child,
  .table.table-md-responsive-headers:not(.d-print-table).table--borderless tbody tr:first-child,
  .table.table-lg-responsive-headers:not(.d-print-table).table--borderless tbody tr:first-child,
  .table.table-xl-responsive-headers:not(.d-print-table).table--borderless tbody tr:first-child {
    border-top: 1px solid #BFBFBF;
  }
  .table.table--responsive-headers:not(.d-print-table).table--borderless tbody tr:last-child,
  .table.table-sm-responsive-headers:not(.d-print-table).table--borderless tbody tr:last-child,
  .table.table-md-responsive-headers:not(.d-print-table).table--borderless tbody tr:last-child,
  .table.table-lg-responsive-headers:not(.d-print-table).table--borderless tbody tr:last-child,
  .table.table-xl-responsive-headers:not(.d-print-table).table--borderless tbody tr:last-child {
    border-bottom: 1px solid #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,
  .table.table-sm-responsive-headers:not(.d-print-table).table--borderless tbody tr td:first-child,
  .table.table-sm-responsive-headers:not(.d-print-table).table--borderless tbody tr th:first-child,
  .table.table-md-responsive-headers:not(.d-print-table).table--borderless tbody tr td:first-child,
  .table.table-md-responsive-headers:not(.d-print-table).table--borderless tbody tr th:first-child,
  .table.table-lg-responsive-headers:not(.d-print-table).table--borderless tbody tr td:first-child,
  .table.table-lg-responsive-headers:not(.d-print-table).table--borderless tbody tr th:first-child,
  .table.table-xl-responsive-headers:not(.d-print-table).table--borderless tbody tr td:first-child,
  .table.table-xl-responsive-headers:not(.d-print-table).table--borderless tbody tr th:first-child {
    padding-left: 16px;
  }
}
@media print {
  .form-radio.radio-large:checked + label:after {
    border: 8px solid #1a1a1a;
  }
  .form-radio:checked + label:after {
    border: 4px solid #1a1a1a;
  }
  .form-checkbox:checked + label:before {
    background-color: transparent;
    border: 10px solid #1a1a1a;
  }
  .form-checkbox.checkbox-large:checked + label:before {
    border: 16px solid #1a1a1a;
  }
}body[data-v-7b9e67e0] {
  overflow: scroll;
}
.mobile-view[data-v-7b9e67e0] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-7b9e67e0] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-7b9e67e0] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-7b9e67e0] {
  font-size: 1.6rem;
}
p[data-v-7b9e67e0] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-7b9e67e0] {
  color: #004D99;
}
a[data-v-7b9e67e0]:hover, a.link-hover[data-v-7b9e67e0] {
  color: #000040;
}
a[data-v-7b9e67e0]:hover:disabled,
a:hover .disabled[data-v-7b9e67e0], a.link-hover[data-v-7b9e67e0]:disabled,
a.link-hover .disabled[data-v-7b9e67e0] {
  background-color: transparent !important;
}
a[data-v-7b9e67e0]:focus, a.link-focus[data-v-7b9e67e0] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-7b9e67e0]:visited, a.link-visited[data-v-7b9e67e0] {
  color: #800080;
}
a[data-v-7b9e67e0]:disabled, a.disabled[data-v-7b9e67e0] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-7b9e67e0]:disabled:focus, a.disabled[data-v-7b9e67e0]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-7b9e67e0]:not(.button) {
  color: white;
}
.background-dark a[data-v-7b9e67e0]:disabled, .background-dark a.disabled[data-v-7b9e67e0] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-7b9e67e0]:disabled:focus, .background-dark a.disabled[data-v-7b9e67e0]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-7b9e67e0] {
  font-weight: 600;
}
a[data-v-7b9e67e0]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-7b9e67e0], .h1[data-v-7b9e67e0] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-7b9e67e0], .h1[data-v-7b9e67e0] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-7b9e67e0], .h1[data-v-7b9e67e0] {
    font-size: 3.9rem;
}
}
h1[data-v-7b9e67e0], .h1[data-v-7b9e67e0] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-7b9e67e0], .h1[data-v-7b9e67e0] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-7b9e67e0], .h1[data-v-7b9e67e0] {
    line-height: 4.8rem;
}
}
h1[data-v-7b9e67e0], .h1[data-v-7b9e67e0] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-7b9e67e0], .h1[data-v-7b9e67e0] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-7b9e67e0], .h1[data-v-7b9e67e0] {
    letter-spacing: normal;
}
}
h1[data-v-7b9e67e0], .h1[data-v-7b9e67e0] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-7b9e67e0], .h2[data-v-7b9e67e0] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-7b9e67e0], .h2[data-v-7b9e67e0] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-7b9e67e0], .h2[data-v-7b9e67e0] {
    font-size: 3.1rem;
}
}
h2[data-v-7b9e67e0], .h2[data-v-7b9e67e0] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-7b9e67e0], .h2[data-v-7b9e67e0] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-7b9e67e0], .h2[data-v-7b9e67e0] {
    line-height: 4rem;
}
}
h2[data-v-7b9e67e0], .h2[data-v-7b9e67e0] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-7b9e67e0], .h2[data-v-7b9e67e0] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-7b9e67e0], .h2[data-v-7b9e67e0] {
    letter-spacing: normal;
}
}
h2[data-v-7b9e67e0], .h2[data-v-7b9e67e0] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-7b9e67e0], .h3[data-v-7b9e67e0] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-7b9e67e0], .h3[data-v-7b9e67e0] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-7b9e67e0], .h3[data-v-7b9e67e0] {
    font-size: 2.5rem;
}
}
h3[data-v-7b9e67e0], .h3[data-v-7b9e67e0] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-7b9e67e0], .h3[data-v-7b9e67e0] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-7b9e67e0], .h3[data-v-7b9e67e0] {
    line-height: 3.2rem;
}
}
h3[data-v-7b9e67e0], .h3[data-v-7b9e67e0] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-7b9e67e0], .h3[data-v-7b9e67e0] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-7b9e67e0], .h3[data-v-7b9e67e0] {
    letter-spacing: normal;
}
}
h3[data-v-7b9e67e0], .h3[data-v-7b9e67e0] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-7b9e67e0], .h4[data-v-7b9e67e0] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-7b9e67e0], .h4[data-v-7b9e67e0] {
    font-size: 2rem;
}
}
h4[data-v-7b9e67e0], .h4[data-v-7b9e67e0] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-7b9e67e0], .h4[data-v-7b9e67e0] {
    line-height: 2.8rem;
}
}
h4[data-v-7b9e67e0], .h4[data-v-7b9e67e0] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-7b9e67e0], .h4[data-v-7b9e67e0] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-7b9e67e0], .h4[data-v-7b9e67e0] {
    letter-spacing: normal;
}
}
h4[data-v-7b9e67e0], .h4[data-v-7b9e67e0] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-7b9e67e0], .h5[data-v-7b9e67e0] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-7b9e67e0], .h5[data-v-7b9e67e0] {
    font-size: 1.6rem;
}
}
h5[data-v-7b9e67e0], .h5[data-v-7b9e67e0] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-7b9e67e0], .h5[data-v-7b9e67e0] {
    line-height: 2.4rem;
}
}
h5[data-v-7b9e67e0], .h5[data-v-7b9e67e0] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-7b9e67e0], .h5[data-v-7b9e67e0] {
    letter-spacing: normal;
}
}
h5[data-v-7b9e67e0], .h5[data-v-7b9e67e0] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-7b9e67e0], .h6[data-v-7b9e67e0] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-7b9e67e0], .body-text[data-v-7b9e67e0], .body-copy-text[data-v-7b9e67e0] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-7b9e67e0], .figcaption[data-v-7b9e67e0] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-7b9e67e0], .figcaption p[data-v-7b9e67e0] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-7b9e67e0] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-7b9e67e0] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-7b9e67e0] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-7b9e67e0], .small-text[data-v-7b9e67e0] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-7b9e67e0] {
  font-weight: 400;
}
.weight-semibold[data-v-7b9e67e0] {
  font-weight: 600;
}
.facit[data-v-7b9e67e0] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-7b9e67e0], b[data-v-7b9e67e0], .bold[data-v-7b9e67e0] {
  font-weight: 700;
}
.italic[data-v-7b9e67e0], em[data-v-7b9e67e0] {
  font-style: italic;
}
.form-label[data-v-7b9e67e0] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-7b9e67e0]:focus, .h1[data-v-7b9e67e0]:focus,
h2[data-v-7b9e67e0]:focus, .h2[data-v-7b9e67e0]:focus,
h3[data-v-7b9e67e0]:focus, .h3[data-v-7b9e67e0]:focus,
h4[data-v-7b9e67e0]:focus, .h4[data-v-7b9e67e0]:focus,
h5[data-v-7b9e67e0]:focus, .h5[data-v-7b9e67e0]:focus,
h6[data-v-7b9e67e0]:focus, .h6[data-v-7b9e67e0]:focus {
  outline: none;
}
h1[data-v-7b9e67e0], .h1[data-v-7b9e67e0] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-7b9e67e0], .h2[data-v-7b9e67e0] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-7b9e67e0], .h2[data-v-7b9e67e0] {
    margin-top: 4rem;
}
}
h3[data-v-7b9e67e0], .h3[data-v-7b9e67e0] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-7b9e67e0], .h3[data-v-7b9e67e0] {
    margin-top: 4rem;
}
}
h4[data-v-7b9e67e0], .h4[data-v-7b9e67e0] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-7b9e67e0], .h5[data-v-7b9e67e0] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-7b9e67e0], .h6[data-v-7b9e67e0] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-7b9e67e0] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-7b9e67e0], .body-text[data-v-7b9e67e0] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-7b9e67e0], h5 + ul[data-v-7b9e67e0], h5 + ol[data-v-7b9e67e0], .h5 + p[data-v-7b9e67e0], .h5 + ul[data-v-7b9e67e0], .h5 + ol[data-v-7b9e67e0], h6 + p[data-v-7b9e67e0], h6 + ul[data-v-7b9e67e0], h6 + ol[data-v-7b9e67e0], .h6 + p[data-v-7b9e67e0], .h6 + ul[data-v-7b9e67e0], .h6 + ol[data-v-7b9e67e0] {
  margin-top: 0;
}
button.function-link[data-v-7b9e67e0] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-7b9e67e0] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-7b9e67e0]:hover, .function-link[data-v-7b9e67e0]:visited, .function-link[data-v-7b9e67e0]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-7b9e67e0] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-7b9e67e0] {
  text-align: right;
}
.back-link[data-v-7b9e67e0] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-7b9e67e0] {
    margin-bottom: 32px;
}
}
.back-link[data-v-7b9e67e0] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-7b9e67e0]::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[data-v-7b9e67e0]:active, .back-link[data-v-7b9e67e0]:focus, .back-link[data-v-7b9e67e0]:hover, .back-link[data-v-7b9e67e0]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-7b9e67e0] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-7b9e67e0] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-7b9e67e0], h1 a[data-v-7b9e67e0]:hover, h1 a[data-v-7b9e67e0]:visited, h1 a[data-v-7b9e67e0]:focus, .h1 a[data-v-7b9e67e0], .h1 a[data-v-7b9e67e0]:hover, .h1 a[data-v-7b9e67e0]:visited, .h1 a[data-v-7b9e67e0]:focus,
h2 a[data-v-7b9e67e0],
h2 a[data-v-7b9e67e0]:hover,
h2 a[data-v-7b9e67e0]:visited,
h2 a[data-v-7b9e67e0]:focus, .h2 a[data-v-7b9e67e0], .h2 a[data-v-7b9e67e0]:hover, .h2 a[data-v-7b9e67e0]:visited, .h2 a[data-v-7b9e67e0]:focus,
h3 a[data-v-7b9e67e0],
h3 a[data-v-7b9e67e0]:hover,
h3 a[data-v-7b9e67e0]:visited,
h3 a[data-v-7b9e67e0]:focus, .h3 a[data-v-7b9e67e0], .h3 a[data-v-7b9e67e0]:hover, .h3 a[data-v-7b9e67e0]:visited, .h3 a[data-v-7b9e67e0]:focus,
h4 a[data-v-7b9e67e0],
h4 a[data-v-7b9e67e0]:hover,
h4 a[data-v-7b9e67e0]:visited,
h4 a[data-v-7b9e67e0]:focus, .h4 a[data-v-7b9e67e0], .h4 a[data-v-7b9e67e0]:hover, .h4 a[data-v-7b9e67e0]:visited, .h4 a[data-v-7b9e67e0]:focus,
h5 a[data-v-7b9e67e0],
h5 a[data-v-7b9e67e0]:hover,
h5 a[data-v-7b9e67e0]:visited,
h5 a[data-v-7b9e67e0]:focus, .h5 a[data-v-7b9e67e0], .h5 a[data-v-7b9e67e0]:hover, .h5 a[data-v-7b9e67e0]:visited, .h5 a[data-v-7b9e67e0]:focus,
h6 a[data-v-7b9e67e0],
h6 a[data-v-7b9e67e0]:hover,
h6 a[data-v-7b9e67e0]:visited,
h6 a[data-v-7b9e67e0]:focus, .h6 a[data-v-7b9e67e0], .h6 a[data-v-7b9e67e0]:hover, .h6 a[data-v-7b9e67e0]:visited, .h6 a[data-v-7b9e67e0]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-7b9e67e0], .h1 a.search-link[data-v-7b9e67e0],
h2 a.search-link[data-v-7b9e67e0], .h2 a.search-link[data-v-7b9e67e0],
h3 a.search-link[data-v-7b9e67e0], .h3 a.search-link[data-v-7b9e67e0],
h4 a.search-link[data-v-7b9e67e0], .h4 a.search-link[data-v-7b9e67e0],
h5 a.search-link[data-v-7b9e67e0], .h5 a.search-link[data-v-7b9e67e0],
h6 a.search-link[data-v-7b9e67e0], .h6 a.search-link[data-v-7b9e67e0] {
  text-decoration: none;
}
h1 a.search-link[data-v-7b9e67e0]:visited, .h1 a.search-link[data-v-7b9e67e0]:visited,
h2 a.search-link[data-v-7b9e67e0]:visited, .h2 a.search-link[data-v-7b9e67e0]:visited,
h3 a.search-link[data-v-7b9e67e0]:visited, .h3 a.search-link[data-v-7b9e67e0]:visited,
h4 a.search-link[data-v-7b9e67e0]:visited, .h4 a.search-link[data-v-7b9e67e0]:visited,
h5 a.search-link[data-v-7b9e67e0]:visited, .h5 a.search-link[data-v-7b9e67e0]:visited,
h6 a.search-link[data-v-7b9e67e0]:visited, .h6 a.search-link[data-v-7b9e67e0]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-7b9e67e0]:focus, .h1 a.search-link[data-v-7b9e67e0]:focus,
h2 a.search-link[data-v-7b9e67e0]:focus, .h2 a.search-link[data-v-7b9e67e0]:focus,
h3 a.search-link[data-v-7b9e67e0]:focus, .h3 a.search-link[data-v-7b9e67e0]:focus,
h4 a.search-link[data-v-7b9e67e0]:focus, .h4 a.search-link[data-v-7b9e67e0]:focus,
h5 a.search-link[data-v-7b9e67e0]:focus, .h5 a.search-link[data-v-7b9e67e0]:focus,
h6 a.search-link[data-v-7b9e67e0]:focus, .h6 a.search-link[data-v-7b9e67e0]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-7b9e67e0]:hover, .h1 a.search-link[data-v-7b9e67e0]:hover,
h2 a.search-link[data-v-7b9e67e0]:hover, .h2 a.search-link[data-v-7b9e67e0]:hover,
h3 a.search-link[data-v-7b9e67e0]:hover, .h3 a.search-link[data-v-7b9e67e0]:hover,
h4 a.search-link[data-v-7b9e67e0]:hover, .h4 a.search-link[data-v-7b9e67e0]:hover,
h5 a.search-link[data-v-7b9e67e0]:hover, .h5 a.search-link[data-v-7b9e67e0]:hover,
h6 a.search-link[data-v-7b9e67e0]:hover, .h6 a.search-link[data-v-7b9e67e0]:hover {
  text-decoration: underline;
}
cite[data-v-7b9e67e0],
var[data-v-7b9e67e0],
address[data-v-7b9e67e0],
dfn[data-v-7b9e67e0] {
  font-style: normal;
}
h1[data-v-7b9e67e0], .h1[data-v-7b9e67e0],
h2[data-v-7b9e67e0], .h2[data-v-7b9e67e0],
h3[data-v-7b9e67e0], .h3[data-v-7b9e67e0],
h4[data-v-7b9e67e0], .h4[data-v-7b9e67e0],
h5[data-v-7b9e67e0], .h5[data-v-7b9e67e0],
h6[data-v-7b9e67e0], .h6[data-v-7b9e67e0] {
  max-width: 66ch;
}
p[data-v-7b9e67e0],
ul[data-v-7b9e67e0]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-7b9e67e0]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-7b9e67e0] {
  max-width: 66ch;
}
.form-label[data-v-7b9e67e0], .form-hint[data-v-7b9e67e0], .form-error-message[data-v-7b9e67e0] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-7b9e67e0], .form-radio + label[data-v-7b9e67e0] {
  max-width: 66ch;
}
.displayheading-1[data-v-7b9e67e0] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-7b9e67e0] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-7b9e67e0] {
  color: #358000;
}
.text-negative[data-v-7b9e67e0] {
  color: #CC0000;
}
.color-text-black[data-v-7b9e67e0] {
  color: #1a1a1a;
}
.background-dark[data-v-7b9e67e0] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-7b9e67e0], .background-dark span[data-v-7b9e67e0] {
  color: white;
}
.field-group-title[data-v-7b9e67e0] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-7b9e67e0] {
  border: 2px solid #1a1a1a;
}
h1[data-v-7b9e67e0], h2[data-v-7b9e67e0], h3[data-v-7b9e67e0], h4[data-v-7b9e67e0], h5[data-v-7b9e67e0], h6[data-v-7b9e67e0], p[data-v-7b9e67e0], legend[data-v-7b9e67e0], strong[data-v-7b9e67e0], b[data-v-7b9e67e0], cite[data-v-7b9e67e0], var[data-v-7b9e67e0], address[data-v-7b9e67e0], dfn[data-v-7b9e67e0] {
  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[data-v-7b9e67e0] {
  text-transform: uppercase;
}
.lowercase[data-v-7b9e67e0] {
  text-transform: lowercase;
}
.d-inline[data-v-7b9e67e0] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-7b9e67e0] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-7b9e67e0] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-7b9e67e0] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-7b9e67e0] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-7b9e67e0] {
    display: inline !important;
}
}
.flex-grow[data-v-7b9e67e0] {
  flex-grow: 1;
}
.weight-normal[data-v-7b9e67e0] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-7b9e67e0] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-7b9e67e0] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-7b9e67e0] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-7b9e67e0] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-7b9e67e0] {
    margin-bottom: 0;
}
}
.gray-100[data-v-7b9e67e0] {
  background-color: #F5F5F5;
}
.highlight[data-v-7b9e67e0] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-7b9e67e0] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-7b9e67e0] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-7b9e67e0] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-7b9e67e0] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-7b9e67e0] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-7b9e67e0] {
  z-index: 10000;
}
.video-responsive[data-v-7b9e67e0] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-7b9e67e0] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-7b9e67e0]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-7b9e67e0]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-7b9e67e0] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-7b9e67e0] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-7b9e67e0] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-7b9e67e0]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-7b9e67e0]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-7b9e67e0] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-7b9e67e0] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-7b9e67e0] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-7b9e67e0] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-7b9e67e0],
.sidenav-list-virk.sidenav-list li li[data-v-7b9e67e0],
.sidenav-list-virk.sidenav-list a[data-v-7b9e67e0] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-7b9e67e0] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-7b9e67e0] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-7b9e67e0] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-7b9e67e0] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-7b9e67e0] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-7b9e67e0]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-7b9e67e0]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-7b9e67e0] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-7b9e67e0]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-7b9e67e0] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-7b9e67e0] {
  color: #004D99;
}
a[data-v-7b9e67e0]:hover {
  color: #000040;
}
a[data-v-7b9e67e0]:visited {
  color: #800080;
}
a .icon-svg[data-v-7b9e67e0] {
  width: 2.4rem;
  height: 2.4rem;
  fill: currentColor;
}body[data-v-b94253ee] {
  overflow: scroll;
}
.mobile-view[data-v-b94253ee] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-b94253ee] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-b94253ee] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-b94253ee] {
  font-size: 1.6rem;
}
p[data-v-b94253ee] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-b94253ee] {
  color: #004D99;
}
a[data-v-b94253ee]:hover, a.link-hover[data-v-b94253ee] {
  color: #000040;
}
a[data-v-b94253ee]:hover:disabled,
a:hover .disabled[data-v-b94253ee], a.link-hover[data-v-b94253ee]:disabled,
a.link-hover .disabled[data-v-b94253ee] {
  background-color: transparent !important;
}
a[data-v-b94253ee]:focus, a.link-focus[data-v-b94253ee] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-b94253ee]:visited, a.link-visited[data-v-b94253ee] {
  color: #800080;
}
a[data-v-b94253ee]:disabled, a.disabled[data-v-b94253ee] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-b94253ee]:disabled:focus, a.disabled[data-v-b94253ee]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-b94253ee]:not(.button) {
  color: white;
}
.background-dark a[data-v-b94253ee]:disabled, .background-dark a.disabled[data-v-b94253ee] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-b94253ee]:disabled:focus, .background-dark a.disabled[data-v-b94253ee]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-b94253ee] {
  font-weight: 600;
}
a[data-v-b94253ee]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-b94253ee], .h1[data-v-b94253ee] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-b94253ee], .h1[data-v-b94253ee] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-b94253ee], .h1[data-v-b94253ee] {
    font-size: 3.9rem;
}
}
h1[data-v-b94253ee], .h1[data-v-b94253ee] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-b94253ee], .h1[data-v-b94253ee] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-b94253ee], .h1[data-v-b94253ee] {
    line-height: 4.8rem;
}
}
h1[data-v-b94253ee], .h1[data-v-b94253ee] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-b94253ee], .h1[data-v-b94253ee] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-b94253ee], .h1[data-v-b94253ee] {
    letter-spacing: normal;
}
}
h1[data-v-b94253ee], .h1[data-v-b94253ee] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-b94253ee], .h2[data-v-b94253ee] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-b94253ee], .h2[data-v-b94253ee] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-b94253ee], .h2[data-v-b94253ee] {
    font-size: 3.1rem;
}
}
h2[data-v-b94253ee], .h2[data-v-b94253ee] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-b94253ee], .h2[data-v-b94253ee] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-b94253ee], .h2[data-v-b94253ee] {
    line-height: 4rem;
}
}
h2[data-v-b94253ee], .h2[data-v-b94253ee] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-b94253ee], .h2[data-v-b94253ee] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-b94253ee], .h2[data-v-b94253ee] {
    letter-spacing: normal;
}
}
h2[data-v-b94253ee], .h2[data-v-b94253ee] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-b94253ee], .h3[data-v-b94253ee] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-b94253ee], .h3[data-v-b94253ee] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-b94253ee], .h3[data-v-b94253ee] {
    font-size: 2.5rem;
}
}
h3[data-v-b94253ee], .h3[data-v-b94253ee] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-b94253ee], .h3[data-v-b94253ee] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-b94253ee], .h3[data-v-b94253ee] {
    line-height: 3.2rem;
}
}
h3[data-v-b94253ee], .h3[data-v-b94253ee] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-b94253ee], .h3[data-v-b94253ee] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-b94253ee], .h3[data-v-b94253ee] {
    letter-spacing: normal;
}
}
h3[data-v-b94253ee], .h3[data-v-b94253ee] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-b94253ee], .h4[data-v-b94253ee] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-b94253ee], .h4[data-v-b94253ee] {
    font-size: 2rem;
}
}
h4[data-v-b94253ee], .h4[data-v-b94253ee] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-b94253ee], .h4[data-v-b94253ee] {
    line-height: 2.8rem;
}
}
h4[data-v-b94253ee], .h4[data-v-b94253ee] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-b94253ee], .h4[data-v-b94253ee] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-b94253ee], .h4[data-v-b94253ee] {
    letter-spacing: normal;
}
}
h4[data-v-b94253ee], .h4[data-v-b94253ee] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-b94253ee], .h5[data-v-b94253ee] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-b94253ee], .h5[data-v-b94253ee] {
    font-size: 1.6rem;
}
}
h5[data-v-b94253ee], .h5[data-v-b94253ee] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-b94253ee], .h5[data-v-b94253ee] {
    line-height: 2.4rem;
}
}
h5[data-v-b94253ee], .h5[data-v-b94253ee] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-b94253ee], .h5[data-v-b94253ee] {
    letter-spacing: normal;
}
}
h5[data-v-b94253ee], .h5[data-v-b94253ee] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-b94253ee], .h6[data-v-b94253ee] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-b94253ee], .body-text[data-v-b94253ee], .body-copy-text[data-v-b94253ee] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-b94253ee], .figcaption[data-v-b94253ee] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-b94253ee], .figcaption p[data-v-b94253ee] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-b94253ee] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-b94253ee] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-b94253ee] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-b94253ee], .small-text[data-v-b94253ee] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-b94253ee] {
  font-weight: 400;
}
.weight-semibold[data-v-b94253ee] {
  font-weight: 600;
}
.facit[data-v-b94253ee] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-b94253ee], b[data-v-b94253ee], .bold[data-v-b94253ee] {
  font-weight: 700;
}
.italic[data-v-b94253ee], em[data-v-b94253ee] {
  font-style: italic;
}
.form-label[data-v-b94253ee] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-b94253ee]:focus, .h1[data-v-b94253ee]:focus,
h2[data-v-b94253ee]:focus, .h2[data-v-b94253ee]:focus,
h3[data-v-b94253ee]:focus, .h3[data-v-b94253ee]:focus,
h4[data-v-b94253ee]:focus, .h4[data-v-b94253ee]:focus,
h5[data-v-b94253ee]:focus, .h5[data-v-b94253ee]:focus,
h6[data-v-b94253ee]:focus, .h6[data-v-b94253ee]:focus {
  outline: none;
}
h1[data-v-b94253ee], .h1[data-v-b94253ee] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-b94253ee], .h2[data-v-b94253ee] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-b94253ee], .h2[data-v-b94253ee] {
    margin-top: 4rem;
}
}
h3[data-v-b94253ee], .h3[data-v-b94253ee] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-b94253ee], .h3[data-v-b94253ee] {
    margin-top: 4rem;
}
}
h4[data-v-b94253ee], .h4[data-v-b94253ee] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-b94253ee], .h5[data-v-b94253ee] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-b94253ee], .h6[data-v-b94253ee] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-b94253ee] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-b94253ee], .body-text[data-v-b94253ee] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-b94253ee], h5 + ul[data-v-b94253ee], h5 + ol[data-v-b94253ee], .h5 + p[data-v-b94253ee], .h5 + ul[data-v-b94253ee], .h5 + ol[data-v-b94253ee], h6 + p[data-v-b94253ee], h6 + ul[data-v-b94253ee], h6 + ol[data-v-b94253ee], .h6 + p[data-v-b94253ee], .h6 + ul[data-v-b94253ee], .h6 + ol[data-v-b94253ee] {
  margin-top: 0;
}
button.function-link[data-v-b94253ee] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-b94253ee] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-b94253ee]:hover, .function-link[data-v-b94253ee]:visited, .function-link[data-v-b94253ee]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-b94253ee] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-b94253ee] {
  text-align: right;
}
.back-link[data-v-b94253ee] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-b94253ee] {
    margin-bottom: 32px;
}
}
.back-link[data-v-b94253ee] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-b94253ee]::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[data-v-b94253ee]:active, .back-link[data-v-b94253ee]:focus, .back-link[data-v-b94253ee]:hover, .back-link[data-v-b94253ee]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-b94253ee] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-b94253ee] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-b94253ee], h1 a[data-v-b94253ee]:hover, h1 a[data-v-b94253ee]:visited, h1 a[data-v-b94253ee]:focus, .h1 a[data-v-b94253ee], .h1 a[data-v-b94253ee]:hover, .h1 a[data-v-b94253ee]:visited, .h1 a[data-v-b94253ee]:focus,
h2 a[data-v-b94253ee],
h2 a[data-v-b94253ee]:hover,
h2 a[data-v-b94253ee]:visited,
h2 a[data-v-b94253ee]:focus, .h2 a[data-v-b94253ee], .h2 a[data-v-b94253ee]:hover, .h2 a[data-v-b94253ee]:visited, .h2 a[data-v-b94253ee]:focus,
h3 a[data-v-b94253ee],
h3 a[data-v-b94253ee]:hover,
h3 a[data-v-b94253ee]:visited,
h3 a[data-v-b94253ee]:focus, .h3 a[data-v-b94253ee], .h3 a[data-v-b94253ee]:hover, .h3 a[data-v-b94253ee]:visited, .h3 a[data-v-b94253ee]:focus,
h4 a[data-v-b94253ee],
h4 a[data-v-b94253ee]:hover,
h4 a[data-v-b94253ee]:visited,
h4 a[data-v-b94253ee]:focus, .h4 a[data-v-b94253ee], .h4 a[data-v-b94253ee]:hover, .h4 a[data-v-b94253ee]:visited, .h4 a[data-v-b94253ee]:focus,
h5 a[data-v-b94253ee],
h5 a[data-v-b94253ee]:hover,
h5 a[data-v-b94253ee]:visited,
h5 a[data-v-b94253ee]:focus, .h5 a[data-v-b94253ee], .h5 a[data-v-b94253ee]:hover, .h5 a[data-v-b94253ee]:visited, .h5 a[data-v-b94253ee]:focus,
h6 a[data-v-b94253ee],
h6 a[data-v-b94253ee]:hover,
h6 a[data-v-b94253ee]:visited,
h6 a[data-v-b94253ee]:focus, .h6 a[data-v-b94253ee], .h6 a[data-v-b94253ee]:hover, .h6 a[data-v-b94253ee]:visited, .h6 a[data-v-b94253ee]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-b94253ee], .h1 a.search-link[data-v-b94253ee],
h2 a.search-link[data-v-b94253ee], .h2 a.search-link[data-v-b94253ee],
h3 a.search-link[data-v-b94253ee], .h3 a.search-link[data-v-b94253ee],
h4 a.search-link[data-v-b94253ee], .h4 a.search-link[data-v-b94253ee],
h5 a.search-link[data-v-b94253ee], .h5 a.search-link[data-v-b94253ee],
h6 a.search-link[data-v-b94253ee], .h6 a.search-link[data-v-b94253ee] {
  text-decoration: none;
}
h1 a.search-link[data-v-b94253ee]:visited, .h1 a.search-link[data-v-b94253ee]:visited,
h2 a.search-link[data-v-b94253ee]:visited, .h2 a.search-link[data-v-b94253ee]:visited,
h3 a.search-link[data-v-b94253ee]:visited, .h3 a.search-link[data-v-b94253ee]:visited,
h4 a.search-link[data-v-b94253ee]:visited, .h4 a.search-link[data-v-b94253ee]:visited,
h5 a.search-link[data-v-b94253ee]:visited, .h5 a.search-link[data-v-b94253ee]:visited,
h6 a.search-link[data-v-b94253ee]:visited, .h6 a.search-link[data-v-b94253ee]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-b94253ee]:focus, .h1 a.search-link[data-v-b94253ee]:focus,
h2 a.search-link[data-v-b94253ee]:focus, .h2 a.search-link[data-v-b94253ee]:focus,
h3 a.search-link[data-v-b94253ee]:focus, .h3 a.search-link[data-v-b94253ee]:focus,
h4 a.search-link[data-v-b94253ee]:focus, .h4 a.search-link[data-v-b94253ee]:focus,
h5 a.search-link[data-v-b94253ee]:focus, .h5 a.search-link[data-v-b94253ee]:focus,
h6 a.search-link[data-v-b94253ee]:focus, .h6 a.search-link[data-v-b94253ee]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-b94253ee]:hover, .h1 a.search-link[data-v-b94253ee]:hover,
h2 a.search-link[data-v-b94253ee]:hover, .h2 a.search-link[data-v-b94253ee]:hover,
h3 a.search-link[data-v-b94253ee]:hover, .h3 a.search-link[data-v-b94253ee]:hover,
h4 a.search-link[data-v-b94253ee]:hover, .h4 a.search-link[data-v-b94253ee]:hover,
h5 a.search-link[data-v-b94253ee]:hover, .h5 a.search-link[data-v-b94253ee]:hover,
h6 a.search-link[data-v-b94253ee]:hover, .h6 a.search-link[data-v-b94253ee]:hover {
  text-decoration: underline;
}
cite[data-v-b94253ee],
var[data-v-b94253ee],
address[data-v-b94253ee],
dfn[data-v-b94253ee] {
  font-style: normal;
}
h1[data-v-b94253ee], .h1[data-v-b94253ee],
h2[data-v-b94253ee], .h2[data-v-b94253ee],
h3[data-v-b94253ee], .h3[data-v-b94253ee],
h4[data-v-b94253ee], .h4[data-v-b94253ee],
h5[data-v-b94253ee], .h5[data-v-b94253ee],
h6[data-v-b94253ee], .h6[data-v-b94253ee] {
  max-width: 66ch;
}
p[data-v-b94253ee],
ul[data-v-b94253ee]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-b94253ee]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-b94253ee] {
  max-width: 66ch;
}
.form-label[data-v-b94253ee], .form-hint[data-v-b94253ee], .form-error-message[data-v-b94253ee] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-b94253ee], .form-radio + label[data-v-b94253ee] {
  max-width: 66ch;
}
.displayheading-1[data-v-b94253ee] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-b94253ee] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-b94253ee] {
  color: #358000;
}
.text-negative[data-v-b94253ee] {
  color: #CC0000;
}
.color-text-black[data-v-b94253ee] {
  color: #1a1a1a;
}
.background-dark[data-v-b94253ee] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-b94253ee], .background-dark span[data-v-b94253ee] {
  color: white;
}
.field-group-title[data-v-b94253ee] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-b94253ee] {
  border: 2px solid #1a1a1a;
}
h1[data-v-b94253ee], h2[data-v-b94253ee], h3[data-v-b94253ee], h4[data-v-b94253ee], h5[data-v-b94253ee], h6[data-v-b94253ee], p[data-v-b94253ee], legend[data-v-b94253ee], strong[data-v-b94253ee], b[data-v-b94253ee], cite[data-v-b94253ee], var[data-v-b94253ee], address[data-v-b94253ee], dfn[data-v-b94253ee] {
  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[data-v-b94253ee] {
  text-transform: uppercase;
}
.lowercase[data-v-b94253ee] {
  text-transform: lowercase;
}
.d-inline[data-v-b94253ee] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-b94253ee] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-b94253ee] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-b94253ee] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-b94253ee] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-b94253ee] {
    display: inline !important;
}
}
.flex-grow[data-v-b94253ee] {
  flex-grow: 1;
}
.weight-normal[data-v-b94253ee] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-b94253ee] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-b94253ee] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-b94253ee] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-b94253ee] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-b94253ee] {
    margin-bottom: 0;
}
}
.gray-100[data-v-b94253ee] {
  background-color: #F5F5F5;
}
.highlight[data-v-b94253ee] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-b94253ee] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-b94253ee] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-b94253ee] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-b94253ee] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-b94253ee] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-b94253ee] {
  z-index: 10000;
}
.video-responsive[data-v-b94253ee] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-b94253ee] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-b94253ee]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-b94253ee]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-b94253ee] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-b94253ee] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-b94253ee] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-b94253ee]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-b94253ee]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-b94253ee] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-b94253ee] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-b94253ee] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-b94253ee] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-b94253ee],
.sidenav-list-virk.sidenav-list li li[data-v-b94253ee],
.sidenav-list-virk.sidenav-list a[data-v-b94253ee] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-b94253ee] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-b94253ee] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-b94253ee] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-b94253ee] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-b94253ee] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-b94253ee]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-b94253ee]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-b94253ee] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-b94253ee]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-b94253ee] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.sprogvaelger .sprogvaelger-options[data-v-b94253ee] {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.sprogvaelger .sprogvaelger-options .sprogvaelger-option[data-v-b94253ee] {
  display: flex;
  flex-wrap: nowrap;
  cursor: pointer;
  text-decoration: underline;
  padding-left: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 16px;
}
.sprogvaelger .sprogvaelger-options .sprogvaelger-option[data-v-b94253ee]:first-of-type {
  padding-top: 12px;
}
.sprogvaelger .sprogvaelger-options .sprogvaelger-option[data-v-b94253ee]:first-of-type::after {
  content: "|";
  padding-left: 32px;
  font-weight: 400;
}
.sprogvaelger .sprogvaelger-options .sprogvaelger-option[data-v-b94253ee]:last-of-type {
  padding-bottom: 12px;
}
.sprogvaelger .sprogvaelger-options .sprogvaelger-option[aria-selected=true][data-v-b94253ee] {
  padding-left: 16px;
  text-decoration: none;
  font-weight: 600;
}
.sprogvaelger .sprogvaelger-options .sprogvaelger-option[aria-selected=true] svg[data-v-b94253ee] {
  display: block;
  margin-right: 8px;
}
.language-switcher-marker[data-v-b94253ee] {
  cursor: pointer;
}
.language-switcher ul > li:first-of-type a[data-v-b94253ee] {
  font-weight: 400;
}
.language-switcher ul > li a.active[data-v-b94253ee] {
  font-weight: 600;
}body[data-v-778ab352] {
  overflow: scroll;
}
.mobile-view[data-v-778ab352] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-778ab352] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-778ab352] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-778ab352] {
  font-size: 1.6rem;
}
p[data-v-778ab352] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-778ab352] {
  color: #004D99;
}
a[data-v-778ab352]:hover, a.link-hover[data-v-778ab352] {
  color: #000040;
}
a[data-v-778ab352]:hover:disabled,
a:hover .disabled[data-v-778ab352], a.link-hover[data-v-778ab352]:disabled,
a.link-hover .disabled[data-v-778ab352] {
  background-color: transparent !important;
}
a[data-v-778ab352]:focus, a.link-focus[data-v-778ab352] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-778ab352]:visited, a.link-visited[data-v-778ab352] {
  color: #800080;
}
a[data-v-778ab352]:disabled, a.disabled[data-v-778ab352] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-778ab352]:disabled:focus, a.disabled[data-v-778ab352]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-778ab352]:not(.button) {
  color: white;
}
.background-dark a[data-v-778ab352]:disabled, .background-dark a.disabled[data-v-778ab352] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-778ab352]:disabled:focus, .background-dark a.disabled[data-v-778ab352]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-778ab352] {
  font-weight: 600;
}
a[data-v-778ab352]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-778ab352], .h1[data-v-778ab352] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-778ab352], .h1[data-v-778ab352] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-778ab352], .h1[data-v-778ab352] {
    font-size: 3.9rem;
}
}
h1[data-v-778ab352], .h1[data-v-778ab352] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-778ab352], .h1[data-v-778ab352] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-778ab352], .h1[data-v-778ab352] {
    line-height: 4.8rem;
}
}
h1[data-v-778ab352], .h1[data-v-778ab352] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-778ab352], .h1[data-v-778ab352] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-778ab352], .h1[data-v-778ab352] {
    letter-spacing: normal;
}
}
h1[data-v-778ab352], .h1[data-v-778ab352] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-778ab352], .h2[data-v-778ab352] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-778ab352], .h2[data-v-778ab352] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-778ab352], .h2[data-v-778ab352] {
    font-size: 3.1rem;
}
}
h2[data-v-778ab352], .h2[data-v-778ab352] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-778ab352], .h2[data-v-778ab352] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-778ab352], .h2[data-v-778ab352] {
    line-height: 4rem;
}
}
h2[data-v-778ab352], .h2[data-v-778ab352] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-778ab352], .h2[data-v-778ab352] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-778ab352], .h2[data-v-778ab352] {
    letter-spacing: normal;
}
}
h2[data-v-778ab352], .h2[data-v-778ab352] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-778ab352], .h3[data-v-778ab352] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-778ab352], .h3[data-v-778ab352] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-778ab352], .h3[data-v-778ab352] {
    font-size: 2.5rem;
}
}
h3[data-v-778ab352], .h3[data-v-778ab352] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-778ab352], .h3[data-v-778ab352] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-778ab352], .h3[data-v-778ab352] {
    line-height: 3.2rem;
}
}
h3[data-v-778ab352], .h3[data-v-778ab352] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-778ab352], .h3[data-v-778ab352] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-778ab352], .h3[data-v-778ab352] {
    letter-spacing: normal;
}
}
h3[data-v-778ab352], .h3[data-v-778ab352] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-778ab352], .h4[data-v-778ab352] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-778ab352], .h4[data-v-778ab352] {
    font-size: 2rem;
}
}
h4[data-v-778ab352], .h4[data-v-778ab352] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-778ab352], .h4[data-v-778ab352] {
    line-height: 2.8rem;
}
}
h4[data-v-778ab352], .h4[data-v-778ab352] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-778ab352], .h4[data-v-778ab352] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-778ab352], .h4[data-v-778ab352] {
    letter-spacing: normal;
}
}
h4[data-v-778ab352], .h4[data-v-778ab352] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-778ab352], .h5[data-v-778ab352] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-778ab352], .h5[data-v-778ab352] {
    font-size: 1.6rem;
}
}
h5[data-v-778ab352], .h5[data-v-778ab352] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-778ab352], .h5[data-v-778ab352] {
    line-height: 2.4rem;
}
}
h5[data-v-778ab352], .h5[data-v-778ab352] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-778ab352], .h5[data-v-778ab352] {
    letter-spacing: normal;
}
}
h5[data-v-778ab352], .h5[data-v-778ab352] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-778ab352], .h6[data-v-778ab352] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-778ab352], .body-text[data-v-778ab352], .body-copy-text[data-v-778ab352] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-778ab352], .figcaption[data-v-778ab352] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-778ab352], .figcaption p[data-v-778ab352] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-778ab352] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-778ab352] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-778ab352] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-778ab352], .small-text[data-v-778ab352] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-778ab352] {
  font-weight: 400;
}
.weight-semibold[data-v-778ab352] {
  font-weight: 600;
}
.facit[data-v-778ab352] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-778ab352], b[data-v-778ab352], .bold[data-v-778ab352] {
  font-weight: 700;
}
.italic[data-v-778ab352], em[data-v-778ab352] {
  font-style: italic;
}
.form-label[data-v-778ab352] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-778ab352]:focus, .h1[data-v-778ab352]:focus,
h2[data-v-778ab352]:focus, .h2[data-v-778ab352]:focus,
h3[data-v-778ab352]:focus, .h3[data-v-778ab352]:focus,
h4[data-v-778ab352]:focus, .h4[data-v-778ab352]:focus,
h5[data-v-778ab352]:focus, .h5[data-v-778ab352]:focus,
h6[data-v-778ab352]:focus, .h6[data-v-778ab352]:focus {
  outline: none;
}
h1[data-v-778ab352], .h1[data-v-778ab352] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-778ab352], .h2[data-v-778ab352] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-778ab352], .h2[data-v-778ab352] {
    margin-top: 4rem;
}
}
h3[data-v-778ab352], .h3[data-v-778ab352] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-778ab352], .h3[data-v-778ab352] {
    margin-top: 4rem;
}
}
h4[data-v-778ab352], .h4[data-v-778ab352] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-778ab352], .h5[data-v-778ab352] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-778ab352], .h6[data-v-778ab352] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-778ab352] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-778ab352], .body-text[data-v-778ab352] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-778ab352], h5 + ul[data-v-778ab352], h5 + ol[data-v-778ab352], .h5 + p[data-v-778ab352], .h5 + ul[data-v-778ab352], .h5 + ol[data-v-778ab352], h6 + p[data-v-778ab352], h6 + ul[data-v-778ab352], h6 + ol[data-v-778ab352], .h6 + p[data-v-778ab352], .h6 + ul[data-v-778ab352], .h6 + ol[data-v-778ab352] {
  margin-top: 0;
}
button.function-link[data-v-778ab352] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-778ab352] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-778ab352]:hover, .function-link[data-v-778ab352]:visited, .function-link[data-v-778ab352]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-778ab352] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-778ab352] {
  text-align: right;
}
.back-link[data-v-778ab352] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-778ab352] {
    margin-bottom: 32px;
}
}
.back-link[data-v-778ab352] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-778ab352]::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[data-v-778ab352]:active, .back-link[data-v-778ab352]:focus, .back-link[data-v-778ab352]:hover, .back-link[data-v-778ab352]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-778ab352] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-778ab352] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-778ab352], h1 a[data-v-778ab352]:hover, h1 a[data-v-778ab352]:visited, h1 a[data-v-778ab352]:focus, .h1 a[data-v-778ab352], .h1 a[data-v-778ab352]:hover, .h1 a[data-v-778ab352]:visited, .h1 a[data-v-778ab352]:focus,
h2 a[data-v-778ab352],
h2 a[data-v-778ab352]:hover,
h2 a[data-v-778ab352]:visited,
h2 a[data-v-778ab352]:focus, .h2 a[data-v-778ab352], .h2 a[data-v-778ab352]:hover, .h2 a[data-v-778ab352]:visited, .h2 a[data-v-778ab352]:focus,
h3 a[data-v-778ab352],
h3 a[data-v-778ab352]:hover,
h3 a[data-v-778ab352]:visited,
h3 a[data-v-778ab352]:focus, .h3 a[data-v-778ab352], .h3 a[data-v-778ab352]:hover, .h3 a[data-v-778ab352]:visited, .h3 a[data-v-778ab352]:focus,
h4 a[data-v-778ab352],
h4 a[data-v-778ab352]:hover,
h4 a[data-v-778ab352]:visited,
h4 a[data-v-778ab352]:focus, .h4 a[data-v-778ab352], .h4 a[data-v-778ab352]:hover, .h4 a[data-v-778ab352]:visited, .h4 a[data-v-778ab352]:focus,
h5 a[data-v-778ab352],
h5 a[data-v-778ab352]:hover,
h5 a[data-v-778ab352]:visited,
h5 a[data-v-778ab352]:focus, .h5 a[data-v-778ab352], .h5 a[data-v-778ab352]:hover, .h5 a[data-v-778ab352]:visited, .h5 a[data-v-778ab352]:focus,
h6 a[data-v-778ab352],
h6 a[data-v-778ab352]:hover,
h6 a[data-v-778ab352]:visited,
h6 a[data-v-778ab352]:focus, .h6 a[data-v-778ab352], .h6 a[data-v-778ab352]:hover, .h6 a[data-v-778ab352]:visited, .h6 a[data-v-778ab352]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-778ab352], .h1 a.search-link[data-v-778ab352],
h2 a.search-link[data-v-778ab352], .h2 a.search-link[data-v-778ab352],
h3 a.search-link[data-v-778ab352], .h3 a.search-link[data-v-778ab352],
h4 a.search-link[data-v-778ab352], .h4 a.search-link[data-v-778ab352],
h5 a.search-link[data-v-778ab352], .h5 a.search-link[data-v-778ab352],
h6 a.search-link[data-v-778ab352], .h6 a.search-link[data-v-778ab352] {
  text-decoration: none;
}
h1 a.search-link[data-v-778ab352]:visited, .h1 a.search-link[data-v-778ab352]:visited,
h2 a.search-link[data-v-778ab352]:visited, .h2 a.search-link[data-v-778ab352]:visited,
h3 a.search-link[data-v-778ab352]:visited, .h3 a.search-link[data-v-778ab352]:visited,
h4 a.search-link[data-v-778ab352]:visited, .h4 a.search-link[data-v-778ab352]:visited,
h5 a.search-link[data-v-778ab352]:visited, .h5 a.search-link[data-v-778ab352]:visited,
h6 a.search-link[data-v-778ab352]:visited, .h6 a.search-link[data-v-778ab352]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-778ab352]:focus, .h1 a.search-link[data-v-778ab352]:focus,
h2 a.search-link[data-v-778ab352]:focus, .h2 a.search-link[data-v-778ab352]:focus,
h3 a.search-link[data-v-778ab352]:focus, .h3 a.search-link[data-v-778ab352]:focus,
h4 a.search-link[data-v-778ab352]:focus, .h4 a.search-link[data-v-778ab352]:focus,
h5 a.search-link[data-v-778ab352]:focus, .h5 a.search-link[data-v-778ab352]:focus,
h6 a.search-link[data-v-778ab352]:focus, .h6 a.search-link[data-v-778ab352]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-778ab352]:hover, .h1 a.search-link[data-v-778ab352]:hover,
h2 a.search-link[data-v-778ab352]:hover, .h2 a.search-link[data-v-778ab352]:hover,
h3 a.search-link[data-v-778ab352]:hover, .h3 a.search-link[data-v-778ab352]:hover,
h4 a.search-link[data-v-778ab352]:hover, .h4 a.search-link[data-v-778ab352]:hover,
h5 a.search-link[data-v-778ab352]:hover, .h5 a.search-link[data-v-778ab352]:hover,
h6 a.search-link[data-v-778ab352]:hover, .h6 a.search-link[data-v-778ab352]:hover {
  text-decoration: underline;
}
cite[data-v-778ab352],
var[data-v-778ab352],
address[data-v-778ab352],
dfn[data-v-778ab352] {
  font-style: normal;
}
h1[data-v-778ab352], .h1[data-v-778ab352],
h2[data-v-778ab352], .h2[data-v-778ab352],
h3[data-v-778ab352], .h3[data-v-778ab352],
h4[data-v-778ab352], .h4[data-v-778ab352],
h5[data-v-778ab352], .h5[data-v-778ab352],
h6[data-v-778ab352], .h6[data-v-778ab352] {
  max-width: 66ch;
}
p[data-v-778ab352],
ul[data-v-778ab352]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-778ab352]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-778ab352] {
  max-width: 66ch;
}
.form-label[data-v-778ab352], .form-hint[data-v-778ab352], .form-error-message[data-v-778ab352] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-778ab352], .form-radio + label[data-v-778ab352] {
  max-width: 66ch;
}
.displayheading-1[data-v-778ab352] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-778ab352] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-778ab352] {
  color: #358000;
}
.text-negative[data-v-778ab352] {
  color: #CC0000;
}
.color-text-black[data-v-778ab352] {
  color: #1a1a1a;
}
.background-dark[data-v-778ab352] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-778ab352], .background-dark span[data-v-778ab352] {
  color: white;
}
.field-group-title[data-v-778ab352] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-778ab352] {
  border: 2px solid #1a1a1a;
}
h1[data-v-778ab352], h2[data-v-778ab352], h3[data-v-778ab352], h4[data-v-778ab352], h5[data-v-778ab352], h6[data-v-778ab352], p[data-v-778ab352], legend[data-v-778ab352], strong[data-v-778ab352], b[data-v-778ab352], cite[data-v-778ab352], var[data-v-778ab352], address[data-v-778ab352], dfn[data-v-778ab352] {
  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[data-v-778ab352] {
  text-transform: uppercase;
}
.lowercase[data-v-778ab352] {
  text-transform: lowercase;
}
.d-inline[data-v-778ab352] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-778ab352] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-778ab352] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-778ab352] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-778ab352] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-778ab352] {
    display: inline !important;
}
}
.flex-grow[data-v-778ab352] {
  flex-grow: 1;
}
.weight-normal[data-v-778ab352] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-778ab352] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-778ab352] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-778ab352] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-778ab352] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-778ab352] {
    margin-bottom: 0;
}
}
.gray-100[data-v-778ab352] {
  background-color: #F5F5F5;
}
.highlight[data-v-778ab352] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-778ab352] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-778ab352] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-778ab352] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-778ab352] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-778ab352] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-778ab352] {
  z-index: 10000;
}
.video-responsive[data-v-778ab352] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-778ab352] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-778ab352]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-778ab352]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-778ab352] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-778ab352] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-778ab352] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-778ab352]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-778ab352]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-778ab352] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-778ab352] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-778ab352] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-778ab352] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-778ab352],
.sidenav-list-virk.sidenav-list li li[data-v-778ab352],
.sidenav-list-virk.sidenav-list a[data-v-778ab352] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-778ab352] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-778ab352] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-778ab352] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-778ab352] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-778ab352] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-778ab352]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-778ab352]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-778ab352] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-778ab352]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-778ab352] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
footer[data-v-778ab352] {
  background: white;
  border-top: 1px solid #BFBFBF;
  width: 100%;
  margin-top: 9.6rem;
}
footer .logo-wrapper[data-v-778ab352] {
  width: 250px;
}
@media (max-width: 1199px) {
footer .logo-wrapper[data-v-778ab352] {
    width: 200px;
}
}
footer .large-link a[data-v-778ab352] {
  font-size: 2rem;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
}
footer .large-text[data-v-778ab352] {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
}
footer .kolonne-med-info-links[data-v-778ab352] {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
footer a[data-v-778ab352] {
  text-decoration: none;
}
footer .col-border[data-v-778ab352] {
  border-left: 1px solid #DCDCDC;
  padding-left: 32px;
  padding-right: 0;
}
@media (max-width: 1199px) {
footer .col-border[data-v-778ab352] {
    padding-left: 22px;
}
}
@media (min-width: 1200px) {
footer .container[data-v-778ab352] {
    max-width: 1400px;
}
}
@media (max-width: 991px) {
footer .col-12[data-v-778ab352] {
    border-bottom: 1px solid #DCDCDC;
    padding-top: 16px;
    padding-bottom: 16px;
}
footer .col-12[data-v-778ab352]:first-child {
    padding-top: 0;
}
footer .col-12[data-v-778ab352]:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
}
footer .fill-up-height[data-v-778ab352] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}body[data-v-6d1d502e] {
  overflow: scroll;
}
.mobile-view[data-v-6d1d502e] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-6d1d502e] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-6d1d502e] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-6d1d502e] {
  font-size: 1.6rem;
}
p[data-v-6d1d502e] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-6d1d502e] {
  color: #004D99;
}
a[data-v-6d1d502e]:hover, a.link-hover[data-v-6d1d502e] {
  color: #000040;
}
a[data-v-6d1d502e]:hover:disabled,
a:hover .disabled[data-v-6d1d502e], a.link-hover[data-v-6d1d502e]:disabled,
a.link-hover .disabled[data-v-6d1d502e] {
  background-color: transparent !important;
}
a[data-v-6d1d502e]:focus, a.link-focus[data-v-6d1d502e] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-6d1d502e]:visited, a.link-visited[data-v-6d1d502e] {
  color: #800080;
}
a[data-v-6d1d502e]:disabled, a.disabled[data-v-6d1d502e] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-6d1d502e]:disabled:focus, a.disabled[data-v-6d1d502e]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-6d1d502e]:not(.button) {
  color: white;
}
.background-dark a[data-v-6d1d502e]:disabled, .background-dark a.disabled[data-v-6d1d502e] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-6d1d502e]:disabled:focus, .background-dark a.disabled[data-v-6d1d502e]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-6d1d502e] {
  font-weight: 600;
}
a[data-v-6d1d502e]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-6d1d502e], .h1[data-v-6d1d502e] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-6d1d502e], .h1[data-v-6d1d502e] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-6d1d502e], .h1[data-v-6d1d502e] {
    font-size: 3.9rem;
}
}
h1[data-v-6d1d502e], .h1[data-v-6d1d502e] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-6d1d502e], .h1[data-v-6d1d502e] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-6d1d502e], .h1[data-v-6d1d502e] {
    line-height: 4.8rem;
}
}
h1[data-v-6d1d502e], .h1[data-v-6d1d502e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-6d1d502e], .h1[data-v-6d1d502e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-6d1d502e], .h1[data-v-6d1d502e] {
    letter-spacing: normal;
}
}
h1[data-v-6d1d502e], .h1[data-v-6d1d502e] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-6d1d502e], .h2[data-v-6d1d502e] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-6d1d502e], .h2[data-v-6d1d502e] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-6d1d502e], .h2[data-v-6d1d502e] {
    font-size: 3.1rem;
}
}
h2[data-v-6d1d502e], .h2[data-v-6d1d502e] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-6d1d502e], .h2[data-v-6d1d502e] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-6d1d502e], .h2[data-v-6d1d502e] {
    line-height: 4rem;
}
}
h2[data-v-6d1d502e], .h2[data-v-6d1d502e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-6d1d502e], .h2[data-v-6d1d502e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-6d1d502e], .h2[data-v-6d1d502e] {
    letter-spacing: normal;
}
}
h2[data-v-6d1d502e], .h2[data-v-6d1d502e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-6d1d502e], .h3[data-v-6d1d502e] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-6d1d502e], .h3[data-v-6d1d502e] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-6d1d502e], .h3[data-v-6d1d502e] {
    font-size: 2.5rem;
}
}
h3[data-v-6d1d502e], .h3[data-v-6d1d502e] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-6d1d502e], .h3[data-v-6d1d502e] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-6d1d502e], .h3[data-v-6d1d502e] {
    line-height: 3.2rem;
}
}
h3[data-v-6d1d502e], .h3[data-v-6d1d502e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-6d1d502e], .h3[data-v-6d1d502e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-6d1d502e], .h3[data-v-6d1d502e] {
    letter-spacing: normal;
}
}
h3[data-v-6d1d502e], .h3[data-v-6d1d502e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-6d1d502e], .h4[data-v-6d1d502e] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-6d1d502e], .h4[data-v-6d1d502e] {
    font-size: 2rem;
}
}
h4[data-v-6d1d502e], .h4[data-v-6d1d502e] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-6d1d502e], .h4[data-v-6d1d502e] {
    line-height: 2.8rem;
}
}
h4[data-v-6d1d502e], .h4[data-v-6d1d502e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-6d1d502e], .h4[data-v-6d1d502e] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-6d1d502e], .h4[data-v-6d1d502e] {
    letter-spacing: normal;
}
}
h4[data-v-6d1d502e], .h4[data-v-6d1d502e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-6d1d502e], .h5[data-v-6d1d502e] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-6d1d502e], .h5[data-v-6d1d502e] {
    font-size: 1.6rem;
}
}
h5[data-v-6d1d502e], .h5[data-v-6d1d502e] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-6d1d502e], .h5[data-v-6d1d502e] {
    line-height: 2.4rem;
}
}
h5[data-v-6d1d502e], .h5[data-v-6d1d502e] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-6d1d502e], .h5[data-v-6d1d502e] {
    letter-spacing: normal;
}
}
h5[data-v-6d1d502e], .h5[data-v-6d1d502e] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-6d1d502e], .h6[data-v-6d1d502e] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-6d1d502e], .body-text[data-v-6d1d502e], .body-copy-text[data-v-6d1d502e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-6d1d502e], .figcaption[data-v-6d1d502e] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-6d1d502e], .figcaption p[data-v-6d1d502e] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-6d1d502e] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-6d1d502e] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-6d1d502e] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-6d1d502e], .small-text[data-v-6d1d502e] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-6d1d502e] {
  font-weight: 400;
}
.weight-semibold[data-v-6d1d502e] {
  font-weight: 600;
}
.facit[data-v-6d1d502e] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-6d1d502e], b[data-v-6d1d502e], .bold[data-v-6d1d502e] {
  font-weight: 700;
}
.italic[data-v-6d1d502e], em[data-v-6d1d502e] {
  font-style: italic;
}
.form-label[data-v-6d1d502e] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-6d1d502e]:focus, .h1[data-v-6d1d502e]:focus,
h2[data-v-6d1d502e]:focus, .h2[data-v-6d1d502e]:focus,
h3[data-v-6d1d502e]:focus, .h3[data-v-6d1d502e]:focus,
h4[data-v-6d1d502e]:focus, .h4[data-v-6d1d502e]:focus,
h5[data-v-6d1d502e]:focus, .h5[data-v-6d1d502e]:focus,
h6[data-v-6d1d502e]:focus, .h6[data-v-6d1d502e]:focus {
  outline: none;
}
h1[data-v-6d1d502e], .h1[data-v-6d1d502e] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-6d1d502e], .h2[data-v-6d1d502e] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-6d1d502e], .h2[data-v-6d1d502e] {
    margin-top: 4rem;
}
}
h3[data-v-6d1d502e], .h3[data-v-6d1d502e] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-6d1d502e], .h3[data-v-6d1d502e] {
    margin-top: 4rem;
}
}
h4[data-v-6d1d502e], .h4[data-v-6d1d502e] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-6d1d502e], .h5[data-v-6d1d502e] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-6d1d502e], .h6[data-v-6d1d502e] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-6d1d502e] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-6d1d502e], .body-text[data-v-6d1d502e] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-6d1d502e], h5 + ul[data-v-6d1d502e], h5 + ol[data-v-6d1d502e], .h5 + p[data-v-6d1d502e], .h5 + ul[data-v-6d1d502e], .h5 + ol[data-v-6d1d502e], h6 + p[data-v-6d1d502e], h6 + ul[data-v-6d1d502e], h6 + ol[data-v-6d1d502e], .h6 + p[data-v-6d1d502e], .h6 + ul[data-v-6d1d502e], .h6 + ol[data-v-6d1d502e] {
  margin-top: 0;
}
button.function-link[data-v-6d1d502e] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-6d1d502e] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-6d1d502e]:hover, .function-link[data-v-6d1d502e]:visited, .function-link[data-v-6d1d502e]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-6d1d502e] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-6d1d502e] {
  text-align: right;
}
.back-link[data-v-6d1d502e] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-6d1d502e] {
    margin-bottom: 32px;
}
}
.back-link[data-v-6d1d502e] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-6d1d502e]::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[data-v-6d1d502e]:active, .back-link[data-v-6d1d502e]:focus, .back-link[data-v-6d1d502e]:hover, .back-link[data-v-6d1d502e]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-6d1d502e] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-6d1d502e] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-6d1d502e], h1 a[data-v-6d1d502e]:hover, h1 a[data-v-6d1d502e]:visited, h1 a[data-v-6d1d502e]:focus, .h1 a[data-v-6d1d502e], .h1 a[data-v-6d1d502e]:hover, .h1 a[data-v-6d1d502e]:visited, .h1 a[data-v-6d1d502e]:focus,
h2 a[data-v-6d1d502e],
h2 a[data-v-6d1d502e]:hover,
h2 a[data-v-6d1d502e]:visited,
h2 a[data-v-6d1d502e]:focus, .h2 a[data-v-6d1d502e], .h2 a[data-v-6d1d502e]:hover, .h2 a[data-v-6d1d502e]:visited, .h2 a[data-v-6d1d502e]:focus,
h3 a[data-v-6d1d502e],
h3 a[data-v-6d1d502e]:hover,
h3 a[data-v-6d1d502e]:visited,
h3 a[data-v-6d1d502e]:focus, .h3 a[data-v-6d1d502e], .h3 a[data-v-6d1d502e]:hover, .h3 a[data-v-6d1d502e]:visited, .h3 a[data-v-6d1d502e]:focus,
h4 a[data-v-6d1d502e],
h4 a[data-v-6d1d502e]:hover,
h4 a[data-v-6d1d502e]:visited,
h4 a[data-v-6d1d502e]:focus, .h4 a[data-v-6d1d502e], .h4 a[data-v-6d1d502e]:hover, .h4 a[data-v-6d1d502e]:visited, .h4 a[data-v-6d1d502e]:focus,
h5 a[data-v-6d1d502e],
h5 a[data-v-6d1d502e]:hover,
h5 a[data-v-6d1d502e]:visited,
h5 a[data-v-6d1d502e]:focus, .h5 a[data-v-6d1d502e], .h5 a[data-v-6d1d502e]:hover, .h5 a[data-v-6d1d502e]:visited, .h5 a[data-v-6d1d502e]:focus,
h6 a[data-v-6d1d502e],
h6 a[data-v-6d1d502e]:hover,
h6 a[data-v-6d1d502e]:visited,
h6 a[data-v-6d1d502e]:focus, .h6 a[data-v-6d1d502e], .h6 a[data-v-6d1d502e]:hover, .h6 a[data-v-6d1d502e]:visited, .h6 a[data-v-6d1d502e]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-6d1d502e], .h1 a.search-link[data-v-6d1d502e],
h2 a.search-link[data-v-6d1d502e], .h2 a.search-link[data-v-6d1d502e],
h3 a.search-link[data-v-6d1d502e], .h3 a.search-link[data-v-6d1d502e],
h4 a.search-link[data-v-6d1d502e], .h4 a.search-link[data-v-6d1d502e],
h5 a.search-link[data-v-6d1d502e], .h5 a.search-link[data-v-6d1d502e],
h6 a.search-link[data-v-6d1d502e], .h6 a.search-link[data-v-6d1d502e] {
  text-decoration: none;
}
h1 a.search-link[data-v-6d1d502e]:visited, .h1 a.search-link[data-v-6d1d502e]:visited,
h2 a.search-link[data-v-6d1d502e]:visited, .h2 a.search-link[data-v-6d1d502e]:visited,
h3 a.search-link[data-v-6d1d502e]:visited, .h3 a.search-link[data-v-6d1d502e]:visited,
h4 a.search-link[data-v-6d1d502e]:visited, .h4 a.search-link[data-v-6d1d502e]:visited,
h5 a.search-link[data-v-6d1d502e]:visited, .h5 a.search-link[data-v-6d1d502e]:visited,
h6 a.search-link[data-v-6d1d502e]:visited, .h6 a.search-link[data-v-6d1d502e]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-6d1d502e]:focus, .h1 a.search-link[data-v-6d1d502e]:focus,
h2 a.search-link[data-v-6d1d502e]:focus, .h2 a.search-link[data-v-6d1d502e]:focus,
h3 a.search-link[data-v-6d1d502e]:focus, .h3 a.search-link[data-v-6d1d502e]:focus,
h4 a.search-link[data-v-6d1d502e]:focus, .h4 a.search-link[data-v-6d1d502e]:focus,
h5 a.search-link[data-v-6d1d502e]:focus, .h5 a.search-link[data-v-6d1d502e]:focus,
h6 a.search-link[data-v-6d1d502e]:focus, .h6 a.search-link[data-v-6d1d502e]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-6d1d502e]:hover, .h1 a.search-link[data-v-6d1d502e]:hover,
h2 a.search-link[data-v-6d1d502e]:hover, .h2 a.search-link[data-v-6d1d502e]:hover,
h3 a.search-link[data-v-6d1d502e]:hover, .h3 a.search-link[data-v-6d1d502e]:hover,
h4 a.search-link[data-v-6d1d502e]:hover, .h4 a.search-link[data-v-6d1d502e]:hover,
h5 a.search-link[data-v-6d1d502e]:hover, .h5 a.search-link[data-v-6d1d502e]:hover,
h6 a.search-link[data-v-6d1d502e]:hover, .h6 a.search-link[data-v-6d1d502e]:hover {
  text-decoration: underline;
}
cite[data-v-6d1d502e],
var[data-v-6d1d502e],
address[data-v-6d1d502e],
dfn[data-v-6d1d502e] {
  font-style: normal;
}
h1[data-v-6d1d502e], .h1[data-v-6d1d502e],
h2[data-v-6d1d502e], .h2[data-v-6d1d502e],
h3[data-v-6d1d502e], .h3[data-v-6d1d502e],
h4[data-v-6d1d502e], .h4[data-v-6d1d502e],
h5[data-v-6d1d502e], .h5[data-v-6d1d502e],
h6[data-v-6d1d502e], .h6[data-v-6d1d502e] {
  max-width: 66ch;
}
p[data-v-6d1d502e],
ul[data-v-6d1d502e]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-6d1d502e]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-6d1d502e] {
  max-width: 66ch;
}
.form-label[data-v-6d1d502e], .form-hint[data-v-6d1d502e], .form-error-message[data-v-6d1d502e] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-6d1d502e], .form-radio + label[data-v-6d1d502e] {
  max-width: 66ch;
}
.displayheading-1[data-v-6d1d502e] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-6d1d502e] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-6d1d502e] {
  color: #358000;
}
.text-negative[data-v-6d1d502e] {
  color: #CC0000;
}
.color-text-black[data-v-6d1d502e] {
  color: #1a1a1a;
}
.background-dark[data-v-6d1d502e] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-6d1d502e], .background-dark span[data-v-6d1d502e] {
  color: white;
}
.field-group-title[data-v-6d1d502e] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-6d1d502e] {
  border: 2px solid #1a1a1a;
}
h1[data-v-6d1d502e], h2[data-v-6d1d502e], h3[data-v-6d1d502e], h4[data-v-6d1d502e], h5[data-v-6d1d502e], h6[data-v-6d1d502e], p[data-v-6d1d502e], legend[data-v-6d1d502e], strong[data-v-6d1d502e], b[data-v-6d1d502e], cite[data-v-6d1d502e], var[data-v-6d1d502e], address[data-v-6d1d502e], dfn[data-v-6d1d502e] {
  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[data-v-6d1d502e] {
  text-transform: uppercase;
}
.lowercase[data-v-6d1d502e] {
  text-transform: lowercase;
}
.d-inline[data-v-6d1d502e] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-6d1d502e] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-6d1d502e] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-6d1d502e] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-6d1d502e] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-6d1d502e] {
    display: inline !important;
}
}
.flex-grow[data-v-6d1d502e] {
  flex-grow: 1;
}
.weight-normal[data-v-6d1d502e] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-6d1d502e] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-6d1d502e] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-6d1d502e] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-6d1d502e] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-6d1d502e] {
    margin-bottom: 0;
}
}
.gray-100[data-v-6d1d502e] {
  background-color: #F5F5F5;
}
.highlight[data-v-6d1d502e] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-6d1d502e] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-6d1d502e] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-6d1d502e] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-6d1d502e] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-6d1d502e] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-6d1d502e] {
  z-index: 10000;
}
.video-responsive[data-v-6d1d502e] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-6d1d502e] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-6d1d502e]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-6d1d502e]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-6d1d502e] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-6d1d502e] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-6d1d502e] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-6d1d502e]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-6d1d502e]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-6d1d502e] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-6d1d502e] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-6d1d502e] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-6d1d502e] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-6d1d502e],
.sidenav-list-virk.sidenav-list li li[data-v-6d1d502e],
.sidenav-list-virk.sidenav-list a[data-v-6d1d502e] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-6d1d502e] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-6d1d502e] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-6d1d502e] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-6d1d502e] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-6d1d502e] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-6d1d502e]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-6d1d502e]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-6d1d502e] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-6d1d502e]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-6d1d502e] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.link-style[data-v-6d1d502e] {
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}
.link-top-nav-style[data-v-6d1d502e] {
  cursor: pointer;
}
.link-top-nav-style[data-v-6d1d502e]:hover {
  text-decoration: underline;
}
.router-link-active[data-v-6d1d502e] {
  font-weight: 600;
}body[data-v-841eac91] {
  overflow: scroll;
}
.mobile-view[data-v-841eac91] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-841eac91] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-841eac91] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-841eac91] {
  font-size: 1.6rem;
}
p[data-v-841eac91] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-841eac91] {
  color: #004D99;
}
a[data-v-841eac91]:hover, a.link-hover[data-v-841eac91] {
  color: #000040;
}
a[data-v-841eac91]:hover:disabled,
a:hover .disabled[data-v-841eac91], a.link-hover[data-v-841eac91]:disabled,
a.link-hover .disabled[data-v-841eac91] {
  background-color: transparent !important;
}
a[data-v-841eac91]:focus, a.link-focus[data-v-841eac91] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-841eac91]:visited, a.link-visited[data-v-841eac91] {
  color: #800080;
}
a[data-v-841eac91]:disabled, a.disabled[data-v-841eac91] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-841eac91]:disabled:focus, a.disabled[data-v-841eac91]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-841eac91]:not(.button) {
  color: white;
}
.background-dark a[data-v-841eac91]:disabled, .background-dark a.disabled[data-v-841eac91] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-841eac91]:disabled:focus, .background-dark a.disabled[data-v-841eac91]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-841eac91] {
  font-weight: 600;
}
a[data-v-841eac91]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-841eac91], .h1[data-v-841eac91] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-841eac91], .h1[data-v-841eac91] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-841eac91], .h1[data-v-841eac91] {
    font-size: 3.9rem;
}
}
h1[data-v-841eac91], .h1[data-v-841eac91] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-841eac91], .h1[data-v-841eac91] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-841eac91], .h1[data-v-841eac91] {
    line-height: 4.8rem;
}
}
h1[data-v-841eac91], .h1[data-v-841eac91] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-841eac91], .h1[data-v-841eac91] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-841eac91], .h1[data-v-841eac91] {
    letter-spacing: normal;
}
}
h1[data-v-841eac91], .h1[data-v-841eac91] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-841eac91], .h2[data-v-841eac91] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-841eac91], .h2[data-v-841eac91] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-841eac91], .h2[data-v-841eac91] {
    font-size: 3.1rem;
}
}
h2[data-v-841eac91], .h2[data-v-841eac91] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-841eac91], .h2[data-v-841eac91] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-841eac91], .h2[data-v-841eac91] {
    line-height: 4rem;
}
}
h2[data-v-841eac91], .h2[data-v-841eac91] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-841eac91], .h2[data-v-841eac91] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-841eac91], .h2[data-v-841eac91] {
    letter-spacing: normal;
}
}
h2[data-v-841eac91], .h2[data-v-841eac91] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-841eac91], .h3[data-v-841eac91] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-841eac91], .h3[data-v-841eac91] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-841eac91], .h3[data-v-841eac91] {
    font-size: 2.5rem;
}
}
h3[data-v-841eac91], .h3[data-v-841eac91] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-841eac91], .h3[data-v-841eac91] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-841eac91], .h3[data-v-841eac91] {
    line-height: 3.2rem;
}
}
h3[data-v-841eac91], .h3[data-v-841eac91] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-841eac91], .h3[data-v-841eac91] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-841eac91], .h3[data-v-841eac91] {
    letter-spacing: normal;
}
}
h3[data-v-841eac91], .h3[data-v-841eac91] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-841eac91], .h4[data-v-841eac91] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-841eac91], .h4[data-v-841eac91] {
    font-size: 2rem;
}
}
h4[data-v-841eac91], .h4[data-v-841eac91] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-841eac91], .h4[data-v-841eac91] {
    line-height: 2.8rem;
}
}
h4[data-v-841eac91], .h4[data-v-841eac91] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-841eac91], .h4[data-v-841eac91] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-841eac91], .h4[data-v-841eac91] {
    letter-spacing: normal;
}
}
h4[data-v-841eac91], .h4[data-v-841eac91] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-841eac91], .h5[data-v-841eac91] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-841eac91], .h5[data-v-841eac91] {
    font-size: 1.6rem;
}
}
h5[data-v-841eac91], .h5[data-v-841eac91] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-841eac91], .h5[data-v-841eac91] {
    line-height: 2.4rem;
}
}
h5[data-v-841eac91], .h5[data-v-841eac91] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-841eac91], .h5[data-v-841eac91] {
    letter-spacing: normal;
}
}
h5[data-v-841eac91], .h5[data-v-841eac91] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-841eac91], .h6[data-v-841eac91] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-841eac91], .body-text[data-v-841eac91], .body-copy-text[data-v-841eac91] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-841eac91], .figcaption[data-v-841eac91] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-841eac91], .figcaption p[data-v-841eac91] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-841eac91] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-841eac91] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-841eac91] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-841eac91], .small-text[data-v-841eac91] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-841eac91] {
  font-weight: 400;
}
.weight-semibold[data-v-841eac91] {
  font-weight: 600;
}
.facit[data-v-841eac91] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-841eac91], b[data-v-841eac91], .bold[data-v-841eac91] {
  font-weight: 700;
}
.italic[data-v-841eac91], em[data-v-841eac91] {
  font-style: italic;
}
.form-label[data-v-841eac91] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-841eac91]:focus, .h1[data-v-841eac91]:focus,
h2[data-v-841eac91]:focus, .h2[data-v-841eac91]:focus,
h3[data-v-841eac91]:focus, .h3[data-v-841eac91]:focus,
h4[data-v-841eac91]:focus, .h4[data-v-841eac91]:focus,
h5[data-v-841eac91]:focus, .h5[data-v-841eac91]:focus,
h6[data-v-841eac91]:focus, .h6[data-v-841eac91]:focus {
  outline: none;
}
h1[data-v-841eac91], .h1[data-v-841eac91] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-841eac91], .h2[data-v-841eac91] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-841eac91], .h2[data-v-841eac91] {
    margin-top: 4rem;
}
}
h3[data-v-841eac91], .h3[data-v-841eac91] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-841eac91], .h3[data-v-841eac91] {
    margin-top: 4rem;
}
}
h4[data-v-841eac91], .h4[data-v-841eac91] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-841eac91], .h5[data-v-841eac91] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-841eac91], .h6[data-v-841eac91] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-841eac91] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-841eac91], .body-text[data-v-841eac91] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-841eac91], h5 + ul[data-v-841eac91], h5 + ol[data-v-841eac91], .h5 + p[data-v-841eac91], .h5 + ul[data-v-841eac91], .h5 + ol[data-v-841eac91], h6 + p[data-v-841eac91], h6 + ul[data-v-841eac91], h6 + ol[data-v-841eac91], .h6 + p[data-v-841eac91], .h6 + ul[data-v-841eac91], .h6 + ol[data-v-841eac91] {
  margin-top: 0;
}
button.function-link[data-v-841eac91] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-841eac91] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-841eac91]:hover, .function-link[data-v-841eac91]:visited, .function-link[data-v-841eac91]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-841eac91] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-841eac91] {
  text-align: right;
}
.back-link[data-v-841eac91] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-841eac91] {
    margin-bottom: 32px;
}
}
.back-link[data-v-841eac91] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-841eac91]::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[data-v-841eac91]:active, .back-link[data-v-841eac91]:focus, .back-link[data-v-841eac91]:hover, .back-link[data-v-841eac91]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-841eac91] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-841eac91] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-841eac91], h1 a[data-v-841eac91]:hover, h1 a[data-v-841eac91]:visited, h1 a[data-v-841eac91]:focus, .h1 a[data-v-841eac91], .h1 a[data-v-841eac91]:hover, .h1 a[data-v-841eac91]:visited, .h1 a[data-v-841eac91]:focus,
h2 a[data-v-841eac91],
h2 a[data-v-841eac91]:hover,
h2 a[data-v-841eac91]:visited,
h2 a[data-v-841eac91]:focus, .h2 a[data-v-841eac91], .h2 a[data-v-841eac91]:hover, .h2 a[data-v-841eac91]:visited, .h2 a[data-v-841eac91]:focus,
h3 a[data-v-841eac91],
h3 a[data-v-841eac91]:hover,
h3 a[data-v-841eac91]:visited,
h3 a[data-v-841eac91]:focus, .h3 a[data-v-841eac91], .h3 a[data-v-841eac91]:hover, .h3 a[data-v-841eac91]:visited, .h3 a[data-v-841eac91]:focus,
h4 a[data-v-841eac91],
h4 a[data-v-841eac91]:hover,
h4 a[data-v-841eac91]:visited,
h4 a[data-v-841eac91]:focus, .h4 a[data-v-841eac91], .h4 a[data-v-841eac91]:hover, .h4 a[data-v-841eac91]:visited, .h4 a[data-v-841eac91]:focus,
h5 a[data-v-841eac91],
h5 a[data-v-841eac91]:hover,
h5 a[data-v-841eac91]:visited,
h5 a[data-v-841eac91]:focus, .h5 a[data-v-841eac91], .h5 a[data-v-841eac91]:hover, .h5 a[data-v-841eac91]:visited, .h5 a[data-v-841eac91]:focus,
h6 a[data-v-841eac91],
h6 a[data-v-841eac91]:hover,
h6 a[data-v-841eac91]:visited,
h6 a[data-v-841eac91]:focus, .h6 a[data-v-841eac91], .h6 a[data-v-841eac91]:hover, .h6 a[data-v-841eac91]:visited, .h6 a[data-v-841eac91]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-841eac91], .h1 a.search-link[data-v-841eac91],
h2 a.search-link[data-v-841eac91], .h2 a.search-link[data-v-841eac91],
h3 a.search-link[data-v-841eac91], .h3 a.search-link[data-v-841eac91],
h4 a.search-link[data-v-841eac91], .h4 a.search-link[data-v-841eac91],
h5 a.search-link[data-v-841eac91], .h5 a.search-link[data-v-841eac91],
h6 a.search-link[data-v-841eac91], .h6 a.search-link[data-v-841eac91] {
  text-decoration: none;
}
h1 a.search-link[data-v-841eac91]:visited, .h1 a.search-link[data-v-841eac91]:visited,
h2 a.search-link[data-v-841eac91]:visited, .h2 a.search-link[data-v-841eac91]:visited,
h3 a.search-link[data-v-841eac91]:visited, .h3 a.search-link[data-v-841eac91]:visited,
h4 a.search-link[data-v-841eac91]:visited, .h4 a.search-link[data-v-841eac91]:visited,
h5 a.search-link[data-v-841eac91]:visited, .h5 a.search-link[data-v-841eac91]:visited,
h6 a.search-link[data-v-841eac91]:visited, .h6 a.search-link[data-v-841eac91]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-841eac91]:focus, .h1 a.search-link[data-v-841eac91]:focus,
h2 a.search-link[data-v-841eac91]:focus, .h2 a.search-link[data-v-841eac91]:focus,
h3 a.search-link[data-v-841eac91]:focus, .h3 a.search-link[data-v-841eac91]:focus,
h4 a.search-link[data-v-841eac91]:focus, .h4 a.search-link[data-v-841eac91]:focus,
h5 a.search-link[data-v-841eac91]:focus, .h5 a.search-link[data-v-841eac91]:focus,
h6 a.search-link[data-v-841eac91]:focus, .h6 a.search-link[data-v-841eac91]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-841eac91]:hover, .h1 a.search-link[data-v-841eac91]:hover,
h2 a.search-link[data-v-841eac91]:hover, .h2 a.search-link[data-v-841eac91]:hover,
h3 a.search-link[data-v-841eac91]:hover, .h3 a.search-link[data-v-841eac91]:hover,
h4 a.search-link[data-v-841eac91]:hover, .h4 a.search-link[data-v-841eac91]:hover,
h5 a.search-link[data-v-841eac91]:hover, .h5 a.search-link[data-v-841eac91]:hover,
h6 a.search-link[data-v-841eac91]:hover, .h6 a.search-link[data-v-841eac91]:hover {
  text-decoration: underline;
}
cite[data-v-841eac91],
var[data-v-841eac91],
address[data-v-841eac91],
dfn[data-v-841eac91] {
  font-style: normal;
}
h1[data-v-841eac91], .h1[data-v-841eac91],
h2[data-v-841eac91], .h2[data-v-841eac91],
h3[data-v-841eac91], .h3[data-v-841eac91],
h4[data-v-841eac91], .h4[data-v-841eac91],
h5[data-v-841eac91], .h5[data-v-841eac91],
h6[data-v-841eac91], .h6[data-v-841eac91] {
  max-width: 66ch;
}
p[data-v-841eac91],
ul[data-v-841eac91]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-841eac91]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-841eac91] {
  max-width: 66ch;
}
.form-label[data-v-841eac91], .form-hint[data-v-841eac91], .form-error-message[data-v-841eac91] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-841eac91], .form-radio + label[data-v-841eac91] {
  max-width: 66ch;
}
.displayheading-1[data-v-841eac91] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-841eac91] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-841eac91] {
  color: #358000;
}
.text-negative[data-v-841eac91] {
  color: #CC0000;
}
.color-text-black[data-v-841eac91] {
  color: #1a1a1a;
}
.background-dark[data-v-841eac91] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-841eac91], .background-dark span[data-v-841eac91] {
  color: white;
}
.field-group-title[data-v-841eac91] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-841eac91] {
  border: 2px solid #1a1a1a;
}
h1[data-v-841eac91], h2[data-v-841eac91], h3[data-v-841eac91], h4[data-v-841eac91], h5[data-v-841eac91], h6[data-v-841eac91], p[data-v-841eac91], legend[data-v-841eac91], strong[data-v-841eac91], b[data-v-841eac91], cite[data-v-841eac91], var[data-v-841eac91], address[data-v-841eac91], dfn[data-v-841eac91] {
  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[data-v-841eac91] {
  text-transform: uppercase;
}
.lowercase[data-v-841eac91] {
  text-transform: lowercase;
}
.d-inline[data-v-841eac91] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-841eac91] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-841eac91] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-841eac91] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-841eac91] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-841eac91] {
    display: inline !important;
}
}
.flex-grow[data-v-841eac91] {
  flex-grow: 1;
}
.weight-normal[data-v-841eac91] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-841eac91] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-841eac91] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-841eac91] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-841eac91] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-841eac91] {
    margin-bottom: 0;
}
}
.gray-100[data-v-841eac91] {
  background-color: #F5F5F5;
}
.highlight[data-v-841eac91] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-841eac91] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-841eac91] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-841eac91] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-841eac91] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-841eac91] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-841eac91] {
  z-index: 10000;
}
.video-responsive[data-v-841eac91] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-841eac91] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-841eac91]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-841eac91]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-841eac91] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-841eac91] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-841eac91] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-841eac91]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-841eac91]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-841eac91] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-841eac91] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-841eac91] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-841eac91] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-841eac91],
.sidenav-list-virk.sidenav-list li li[data-v-841eac91],
.sidenav-list-virk.sidenav-list a[data-v-841eac91] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-841eac91] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-841eac91] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-841eac91] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-841eac91] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-841eac91] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-841eac91]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-841eac91]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-841eac91] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-841eac91]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-841eac91] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
.mud-top-nav svg[data-v-841eac91] {
  fill: currentColor;
}
.mud-top-nav .elipsis-tekst-overflow[data-v-841eac91] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mud-top-nav .navbar[data-v-841eac91] {
  padding-top: 0px;
}
.mud-top-nav .navbar-primary[data-v-841eac91] {
  border-bottom: 0;
}
.mud-top-nav .navbar-primary .navbar-inner[data-v-841eac91] {
  padding-right: 0;
  border-bottom: 0px;
}
.mud-top-nav .navbar-primary .navbar-inner .logout-container[data-v-841eac91] {
  background: white;
  border: 1px solid #BFBFBF;
  border-top: 0px;
  border-radius: 0px 0px 4px 4px;
  padding: 10px;
  position: absolute;
  right: 0;
  z-index: 99;
  top: 75px;
  width: auto;
  min-width: 200px;
}
@media (min-width: 768px) {
.mud-top-nav .navbar-primary .navbar-inner .logout-container[data-v-841eac91] {
    top: 100%;
    width: 100%;
}
}
@media (max-width: 767px) {
.mud-top-nav .navbar-primary .navbar-inner .logout-container[data-v-841eac91] {
    top: 65px;
}
}
.mud-top-nav .navbar-primary .navbar-inner .logout-container .logout-btn[data-v-841eac91] {
  width: 100%;
}
.mud-top-nav .navbar-primary .nav-primary[data-v-841eac91] {
  border-top: 0px;
  margin-top: 0;
}
.mud-top-nav .navbar-primary .nav-primary li[data-v-841eac91] {
  border: 0;
}
@media (min-width: 768px) {
.mud-top-nav .navbar-primary .nav-primary li:has(.menu-item) + li[data-v-841eac91]:has(.menu-item):before {
    content: " ";
    border-left: 1px solid #BFBFBF;
    display: block;
    height: 38px;
    margin-top: 8px;
}
}
.mud-top-nav .navbar-primary .nav-primary .nav-link[data-v-841eac91] {
  display: inline-block;
  line-height: 2.4rem;
  padding: 15px 10px 15px 10px;
}
@media (min-width: 768px) {
.mud-top-nav .navbar-primary .nav-primary .nav-link[data-v-841eac91] {
    line-height: 3.2rem;
}
}
.mud-top-nav .navbar-primary .nav-primary .nav-link:hover span[data-v-841eac91] {
  border-bottom: 0;
}
.mud-top-nav .navbar-primary .nav-primary .nav-link.menu-item[data-v-841eac91]:hover {
  text-decoration: underline;
  color: #000040;
}
.mud-top-nav .navbar-primary .nav-primary .nav-link.login-btn[data-v-841eac91] {
  min-height: 120px;
  background-color: #2575c9;
  color: white;
  border: none;
  padding: 16px 16px;
  transition: 0.3s;
  display: block;
  line-height: 2.4rem;
  cursor: pointer;
}
.mud-top-nav .navbar-primary .nav-primary .nav-link.login-btn[data-v-841eac91]:focus {
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
.mud-top-nav .navbar-primary .nav-primary .nav-link.login-btn[data-v-841eac91] {
    padding: 28px 24px;
}
}
@media (min-width: 992px) {
.mud-top-nav .navbar-primary .nav-primary .nav-link.login-btn[data-v-841eac91] {
    padding: 36px 32px;
}
}
.mud-top-nav .navbar-primary .nav-primary .nav-link.login-btn.logged-in .logged-in__text[data-v-841eac91] {
  flex-grow: 1;
}
.mud-top-nav .navbar-primary .nav-primary .nav-link.login-btn[data-v-841eac91]:hover {
  background: #3a85d4;
  color: white;
}
.mud-top-nav .navbar-primary .nav-primary .nav-link.login-btn span[data-v-841eac91] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0px;
}
.mud-top-nav .navbar-primary .nav-primary .nav-link.login-btn .user-name[data-v-841eac91] {
  font-weight: 600;
  padding-bottom: 0;
}
.mud-top-nav .navbar-primary .nav-primary .nav-link.login-btn .organisation-name[data-v-841eac91] {
  display: block;
  padding-top: 0;
}
@media (min-width: 576px) {
.mud-top-nav .navbar-primary .nav-primary .nav-link.login-btn .profile-icon svg[data-v-841eac91] {
    width: 32px;
    height: 32px;
    margin-right: 12px;
}
}
.mud-top-nav .navbar-primary .nav-primary .nav-link.login-btn .login-icon svg[data-v-841eac91] {
  margin-right: 4px;
}
.mud-top-nav .navbar-primary .nav-primary .nav-link.login-btn .arrow-icon svg[data-v-841eac91] {
  margin-left: 12px;
}
.mud-top-nav .navbar-primary .nav-primary .nav-link.login-btn .icon-svg[data-v-841eac91] {
  color: white;
}
.mud-top-nav .navbar-primary .nav-primary .nav-link span[data-v-841eac91] {
  border-bottom: 0;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
.mud-top-nav .navbar-primary .nav-link.login-btn[data-v-841eac91] {
    padding: 25px !important;
}
}
.mud-top-nav .navbar-primary a[data-v-841eac91]:visited {
  color: #000000;
}
.mud-top-nav .burger-menu[data-v-841eac91] {
  border: none;
  margin-right: 15px;
}
.overflow-menu .overflow-list a[data-v-841eac91] {
  padding-left: 20px;
  padding-bottom: 20px;
}
.router-link-active[data-v-841eac91] {
  font-weight: 600;
}body[data-v-e14dece7] {
  overflow: scroll;
}
.mobile-view[data-v-e14dece7] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-e14dece7] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-e14dece7] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-e14dece7] {
  font-size: 1.6rem;
}
p[data-v-e14dece7] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-e14dece7] {
  color: #004D99;
}
a[data-v-e14dece7]:hover, a.link-hover[data-v-e14dece7] {
  color: #000040;
}
a[data-v-e14dece7]:hover:disabled,
a:hover .disabled[data-v-e14dece7], a.link-hover[data-v-e14dece7]:disabled,
a.link-hover .disabled[data-v-e14dece7] {
  background-color: transparent !important;
}
a[data-v-e14dece7]:focus, a.link-focus[data-v-e14dece7] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-e14dece7]:visited, a.link-visited[data-v-e14dece7] {
  color: #800080;
}
a[data-v-e14dece7]:disabled, a.disabled[data-v-e14dece7] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-e14dece7]:disabled:focus, a.disabled[data-v-e14dece7]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-e14dece7]:not(.button) {
  color: white;
}
.background-dark a[data-v-e14dece7]:disabled, .background-dark a.disabled[data-v-e14dece7] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-e14dece7]:disabled:focus, .background-dark a.disabled[data-v-e14dece7]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-e14dece7] {
  font-weight: 600;
}
a[data-v-e14dece7]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-e14dece7], .h1[data-v-e14dece7] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-e14dece7], .h1[data-v-e14dece7] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-e14dece7], .h1[data-v-e14dece7] {
    font-size: 3.9rem;
}
}
h1[data-v-e14dece7], .h1[data-v-e14dece7] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-e14dece7], .h1[data-v-e14dece7] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-e14dece7], .h1[data-v-e14dece7] {
    line-height: 4.8rem;
}
}
h1[data-v-e14dece7], .h1[data-v-e14dece7] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-e14dece7], .h1[data-v-e14dece7] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-e14dece7], .h1[data-v-e14dece7] {
    letter-spacing: normal;
}
}
h1[data-v-e14dece7], .h1[data-v-e14dece7] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-e14dece7], .h2[data-v-e14dece7] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-e14dece7], .h2[data-v-e14dece7] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-e14dece7], .h2[data-v-e14dece7] {
    font-size: 3.1rem;
}
}
h2[data-v-e14dece7], .h2[data-v-e14dece7] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-e14dece7], .h2[data-v-e14dece7] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-e14dece7], .h2[data-v-e14dece7] {
    line-height: 4rem;
}
}
h2[data-v-e14dece7], .h2[data-v-e14dece7] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-e14dece7], .h2[data-v-e14dece7] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-e14dece7], .h2[data-v-e14dece7] {
    letter-spacing: normal;
}
}
h2[data-v-e14dece7], .h2[data-v-e14dece7] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-e14dece7], .h3[data-v-e14dece7] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-e14dece7], .h3[data-v-e14dece7] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-e14dece7], .h3[data-v-e14dece7] {
    font-size: 2.5rem;
}
}
h3[data-v-e14dece7], .h3[data-v-e14dece7] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-e14dece7], .h3[data-v-e14dece7] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-e14dece7], .h3[data-v-e14dece7] {
    line-height: 3.2rem;
}
}
h3[data-v-e14dece7], .h3[data-v-e14dece7] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-e14dece7], .h3[data-v-e14dece7] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-e14dece7], .h3[data-v-e14dece7] {
    letter-spacing: normal;
}
}
h3[data-v-e14dece7], .h3[data-v-e14dece7] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-e14dece7], .h4[data-v-e14dece7] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-e14dece7], .h4[data-v-e14dece7] {
    font-size: 2rem;
}
}
h4[data-v-e14dece7], .h4[data-v-e14dece7] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-e14dece7], .h4[data-v-e14dece7] {
    line-height: 2.8rem;
}
}
h4[data-v-e14dece7], .h4[data-v-e14dece7] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-e14dece7], .h4[data-v-e14dece7] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-e14dece7], .h4[data-v-e14dece7] {
    letter-spacing: normal;
}
}
h4[data-v-e14dece7], .h4[data-v-e14dece7] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-e14dece7], .h5[data-v-e14dece7] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-e14dece7], .h5[data-v-e14dece7] {
    font-size: 1.6rem;
}
}
h5[data-v-e14dece7], .h5[data-v-e14dece7] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-e14dece7], .h5[data-v-e14dece7] {
    line-height: 2.4rem;
}
}
h5[data-v-e14dece7], .h5[data-v-e14dece7] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-e14dece7], .h5[data-v-e14dece7] {
    letter-spacing: normal;
}
}
h5[data-v-e14dece7], .h5[data-v-e14dece7] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-e14dece7], .h6[data-v-e14dece7] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-e14dece7], .body-text[data-v-e14dece7], .body-copy-text[data-v-e14dece7] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-e14dece7], .figcaption[data-v-e14dece7] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-e14dece7], .figcaption p[data-v-e14dece7] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-e14dece7] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-e14dece7] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-e14dece7] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-e14dece7], .small-text[data-v-e14dece7] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-e14dece7] {
  font-weight: 400;
}
.weight-semibold[data-v-e14dece7] {
  font-weight: 600;
}
.facit[data-v-e14dece7] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-e14dece7], b[data-v-e14dece7], .bold[data-v-e14dece7] {
  font-weight: 700;
}
.italic[data-v-e14dece7], em[data-v-e14dece7] {
  font-style: italic;
}
.form-label[data-v-e14dece7] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-e14dece7]:focus, .h1[data-v-e14dece7]:focus,
h2[data-v-e14dece7]:focus, .h2[data-v-e14dece7]:focus,
h3[data-v-e14dece7]:focus, .h3[data-v-e14dece7]:focus,
h4[data-v-e14dece7]:focus, .h4[data-v-e14dece7]:focus,
h5[data-v-e14dece7]:focus, .h5[data-v-e14dece7]:focus,
h6[data-v-e14dece7]:focus, .h6[data-v-e14dece7]:focus {
  outline: none;
}
h1[data-v-e14dece7], .h1[data-v-e14dece7] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-e14dece7], .h2[data-v-e14dece7] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-e14dece7], .h2[data-v-e14dece7] {
    margin-top: 4rem;
}
}
h3[data-v-e14dece7], .h3[data-v-e14dece7] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-e14dece7], .h3[data-v-e14dece7] {
    margin-top: 4rem;
}
}
h4[data-v-e14dece7], .h4[data-v-e14dece7] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-e14dece7], .h5[data-v-e14dece7] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-e14dece7], .h6[data-v-e14dece7] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-e14dece7] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-e14dece7], .body-text[data-v-e14dece7] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-e14dece7], h5 + ul[data-v-e14dece7], h5 + ol[data-v-e14dece7], .h5 + p[data-v-e14dece7], .h5 + ul[data-v-e14dece7], .h5 + ol[data-v-e14dece7], h6 + p[data-v-e14dece7], h6 + ul[data-v-e14dece7], h6 + ol[data-v-e14dece7], .h6 + p[data-v-e14dece7], .h6 + ul[data-v-e14dece7], .h6 + ol[data-v-e14dece7] {
  margin-top: 0;
}
button.function-link[data-v-e14dece7] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-e14dece7] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-e14dece7]:hover, .function-link[data-v-e14dece7]:visited, .function-link[data-v-e14dece7]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-e14dece7] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-e14dece7] {
  text-align: right;
}
.back-link[data-v-e14dece7] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-e14dece7] {
    margin-bottom: 32px;
}
}
.back-link[data-v-e14dece7] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-e14dece7]::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[data-v-e14dece7]:active, .back-link[data-v-e14dece7]:focus, .back-link[data-v-e14dece7]:hover, .back-link[data-v-e14dece7]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-e14dece7] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-e14dece7] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-e14dece7], h1 a[data-v-e14dece7]:hover, h1 a[data-v-e14dece7]:visited, h1 a[data-v-e14dece7]:focus, .h1 a[data-v-e14dece7], .h1 a[data-v-e14dece7]:hover, .h1 a[data-v-e14dece7]:visited, .h1 a[data-v-e14dece7]:focus,
h2 a[data-v-e14dece7],
h2 a[data-v-e14dece7]:hover,
h2 a[data-v-e14dece7]:visited,
h2 a[data-v-e14dece7]:focus, .h2 a[data-v-e14dece7], .h2 a[data-v-e14dece7]:hover, .h2 a[data-v-e14dece7]:visited, .h2 a[data-v-e14dece7]:focus,
h3 a[data-v-e14dece7],
h3 a[data-v-e14dece7]:hover,
h3 a[data-v-e14dece7]:visited,
h3 a[data-v-e14dece7]:focus, .h3 a[data-v-e14dece7], .h3 a[data-v-e14dece7]:hover, .h3 a[data-v-e14dece7]:visited, .h3 a[data-v-e14dece7]:focus,
h4 a[data-v-e14dece7],
h4 a[data-v-e14dece7]:hover,
h4 a[data-v-e14dece7]:visited,
h4 a[data-v-e14dece7]:focus, .h4 a[data-v-e14dece7], .h4 a[data-v-e14dece7]:hover, .h4 a[data-v-e14dece7]:visited, .h4 a[data-v-e14dece7]:focus,
h5 a[data-v-e14dece7],
h5 a[data-v-e14dece7]:hover,
h5 a[data-v-e14dece7]:visited,
h5 a[data-v-e14dece7]:focus, .h5 a[data-v-e14dece7], .h5 a[data-v-e14dece7]:hover, .h5 a[data-v-e14dece7]:visited, .h5 a[data-v-e14dece7]:focus,
h6 a[data-v-e14dece7],
h6 a[data-v-e14dece7]:hover,
h6 a[data-v-e14dece7]:visited,
h6 a[data-v-e14dece7]:focus, .h6 a[data-v-e14dece7], .h6 a[data-v-e14dece7]:hover, .h6 a[data-v-e14dece7]:visited, .h6 a[data-v-e14dece7]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-e14dece7], .h1 a.search-link[data-v-e14dece7],
h2 a.search-link[data-v-e14dece7], .h2 a.search-link[data-v-e14dece7],
h3 a.search-link[data-v-e14dece7], .h3 a.search-link[data-v-e14dece7],
h4 a.search-link[data-v-e14dece7], .h4 a.search-link[data-v-e14dece7],
h5 a.search-link[data-v-e14dece7], .h5 a.search-link[data-v-e14dece7],
h6 a.search-link[data-v-e14dece7], .h6 a.search-link[data-v-e14dece7] {
  text-decoration: none;
}
h1 a.search-link[data-v-e14dece7]:visited, .h1 a.search-link[data-v-e14dece7]:visited,
h2 a.search-link[data-v-e14dece7]:visited, .h2 a.search-link[data-v-e14dece7]:visited,
h3 a.search-link[data-v-e14dece7]:visited, .h3 a.search-link[data-v-e14dece7]:visited,
h4 a.search-link[data-v-e14dece7]:visited, .h4 a.search-link[data-v-e14dece7]:visited,
h5 a.search-link[data-v-e14dece7]:visited, .h5 a.search-link[data-v-e14dece7]:visited,
h6 a.search-link[data-v-e14dece7]:visited, .h6 a.search-link[data-v-e14dece7]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-e14dece7]:focus, .h1 a.search-link[data-v-e14dece7]:focus,
h2 a.search-link[data-v-e14dece7]:focus, .h2 a.search-link[data-v-e14dece7]:focus,
h3 a.search-link[data-v-e14dece7]:focus, .h3 a.search-link[data-v-e14dece7]:focus,
h4 a.search-link[data-v-e14dece7]:focus, .h4 a.search-link[data-v-e14dece7]:focus,
h5 a.search-link[data-v-e14dece7]:focus, .h5 a.search-link[data-v-e14dece7]:focus,
h6 a.search-link[data-v-e14dece7]:focus, .h6 a.search-link[data-v-e14dece7]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-e14dece7]:hover, .h1 a.search-link[data-v-e14dece7]:hover,
h2 a.search-link[data-v-e14dece7]:hover, .h2 a.search-link[data-v-e14dece7]:hover,
h3 a.search-link[data-v-e14dece7]:hover, .h3 a.search-link[data-v-e14dece7]:hover,
h4 a.search-link[data-v-e14dece7]:hover, .h4 a.search-link[data-v-e14dece7]:hover,
h5 a.search-link[data-v-e14dece7]:hover, .h5 a.search-link[data-v-e14dece7]:hover,
h6 a.search-link[data-v-e14dece7]:hover, .h6 a.search-link[data-v-e14dece7]:hover {
  text-decoration: underline;
}
cite[data-v-e14dece7],
var[data-v-e14dece7],
address[data-v-e14dece7],
dfn[data-v-e14dece7] {
  font-style: normal;
}
h1[data-v-e14dece7], .h1[data-v-e14dece7],
h2[data-v-e14dece7], .h2[data-v-e14dece7],
h3[data-v-e14dece7], .h3[data-v-e14dece7],
h4[data-v-e14dece7], .h4[data-v-e14dece7],
h5[data-v-e14dece7], .h5[data-v-e14dece7],
h6[data-v-e14dece7], .h6[data-v-e14dece7] {
  max-width: 66ch;
}
p[data-v-e14dece7],
ul[data-v-e14dece7]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-e14dece7]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-e14dece7] {
  max-width: 66ch;
}
.form-label[data-v-e14dece7], .form-hint[data-v-e14dece7], .form-error-message[data-v-e14dece7] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-e14dece7], .form-radio + label[data-v-e14dece7] {
  max-width: 66ch;
}
.displayheading-1[data-v-e14dece7] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-e14dece7] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-e14dece7] {
  color: #358000;
}
.text-negative[data-v-e14dece7] {
  color: #CC0000;
}
.color-text-black[data-v-e14dece7] {
  color: #1a1a1a;
}
.background-dark[data-v-e14dece7] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-e14dece7], .background-dark span[data-v-e14dece7] {
  color: white;
}
.field-group-title[data-v-e14dece7] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-e14dece7] {
  border: 2px solid #1a1a1a;
}
h1[data-v-e14dece7], h2[data-v-e14dece7], h3[data-v-e14dece7], h4[data-v-e14dece7], h5[data-v-e14dece7], h6[data-v-e14dece7], p[data-v-e14dece7], legend[data-v-e14dece7], strong[data-v-e14dece7], b[data-v-e14dece7], cite[data-v-e14dece7], var[data-v-e14dece7], address[data-v-e14dece7], dfn[data-v-e14dece7] {
  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[data-v-e14dece7] {
  text-transform: uppercase;
}
.lowercase[data-v-e14dece7] {
  text-transform: lowercase;
}
.d-inline[data-v-e14dece7] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-e14dece7] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-e14dece7] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-e14dece7] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-e14dece7] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-e14dece7] {
    display: inline !important;
}
}
.flex-grow[data-v-e14dece7] {
  flex-grow: 1;
}
.weight-normal[data-v-e14dece7] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-e14dece7] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-e14dece7] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-e14dece7] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-e14dece7] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-e14dece7] {
    margin-bottom: 0;
}
}
.gray-100[data-v-e14dece7] {
  background-color: #F5F5F5;
}
.highlight[data-v-e14dece7] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-e14dece7] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-e14dece7] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-e14dece7] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-e14dece7] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-e14dece7] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-e14dece7] {
  z-index: 10000;
}
.video-responsive[data-v-e14dece7] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-e14dece7] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-e14dece7]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-e14dece7]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-e14dece7] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-e14dece7] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-e14dece7] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-e14dece7]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-e14dece7]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-e14dece7] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-e14dece7] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-e14dece7] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-e14dece7] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-e14dece7],
.sidenav-list-virk.sidenav-list li li[data-v-e14dece7],
.sidenav-list-virk.sidenav-list a[data-v-e14dece7] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-e14dece7] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-e14dece7] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-e14dece7] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-e14dece7] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-e14dece7] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-e14dece7]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-e14dece7]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-e14dece7] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-e14dece7]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-e14dece7] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
header[data-v-e14dece7] {
  position: relative;
  z-index: 1000;
  width: 100%;
  background: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
}
header .logo[data-v-e14dece7] {
  background-image: url("/assets/img/udbuddk-logo-6Mzb4pOT.png") !important;
  background-position: left !important;
  height: 32px !important;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
}
@media (min-width: 768px) {
header .logo[data-v-e14dece7] {
    height: 56px !important;
    width: 200px !important;
    margin-left: 36px;
}
}
@media (max-width: 767px) {
header .logo[data-v-e14dece7] {
    height: 56px !important;
    width: 150px !important;
}
}
.nav-link .menu-item[data-v-e14dece7] {
  color: #000000 !important;
}body[data-v-d21c4b01] {
  overflow: scroll;
}
.mobile-view[data-v-d21c4b01] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-d21c4b01] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-d21c4b01] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-d21c4b01] {
  font-size: 1.6rem;
}
p[data-v-d21c4b01] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-d21c4b01] {
  color: #004D99;
}
a[data-v-d21c4b01]:hover, a.link-hover[data-v-d21c4b01] {
  color: #000040;
}
a[data-v-d21c4b01]:hover:disabled,
a:hover .disabled[data-v-d21c4b01], a.link-hover[data-v-d21c4b01]:disabled,
a.link-hover .disabled[data-v-d21c4b01] {
  background-color: transparent !important;
}
a[data-v-d21c4b01]:focus, a.link-focus[data-v-d21c4b01] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-d21c4b01]:visited, a.link-visited[data-v-d21c4b01] {
  color: #800080;
}
a[data-v-d21c4b01]:disabled, a.disabled[data-v-d21c4b01] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-d21c4b01]:disabled:focus, a.disabled[data-v-d21c4b01]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-d21c4b01]:not(.button) {
  color: white;
}
.background-dark a[data-v-d21c4b01]:disabled, .background-dark a.disabled[data-v-d21c4b01] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-d21c4b01]:disabled:focus, .background-dark a.disabled[data-v-d21c4b01]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-d21c4b01] {
  font-weight: 600;
}
a[data-v-d21c4b01]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-d21c4b01], .h1[data-v-d21c4b01] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-d21c4b01], .h1[data-v-d21c4b01] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-d21c4b01], .h1[data-v-d21c4b01] {
    font-size: 3.9rem;
}
}
h1[data-v-d21c4b01], .h1[data-v-d21c4b01] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-d21c4b01], .h1[data-v-d21c4b01] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-d21c4b01], .h1[data-v-d21c4b01] {
    line-height: 4.8rem;
}
}
h1[data-v-d21c4b01], .h1[data-v-d21c4b01] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-d21c4b01], .h1[data-v-d21c4b01] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-d21c4b01], .h1[data-v-d21c4b01] {
    letter-spacing: normal;
}
}
h1[data-v-d21c4b01], .h1[data-v-d21c4b01] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-d21c4b01], .h2[data-v-d21c4b01] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-d21c4b01], .h2[data-v-d21c4b01] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-d21c4b01], .h2[data-v-d21c4b01] {
    font-size: 3.1rem;
}
}
h2[data-v-d21c4b01], .h2[data-v-d21c4b01] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-d21c4b01], .h2[data-v-d21c4b01] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-d21c4b01], .h2[data-v-d21c4b01] {
    line-height: 4rem;
}
}
h2[data-v-d21c4b01], .h2[data-v-d21c4b01] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-d21c4b01], .h2[data-v-d21c4b01] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-d21c4b01], .h2[data-v-d21c4b01] {
    letter-spacing: normal;
}
}
h2[data-v-d21c4b01], .h2[data-v-d21c4b01] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-d21c4b01], .h3[data-v-d21c4b01] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-d21c4b01], .h3[data-v-d21c4b01] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-d21c4b01], .h3[data-v-d21c4b01] {
    font-size: 2.5rem;
}
}
h3[data-v-d21c4b01], .h3[data-v-d21c4b01] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-d21c4b01], .h3[data-v-d21c4b01] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-d21c4b01], .h3[data-v-d21c4b01] {
    line-height: 3.2rem;
}
}
h3[data-v-d21c4b01], .h3[data-v-d21c4b01] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-d21c4b01], .h3[data-v-d21c4b01] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-d21c4b01], .h3[data-v-d21c4b01] {
    letter-spacing: normal;
}
}
h3[data-v-d21c4b01], .h3[data-v-d21c4b01] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-d21c4b01], .h4[data-v-d21c4b01] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-d21c4b01], .h4[data-v-d21c4b01] {
    font-size: 2rem;
}
}
h4[data-v-d21c4b01], .h4[data-v-d21c4b01] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-d21c4b01], .h4[data-v-d21c4b01] {
    line-height: 2.8rem;
}
}
h4[data-v-d21c4b01], .h4[data-v-d21c4b01] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-d21c4b01], .h4[data-v-d21c4b01] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-d21c4b01], .h4[data-v-d21c4b01] {
    letter-spacing: normal;
}
}
h4[data-v-d21c4b01], .h4[data-v-d21c4b01] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-d21c4b01], .h5[data-v-d21c4b01] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-d21c4b01], .h5[data-v-d21c4b01] {
    font-size: 1.6rem;
}
}
h5[data-v-d21c4b01], .h5[data-v-d21c4b01] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-d21c4b01], .h5[data-v-d21c4b01] {
    line-height: 2.4rem;
}
}
h5[data-v-d21c4b01], .h5[data-v-d21c4b01] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-d21c4b01], .h5[data-v-d21c4b01] {
    letter-spacing: normal;
}
}
h5[data-v-d21c4b01], .h5[data-v-d21c4b01] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-d21c4b01], .h6[data-v-d21c4b01] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-d21c4b01], .body-text[data-v-d21c4b01], .body-copy-text[data-v-d21c4b01] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-d21c4b01], .figcaption[data-v-d21c4b01] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-d21c4b01], .figcaption p[data-v-d21c4b01] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-d21c4b01] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-d21c4b01] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-d21c4b01] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-d21c4b01], .small-text[data-v-d21c4b01] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-d21c4b01] {
  font-weight: 400;
}
.weight-semibold[data-v-d21c4b01] {
  font-weight: 600;
}
.facit[data-v-d21c4b01] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-d21c4b01], b[data-v-d21c4b01], .bold[data-v-d21c4b01] {
  font-weight: 700;
}
.italic[data-v-d21c4b01], em[data-v-d21c4b01] {
  font-style: italic;
}
.form-label[data-v-d21c4b01] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-d21c4b01]:focus, .h1[data-v-d21c4b01]:focus,
h2[data-v-d21c4b01]:focus, .h2[data-v-d21c4b01]:focus,
h3[data-v-d21c4b01]:focus, .h3[data-v-d21c4b01]:focus,
h4[data-v-d21c4b01]:focus, .h4[data-v-d21c4b01]:focus,
h5[data-v-d21c4b01]:focus, .h5[data-v-d21c4b01]:focus,
h6[data-v-d21c4b01]:focus, .h6[data-v-d21c4b01]:focus {
  outline: none;
}
h1[data-v-d21c4b01], .h1[data-v-d21c4b01] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-d21c4b01], .h2[data-v-d21c4b01] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-d21c4b01], .h2[data-v-d21c4b01] {
    margin-top: 4rem;
}
}
h3[data-v-d21c4b01], .h3[data-v-d21c4b01] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-d21c4b01], .h3[data-v-d21c4b01] {
    margin-top: 4rem;
}
}
h4[data-v-d21c4b01], .h4[data-v-d21c4b01] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-d21c4b01], .h5[data-v-d21c4b01] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-d21c4b01], .h6[data-v-d21c4b01] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-d21c4b01] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-d21c4b01], .body-text[data-v-d21c4b01] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-d21c4b01], h5 + ul[data-v-d21c4b01], h5 + ol[data-v-d21c4b01], .h5 + p[data-v-d21c4b01], .h5 + ul[data-v-d21c4b01], .h5 + ol[data-v-d21c4b01], h6 + p[data-v-d21c4b01], h6 + ul[data-v-d21c4b01], h6 + ol[data-v-d21c4b01], .h6 + p[data-v-d21c4b01], .h6 + ul[data-v-d21c4b01], .h6 + ol[data-v-d21c4b01] {
  margin-top: 0;
}
button.function-link[data-v-d21c4b01] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-d21c4b01] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-d21c4b01]:hover, .function-link[data-v-d21c4b01]:visited, .function-link[data-v-d21c4b01]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-d21c4b01] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-d21c4b01] {
  text-align: right;
}
.back-link[data-v-d21c4b01] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-d21c4b01] {
    margin-bottom: 32px;
}
}
.back-link[data-v-d21c4b01] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-d21c4b01]::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[data-v-d21c4b01]:active, .back-link[data-v-d21c4b01]:focus, .back-link[data-v-d21c4b01]:hover, .back-link[data-v-d21c4b01]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-d21c4b01] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-d21c4b01] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-d21c4b01], h1 a[data-v-d21c4b01]:hover, h1 a[data-v-d21c4b01]:visited, h1 a[data-v-d21c4b01]:focus, .h1 a[data-v-d21c4b01], .h1 a[data-v-d21c4b01]:hover, .h1 a[data-v-d21c4b01]:visited, .h1 a[data-v-d21c4b01]:focus,
h2 a[data-v-d21c4b01],
h2 a[data-v-d21c4b01]:hover,
h2 a[data-v-d21c4b01]:visited,
h2 a[data-v-d21c4b01]:focus, .h2 a[data-v-d21c4b01], .h2 a[data-v-d21c4b01]:hover, .h2 a[data-v-d21c4b01]:visited, .h2 a[data-v-d21c4b01]:focus,
h3 a[data-v-d21c4b01],
h3 a[data-v-d21c4b01]:hover,
h3 a[data-v-d21c4b01]:visited,
h3 a[data-v-d21c4b01]:focus, .h3 a[data-v-d21c4b01], .h3 a[data-v-d21c4b01]:hover, .h3 a[data-v-d21c4b01]:visited, .h3 a[data-v-d21c4b01]:focus,
h4 a[data-v-d21c4b01],
h4 a[data-v-d21c4b01]:hover,
h4 a[data-v-d21c4b01]:visited,
h4 a[data-v-d21c4b01]:focus, .h4 a[data-v-d21c4b01], .h4 a[data-v-d21c4b01]:hover, .h4 a[data-v-d21c4b01]:visited, .h4 a[data-v-d21c4b01]:focus,
h5 a[data-v-d21c4b01],
h5 a[data-v-d21c4b01]:hover,
h5 a[data-v-d21c4b01]:visited,
h5 a[data-v-d21c4b01]:focus, .h5 a[data-v-d21c4b01], .h5 a[data-v-d21c4b01]:hover, .h5 a[data-v-d21c4b01]:visited, .h5 a[data-v-d21c4b01]:focus,
h6 a[data-v-d21c4b01],
h6 a[data-v-d21c4b01]:hover,
h6 a[data-v-d21c4b01]:visited,
h6 a[data-v-d21c4b01]:focus, .h6 a[data-v-d21c4b01], .h6 a[data-v-d21c4b01]:hover, .h6 a[data-v-d21c4b01]:visited, .h6 a[data-v-d21c4b01]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-d21c4b01], .h1 a.search-link[data-v-d21c4b01],
h2 a.search-link[data-v-d21c4b01], .h2 a.search-link[data-v-d21c4b01],
h3 a.search-link[data-v-d21c4b01], .h3 a.search-link[data-v-d21c4b01],
h4 a.search-link[data-v-d21c4b01], .h4 a.search-link[data-v-d21c4b01],
h5 a.search-link[data-v-d21c4b01], .h5 a.search-link[data-v-d21c4b01],
h6 a.search-link[data-v-d21c4b01], .h6 a.search-link[data-v-d21c4b01] {
  text-decoration: none;
}
h1 a.search-link[data-v-d21c4b01]:visited, .h1 a.search-link[data-v-d21c4b01]:visited,
h2 a.search-link[data-v-d21c4b01]:visited, .h2 a.search-link[data-v-d21c4b01]:visited,
h3 a.search-link[data-v-d21c4b01]:visited, .h3 a.search-link[data-v-d21c4b01]:visited,
h4 a.search-link[data-v-d21c4b01]:visited, .h4 a.search-link[data-v-d21c4b01]:visited,
h5 a.search-link[data-v-d21c4b01]:visited, .h5 a.search-link[data-v-d21c4b01]:visited,
h6 a.search-link[data-v-d21c4b01]:visited, .h6 a.search-link[data-v-d21c4b01]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-d21c4b01]:focus, .h1 a.search-link[data-v-d21c4b01]:focus,
h2 a.search-link[data-v-d21c4b01]:focus, .h2 a.search-link[data-v-d21c4b01]:focus,
h3 a.search-link[data-v-d21c4b01]:focus, .h3 a.search-link[data-v-d21c4b01]:focus,
h4 a.search-link[data-v-d21c4b01]:focus, .h4 a.search-link[data-v-d21c4b01]:focus,
h5 a.search-link[data-v-d21c4b01]:focus, .h5 a.search-link[data-v-d21c4b01]:focus,
h6 a.search-link[data-v-d21c4b01]:focus, .h6 a.search-link[data-v-d21c4b01]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-d21c4b01]:hover, .h1 a.search-link[data-v-d21c4b01]:hover,
h2 a.search-link[data-v-d21c4b01]:hover, .h2 a.search-link[data-v-d21c4b01]:hover,
h3 a.search-link[data-v-d21c4b01]:hover, .h3 a.search-link[data-v-d21c4b01]:hover,
h4 a.search-link[data-v-d21c4b01]:hover, .h4 a.search-link[data-v-d21c4b01]:hover,
h5 a.search-link[data-v-d21c4b01]:hover, .h5 a.search-link[data-v-d21c4b01]:hover,
h6 a.search-link[data-v-d21c4b01]:hover, .h6 a.search-link[data-v-d21c4b01]:hover {
  text-decoration: underline;
}
cite[data-v-d21c4b01],
var[data-v-d21c4b01],
address[data-v-d21c4b01],
dfn[data-v-d21c4b01] {
  font-style: normal;
}
h1[data-v-d21c4b01], .h1[data-v-d21c4b01],
h2[data-v-d21c4b01], .h2[data-v-d21c4b01],
h3[data-v-d21c4b01], .h3[data-v-d21c4b01],
h4[data-v-d21c4b01], .h4[data-v-d21c4b01],
h5[data-v-d21c4b01], .h5[data-v-d21c4b01],
h6[data-v-d21c4b01], .h6[data-v-d21c4b01] {
  max-width: 66ch;
}
p[data-v-d21c4b01],
ul[data-v-d21c4b01]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-d21c4b01]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-d21c4b01] {
  max-width: 66ch;
}
.form-label[data-v-d21c4b01], .form-hint[data-v-d21c4b01], .form-error-message[data-v-d21c4b01] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-d21c4b01], .form-radio + label[data-v-d21c4b01] {
  max-width: 66ch;
}
.displayheading-1[data-v-d21c4b01] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-d21c4b01] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-d21c4b01] {
  color: #358000;
}
.text-negative[data-v-d21c4b01] {
  color: #CC0000;
}
.color-text-black[data-v-d21c4b01] {
  color: #1a1a1a;
}
.background-dark[data-v-d21c4b01] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-d21c4b01], .background-dark span[data-v-d21c4b01] {
  color: white;
}
.field-group-title[data-v-d21c4b01] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-d21c4b01] {
  border: 2px solid #1a1a1a;
}
h1[data-v-d21c4b01], h2[data-v-d21c4b01], h3[data-v-d21c4b01], h4[data-v-d21c4b01], h5[data-v-d21c4b01], h6[data-v-d21c4b01], p[data-v-d21c4b01], legend[data-v-d21c4b01], strong[data-v-d21c4b01], b[data-v-d21c4b01], cite[data-v-d21c4b01], var[data-v-d21c4b01], address[data-v-d21c4b01], dfn[data-v-d21c4b01] {
  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[data-v-d21c4b01] {
  text-transform: uppercase;
}
.lowercase[data-v-d21c4b01] {
  text-transform: lowercase;
}
.d-inline[data-v-d21c4b01] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-d21c4b01] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-d21c4b01] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-d21c4b01] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-d21c4b01] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-d21c4b01] {
    display: inline !important;
}
}
.flex-grow[data-v-d21c4b01] {
  flex-grow: 1;
}
.weight-normal[data-v-d21c4b01] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-d21c4b01] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-d21c4b01] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-d21c4b01] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-d21c4b01] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-d21c4b01] {
    margin-bottom: 0;
}
}
.gray-100[data-v-d21c4b01] {
  background-color: #F5F5F5;
}
.highlight[data-v-d21c4b01] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-d21c4b01] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-d21c4b01] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-d21c4b01] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-d21c4b01] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-d21c4b01] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-d21c4b01] {
  z-index: 10000;
}
.video-responsive[data-v-d21c4b01] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-d21c4b01] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-d21c4b01]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-d21c4b01]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-d21c4b01] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-d21c4b01] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-d21c4b01] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-d21c4b01]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-d21c4b01]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-d21c4b01] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-d21c4b01] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-d21c4b01] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-d21c4b01] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-d21c4b01],
.sidenav-list-virk.sidenav-list li li[data-v-d21c4b01],
.sidenav-list-virk.sidenav-list a[data-v-d21c4b01] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-d21c4b01] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-d21c4b01] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-d21c4b01] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-d21c4b01] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-d21c4b01] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-d21c4b01]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-d21c4b01]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-d21c4b01] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-d21c4b01]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-d21c4b01] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
body.modal-open[data-v-d21c4b01] {
  overflow: hidden;
}
.modal-backdrop[data-v-d21c4b01] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8888;
  padding: 16px;
}
.fds-modal[data-v-d21c4b01]:focus-visible {
  outline: none;
}
.fds-modal[data-v-d21c4b01] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 16px;
}
.fds-modal[aria-hidden=false][data-v-d21c4b01] {
  display: flex;
}
.fds-modal .modal-content[data-v-d21c4b01] {
  align-self: center;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 100%;
  position: relative;
  margin: 24px auto 24px;
}
.fds-modal .modal-bottom-page[data-v-d21c4b01] {
  position: fixed;
  margin-top: 0;
  margin-bottom: 0;
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}
.fds-modal .modal-filter[data-v-d21c4b01] {
  position: fixed;
  left: 0;
  height: 100%;
  margin: 0;
}
.fds-modal .modal-filter .modal-header[data-v-d21c4b01] {
  padding: 0;
}
.fds-modal .modal-filter .modal-title[data-v-d21c4b01] {
  display: none;
}
.fds-modal .modal-header[data-v-d21c4b01] {
  padding: 16px 24px 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-d21c4b01] {
    padding: 40px 40px 8px 40px;
}
}
.fds-modal .modal-header[data-v-d21c4b01] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-header[data-v-d21c4b01] {
    padding-right: 48px;
}
}
.fds-modal .modal-header h1[data-v-d21c4b01],
.fds-modal .modal-header h2[data-v-d21c4b01],
.fds-modal .modal-header h3[data-v-d21c4b01],
.fds-modal .modal-header h4[data-v-d21c4b01],
.fds-modal .modal-header h5[data-v-d21c4b01],
.fds-modal .modal-header h6[data-v-d21c4b01],
.fds-modal .modal-header .h1[data-v-d21c4b01],
.fds-modal .modal-header .h2[data-v-d21c4b01],
.fds-modal .modal-header .h3[data-v-d21c4b01],
.fds-modal .modal-header .h4[data-v-d21c4b01],
.fds-modal .modal-header .h5[data-v-d21c4b01],
.fds-modal .modal-header .h6[data-v-d21c4b01] {
  color: #1a1a1a;
}
.fds-modal .modal-title[data-v-d21c4b01] {
  margin: 24px 48px 8px 0;
}
@media (min-width: 768px) {
.fds-modal .modal-title[data-v-d21c4b01] {
    margin: 0 48px 0 0;
}
}
.fds-modal .modal-body[data-v-d21c4b01] {
  background-color: white;
  color: #1a1a1a;
  padding: 0px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-body[data-v-d21c4b01] {
    padding: 8px 40px 8px 40px;
}
}
.fds-modal .modal-body[data-v-d21c4b01] > *:first-child {
  margin-top: 0;
}
.fds-modal .modal-body p[data-v-d21c4b01],
.fds-modal .modal-body h1[data-v-d21c4b01],
.fds-modal .modal-body h2[data-v-d21c4b01],
.fds-modal .modal-body h3[data-v-d21c4b01],
.fds-modal .modal-body h4[data-v-d21c4b01],
.fds-modal .modal-body h5[data-v-d21c4b01],
.fds-modal .modal-body h6[data-v-d21c4b01],
.fds-modal .modal-body .h1[data-v-d21c4b01],
.fds-modal .modal-body .h2[data-v-d21c4b01],
.fds-modal .modal-body .h3[data-v-d21c4b01],
.fds-modal .modal-body .h4[data-v-d21c4b01],
.fds-modal .modal-body .h5[data-v-d21c4b01],
.fds-modal .modal-body .h6[data-v-d21c4b01] {
  color: #1a1a1a;
}
.fds-modal .modal-footer[data-v-d21c4b01] {
  padding: 0px 24px 24px;
}
@media (min-width: 768px) {
.fds-modal .modal-footer[data-v-d21c4b01] {
    padding: 8px 40px 40px 40px;
}
}
.fds-modal .modal-footer[data-v-d21c4b01] {
  background-color: white;
  color: #1a1a1a;
}
@media (min-width: 992px) {
.fds-modal .modal-footer[data-v-d21c4b01] {
    display: flex;
}
}
.fds-modal .modal-footer .button[data-v-d21c4b01] {
  margin-top: 8px;
  margin-right: 16px;
}
.fds-modal .modal-footer p[data-v-d21c4b01],
.fds-modal .modal-footer h1[data-v-d21c4b01],
.fds-modal .modal-footer h2[data-v-d21c4b01],
.fds-modal .modal-footer h3[data-v-d21c4b01],
.fds-modal .modal-footer h4[data-v-d21c4b01],
.fds-modal .modal-footer h5[data-v-d21c4b01],
.fds-modal .modal-footer h6[data-v-d21c4b01],
.fds-modal .modal-footer .h1[data-v-d21c4b01],
.fds-modal .modal-footer .h2[data-v-d21c4b01],
.fds-modal .modal-footer .h3[data-v-d21c4b01],
.fds-modal .modal-footer .h4[data-v-d21c4b01],
.fds-modal .modal-footer .h5[data-v-d21c4b01],
.fds-modal .modal-footer .h6[data-v-d21c4b01] {
  color: #1a1a1a;
}
.fds-modal .modal-close[data-v-d21c4b01] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: inherit;
  color: #1a1a1a;
}
@media (min-width: 768px) {
.fds-modal .modal-close[data-v-d21c4b01] {
    top: 24px;
    right: 32px;
}
}
.fds-modal .modal-close[data-v-d21c4b01]:hover, .fds-modal .modal-close[data-v-d21c4b01]:visited, .fds-modal .modal-close[data-v-d21c4b01]:focus {
  color: #1a1a1a;
}
.fds-modal[data-v-d21c4b01] {
  /**************************\
        Animation Style
    \**************************/
}
@keyframes modalfadeIn-d21c4b01 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes modalfadeOut-d21c4b01 {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes modalslideIn-d21c4b01 {
from {
    transform: translateY(15%);
}
to {
    transform: translateY(0);
}
}
@keyframes modalslideOut-d21c4b01 {
from {
    transform: translateY(0);
}
to {
    transform: translateY(-10%);
}
}
.fds-modal[aria-hidden=false] .modal-content[data-v-d21c4b01] {
  animation: modalslideIn-d21c4b01 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal[aria-hidden=true] .modal-content[data-v-d21c4b01] {
  animation: modalslideOut-d21c4b01 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.fds-modal .button-unstyled[data-v-d21c4b01] {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: #004D99;
  font: inherit;
  text-align: left;
  cursor: pointer;
  text-decoration: underline;
}
.fds-modal .button-unstyled[data-v-d21c4b01]:hover, .fds-modal .button-unstyled[data-v-d21c4b01]:focus {
  text-decoration: underline;
  color: #000040;
}
.fds-modal .button-unstyled[data-v-d21c4b01]:visited {
  color: #800080;
}
.fds-modal .button-unstyled[data-v-d21c4b01]:disabled {
  cursor: default;
  color: #a9a9a9;
  text-decoration: none;
}
.unstyle-router[data-v-d21c4b01] {
  color: #ffffff !important;
  text-decoration: none;
}
.fritekst-streng[data-v-d21c4b01] {
  word-wrap: break-word;
}body[data-v-0f631789] {
  overflow: scroll;
}
.mobile-view[data-v-0f631789] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-0f631789] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-0f631789] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-0f631789] {
  font-size: 1.6rem;
}
p[data-v-0f631789] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-0f631789] {
  color: #004D99;
}
a[data-v-0f631789]:hover, a.link-hover[data-v-0f631789] {
  color: #000040;
}
a[data-v-0f631789]:hover:disabled,
a:hover .disabled[data-v-0f631789], a.link-hover[data-v-0f631789]:disabled,
a.link-hover .disabled[data-v-0f631789] {
  background-color: transparent !important;
}
a[data-v-0f631789]:focus, a.link-focus[data-v-0f631789] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-0f631789]:visited, a.link-visited[data-v-0f631789] {
  color: #800080;
}
a[data-v-0f631789]:disabled, a.disabled[data-v-0f631789] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-0f631789]:disabled:focus, a.disabled[data-v-0f631789]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-0f631789]:not(.button) {
  color: white;
}
.background-dark a[data-v-0f631789]:disabled, .background-dark a.disabled[data-v-0f631789] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-0f631789]:disabled:focus, .background-dark a.disabled[data-v-0f631789]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-0f631789] {
  font-weight: 600;
}
a[data-v-0f631789]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-0f631789], .h1[data-v-0f631789] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-0f631789], .h1[data-v-0f631789] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-0f631789], .h1[data-v-0f631789] {
    font-size: 3.9rem;
}
}
h1[data-v-0f631789], .h1[data-v-0f631789] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-0f631789], .h1[data-v-0f631789] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-0f631789], .h1[data-v-0f631789] {
    line-height: 4.8rem;
}
}
h1[data-v-0f631789], .h1[data-v-0f631789] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-0f631789], .h1[data-v-0f631789] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-0f631789], .h1[data-v-0f631789] {
    letter-spacing: normal;
}
}
h1[data-v-0f631789], .h1[data-v-0f631789] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-0f631789], .h2[data-v-0f631789] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-0f631789], .h2[data-v-0f631789] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-0f631789], .h2[data-v-0f631789] {
    font-size: 3.1rem;
}
}
h2[data-v-0f631789], .h2[data-v-0f631789] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-0f631789], .h2[data-v-0f631789] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-0f631789], .h2[data-v-0f631789] {
    line-height: 4rem;
}
}
h2[data-v-0f631789], .h2[data-v-0f631789] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-0f631789], .h2[data-v-0f631789] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-0f631789], .h2[data-v-0f631789] {
    letter-spacing: normal;
}
}
h2[data-v-0f631789], .h2[data-v-0f631789] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-0f631789], .h3[data-v-0f631789] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-0f631789], .h3[data-v-0f631789] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-0f631789], .h3[data-v-0f631789] {
    font-size: 2.5rem;
}
}
h3[data-v-0f631789], .h3[data-v-0f631789] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-0f631789], .h3[data-v-0f631789] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-0f631789], .h3[data-v-0f631789] {
    line-height: 3.2rem;
}
}
h3[data-v-0f631789], .h3[data-v-0f631789] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-0f631789], .h3[data-v-0f631789] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-0f631789], .h3[data-v-0f631789] {
    letter-spacing: normal;
}
}
h3[data-v-0f631789], .h3[data-v-0f631789] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-0f631789], .h4[data-v-0f631789] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-0f631789], .h4[data-v-0f631789] {
    font-size: 2rem;
}
}
h4[data-v-0f631789], .h4[data-v-0f631789] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-0f631789], .h4[data-v-0f631789] {
    line-height: 2.8rem;
}
}
h4[data-v-0f631789], .h4[data-v-0f631789] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-0f631789], .h4[data-v-0f631789] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-0f631789], .h4[data-v-0f631789] {
    letter-spacing: normal;
}
}
h4[data-v-0f631789], .h4[data-v-0f631789] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-0f631789], .h5[data-v-0f631789] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-0f631789], .h5[data-v-0f631789] {
    font-size: 1.6rem;
}
}
h5[data-v-0f631789], .h5[data-v-0f631789] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-0f631789], .h5[data-v-0f631789] {
    line-height: 2.4rem;
}
}
h5[data-v-0f631789], .h5[data-v-0f631789] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-0f631789], .h5[data-v-0f631789] {
    letter-spacing: normal;
}
}
h5[data-v-0f631789], .h5[data-v-0f631789] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-0f631789], .h6[data-v-0f631789] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-0f631789], .body-text[data-v-0f631789], .body-copy-text[data-v-0f631789] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-0f631789], .figcaption[data-v-0f631789] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-0f631789], .figcaption p[data-v-0f631789] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-0f631789] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-0f631789] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-0f631789] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-0f631789], .small-text[data-v-0f631789] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-0f631789] {
  font-weight: 400;
}
.weight-semibold[data-v-0f631789] {
  font-weight: 600;
}
.facit[data-v-0f631789] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-0f631789], b[data-v-0f631789], .bold[data-v-0f631789] {
  font-weight: 700;
}
.italic[data-v-0f631789], em[data-v-0f631789] {
  font-style: italic;
}
.form-label[data-v-0f631789] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-0f631789]:focus, .h1[data-v-0f631789]:focus,
h2[data-v-0f631789]:focus, .h2[data-v-0f631789]:focus,
h3[data-v-0f631789]:focus, .h3[data-v-0f631789]:focus,
h4[data-v-0f631789]:focus, .h4[data-v-0f631789]:focus,
h5[data-v-0f631789]:focus, .h5[data-v-0f631789]:focus,
h6[data-v-0f631789]:focus, .h6[data-v-0f631789]:focus {
  outline: none;
}
h1[data-v-0f631789], .h1[data-v-0f631789] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-0f631789], .h2[data-v-0f631789] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-0f631789], .h2[data-v-0f631789] {
    margin-top: 4rem;
}
}
h3[data-v-0f631789], .h3[data-v-0f631789] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-0f631789], .h3[data-v-0f631789] {
    margin-top: 4rem;
}
}
h4[data-v-0f631789], .h4[data-v-0f631789] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-0f631789], .h5[data-v-0f631789] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-0f631789], .h6[data-v-0f631789] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-0f631789] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-0f631789], .body-text[data-v-0f631789] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-0f631789], h5 + ul[data-v-0f631789], h5 + ol[data-v-0f631789], .h5 + p[data-v-0f631789], .h5 + ul[data-v-0f631789], .h5 + ol[data-v-0f631789], h6 + p[data-v-0f631789], h6 + ul[data-v-0f631789], h6 + ol[data-v-0f631789], .h6 + p[data-v-0f631789], .h6 + ul[data-v-0f631789], .h6 + ol[data-v-0f631789] {
  margin-top: 0;
}
button.function-link[data-v-0f631789] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-0f631789] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-0f631789]:hover, .function-link[data-v-0f631789]:visited, .function-link[data-v-0f631789]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-0f631789] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-0f631789] {
  text-align: right;
}
.back-link[data-v-0f631789] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-0f631789] {
    margin-bottom: 32px;
}
}
.back-link[data-v-0f631789] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-0f631789]::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[data-v-0f631789]:active, .back-link[data-v-0f631789]:focus, .back-link[data-v-0f631789]:hover, .back-link[data-v-0f631789]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-0f631789] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-0f631789] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-0f631789], h1 a[data-v-0f631789]:hover, h1 a[data-v-0f631789]:visited, h1 a[data-v-0f631789]:focus, .h1 a[data-v-0f631789], .h1 a[data-v-0f631789]:hover, .h1 a[data-v-0f631789]:visited, .h1 a[data-v-0f631789]:focus,
h2 a[data-v-0f631789],
h2 a[data-v-0f631789]:hover,
h2 a[data-v-0f631789]:visited,
h2 a[data-v-0f631789]:focus, .h2 a[data-v-0f631789], .h2 a[data-v-0f631789]:hover, .h2 a[data-v-0f631789]:visited, .h2 a[data-v-0f631789]:focus,
h3 a[data-v-0f631789],
h3 a[data-v-0f631789]:hover,
h3 a[data-v-0f631789]:visited,
h3 a[data-v-0f631789]:focus, .h3 a[data-v-0f631789], .h3 a[data-v-0f631789]:hover, .h3 a[data-v-0f631789]:visited, .h3 a[data-v-0f631789]:focus,
h4 a[data-v-0f631789],
h4 a[data-v-0f631789]:hover,
h4 a[data-v-0f631789]:visited,
h4 a[data-v-0f631789]:focus, .h4 a[data-v-0f631789], .h4 a[data-v-0f631789]:hover, .h4 a[data-v-0f631789]:visited, .h4 a[data-v-0f631789]:focus,
h5 a[data-v-0f631789],
h5 a[data-v-0f631789]:hover,
h5 a[data-v-0f631789]:visited,
h5 a[data-v-0f631789]:focus, .h5 a[data-v-0f631789], .h5 a[data-v-0f631789]:hover, .h5 a[data-v-0f631789]:visited, .h5 a[data-v-0f631789]:focus,
h6 a[data-v-0f631789],
h6 a[data-v-0f631789]:hover,
h6 a[data-v-0f631789]:visited,
h6 a[data-v-0f631789]:focus, .h6 a[data-v-0f631789], .h6 a[data-v-0f631789]:hover, .h6 a[data-v-0f631789]:visited, .h6 a[data-v-0f631789]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-0f631789], .h1 a.search-link[data-v-0f631789],
h2 a.search-link[data-v-0f631789], .h2 a.search-link[data-v-0f631789],
h3 a.search-link[data-v-0f631789], .h3 a.search-link[data-v-0f631789],
h4 a.search-link[data-v-0f631789], .h4 a.search-link[data-v-0f631789],
h5 a.search-link[data-v-0f631789], .h5 a.search-link[data-v-0f631789],
h6 a.search-link[data-v-0f631789], .h6 a.search-link[data-v-0f631789] {
  text-decoration: none;
}
h1 a.search-link[data-v-0f631789]:visited, .h1 a.search-link[data-v-0f631789]:visited,
h2 a.search-link[data-v-0f631789]:visited, .h2 a.search-link[data-v-0f631789]:visited,
h3 a.search-link[data-v-0f631789]:visited, .h3 a.search-link[data-v-0f631789]:visited,
h4 a.search-link[data-v-0f631789]:visited, .h4 a.search-link[data-v-0f631789]:visited,
h5 a.search-link[data-v-0f631789]:visited, .h5 a.search-link[data-v-0f631789]:visited,
h6 a.search-link[data-v-0f631789]:visited, .h6 a.search-link[data-v-0f631789]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-0f631789]:focus, .h1 a.search-link[data-v-0f631789]:focus,
h2 a.search-link[data-v-0f631789]:focus, .h2 a.search-link[data-v-0f631789]:focus,
h3 a.search-link[data-v-0f631789]:focus, .h3 a.search-link[data-v-0f631789]:focus,
h4 a.search-link[data-v-0f631789]:focus, .h4 a.search-link[data-v-0f631789]:focus,
h5 a.search-link[data-v-0f631789]:focus, .h5 a.search-link[data-v-0f631789]:focus,
h6 a.search-link[data-v-0f631789]:focus, .h6 a.search-link[data-v-0f631789]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-0f631789]:hover, .h1 a.search-link[data-v-0f631789]:hover,
h2 a.search-link[data-v-0f631789]:hover, .h2 a.search-link[data-v-0f631789]:hover,
h3 a.search-link[data-v-0f631789]:hover, .h3 a.search-link[data-v-0f631789]:hover,
h4 a.search-link[data-v-0f631789]:hover, .h4 a.search-link[data-v-0f631789]:hover,
h5 a.search-link[data-v-0f631789]:hover, .h5 a.search-link[data-v-0f631789]:hover,
h6 a.search-link[data-v-0f631789]:hover, .h6 a.search-link[data-v-0f631789]:hover {
  text-decoration: underline;
}
cite[data-v-0f631789],
var[data-v-0f631789],
address[data-v-0f631789],
dfn[data-v-0f631789] {
  font-style: normal;
}
h1[data-v-0f631789], .h1[data-v-0f631789],
h2[data-v-0f631789], .h2[data-v-0f631789],
h3[data-v-0f631789], .h3[data-v-0f631789],
h4[data-v-0f631789], .h4[data-v-0f631789],
h5[data-v-0f631789], .h5[data-v-0f631789],
h6[data-v-0f631789], .h6[data-v-0f631789] {
  max-width: 66ch;
}
p[data-v-0f631789],
ul[data-v-0f631789]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-0f631789]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-0f631789] {
  max-width: 66ch;
}
.form-label[data-v-0f631789], .form-hint[data-v-0f631789], .form-error-message[data-v-0f631789] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-0f631789], .form-radio + label[data-v-0f631789] {
  max-width: 66ch;
}
.displayheading-1[data-v-0f631789] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-0f631789] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-0f631789] {
  color: #358000;
}
.text-negative[data-v-0f631789] {
  color: #CC0000;
}
.color-text-black[data-v-0f631789] {
  color: #1a1a1a;
}
.background-dark[data-v-0f631789] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-0f631789], .background-dark span[data-v-0f631789] {
  color: white;
}
.field-group-title[data-v-0f631789] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-0f631789] {
  border: 2px solid #1a1a1a;
}
h1[data-v-0f631789], h2[data-v-0f631789], h3[data-v-0f631789], h4[data-v-0f631789], h5[data-v-0f631789], h6[data-v-0f631789], p[data-v-0f631789], legend[data-v-0f631789], strong[data-v-0f631789], b[data-v-0f631789], cite[data-v-0f631789], var[data-v-0f631789], address[data-v-0f631789], dfn[data-v-0f631789] {
  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[data-v-0f631789] {
  text-transform: uppercase;
}
.lowercase[data-v-0f631789] {
  text-transform: lowercase;
}
.d-inline[data-v-0f631789] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-0f631789] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-0f631789] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-0f631789] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-0f631789] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-0f631789] {
    display: inline !important;
}
}
.flex-grow[data-v-0f631789] {
  flex-grow: 1;
}
.weight-normal[data-v-0f631789] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-0f631789] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-0f631789] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-0f631789] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-0f631789] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-0f631789] {
    margin-bottom: 0;
}
}
.gray-100[data-v-0f631789] {
  background-color: #F5F5F5;
}
.highlight[data-v-0f631789] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-0f631789] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-0f631789] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-0f631789] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-0f631789] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-0f631789] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-0f631789] {
  z-index: 10000;
}
.video-responsive[data-v-0f631789] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-0f631789] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-0f631789]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-0f631789]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-0f631789] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-0f631789] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-0f631789] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-0f631789]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-0f631789]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-0f631789] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-0f631789] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-0f631789] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-0f631789] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-0f631789],
.sidenav-list-virk.sidenav-list li li[data-v-0f631789],
.sidenav-list-virk.sidenav-list a[data-v-0f631789] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-0f631789] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-0f631789] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-0f631789] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-0f631789] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-0f631789] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-0f631789]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-0f631789]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-0f631789] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-0f631789]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-0f631789] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}
body[data-v-0f631789] {
  overflow: scroll;
}
.mobile-view[data-v-0f631789] {
  overflow-x: hidden;
}

/*
----------------------------------------
Virk theme
----------------------------------------
*/
/*
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
================================
================================
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
* * * * * * * ==== * * * * * * * 
----------------------------------------
FDS Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
.sr-only[data-v-0f631789] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em;
}

/*
----------------------------------------
responsive-style
----------------------------------------
Sets styles within breakpoints
----------------------------------------
*/
/*
----------------------------------------
GENERAL SETTINGS
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Paths
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
Typography settings
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Component settings
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
divide()
----------------------------------------
Divides one number by another, to a
specified precision.
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
fds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Gets a valid FDS unit
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
border()
----------------------------------------
Gets a valid FDS border value
----------------------------------------
*/
/*
----------------------------------------
border-width()
----------------------------------------
Gets a valid FDS border width
----------------------------------------
*/
/*
----------------------------------------
border-style()
----------------------------------------
Gets a valid FDS border style
----------------------------------------
*/
/*
----------------------------------------
border-color()
----------------------------------------
Gets a valid FDS border color
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Gets a valid FDS font-size - not in use?
----------------------------------------
*/
/*
----------------------------------------
font-weight()
----------------------------------------
Gets a valid FDS font weight
----------------------------------------
*/
/*
----------------------------------------
shadow()
----------------------------------------
Gets a valid FDS shadow
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Data Colors
----------------------------------------
*/
/*
----------------------------------------
General Colors
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
html[data-v-0f631789] {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%;
}
body[data-v-0f631789] {
  font-size: 1.6rem;
}
p[data-v-0f631789] {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem;
}
a[data-v-0f631789] {
  color: #004D99;
}
a[data-v-0f631789]:hover, a.link-hover[data-v-0f631789] {
  color: #000040;
}
a[data-v-0f631789]:hover:disabled,
a:hover .disabled[data-v-0f631789], a.link-hover[data-v-0f631789]:disabled,
a.link-hover .disabled[data-v-0f631789] {
  background-color: transparent !important;
}
a[data-v-0f631789]:focus, a.link-focus[data-v-0f631789] {
  color: #004D99;
  outline: 4px solid #747474;
  outline-offset: 1px;
}
a[data-v-0f631789]:visited, a.link-visited[data-v-0f631789] {
  color: #800080;
}
a[data-v-0f631789]:disabled, a.disabled[data-v-0f631789] {
  cursor: not-allowed !important;
  color: #454545 !important;
  opacity: 0.3;
}
a[data-v-0f631789]:disabled:focus, a.disabled[data-v-0f631789]:focus {
  outline: none;
  background-color: transparent;
}
.background-dark a[data-v-0f631789]:not(.button) {
  color: white;
}
.background-dark a[data-v-0f631789]:disabled, .background-dark a.disabled[data-v-0f631789] {
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #999999 !important;
  box-shadow: none !important;
  outline-offset: inherit !important;
}
.background-dark a[data-v-0f631789]:disabled:focus, .background-dark a.disabled[data-v-0f631789]:focus {
  outline: none;
  background-color: transparent;
}
a.bold-link[data-v-0f631789] {
  font-weight: 600;
}
a[data-v-0f631789]:not(.button, .full-width-image) {
  max-width: 66ch;
}
h1[data-v-0f631789], .h1[data-v-0f631789] {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
h1[data-v-0f631789], .h1[data-v-0f631789] {
    font-size: 3.1rem;
}
}
@media (min-width: 992px) {
h1[data-v-0f631789], .h1[data-v-0f631789] {
    font-size: 3.9rem;
}
}
h1[data-v-0f631789], .h1[data-v-0f631789] {
  line-height: 3.2rem;
}
@media (min-width: 768px) {
h1[data-v-0f631789], .h1[data-v-0f631789] {
    line-height: 4rem;
}
}
@media (min-width: 992px) {
h1[data-v-0f631789], .h1[data-v-0f631789] {
    line-height: 4.8rem;
}
}
h1[data-v-0f631789], .h1[data-v-0f631789] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h1[data-v-0f631789], .h1[data-v-0f631789] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h1[data-v-0f631789], .h1[data-v-0f631789] {
    letter-spacing: normal;
}
}
h1[data-v-0f631789], .h1[data-v-0f631789] {
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
}
h2[data-v-0f631789], .h2[data-v-0f631789] {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
h2[data-v-0f631789], .h2[data-v-0f631789] {
    font-size: 2.5rem;
}
}
@media (min-width: 992px) {
h2[data-v-0f631789], .h2[data-v-0f631789] {
    font-size: 3.1rem;
}
}
h2[data-v-0f631789], .h2[data-v-0f631789] {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
h2[data-v-0f631789], .h2[data-v-0f631789] {
    line-height: 3.2rem;
}
}
@media (min-width: 992px) {
h2[data-v-0f631789], .h2[data-v-0f631789] {
    line-height: 4rem;
}
}
h2[data-v-0f631789], .h2[data-v-0f631789] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h2[data-v-0f631789], .h2[data-v-0f631789] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h2[data-v-0f631789], .h2[data-v-0f631789] {
    letter-spacing: normal;
}
}
h2[data-v-0f631789], .h2[data-v-0f631789] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h3[data-v-0f631789], .h3[data-v-0f631789] {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
h3[data-v-0f631789], .h3[data-v-0f631789] {
    font-size: 2rem;
}
}
@media (min-width: 992px) {
h3[data-v-0f631789], .h3[data-v-0f631789] {
    font-size: 2.5rem;
}
}
h3[data-v-0f631789], .h3[data-v-0f631789] {
  line-height: 2.4rem;
}
@media (min-width: 768px) {
h3[data-v-0f631789], .h3[data-v-0f631789] {
    line-height: 2.8rem;
}
}
@media (min-width: 992px) {
h3[data-v-0f631789], .h3[data-v-0f631789] {
    line-height: 3.2rem;
}
}
h3[data-v-0f631789], .h3[data-v-0f631789] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h3[data-v-0f631789], .h3[data-v-0f631789] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h3[data-v-0f631789], .h3[data-v-0f631789] {
    letter-spacing: normal;
}
}
h3[data-v-0f631789], .h3[data-v-0f631789] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h4[data-v-0f631789], .h4[data-v-0f631789] {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
h4[data-v-0f631789], .h4[data-v-0f631789] {
    font-size: 2rem;
}
}
h4[data-v-0f631789], .h4[data-v-0f631789] {
  line-height: 2.4rem;
}
@media (min-width: 992px) {
h4[data-v-0f631789], .h4[data-v-0f631789] {
    line-height: 2.8rem;
}
}
h4[data-v-0f631789], .h4[data-v-0f631789] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h4[data-v-0f631789], .h4[data-v-0f631789] {
    letter-spacing: normal;
}
}
@media (min-width: 992px) {
h4[data-v-0f631789], .h4[data-v-0f631789] {
    letter-spacing: normal;
}
}
h4[data-v-0f631789], .h4[data-v-0f631789] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h5[data-v-0f631789], .h5[data-v-0f631789] {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
h5[data-v-0f631789], .h5[data-v-0f631789] {
    font-size: 1.6rem;
}
}
h5[data-v-0f631789], .h5[data-v-0f631789] {
  line-height: 2rem;
}
@media (min-width: 992px) {
h5[data-v-0f631789], .h5[data-v-0f631789] {
    line-height: 2.4rem;
}
}
h5[data-v-0f631789], .h5[data-v-0f631789] {
  letter-spacing: normal;
}
@media (min-width: 768px) {
h5[data-v-0f631789], .h5[data-v-0f631789] {
    letter-spacing: normal;
}
}
h5[data-v-0f631789], .h5[data-v-0f631789] {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h6[data-v-0f631789], .h6[data-v-0f631789] {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #1a1a1a;
}
p[data-v-0f631789], .body-text[data-v-0f631789], .body-copy-text[data-v-0f631789] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
}
figcaption[data-v-0f631789], .figcaption[data-v-0f631789] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
figcaption p[data-v-0f631789], .figcaption p[data-v-0f631789] {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.subheading[data-v-0f631789] {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-lead[data-v-0f631789] {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
.article[data-v-0f631789] {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: normal;
}
small[data-v-0f631789], .small-text[data-v-0f631789] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.weight-normal[data-v-0f631789] {
  font-weight: 400;
}
.weight-semibold[data-v-0f631789] {
  font-weight: 600;
}
.facit[data-v-0f631789] {
  border-bottom: 1px solid #747474;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
strong[data-v-0f631789], b[data-v-0f631789], .bold[data-v-0f631789] {
  font-weight: 700;
}
.italic[data-v-0f631789], em[data-v-0f631789] {
  font-style: italic;
}
.form-label[data-v-0f631789] {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
}
h1[data-v-0f631789]:focus, .h1[data-v-0f631789]:focus,
h2[data-v-0f631789]:focus, .h2[data-v-0f631789]:focus,
h3[data-v-0f631789]:focus, .h3[data-v-0f631789]:focus,
h4[data-v-0f631789]:focus, .h4[data-v-0f631789]:focus,
h5[data-v-0f631789]:focus, .h5[data-v-0f631789]:focus,
h6[data-v-0f631789]:focus, .h6[data-v-0f631789]:focus {
  outline: none;
}
h1[data-v-0f631789], .h1[data-v-0f631789] {
  margin-bottom: 1.6rem;
  margin-top: 0rem;
}
h2[data-v-0f631789], .h2[data-v-0f631789] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h2[data-v-0f631789], .h2[data-v-0f631789] {
    margin-top: 4rem;
}
}
h3[data-v-0f631789], .h3[data-v-0f631789] {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
h3[data-v-0f631789], .h3[data-v-0f631789] {
    margin-top: 4rem;
}
}
h4[data-v-0f631789], .h4[data-v-0f631789] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h5[data-v-0f631789], .h5[data-v-0f631789] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
h6[data-v-0f631789], .h6[data-v-0f631789] {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.font-lead[data-v-0f631789] {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
p[data-v-0f631789], .body-text[data-v-0f631789] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h5 + p[data-v-0f631789], h5 + ul[data-v-0f631789], h5 + ol[data-v-0f631789], .h5 + p[data-v-0f631789], .h5 + ul[data-v-0f631789], .h5 + ol[data-v-0f631789], h6 + p[data-v-0f631789], h6 + ul[data-v-0f631789], h6 + ol[data-v-0f631789], .h6 + p[data-v-0f631789], .h6 + ul[data-v-0f631789], .h6 + ol[data-v-0f631789] {
  margin-top: 0;
}
button.function-link[data-v-0f631789] {
  background: none;
  padding: 0px;
  text-decoration: underline;
  text-align: left;
}
.function-link[data-v-0f631789] {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  display: inline-block;
}
.function-link[data-v-0f631789]:hover, .function-link[data-v-0f631789]:visited, .function-link[data-v-0f631789]:focus {
  color: #1a1a1a;
}
.function-link .icon-svg[data-v-0f631789] {
  margin-right: 4px;
  fill: currentColor;
}
.function-link.link-right[data-v-0f631789] {
  text-align: right;
}
.back-link[data-v-0f631789] {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
.back-link[data-v-0f631789] {
    margin-bottom: 32px;
}
}
.back-link[data-v-0f631789] {
  line-height: 2.4rem;
  padding-left: 14px;
}
.back-link[data-v-0f631789]::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[data-v-0f631789]:active, .back-link[data-v-0f631789]:focus, .back-link[data-v-0f631789]:hover, .back-link[data-v-0f631789]:visited {
  color: #1a1a1a;
}
.icon-link[data-v-0f631789] {
  line-height: 2.4rem;
}
.icon-link .icon-svg[data-v-0f631789] {
  margin-left: 4px;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
h1 a[data-v-0f631789], h1 a[data-v-0f631789]:hover, h1 a[data-v-0f631789]:visited, h1 a[data-v-0f631789]:focus, .h1 a[data-v-0f631789], .h1 a[data-v-0f631789]:hover, .h1 a[data-v-0f631789]:visited, .h1 a[data-v-0f631789]:focus,
h2 a[data-v-0f631789],
h2 a[data-v-0f631789]:hover,
h2 a[data-v-0f631789]:visited,
h2 a[data-v-0f631789]:focus, .h2 a[data-v-0f631789], .h2 a[data-v-0f631789]:hover, .h2 a[data-v-0f631789]:visited, .h2 a[data-v-0f631789]:focus,
h3 a[data-v-0f631789],
h3 a[data-v-0f631789]:hover,
h3 a[data-v-0f631789]:visited,
h3 a[data-v-0f631789]:focus, .h3 a[data-v-0f631789], .h3 a[data-v-0f631789]:hover, .h3 a[data-v-0f631789]:visited, .h3 a[data-v-0f631789]:focus,
h4 a[data-v-0f631789],
h4 a[data-v-0f631789]:hover,
h4 a[data-v-0f631789]:visited,
h4 a[data-v-0f631789]:focus, .h4 a[data-v-0f631789], .h4 a[data-v-0f631789]:hover, .h4 a[data-v-0f631789]:visited, .h4 a[data-v-0f631789]:focus,
h5 a[data-v-0f631789],
h5 a[data-v-0f631789]:hover,
h5 a[data-v-0f631789]:visited,
h5 a[data-v-0f631789]:focus, .h5 a[data-v-0f631789], .h5 a[data-v-0f631789]:hover, .h5 a[data-v-0f631789]:visited, .h5 a[data-v-0f631789]:focus,
h6 a[data-v-0f631789],
h6 a[data-v-0f631789]:hover,
h6 a[data-v-0f631789]:visited,
h6 a[data-v-0f631789]:focus, .h6 a[data-v-0f631789], .h6 a[data-v-0f631789]:hover, .h6 a[data-v-0f631789]:visited, .h6 a[data-v-0f631789]:focus {
  text-decoration: underline;
}
h1 a.search-link[data-v-0f631789], .h1 a.search-link[data-v-0f631789],
h2 a.search-link[data-v-0f631789], .h2 a.search-link[data-v-0f631789],
h3 a.search-link[data-v-0f631789], .h3 a.search-link[data-v-0f631789],
h4 a.search-link[data-v-0f631789], .h4 a.search-link[data-v-0f631789],
h5 a.search-link[data-v-0f631789], .h5 a.search-link[data-v-0f631789],
h6 a.search-link[data-v-0f631789], .h6 a.search-link[data-v-0f631789] {
  text-decoration: none;
}
h1 a.search-link[data-v-0f631789]:visited, .h1 a.search-link[data-v-0f631789]:visited,
h2 a.search-link[data-v-0f631789]:visited, .h2 a.search-link[data-v-0f631789]:visited,
h3 a.search-link[data-v-0f631789]:visited, .h3 a.search-link[data-v-0f631789]:visited,
h4 a.search-link[data-v-0f631789]:visited, .h4 a.search-link[data-v-0f631789]:visited,
h5 a.search-link[data-v-0f631789]:visited, .h5 a.search-link[data-v-0f631789]:visited,
h6 a.search-link[data-v-0f631789]:visited, .h6 a.search-link[data-v-0f631789]:visited {
  text-decoration: underline;
}
h1 a.search-link[data-v-0f631789]:focus, .h1 a.search-link[data-v-0f631789]:focus,
h2 a.search-link[data-v-0f631789]:focus, .h2 a.search-link[data-v-0f631789]:focus,
h3 a.search-link[data-v-0f631789]:focus, .h3 a.search-link[data-v-0f631789]:focus,
h4 a.search-link[data-v-0f631789]:focus, .h4 a.search-link[data-v-0f631789]:focus,
h5 a.search-link[data-v-0f631789]:focus, .h5 a.search-link[data-v-0f631789]:focus,
h6 a.search-link[data-v-0f631789]:focus, .h6 a.search-link[data-v-0f631789]:focus {
  text-decoration: none;
}
h1 a.search-link[data-v-0f631789]:hover, .h1 a.search-link[data-v-0f631789]:hover,
h2 a.search-link[data-v-0f631789]:hover, .h2 a.search-link[data-v-0f631789]:hover,
h3 a.search-link[data-v-0f631789]:hover, .h3 a.search-link[data-v-0f631789]:hover,
h4 a.search-link[data-v-0f631789]:hover, .h4 a.search-link[data-v-0f631789]:hover,
h5 a.search-link[data-v-0f631789]:hover, .h5 a.search-link[data-v-0f631789]:hover,
h6 a.search-link[data-v-0f631789]:hover, .h6 a.search-link[data-v-0f631789]:hover {
  text-decoration: underline;
}
cite[data-v-0f631789],
var[data-v-0f631789],
address[data-v-0f631789],
dfn[data-v-0f631789] {
  font-style: normal;
}
h1[data-v-0f631789], .h1[data-v-0f631789],
h2[data-v-0f631789], .h2[data-v-0f631789],
h3[data-v-0f631789], .h3[data-v-0f631789],
h4[data-v-0f631789], .h4[data-v-0f631789],
h5[data-v-0f631789], .h5[data-v-0f631789],
h6[data-v-0f631789], .h6[data-v-0f631789] {
  max-width: 66ch;
}
p[data-v-0f631789],
ul[data-v-0f631789]:not(.accordion):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol[data-v-0f631789]:not(.accordion):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch;
}
.font-lead[data-v-0f631789] {
  max-width: 66ch;
}
.form-label[data-v-0f631789], .form-hint[data-v-0f631789], .form-error-message[data-v-0f631789] {
  max-width: 66ch;
}
.form-checkbox + label[data-v-0f631789], .form-radio + label[data-v-0f631789] {
  max-width: 66ch;
}
.displayheading-1[data-v-0f631789] {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.displayheading-2[data-v-0f631789] {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: normal;
}
.text-positive[data-v-0f631789] {
  color: #358000;
}
.text-negative[data-v-0f631789] {
  color: #CC0000;
}
.color-text-black[data-v-0f631789] {
  color: #1a1a1a;
}
.background-dark[data-v-0f631789] {
  background-color: #1a1a1a;
}
.background-dark p[data-v-0f631789], .background-dark span[data-v-0f631789] {
  color: white;
}
.field-group-title[data-v-0f631789] {
  font-weight: 400;
}
.field-group-title ~ hr[data-v-0f631789] {
  border: 2px solid #1a1a1a;
}
h1[data-v-0f631789], h2[data-v-0f631789], h3[data-v-0f631789], h4[data-v-0f631789], h5[data-v-0f631789], h6[data-v-0f631789], p[data-v-0f631789], legend[data-v-0f631789], strong[data-v-0f631789], b[data-v-0f631789], cite[data-v-0f631789], var[data-v-0f631789], address[data-v-0f631789], dfn[data-v-0f631789] {
  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[data-v-0f631789] {
  text-transform: uppercase;
}
.lowercase[data-v-0f631789] {
  text-transform: lowercase;
}
.d-inline[data-v-0f631789] {
  display: inline !important;
}
@media (min-width: 576px) {
.d-sm-inline[data-v-0f631789] {
    display: inline !important;
}
}
@media (min-width: 768px) {
.d-md-inline[data-v-0f631789] {
    display: inline !important;
}
}
@media (min-width: 992px) {
.d-lg-inline[data-v-0f631789] {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline[data-v-0f631789] {
    display: inline !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline[data-v-0f631789] {
    display: inline !important;
}
}
.flex-grow[data-v-0f631789] {
  flex-grow: 1;
}
.weight-normal[data-v-0f631789] {
  font-weight: 400 !important;
}
.input-width-xxl[data-v-0f631789] {
  max-width: 56rem !important;
  width: 100%;
}
.form-input.input-width-xxxl[data-v-0f631789] {
  width: 64rem;
  max-width: 100% !important;
}
.text-no-wrap[data-v-0f631789] {
  text-wrap: nowrap;
}
.content-to-bottom[data-v-0f631789] {
  margin-bottom: -9.6rem;
}
@media (max-width: 768px) {
.content-to-bottom[data-v-0f631789] {
    margin-bottom: 0;
}
}
.gray-100[data-v-0f631789] {
  background-color: #F5F5F5;
}
.highlight[data-v-0f631789] {
  background: #ffff00;
}
body.mitudbud-theme[data-v-0f631789] {
  overflow-x: visible;
  background-color: #F5F5F5;
}
body.mitudbud-theme #app[data-v-0f631789] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}
body.mitudbud-theme #app > .page-container[data-v-0f631789] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.mitudbud-theme .card--light[data-v-0f631789] {
  border: 1px solid #DCDCDC;
}
body.mitudbud-theme .card--no-shadow[data-v-0f631789] {
  box-shadow: none;
}
body.mitudbud-theme.modal-open .tooltip-popper[data-v-0f631789] {
  z-index: 10000;
}
.video-responsive[data-v-0f631789] {
  width: 100%;
  height: auto;
}
.sidenav-list-virk.sidenav-list a[data-v-0f631789] {
  color: #0059B3;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list a[data-v-0f631789]:hover {
  text-decoration: underline;
}
.sidenav-list-virk.sidenav-list li[data-v-0f631789]:hover {
  background-color: transparent;
}
.sidenav-list-virk.sidenav-list > li:last-child > a[data-v-0f631789] {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-0f631789] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > a[data-v-0f631789] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-0f631789]:first-of-type {
  padding-top: 0px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li[data-v-0f631789]:last-of-type {
  padding-bottom: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li[data-v-0f631789] {
  padding-top: 20px;
}
.sidenav-list-virk.sidenav-list > li.has-children > ul > li > ul > li > a[data-v-0f631789] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidenav-list-virk.sidenav-list li.active > a[data-v-0f631789] {
  color: #1a1a1a;
  font-weight: 600;
}
.sidenav-list-virk.sidenav-list > li.current[data-v-0f631789] {
  background-color: white;
}
.sidenav-list-virk.sidenav-list > li[data-v-0f631789],
.sidenav-list-virk.sidenav-list li li[data-v-0f631789],
.sidenav-list-virk.sidenav-list a[data-v-0f631789] {
  font-size: 1.8rem;
  line-height: 24px;
}
.sidenav-list-virk.sidenav-list > li.current > a[data-v-0f631789] {
  padding-left: 20px;
}
.sidenav-list-virk.sidenav-list > li.current > ul > li > a[data-v-0f631789] {
  padding-left: 40px;
}
.sidenav-list-virk.sidenav-list > li > ul > li > ul > li > a[data-v-0f631789] {
  padding-left: 56px;
  font-size: 1.6rem;
}
.go-back-link[data-v-0f631789] {
  margin: 12px 0 12px;
  padding-bottom: 8px;
}
.go-back-link a[data-v-0f631789] {
  text-decoration: underline;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.go-back-link a[data-v-0f631789]:visited {
  text-decoration: none;
  color: #1a1a1a;
}
.go-back-link a[data-v-0f631789]:hover {
  color: #0059B3;
}
.go-back-link a svg.icon-svg[data-v-0f631789] {
  margin-right: 0;
  fill: #1a1a1a;
  height: 24px !important;
  width: 24px !important;
}
.go-back-link a[data-v-0f631789]:focus {
  outline: none;
}
.go-back-link a:focus span[data-v-0f631789] {
  outline: 4px solid #747474;
  outline-offset: 1px;
}