@charset "UTF-8";

.hue-web__artdeco-migration-scope--revert,
:root {
    --artdeco-reset-base-margin-zero: 0;
    --artdeco-reset-base-padding-zero: 0;
    --artdeco-reset-base-border-zero: 0;
    --artdeco-reset-base-font-size-hundred-percent: 100%;
    --artdeco-reset-base-font-weight-bold: bold;
    --artdeco-reset-base-font-style-italic: italic;
    --artdeco-reset-base-outline-zero: 0;
    --artdeco-reset-base-outline-none: none;
    --artdeco-reset-base-line-height-one: 1;
    --artdeco-reset-base-display-block: block;
    --artdeco-reset-base-list-style-none: none;
    --artdeco-reset-base-quotes-none: none;
    --artdeco-reset-base-vertical-align-baseline: baseline;
    --artdeco-reset-base-vertical-align-middle: middle;
    --artdeco-reset-base-background-transparent: transparent;
    --artdeco-reset-base-opacity-zero: 0;
    --artdeco-reset-base-top-zero: 0;
    --artdeco-reset-base-position-absolute: absolute;
    --artdeco-reset-base-text-decoration-none: none;
    --artdeco-reset-base-text-decoration-line-through: line-through;
    --artdeco-reset-base-border-collapse-collapse: collapse;
    --artdeco-reset-base-get-color-black: var(--black, #000);
    --artdeco-reset-base-background-color-ff9: #ff9;
    --artdeco-reset-base-border-spacing-zero: 0;
    --artdeco-reset-base-cursor-help: help;
    --artdeco-reset-base-content-none: none;
    --artdeco-reset-base-left-minus-hundred-px: -100px;
    --artdeco-reset-base-border-thickness-1-px: 1px;
    --artdeco-reset-base-border-style-dotted: dotted
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
mark,
menu,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
var,
video {
    margin: var(--artdeco-reset-base-margin-zero);
    padding: var(--artdeco-reset-base-padding-zero);
    border: var(--artdeco-reset-base-border-zero);
    font-size: var(--artdeco-reset-base-font-size-hundred-percent);
    vertical-align: var(--artdeco-reset-base-vertical-align-baseline);
    background: var(--artdeco-reset-base-background-transparent)
}

abbr,
audio,
b,
body,
canvas,
caption,
cite,
code,
del,
dfn,
em,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
mark,
object,
q,
samp,
small,
span,
strong,
summary,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
var,
video {
    outline: var(--artdeco-reset-base-outline-zero)
}

body {
    line-height: var(--artdeco-reset-base-line-height-1)
}

article,
aside,
details,
figcaption,
figure,
footer,

hgroup,


section {
    display: var(--artdeco-reset-base-display-block)
}

/* ul {
    list-style: var(--artdeco-reset-base-list-style-none)
} */

blockquote,
q {
    quotes: var(--artdeco-reset-base-quotes-none)
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: var(--artdeco-reset-base-content-none)
}


ins {
    text-decoration: var(--artdeco-reset-base-text-decoration-none)
}

ins,
mark {
    background-color: var(--artdeco-reset-base-background-color-ff9);
    color: var(--artdeco-reset-base-get-color-black)
}

mark {
    font-style: var(--artdeco-reset-base-font-style-italic);
    font-weight: var(--artdeco-reset-base-font-weight-bold)
}

del {
    text-decoration: var(--artdeco-reset-base-text-decoration-line-through)
}

abbr[title],
dfn[title] {
    border-bottom: var(--artdeco-reset-base-border-thickness-1-px) var(--artdeco-reset-base-border-style-dotted);
    cursor: var(--artdeco-reset-base-cursor-help)
}

table {
    border-collapse: var(--artdeco-reset-base-border-collapse-collapse);
    border-spacing: var(--artdeco-reset-base-border-spacing-zero)
}

hr {
    border: 0;
    display: block;
    height: 1px;
    margin: 1rem 0 24px;
    padding: 0;
    border-color: rgba(0, 0, 0, .15);
    border-top: 1px solid rgba(0, 0, 0, .15)
}

@media (max-width:976px) {
    hr {
        margin-bottom: 16px
    }
}

select {
    vertical-align: var(--artdeco-reset-base-vertical-align-middle)
}

#svg-source {
    position: var(--artdeco-reset-base-position-absolute);
    top: var(--artdeco-reset-base-top-zero);
    left: var(--artdeco-reset-base-left-minus-hundred-px);
    opacity: var(--artdeco-reset-base-opacity-zero)
}

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

[data-artdeco-is-focused=true] {
    outline: none
}

@keyframes nodeInserted {
    0% {
        opacity: .99
    }

    to {
        opacity: 1
    }
}

.artdeco-link-variant p {
    font-weight: var(--artdeco-reset-base-font-weight-bold) !important
}

.hue-web__artdeco-migration-scope--revert,
:root {
    --artdeco-reset-form-position-relative: relative;
    --artdeco-reset-form-vertical-align-middle: middle;
    --artdeco-reset-form-display-block: block;
    --artdeco-reset-form-black-90: rgba(0, 0, 0, 0.9);
    --artdeco-reset-form-label-margin: 1.2rem 0 0.3rem;
    --artdeco-reset-form-label-opacity: 0.35;
    --artdeco-reset-form-webkit-appearance-textfield: textfield;
    --artdeco-reset-form-webkit-appearance-none: none;
    --artdeco-reset-form-height-auto: auto;
    --artdeco-reset-form-padding-top-point-seven-rem: 0.7rem;
    --artdeco-reset-form-rc-pointer-events: none;
    --artdeco-reset-form-rc-opacity: 0;
    --artdeco-reset-form-rc-margin: 1.6rem 0.2rem 0 0;
    --artdeco-reset-form-rc-position: absolute;
    --artdeco-reset-form-rc-before-after-content: " ";
    --artdeco-reset-checkbox-rc-after-content: "\2713";
    --artdeco-reset-form-rc-label-display-block: block;
    --artdeco-reset-form-rc-label-line-height-2-rem: 2rem;
    --artdeco-reset-form-rc-label-margin-bottom-zero: 0;
    --artdeco-reset-form-rc-label-padding-zero: 0;
    --artdeco-reset-form-rc-label-position-relative: relative;
    --artdeco-reset-form-rc-label-padding-left-2point8-rem: 2.8rem;
    --artdeco-reset-forms-input-transition-duration: 334ms;
    --artdeco-reset-forms-input-transition-property: border-color, box-shadow;
    --artdeco-reset-forms-input-box-shadow: none;
    --artdeco-reset-forms-input-border-radius: 0.2rem;
    --artdeco-reset-forms-input-border: 0.1rem solid rgba(0, 0, 0, 0.6);
    --artdeco-reset-forms-input-padding: 0 1rem;
    --artdeco-reset-forms-input-width: 100%;
    --artdeco-reset-forms-input-height: 3.2rem;
    --artdeco-reset-forms-input-box-sizing: border-box;
    --artdeco-reset-forms-input-background-color: transparent;
    --artdeco-reset-forms-input-color: rgba(0, 0, 0, 0.9);
    --artdeco-reset-forms-input-placeholder-color: rgba(0, 0, 0, 0.6);
    --artdeco-reset-forms-input-blue: var(--blue-70, #0073b1);
    --artdeco-reset-forms-input-focus-box-shadow: 0 0 0 0.1rem var(--blue-70, #0073b1);
    --artdeco-reset-forms-input-disabled-hover-border-color: rgba(0, 0, 0, 0.6);
    --artdeco-reset-forms-input-disabled-opacity: 0.45;
    --artdeco-reset-forms-input-error: var(--system-red-70, #d11124);
    --artdeco-reset-forms-font-weight: 400;
    --artdeco-reset-forms-font-size: 1.4rem;
    --artdeco-reset-forms-line-height: 1.42857;
    --artdeco-reset-forms-select-appearance-none: none;
    --artdeco-reset-forms-select-box-shadow-none: none;
    --artdeco-reset-forms-select-outline-zero: 0;
    --artdeco-reset-forms-select-height-3point2-rem: 3.2rem;
    --artdeco-reset-forms-select-background-transparent: transparent;
    --artdeco-reset-forms-select-position-relative: relative;
    --artdeco-reset-forms-select-zindex-two: 2;
    --artdeco-reset-forms-select-background-image: url(/aero-v1/sc/h/cwn0a0e7hog2i33c88ucrvot5);
    --artdeco-reset-forms-select-border-box: border-box;
    --artdeco-reset-forms-select-border-zero: 0;
    --artdeco-reset-forms-select-width-100-percent: 100%;
    --artdeco-reset-forms-select-border-radius-point2rem: 0.2rem;
    --artdeco-reset-forms-select-border: 0.1rem solid rgba(0, 0, 0, 0.9);
    --artdeco-reset-forms-select-padding: 0 3.2rem 0 0.8rem;
    --artdeco-reset-forms-select-transition: box-shadow 0.15s;
    --artdeco-reset-forms-select-disabled-opacity: 0.45;
    --artdeco-reset-forms-select-hover-border-color: rgba(0, 0, 0, 0.9);
    --artdeco-reset-forms-select-focus-border-color: var(--blue-70, #0073b1);
    --artdeco-reset-forms-select-focus-box-shadow: 0 0 0 0.1rem var(--blue-70, #0073b1)
}

form {
    position: var(--artdeco-reset-form-position-relative)
}


select {
    vertical-align: var(--artdeco-reset-form-vertical-align-middle)
}

label {
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-size: 1.4rem;
    line-height: 1.42857;
    color: var(--artdeco-reset-form-black-90);
    display: var(--artdeco-reset-form-display-block);
    margin: var(--artdeco-reset-form-label-margin)
}

label.required:after {
    content: "*";
    color: var(--blue-70, #0073b1);
    margin-left: .2rem
}

label[disabled] {
    opacity: var(--artdeco-reset-form-label-opacity)
}

input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    font-size: var(--artdeco-reset-forms-font-size);
    line-height: var(--artdeco-reset-forms-line-height);
    font-weight: var(--artdeco-reset-forms-font-weight);
    transition-duration: var(--artdeco-reset-forms-input-transition-duration);
    transition-property: var(--artdeco-reset-forms-input-transition-property);
    box-shadow: var(--artdeco-reset-forms-input-box-shadow);
    border-radius: var(--artdeco-reset-forms-input-border-radius);
    border: var(--artdeco-reset-forms-input-border);
    padding: var(--artdeco-reset-forms-input-padding);
    width: var(--artdeco-reset-forms-input-width);
    height: var(--artdeco-reset-forms-input-height);
    box-sizing: var(--artdeco-reset-forms-input-box-sizing);
    background-color: var(--artdeco-reset-forms-input-background-color);
    color: var(--artdeco-reset-forms-input-color)
}

input[type=date]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--artdeco-reset-forms-input-placeholder-color);
    opacity: 1
}

input[type=date]:-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=week]::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--artdeco-reset-forms-input-placeholder-color);
    opacity: 1
}

input[type=date]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: var(--artdeco-reset-forms-input-placeholder-color);
    opacity: 1
}

input[type=date]::placeholder,
input[type=datetime-local]::placeholder,
input[type=datetime]::placeholder,
input[type=email]::placeholder,
input[type=month]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
input[type=week]::placeholder,
textarea::placeholder {
    color: var(--artdeco-reset-forms-input-placeholder-color);
    opacity: 1
}

input[type=date]:hover,
input[type=datetime-local]:hover,
input[type=datetime]:hover,
input[type=email]:hover,
input[type=month]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=time]:hover,
input[type=url]:hover,
input[type=week]:hover,
textarea:hover {
    border-color: var(--artdeco-reset-forms-input-color)
}

input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
    border-color: var(--artdeco-reset-forms-input-blue);
    box-shadow: var(--artdeco-reset-forms-input-focus-box-shadow)
}

input[type=date][disabled],
input[type=datetime-local][disabled],
input[type=datetime][disabled],
input[type=email][disabled],
input[type=month][disabled],
input[type=number][disabled],
input[type=password][disabled],
input[type=tel][disabled],
input[type=text][disabled],
input[type=time][disabled],
input[type=url][disabled],
input[type=week][disabled],
textarea[disabled] {
    opacity: var(--artdeco-reset-forms-input-disabled-opacity)
}

input[type=date][disabled]:hover,
input[type=datetime-local][disabled]:hover,
input[type=datetime][disabled]:hover,
input[type=email][disabled]:hover,
input[type=month][disabled]:hover,
input[type=number][disabled]:hover,
input[type=password][disabled]:hover,
input[type=tel][disabled]:hover,
input[type=text][disabled]:hover,
input[type=time][disabled]:hover,
input[type=url][disabled]:hover,
input[type=week][disabled]:hover,
textarea[disabled]:hover {
    border-color: var(--artdeco-reset-forms-input-disabled-hover-border-color)
}

input[type=date].error,
input[type=datetime-local].error,
input[type=datetime].error,
input[type=email].error,
input[type=month].error,
input[type=number].error,
input[type=password].error,
input[type=tel].error,
input[type=text].error,
input[type=time].error,
input[type=url].error,
input[type=week].error,
textarea.error {
    border-color: var(--artdeco-reset-forms-input-error)
}

@media (-ms-high-contrast:none) {

    ::-ms-backdrop,
    artdeco-slider [type=range] {
        background-image: linear-gradient(90deg, transparent, transparent) !important;
        height: 22px !important;
        margin: -8px 0 !important
    }
}

artdeco-slider {
    position: relative;
    display: block;
    overflow: hidden;
    height: 32px;
    box-sizing: content-box
}

artdeco-slider [type=range] {
    box-sizing: content-box;
    -webkit-appearance: none;
    width: 100%;
    height: 16px;
    border-radius: 16px;
    margin: 8px 0;
    background-size: 100%, calc(16.666% + 1px) 100%, 200%;
    background-position: 0 0, -1px, 36.8421%;
    background-repeat: no-repeat, repeat-x, no-repeat;
    animation-duration: 1ms;
    animation-name: nodeInserted;
    background-image: linear-gradient(90deg, var(--blue-60, #0084bf) 16px, transparent 17px, transparent calc(100% - 18px), var(--warm-gray-40, #cdcfd2) 18px), linear-gradient(90deg, var(--white, #fff) 1px, transparent 0), linear-gradient(90deg, var(--blue-60, #0084bf) 50%, var(--warm-gray-40, #cdcfd2) 0)
}

artdeco-slider [type=range][data-artdeco-slider-reverse] {
    background-image: linear-gradient(90deg, var(--warm-gray-40, #cdcfd2) 16px, transparent 17px, transparent calc(100% - 18px), var(--blue-60, #0084bf) 18px), linear-gradient(90deg, var(--white, #fff) 1px, transparent 0), linear-gradient(90deg, var(--warm-gray-40, #cdcfd2) 50%, var(--blue-60, #0084bf) 0)
}

artdeco-slider [type=range]::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
    -webkit-transition: box-shadow 83ms;
    transition: box-shadow 83ms;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background: var(--white, #fff);
    cursor: pointer;
    position: relative;
    z-index: 100;
    -webkit-appearance: none;
    margin-top: -2px
}

@media screen and (-ms-high-contrast:active) {
    artdeco-slider [type=range]::-webkit-slider-thumb {
        border: 1px solid activeborder
    }
}

artdeco-slider [type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 16px;
    border-radius: 16px;
    background-color: transparent;
    cursor: pointer
}

artdeco-slider [type=range]::-moz-range-thumb {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
    -moz-transition: box-shadow 83ms;
    transition: box-shadow 83ms;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background: var(--white, #fff);
    cursor: pointer;
    position: relative;
    z-index: 100
}

@media screen and (-ms-high-contrast:active) {
    artdeco-slider [type=range]::-moz-range-thumb {
        border: 1px solid activeborder
    }
}

artdeco-slider [type=range]::-moz-range-track {
    width: 100%;
    height: 16px;
    border-radius: 16px;
    background-color: transparent;
    cursor: pointer
}

artdeco-slider [type=range]::-ms-track {
    height: 16px;
    border-radius: 16px;
    background-color: transparent;
    cursor: pointer;
    width: 100%;
    background: transparent;
    border-color: transparent;
    color: transparent
}

artdeco-slider [type=range]::-ms-thumb {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
    -ms-transition: box-shadow 83ms;
    transition: box-shadow 83ms;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background: var(--white, #fff);
    cursor: pointer;
    position: relative;
    z-index: 100
}

@media screen and (-ms-high-contrast:active) {
    artdeco-slider [type=range]::-ms-thumb {
        border: 1px solid activeborder
    }
}

artdeco-slider [type=range]::-ms-fill-lower {
    background: var(--blue-60, #0084bf);
    border-radius: 16px;
    height: 16px
}

artdeco-slider [type=range]::-ms-fill-upper {
    background: var(--warm-gray-40, #cdcfd2);
    border-radius: 16px;
    height: 16px
}

artdeco-slider [type=range][data-artdeco-slider-reverse]::-ms-fill-lower {
    background: var(--warm-gray-40, #cdcfd2)
}

artdeco-slider [type=range][data-artdeco-slider-reverse]::-ms-fill-upper {
    background: var(--blue-60, #0084bf)
}

artdeco-slider[multiple] input[type=range] {
    position: absolute;
    top: 0;
    left: 0
}

artdeco-slider[multiple] div.artdeco-max-slider-container {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

artdeco-slider+datalist,
artdeco-slider+ul {
    display: flex;
    justify-content: space-around;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
    list-style: none
}

artdeco-slider+datalist li,
artdeco-slider+datalist option,
artdeco-slider+ul li,
artdeco-slider+ul option {
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-size: 1.2rem;
    line-height: 1.33333;
    color: rgba(0, 0, 0, .6);
    text-align: center;
    flex: 1;
    transform: translateX(-50%);
    padding: 0
}

artdeco-slider+datalist li:last-of-type,
artdeco-slider+datalist option:last-of-type,
artdeco-slider+ul li:last-of-type,
artdeco-slider+ul option:last-of-type {
    position: absolute;
    left: 100%;
    text-indent: -20px;
    flex: 0;
    -moz-transform: translateX(15px)
}

select {
    -webkit-appearance: var(--artdeco-reset-forms-select-appearance-none);
    appearance: var(--artdeco-reset-forms-select-appearance-none);
    box-shadow: var(--artdeco-reset-forms-select-box-shadow-none);
    outline: var(--artdeco-reset-forms-select-outline-zero);
    height: var(--artdeco-reset-forms-select-height-3point2-rem);
    background: var(--artdeco-reset-forms-select-background-transparent);
    position: var(--artdeco-reset-forms-select-position-relative);
    z-index: var(--artdeco-reset-forms-select-zindex-two);
    background-image: var(--artdeco-reset-forms-select-background-image);
    background-repeat: no-repeat;
    background-size: 2.4rem;
    /* !rtl:ignore:start */
    background-position: top -31.1rem left .7rem;
    /* !rtl:ignore:end */
    /* !rtl:remove:start*/
    background-position: top -31.1rem right .7rem;
    /* !rtl:remove:end */
    box-sizing: var(--artdeco-reset-forms-select-border-box);
    width: var(--artdeco-reset-forms-select-width-100-percent);
    border: var(--artdeco-reset-forms-select-border);
    padding: var(--artdeco-reset-forms-select-padding);
    transition: var(--artdeco-reset-forms-select-transition);
    border-radius: var(--artdeco-reset-forms-select-border-radius-point2rem);
    color: var(--black-90);
    font-size: var(--artdeco-reset-forms-font-size);
    line-height: var(--artdeco-reset-forms-line-height);
    font-weight: var(--artdeco-reset-forms-font-weight)
}

select::-ms-expand {
    display: none
}

select:hover {
    border-color: var(--artdeco-reset-forms-select-hover-border-color)
}

select:focus {
    border-color: var(--artdeco-reset-forms-select-focus-border-color);
    box-shadow: var(--artdeco-reset-forms-select-focus-box-shadow)
}

select[disabled] {
    opacity: var(--artdeco-reset-forms-select-disabled-opacity);
    background-image: var(--artdeco-reset-forms-select-background-image)
}

select.error {
    border-color: var(--red-7)
}

select::-webkit-input-placeholder {
    color: var(--artdeco-reset-forms-input-placeholder-color);
    opacity: 1
}

select:-moz-placeholder,
select::-moz-placeholder {
    color: var(--artdeco-reset-forms-input-placeholder-color);
    opacity: 1
}

select:-ms-input-placeholder {
    color: var(--artdeco-reset-forms-input-placeholder-color);
    opacity: 1
}

select::placeholder {
    color: var(--artdeco-reset-forms-input-placeholder-color);
    opacity: 1
}

@media (-ms-high-contrast:active),
(forced-colors:active) {
    select {
        background-image: none;
        -webkit-appearance: auto;
        appearance: auto
    }
}

textarea {
    height: var(--artdeco-reset-form-height-auto);
    padding-top: var(--artdeco-reset-form-padding-top-point-seven-rem)
}

button {
    margin-bottom: 0
}

input[type=checkbox],
input[type=radio] {
    pointer-events: var(--artdeco-reset-form-rc-pointer-events);
    opacity: var(--artdeco-reset-form-rc-opacity);
    margin: var(--artdeco-reset-form-rc-margin);
    position: var(--artdeco-reset-form-rc-position)
}

input[type=checkbox]+label,
input[type=radio]+label {
    display: var(--artdeco-reset-form-rc-label-display-block);
    line-height: var(--artdeco-reset-form-rc-label-line-height-2-rem);
    margin-bottom: var(--artdeco-reset-form-rc-label-margin-bottom-zero);
    padding: var(--artdeco-reset-form-rc-label-padding-zero);
    position: var(--artdeco-reset-form-rc-label-position-relative);
    padding-left: var(--artdeco-reset-form-rc-label-padding-left-2point8-rem)
}

input[type=checkbox]+label:after,
input[type=checkbox]+label:before,
input[type=radio]+label:after,
input[type=radio]+label:before {
    content: var(--artdeco-reset-form-rc-before-after-content);
    height: 2.2rem;
    width: 2.2rem;
    top: -.1rem;
    left: -.1rem;
    position: absolute;
    display: block;
    box-sizing: border-box
}

input[type=checkbox]+label:before,
input[type=radio]+label:before {
    box-shadow: inset 0 0 0 .1rem rgba(0, 0, 0, .6);
    border: .1rem solid transparent;
    background-clip: padding-box;
    padding: .2rem
}

input[type=checkbox]:hover+label:before,
input[type=radio]:hover+label:before {
    box-shadow: inset 0 0 0 .1rem rgba(0, 0, 0, .9)
}

input[type=checkbox]:disabled:hover+label:before,
input[type=radio]:disabled:hover+label:before {
    box-shadow: inset 0 0 0 .1rem rgba(0, 0, 0, .6)
}

input[type=checkbox]:focus+label:before,
input[type=radio]:focus+label:before {
    box-shadow: 0 0 0 .1rem var(--blue-70, #0073b1), 0 0 0 .1rem rgba(0, 0, 0, .9) inset
}

input[type=checkbox]:checked+label:before,
input[type=radio]:checked+label:before {
    box-shadow: 0 0 0 1.1rem var(--blue-70, #0073b1) inset
}

input[type=checkbox]:checked+label:after,
input[type=radio]:checked+label:after {
    display: block
}

input[type=checkbox]:focus:checked+label:before,
input[type=radio]:focus:checked+label:before {
    box-shadow: 0 0 0 .1rem var(--blue-70, #0073b1), 0 0 0 1.1rem var(--blue-70, #0073b1) inset
}

input[type=checkbox]:disabled+label,
input[type=radio]:disabled+label {
    opacity: var(--artdeco-reset-form-label-opacity)
}

input[type=checkbox]:disabled:checked+label:before,
input[type=radio]:disabled:checked+label:before {
    box-shadow: 0 0 0 1.1rem var(--blue-70, #0073b1) inset
}

input[type=checkbox].small-input+label,
input[type=radio].small-input+label {
    line-height: 1.6rem
}

input[type=checkbox].small-input+label:after,
input[type=checkbox].small-input+label:before,
input[type=radio].small-input+label:after,
input[type=radio].small-input+label:before {
    height: 1.8rem;
    width: 1.8rem
}

input[type=radio]+label:before {
    border-radius: 50%;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    transition-duration: 167ms
}

input[type=radio]:checked+label:before {
    box-shadow: 0 0 0 .6rem var(--blue-70, #0073b1) inset, 0 0 0 1.1rem var(--white, #fff) inset
}

input[type=radio]:focus:checked+label:before {
    box-shadow: 0 0 0 .1rem var(--blue-70, #0073b1), 0 0 0 .6rem var(--blue-70, #0073b1) inset, 0 0 0 1.1rem var(--white, #fff) inset
}

input[type=radio]:disabled:checked+label:before {
    box-shadow: 0 0 0 .6rem var(--blue-70, #0073b1) inset, 0 0 0 1.1rem var(--white, #fff) inset
}

input[type=radio].small-input:checked+label:before {
    box-shadow: 0 0 0 .5rem var(--blue-70, #0073b1) inset, 0 0 0 1.1rem var(--white, #fff) inset
}

input[type=radio].small-input:checked+label:after {
    border-width: .5rem
}

input[type=radio].small-input:focus:checked+label:before {
    box-shadow: 0 0 0 .1rem var(--blue-70, #0073b1), 0 0 0 .5rem var(--blue-70, #0073b1) inset, 0 0 0 1.1rem var(--white, #fff) inset
}

input[type=radio].small-input:disabled:checked+label:before {
    box-shadow: 0 0 0 .5rem var(--blue-70, #0073b1) inset, 0 0 0 1.1rem var(--white, #fff) inset
}

input[type=checkbox]+label:before {
    border-radius: .4rem;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    transition-duration: 167ms
}

input[type=checkbox]+label:after {
    display: none;
    height: 1.6rem;
    width: 1.6rem;
    background-image: url(/aero-v1/sc/h/cwn0a0e7hog2i33c88ucrvot5);
    background-size: 2.4rem;
    overflow: hidden;
    margin: .3rem
}

input[type=checkbox]:checked+label:after {
    display: block;
    /*!rtl:ignore*/
    background-position: 0 -2.4rem
}

input[type=checkbox].small-input+label:after {
    top: -.3rem;
    left: -.3rem
}

input[type=checkbox]:indeterminate+label:before {
    box-shadow: 0 0 0 1.1rem var(--blue-70, #0073b1) inset
}

input[type=checkbox]:indeterminate:focus+label:before {
    box-shadow: 0 0 0 .1rem var(--blue-70, #0073b1), 0 0 0 1.1rem var(--blue-70, #0073b1) inset
}

input[type=checkbox]:indeterminate:disabled+label:before {
    box-shadow: 0 0 0 1.1rem var(--blue-70, #0073b1) inset
}

input[type=checkbox]:indeterminate+label:after {
    display: block;
    content: var(--artdeco-reset-form-rc-before-after-content);
    background: var(--white, #fff);
    height: .2rem;
    width: 1.2rem;
    top: .6rem;
    left: .1rem
}

input[type=checkbox].small-input:indeterminate+label:after {
    height: .2rem;
    width: 1rem;
    top: .4rem;
    left: 0
}

form.inverse-form label {
    color: var(--white, #fff)
}

form.inverse-form label.required:after {
    color: var(--blue-40, #98d8f4)
}

form.inverse-form label[disabled] {
    opacity: .45
}

form.inverse-form input[type=date],
form.inverse-form input[type=datetime-local],
form.inverse-form input[type=datetime],
form.inverse-form input[type=email],
form.inverse-form input[type=month],
form.inverse-form input[type=number],
form.inverse-form input[type=password],
form.inverse-form input[type=tel],
form.inverse-form input[type=text],
form.inverse-form input[type=time],
form.inverse-form input[type=url],
form.inverse-form input[type=week],
form.inverse-form select,
form.inverse-form textarea {
    color: var(--white, #fff);
    border-color: hsla(0, 0%, 100%, .7)
}

form.inverse-form input[type=date]::-webkit-input-placeholder,
form.inverse-form input[type=datetime-local]::-webkit-input-placeholder,
form.inverse-form input[type=datetime]::-webkit-input-placeholder,
form.inverse-form input[type=email]::-webkit-input-placeholder,
form.inverse-form input[type=month]::-webkit-input-placeholder,
form.inverse-form input[type=number]::-webkit-input-placeholder,
form.inverse-form input[type=password]::-webkit-input-placeholder,
form.inverse-form input[type=tel]::-webkit-input-placeholder,
form.inverse-form input[type=text]::-webkit-input-placeholder,
form.inverse-form input[type=time]::-webkit-input-placeholder,
form.inverse-form input[type=url]::-webkit-input-placeholder,
form.inverse-form input[type=week]::-webkit-input-placeholder,
form.inverse-form select::-webkit-input-placeholder,
form.inverse-form textarea::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .7);
    opacity: 1
}

form.inverse-form input[type=date]:-moz-placeholder,
form.inverse-form input[type=date]::-moz-placeholder,
form.inverse-form input[type=datetime-local]:-moz-placeholder,
form.inverse-form input[type=datetime-local]::-moz-placeholder,
form.inverse-form input[type=datetime]:-moz-placeholder,
form.inverse-form input[type=datetime]::-moz-placeholder,
form.inverse-form input[type=email]:-moz-placeholder,
form.inverse-form input[type=email]::-moz-placeholder,
form.inverse-form input[type=month]:-moz-placeholder,
form.inverse-form input[type=month]::-moz-placeholder,
form.inverse-form input[type=number]:-moz-placeholder,
form.inverse-form input[type=number]::-moz-placeholder,
form.inverse-form input[type=password]:-moz-placeholder,
form.inverse-form input[type=password]::-moz-placeholder,

form.inverse-form input[type=tel]:-moz-placeholder,
form.inverse-form input[type=tel]::-moz-placeholder,
form.inverse-form input[type=text]:-moz-placeholder,
form.inverse-form input[type=text]::-moz-placeholder,
form.inverse-form input[type=time]:-moz-placeholder,
form.inverse-form input[type=time]::-moz-placeholder,
form.inverse-form input[type=url]:-moz-placeholder,
form.inverse-form input[type=url]::-moz-placeholder,
form.inverse-form input[type=week]:-moz-placeholder,
form.inverse-form input[type=week]::-moz-placeholder,
form.inverse-form select:-moz-placeholder,
form.inverse-form select::-moz-placeholder,
form.inverse-form textarea:-moz-placeholder,
form.inverse-form textarea::-moz-placeholder {
    color: hsla(0, 0%, 100%, .7);
    opacity: 1
}

form.inverse-form input[type=date]:-ms-input-placeholder,
form.inverse-form input[type=datetime-local]:-ms-input-placeholder,
form.inverse-form input[type=datetime]:-ms-input-placeholder,
form.inverse-form input[type=email]:-ms-input-placeholder,
form.inverse-form input[type=month]:-ms-input-placeholder,
form.inverse-form input[type=number]:-ms-input-placeholder,
form.inverse-form input[type=password]:-ms-input-placeholder,
form.inverse-form input[type=tel]:-ms-input-placeholder,
form.inverse-form input[type=text]:-ms-input-placeholder,
form.inverse-form input[type=time]:-ms-input-placeholder,
form.inverse-form input[type=url]:-ms-input-placeholder,
form.inverse-form input[type=week]:-ms-input-placeholder,
form.inverse-form select:-ms-input-placeholder,
form.inverse-form textarea:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .7);
    opacity: 1
}

form.inverse-form input[type=date]::placeholder,
form.inverse-form input[type=datetime-local]::placeholder,
form.inverse-form input[type=datetime]::placeholder,
form.inverse-form input[type=email]::placeholder,
form.inverse-form input[type=month]::placeholder,
form.inverse-form input[type=number]::placeholder,
form.inverse-form input[type=password]::placeholder,
form.inverse-form input[type=tel]::placeholder,
form.inverse-form input[type=text]::placeholder,
form.inverse-form input[type=time]::placeholder,
form.inverse-form input[type=url]::placeholder,
form.inverse-form input[type=week]::placeholder,
form.inverse-form select::placeholder,
form.inverse-form textarea::placeholder {
    color: hsla(0, 0%, 100%, .7);
    opacity: 1
}

form.inverse-form input[type=date]:disabled,
form.inverse-form input[type=datetime-local]:disabled,
form.inverse-form input[type=datetime]:disabled,
form.inverse-form input[type=email]:disabled,
form.inverse-form input[type=month]:disabled,
form.inverse-form input[type=number]:disabled,
form.inverse-form input[type=password]:disabled,
form.inverse-form input[type=tel]:disabled,
form.inverse-form input[type=text]:disabled,
form.inverse-form input[type=time]:disabled,
form.inverse-form input[type=url]:disabled,
form.inverse-form input[type=week]:disabled,
form.inverse-form select:disabled,
form.inverse-form textarea:disabled {
    opacity: .45
}

form.inverse-form input[type=date]:hover,
form.inverse-form input[type=datetime-local]:hover,
form.inverse-form input[type=datetime]:hover,
form.inverse-form input[type=email]:hover,
form.inverse-form input[type=month]:hover,
form.inverse-form input[type=number]:hover,
form.inverse-form input[type=password]:hover,
form.inverse-form input[type=tel]:hover,
form.inverse-form input[type=text]:hover,
form.inverse-form input[type=time]:hover,
form.inverse-form input[type=url]:hover,
form.inverse-form input[type=week]:hover,
form.inverse-form select:hover,
form.inverse-form textarea:hover {
    border-color: var(--white, #fff)
}

form.inverse-form input[type=date]:focus,
form.inverse-form input[type=datetime-local]:focus,
form.inverse-form input[type=datetime]:focus,
form.inverse-form input[type=email]:focus,
form.inverse-form input[type=month]:focus,
form.inverse-form input[type=number]:focus,
form.inverse-form input[type=password]:focus,
form.inverse-form input[type=tel]:focus,
form.inverse-form input[type=text]:focus,
form.inverse-form input[type=time]:focus,
form.inverse-form input[type=url]:focus,
form.inverse-form input[type=week]:focus,
form.inverse-form select:focus,
form.inverse-form textarea:focus {
    border-color: var(--blue-40, #98d8f4);
    box-shadow: 0 0 0 .1rem var(--blue-40, #98d8f4)
}

form.inverse-form select {
    background-position: top -335px left 7px;
    /*!rtl:remove:start*/
    background-position: top -335px right 0;
    /*!rtl:remove:end*/
    border-color: hsla(0, 0%, 100%, .7)
}

form.inverse-form select:disabled {
    border-color: hsla(0, 0%, 100%, .25)
}

form.inverse-form select option {
    color: rgba(0, 0, 0, .6)
}

form.inverse-form input[type=checkbox]+label,
form.inverse-form input[type=radio]+label {
    color: var(--white, #fff)
}

form.inverse-form input[type=checkbox]+label:before,
form.inverse-form input[type=checkbox]:disabled:hover+label:before,
form.inverse-form input[type=radio]+label:before,
form.inverse-form input[type=radio]:disabled:hover+label:before {
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .7)
}

form.inverse-form input[type=checkbox]:hover+label:before,
form.inverse-form input[type=radio]:hover+label:before {
    box-shadow: 0 0 0 1px var(--white, #fff) inset
}

form.inverse-form input[type=checkbox]:checked+label:before,
form.inverse-form input[type=radio]:checked+label:before {
    box-shadow: 0 0 0 1.1rem var(--blue-40, #98d8f4) inset
}

form.inverse-form input[type=checkbox]:checked+label:after,
form.inverse-form input[type=radio]:checked+label:after {
    background-position: 0 -366px
}

form.inverse-form input[type=checkbox]:focus+label:before,
form.inverse-form input[type=radio]:focus+label:before {
    box-shadow: 0 0 0 1px var(--blue-40, #98d8f4), 0 0 0 1px var(--white, #fff) inset
}

form.inverse-form input[type=checkbox]:focus:checked+label:before,
form.inverse-form input[type=radio]:focus:checked+label:before {
    box-shadow: 0 0 0 1px var(--blue-40, #98d8f4), 0 0 0 1.1rem var(--blue-40, #98d8f4) inset
}

form.inverse-form input[type=checkbox]:disabled:checked+label:before,
form.inverse-form input[type=radio]:disabled:checked+label:before {
    box-shadow: 0 0 0 1.1rem var(--blue-40, #98d8f4) inset
}

form.inverse-form input[type=checkbox]:disabled:checked+label:after,
form.inverse-form input[type=radio]:disabled:checked+label:after {
    background-position: 0 -366px
}

form.inverse-form input[type=radio]:checked+label:before {
    box-shadow: 0 0 0 6px var(--blue-40, #98d8f4) inset, 0 0 0 1.1rem rgba(0, 0, 0, .6) inset, 0 0 0 1.1rem var(--blue-40, #98d8f4) inset
}

form.inverse-form input[type=radio]:focus:checked+label:before {
    box-shadow: 0 0 0 1px var(--blue-40, #98d8f4), 0 0 0 6px var(--blue-40, #98d8f4) inset, 0 0 0 1.1rem rgba(0, 0, 0, .6) inset, 0 0 0 1.1rem var(--blue-40, #98d8f4) inset
}

form.inverse-form input[type=radio]:disabled:checked+label:before {
    box-shadow: 0 0 0 6px var(--blue-40, #98d8f4) inset, 0 0 0 1.1rem rgba(0, 0, 0, .6) inset, 0 0 0 1.1rem var(--blue-40, #98d8f4) inset
}

form.inverse-form input[type=radio].small-input:checked+label:before {
    box-shadow: 0 0 0 5px var(--blue-40, #98d8f4) inset, 0 0 0 1.1rem rgba(0, 0, 0, .6) inset, 0 0 0 1.1rem var(--blue-40, #98d8f4) inset
}

form.inverse-form input[type=radio].small-input:checked+label:after {
    border-width: 5px
}

form.inverse-form input[type=radio].small-input:focus:checked+label:before {
    box-shadow: 0 0 0 1px var(--blue-40, #98d8f4), 0 0 0 5px var(--blue-40, #98d8f4) inset, 0 0 0 1.1rem rgba(0, 0, 0, .6) inset, 0 0 0 1.1rem var(--blue-40, #98d8f4) inset
}

form.inverse-form input[type=radio].small-input:disabled:checked+label:before {
    box-shadow: 0 0 0 5px var(--blue-40, #98d8f4) inset, 0 0 0 1.1rem rgba(0, 0, 0, .6) inset, 0 0 0 1.1rem var(--blue-40, #98d8f4) inset
}

form.inverse-form input[type=checkbox]:indeterminate+label:after {
    background: rgba(0, 0, 0, .6)
}

form.inverse-form input[type=checkbox]:indeterminate+label:before {
    box-shadow: 0 0 0 1.1rem var(--blue-40, #98d8f4) inset
}

form.inverse-form input[type=checkbox]:indeterminate:focus+label:before {
    box-shadow: 0 0 0 1px var(--blue-40, #98d8f4), 0 0 0 1.1rem var(--blue-40, #98d8f4) inset
}

form.inverse-form input[type=checkbox]:indeterminate:disabled+label:before {
    box-shadow: 0 0 0 1.1rem var(--blue-40, #98d8f4) inset
}

form.simple-form input[type=date],
form.simple-form input[type=datetime-local],
form.simple-form input[type=datetime],
form.simple-form input[type=email],
form.simple-form input[type=month],
form.simple-form input[type=number],
form.simple-form input[type=password],
form.simple-form input[type=tel],
form.simple-form input[type=text],
form.simple-form input[type=time],
form.simple-form input[type=url],
form.simple-form input[type=week],
form.simple-form select {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0
}

form.simple-form input[type=date],
form.simple-form input[type=date]:disabled,
form.simple-form input[type=date]:focus,
form.simple-form input[type=date]:hover,
form.simple-form input[type=datetime-local],
form.simple-form input[type=datetime-local]:disabled,
form.simple-form input[type=datetime-local]:focus,
form.simple-form input[type=datetime-local]:hover,
form.simple-form input[type=datetime],
form.simple-form input[type=datetime]:disabled,
form.simple-form input[type=datetime]:focus,
form.simple-form input[type=datetime]:hover,
form.simple-form input[type=email],
form.simple-form input[type=email]:disabled,
form.simple-form input[type=email]:focus,
form.simple-form input[type=email]:hover,
form.simple-form input[type=month],
form.simple-form input[type=month]:disabled,
form.simple-form input[type=month]:focus,
form.simple-form input[type=month]:hover,
form.simple-form input[type=number],
form.simple-form input[type=number]:disabled,
form.simple-form input[type=number]:focus,
form.simple-form input[type=number]:hover,
form.simple-form input[type=password],
form.simple-form input[type=password]:disabled,
form.simple-form input[type=password]:focus,
form.simple-form input[type=password]:hover,
form.simple-form input[type=tel],
form.simple-form input[type=tel]:disabled,
form.simple-form input[type=tel]:focus,
form.simple-form input[type=tel]:hover,
form.simple-form input[type=text],
form.simple-form input[type=text]:disabled,
form.simple-form input[type=text]:focus,
form.simple-form input[type=text]:hover,
form.simple-form input[type=time],
form.simple-form input[type=time]:disabled,
form.simple-form input[type=time]:focus,
form.simple-form input[type=time]:hover,
form.simple-form input[type=url],
form.simple-form input[type=url]:disabled,
form.simple-form input[type=url]:focus,
form.simple-form input[type=url]:hover,
form.simple-form input[type=week],
form.simple-form input[type=week]:disabled,
form.simple-form input[type=week]:focus,
form.simple-form input[type=week]:hover,
form.simple-form select,
form.simple-form select:disabled,
form.simple-form select:focus,
form.simple-form select:hover {
    border-width: 0 0 1px
}

form.simple-form input[type=date]:focus,
form.simple-form input[type=datetime-local]:focus,
form.simple-form input[type=datetime]:focus,
form.simple-form input[type=email]:focus,
form.simple-form input[type=month]:focus,
form.simple-form input[type=number]:focus,
form.simple-form input[type=password]:focus,
form.simple-form input[type=tel]:focus,
form.simple-form input[type=text]:focus,
form.simple-form input[type=time]:focus,
form.simple-form input[type=url]:focus,
form.simple-form input[type=week]:focus,
form.simple-form select:focus {
    box-shadow: 0 1px 0 0 var(--blue-70, #0073b1)
}

form.simple-form select {
    padding-right: 32px
}

form.simple-form .floating-label {
    position: relative;
    display: block;
    margin-top: 35px
}

form.simple-form .floating-label .label-text {
    position: absolute;
    top: 10px;
    left: 0;
    transition: all .35s ease;
    margin: 0
}

form.simple-form .floating-label[data-form-elem-focus=true] .label-text {
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px)
}

form.simple-form.inverse-form input[type=date]:focus,
form.simple-form.inverse-form input[type=datetime-local]:focus,
form.simple-form.inverse-form input[type=datetime]:focus,
form.simple-form.inverse-form input[type=email]:focus,
form.simple-form.inverse-form input[type=month]:focus,
form.simple-form.inverse-form input[type=number]:focus,
form.simple-form.inverse-form input[type=password]:focus,
form.simple-form.inverse-form input[type=tel]:focus,
form.simple-form.inverse-form input[type=text]:focus,
form.simple-form.inverse-form input[type=time]:focus,
form.simple-form.inverse-form input[type=url]:focus,
form.simple-form.inverse-form input[type=week]:focus,
form.simple-form.inverse-form select:focus {
    box-shadow: 0 1px 0 0 var(--blue-40, #98d8f4)
}

@media screen and (-ms-high-contrast:active),
screen and (forced-colors:active) {

    input[type=checkbox]:focus+label:before,
    input[type=date]:focus,
    input[type=datetime-local]:focus,
    input[type=datetime]:focus,
    input[type=email]:focus,
    input[type=month]:focus,
    input[type=number]:focus,
    input[type=password]:focus,
    input[type=radio]:focus+label:before,
    input[type=tel]:focus,
    input[type=text]:focus,
    input[type=time]:focus,
    input[type=url]:focus,
    input[type=week]:focus,
    select:focus,
    textarea:focus {
        outline: 2px dotted ButtonText
    }

    input[type=checkbox]:checked+label:after {
        content: var(--artdeco-reset-checkbox-rc-after-content);
        font-size: 1.6rem;
        padding: 0;
        margin: 0;
        top: 0;
        left: .4rem;
        width: 2rem;
        height: 2rem;
        background: transparent
    }

    input[type=checkbox]:checked.small-input+label:after {
        font-size: 1.6rem;
        left: .3rem;
        width: 1.5rem;
        height: 1.5rem
    }

    input[type=radio]:checked+label:after {
        border: 7px solid;
        border-radius: 50%;
        width: 2.2rem;
        height: 2.2rem
    }

    input[type=radio]:checked.small-input+label:after {
        width: 1.8rem;
        height: 1.8rem
    }

    input[type=checkbox]:indeterminate+label:after {
        background: currentColor
    }
}

artdeco-floatlabel {
    position: relative;
    display: block;
    margin-top: 35px
}

artdeco-floatlabel input[type=date],
artdeco-floatlabel input[type=datetime-local],
artdeco-floatlabel input[type=datetime],
artdeco-floatlabel input[type=email],
artdeco-floatlabel input[type=month],
artdeco-floatlabel input[type=number],
artdeco-floatlabel input[type=password],
artdeco-floatlabel input[type=tel],
artdeco-floatlabel input[type=text],
artdeco-floatlabel input[type=time],
artdeco-floatlabel input[type=url],
artdeco-floatlabel input[type=week] {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0
}

artdeco-floatlabel input[type=date],
artdeco-floatlabel input[type=date]:disabled,
artdeco-floatlabel input[type=date]:focus,
artdeco-floatlabel input[type=date]:hover,
artdeco-floatlabel input[type=datetime-local],
artdeco-floatlabel input[type=datetime-local]:disabled,
artdeco-floatlabel input[type=datetime-local]:focus,
artdeco-floatlabel input[type=datetime-local]:hover,
artdeco-floatlabel input[type=datetime],
artdeco-floatlabel input[type=datetime]:disabled,
artdeco-floatlabel input[type=datetime]:focus,
artdeco-floatlabel input[type=datetime]:hover,
artdeco-floatlabel input[type=email],
artdeco-floatlabel input[type=email]:disabled,
artdeco-floatlabel input[type=email]:focus,
artdeco-floatlabel input[type=email]:hover,
artdeco-floatlabel input[type=month],
artdeco-floatlabel input[type=month]:disabled,
artdeco-floatlabel input[type=month]:focus,
artdeco-floatlabel input[type=month]:hover,
artdeco-floatlabel input[type=number],
artdeco-floatlabel input[type=number]:disabled,
artdeco-floatlabel input[type=number]:focus,
artdeco-floatlabel input[type=number]:hover,
artdeco-floatlabel input[type=password],
artdeco-floatlabel input[type=password]:disabled,
artdeco-floatlabel input[type=password]:focus,
artdeco-floatlabel input[type=password]:hover,
artdeco-floatlabel input[type=tel],
artdeco-floatlabel input[type=tel]:disabled,
artdeco-floatlabel input[type=tel]:focus,
artdeco-floatlabel input[type=tel]:hover,
artdeco-floatlabel input[type=text],
artdeco-floatlabel input[type=text]:disabled,
artdeco-floatlabel input[type=text]:focus,
artdeco-floatlabel input[type=text]:hover,
artdeco-floatlabel input[type=time],
artdeco-floatlabel input[type=time]:disabled,
artdeco-floatlabel input[type=time]:focus,
artdeco-floatlabel input[type=time]:hover,
artdeco-floatlabel input[type=url],
artdeco-floatlabel input[type=url]:disabled,
artdeco-floatlabel input[type=url]:focus,
artdeco-floatlabel input[type=url]:hover,
artdeco-floatlabel input[type=week],
artdeco-floatlabel input[type=week]:disabled,
artdeco-floatlabel input[type=week]:focus,
artdeco-floatlabel input[type=week]:hover {
    border-width: 0 0 1px;
    outline: 0
}

artdeco-floatlabel input[type=date]:focus,
artdeco-floatlabel input[type=datetime-local]:focus,
artdeco-floatlabel input[type=datetime]:focus,
artdeco-floatlabel input[type=email]:focus,
artdeco-floatlabel input[type=month]:focus,
artdeco-floatlabel input[type=number]:focus,
artdeco-floatlabel input[type=password]:focus,
artdeco-floatlabel input[type=tel]:focus,
artdeco-floatlabel input[type=text]:focus,
artdeco-floatlabel input[type=time]:focus,
artdeco-floatlabel input[type=url]:focus,
artdeco-floatlabel input[type=week]:focus {
    box-shadow: 0 1px 0 0 var(--blue-60, #0084bf)
}

artdeco-floatlabel select {
    padding-right: 32px
}

artdeco-floatlabel .artdeco-label-text {
    position: absolute;
    top: 10px;
    left: 0;
    transition: all .35s ease;
    margin: 0
}

artdeco-floatlabel[data-form-elem-focus=true] .artdeco-label-text {
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px)
}

linkedin-logo[size="14dp"] li-icon {
    margin-right: calc(5px - .2em)
}

linkedin-logo[size="14dp"] .logo-text {
    font-size: 11px;
    line-height: 14px
}

linkedin-logo[size="21dp"] li-icon {
    margin-right: calc(7px - .2em)
}

linkedin-logo[size="21dp"] .logo-text {
    font-size: 14px;
    line-height: 21px
}

linkedin-logo[size="28dp"] li-icon {
    margin-right: calc(9px - .2em)
}

linkedin-logo[size="28dp"] .logo-text {
    font-size: 17px;
    line-height: 28px
}

linkedin-logo[size="34dp"] li-icon {
    margin-right: calc(12px - .2em)
}

linkedin-logo[size="34dp"] .logo-text {
    font-size: 20px;
    line-height: 34px
}

linkedin-logo[size="40dp"] li-icon {
    margin-right: calc(14px - .2em)
}

linkedin-logo[size="40dp"] .logo-text {
    font-size: 23px;
    line-height: 40px
}

linkedin-logo[size="48dp"] li-icon {
    margin-right: calc(18px - .2em)
}

linkedin-logo[size="48dp"] .logo-text {
    font-size: 26px;
    line-height: 48px
}

linkedin-logo.vertical[size="40dp"] .logo-text {
    font-size: 30px;
    line-height: 60px
}

linkedin-logo.vertical[size="48dp"] .logo-text {
    font-size: 35px;
    line-height: 70px
}

.hue-web__artdeco-migration-scope--revert,
:root {
    --artdeco-reset-typography-get-color-black-90: rgba(0, 0, 0, 0.9);
    --artdeco-reset-typography-font-family-sans: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Fira Sans, Ubuntu, Oxygen, Oxygen Sans, Cantarell, Droid Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Emoji, Segoe UI Symbol, Lucida Grande, Helvetica, Arial, sans-serif;
    --artdeco-reset-typography-font-size-65-percent: 62.5%;
    --artdeco-reset-typography-font-weight-bold: 600;
    --artdeco-reset-typography-font-weight-light: 200;
    --artdeco-reset-typography-font-weight-normal: 400;
    --artdeco-reset-typography-font-family-inherit: inherit;
    --artdeco-reset-typography-font-style-italic: italic;
    --artdeco-reset-typography-font-style-normal: normal;
    --artdeco-reset-link-text-decoration-none: none;
    --artdeco-reset-link-font-weight-bold: 600;
    --artdeco-reset-link-background-color-transparent: transparent;
    --artdeco-reset-link-border-zero: 0;
    --artdeco-reset-link-color-blue7: var(--blue-70, #0073b1);
    --artdeco-reset-link-text-decoration-underline: underline;
    --artdeco-reset-link-color-blue8: var(--blue-70, #006097);
    --artdeco-reset-link-color-blue9: var(--blue-80, #004b7c);
    --artdeco-reset-link-color-purple7: var(--purple-70, #665ed0);
    --artdeco-reset-link-color-purple8: var(--purple-70, #544bc2);
    --artdeco-reset-link-color-purple9: var(--purple-80, #4034b0);
    --artdeco-typography-mono: SF Mono, Consolas, Roboto Mono, Noto Mono, Droid Mono, Fira Mono, Ubuntu Mono, Oxygen Mono, Lucida Console, Menlo, Monaco, monospace;
    --artdeco-typography-sans: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Fira Sans, Ubuntu, Oxygen, Oxygen Sans, Cantarell, Droid Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Emoji, Segoe UI Symbol, Lucida Grande, Helvetica, Arial, sans-serif;
    --artdeco-typography-serif: Noto Serif, Droid Serif, Georgia, serif;
    --artdeco-typography-ar: Geeza Pro, Arial, Calibri, Noto Nashk Arabic, Noto Sans Arabic;
    --artdeco-typography-bn: Kohinoor Bangla, Nirmala UI, Noto Sans Bengali;
    /* --artdeco-typography-fa: Geeza Pro, Arial, Calibri, Noto Nashk Arabic, Noto Sans Arabic; */
    --artdeco-typography-he: Segoe UI, Arial Hebrew, Lucida Grande, Arial, Noto Sans Hebrew;
    --artdeco-typography-hi: Kohinoor Devanagari, Mangal, Nirmala UI, Noto Sans Devanagari;
    --artdeco-typography-ja: Meiryo, Yu Gothic, Hiragino Sans, Hiragino Kaku Gothic Pro, Noto Sans Japanese;
    --artdeco-typography-ko: Malgun Gothic, Apple SD Gothic Neo, Noto Sans Korean;
    --artdeco-typography-mr: Kohinoor Devanagari, Mangal, Nirmala UI, Noto Sans Devanagari;
    --artdeco-typography-pa: MuktaMahee Regular, Raavi, Nirmala UI, Noto Sans Gurmukhi;
    --artdeco-typography-te: Kohinoor Telugu, Nirmala UI, Noto Sans Telugu;
    --artdeco-typography-th: Leelawadee, Thonburi;
    --artdeco-typography-zh: Microsoft Yahei, PingFang SC, PingFang TC, Hiragino Sans, Hiragino Kaku Gothic Pro, Noto Sans Simplified Chinese, Noto Sans Traditional Chinese;
    --artdeco-typography-zh-cn: PingFang SC, Microsoft Yahei, Hiragino Kaku Gothic Pro, Noto Sans Simplified Chinese;
    --artdeco-typography-zh-tw: PingFang TC, Microsoft JhengHei, Noto Sans Traditional Chinese
}

html {
    font-size: var(--artdeco-reset-typography-font-size-65-percent)
}

html.artdeco {
    -webkit-font-smoothing: antialiased
}

@media only screen and (-webkit-min-device-pixel-ratio:1.25),
only screen and (-webkit-min-device-pixel-ratio:2.0833333333333335),
only screen and (min-device-pixel-ratio:1.25),
only screen and (min-resolution:1.25dppx),
only screen and (min-resolution:200dpi) {
    html.artdeco {
        -webkit-font-smoothing: subpixel-antialiased
    }
}

:root {
    font-family: var(--artdeco-reset-typography-font-family-sans)
}

b,
strong {
    font-weight: var(--artdeco-reset-typography-font-weight-bold)
}

body,
p {
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-size: 1.6rem;
    line-height: 1.5;
    color: var(--artdeco-reset-typography-get-color-black-90)
}

.large-header,
h1 {
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-size: 4rem;
    line-height: 1.2;
    color: var(--artdeco-reset-typography-get-color-black-90)
}

h2 {
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-size: 3.2rem;
    color: var(--artdeco-reset-typography-get-color-black-90)
}

h2 {
    line-height: 1.25
}

.large-text,
h3 {
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-size: 2.4rem;
    color: var(--artdeco-reset-typography-get-color-black-90)
}

.large-text,
h3 {
    line-height: 1.33333
}

.medium-text,
h4 {
    font-style: var(--artdeco-reset-typography-font-style-normal);
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-size: 2rem;
    line-height: 1.4;
    color: var(--artdeco-reset-typography-get-color-black-90)
}

.small-text,
h5 {
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-size: 1.6rem;
    line-height: 1.5;
    color: var(--artdeco-reset-typography-get-color-black-90)
}

h6 {
    font-weight: var(--artdeco-reset-typography-font-weight-bold);
    font-size: 1.4rem;
    line-height: 1.42857;
    color: rgba(0, 0, 0, .6)
}

/* em,
i {
    font-style: var(--artdeco-reset-typography-font-style-italic)
} */

select,
textarea {
    font-family: inherit
}

.small-text {
    font-size: 1.4rem;
    line-height: 1.42857
}

blockquote {
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-size: 1.6rem;
    line-height: 1.5;
    color: var(--artdeco-reset-typography-get-color-black-90)
}

li-icon[type=linkedin-bug] .background,
li-icon[type=linkedin-bug] .background-mercado {
    fill: #000
}

li-icon[type=linkedin-bug][color=brand] .background {
    fill: #0077b5
}

li-icon[type=linkedin-bug][color=brand] .background-mercado {
    fill: #0a66c2
}

li-icon[type=linkedin-bug][color=inverse] .background {
    fill: #fff
}

@media screen and (-ms-high-contrast:active) {
    li-icon[type=linkedin-bug][color=inverse] .background {
        fill: buttonText
    }
}

li-icon[type=linkedin-bug][color=inverse] .background-mercado {
    fill: #fff
}

@media screen and (-ms-high-contrast:active) {
    li-icon[type=linkedin-bug][color=inverse] .background-mercado {
        fill: buttonText
    }
}

li-icon[type=linkedin-bug][color=premium] .background {
    fill: #af9b62
}

li-icon[type=linkedin-bug][color=premium] .background-mercado {
    fill: #c37d16
}

.artdeco-premium-bug-variant li-icon[type=linkedin-bug][color=premium] .background {
    fill: #efb920
}

li-icon[type=linkedin-bug] .bug-text-color {
    display: none
}

li-icon[type=linkedin-bug][color] .bug-text-color {
    display: block
}

li-icon[type=linkedin-bug][color=inverse] .bug-text-color {
    display: none
}

li-icon[type=linkedin-bug][size="14dp"] {
    width: 1.4rem;
    height: 1.4rem
}

li-icon[type=linkedin-bug][size="21dp"] {
    width: 2.1rem;
    height: 2.1rem
}

li-icon[type=linkedin-bug][size="28dp"] {
    width: 2.8rem;
    height: 2.8rem
}

li-icon[type=linkedin-bug][size="34dp"] {
    width: 3.4rem;
    height: 3.4rem
}

li-icon[type=linkedin-bug][size="40dp"] {
    width: 4rem;
    height: 4rem
}

li-icon[type=linkedin-bug][size="48dp"] {
    width: 4.8rem;
    height: 4.8rem
}

li-icon[type=linkedin-bug] svg {
    width: 100%;
    height: 100%
}

li-icon[type=linkedin-logo] .background {
    fill: #000
}

@media screen and (-ms-high-contrast:active) {
    li-icon[type=linkedin-logo] .background {
        fill: buttonText
    }
}

li-icon[type=linkedin-logo] .background-mercado {
    fill: #000
}

@media screen and (-ms-high-contrast:active) {

    li-icon[type=linkedin-logo] .background-mercado,
    li-icon[type=linkedin-logo]:not([color=brand]) .linkedin-text path,
    li-icon[type=linkedin-logo]:not([color=brand]) .linkedin-text polygon {
        fill: buttonText
    }
}

li-icon[type=linkedin-logo][color=brand] .background {
    fill: #0077b5
}

li-icon[type=linkedin-logo][color=brand] .background-mercado {
    fill: #0a66c2
}

@media screen and (-ms-high-contrast:active) {

    li-icon[type=linkedin-logo][color=brand] .linkedin-text path,
    li-icon[type=linkedin-logo][color=brand] .linkedin-text polygon {
        fill: buttonText
    }
}

li-icon[type=linkedin-logo][color=inverse] .background {
    fill: #fff
}

@media screen and (-ms-high-contrast:active) {
    li-icon[type=linkedin-logo][color=inverse] .background {
        fill: buttonText
    }
}

li-icon[type=linkedin-logo][color=inverse] .background-mercado {
    fill: #fff
}

@media screen and (-ms-high-contrast:active) {
    li-icon[type=linkedin-logo][color=inverse] .background-mercado {
        fill: buttonText
    }
}

li-icon[type=linkedin-logo].logo-lockup-inverse .linkedin-text path,
li-icon[type=linkedin-logo].logo-lockup-inverse .linkedin-text polygon,
li-icon[type=linkedin-logo][color=inverse] .linkedin-text path,
li-icon[type=linkedin-logo][color=inverse] .linkedin-text polygon {
    fill: #fff
}

@media screen and (-ms-high-contrast:active) {

    li-icon[type=linkedin-logo].logo-lockup-inverse .linkedin-text path,
    li-icon[type=linkedin-logo].logo-lockup-inverse .linkedin-text polygon,
    li-icon[type=linkedin-logo][color=inverse] .linkedin-text path,
    li-icon[type=linkedin-logo][color=inverse] .linkedin-text polygon {
        fill: buttonText
    }
}

li-icon[type=linkedin-logo][color=premium] .background {
    fill: #af9b62
}

li-icon[type=linkedin-logo][color=premium] .background-mercado {
    fill: #c37d16
}

@media screen and (-ms-high-contrast:active) {
    li-icon[type=linkedin-logo][color=premium] .bug-text-color {
        fill: var(--black, #000)
    }
}

.artdeco-premium-bug-variant li-icon[type=linkedin-logo][color=premium] .background {
    fill: #efb920
}

@media screen and (-ms-high-contrast:active) {
    .artdeco-premium-bug-variant li-icon[type=linkedin-logo][color=premium] .background {
        fill: buttonText
    }
}

li-icon[type=linkedin-logo] .bug-text-color {
    display: none
}

li-icon[type=linkedin-logo][color] .bug-text-color {
    display: block
}

li-icon[type=linkedin-logo][color=inverse] .bug-text-color {
    display: none
}

li-icon[type=linkedin-logo][size="14dp"] {
    width: 5.6rem;
    height: 1.4rem
}

li-icon[type=linkedin-logo][size="21dp"] {
    width: 8.4rem;
    height: 2.1rem
}

li-icon[type=linkedin-logo][size="28dp"] {
    width: 11rem;
    height: 2.8rem
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx),
(min-resolution:192dpi) {
    li-icon[type=linkedin-logo][size="28dp"] {
        width: 11.2rem
    }
}

li-icon[type=linkedin-logo][size="34dp"] {
    width: 13.5rem;
    height: 3.4rem
}

li-icon[type=linkedin-logo][size="40dp"] {
    width: 15.9rem;
    height: 4rem
}

li-icon[type=linkedin-logo][size="48dp"] {
    width: 19.1rem;
    height: 4.8rem
}

li-icon[type=linkedin-logo] svg {
    width: 100%;
    height: 100%
}

linkedin-logo {
    display: block
}

linkedin-logo .logo-text,
linkedin-logo li-icon {
    vertical-align: middle
}

linkedin-logo .logo-text {
    display: inline-block;
    letter-spacing: .2em;
    color: rgba(0, 0, 0, .9);
    white-space: nowrap
}

linkedin-logo .logo-text.logo-lockup-dark {
    color: var(--black, #000)
}

linkedin-logo .logo-text.logo-lockup-inverse {
    color: var(--white, #fff)
}

linkedin-logo[size="14dp"] li-icon {
    margin-right: calc(.5rem - .2em)
}

linkedin-logo[size="14dp"] .logo-text {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: "14rem" /10
}

linkedin-logo[size="21dp"] li-icon {
    margin-right: calc(.7rem - .2em)
}

linkedin-logo[size="21dp"] .logo-text {
    font-size: 1.4rem;
    line-height: "21rem" /10
}

linkedin-logo[size="28dp"] li-icon {
    margin-right: calc(.9rem - .2em)
}

linkedin-logo[size="28dp"] .logo-text {
    font-size: 1.7rem;
    line-height: "28rem" /10
}

linkedin-logo[size="34dp"] li-icon {
    margin-right: calc(1.2rem - .2em)
}

linkedin-logo[size="34dp"] .logo-text {
    font-size: 2rem;
    line-height: "34rem" /10
}

linkedin-logo[size="40dp"] li-icon {
    margin-right: calc(1.4rem - .2em)
}

linkedin-logo[size="40dp"] .logo-text {
    font-size: 2.3rem;
    line-height: "40rem" /10
}

linkedin-logo[size="48dp"] li-icon {
    margin-right: calc(1.8rem - .2em)
}

linkedin-logo[size="48dp"] .logo-text {
    font-size: 2.6rem;
    line-height: "48rem" /10
}

linkedin-logo.vertical {
    text-align: center;
    display: inline-block
}

linkedin-logo.vertical .logo-text {
    display: block
}

linkedin-logo.vertical[size="40dp"] li-icon {
    padding-right: 0
}

linkedin-logo.vertical[size="40dp"] .logo-text {
    font-size: 3rem;
    line-height: 6rem
}

linkedin-logo.vertical[size="48dp"] li-icon {
    padding-right: 0
}

linkedin-logo.vertical[size="48dp"] .logo-text {
    font-size: 3.5rem;
    line-height: 7rem
}

@-webkit-keyframes pebbleDraw {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes pebbleDraw {
    to {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes pebbleGrow {
    to {
        transform: scale(1)
    }
}

@keyframes pebbleGrow {
    to {
        transform: scale(1)
    }
}

use {
    fill-opacity: 1;
    stroke-opacity: 1;
    fill: transparent;
    stroke: transparent
}

.active use[href^="#nav-"],
use[data-size=small],
use[data-state=active] {
    fill-opacity: 0;
    stroke-opacity: 0;
    fill: currentColor;
    stroke: currentColor
}

li-icon {
    display: inline-block;
    overflow: hidden;
    position: relative
}

li-icon[type$=-icon]>svg {
    vertical-align: top
}

li-icon>svg {
    display: block;
    margin: auto;
    width: 100%;
    height: 100%
}

li-icon[type^=nav-] svg {
    width: 3.2rem !important;
    height: 3.2rem !important
}

li-icon[type^=large-][size=small] svg,
li-icon[type^=large-] svg {
    width: 4.8rem !important;
    height: 4.8rem !important
}

li-icon svg[data-supported-dps="16x16"] {
    width: 1.6rem;
    height: 1.6rem
}

li-icon svg[data-supported-dps="24x24"] {
    width: 2.4rem;
    height: 2.4rem
}

li-icon svg[data-supported-dps="32x32"] {
    width: 3.2rem;
    height: 3.2rem
}

li-icon svg[data-supported-dps="40x40"] {
    width: 4rem !important;
    height: 4rem !important
}

li-icon svg[data-supported-dps="48x48"] {
    width: 4.8rem;
    height: 4.8rem
}

li-icon svg[data-supported-dps="78x8"] {
    width: 7.8rem;
    height: .8rem
}

li-icon svg[data-supported-dps="98x10"] {
    width: 9.8rem;
    height: 1rem
}

li-icon svg[data-supported-dps="117x12"] {
    width: 11.7rem;
    height: 1.2rem
}

li-icon svg[data-supported-dps="156x16"] {
    width: 15.6rem;
    height: 1.6rem
}

li-icon svg[data-supported-dps="195x20"] {
    width: 19.5rem;
    height: 2rem
}

li-icon svg[data-supported-dps="234x24"] {
    width: 23.4rem;
    height: 2.4rem
}

li-icon svg[data-supported-dps="312x32"] {
    width: 31.2rem;
    height: 3.2rem
}

li-icon svg[data-supported-dps="64x8"] {
    width: 6.4rem;
    height: .8rem
}

li-icon svg[data-supported-dps="80x10"] {
    width: 8rem;
    height: 1rem
}

li-icon svg[data-supported-dps="96x12"] {
    width: 9.6rem;
    height: 1.2rem
}

li-icon svg[data-supported-dps="128x16"] {
    width: 12.8rem;
    height: 1.6rem
}

li-icon svg[data-supported-dps="160x20"] {
    width: 16rem;
    height: 2rem
}

li-icon svg[data-supported-dps="192x24"] {
    width: 19.2rem;
    height: 2.4rem
}

li-icon svg[data-supported-dps="256x32"] {
    width: 25.6rem;
    height: 3.2rem
}

li-icon svg[data-supported-dps="34x34"] {
    width: 3.4rem;
    height: 3.4rem
}

li-icon svg[data-supported-dps="26x26"] {
    width: 2.6rem;
    height: 2.6rem
}

li-icon svg[data-supported-dps="21x21"] {
    width: 2.1rem;
    height: 2.1rem
}

li-icon svg[data-supported-dps="14x14"] {
    width: 1.4rem;
    height: 1.4rem
}

li-icon svg[data-supported-dps="159x40"] {
    width: 15.9rem;
    height: 4rem
}

li-icon svg[data-supported-dps="135x34"] {
    width: 13.5rem;
    height: 3.4rem
}

li-icon svg[data-supported-dps="102x26"] {
    width: 10.2rem;
    height: 2.6rem
}

li-icon svg[data-supported-dps="190x48"] {
    width: 19rem;
    height: 4.8rem
}

li-icon svg[data-supported-dps="84x21"] {
    width: 8.4rem;
    height: 2.1rem
}

li-icon svg[data-supported-dps="56x14"] {
    width: 5.6rem;
    height: 1.4rem
}

[dir=rtl] li-icon[type*=arrow],
[dir=rtl] li-icon[type*=chevron],
[dir=rtl] li-icon[type*=follow],
[dir=rtl] li-icon[type=enter-icon],
[dir=rtl] li-icon[type=forward-icon],
[dir=rtl] li-icon[type=join-large],
[dir=rtl] li-icon[type=to-end-icon],
[dir=rtl] li-icon[type=to-start-icon],
[dir=rtl] li-icon[type^=leave],
[dir=rtl] li-icon[type^=question],
[dir=rtl] li-icon[type^=reply],
[dir=rtl] li-icon[type^=share-ios],
[dir=rtl] li-icon[type^=share-linkedin],
[dir=rtl] li-icon[type^=share-web] {
    /*!rtl:begin:ignore*/
    transform: rotateY(180deg)
        /*!rtl:end:ignore*/
}

[dir=rtl] li-icon>svg {
    /*!rtl:begin:ignore*/
    float: left
        /*!rtl:end:ignore*/
}

li-icon[type$=-pebble-icon][animate] {
    transform: scale(.2);
    animation: pebbleGrow 334ms ease-in-out forwards
}

li-icon[type$=-pebble-icon][animate] .circle {
    stroke-dasharray: 63;
    stroke-dashoffset: 63;
    animation: pebbleDraw .5s ease-out forwards;
    animation-delay: 334ms
}

li-icon[type$=-pebble-icon][animate][size=small] .circle {
    stroke-dasharray: 38;
    stroke-dashoffset: 38
}

li-icon[type^=premium-] text {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: .4rem;
    dominant-baseline: text-before-edge;
    font-family: Source Sans Pro, Helvetica, Arial, sans-serif
}

@media screen and (-ms-high-contrast:active) {

    li-icon[type=premium-badge] svg,
    li-icon[type=premium-wordmark-inverse] path {
        fill: ButtonText
    }
}

@media screen and (-ms-high-contrast:black-on-white) {

    li-icon[type=premium-inverse-app-icon],
    li-icon[type=premium-inverse-badge] {
        -ms-high-contrast-adjust: none;
        background-color: var(--black, #000)
    }

    li-icon[type=premium-inverse-app-icon] svg,
    li-icon[type=premium-inverse-badge] svg {
        height: 90% !important;
        position: relative;
        top: 5%;
        left: 2%
    }
}

.artdeco-card,
.artdeco-table,
.artdeco-table--striped {
    border: none !important;
    box-shadow: var(--elevation-lined) !important
}

@media (-ms-high-contrast:active),
(forced-colors:active) {

    .artdeco-card,
    .artdeco-table,
    .artdeco-table--striped {
        border: 1px solid transparent !important
    }
}

.artdeco-card--with-hover:hover,
.artdeco-dropdown__content,
.artdeco-hoverable-content__shell,
.artdeco-modal,
.smart-hovercard {
    border: none !important;
    box-shadow: var(--elevation-raised) !important
}

@media (-ms-high-contrast:active),
(forced-colors:active) {

    .artdeco-card--with-hover:hover,
    .artdeco-dropdown__content,
    .artdeco-hoverable-content__shell,
    .artdeco-modal,
    .smart-hovercard {
        border: 1px solid transparent !important
    }
}

.artdeco-text-input--color-inverse,
form.inverse-form {
    --color-background-none: var(--color-background-none-on-dark);
    --color-background-none-active: var(--color-background-none-on-dark-active);
    --color-background-disabled: var(--color-background-none-on-dark-disabled);
    --color-border: var(--color-border-on-dark);
    --color-border-active: var(--color-border-on-dark-active);
    --color-signal-negative-active: var(--color-signal-negative-on-dark-active);
    --color-text-low-emphasis: var(--color-text-low-emphasis-on-dark);
    --color-text-low-emphasis-shift: var(--color-text-on-dark);
    --color-text-low-emphasis-shift-active: var(--color-text-on-dark-active);
    --color-text-disabled: var(--color-text-on-dark-disabled);
    --color-text-active: var(--color-text-on-dark-active);
    --color-signal-negative: var(--color-signal-negative-on-dark);
    --color-checked: var(--color-checked-on-dark);
    --color-checked-active: var(--color-checked-on-dark-active);
    --color-element-shift-on-dark-flip: var(--color-element-low-emphasis-stick);
    --color-element-shift-on-dark-flip-active: var(--color-element-low-emphasis-stick-active);
    --color-disabled: var(--color-on-dark-disabled)
}

input[type=checkbox]+label,
input[type=radio]+label {
    padding-left: 32px;
    position: relative !important
}

input[type=checkbox]+label:after,
input[type=checkbox]+label:before,
input[type=radio]+label:after,
input[type=radio]+label:before {
    background-clip: border-box !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important
}

input[type=checkbox]+label:before,
input[type=radio]+label:before {
    height: 24px !important;
    left: 0;
    top: -.2rem;
    width: 24px !important
}

input[type=checkbox]:not(:checked)+label,
input[type=radio]:not(:checked)+label {
    color: var(--color-label) !important
}

input[type=checkbox]:not(:checked)+label:before,
input[type=radio]:not(:checked)+label:before {
    background-color: var(--color-background-transparent);
    box-shadow: inset 0 0 0 1px var(--color-border) !important
}

@media (-ms-high-contrast:active),
(forced-colors:active) {

    input[type=checkbox]:not(:checked)+label:before,
    input[type=radio]:not(:checked)+label:before {
        border: 1px solid ButtonText !important
    }
}

input[type=checkbox]:not(:checked):hover+label,
input[type=radio]:not(:checked):hover+label {
    color: var(--color-label-hover) !important
}

input[type=checkbox]:not(:checked):hover+label:before,
input[type=radio]:not(:checked):hover+label:before {
    background-color: var(--color-background-transparent-hover);
    box-shadow: inset 0 0 0 2px var(--color-border-hover) !important
}

@media (-ms-high-contrast:active),
(forced-colors:active) {

    input[type=checkbox]:not(:checked):hover+label:before,
    input[type=radio]:not(:checked):hover+label:before {
        border: 1px solid ButtonText !important
    }
}

input[type=checkbox]:not(:checked):focus+label,
input[type=radio]:not(:checked):focus+label {
    color: var(--color-label) !important
}

input[type=checkbox]:not(:checked):focus+label:before,
input[type=radio]:not(:checked):focus+label:before {
    background-color: var(--color-background-transparent);
    box-shadow: inset 0 0 0 2px var(--color-action) !important
}

@media (-ms-high-contrast:active),
(forced-colors:active) {

    input[type=checkbox]:not(:checked):focus+label:before,
    input[type=radio]:not(:checked):focus+label:before {
        border: 1px solid ButtonText !important
    }
}

input[type=checkbox]:not(:checked):active+label,
input[type=radio]:not(:checked):active+label {
    color: var(--color-label-active) !important
}

input[type=checkbox]:not(:checked):active+label:before,
input[type=radio]:not(:checked):active+label:before {
    background-color: var(--color-background-transparent-active);
    box-shadow: inset 0 0 0 1px var(--color-border-active) !important
}

@media (-ms-high-contrast:active),
(forced-colors:active) {

    input[type=checkbox]:not(:checked):active+label:before,
    input[type=radio]:not(:checked):active+label:before {
        border: 1px solid ButtonText !important
    }
}

input[type=checkbox]:checked+label,
input[type=radio]:checked+label {
    color: var(--color-label) !important
}

input[type=checkbox]:checked+label:before,
input[type=radio]:checked+label:before {
    background-color: var(--color-checked);
    box-shadow: inset 0 0 0 1px var(--color-border-transparent) !important
}

@media (-ms-high-contrast:active),
(forced-colors:active) {

    input[type=checkbox]:checked+label:before,
    input[type=radio]:checked+label:before {
        border: 1px solid ButtonText !important
    }
}

input[type=checkbox]:checked:hover+label,
input[type=radio]:checked:hover+label {
    color: var(--color-label-hover) !important
}

input[type=checkbox]:checked:hover+label:before,
input[type=radio]:checked:hover+label:before {
    background-color: var(--color-checked-hover);
    box-shadow: 0 0 0 .1rem var(--color-action) !important
}

@media (-ms-high-contrast:active),
(forced-colors:active) {

    input[type=checkbox]:checked:hover+label:before,
    input[type=radio]:checked:hover+label:before {
        border: 1px solid ButtonText !important;
        background-color: ButtonFace !important
    }
}

input[type=checkbox]:checked:focus+label,
input[type=radio]:checked:focus+label {
    color: var(--color-label) !important
}

input[type=checkbox]:checked:focus+label:before,
input[type=radio]:checked:focus+label:before {
    background-color: var(--color-checked);
    outline: .2rem solid var(--color-action);
    outline-offset: 1px
}

@media (-ms-high-contrast:active),
(forced-colors:active) {

    input[type=checkbox]:checked:focus+label:before,
    input[type=radio]:checked:focus+label:before {
        border: 1px solid ButtonText !important;
        background-color: ButtonFace !important
    }
}

input[type=checkbox]:checked:active+label,
input[type=radio]:checked:active+label {
    color: var(--color-label-active) !important
}

input[type=checkbox]:checked:active+label:before,
input[type=radio]:checked:active+label:before {
    background-color: var(--color-checked-active);
    box-shadow: inset 0 0 0 1px var(--color-border-transparent) !important
}

@media (-ms-high-contrast:active),
(forced-colors:active) {

    input[type=checkbox]:checked:active+label:before,
    input[type=radio]:checked:active+label:before {
        border: 1px solid ButtonText !important
    }
}

input[type=checkbox]:disabled+label,
input[type=checkbox]:disabled:active+label,
input[type=checkbox]:disabled:focus+label,
input[type=checkbox]:disabled:hover+label,
input[type=radio]:disabled+label,
input[type=radio]:disabled:active+label,
input[type=radio]:disabled:focus+label,
input[type=radio]:disabled:hover+label {
    color: var(--color-label-disabled) !important;
    opacity: 1
}

@media (-ms-high-contrast:active),
(forced-colors:active) {

    input[type=checkbox]:disabled+label,
    input[type=checkbox]:disabled:active+label,
    input[type=checkbox]:disabled:focus+label,
    input[type=checkbox]:disabled:hover+label,
    input[type=radio]:disabled+label,
    input[type=radio]:disabled:active+label,
    input[type=radio]:disabled:focus+label,
    input[type=radio]:disabled:hover+label {
        opacity: .3
    }
}

input[type=checkbox]:disabled+label:before,
input[type=checkbox]:disabled:active+label:before,
input[type=checkbox]:disabled:focus+label:before,
input[type=checkbox]:disabled:hover+label:before,
input[type=radio]:disabled+label:before,
input[type=radio]:disabled:active+label:before,
input[type=radio]:disabled:focus+label:before,
input[type=radio]:disabled:hover+label:before {
    background-color: var(--color-background-disabled);
    box-shadow: inset 0 0 0 1px var(--color-border-transparent) !important
}

@media (-ms-high-contrast:active),
(forced-colors:active) {

    input[type=checkbox]:disabled+label:before,
    input[type=checkbox]:disabled:active+label:before,
    input[type=checkbox]:disabled:focus+label:before,
    input[type=checkbox]:disabled:hover+label:before,
    input[type=radio]:disabled+label:before,
    input[type=radio]:disabled:active+label:before,
    input[type=radio]:disabled:focus+label:before,
    input[type=radio]:disabled:hover+label:before {
        border: 1px solid ButtonText !important
    }
}

input[type=checkbox]+label:before {
    border-radius: 4px !important
}

input[type=checkbox]+label:after {
    height: 16px !important;
    left: .4rem !important;
    top: .2rem !important;
    width: 16px !important
}

input[type=checkbox]:checked+label:after {
    background-position: var(--checkbox-checked-background-position);
    background: var(--color-indicator-knockout);
    -webkit-mask-image: var(--background-icons);
    mask-image: var(--background-icons)
}

@media (-ms-high-contrast:active),
(forced-colors:active) {
    input[type=checkbox]:checked+label:after {
        -webkit-mask-image: none;
        mask-image: none;
        left: .6rem !important;
        top: 0 !important
    }
}

input[type=checkbox]:checked:focus+label:after,
input[type=checkbox]:checked:hover+label:after {
    background: var(--color-indicator-knockout-hover)
}

input[type=checkbox]:checked:active+label:after {
    background: var(--color-indicator-knockout-active)
}

input[type=checkbox]:checked:disabled+label:after {
    background: var(--color-indicator-disabled);
    opacity: 1
}

input[type=checkbox]:disabled+label:after {
    background-position: var(--checkbox-checked-disabled-background-position);
    opacity: .3
}

input[type=radio]+label:after {
    border-radius: 50% !important;
    height: 12px !important;
    left: .6rem;
    top: .4rem;
    width: 12px !important
}

input[type=radio]:not(:checked)+label:after {
    display: none !important
}

input[type=radio]:checked+label:after {
    background-color: var(--color-indicator-knockout) !important
}

@media (-ms-high-contrast:active),
(forced-colors:active) {
    input[type=radio]:checked+label:after {
        background-color: ButtonText !important
    }
}

input[type=radio]:checked:focus+label:after,
input[type=radio]:checked:hover+label:after {
    background-color: var(--color-indicator-knockout-hover) !important
}

@media (-ms-high-contrast:active),
(forced-colors:active) {

    input[type=radio]:checked:focus+label:after,
    input[type=radio]:checked:hover+label:after {
        background-color: ButtonText !important
    }
}

input[type=radio]:checked:active+label:after {
    background-color: var(--color-indicator-knockout-active) !important
}

@media (-ms-high-contrast:active),
(forced-colors:active) {
    input[type=radio]:checked:active+label:after {
        background-color: ButtonText !important
    }
}

input[type=radio]:checked:disabled+label:after {
    background-color: var(--color-indicator-disabled) !important
}

@media (-ms-high-contrast:active),
(forced-colors:active) {
    input[type=radio]:checked:disabled+label:after {
        background-color: ButtonText !important
    }
}

label,
label.required:after {
    color: var(--color-label)
}

label.required:after {
    margin-left: calc(-1*var(--spacing-half-x))
}

input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    color: var(--color-text);
    border-radius: var(--corner-radius-small);
    box-shadow: inset 0 0 0 1px var(--color-border);
    box-sizing: border-box;
    transition: box-shadow var(--motion-transition-hover-in)
}

input[type=date]:focus,
input[type=date]:hover,
input[type=datetime-local]:focus,
input[type=datetime-local]:hover,
input[type=datetime]:focus,
input[type=datetime]:hover,
input[type=email]:focus,
input[type=email]:hover,
input[type=month]:focus,
input[type=month]:hover,
input[type=number]:focus,
input[type=number]:hover,
input[type=password]:focus,
input[type=password]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=text]:focus,
input[type=text]:hover,
input[type=time]:focus,
input[type=time]:hover,
input[type=url]:focus,
input[type=url]:hover,
input[type=week]:focus,
input[type=week]:hover,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
    border: none;
    box-shadow: inset 0 0 0 2px var(--color-border-hover)
}

input:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
    outline: auto Highlight;
    outline: auto -webkit-focus-ring-color
}


input[type=date]:active,
input[type=datetime-local]:active,
input[type=datetime]:active,
input[type=email]:active,
input[type=month]:active,
input[type=number]:active,
input[type=password]:active,
input[type=tel]:active,
input[type=text]:active,
input[type=time]:active,
input[type=url]:active,
input[type=week]:active,
select:active,
textarea:active {
    color: var(--color-text-active);
    background-color: var(--color-background-transparent-active);
    box-shadow: inset 0 0 0 1px var(--color-border-active)
}


input[type=date]::placeholder,
input[type=datetime-local]::placeholder,
input[type=datetime]::placeholder,
input[type=email]::placeholder,
input[type=month]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
input[type=week]::placeholder,
select::placeholder,
textarea::placeholder {
    color: var(--color-text-meta)
}

input[type=date],
input[type=date]:required:invalid,
input[type=date]:required:valid,
input[type=datetime-local],
input[type=datetime-local]:required:invalid,
input[type=datetime-local]:required:valid,
input[type=datetime],
input[type=datetime]:required:invalid,
input[type=datetime]:required:valid,
input[type=email],
input[type=email]:required:invalid,
input[type=email]:required:valid,
input[type=month],
input[type=month]:required:invalid,
input[type=month]:required:valid,
input[type=number],
input[type=number]:required:invalid,
input[type=number]:required:valid,
input[type=password],
input[type=password]:required:invalid,
input[type=password]:required:valid,
input[type=tel],
input[type=tel]:required:invalid,
input[type=tel]:required:valid,
input[type=text],
input[type=text]:required:invalid,
input[type=text]:required:valid,
input[type=time],
input[type=time]:required:invalid,
input[type=time]:required:valid,
input[type=url],
input[type=url]:required:invalid,
input[type=url]:required:valid,
input[type=week],
input[type=week]:required:invalid,
input[type=week]:required:valid,
select,
select:required:invalid,
select:required:valid,
textarea,
textarea:required:invalid,
textarea:required:valid {
    border: none;
    background-color: var(--color-background-transparent)
}

input:disabled,
input[type=date]:disabled,
input[type=datetime-local]:disabled,
input[type=datetime]:disabled,
input[type=email]:disabled,
input[type=month]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=text]:disabled,
input[type=time]:disabled,
input[type=url]:disabled,
input[type=week]:disabled,
select:disabled,
textarea:disabled {
    background-color: var(--color-background-disabled);
    border: none;
    box-shadow: none;
    color: var(--color-text-disabled)
}

@media (-ms-high-contrast:active),
(forced-colors:active) {

    input:disabled,
    input:focus,
    input:hover,
    input:required:invalid,
    input:required:valid,
    input[type=date],
    input[type=date]:disabled,
    input[type=date]:focus,
    input[type=date]:hover,
    input[type=date]:required:invalid,
    input[type=date]:required:valid,
    input[type=datetime-local],
    input[type=datetime-local]:disabled,
    input[type=datetime-local]:focus,
    input[type=datetime-local]:hover,
    input[type=datetime-local]:required:invalid,
    input[type=datetime-local]:required:valid,
    input[type=datetime],
    input[type=datetime]:disabled,
    input[type=datetime]:focus,
    input[type=datetime]:hover,
    input[type=datetime]:required:invalid,
    input[type=datetime]:required:valid,
    input[type=email],
    input[type=email]:disabled,
    input[type=email]:focus,
    input[type=email]:hover,
    input[type=email]:required:invalid,
    input[type=email]:required:valid,
    input[type=month],
    input[type=month]:disabled,
    input[type=month]:focus,
    input[type=month]:hover,
    input[type=month]:required:invalid,
    input[type=month]:required:valid,
    input[type=number],
    input[type=number]:disabled,
    input[type=number]:focus,
    input[type=number]:hover,
    input[type=number]:required:invalid,
    input[type=number]:required:valid,
    input[type=password],
    input[type=password]:disabled,
    input[type=password]:focus,
    input[type=password]:hover,
    input[type=password]:required:invalid,
    input[type=password]:required:valid,
    input[type=tel],
    input[type=tel]:disabled,
    input[type=tel]:focus,
    input[type=tel]:hover,
    input[type=tel]:required:invalid,
    input[type=tel]:required:valid,
    input[type=text],
    input[type=text]:disabled,
    input[type=text]:focus,
    input[type=text]:hover,
    input[type=text]:required:invalid,
    input[type=text]:required:valid,
    input[type=time],
    input[type=time]:disabled,
    input[type=time]:focus,
    input[type=time]:hover,
    input[type=time]:required:invalid,
    input[type=time]:required:valid,
    input[type=url],
    input[type=url]:disabled,
    input[type=url]:focus,
    input[type=url]:hover,
    input[type=url]:required:invalid,
    input[type=url]:required:valid,
    input[type=week],
    input[type=week]:disabled,
    input[type=week]:focus,
    input[type=week]:hover,
    input[type=week]:required:invalid,
    input[type=week]:required:valid,
    select,
    select:disabled,
    select:focus,
    select:hover,
    select:required:invalid,
    select:required:valid,
    textarea,
    textarea:disabled,
    textarea:focus,
    textarea:hover,
    textarea:required:invalid,
    textarea:required:valid {
        border: 1px solid ButtonText !important
    }
}

select {
    background-color: var(--color-background) !important;
    background-position: var(--select-chevron-background-position)
}

select:disabled {
    opacity: 1 !important;
    background-color: var(--color-background-disabled) !important;
    box-shadow: inset 0 0 0 1px var(--color-border-transparent)
}

[dir=rtl] select {
    background-position: var(--select-chevron-background-position-rtl)
}

img {
    color: var(--color-text)
}

li-icon[type=linkedin-bug][color=brand] .background {
    fill: var(--color-brand) !important
}

li-icon[type=linkedin-bug][color=brand] .background-mercado,
li-icon[type=linkedin-logo][color=brand] .background-mercado {
    fill: unset !important
}

li-icon[type=linkedin-bug][color=brand]:not(.artdeco-button__icon) .background-mercado,
li-icon[type=linkedin-logo][color=brand]:not(.artdeco-button__icon) .background-mercado {
    fill: var(--color-brand) !important
}

li-icon[type=linkedin-bug][color=inverse] .background-mercado,
li-icon[type=linkedin-logo][color=inverse] .background-mercado {
    fill: unset !important
}

li-icon[type=linkedin-bug][color=inverse]:not(.artdeco-button__icon) .background-mercado,
li-icon[type=linkedin-logo][color=inverse]:not(.artdeco-button__icon) .background-mercado {
    fill: var(--color-brand-on-dark) !important
}

@media (-ms-high-contrast:active),
(forced-colors:active) {

    li-icon[type=linkedin-bug][color=inverse]:not(.artdeco-button__icon) .background-mercado,
    li-icon[type=linkedin-logo][color=inverse]:not(.artdeco-button__icon) .background-mercado {
        fill: ButtonText !important
    }
}

li-icon[type=linkedin-bug][color=premium] .background-mercado,
li-icon[type=linkedin-logo][color=premium] .background-mercado {
    fill: var(--premium-color-inbug) !important
}

li-icon[type=linkedin-bug-blue]>svg>g>path,
li-icon[type=linkedin-bug-color]>svg>path,
li-icon[type=linkedin-bug-influencer-color]>svg>path {
    fill: var(--color-brand) !important
}

li-icon[type=premium-badge],
li-icon[type=premium-wordmark] {
    fill: var(--color-text) !important
}

@media (-ms-high-contrast:active),
(forced-colors:active) {

    li-icon[type=premium-badge],
    li-icon[type=premium-wordmark] {
        fill: WindowText !important
    }
}

linkedin-logo .logo-text {
    color: var(--color-text) !important
}

linkedin-logo .logo-text.logo-lockup-inverse {
    color: var(--color-text-on-dark) !important
}

@media (-ms-high-contrast:white-on-black),
(forced-colors:active) and (prefers-color-scheme:dark) {
    :root {
        --hue-web-svg-display-light: none;
        --hue-web-svg-display-dark: block
    }
}

.large-text,
.medium-text,
.small-text,
blockquote,
body,
h1,
h2,
h3,
h4,
h5,
p {
    color: var(--color-text)
}

h6 {
    color: var(--color-text-low-emphasis)
}

hr.artdeco-divider {
    border: 0;
    border-top: 1px solid var(--color-border-faint);
    display: block;
    height: 1px;
    width: 100%
}

hr.artdeco-divider--inverse {
    border-color: var(--color-border-faint-on-dark)
}

.artdeco-list {
    background-color: transparent;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.artdeco-list--border {
    border: 1px solid var(--color-border-faint)
}

.artdeco-list--grid {
    display: inline-flex;
    flex-direction: row
}

.artdeco-list--inverse {
    border-color: var(--color-border-faint-on-dark)
}

.artdeco-list__item {
    border: 0;
    position: relative;
    background-color: transparent;
    margin: 0;
    padding: 8px 8px 9px
}

.artdeco-list__item:after {
    border-bottom: 1px solid var(--color-border-faint);
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.artdeco-list__item:last-child:after {
    content: none
}

.artdeco-list--compact .artdeco-list__item {
    padding: 0 0 1px
}

.artdeco-list--grid .artdeco-list__item {
    border: 0;
    border-left: 1px solid var(--color-border-faint);
    padding: 16px;
    flex-grow: 1
}

.artdeco-list--grid .artdeco-list__item:after {
    content: none
}

.artdeco-list--grid .artdeco-list__item:first-child {
    border: 0
}

.artdeco-list--compact.artdeco-list--grid .artdeco-list__item {
    padding: 0
}

.artdeco-list--inverse .artdeco-list__item:after {
    border-color: var(--color-border-faint-on-dark)
}

.artdeco-list--offset-1 .artdeco-list__item:after,
.artdeco-list__item--offset-1:after {
    width: calc(100% - 64px)
}

.artdeco-list--offset-2 .artdeco-list__item:after,
.artdeco-list__item--offset-2:after {
    width: calc(100% - 72px)
}

.artdeco-list--offset-3 .artdeco-list__item:after,
.artdeco-list__item--offset-3:after {
    width: calc(100% - 80px)
}

.artdeco-list--offset-4 .artdeco-list__item:after,
.artdeco-list__item--offset-4:after {
    width: calc(100% - 88px)
}

.artdeco-list--offset-5 .artdeco-list__item:after,
.artdeco-list__item--offset-5:after {
    width: calc(100% - 104px)
}

.artdeco-list--offset-6 .artdeco-list__item:after,
.artdeco-list__item--offset-6:after {
    width: calc(100% - 120px)
}

.artdeco-list--offset-7 .artdeco-list__item:after,
.artdeco-list__item--offset-7:after {
    width: calc(100% - 136px)
}

.artdeco-list--offset-8 .artdeco-list__item:after,
.artdeco-list__item--offset-8:after {
    width: calc(100% - 160px)
}

.artdeco-list--offset-9 .artdeco-list__item:after,
.artdeco-list__item--offset-9:after {
    width: calc(100% - 232px)
}

.artdeco-list--offset-10 .artdeco-list__item:after,
.artdeco-list__item--offset-10:after {
    width: calc(100% - 272px)
}

.artdeco-list--offset-11 .artdeco-list__item:after,
.artdeco-list__item--offset-11:after {
    width: calc(100% - 312px)
}

.t-mono {
    font-family: var(--artdeco-typography-mono)
}

.t-sans {
    font-family: var(--artdeco-typography-sans)
}

.t-serif {
    font-family: var(--artdeco-typography-serif)
}

.t-black {
    color: rgba(0, 0, 0, .9)
}

.t-black--light {
    color: rgba(0, 0, 0, .6)
}

.t-white {
    color: #fff
}

.t-white--light {
    color: hsla(0, 0%, 100%, .7)
}

.t-bold {
    font-weight: var(--artdeco-reset-typography-font-weight-bold)
}

.t-light {
    font-weight: var(--artdeco-reset-typography-font-weight-light)
}

.t-normal {
    font-weight: var(--artdeco-reset-typography-font-weight-normal)
}

.t-italic {
    font-style: var(--artdeco-reset-typography-font-style-italic)
}

.t-roman {
    font-style: var(--artdeco-reset-typography-font-style-normal)
}

.t-12 {
    font-size: 1.2rem;
    line-height: 1.33333
}

.t-14 {
    font-size: 1.4rem;
    line-height: 1.42857
}

.t-16 {
    font-size: 1.6rem;
    line-height: 1.5
}

.t-16.t-16--open {
    line-height: 1.75
}

.t-18 {
    font-size: 1.8rem;
    line-height: 1.33333
}

.t-18.t-18--open {
    line-height: 1.55556
}

.t-20 {
    font-size: 2rem;
    line-height: 1.4
}

.t-20.t-20--open {
    line-height: 1.6
}

.t-24 {
    font-size: 2.4rem
}

.t-24 {
    line-height: 1.33333
}

.t-32 {
    font-size: 3.2rem
}

.t-32 {
    line-height: 1.25
}

.t-40 {
    font-size: 4rem
}

.t-40 {
    line-height: 1.2
}

.t-48 {
    font-size: 4.8rem
}

.t-48 {
    line-height: 1.16667
}

.t-64 {
    font-size: 6.4rem
}

.t-64 {
    line-height: 1.125
}

.t-black {
    color: var(--color-text)
}

.t-black--light {
    color: var(--color-text-low-emphasis)
}

.t-white {
    color: var(--color-text-on-dark)
}

.t-white--light {
    color: var(--color-text-low-emphasis-on-dark)
}

.artdeco-loader {
    color: var(--blue-70, #0073b1);
    width: 60px;
    height: 60px;
    position: relative;
    overflow: visible;
    margin: 8px;
    display: inline-block
}

.artdeco-loader--xsmall {
    height: 16px;
    width: 16px
}

.artdeco-loader--xsmall .artdeco-loader__bars:before {
    border: .5px solid;
    height: 4px
}

.artdeco-loader--small {
    height: 30px;
    width: 30px
}

.artdeco-loader--small .artdeco-loader__bars:before {
    height: 6px
}

.artdeco-loader--muted {
    color: rgba(0, 0, 0, .6)
}

.artdeco-loader--inverse {
    color: hsla(0, 0%, 100%, .7)
}

.artdeco-loader__bars {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.artdeco-loader__bars:before {
    content: "";
    display: block;
    width: 0;
    margin: 0 auto;
    height: 14px;
    border: 1px solid;
    border-radius: 1px;
    animation: loaderfade 1s ease-in-out infinite both
}

.artdeco-loader__bars:nth-of-type(12) {
    transform: rotate(-1turn)
}

[dir=rtl] .artdeco-loader__bars:nth-of-type(12) {
    transform: rotate(1turn)
}

.artdeco-loader__bars:nth-of-type(12):before {
    animation-delay: -1s
}

.artdeco-loader__bars:nth-of-type(11) {
    transform: rotate(-330deg)
}

[dir=rtl] .artdeco-loader__bars:nth-of-type(11) {
    transform: rotate(330deg)
}

.artdeco-loader__bars:nth-of-type(11):before {
    animation-delay: -916.66667ms
}

.artdeco-loader__bars:nth-of-type(10) {
    transform: rotate(-300deg)
}

[dir=rtl] .artdeco-loader__bars:nth-of-type(10) {
    transform: rotate(300deg)
}

.artdeco-loader__bars:nth-of-type(10):before {
    animation-delay: -833.33333ms
}

.artdeco-loader__bars:nth-of-type(9) {
    transform: rotate(-270deg)
}

[dir=rtl] .artdeco-loader__bars:nth-of-type(9) {
    transform: rotate(270deg)
}

.artdeco-loader__bars:nth-of-type(9):before {
    animation-delay: -.75s
}

.artdeco-loader__bars:nth-of-type(8) {
    transform: rotate(-240deg)
}

[dir=rtl] .artdeco-loader__bars:nth-of-type(8) {
    transform: rotate(240deg)
}

.artdeco-loader__bars:nth-of-type(8):before {
    animation-delay: -666.66667ms
}

.artdeco-loader__bars:nth-of-type(7) {
    transform: rotate(-210deg)
}

[dir=rtl] .artdeco-loader__bars:nth-of-type(7) {
    transform: rotate(210deg)
}

.artdeco-loader__bars:nth-of-type(7):before {
    animation-delay: -583.33333ms
}

.artdeco-loader__bars:nth-of-type(6) {
    transform: rotate(-180deg)
}

[dir=rtl] .artdeco-loader__bars:nth-of-type(6) {
    transform: rotate(180deg)
}

.artdeco-loader__bars:nth-of-type(6):before {
    animation-delay: -.5s
}

.artdeco-loader__bars:nth-of-type(5) {
    transform: rotate(-150deg)
}

[dir=rtl] .artdeco-loader__bars:nth-of-type(5) {
    transform: rotate(150deg)
}

.artdeco-loader__bars:nth-of-type(5):before {
    animation-delay: -.41666667s
}

.artdeco-loader__bars:nth-of-type(4) {
    transform: rotate(-120deg)
}

[dir=rtl] .artdeco-loader__bars:nth-of-type(4) {
    transform: rotate(120deg)
}

.artdeco-loader__bars:nth-of-type(4):before {
    animation-delay: -.33333333s
}

.artdeco-loader__bars:nth-of-type(3) {
    transform: rotate(-90deg)
}

[dir=rtl] .artdeco-loader__bars:nth-of-type(3) {
    transform: rotate(90deg)
}

.artdeco-loader__bars:nth-of-type(3):before {
    animation-delay: -.25s
}

.artdeco-loader__bars:nth-of-type(2) {
    transform: rotate(-60deg)
}

[dir=rtl] .artdeco-loader__bars:nth-of-type(2) {
    transform: rotate(60deg)
}

.artdeco-loader__bars:nth-of-type(2):before {
    animation-delay: -166.66667ms
}

.artdeco-loader__bars:first-of-type {
    transform: rotate(-30deg)
}

[dir=rtl] .artdeco-loader__bars:first-of-type {
    transform: rotate(30deg)
}

.artdeco-loader__bars:first-of-type:before {
    animation-delay: -83.33333ms
}

@keyframes loaderfade {

    0%,
    5%,
    to {
        opacity: .8
    }

    95% {
        opacity: .05
    }
}

.artdeco-loader,
.artdeco-loader--muted {
    color: var(--color-indicator) !important
}

.artdeco-loader--inverse {
    color: var(--voyager-color-element-loading-on-dark) !important
}

:root {
    --artdeco-button-primary-default-static-background-color: var(--voyager-color-action);
    --artdeco-button-primary-default-static-color: var(--color-text-shift-on-dark-flip);
    --artdeco-button-primary-default-hover-background-color: var(--voyager-color-action-hover);
    --artdeco-button-primary-default-hover-color: var(--color-text-shift-on-dark-flip);
    --artdeco-button-primary-default-active-background-color: var(--voyager-color-action-active);
    --artdeco-button-primary-default-active-color: var(--color-text-shift-on-dark-flip-active);
    --artdeco-button-primary-default-disabled-background-color: var(--color-background-disabled);
    --artdeco-button-primary-default-disabled-color: var(--color-text-disabled);
    --artdeco-button-primary-inverse-static-background-color: var(--voyager-color-action-on-dark);
    --artdeco-button-primary-inverse-static-color: var(--voyager-color-action-stick);
    --artdeco-button-primary-inverse-hover-background-color: var(--voyager-color-action-on-dark);
    --artdeco-button-primary-inverse-hover-color: var(--voyager-color-action-stick-hover);
    --artdeco-button-primary-inverse-active-background-color: var(--voyager-color-action-on-dark-active);
    --artdeco-button-primary-inverse-active-color: var(--voyager-color-action-stick-active);
    --artdeco-button-primary-inverse-disabled-background-color: var(--color-background-on-dark-disabled);
    --artdeco-button-primary-inverse-disabled-color: var(--color-text-on-dark-disabled);
    --artdeco-button-secondary-default-static-background-color: var(--color-background-none);
    --artdeco-button-secondary-default-static-border-color: var(--color-action);
    --artdeco-button-secondary-default-static-color: var(--color-action);
    --artdeco-button-secondary-default-hover-background-color: var(--color-background-none-tint-action-hover);
    --artdeco-button-secondary-default-hover-border-color: var(--color-action);
    --artdeco-button-secondary-default-hover-color: var(--color-action);
    --artdeco-button-secondary-default-active-background-color: var(--color-background-none-tint-action-active);
    --artdeco-button-secondary-default-active-border-color: var(--color-action-active);
    --artdeco-button-secondary-default-active-color: var(--color-action-active);
    --artdeco-button-secondary-default-disabled-background-color: var(--color-background-disabled);
    --artdeco-button-secondary-default-disabled-border-color: var(--color-transparent);
    --artdeco-button-secondary-default-disabled-color: var(--color-text-disabled);
    --artdeco-button-secondary-inverse-static-background-color: var(--color-background-none-on-dark);
    --artdeco-button-secondary-inverse-static-border-color: var(--color-border-on-dark);
    --artdeco-button-secondary-inverse-static-color: var(--color-text-on-dark);
    --artdeco-button-secondary-inverse-hover-background-color: var(--color-background-none-on-dark-hover);
    --artdeco-button-secondary-inverse-hover-border-color: var(--color-border-on-dark);
    --artdeco-button-secondary-inverse-hover-color: var(--color-text-on-dark);
    --artdeco-button-secondary-inverse-active-background-color: var(--color-background-none-on-dark-active);
    --artdeco-button-secondary-inverse-active-border-color: var(--color-border-on-dark-active);
    --artdeco-button-secondary-inverse-active-color: var(--color-text-on-dark-active);
    --artdeco-button-secondary-inverse-disabled-background-color: var(--color-background-on-dark-disabled);
    --artdeco-button-secondary-inverse-disabled-border-color: var(--color-transparent);
    --artdeco-button-secondary-inverse-disabled-color: var(--color-text-on-dark-disabled);
    --artdeco-button-secondary-muted-static-background-color: var(--color-background-none);
    --artdeco-button-secondary-muted-static-border-color: var(--color-border);
    --artdeco-button-secondary-muted-static-color: var(--color-text-low-emphasis-shift);
    --artdeco-button-secondary-muted-hover-background-color: var(--color-background-none-tint-hover);
    --artdeco-button-secondary-muted-hover-border-color: var(--color-border);
    --artdeco-button-secondary-muted-hover-color: var(--color-text-low-emphasis-shift);
    --artdeco-button-secondary-muted-active-background-color: var(--color-background-none-active);
    --artdeco-button-secondary-muted-active-border-color: var(--color-border-active);
    --artdeco-button-secondary-muted-active-color: var(--color-text-low-emphasis-shift-active);
    --artdeco-button-secondary-muted-disabled-background-color: var(--color-background-disabled);
    --artdeco-button-secondary-muted-disabled-border-color: var(--color-transparent);
    --artdeco-button-secondary-muted-disabled-color: var(--color-text-disabled);
    --artdeco-button-tertiary-default-static-background-color: var(--color-background-none);
    --artdeco-button-tertiary-default-static-color: var(--color-action);
    --artdeco-button-tertiary-default-hover-background-color: var(--color-background-none-tint-action-hover);
    --artdeco-button-tertiary-default-hover-color: var(--color-action);
    --artdeco-button-tertiary-default-active-background-color: var(--color-background-none-tint-action-active);
    --artdeco-button-tertiary-default-active-color: var(--color-action-active);
    --artdeco-button-tertiary-default-disabled-background-color: var(--color-background-none);
    --artdeco-button-tertiary-default-disabled-color: var(--color-text-disabled);
    --artdeco-button-tertiary-inverse-static-background-color: var(--color-background-none-on-dark);
    --artdeco-button-tertiary-inverse-static-color: var(--color-text-on-dark);
    --artdeco-button-tertiary-inverse-hover-background-color: var(--color-background-none-tint-on-dark-hover);
    --artdeco-button-tertiary-inverse-hover-color: var(--color-text-on-dark);
    --artdeco-button-tertiary-inverse-active-background-color: var(--color-background-none-tint-on-dark-active);
    --artdeco-button-tertiary-inverse-active-color: var(--color-text-on-dark-active);
    --artdeco-button-tertiary-inverse-disabled-background-color: var(--color-background-none-on-dark);
    --artdeco-button-tertiary-inverse-disabled-color: var(--color-text-on-dark-disabled);
    --artdeco-button-tertiary-muted-static-background-color: var(--color-background-none);
    --artdeco-button-tertiary-muted-static-color: var(--color-text-low-emphasis-shift);
    --artdeco-button-tertiary-muted-hover-background-color: var(--color-background-none-tint-hover);
    --artdeco-button-tertiary-muted-hover-color: var(--color-text-low-emphasis-shift);
    --artdeco-button-tertiary-muted-active-background-color: var(--color-background-none-tint-active);
    --artdeco-button-tertiary-muted-active-color: var(--color-text-low-emphasis-shift-active);
    --artdeco-button-tertiary-muted-disabled-background-color: var(--color-background-none);
    --artdeco-button-tertiary-muted-disabled-color: var(--color-text-disabled);
    --artdeco-button-primary-default-premium-static-background-color: var(--premium-color-action);
    --artdeco-button-primary-default-premium-static-color: var(--premium-color-text);
    --artdeco-button-primary-default-premium-hover-background-color: var(--premium-color-action-hover);
    --artdeco-button-primary-default-premium-hover-color: var(--premium-color-text);
    --artdeco-button-primary-default-premium-active-background-color: var(--premium-color-action-active);
    --artdeco-button-primary-default-premium-active-color: var(--premium-color-text-active);
    --artdeco-button-primary-default-premium-disabled-background-color: var(--color-background-disabled);
    --artdeco-button-primary-default-premium-disabled-color: var(--color-text-disabled);
    --artdeco-button-primary-inverse-premium-disabled-background-color: var(--color-background-on-dark-disabled);
    --artdeco-button-primary-inverse-premium-disabled-color: var(--color-text-on-dark-disabled)
}

.artdeco-button-mercado {
    --artdeco-button-primary-default-static-background-color: var(--color-action);
    --artdeco-button-primary-default-static-color: var(--color-label-knockout);
    --artdeco-button-primary-default-hover-background-color: var(--color-action-hover);
    --artdeco-button-primary-default-hover-color: var(--color-label-knockout-hover);
    --artdeco-button-primary-default-active-background-color: var(--color-action-active);
    --artdeco-button-primary-default-active-color: var(--color-label-knockout-active);
    --artdeco-button-primary-default-disabled-background-color: var(--color-background-disabled);
    --artdeco-button-primary-default-disabled-color: var(--color-label-disabled);
    --artdeco-button-secondary-default-static-background-color: var(--color-background-transparent);
    --artdeco-button-secondary-default-static-border-color: var(--color-action);
    --artdeco-button-secondary-default-static-color: var(--color-action);
    --artdeco-button-secondary-default-hover-background-color: var(--color-background-action-transparent-hover);
    --artdeco-button-secondary-default-hover-border-color: var(--color-action-hover);
    --artdeco-button-secondary-default-hover-color: var(--color-action-hover);
    --artdeco-button-secondary-default-active-background-color: var(--color-background-action-transparent-active);
    --artdeco-button-secondary-default-active-border-color: var(--color-action-active);
    --artdeco-button-secondary-default-active-color: var(--color-action-active);
    --artdeco-button-secondary-default-disabled-background-color: var(--color-background-disabled);
    --artdeco-button-secondary-default-disabled-border-color: var(--color-background-transparent);
    --artdeco-button-secondary-default-disabled-color: var(--color-label-disabled);
    --artdeco-button-secondary-muted-static-background-color: var(--color-background-transparent);
    --artdeco-button-secondary-muted-static-border-color: var(--color-border);
    --artdeco-button-secondary-muted-static-color: var(--color-label);
    --artdeco-button-secondary-muted-hover-background-color: var(--color-background-transparent-hover);
    --artdeco-button-secondary-muted-hover-border-color: var(--color-border-hover);
    --artdeco-button-secondary-muted-hover-color: var(--color-label-hover);
    --artdeco-button-secondary-muted-active-background-color: var(--color-background-transparent-active);
    --artdeco-button-secondary-muted-active-border-color: var(--color-border-active);
    --artdeco-button-secondary-muted-active-color: var(--color-label-active);
    --artdeco-button-secondary-muted-disabled-background-color: var(--color-background-disabled);
    --artdeco-button-secondary-muted-disabled-border-color: var(--color-background-transparent);
    --artdeco-button-secondary-muted-disabled-color: var(--color-label-disabled);
    --artdeco-button-tertiary-default-static-background-color: var(--color-background-transparent);
    --artdeco-button-tertiary-default-static-color: var(--color-action);
    --artdeco-button-tertiary-default-hover-background-color: var(--color-background-action-transparent-hover);
    --artdeco-button-tertiary-default-hover-color: var(--color-action-hover);
    --artdeco-button-tertiary-default-active-background-color: var(--color-background-action-transparent-active);
    --artdeco-button-tertiary-default-active-color: var(--color-action-active);
    --artdeco-button-tertiary-default-disabled-background-color: var(--color-background-disabled);
    --artdeco-button-tertiary-default-disabled-color: var(--color-label-disabled);
    --artdeco-button-tertiary-muted-static-background-color: var(--color-background-transparent);
    --artdeco-button-tertiary-muted-static-color: var(--color-label);
    --artdeco-button-tertiary-muted-hover-background-color: var(--color-background-transparent-hover);
    --artdeco-button-tertiary-muted-hover-color: var(--color-label-hover);
    --artdeco-button-tertiary-muted-active-background-color: var(--color-background-transparent-active);
    --artdeco-button-tertiary-muted-active-color: var(--color-label-active);
    --artdeco-button-tertiary-muted-disabled-background-color: var(--color-background-disabled);
    --artdeco-button-tertiary-muted-disabled-color: var(--color-label-disabled);
    --artdeco-button-primary-default-premium-static-background-color: var(--color-premium-button-background);
    --artdeco-button-primary-default-premium-static-color: var(--color-premium-button-label);
    --artdeco-button-primary-default-premium-hover-background-color: var(--color-premium-button-background-hover);
    --artdeco-button-primary-default-premium-hover-color: var(--color-premium-button-label-hover);
    --artdeco-button-primary-default-premium-active-background-color: var(--color-premium-button-background-active);
    --artdeco-button-primary-default-premium-active-color: var(--color-premium-button-label-active);
    --artdeco-button-primary-default-premium-disabled-background-color: var(--color-background-disabled);
    --artdeco-button-primary-default-premium-disabled-color: var(--color-label-disabled)
}

a.artdeco-button,
a.artdeco-button:active,
a.artdeco-button:focus,
a.artdeco-button:hover,
a.artdeco-button:visited,
a.peek-carousel-controls__button,
a.peek-carousel-controls__button:active,
a.peek-carousel-controls__button:focus,
a.peek-carousel-controls__button:hover,
a.peek-carousel-controls__button:visited {
    text-decoration: none
}

.artdeco-button,
.artdeco-button--primary,
.artdeco-button--primary:visited,
.artdeco-button--primary:visited:hover,
.artdeco-button:visited,
.artdeco-button:visited:hover,
.peek-carousel-controls__button,
.peek-carousel-controls__button:visited,
.peek-carousel-controls__button:visited:hover,
a.artdeco-button--primary {
    background-color: var(--artdeco-button-primary-default-static-background-color);
    color: var(--artdeco-button-primary-default-static-color)
}

.artdeco-button--primary:focus,
.artdeco-button--primary:hover,
.artdeco-button:focus,
.artdeco-button:hover,
.peek-carousel-controls__button:focus,
.peek-carousel-controls__button:hover {
    background-color: var(--artdeco-button-primary-default-hover-background-color);
    color: var(--artdeco-button-primary-default-hover-color)
}

.artdeco-button--primary:active,
.artdeco-button:active,
.peek-carousel-controls__button:active {
    background-color: var(--artdeco-button-primary-default-active-background-color);
    color: var(--artdeco-button-primary-default-active-color)
}

.artdeco-button--disabled.artdeco-button,
.artdeco-button--disabled.artdeco-button--primary,
.artdeco-button--disabled.peek-carousel-controls__button,
.artdeco-button--primary:disabled,
.artdeco-button:disabled,
.peek-carousel-controls__button:disabled,
.peek-carousel-controls__button[disabled] {
    background-color: var(--artdeco-button-primary-default-disabled-background-color);
    color: var(--artdeco-button-primary-default-disabled-color)
}

.artdeco-button--disabled.artdeco-button--primary .artdeco-button__icon--in-bug,
.artdeco-button--disabled.artdeco-button .artdeco-button__icon--in-bug,
.artdeco-button--disabled.peek-carousel-controls__button .artdeco-button__icon--in-bug,
.artdeco-button--primary:disabled .artdeco-button__icon--in-bug,
.artdeco-button:disabled .artdeco-button__icon--in-bug,
.peek-carousel-controls__button:disabled .artdeco-button__icon--in-bug,
.peek-carousel-controls__button[disabled] .artdeco-button__icon--in-bug {
    opacity: .45
}

.artdeco-button--premium.artdeco-button,
.artdeco-button--premium.artdeco-button--primary,
.artdeco-button--premium.artdeco-button--primary:visited,
.artdeco-button--premium.artdeco-button--primary:visited:hover,
.artdeco-button--premium.artdeco-button:visited,
.artdeco-button--premium.artdeco-button:visited:hover,
.artdeco-button--premium.peek-carousel-controls__button,
.artdeco-button--premium.peek-carousel-controls__button:visited,
.artdeco-button--premium.peek-carousel-controls__button:visited:hover {
    background-color: var(--artdeco-button-primary-default-premium-static-background-color);
    color: var(--artdeco-button-primary-default-premium-static-color)
}

.artdeco-button--premium.artdeco-button--primary:focus,
.artdeco-button--premium.artdeco-button--primary:hover,
.artdeco-button--premium.artdeco-button:focus,
.artdeco-button--premium.artdeco-button:hover,
.artdeco-button--premium.peek-carousel-controls__button:focus,
.artdeco-button--premium.peek-carousel-controls__button:hover {
    background-color: var(--artdeco-button-primary-default-premium-hover-background-color);
    color: var(--artdeco-button-primary-default-premium-hover-color)
}

.artdeco-button--premium.artdeco-button--primary:active,
.artdeco-button--premium.artdeco-button:active,
.artdeco-button--premium.peek-carousel-controls__button:active {
    background-color: var(--artdeco-button-primary-default-premium-active-background-color);
    color: var(--artdeco-button-primary-default-premium-active-color)
}

.artdeco-button--premium.artdeco-button--disabled.artdeco-button,
.artdeco-button--premium.artdeco-button--disabled.artdeco-button--primary,
.artdeco-button--premium.artdeco-button--disabled.peek-carousel-controls__button,
.artdeco-button--premium.artdeco-button--primary:disabled,
.artdeco-button--premium.artdeco-button:disabled,
.artdeco-button--premium.peek-carousel-controls__button:disabled,
.artdeco-button--premium.peek-carousel-controls__button[disabled] {
    background-color: var(--artdeco-button-primary-default-premium-disabled-background-color);
    color: var(--artdeco-button-primary-default-premium-disabled-color)
}

.artdeco-button--inverse.artdeco-button,
.artdeco-button--inverse.artdeco-button--primary,
.artdeco-button--inverse.artdeco-button--primary:visited,
.artdeco-button--inverse.artdeco-button--primary:visited:hover,
.artdeco-button--inverse.artdeco-button:visited,
.artdeco-button--inverse.artdeco-button:visited:hover,
.artdeco-button--inverse.peek-carousel-controls__button,
.artdeco-button--inverse.peek-carousel-controls__button:visited,
.artdeco-button--inverse.peek-carousel-controls__button:visited:hover {
    background-color: var(--artdeco-button-primary-inverse-static-background-color);
    color: var(--artdeco-button-primary-inverse-static-color)
}

.artdeco-button--inverse.artdeco-button--primary:focus,
.artdeco-button--inverse.artdeco-button--primary:hover,
.artdeco-button--inverse.artdeco-button:focus,
.artdeco-button--inverse.artdeco-button:hover,
.artdeco-button--inverse.peek-carousel-controls__button:focus,
.artdeco-button--inverse.peek-carousel-controls__button:hover {
    background-color: var(--artdeco-button-primary-inverse-hover-background-color);
    color: var(--artdeco-button-primary-inverse-hover-color)
}

.artdeco-button--inverse.artdeco-button--primary:active,
.artdeco-button--inverse.artdeco-button:active,
.artdeco-button--inverse.peek-carousel-controls__button:active {
    background-color: var(--artdeco-button-primary-inverse-active-background-color);
    color: var(--artdeco-button-primary-inverse-active-color)
}

.artdeco-button--inverse.artdeco-button--disabled.artdeco-button,
.artdeco-button--inverse.artdeco-button--disabled.artdeco-button--primary,
.artdeco-button--inverse.artdeco-button--disabled.peek-carousel-controls__button,
.artdeco-button--inverse.artdeco-button--primary:disabled,
.artdeco-button--inverse.artdeco-button:disabled,
.artdeco-button--inverse.peek-carousel-controls__button:disabled,
.artdeco-button--inverse.peek-carousel-controls__button[disabled] {
    background-color: var(--artdeco-button-primary-inverse-disabled-background-color);
    color: var(--artdeco-button-primary-inverse-disabled-color)
}

.artdeco-button--inverse.artdeco-button--disabled.artdeco-button--primary .artdeco-button__icon--in-bug,
.artdeco-button--inverse.artdeco-button--disabled.artdeco-button .artdeco-button__icon--in-bug,
.artdeco-button--inverse.artdeco-button--disabled.peek-carousel-controls__button .artdeco-button__icon--in-bug,
.artdeco-button--inverse.artdeco-button--primary:disabled .artdeco-button__icon--in-bug,
.artdeco-button--inverse.artdeco-button:disabled .artdeco-button__icon--in-bug,
.artdeco-button--inverse.peek-carousel-controls__button:disabled .artdeco-button__icon--in-bug,
.artdeco-button--inverse.peek-carousel-controls__button[disabled] .artdeco-button__icon--in-bug {
    opacity: .45
}

.artdeco-button--inverse.artdeco-button--premium.artdeco-button,
.artdeco-button--inverse.artdeco-button--premium.artdeco-button--primary,
.artdeco-button--inverse.artdeco-button--premium.artdeco-button--primary:visited,
.artdeco-button--inverse.artdeco-button--premium.artdeco-button--primary:visited:hover,
.artdeco-button--inverse.artdeco-button--premium.artdeco-button:visited,
.artdeco-button--inverse.artdeco-button--premium.artdeco-button:visited:hover,
.artdeco-button--inverse.artdeco-button--premium.peek-carousel-controls__button,
.artdeco-button--inverse.artdeco-button--premium.peek-carousel-controls__button:visited,
.artdeco-button--inverse.artdeco-button--premium.peek-carousel-controls__button:visited:hover {
    background-color: var(--artdeco-button-primary-default-premium-static-background-color);
    color: var(--artdeco-button-primary-default-premium-static-color)
}

.artdeco-button--inverse.artdeco-button--premium.artdeco-button--primary:focus,
.artdeco-button--inverse.artdeco-button--premium.artdeco-button--primary:hover,
.artdeco-button--inverse.artdeco-button--premium.artdeco-button:focus,
.artdeco-button--inverse.artdeco-button--premium.artdeco-button:hover,
.artdeco-button--inverse.artdeco-button--premium.peek-carousel-controls__button:focus,
.artdeco-button--inverse.artdeco-button--premium.peek-carousel-controls__button:hover {
    background-color: var(--artdeco-button-primary-default-premium-hover-background-color);
    color: var(--artdeco-button-primary-default-premium-hover-color)
}

.artdeco-button--inverse.artdeco-button--premium.artdeco-button--primary:active,
.artdeco-button--inverse.artdeco-button--premium.artdeco-button:active,
.artdeco-button--inverse.artdeco-button--premium.peek-carousel-controls__button:active {
    background-color: var(--artdeco-button-primary-default-premium-active-background-color);
    color: var(--artdeco-button-primary-default-premium-active-color)
}

.artdeco-button--inverse.artdeco-button--premium.artdeco-button--disabled.artdeco-button,
.artdeco-button--inverse.artdeco-button--premium.artdeco-button--disabled.artdeco-button--primary,
.artdeco-button--inverse.artdeco-button--premium.artdeco-button--disabled.peek-carousel-controls__button,
.artdeco-button--inverse.artdeco-button--premium.artdeco-button--primary:disabled,
.artdeco-button--inverse.artdeco-button--premium.artdeco-button:disabled,
.artdeco-button--inverse.artdeco-button--premium.peek-carousel-controls__button:disabled,
.artdeco-button--inverse.artdeco-button--premium.peek-carousel-controls__button[disabled] {
    background-color: var(--artdeco-button-primary-inverse-premium-disabled-background-color);
    color: var(--artdeco-button-primary-inverse-premium-disabled-color)
}

.artdeco-button--secondary,
.artdeco-button--secondary:visited,
.artdeco-button--secondary:visited:hover,
.artdeco-carousel__navigation .artdeco-button--circle,
.artdeco-carousel__navigation .artdeco-button--circle:visited,
.artdeco-carousel__navigation .artdeco-button--circle:visited:hover,
.artdeco-carousel__navigation .peek-carousel-controls__button,
.peek-carousel-controls__button,
.peek-carousel-controls__button:visited,
.peek-carousel-controls__button:visited:hover,
a.artdeco-button--secondary {
    background-color: var(--artdeco-button-secondary-default-static-background-color);
    color: var(--artdeco-button-secondary-default-static-color);
    box-shadow: inset 0 0 0 1px var(--artdeco-button-secondary-default-static-border-color)
}

.artdeco-button--secondary:focus,
.artdeco-button--secondary:hover,
.artdeco-carousel__navigation .artdeco-button--circle:focus,
.artdeco-carousel__navigation .artdeco-button--circle:hover,
.peek-carousel-controls__button:focus,
.peek-carousel-controls__button:hover {
    background-color: var(--artdeco-button-secondary-default-hover-background-color);
    color: var(--artdeco-button-secondary-default-hover-color);
    box-shadow: inset 0 0 0 2px var(--artdeco-button-secondary-default-hover-border-color)
}

.artdeco-button--secondary:active,
.artdeco-carousel__navigation .artdeco-button--circle:active,
.peek-carousel-controls__button:active {
    background-color: var(--artdeco-button-secondary-default-active-background-color);
    color: var(--artdeco-button-secondary-default-active-color);
    box-shadow: inset 0 0 0 2px var(--artdeco-button-secondary-default-active-border-color)
}

.artdeco-button--disabled.artdeco-button--secondary,
.artdeco-button--disabled.peek-carousel-controls__button,
.artdeco-button--secondary:disabled,
.artdeco-carousel__navigation .artdeco-button--circle:disabled,
.artdeco-carousel__navigation .artdeco-button--disabled.artdeco-button--circle,
.peek-carousel-controls__button:disabled,
.peek-carousel-controls__button[disabled] {
    background-color: var(--artdeco-button-secondary-default-disabled-background-color);
    color: var(--artdeco-button-secondary-default-disabled-color);
    box-shadow: inset 0 0 0 1px var(--artdeco-button-secondary-default-disabled-border-color)
}

.artdeco-button--inverse.artdeco-button--secondary,
.artdeco-button--inverse.artdeco-button--secondary:visited,
.artdeco-button--inverse.artdeco-button--secondary:visited:hover,
.artdeco-button--inverse.peek-carousel-controls__button,
.artdeco-button--inverse.peek-carousel-controls__button:visited,
.artdeco-button--inverse.peek-carousel-controls__button:visited:hover,
.artdeco-carousel__navigation .artdeco-button--inverse.artdeco-button--circle,
.artdeco-carousel__navigation .artdeco-button--inverse.artdeco-button--circle:visited,
.artdeco-carousel__navigation .artdeco-button--inverse.artdeco-button--circle:visited:hover {
    background-color: var(--artdeco-button-secondary-inverse-static-background-color);
    color: var(--artdeco-button-secondary-inverse-static-color);
    box-shadow: inset 0 0 0 1px var(--artdeco-button-secondary-inverse-static-border-color)
}

.artdeco-button--inverse.artdeco-button--secondary:focus,
.artdeco-button--inverse.artdeco-button--secondary:hover,
.artdeco-button--inverse.peek-carousel-controls__button:focus,
.artdeco-button--inverse.peek-carousel-controls__button:hover,
.artdeco-carousel__navigation .artdeco-button--inverse.artdeco-button--circle:focus,
.artdeco-carousel__navigation .artdeco-button--inverse.artdeco-button--circle:hover {
    background-color: var(--artdeco-button-secondary-inverse-hover-background-color);
    color: var(--artdeco-button-secondary-inverse-hover-color);
    box-shadow: inset 0 0 0 2px var(--artdeco-button-secondary-inverse-hover-border-color)
}

.artdeco-button--inverse.artdeco-button--secondary:active,
.artdeco-button--inverse.peek-carousel-controls__button:active,
.artdeco-carousel__navigation .artdeco-button--inverse.artdeco-button--circle:active {
    background-color: var(--artdeco-button-secondary-inverse-active-background-color);
    color: var(--artdeco-button-secondary-inverse-active-color);
    box-shadow: inset 0 0 0 2px var(--artdeco-button-secondary-inverse-active-border-color)
}

.artdeco-button--inverse.artdeco-button--disabled.artdeco-button--secondary,
.artdeco-button--inverse.artdeco-button--disabled.peek-carousel-controls__button,
.artdeco-button--inverse.artdeco-button--secondary:disabled,
.artdeco-button--inverse.peek-carousel-controls__button:disabled,
.artdeco-button--inverse.peek-carousel-controls__button[disabled],
.artdeco-carousel__navigation .artdeco-button--inverse.artdeco-button--circle:disabled,
.artdeco-carousel__navigation .artdeco-button--inverse.artdeco-button--disabled.artdeco-button--circle {
    background-color: var(--artdeco-button-secondary-inverse-disabled-background-color);
    color: var(--artdeco-button-secondary-inverse-disabled-color);
    box-shadow: inset 0 0 0 1px var(--artdeco-button-secondary-inverse-disabled-border-color)
}

.artdeco-button--muted.artdeco-button--secondary,
.artdeco-button--muted.artdeco-button--secondary:visited,
.artdeco-button--muted.artdeco-button--secondary:visited:hover,
.artdeco-carousel__navigation .artdeco-button--muted.artdeco-button--circle,
.artdeco-carousel__navigation .artdeco-button--muted.artdeco-button--circle:visited,
.artdeco-carousel__navigation .artdeco-button--muted.artdeco-button--circle:visited:hover,
.artdeco-carousel__navigation .peek-carousel-controls__button,
.peek-carousel-controls__button,
.peek-carousel-controls__button:visited,
.peek-carousel-controls__button:visited:hover {
    background-color: var(--artdeco-button-secondary-muted-static-background-color);
    color: var(--artdeco-button-secondary-muted-static-color);
    box-shadow: inset 0 0 0 1px var(--artdeco-button-secondary-muted-static-border-color)
}

.artdeco-button--muted.artdeco-button--secondary:focus,
.artdeco-button--muted.artdeco-button--secondary:hover,
.artdeco-carousel__navigation .artdeco-button--muted.artdeco-button--circle:focus,
.artdeco-carousel__navigation .artdeco-button--muted.artdeco-button--circle:hover,
.peek-carousel-controls__button:focus,
.peek-carousel-controls__button:hover {
    background-color: var(--artdeco-button-secondary-muted-hover-background-color);
    color: var(--artdeco-button-secondary-muted-hover-color);
    box-shadow: inset 0 0 0 2px var(--artdeco-button-secondary-muted-hover-border-color)
}

.artdeco-button--muted.artdeco-button--secondary:active,
.artdeco-carousel__navigation .artdeco-button--muted.artdeco-button--circle:active,
.peek-carousel-controls__button:active {
    background-color: var(--artdeco-button-secondary-muted-active-background-color);
    color: var(--artdeco-button-secondary-muted-active-color);
    box-shadow: inset 0 0 0 2px var(--artdeco-button-secondary-muted-active-border-color)
}

.artdeco-button--disabled.peek-carousel-controls__button,
.artdeco-button--muted.artdeco-button--disabled.artdeco-button--secondary,
.artdeco-button--muted.artdeco-button--secondary:disabled,
.artdeco-carousel__navigation .artdeco-button--muted.artdeco-button--circle:disabled,
.artdeco-carousel__navigation .artdeco-button--muted.artdeco-button--disabled.artdeco-button--circle,
.peek-carousel-controls__button:disabled,
.peek-carousel-controls__button[disabled] {
    background-color: var(--artdeco-button-secondary-muted-disabled-background-color);
    color: var(--artdeco-button-secondary-muted-disabled-color);
    box-shadow: inset 0 0 0 1px var(--artdeco-button-secondary-muted-disabled-border-color)
}

.artdeco-button--disabled.peek-carousel-controls__button .artdeco-button__icon--in-bug,
.artdeco-button--muted.artdeco-button--disabled.artdeco-button--secondary .artdeco-button__icon--in-bug,
.artdeco-button--muted.artdeco-button--secondary:disabled .artdeco-button__icon--in-bug,
.artdeco-carousel__navigation .artdeco-button--muted.artdeco-button--circle:disabled .artdeco-button__icon--in-bug,
.artdeco-carousel__navigation .artdeco-button--muted.artdeco-button--disabled.artdeco-button--circle .artdeco-button__icon--in-bug,
.peek-carousel-controls__button:disabled .artdeco-button__icon--in-bug,
.peek-carousel-controls__button[disabled] .artdeco-button__icon--in-bug {
    opacity: .45
}

.artdeco-button--tertiary,
.artdeco-button--tertiary:visited,
.artdeco-button--tertiary:visited:hover,
a.artdeco-button--tertiary {
    background-color: var(--artdeco-button-tertiary-default-static-background-color);
    color: var(--artdeco-button-tertiary-default-static-color)
}

.artdeco-button--tertiary:focus,
.artdeco-button--tertiary:hover {
    background-color: var(--artdeco-button-tertiary-default-hover-background-color);
    color: var(--artdeco-button-tertiary-default-hover-color)
}

.artdeco-button--tertiary:active {
    background-color: var(--artdeco-button-tertiary-default-active-background-color);
    color: var(--artdeco-button-tertiary-default-active-color)
}

.artdeco-button--disabled.artdeco-button--tertiary,
.artdeco-button--tertiary.peek-carousel-controls__button[disabled],
.artdeco-button--tertiary:disabled {
    background-color: var(--artdeco-button-tertiary-default-disabled-background-color);
    color: var(--artdeco-button-tertiary-default-disabled-color)
}

.artdeco-button--inverse.artdeco-button--tertiary,
.artdeco-button--inverse.artdeco-button--tertiary:visited,
.artdeco-button--inverse.artdeco-button--tertiary:visited:hover {
    background-color: var(--artdeco-button-tertiary-inverse-static-background-color);
    color: var(--artdeco-button-tertiary-inverse-static-color)
}

.artdeco-button--inverse.artdeco-button--tertiary:focus,
.artdeco-button--inverse.artdeco-button--tertiary:hover {
    background-color: var(--artdeco-button-tertiary-inverse-hover-background-color);
    color: var(--artdeco-button-tertiary-inverse-hover-color)
}

.artdeco-button--inverse.artdeco-button--tertiary:active {
    background-color: var(--artdeco-button-tertiary-inverse-active-background-color);
    color: var(--artdeco-button-tertiary-inverse-active-color)
}

.artdeco-button--inverse.artdeco-button--disabled.artdeco-button--tertiary,
.artdeco-button--inverse.artdeco-button--tertiary.peek-carousel-controls__button[disabled],
.artdeco-button--inverse.artdeco-button--tertiary:disabled {
    background-color: var(--artdeco-button-tertiary-inverse-disabled-background-color);
    color: var(--artdeco-button-tertiary-inverse-disabled-color)
}

.artdeco-button--muted.artdeco-button--tertiary,
.artdeco-button--muted.artdeco-button--tertiary:visited,
.artdeco-button--muted.artdeco-button--tertiary:visited:hover,
.artdeco-button--tertiary.peek-carousel-controls__button,
.artdeco-button--tertiary.peek-carousel-controls__button:visited,
.artdeco-button--tertiary.peek-carousel-controls__button:visited:hover {
    background-color: var(--artdeco-button-tertiary-muted-static-background-color);
    color: var(--artdeco-button-tertiary-muted-static-color)
}

.artdeco-button--muted.artdeco-button--tertiary:focus,
.artdeco-button--muted.artdeco-button--tertiary:hover,
.artdeco-button--tertiary.peek-carousel-controls__button:focus,
.artdeco-button--tertiary.peek-carousel-controls__button:hover {
    background-color: var(--artdeco-button-tertiary-muted-hover-background-color);
    color: var(--artdeco-button-tertiary-muted-hover-color)
}

.artdeco-button--muted.artdeco-button--tertiary:active,
.artdeco-button--tertiary.peek-carousel-controls__button:active {
    background-color: var(--artdeco-button-tertiary-muted-active-background-color);
    color: var(--artdeco-button-tertiary-muted-active-color)
}

.artdeco-button--disabled.artdeco-button--tertiary.peek-carousel-controls__button,
.artdeco-button--muted.artdeco-button--disabled.artdeco-button--tertiary,
.artdeco-button--muted.artdeco-button--tertiary:disabled,
.artdeco-button--tertiary.peek-carousel-controls__button:disabled,
.artdeco-button--tertiary.peek-carousel-controls__button[disabled] {
    background-color: var(--artdeco-button-tertiary-muted-disabled-background-color);
    color: var(--artdeco-button-tertiary-muted-disabled-color)
}

.artdeco-button,
.artdeco-button--2,
.peek-carousel-controls__button {
    font-size: 1.6rem;
    min-height: 3.2rem;
    padding: .6rem 1.2rem;
    line-height: 2rem
}

.artdeco-button--circle.artdeco-button,
.artdeco-button--circle.artdeco-button--2,
.peek-carousel-controls__button {
    height: 4rem;
    width: 4rem;
    min-width: auto
}

.artdeco-button--1,
.peek-carousel-controls__button {
    font-size: 1.4rem;
    min-height: 2.4rem;
    padding: .2rem .8rem;
    line-height: 2rem
}

.artdeco-button--circle.artdeco-button--1,
.peek-carousel-controls__button {
    height: 3.2rem;
    width: 3.2rem;
    min-width: auto
}

.artdeco-button--3 {
    font-size: 1.6rem;
    min-height: 4rem;
    padding: 1rem 1.6rem;
    line-height: 2rem
}

.artdeco-button--3.peek-carousel-controls__button,
.artdeco-button--circle.artdeco-button--3 {
    height: 4.8rem;
    width: 4.8rem;
    min-width: auto
}

.artdeco-button--4 {
    font-size: 2rem;
    min-height: 4.8rem;
    padding: 1rem 2rem;
    line-height: 2.8rem
}

.artdeco-button--4.peek-carousel-controls__button,
.artdeco-button--circle.artdeco-button--4 {
    height: 5.6rem;
    width: 5.6rem;
    min-width: auto
}

.artdeco-button,
.peek-carousel-controls__button {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 167ms;
    align-items: center;
    border: none;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    min-width: 6.4rem;
    max-width: 480px;
    overflow: hidden;
    text-align: center;
    transition-property: background-color, box-shadow, color;
    vertical-align: middle
}

.artdeco-button:disabled,
.peek-carousel-controls__button:disabled {
    cursor: not-allowed
}

.artdeco-button:disabled *,
.peek-carousel-controls__button:disabled * {
    pointer-events: none
}

.artdeco-button--disabled.peek-carousel-controls__button,
.artdeco-button.artdeco-button--disabled,
.peek-carousel-controls__button[disabled] {
    cursor: not-allowed
}

.artdeco-button--disabled.peek-carousel-controls__button *,
.artdeco-button.artdeco-button--disabled *,
.peek-carousel-controls__button[disabled] * {
    pointer-events: none
}

.artdeco-button--tertiary {
    padding-left: 8px;
    padding-right: 8px
}

.artdeco-button--circle,
.peek-carousel-controls__button {
    border-radius: 49.5%;
    padding: 0
}

.artdeco-button--circle .artdeco-button__text,
.peek-carousel-controls__button .artdeco-button__text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px
}

.artdeco-button--fluid {
    display: flex;
    flex: 1;
    border-radius: 0;
    max-width: 100%;
    width: 100%
}

.artdeco-button--full {
    display: flex;
    flex: 1
}

.artdeco-button--full+.artdeco-button--full {
    margin-left: 8px
}

.artdeco-button--icon-right {
    flex-direction: row-reverse
}

.artdeco-button__icon,
.peek-carousel-controls__button .peek-carousel-controls__button-icon {
    flex-shrink: 0;
    margin: 0 4px 0 -2px
}

.artdeco-button--4 .artdeco-button__icon,
.artdeco-button--4 .peek-carousel-controls__button .peek-carousel-controls__button-icon,
.peek-carousel-controls__button .artdeco-button--4 .peek-carousel-controls__button-icon {
    margin-left: -4px
}

.artdeco-button--tertiary .artdeco-button__icon,
.artdeco-button--tertiary .peek-carousel-controls__button .peek-carousel-controls__button-icon,
.peek-carousel-controls__button .artdeco-button--tertiary .peek-carousel-controls__button-icon {
    margin-left: -2px
}

.artdeco-button--icon-right .artdeco-button__icon,
.artdeco-button--icon-right .peek-carousel-controls__button .peek-carousel-controls__button-icon,
.peek-carousel-controls__button .artdeco-button--icon-right .peek-carousel-controls__button-icon {
    margin: 0 -2px 0 4px
}

.artdeco-button__icon .artdeco-button--4 .artdeco-button__icon.artdeco-button--icon-right,
.artdeco-button__icon .artdeco-button--4 .peek-carousel-controls__button .artdeco-button--icon-right.peek-carousel-controls__button-icon,
.peek-carousel-controls__button .artdeco-button__icon .artdeco-button--4 .artdeco-button--icon-right.peek-carousel-controls__button-icon,
.peek-carousel-controls__button .peek-carousel-controls__button-icon .artdeco-button--4 .artdeco-button--icon-right.peek-carousel-controls__button-icon,
.peek-carousel-controls__button .peek-carousel-controls__button-icon .artdeco-button--4 .artdeco-button__icon.artdeco-button--icon-right {
    margin-left: 6px
}

.artdeco-button__icon .artdeco-button--4.artdeco-button--tertiary .artdeco-button__icon.artdeco-button--icon-right,
.artdeco-button__icon .artdeco-button--4.artdeco-button--tertiary .peek-carousel-controls__button .artdeco-button--icon-right.peek-carousel-controls__button-icon,
.peek-carousel-controls__button .artdeco-button__icon .artdeco-button--4.artdeco-button--tertiary .artdeco-button--icon-right.peek-carousel-controls__button-icon,
.peek-carousel-controls__button .peek-carousel-controls__button-icon .artdeco-button--4.artdeco-button--tertiary .artdeco-button--icon-right.peek-carousel-controls__button-icon,
.peek-carousel-controls__button .peek-carousel-controls__button-icon .artdeco-button--4.artdeco-button--tertiary .artdeco-button__icon.artdeco-button--icon-right {
    margin-left: 4px
}

.artdeco-button__icon.artdeco-button__icon--in-bug,
.peek-carousel-controls__button .artdeco-button__icon--in-bug.peek-carousel-controls__button-icon {
    margin: 0 4px 0 0
}

.artdeco-button__icon .artdeco-button--4 .artdeco-button__icon.artdeco-button__icon--in-bug,
.artdeco-button__icon .artdeco-button--4 .peek-carousel-controls__button .artdeco-button__icon--in-bug.peek-carousel-controls__button-icon,
.peek-carousel-controls__button .artdeco-button__icon .artdeco-button--4 .artdeco-button__icon--in-bug.peek-carousel-controls__button-icon,
.peek-carousel-controls__button .peek-carousel-controls__button-icon .artdeco-button--4 .artdeco-button__icon--in-bug.peek-carousel-controls__button-icon,
.peek-carousel-controls__button .peek-carousel-controls__button-icon .artdeco-button--4 .artdeco-button__icon.artdeco-button__icon--in-bug {
    margin-right: 6px
}

.artdeco-button--circle .artdeco-button__icon,
.peek-carousel-controls__button .artdeco-button__icon,
.peek-carousel-controls__button .peek-carousel-controls__button-icon {
    margin: 0
}

@media screen and (-ms-high-contrast:active),
screen and (forced-colors:active) {

    .artdeco-button--primary,
    .artdeco-button--secondary,
    .artdeco-button--tertiary,
    .artdeco-carousel__navigation .artdeco-button--circle,
    .artdeco-carousel__navigation .peek-carousel-controls__button,
    .peek-carousel-controls__button {
        background-color: transparent
    }

    .artdeco-button--primary:not(a),
    .artdeco-button--secondary:not(a),
    .artdeco-button--tertiary:not(a),
    .artdeco-carousel__navigation .artdeco-button--circle:not(a),
    .artdeco-carousel__navigation .peek-carousel-controls__button:not(a),
    .peek-carousel-controls__button:not(a) {
        color: ButtonText !important
    }

    .artdeco-button--primary:active,
    .artdeco-button--primary:focus,
    .artdeco-button--primary:hover,
    .artdeco-button--secondary:active,
    .artdeco-button--secondary:focus,
    .artdeco-button--secondary:hover,
    .artdeco-button--tertiary:active,
    .artdeco-button--tertiary:focus,
    .artdeco-button--tertiary:hover,
    .artdeco-carousel__navigation .artdeco-button--circle:active,
    .artdeco-carousel__navigation .artdeco-button--circle:focus,
    .artdeco-carousel__navigation .artdeco-button--circle:hover,
    .peek-carousel-controls__button:active,
    .peek-carousel-controls__button:focus,
    .peek-carousel-controls__button:hover {
        border: 1px solid ButtonText !important;
        box-shadow: inset 0 0 0 1px ButtonText !important
    }

    .artdeco-button--disabled.peek-carousel-controls__button,
    .artdeco-button--disabled.peek-carousel-controls__button:active,
    .artdeco-button--disabled.peek-carousel-controls__button:focus,
    .artdeco-button--disabled.peek-carousel-controls__button:hover,
    .artdeco-button--primary.artdeco-button--disabled,
    .artdeco-button--primary.artdeco-button--disabled:active,
    .artdeco-button--primary.artdeco-button--disabled:focus,
    .artdeco-button--primary.artdeco-button--disabled:hover,
    .artdeco-button--primary.peek-carousel-controls__button:active[disabled],
    .artdeco-button--primary.peek-carousel-controls__button:focus[disabled],
    .artdeco-button--primary.peek-carousel-controls__button:hover[disabled],
    .artdeco-button--primary.peek-carousel-controls__button[disabled],
    .artdeco-button--primary:disabled,
    .artdeco-button--primary:disabled:active,
    .artdeco-button--primary:disabled:focus,
    .artdeco-button--primary:disabled:hover,
    .artdeco-button--secondary.artdeco-button--disabled,
    .artdeco-button--secondary.artdeco-button--disabled:active,
    .artdeco-button--secondary.artdeco-button--disabled:focus,
    .artdeco-button--secondary.artdeco-button--disabled:hover,
    .artdeco-button--secondary:disabled,
    .artdeco-button--secondary:disabled:active,
    .artdeco-button--secondary:disabled:focus,
    .artdeco-button--secondary:disabled:hover,
    .artdeco-button--tertiary.artdeco-button--disabled,
    .artdeco-button--tertiary.artdeco-button--disabled:active,
    .artdeco-button--tertiary.artdeco-button--disabled:focus,
    .artdeco-button--tertiary.artdeco-button--disabled:hover,
    .artdeco-button--tertiary.peek-carousel-controls__button:active[disabled],
    .artdeco-button--tertiary.peek-carousel-controls__button:focus[disabled],
    .artdeco-button--tertiary.peek-carousel-controls__button:hover[disabled],
    .artdeco-button--tertiary.peek-carousel-controls__button[disabled],
    .artdeco-button--tertiary:disabled,
    .artdeco-button--tertiary:disabled:active,
    .artdeco-button--tertiary:disabled:focus,
    .artdeco-button--tertiary:disabled:hover,
    .artdeco-carousel__navigation .artdeco-button--circle:disabled,
    .artdeco-carousel__navigation .artdeco-button--circle:disabled:active,
    .artdeco-carousel__navigation .artdeco-button--circle:disabled:focus,
    .artdeco-carousel__navigation .artdeco-button--circle:disabled:hover,
    .artdeco-carousel__navigation .artdeco-button--disabled.artdeco-button--circle,
    .artdeco-carousel__navigation .artdeco-button--disabled.artdeco-button--circle:active,
    .artdeco-carousel__navigation .artdeco-button--disabled.artdeco-button--circle:focus,
    .artdeco-carousel__navigation .artdeco-button--disabled.artdeco-button--circle:hover,
    .peek-carousel-controls__button:active[disabled],
    .peek-carousel-controls__button:disabled,
    .peek-carousel-controls__button:disabled:active,
    .peek-carousel-controls__button:disabled:focus,
    .peek-carousel-controls__button:disabled:hover,
    .peek-carousel-controls__button:focus[disabled],
    .peek-carousel-controls__button:hover[disabled],
    .peek-carousel-controls__button[disabled] {
        color: GrayText !important;
        border: 1px solid GrayText !important;
        box-shadow: none;
        outline: none
    }

    .artdeco-button--tertiary {
        border: 1px solid transparent
    }

    .artdeco-button--primary,
    .artdeco-button--secondary,
    .artdeco-carousel__navigation .artdeco-button--circle,
    .artdeco-carousel__navigation .peek-carousel-controls__button,
    .peek-carousel-controls__button {
        border: 1px solid ButtonText !important
    }
}

a.artdeco-button--primary.peek-carousel-controls__button:focus,
a.artdeco-button.artdeco-button--primary:focus {
    outline: 4px solid var(--blue-60, #0091ca);
    outline-offset: 2px
}

a.artdeco-button--primary.artdeco-button--inverse.peek-carousel-controls__button:focus,
a.artdeco-button.artdeco-button--primary.artdeco-button--inverse:focus {
    outline: 4px solid var(--blue-30, #caedff)
}

.artdeco-button,
.peek-carousel-controls__button {
    min-width: 0
}

.artdeco-button:focus,
.peek-carousel-controls__button:focus {
    outline-offset: 2px
}

.artdeco-button,
.artdeco-button--2,
.peek-carousel-controls__button {
    border-radius: var(--corner-radius-large) !important;
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important
}

.artdeco-button--1,
.peek-carousel-controls__button {
    border-radius: var(--corner-radius-large) !important;
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important
}

.artdeco-button--3 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
}

.artdeco-button--3,
.artdeco-button--4 {
    border-radius: var(--corner-radius-xlarge) !important
}

.artdeco-button--4 {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important
}

.artdeco-button--tertiary {
    border-radius: var(--corner-radius-small) !important;
    padding-left: .8rem !important;
    padding-right: .8rem !important
}

.artdeco-button--premium {
    box-shadow: none !important
}

.artdeco-button--circle,
.peek-carousel-controls__button {
    border-radius: var(--corner-radius-full) !important;
    padding: 0 !important
}

.artdeco-button--fluid {
    border-radius: 0 !important
}

.artdeco-button--full {
    max-width: 100% !important;
    flex-grow: 1 !important
}

a.artdeco-button--primary.peek-carousel-controls__button,
a.artdeco-button.artdeco-button--primary {
    outline-color: transparent !important
}

a.artdeco-button--primary.peek-carousel-controls__button:focus,
a.artdeco-button.artdeco-button--primary:focus {
    outline-color: var(--color-action) !important
}

a.artdeco-button--primary.artdeco-button--inverse.peek-carousel-controls__button,
a.artdeco-button.artdeco-button--primary.artdeco-button--inverse {
    outline-color: transparent !important
}

a.artdeco-button--primary.artdeco-button--inverse.peek-carousel-controls__button:focus,
a.artdeco-button.artdeco-button--primary.artdeco-button--inverse:focus {
    outline-color: var(--color-action-on-dark) !important
}

a.artdeco-button--primary.peek-carousel-controls__button:visited,
a.artdeco-button.artdeco-button--primary:visited {
    color: var(--artdeco-button-primary-default-static-color)
}

a.artdeco-button--primary.artdeco-button--inverse.peek-carousel-controls__button:visited,
a.artdeco-button.artdeco-button--primary.artdeco-button--inverse:visited {
    color: var(--artdeco-button-primary-inverse-static-color)
}

a.artdeco-button--primary.peek-carousel-controls__button:visited,
a.artdeco-button.artdeco-button--primary.artdeco-button--muted:visited {
    color: var(--white, #fff)
}

.artdeco-carousel__navigation a.artdeco-button.artdeco-button--circle:visited,
a.artdeco-button.artdeco-button--secondary:visited,
a.peek-carousel-controls__button:visited {
    color: var(--artdeco-button-secondary-default-static-color)
}

.artdeco-carousel__navigation a.artdeco-button.artdeco-button--inverse.artdeco-button--circle:visited,
a.artdeco-button--inverse.peek-carousel-controls__button:visited,
a.artdeco-button.artdeco-button--secondary.artdeco-button--inverse:visited {
    color: var(--artdeco-button-secondary-inverse-static-color)
}

.artdeco-carousel__navigation a.artdeco-button.artdeco-button--muted.artdeco-button--circle:visited,
a.artdeco-button.artdeco-button--secondary.artdeco-button--muted:visited,
a.peek-carousel-controls__button:visited {
    color: var(--artdeco-button-secondary-muted-static-color)
}

a.artdeco-button--tertiary.peek-carousel-controls__button:visited,
a.artdeco-button.artdeco-button--tertiary:visited {
    color: var(--artdeco-button-tertiary-default-static-color)
}

a.artdeco-button--tertiary.artdeco-button--inverse.peek-carousel-controls__button:visited,
a.artdeco-button.artdeco-button--tertiary.artdeco-button--inverse:visited {
    color: var(--artdeco-button-tertiary-inverse-static-color)
}

a.artdeco-button--tertiary.peek-carousel-controls__button:visited,
a.artdeco-button.artdeco-button--tertiary.artdeco-button--muted:visited {
    color: var(--artdeco-button-tertiary-muted-static-color)
}

.artdeco-button-mercado .artdeco-button--tertiary.peek-carousel-controls__button:disabled,
.artdeco-button-mercado .artdeco-button.artdeco-button--tertiary:disabled {
    --color-background-disabled: var(--color-background-transparent);
    background-color: var(--color-background-disabled) !important
}

.artdeco-button-mercado .artdeco-button--tertiary.peek-carousel-controls__button:disabled .artdeco-button__icon,
.artdeco-button-mercado .artdeco-button--tertiary.peek-carousel-controls__button:disabled .artdeco-button__icon:active,
.artdeco-button-mercado .artdeco-button--tertiary.peek-carousel-controls__button:disabled .artdeco-button__icon:hover,
.artdeco-button-mercado .artdeco-button--tertiary.peek-carousel-controls__button:disabled .peek-carousel-controls__button-icon,
.artdeco-button-mercado .artdeco-button--tertiary.peek-carousel-controls__button:disabled .peek-carousel-controls__button-icon:active,
.artdeco-button-mercado .artdeco-button--tertiary.peek-carousel-controls__button:disabled .peek-carousel-controls__button-icon:hover,
.artdeco-button-mercado .artdeco-button.artdeco-button--tertiary:disabled .artdeco-button__icon,
.artdeco-button-mercado .artdeco-button.artdeco-button--tertiary:disabled .artdeco-button__icon:active,
.artdeco-button-mercado .artdeco-button.artdeco-button--tertiary:disabled .artdeco-button__icon:hover,
.artdeco-button-mercado .artdeco-button.artdeco-button--tertiary:disabled .peek-carousel-controls__button .peek-carousel-controls__button-icon,
.artdeco-button-mercado .artdeco-button.artdeco-button--tertiary:disabled .peek-carousel-controls__button .peek-carousel-controls__button-icon:active,
.artdeco-button-mercado .artdeco-button.artdeco-button--tertiary:disabled .peek-carousel-controls__button .peek-carousel-controls__button-icon:hover,
.peek-carousel-controls__button .artdeco-button-mercado .artdeco-button.artdeco-button--tertiary:disabled .peek-carousel-controls__button-icon,
.peek-carousel-controls__button .artdeco-button-mercado .artdeco-button.artdeco-button--tertiary:disabled .peek-carousel-controls__button-icon:active,
.peek-carousel-controls__button .artdeco-button-mercado .artdeco-button.artdeco-button--tertiary:disabled .peek-carousel-controls__button-icon:hover {
    color: var(--color-icon-disabled)
}

@media (-ms-high-contrast:active),
(forced-colors:active) {

    .artdeco-button-mercado .artdeco-button__icon,
    .artdeco-button-mercado .artdeco-button__icon:active,
    .artdeco-button-mercado .artdeco-button__icon:hover,
    .artdeco-button-mercado .peek-carousel-controls__button .peek-carousel-controls__button-icon,
    .artdeco-button-mercado .peek-carousel-controls__button .peek-carousel-controls__button-icon:active,
    .artdeco-button-mercado .peek-carousel-controls__button .peek-carousel-controls__button-icon:hover,
    .peek-carousel-controls__button .artdeco-button-mercado .peek-carousel-controls__button-icon,
    .peek-carousel-controls__button .artdeco-button-mercado .peek-carousel-controls__button-icon:active,
    .peek-carousel-controls__button .artdeco-button-mercado .peek-carousel-controls__button-icon:hover {
        color: ButtonText !important
    }
}

.artdeco-button-mercado :not(.artdeco-button--inverse):not(.artdeco-button--premium).artdeco-button--primary .artdeco-button__icon,
.artdeco-button-mercado :not(.artdeco-button--inverse):not(.artdeco-button--premium).artdeco-button--primary .peek-carousel-controls__button .peek-carousel-controls__button-icon,
.peek-carousel-controls__button .artdeco-button-mercado :not(.artdeco-button--inverse):not(.artdeco-button--premium).artdeco-button--primary .peek-carousel-controls__button-icon {
    color: var(--color-icon-knockout)
}

.artdeco-button-mercado :not(.artdeco-button--inverse):not(.artdeco-button--premium).artdeco-button--primary:hover .artdeco-button__icon,
.artdeco-button-mercado :not(.artdeco-button--inverse):not(.artdeco-button--premium).artdeco-button--primary:hover .peek-carousel-controls__button .peek-carousel-controls__button-icon,
.peek-carousel-controls__button .artdeco-button-mercado :not(.artdeco-button--inverse):not(.artdeco-button--premium).artdeco-button--primary:hover .peek-carousel-controls__button-icon {
    color: var(--color-icon-knockout-hover)
}

.artdeco-button-mercado :not(.artdeco-button--inverse):not(.artdeco-button--premium).artdeco-button--primary:active .artdeco-button__icon,
.artdeco-button-mercado :not(.artdeco-button--inverse):not(.artdeco-button--premium).artdeco-button--primary:active .peek-carousel-controls__button .peek-carousel-controls__button-icon,
.peek-carousel-controls__button .artdeco-button-mercado :not(.artdeco-button--inverse):not(.artdeco-button--premium).artdeco-button--primary:active .peek-carousel-controls__button-icon {
    color: var(--color-icon-knockout-active)
}

.artdeco-button-mercado .artdeco-carousel__navigation .artdeco-button--circle:not(.artdeco-button--inverse) .artdeco-button__icon,
.artdeco-button-mercado .artdeco-carousel__navigation .artdeco-button--circle:not(.artdeco-button--inverse) .peek-carousel-controls__button .peek-carousel-controls__button-icon,
.artdeco-button-mercado .peek-carousel-controls__button:not(.artdeco-button--inverse) .artdeco-button__icon,
.artdeco-button-mercado .peek-carousel-controls__button:not(.artdeco-button--inverse) .peek-carousel-controls__button-icon,
.artdeco-button-mercado :not(.artdeco-button--inverse).artdeco-button--secondary .artdeco-button__icon,
.artdeco-button-mercado :not(.artdeco-button--inverse).artdeco-button--secondary .peek-carousel-controls__button .peek-carousel-controls__button-icon,
.artdeco-carousel__navigation .artdeco-button-mercado .artdeco-button--circle:not(.artdeco-button--inverse) .artdeco-button__icon,
.artdeco-carousel__navigation .artdeco-button-mercado .artdeco-button--circle:not(.artdeco-button--inverse) .peek-carousel-controls__button .peek-carousel-controls__button-icon,
.peek-carousel-controls__button .artdeco-button-mercado .artdeco-carousel__navigation .artdeco-button--circle:not(.artdeco-button--inverse) .peek-carousel-controls__button-icon,
.peek-carousel-controls__button .artdeco-button-mercado :not(.artdeco-button--inverse).artdeco-button--secondary .peek-carousel-controls__button-icon,
.peek-carousel-controls__button .artdeco-carousel__navigation .artdeco-button-mercado .artdeco-button--circle:not(.artdeco-button--inverse) .peek-carousel-controls__button-icon {
    color: var(--color-action)
}

.artdeco-button-mercado .artdeco-carousel__navigation .artdeco-button--circle:not(.artdeco-button--inverse):hover .artdeco-button__icon,
.artdeco-button-mercado .artdeco-carousel__navigation .artdeco-button--circle:not(.artdeco-button--inverse):hover .peek-carousel-controls__button .peek-carousel-controls__button-icon,
.artdeco-button-mercado .peek-carousel-controls__button:not(.artdeco-button--inverse):hover .artdeco-button__icon,
.artdeco-button-mercado .peek-carousel-controls__button:not(.artdeco-button--inverse):hover .peek-carousel-controls__button-icon,
.artdeco-button-mercado :not(.artdeco-button--inverse).artdeco-button--secondary:hover .artdeco-button__icon,
.artdeco-button-mercado :not(.artdeco-button--inverse).artdeco-button--secondary:hover .peek-carousel-controls__button .peek-carousel-controls__button-icon,
.artdeco-carousel__navigation .artdeco-button-mercado .artdeco-button--circle:not(.artdeco-button--inverse):hover .artdeco-button__icon,
.artdeco-carousel__navigation .artdeco-button-mercado .artdeco-button--circle:not(.artdeco-button--inverse):hover .peek-carousel-controls__button .peek-carousel-controls__button-icon,
.peek-carousel-controls__button .artdeco-button-mercado .artdeco-carousel__navigation .artdeco-button--circle:not(.artdeco-button--inverse):hover .peek-carousel-controls__button-icon,
.peek-carousel-controls__button .artdeco-button-mercado :not(.artdeco-button--inverse).artdeco-button--secondary:hover .peek-carousel-controls__button-icon,
.peek-carousel-controls__button .artdeco-carousel__navigation .artdeco-button-mercado .artdeco-button--circle:not(.artdeco-button--inverse):hover .peek-carousel-controls__button-icon {
    color: var(--color-action-hover)
}

.artdeco-button-mercado .artdeco-carousel__navigation .artdeco-button--circle:not(.artdeco-button--inverse):active .artdeco-button__icon,
.artdeco-button-mercado .artdeco-carousel__navigation .artdeco-button--circle:not(.artdeco-button--inverse):active .peek-carousel-controls__button .peek-carousel-controls__button-icon,
.artdeco-button-mercado .peek-carousel-controls__button:not(.artdeco-button--inverse):active .artdeco-button__icon,
.artdeco-button-mercado .peek-carousel-controls__button:not(.artdeco-button--inverse):active .peek-carousel-controls__button-icon,
.artdeco-button-mercado :not(.artdeco-button--inverse).artdeco-button--secondary:active .artdeco-button__icon,
.artdeco-button-mercado :not(.artdeco-button--inverse).artdeco-button--secondary:active .peek-carousel-controls__button .peek-carousel-controls__button-icon,
.artdeco-carousel__navigation .artdeco-button-mercado .artdeco-button--circle:not(.artdeco-button--inverse):active .artdeco-button__icon,
.artdeco-carousel__navigation .artdeco-button-mercado .artdeco-button--circle:not(.artdeco-button--inverse):active .peek-carousel-controls__button .peek-carousel-controls__button-icon,
.peek-carousel-controls__button .artdeco-button-mercado .artdeco-carousel__navigation .artdeco-button--circle:not(.artdeco-button--inverse):active .peek-carousel-controls__button-icon,
.peek-carousel-controls__button .artdeco-button-mercado :not(.artdeco-button--inverse).artdeco-button--secondary:active .peek-carousel-controls__button-icon,
.peek-carousel-controls__button .artdeco-carousel__navigation .artdeco-button-mercado .artdeco-button--circle:not(.artdeco-button--inverse):active .peek-carousel-controls__button-icon {
    color: var(--color-action-active)
}

.artdeco-button-mercado .artdeco-button--premium .artdeco-button__icon,
.artdeco-button-mercado .artdeco-button--premium .peek-carousel-controls__button .peek-carousel-controls__button-icon,
.peek-carousel-controls__button .artdeco-button-mercado .artdeco-button--premium .peek-carousel-controls__button-icon {
    color: var(--color-premium-icon)
}

.artdeco-button-mercado .artdeco-button--premium:hover .artdeco-button__icon,
.artdeco-button-mercado .artdeco-button--premium:hover .peek-carousel-controls__button .peek-carousel-controls__button-icon,
.peek-carousel-controls__button .artdeco-button-mercado .artdeco-button--premium:hover .peek-carousel-controls__button-icon {
    color: var(--color-premium-icon-hover)
}

.artdeco-button-mercado .artdeco-button--premium:active .artdeco-button__icon,
.artdeco-button-mercado .artdeco-button--premium:active .peek-carousel-controls__button .peek-carousel-controls__button-icon,
.peek-carousel-controls__button .artdeco-button-mercado .artdeco-button--premium:active .peek-carousel-controls__button-icon {
    color: var(--color-premium-icon-active)
}

.artdeco-button-mercado .peek-carousel-controls__button:not(.artdeco-button--primary):not(.artdeco-button--tertiary:disabled) .artdeco-button__icon,
.artdeco-button-mercado .peek-carousel-controls__button:not(.artdeco-button--primary):not(.artdeco-button--tertiary:disabled) .peek-carousel-controls__button-icon,
.artdeco-button-mercado :not(.artdeco-button--primary):not(.artdeco-button--tertiary:disabled).artdeco-button--muted .artdeco-button__icon,
.artdeco-button-mercado :not(.artdeco-button--primary):not(.artdeco-button--tertiary:disabled).artdeco-button--muted .peek-carousel-controls__button .peek-carousel-controls__button-icon,
.peek-carousel-controls__button .artdeco-button-mercado :not(.artdeco-button--primary):not(.artdeco-button--tertiary:disabled).artdeco-button--muted .peek-carousel-controls__button-icon {
    color: var(--color-icon)
}

.artdeco-button-mercado .peek-carousel-controls__button:not(.artdeco-button--primary):not(.artdeco-button--tertiary:disabled):hover .artdeco-button__icon,
.artdeco-button-mercado .peek-carousel-controls__button:not(.artdeco-button--primary):not(.artdeco-button--tertiary:disabled):hover .peek-carousel-controls__button-icon,
.artdeco-button-mercado :not(.artdeco-button--primary):not(.artdeco-button--tertiary:disabled).artdeco-button--muted:hover .artdeco-button__icon,
.artdeco-button-mercado :not(.artdeco-button--primary):not(.artdeco-button--tertiary:disabled).artdeco-button--muted:hover .peek-carousel-controls__button .peek-carousel-controls__button-icon,
.peek-carousel-controls__button .artdeco-button-mercado :not(.artdeco-button--primary):not(.artdeco-button--tertiary:disabled).artdeco-button--muted:hover .peek-carousel-controls__button-icon {
    color: var(--color-icon-hover)
}

.artdeco-button-mercado .peek-carousel-controls__button:not(.artdeco-button--primary):not(.artdeco-button--tertiary:disabled):active .artdeco-button__icon,
.artdeco-button-mercado .peek-carousel-controls__button:not(.artdeco-button--primary):not(.artdeco-button--tertiary:disabled):active .peek-carousel-controls__button-icon,
.artdeco-button-mercado :not(.artdeco-button--primary):not(.artdeco-button--tertiary:disabled).artdeco-button--muted:active .artdeco-button__icon,
.artdeco-button-mercado :not(.artdeco-button--primary):not(.artdeco-button--tertiary:disabled).artdeco-button--muted:active .peek-carousel-controls__button .peek-carousel-controls__button-icon,
.peek-carousel-controls__button .artdeco-button-mercado :not(.artdeco-button--primary):not(.artdeco-button--tertiary:disabled).artdeco-button--muted:active .peek-carousel-controls__button-icon {
    color: var(--color-icon-active)
}

.artdeco-button-mercado .artdeco-button--disabled:disabled .artdeco-button__icon,
.artdeco-button-mercado .artdeco-button--disabled:disabled .artdeco-button__icon:active,
.artdeco-button-mercado .artdeco-button--disabled:disabled .artdeco-button__icon:hover,
.artdeco-button-mercado .artdeco-button--disabled:disabled .peek-carousel-controls__button .peek-carousel-controls__button-icon,
.artdeco-button-mercado .artdeco-button--disabled:disabled .peek-carousel-controls__button .peek-carousel-controls__button-icon:active,
.artdeco-button-mercado .artdeco-button--disabled:disabled .peek-carousel-controls__button .peek-carousel-controls__button-icon:hover,
.artdeco-button-mercado .peek-carousel-controls__button:disabled[disabled] .artdeco-button__icon,
.artdeco-button-mercado .peek-carousel-controls__button:disabled[disabled] .artdeco-button__icon:active,
.artdeco-button-mercado .peek-carousel-controls__button:disabled[disabled] .artdeco-button__icon:hover,
.artdeco-button-mercado .peek-carousel-controls__button:disabled[disabled] .peek-carousel-controls__button-icon,
.artdeco-button-mercado .peek-carousel-controls__button:disabled[disabled] .peek-carousel-controls__button-icon:active,
.artdeco-button-mercado .peek-carousel-controls__button:disabled[disabled] .peek-carousel-controls__button-icon:hover,
.peek-carousel-controls__button .artdeco-button-mercado .artdeco-button--disabled:disabled .peek-carousel-controls__button-icon,
.peek-carousel-controls__button .artdeco-button-mercado .artdeco-button--disabled:disabled .peek-carousel-controls__button-icon:active,
.peek-carousel-controls__button .artdeco-button-mercado .artdeco-button--disabled:disabled .peek-carousel-controls__button-icon:hover {
    color: var(--color-icon-disabled) !important
}

.artdeco-card {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
    transition: box-shadow 83ms;
    background-color: var(--white, #fff);
    border-radius: 2px;
    overflow: hidden;
    position: relative
}

@media screen and (-ms-high-contrast:active) {
    .artdeco-card {
        border: 1px solid activeborder
    }
}

.artdeco-card--with-hover:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 4px 6px rgba(0, 0, 0, .2);
    transition: box-shadow 83ms;
    cursor: pointer
}

@media screen and (-ms-high-contrast:active) {
    .artdeco-card--with-hover:hover {
        border: 1px solid activeborder
    }
}

.artdeco-card--hidden {
    display: none
}

.artdeco-card__dismiss {
    position: absolute;
    right: 0;
    top: 0
}

.artdeco-card__header {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    padding: 16px 24px
}

.artdeco-card__title {
    color: rgba(0, 0, 0, .9);
    font-family: var(--artdeco-typography-sans);
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-style: var(--artdeco-reset-typography-font-style-normal);
    font-size: 2rem;
    line-height: 1.4
}

.artdeco-card__figure {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    width: 100%
}

.artdeco-card__figure--4x1 {
    padding-bottom: 25%
}

.artdeco-card__figure--3x1 {
    padding-bottom: 33.33333%
}

.artdeco-card__figure--2x1 {
    padding-bottom: 50%
}

.artdeco-card__figure--3x2 {
    padding-bottom: 66.66667%
}

.artdeco-card__figure--4x3 {
    padding-bottom: 75%
}

.artdeco-card__figure--1x1 {
    padding-bottom: 100%
}

.artdeco-card__figure--16x9 {
    padding-bottom: 56.25%
}

.artdeco-card__figure--full {
    bottom: 0;
    height: 100%;
    left: 0;
    padding-bottom: 0;
    position: absolute;
    right: 0;
    top: 0
}

.artdeco-card__image {
    display: block;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.artdeco-card__figure--full .artdeco-card__image {
    height: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.artdeco-card__actions {
    border-top: 1px solid rgba(0, 0, 0, .15);
    display: flex
}

.artdeco-card__action {
    word-break: break-all
}

.artdeco-card__action+.artdeco-card__action {
    border-left: 1px solid rgba(0, 0, 0, .15)
}

.artdeco-card {
    background-color: var(--color-background) !important;
    border-radius: var(--corner-radius-medium) !important
}

.scaffold-layout .artdeco-card {
    border-radius: 0 !important
}

.scaffold-layout--static .artdeco-card {
    border-radius: var(--corner-radius-medium) !important
}

@media screen and (min-width:576px) {
    .scaffold-layout--reflow .artdeco-card {
        border-radius: var(--corner-radius-medium) !important
    }
}

@media (-ms-high-contrast:active),
(forced-colors:active) {
    .artdeco-card {
        border: 1px solid transparent !important
    }
}

.artdeco-card__actions,
.artdeco-card__header {
    border-color: var(--color-border-faint) !important
}

.artdeco-card__title {
    color: var(--color-text) !important
}

.artdeco-card__actions {
    border-color: var(--color-border-faint) !important;
    border-radius: var(--attached-top);
    overflow: hidden
}

.artdeco-carousel,
.artdeco-carousel__content,
.artdeco-carousel__pagination,
.artdeco-carousel__pagination-inner {
    box-sizing: border-box;
    display: block
}

.artdeco-carousel {
    padding: 0;
    touch-action: manipulation
}

.artdeco-carousel__heading {
    display: flex;
    justify-content: space-between;
    margin: 1.6rem 2.4rem 0
}

.artdeco-carousel__heading.artdeco-carousel__heading--simple {
    align-items: center
}

.artdeco-carousel__heading.artdeco-carousel__heading--custom {
    align-items: flex-start
}

.artdeco-carousel__content {
    padding: 1.6rem 2.4rem;
    overflow: hidden
}

.artdeco-carousel__pagination {
    margin: 0 2.4rem 2.4rem
}

.artdeco-carousel__slider {
    display: flex;
    list-style: none;
    margin-left: -.8rem;
    margin-right: -.8rem;
    -webkit-transition: -webkit-transform .25s ease 0s;
    -moz-transition: -moz-transform .25s ease 0s;
    -ms-transition: -ms-transform .25s ease 0s;
    transition: transform .25s ease 0s
}

.artdeco-carousel__slider.dragged {
    transition: none
}

.artdeco-carousel__item {
    flex: none
}

.artdeco-carousel__item-container {
    margin: 0 .8rem
}

.artdeco-carousel__navigation .artdeco-pagination .artdeco-button--circle+.artdeco-button--circle,
.artdeco-carousel__navigation .artdeco-pagination .artdeco-button--circle+.peek-carousel-controls__button,
.artdeco-carousel__navigation .artdeco-pagination .peek-carousel-controls__button+.artdeco-button--circle,
.artdeco-carousel__navigation .artdeco-pagination .peek-carousel-controls__button+.peek-carousel-controls__button {
    margin-left: .8rem !important
}

.peek-carousel-controls__button {
    height: 3.2rem;
    min-width: 0;
    width: 3.2rem
}

.peek-carousel-controls__button .peek-carousel-controls__button-icon,
.peek-carousel-controls__button .peek-carousel-controls__button-icon svg {
    height: 1.6rem !important;
    width: 1.6rem !important
}

.artdeco-dropdown {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    position: relative
}

.artdeco-dropdown--disabled {
    cursor: not-allowed
}

.artdeco-dropdown--disabled-mask {
    opacity: .25
}

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

.artdeco-dropdown__trigger-icon {
    vertical-align: middle;
    margin: 0 -2px 0 4px
}

.artdeco-dropdown__trigger>:first-child:not(.artdeco-button__icon) {
    vertical-align: middle
}

.artdeco-dropdown__trigger--disabled {
    pointer-events: none
}

@media (-ms-high-contrast:active),
(forced-colors:active) {
    .artdeco-dropdown__trigger-icon {
        color: ButtonText
    }
}

.artdeco-dropdown__content {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
    background-color: var(--white, #fff);
    background-clip: padding-box;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 6px 9px rgba(0, 0, 0, .2);
    transition: box-shadow 83ms;
    transition: visibility 0s linear 167ms, opacity 167ms cubic-bezier(.4, 0, 1, 1) 0s, z-index 0s linear 167ms;
    padding: 4px 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    display: inline-block;
    position: absolute;
    min-width: 168px;
    max-width: 26.4rem;
    max-height: 54.8rem;
    box-sizing: border-box;
    left: 0;
    top: calc(100% + 8px)
}

.artdeco-dropdown__content ul[role=tablist] {
    border-top: 0
}

@media screen and (-ms-high-contrast:active) {
    .artdeco-dropdown__content {
        border: 1px solid activeborder
    }
}

/* .artdeco-dropdown__content dl,
.artdeco-dropdown__content ol,
.artdeco-dropdown__content ul {
    list-style-type: none
} */

.artdeco-dropdown__content-inner {
    max-height: 54rem;
    overflow: auto
}

.artdeco-dropdown__content--placement-top {
    top: auto;
    bottom: calc(100% + 8px)
}

.artdeco-dropdown__content--placement-bottom {
    top: calc(100% + 8px);
    bottom: auto
}

.artdeco-dropdown__content--justification-left {
    left: 0;
    right: auto
}

.artdeco-dropdown__content--justification-right {
    left: auto;
    right: 0
}

.artdeco-dropdown__content--is-open {
    transition: visibility 0s linear 25ms, z-index 0s linear 25ms, opacity 334ms cubic-bezier(0, 0, .2, 1), 25ms;
    opacity: 1;
    visibility: visible;
    z-index: 999
}

.artdeco-dropdown__content--has-arrow:after,
.artdeco-dropdown__content--has-arrow:before {
    position: absolute;
    border: 0 solid transparent;
    content: "";
    height: 0;
    width: 0
}

.artdeco-dropdown__content--arrow-left:after,
.artdeco-dropdown__content--arrow-left:before {
    left: 24px
}

.artdeco-dropdown__content--arrow-right:after,
.artdeco-dropdown__content--arrow-right:before {
    left: calc(100% - 24px)
}

.artdeco-dropdown__content--placement-top.artdeco-dropdown__content--has-arrow:after {
    border-top: 8px solid var(--white, #fff);
    border-left-width: 8px;
    border-right-width: 8px;
    bottom: -8px;
    margin-left: -9px
}

.artdeco-dropdown__content--placement-top.artdeco-dropdown__content--has-arrow:before {
    border-top: 9px solid rgba(0, 0, 0, .1);
    border-left-width: 9px;
    border-right-width: 9px;
    bottom: -9px;
    margin-left: -10px
}

.artdeco-dropdown__content--placement-bottom.artdeco-dropdown__content--has-arrow:after {
    border-right-width: 8px;
    border-bottom: 8px solid var(--white, #fff);
    border-left-width: 8px;
    top: -8px;
    margin-left: -9px
}

.artdeco-dropdown__content--placement-bottom.artdeco-dropdown__content--has-arrow:before {
    border-right-width: 9px;
    border-bottom: 9px solid rgba(0, 0, 0, .1);
    border-left-width: 9px;
    top: -9px;
    margin-left: -10px
}

.artdeco-dropdown__header {
    font-family: var(--artdeco-typography-sans);
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: var(--artdeco-reset-typography-font-weight-bold);
    font-style: var(--artdeco-reset-typography-font-style-normal);
    color: rgba(0, 0, 0, .9);
    box-sizing: border-box;
    cursor: default;
    display: block;
    height: auto;
    padding: 8px 16px
}

.artdeco-dropdown__header:nth-of-type(n+2) {
    margin-top: 4px;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.artdeco-dropdown__item {
    font-family: var(--artdeco-typography-sans);
    font-size: 1.4rem;
    line-height: 1.42857;
    font-weight: var(--artdeco-reset-typography-font-weight-bold);
    font-style: var(--artdeco-reset-typography-font-style-normal);
    color: rgba(0, 0, 0, .6);
    box-sizing: border-box;
    padding: 8px 16px
}

@media (forced-colors:active),
only screen and (-ms-high-contrast:active) {
    .artdeco-dropdown__item.artdeco-dropdown__item--is-link {
        color: linktext
    }
}

.artdeco-dropdown__item:not(.artdeco-dropdown__item--disabled):focus,
.artdeco-dropdown__item:not(.artdeco-dropdown__item--disabled):hover {
    color: rgba(0, 0, 0, .75);
    background-color: var(--cool-gray-20, #f3f6f8)
}

.artdeco-dropdown__item:not(.artdeco-dropdown__item--disabled):active {
    color: var(--blue-70, #006097);
    background-color: var(--cool-gray-30, #e1e9ee)
}

.artdeco-dropdown__item:not(.artdeco-dropdown__item--disabled):focus {
    outline-offset: -5px
}

[theme=pro] .artdeco-dropdown__item:not(.artdeco-dropdown__item--disabled):active {
    color: var(--teal-70, #036475);
    background: rgba(152, 218, 222, .45)
}

.artdeco-dropdown__item--disabled {
    opacity: .25;
    cursor: not-allowed
}

@media (forced-colors:active),
only screen and (-ms-high-contrast:active) {
    .artdeco-dropdown__item--disabled {
        color: GrayText;
        opacity: 1
    }
}

.artdeco-dropdown__item--selected {
    color: var(--blue-70, #0073b1);
    border-left: 2px solid var(--blue-70, #0073b1)
}

.artdeco-dropdown__item--selected:focus,
.artdeco-dropdown__item--selected:hover {
    color: var(--blue-70, #006097);
    border-color: var(--blue-70, #006097)
}

.artdeco-dropdown__item--selected:active {
    color: var(--blue-80, #004b7c);
    background: rgba(152, 216, 244, .45);
    border-color: var(--blue-80, #004b7c)
}

[dir=rtl] .artdeco-dropdown__item--selected {
    border-left: none;
    border-right: 2px solid var(--blue-70, #0073b1)
}

[theme=pro] .artdeco-dropdown__item--selected {
    color: var(--teal-70, #087889);
    border-color: var(--teal-70, #087889)
}

[theme=pro] .artdeco-dropdown__item--selected:focus,
[theme=pro] .artdeco-dropdown__item--selected:hover {
    color: var(--teal-70, #036475);
    border-color: var(--teal-70, #036475)
}

[theme=pro] .artdeco-dropdown__item--selected:active {
    color: var(--teal-80, #00505d);
    background: rgba(152, 218, 222, .45);
    border-color: var(--teal-80, #00505d)
}

.artdeco-dropdown__content {
    --color-current: var(--color-checked);
    --color-current-hover: var(--color-checked-hover);
    --color-current-active: var(--color-checked-active);
    background-color: var(--color-background) !important;
    border-radius: var(--corner-radius-medium) !important
}

.artdeco-dropdown__content:after,
.artdeco-dropdown__content:before {
    border: none !important;
    content: none !important
}

.artdeco-dropdown__content--placement-top.artdeco-dropdown__content--justification-left {
    border-radius: var(--point-bottom-left) !important
}

.artdeco-dropdown__content--placement-top.artdeco-dropdown__content--justification-right,
[dir=rtl] .artdeco-dropdown__content--placement-top.artdeco-dropdown__content--justification-left {
    border-radius: var(--point-bottom-right) !important
}

[dir=rtl] .artdeco-dropdown__content--placement-top.artdeco-dropdown__content--justification-right {
    border-radius: var(--point-bottom-left) !important
}

.artdeco-dropdown__content--placement-bottom.artdeco-dropdown__content--justification-left {
    border-radius: var(--point-top-left) !important
}

.artdeco-dropdown__content--placement-bottom.artdeco-dropdown__content--justification-right,
[dir=rtl] .artdeco-dropdown__content--placement-bottom.artdeco-dropdown__content--justification-left {
    border-radius: var(--point-top-right) !important
}

[dir=rtl] .artdeco-dropdown__content--placement-bottom.artdeco-dropdown__content--justification-right {
    border-radius: var(--point-top-left) !important
}

.artdeco-dropdown__header {
    color: var(--color-text)
}

.artdeco-dropdown__header:nth-of-type(n+2) {
    border-color: var(--color-border-faint)
}

.artdeco-dropdown__item {
    background-color: var(--color-background-transparent);
    color: var(--color-label)
}

@media (forced-colors:active),
only screen and (-ms-high-contrast:active) {

    .artdeco-dropdown__item>svg,
    .artdeco-dropdown__item li-icon>svg {
        forced-color-adjust: auto
    }
}

.artdeco-dropdown__item:not(.artdeco-dropdown__item--disabled):focus,
.artdeco-dropdown__item:not(.artdeco-dropdown__item--disabled):hover {
    color: var(--color-label-hover);
    background-color: var(--color-background-transparent-hover)
}

@media (forced-colors:active),
only screen and (-ms-high-contrast:active) {

    .artdeco-dropdown__item:not(.artdeco-dropdown__item--disabled):focus,
    .artdeco-dropdown__item:not(.artdeco-dropdown__item--disabled):hover {
        -ms-high-contrast-adjust: none;
        forced-color-adjust: none;
        background-color: highlight;
        color: highlightText
    }
}

.artdeco-dropdown__item:not(.artdeco-dropdown__item--disabled):active {
    color: var(--color-label-active);
    background-color: var(--color-background-transparent-active)
}

.artdeco-dropdown__item--disabled {
    --color-background-disabled: ui-token(color-background-transparent);
    background-color: var(--color-background-disabled);
    color: var(--color-label-disabled);
    opacity: 1
}

@media (forced-colors:active),
only screen and (-ms-high-contrast:active) {
    .artdeco-dropdown__item--disabled {
        color: GrayText
    }
}

.artdeco-dropdown__item--selected {
    border-color: var(--color-checked)
}

.artdeco-dropdown__item--selected:focus,
.artdeco-dropdown__item--selected:hover {
    border-color: var(--color-checked-hover)
}

.artdeco-dropdown__item--selected:active {
    border-color: var(--color-checked-active)
}

.artdeco-empty-state {
    margin: 0 auto;
    max-width: 320px;
    text-align: center
}

.artdeco-empty-state__headline {
    font-family: var(--artdeco-typography-sans);
    font-size: 2.4rem;
    line-height: 1.33333;
    color: rgba(0, 0, 0, .9);
    background-repeat: no-repeat;
    margin: 0 0 8px
}

.artdeco-empty-state__headline--1 {
    background-position: 50% -45px;
    padding-top: 140px
}

.artdeco-empty-state__headline--2 {
    background-position: 50% -30px;
    padding-top: 160px
}

.artdeco-empty-state__headline--3 {
    background-position: top;
    padding-top: 230px
}

.artdeco-empty-state__headline--mercado-spots-small {
    background-position: center 16px;
    padding-top: 160px
}

.artdeco-empty-state__headline--mercado-spots-large {
    background-position: center 16px;
    padding-top: 288px
}

.artdeco-empty-state__headline--mercado-microspots-small {
    background-position: center 16px;
    padding-top: 80px
}

.artdeco-empty-state__headline--mercado-microspots-large {
    background-position: center 16px;
    padding-top: 96px
}

.artdeco-empty-state__headline--add-attachment {
    background-image: url(/aero-v1/sc/h/abe0fp5dhbl8919oagnu4uxjb)
}

.artdeco-empty-state__headline--add-feed {
    background-image: url(/aero-v1/sc/h/8cdn538hu6qciitlwzd8cya4m)
}

.artdeco-empty-state__headline--add-media {
    background-image: url(/aero-v1/sc/h/9umi21lvbdkhlz1fzfto0ks1p)
}

.artdeco-empty-state__headline--add-school {
    background-image: url(/aero-v1/sc/h/bbpf1n62uffiial5boptd5yw6)
}

.artdeco-empty-state__headline--address-book-import {
    background-image: url(/aero-v1/sc/h/8bc0uk8qzlremwne4qppqjj3u)
}

.artdeco-empty-state__headline--blank-page {
    background-image: url(/aero-v1/sc/h/2vu3kvq1wnizsjnxgwvu3im33)
}

.artdeco-empty-state__headline--calendar-import {
    background-image: url(/aero-v1/sc/h/dq3i3uamx5v5nitthjiugxfkx)
}

.artdeco-empty-state__headline--camera-lens {
    background-image: url(/aero-v1/sc/h/bw3c74nd8er9smpu1jxuq6ova)
}

.artdeco-empty-state__headline--clipboard-check {
    background-image: url(/aero-v1/sc/h/eltv3s205d26utpkkitmr2gz9)
}

.artdeco-empty-state__headline--contacts-sync {
    background-image: url(/aero-v1/sc/h/bno7k063gacupedo872vlvn1m)
}

.artdeco-empty-state__headline--deserted-island {
    background-image: url(/aero-v1/sc/h/d94t0fnl8dzup7zqg9mlqp5q2)
}

.artdeco-empty-state__headline--desktop-mobile-screens {
    background-image: url(/aero-v1/sc/h/3fmuie7sjtzl07s1okjslwbc4)
}

.artdeco-empty-state__headline--desktop-text-ads {
    background-image: url(/aero-v1/sc/h/6y5sygpne604vgclt6hzx8963)
}

.artdeco-empty-state__headline--edit-pipeline {
    background-image: url(/aero-v1/sc/h/1uk889irz774zkasz4t78a89t)
}

.artdeco-empty-state__headline--empty-clipboard {
    background-image: url(/aero-v1/sc/h/vv67nwqd0b9hm6s2un9mqwbo)
}

.artdeco-empty-state__headline--empty-course-bookmark {
    background-image: url(/aero-v1/sc/h/11dg31ij2t6sxtu51ahm8k9x8)
}

.artdeco-empty-state__headline--empty-globe-search {
    background-image: url(/aero-v1/sc/h/5ujfpewgjnrowiain9mqlpjh6)
}

.artdeco-empty-state__headline--empty-monitor-unfollow {
    background-image: url(/aero-v1/sc/h/ejjlr2zawvqutlu8gt8l98s3b)
}

.artdeco-empty-state__headline--empty-pencil-paper {
    background-image: url(/aero-v1/sc/h/8annbzjijpdk1khc64bsmo5zu)
}

.artdeco-empty-state__headline--empty-rocket-launch {
    background-image: url(/aero-v1/sc/h/7s7bzkqclr4tb5nieppk7r12n)
}

.artdeco-empty-state__headline--empty-search-company {
    background-image: url(/aero-v1/sc/h/2f486u42ajtrg16uigfpuymqy)
}

.artdeco-empty-state__headline--empty-search-groups {
    background-image: url(/aero-v1/sc/h/4ee1g9hldgw5e1foaoldx7u7i)
}

.artdeco-empty-state__headline--empty-search-jobs {
    background-image: url(/aero-v1/sc/h/7v9u6s5kims49cu5wpq3l39gk)
}

.artdeco-empty-state__headline--empty-search-people {
    background-image: url(/aero-v1/sc/h/800jljamxqss0em8ksf24imsy)
}

.artdeco-empty-state__headline--empty-search-results {
    background-image: url(/aero-v1/sc/h/870wf8b6qul2o42u3mdb1hrw6)
}

.artdeco-empty-state__headline--empty-search-school {
    background-image: url(/aero-v1/sc/h/ad0zcr3qo4st3yx16mxgs4sie)
}

.artdeco-empty-state__headline--empty-trophy {
    background-image: url(/aero-v1/sc/h/26o5pp8sen1yfimc12x2vuta0)
}

.artdeco-empty-state__headline--empty-video-bookmark {
    background-image: url(/aero-v1/sc/h/9ygicub77zui3bxinzh8vybln)
}

.artdeco-empty-state__headline--empty-video-course {
    background-image: url(/aero-v1/sc/h/4r85qj4yu8efbnwfxpqw94i7y)
}

.artdeco-empty-state__headline--empty-video-single {
    background-image: url(/aero-v1/sc/h/jn7hzyaz10umgh104duct7h3)
}

.artdeco-empty-state__headline--folder-data-transfer {
    background-image: url(/aero-v1/sc/h/5vshmv4da9el89yj3w8z9wx7a)
}

.artdeco-empty-state__headline--gray-missing-profile {
    background-image: url(/aero-v1/sc/h/9kicqzxp1udwy1uocnfhibchv)
}

.artdeco-empty-state__headline--inmail-personalized {
    background-image: url(/aero-v1/sc/h/f3f2kjfwuhhq32faf1su1eysb)
}

.artdeco-empty-state__headline--laptop-personal-ads {
    background-image: url(/aero-v1/sc/h/3uzcotxy1p9zfbxbpj3hgvkar)
}

.artdeco-empty-state__headline--missing-piece {
    background-image: url(/aero-v1/sc/h/5mujnpa9nonoa19ef1rjbkpd6)
}

.artdeco-empty-state__headline--no-connection {
    background-image: url(/aero-v1/sc/h/4ykfkvu7yoilgrhd88dmeju6v)
}

.artdeco-empty-state__headline--no-entities {
    background-image: url(/aero-v1/sc/h/s3pzsbadxpaq0dxpylxxxrvp)
}

.artdeco-empty-state__headline--no-invites {
    background-image: url(/aero-v1/sc/h/c340229xlu24jwkodbi31buia)
}

.artdeco-empty-state__headline--no-jobs {
    background-image: url(/aero-v1/sc/h/b4ifcgbt89hsn6ayttvjhjzlm)
}

.artdeco-empty-state__headline--no-likers {
    background-image: url(/aero-v1/sc/h/b983koi9aphvrxs6jotiipa7n)
}

.artdeco-empty-state__headline--no-messages {
    background-image: url(/aero-v1/sc/h/c5akho2diwp7tegivxhw4qh5k)
}

.artdeco-empty-state__headline--no-profile-views {
    background-image: url(/aero-v1/sc/h/41xk6wkw2tk5bntnzru2w2xvs)
}

.artdeco-empty-state__headline--paper-move-folder {
    background-image: url(/aero-v1/sc/h/d3hdtbl6p28t1rqn84m158umo)
}

.artdeco-empty-state__headline--people-comment {
    background-image: url(/aero-v1/sc/h/bsz4kg3jl77yfuikbo6mmwf4x)
}

.artdeco-empty-state__headline--sad-browser {
    background-image: url(/aero-v1/sc/h/7yo99765vovzn6ph64gjqjixw)
}

.artdeco-empty-state__headline--saved-articles {
    background-image: url(/aero-v1/sc/h/67m79ws8xfzf5wz4w1qrfimsb)
}

.artdeco-empty-state__headline--shooting-star {
    background-image: url(/aero-v1/sc/h/bahf3aqop0v6lk4zlkpvs7fj1)
}

.artdeco-empty-state__headline--star-empty {
    background-image: url(/aero-v1/sc/h/1vxitwwegcg6wwvt13j1xy6w0)
}

.artdeco-empty-state__headline--star {
    background-image: url(/aero-v1/sc/h/5ztdvroe2o0rok8c5po5j4igk)
}

.artdeco-empty-state__headline--success-award {
    background-image: url(/aero-v1/sc/h/c4s09hmy2iohx5vuv7neikqke)
}

.artdeco-empty-state__headline--success-check {
    background-image: url(/aero-v1/sc/h/6muvnzlijyedh10l5azauukq8)
}

.artdeco-empty-state__headline--success-inbug {
    background-image: url(/aero-v1/sc/h/7ff8lugz8er7tehof5nifl7un)
}

.artdeco-empty-state__headline--upload-media {
    background-image: url(/aero-v1/sc/h/64f7bt0fdgao7qpp4snitrcox)
}

.artdeco-empty-state__headline--add-connection-inverse {
    background-image: url(/aero-v1/sc/h/4jb4q144l5glrekeccakjpuh7)
}

.artdeco-empty-state__headline--blank-page-muted {
    background-image: url(/aero-v1/sc/h/f03od54ktp41488hhf01mpwuq)
}

.artdeco-empty-state__headline--camera-lens-muted {
    background-image: url(/aero-v1/sc/h/1c2s4agl5iy5l7o4exiybs147)
}

.artdeco-empty-state__headline--clipboard-muted {
    background-image: url(/aero-v1/sc/h/14i6x0v2brpd7ce3g838gsrym)
}

.artdeco-empty-state__headline--missing-piece-muted {
    background-image: url(/aero-v1/sc/h/2fbe2ald9bhvgc19z2ldsboiz)
}

.artdeco-empty-state__headline--missing-profile-muted {
    background-image: url(/aero-v1/sc/h/8kyi94ynbhf1se6nllh8fhf31)
}

.artdeco-empty-state__headline--no-connection-muted {
    background-image: url(/aero-v1/sc/h/er707syck6vgj3oocpk7qowjc)
}

.artdeco-empty-state__headline--no-entities-muted {
    background-image: url(/aero-v1/sc/h/aje24nw1etbe5ph9gi1z8ovuk)
}

.artdeco-empty-state__headline--no-invites-muted {
    background-image: url(/aero-v1/sc/h/15uwm4owsydmw18kr8kszhep)
}

.artdeco-empty-state__headline--no-jobs-muted {
    background-image: url(/aero-v1/sc/h/b2zfnughu7teox0wv4fpctmb9)
}

.artdeco-empty-state__headline--no-likers-muted {
    background-image: url(/aero-v1/sc/h/ltt5fyicps955hput6b53ufh)
}

.artdeco-empty-state__headline--no-messages-muted {
    background-image: url(/aero-v1/sc/h/arfduxtu89e6ms0klx860qso1)
}

.artdeco-empty-state__headline--no-profile-views-muted {
    background-image: url(/aero-v1/sc/h/70hmk0cfspr58c1ugwx570zy1)
}

.artdeco-empty-state__headline--people-nearby-muted {
    background-image: url(/aero-v1/sc/h/2rscv373jh9ip7acskro2tvlz)
}

.artdeco-empty-state__headline--sad-browser-muted {
    background-image: url(/aero-v1/sc/h/5eaaldh4q68te5kgdjmno7bfe)
}

.artdeco-empty-state__headline--search-companies-muted {
    background-image: url(/aero-v1/sc/h/56u7sjmzvrqhckjubodo05j2q)
}

.artdeco-empty-state__headline--search-groups-muted {
    background-image: url(/aero-v1/sc/h/dhdzh0dh5niio4xjqahdo6e6o)
}

.artdeco-empty-state__headline--search-jobs-muted {
    background-image: url(/aero-v1/sc/h/ndc6pztx1685rq1c8bx1tksx)
}

.artdeco-empty-state__headline--search-people-muted {
    background-image: url(/aero-v1/sc/h/5qz06o6ndl7qydp8g8vp7ho0w)
}

.artdeco-empty-state__headline--search-results-muted {
    background-image: url(/aero-v1/sc/h/88zouqsh5y5h1gfecoz204bps)
}

.artdeco-empty-state__headline--search-schools-muted {
    background-image: url(/aero-v1/sc/h/6jg7we5hd4tftod24r9xfuey3)
}

.artdeco-empty-state__headline--shooting-star-muted {
    background-image: url(/aero-v1/sc/h/5dw15qyywwpova0exc4rladvg)
}

.artdeco-empty-state__headline--star-empty-muted {
    background-image: url(/aero-v1/sc/h/cp0b0etsvmde59gw0bcugx1h7)
}

.artdeco-empty-state__headline--star-muted {
    background-image: url(/aero-v1/sc/h/8ddw4pwkwja6w0ryfbnzbzv7v)
}

.artdeco-empty-state__headline--upload-media-muted {
    background-image: url(/aero-v1/sc/h/2q0xe5dvscvkveobolghna3ln)
}

.artdeco-empty-state__headline--mercado-empty-leaving-large {
    background-image: url(/aero-v1/sc/h/94uwnfdql5f1il4c6bowonpd2)
}

.artdeco-empty-state__headline--mercado-empty-leaving-small {
    background-image: url(/aero-v1/sc/h/3ggbqks4oh7irvgrgu4lvvudi)
}

.artdeco-empty-state__headline--mercado-error-construction-large {
    background-image: url(/aero-v1/sc/h/3hyml9do3cyvs6ehj31cmygd6)
}

.artdeco-empty-state__headline--mercado-error-construction-small {
    background-image: url(/aero-v1/sc/h/bpw4x301sj2509tdlfz1oojut)
}

.artdeco-empty-state__headline--mercado-main-broadcast-large {
    background-image: url(/aero-v1/sc/h/57r2jki3shbkyetajobq6bqcx)
}

.artdeco-empty-state__headline--mercado-main-broadcast-small {
    background-image: url(/aero-v1/sc/h/73hg693mowoj4e23phyhy7zyc)
}

.artdeco-empty-state__headline--mercado-main-coworkers-2-large {
    background-image: url(/aero-v1/sc/h/9j2yx29beni5re5hcsu7hd58y)
}

.artdeco-empty-state__headline--mercado-main-coworkers-2-small {
    background-image: url(/aero-v1/sc/h/rn9obfqh70pb7776ajlqlb8)
}

.artdeco-empty-state__headline--mercado-main-presentation-large {
    background-image: url(/aero-v1/sc/h/b64enp7ybpnyltqz0i3k4sjk0)
}

.artdeco-empty-state__headline--mercado-main-presentation-small {
    background-image: url(/aero-v1/sc/h/6vau5c5nq24iu4uh5g70yc8y1)
}

.artdeco-empty-state__headline--mercado-empty-no-mail-large {
    background-image: url(/aero-v1/sc/h/eeaz4pxo41dwponbz8xm17a6f)
}

.artdeco-empty-state__headline--mercado-empty-no-mail-small {
    background-image: url(/aero-v1/sc/h/a7ifaypxl4xqge2siol4oz8jf)
}

.artdeco-empty-state__headline--mercado-error-crossing-large {
    background-image: url(/aero-v1/sc/h/8i98g2soac4ux8gzeedm8uxod)
}

.artdeco-empty-state__headline--mercado-error-crossing-small {
    background-image: url(/aero-v1/sc/h/69gnpmrt6ip05vc2ltpfhx663)
}

.artdeco-empty-state__headline--mercado-main-collaboration-large {
    background-image: url(/aero-v1/sc/h/54rbceijpjz41pl79m9tbrw0k)
}

.artdeco-empty-state__headline--mercado-main-collaboration-small {
    background-image: url(/aero-v1/sc/h/4bet5qswki7f8kp8jfmemsa7j)
}

.artdeco-empty-state__headline--mercado-main-coworkers-3-large {
    background-image: url(/aero-v1/sc/h/19uchd64y05us1qm28anl8gma)
}

.artdeco-empty-state__headline--mercado-main-coworkers-3-small {
    background-image: url(/aero-v1/sc/h/1g0i2391xf7f5nchlw6k672v5)
}

.artdeco-empty-state__headline--mercado-main-relax-large {
    background-image: url(/aero-v1/sc/h/bc4ch6770wc6clh8rhqfyemjo)
}

.artdeco-empty-state__headline--mercado-main-relax-small {
    background-image: url(/aero-v1/sc/h/8svsx2hvtzdlwqedt21iaa17e)
}

.artdeco-empty-state__headline--mercado-empty-room-large {
    background-image: url(/aero-v1/sc/h/60v3z2w447yzbb0noj907w634)
}

.artdeco-empty-state__headline--mercado-empty-room-small {
    background-image: url(/aero-v1/sc/h/8ho1mw83gfmgiq4yr8f8wkjmh)
}

.artdeco-empty-state__headline--mercado-error-fail-large {
    background-image: url(/aero-v1/sc/h/1o8878ioi0n0oejl0qs2wm78v)
}

.artdeco-empty-state__headline--mercado-error-fail-small {
    background-image: url(/aero-v1/sc/h/8kbilx26winmlrx3vpmj0pvkz)
}

.artdeco-empty-state__headline--mercado-main-commute-large {
    background-image: url(/aero-v1/sc/h/bgjzeyr8zfdaxq7lihevrd652)
}

.artdeco-empty-state__headline--mercado-main-commute-small {
    background-image: url(/aero-v1/sc/h/8neleqqf8suqptjnbfrmww1v3)
}

.artdeco-empty-state__headline--mercado-main-coworkers-4-large {
    background-image: url(/aero-v1/sc/h/5idncmqew71ebp4jsarv3oiq9)
}

.artdeco-empty-state__headline--mercado-main-coworkers-4-small {
    background-image: url(/aero-v1/sc/h/4jvhod4eq7jffh8i9km2gz9w0)
}

.artdeco-empty-state__headline--mercado-success-individual-large {
    background-image: url(/aero-v1/sc/h/b1bzd30tu2eoxlexybcabfd5q)
}

.artdeco-empty-state__headline--mercado-success-individual-small {
    background-image: url(/aero-v1/sc/h/2bzqs373a54t0txoddnaif5yb)
}

.artdeco-empty-state__headline--mercado-empty-waiting-large {
    background-image: url(/aero-v1/sc/h/bjy51nb1zfbdz51kyu3wo1lis)
}

.artdeco-empty-state__headline--mercado-empty-waiting-small {
    background-image: url(/aero-v1/sc/h/awfqc67t42p28qr5oetysabdg)
}

.artdeco-empty-state__headline--mercado-error-pit-crew-large {
    background-image: url(/aero-v1/sc/h/8m9p3sk7tsj5u05ssjcyobaay)
}

.artdeco-empty-state__headline--mercado-error-pit-crew-small {
    background-image: url(/aero-v1/sc/h/6x6j7pqndbcgmleqrmp546vow)
}

.artdeco-empty-state__headline--mercado-main-conversation-large {
    background-image: url(/aero-v1/sc/h/8wkc25ga18trec0wmc1f3x2sf)
}

.artdeco-empty-state__headline--mercado-main-conversation-small {
    background-image: url(/aero-v1/sc/h/1o9e66lkp405mld4h1iwmmkkr)
}

.artdeco-empty-state__headline--mercado-main-coworkers-5-large {
    background-image: url(/aero-v1/sc/h/e6d8pqfft0d4qnql1eygjkhug)
}

.artdeco-empty-state__headline--mercado-main-coworkers-5-small {
    background-image: url(/aero-v1/sc/h/tx3x7xynlkzfxwrz7dd9znrr)
}

.artdeco-empty-state__headline--mercado-success-individual-2-large {
    background-image: url(/aero-v1/sc/h/e4otsuam9qjp5zdzu6gow66wf)
}

.artdeco-empty-state__headline--mercado-success-individual-2-small {
    background-image: url(/aero-v1/sc/h/88zo2hoeuh39huiif78nybdgz)
}

.artdeco-empty-state__headline--mercado-error-connection-large {
    background-image: url(/aero-v1/sc/h/3qwd8xp56jeql1bdr2h136i16)
}

.artdeco-empty-state__headline--mercado-error-connection-small {
    background-image: url(/aero-v1/sc/h/eeonurm6djfuhvlyhkx4a2qz2)
}

.artdeco-empty-state__headline--mercado-error-server-large {
    background-image: url(/aero-v1/sc/h/3p7p6a7q99wymlzghijta8d3p)
}

.artdeco-empty-state__headline--mercado-error-server-small {
    background-image: url(/aero-v1/sc/h/35g21lbobq614u53uejo9treo)
}

.artdeco-empty-state__headline--mercado-main-coworkers-large {
    background-image: url(/aero-v1/sc/h/acq3qqdo5efui5ruti3za15s1)
}

.artdeco-empty-state__headline--mercado-main-coworkers-small {
    background-image: url(/aero-v1/sc/h/axgduq35g9cjimgrc6383gx61)
}

.artdeco-empty-state__headline--mercado-main-person-large {
    background-image: url(/aero-v1/sc/h/5lhfihank7tk7v3ij0ideeex9)
}

.artdeco-empty-state__headline--mercado-main-person-small {
    background-image: url(/aero-v1/sc/h/6cgv7suj4518uqu9zolh4dmom)
}

.artdeco-empty-state__headline--mercado-success-team-large {
    background-image: url(/aero-v1/sc/h/a2pyfi1l1b4ztjwd0zbbtrmfw)
}

.artdeco-empty-state__headline--mercado-success-team-small {
    background-image: url(/aero-v1/sc/h/dtt2wfjcwbg783erhf9s5qgwx)
}

.artdeco-empty-state__headline--mercado-address-book-large {
    background-image: url(/aero-v1/sc/h/d8ozdadxr86jd8lzqryw0ed0a)
}

.artdeco-empty-state__headline--mercado-address-book-small {
    background-image: url(/aero-v1/sc/h/2gesja6oaiut9092hlcf9folq)
}

.artdeco-empty-state__headline--mercado-company-large {
    background-image: url(/aero-v1/sc/h/awchc0rh1msj8zy3w7mwdrlvg)
}

.artdeco-empty-state__headline--mercado-company-small {
    background-image: url(/aero-v1/sc/h/8j7g1qg4ygqnysr4hplvebpx7)
}

.artdeco-empty-state__headline--mercado-gift-large {
    background-image: url(/aero-v1/sc/h/35omcvhr015yq1izs08suq7n4)
}

.artdeco-empty-state__headline--mercado-gift-small {
    background-image: url(/aero-v1/sc/h/6z1ib58raepv1en7l3gq8fdjq)
}

.artdeco-empty-state__headline--mercado-mail-large {
    background-image: url(/aero-v1/sc/h/2efz9zl9evxhi93a348c0miu6)
}

.artdeco-empty-state__headline--mercado-mail-small {
    background-image: url(/aero-v1/sc/h/9wstsyhok0eztdb17fnl7id27)
}

.artdeco-empty-state__headline--mercado-salary-large {
    background-image: url(/aero-v1/sc/h/aqy8l20l3w5ew9ir3tca68hss)
}

.artdeco-empty-state__headline--mercado-salary-small {
    background-image: url(/aero-v1/sc/h/6z0jkwl7jtxo832agimeu3rzu)
}

.artdeco-empty-state__headline--mercado-ui-chart-large {
    background-image: url(/aero-v1/sc/h/991lxm66zvskb4b0oqiv6xv5g)
}

.artdeco-empty-state__headline--mercado-ui-chart-small {
    background-image: url(/aero-v1/sc/h/1u3pos2bx4lyf62u2asd2zpej)
}

.artdeco-empty-state__headline--mercado-article-large {
    background-image: url(/aero-v1/sc/h/6x5fknk8aw01lsn6othvh3x6)
}

.artdeco-empty-state__headline--mercado-article-small {
    background-image: url(/aero-v1/sc/h/ob1kf016vuxdwngitvgyd4qo)
}

.artdeco-empty-state__headline--mercado-compass-large {
    background-image: url(/aero-v1/sc/h/6ket5ufv5f5yqa01ty9w8yopz)
}

.artdeco-empty-state__headline--mercado-compass-small {
    background-image: url(/aero-v1/sc/h/8qiomz142bw4aog6vudglq8rq)
}

.artdeco-empty-state__headline--mercado-glasses-large {
    background-image: url(/aero-v1/sc/h/395sxe7s63tjcv9nrqtmh832c)
}

.artdeco-empty-state__headline--mercado-glasses-small {
    background-image: url(/aero-v1/sc/h/25wf7qj61f3qw2at8ruktsoe5)
}

.artdeco-empty-state__headline--mercado-mail-open-large {
    background-image: url(/aero-v1/sc/h/9skgt60lcdy5cpesypn3dk0jo)
}

.artdeco-empty-state__headline--mercado-mail-open-small {
    background-image: url(/aero-v1/sc/h/by25qalc5r0mj0xgtyvct77mm)
}

.artdeco-empty-state__headline--mercado-school-large {
    background-image: url(/aero-v1/sc/h/e28lwgugizrkiw19t33qcdw5n)
}

.artdeco-empty-state__headline--mercado-school-small {
    background-image: url(/aero-v1/sc/h/5c9e0v28ilvp9ocpnqbfm7ll2)
}

.artdeco-empty-state__headline--mercado-ui-dashboard-large {
    background-image: url(/aero-v1/sc/h/iv9zspfl6eqxv15ovfn2t358)
}

.artdeco-empty-state__headline--mercado-ui-dashboard-small {
    background-image: url(/aero-v1/sc/h/2nozouqfl4dxqy8iv6mergx0v)
}

.artdeco-empty-state__headline--mercado-article-stack-large {
    background-image: url(/aero-v1/sc/h/f11v1qjrri2wv7j3p61nisjwy)
}

.artdeco-empty-state__headline--mercado-article-stack-small {
    background-image: url(/aero-v1/sc/h/eh9l4y2y9egq255icdj73ap53)
}

.artdeco-empty-state__headline--mercado-dartboard-large {
    background-image: url(/aero-v1/sc/h/49v9h35mq49shqan9ly966fk0)
}

.artdeco-empty-state__headline--mercado-dartboard-small {
    background-image: url(/aero-v1/sc/h/blxmpdkilc2ew7i6rzywpp6ix)
}

.artdeco-empty-state__headline--mercado-globe-large {
    background-image: url(/aero-v1/sc/h/3nasbr3sfph9nk8vf9z7hhyyl)
}

.artdeco-empty-state__headline--mercado-globe-small {
    background-image: url(/aero-v1/sc/h/7o1j81vgoptxe97tbdydvvgd4)
}

.artdeco-empty-state__headline--mercado-megaphone-large {
    background-image: url(/aero-v1/sc/h/thodlizq3n5cnwncfr913800)
}

.artdeco-empty-state__headline--mercado-megaphone-small {
    background-image: url(/aero-v1/sc/h/c1o7l42lkcj5pkt5zsh0qfg3p)
}

.artdeco-empty-state__headline--mercado-search-large {
    background-image: url(/aero-v1/sc/h/ebfndg6cj8v96c34j90he7a8n)
}

.artdeco-empty-state__headline--mercado-search-small {
    background-image: url(/aero-v1/sc/h/mt1w2flx0k71hccryykgc380)
}

.artdeco-empty-state__headline--mercado-ui-feed-profile-large {
    background-image: url(/aero-v1/sc/h/6z802sdc4gk9gjfpicuymg00f)
}

.artdeco-empty-state__headline--mercado-ui-feed-profile-small {
    background-image: url(/aero-v1/sc/h/e3wsczd1kagrx4moj5r5cbijl)
}

.artdeco-empty-state__headline--mercado-award-large {
    background-image: url(/aero-v1/sc/h/fbb14fisovfwyywab84807dv)
}

.artdeco-empty-state__headline--mercado-award-small {
    background-image: url(/aero-v1/sc/h/bsk70m6veu0ebq46me6wu9irc)
}

.artdeco-empty-state__headline--mercado-dashboard-large {
    background-image: url(/aero-v1/sc/h/2yc2nnycvnm0m88axs7z4doab)
}

.artdeco-empty-state__headline--mercado-dashboard-small {
    background-image: url(/aero-v1/sc/h/78y5n2bzd4sivgvzx7tjab9uk)
}

.artdeco-empty-state__headline--mercado-id-badge-large {
    background-image: url(/aero-v1/sc/h/dvseklwrqghkt6ztuw2ju21bt)
}

.artdeco-empty-state__headline--mercado-id-badge-small {
    background-image: url(/aero-v1/sc/h/74yh6g7i047cvp9us08bq9zq9)
}

.artdeco-empty-state__headline--mercado-messages-large {
    background-image: url(/aero-v1/sc/h/9be6yapu60eewxr7yyjoz7gcg)
}

.artdeco-empty-state__headline--mercado-messages-small {
    background-image: url(/aero-v1/sc/h/4xgz1lodolnobqbdwahc5lcok)
}

.artdeco-empty-state__headline--mercado-shield-large {
    background-image: url(/aero-v1/sc/h/8dx5fjtegswqxm3yhouuqxlfv)
}

.artdeco-empty-state__headline--mercado-shield-small {
    background-image: url(/aero-v1/sc/h/1cwlostwxtkvwljfkxaytmqjq)
}

.artdeco-empty-state__headline--mercado-unlocked-large {
    background-image: url(/aero-v1/sc/h/8mw55rgt3lv9efjq25zldedi2)
}

.artdeco-empty-state__headline--mercado-unlocked-small {
    background-image: url(/aero-v1/sc/h/boe5l15yh3n4z8ift2aqsn02u)
}

.artdeco-empty-state__headline--mercado-binders-large {
    background-image: url(/aero-v1/sc/h/bs0yhoi6n0p0pjorxeodj5d3w)
}

.artdeco-empty-state__headline--mercado-binders-small {
    background-image: url(/aero-v1/sc/h/194rztseb7jqvnc8cpnx4r6zo)
}

.artdeco-empty-state__headline--mercado-document-large {
    background-image: url(/aero-v1/sc/h/eoc15amc0655v05wpqt4e1uo2)
}

.artdeco-empty-state__headline--mercado-document-small {
    background-image: url(/aero-v1/sc/h/e8pln9y7iwbg43fvpt2txv4bo)
}

.artdeco-empty-state__headline--mercado-image-large {
    background-image: url(/aero-v1/sc/h/cjvkdn7ksnohjev0ubt69ihl)
}

.artdeco-empty-state__headline--mercado-image-small {
    background-image: url(/aero-v1/sc/h/2jgp12jkw69qzxpu3r0rvbw01)
}

.artdeco-empty-state__headline--mercado-notebook-large {
    background-image: url(/aero-v1/sc/h/ejg1wyz810puid7jjzdayxkuz)
}

.artdeco-empty-state__headline--mercado-notebook-small {
    background-image: url(/aero-v1/sc/h/72fipmuyd9k09e7jd65mt620z)
}

.artdeco-empty-state__headline--mercado-signal-caution-large {
    background-image: url(/aero-v1/sc/h/dsgrrynbfmlyzxdj2olh71uzi)
}

.artdeco-empty-state__headline--mercado-signal-caution-small {
    background-image: url(/aero-v1/sc/h/eyaewtc1hlhyhnoc15qlxj8oz)
}

.artdeco-empty-state__headline--mercado-video-large {
    background-image: url(/aero-v1/sc/h/f33a4mwlx1kto0k1ocuxdi7x3)
}

.artdeco-empty-state__headline--mercado-video-small {
    background-image: url(/aero-v1/sc/h/du2j1l9egswicx210ns4cls0n)
}

.artdeco-empty-state__headline--mercado-birthday-large {
    background-image: url(/aero-v1/sc/h/af3v61b9m3c8naty2py4wm77r)
}

.artdeco-empty-state__headline--mercado-birthday-small {
    background-image: url(/aero-v1/sc/h/998lfczwj3ve57ye3ehucwavx)
}

.artdeco-empty-state__headline--mercado-document-comment-large {
    background-image: url(/aero-v1/sc/h/9um2v5eapgrhksz97ye2hddxw)
}

.artdeco-empty-state__headline--mercado-document-comment-small {
    background-image: url(/aero-v1/sc/h/8dmlga3la3ygqx6l5lwdluv2r)
}

.artdeco-empty-state__headline--mercado-image-stack-large {
    background-image: url(/aero-v1/sc/h/7dlzkmhb2dckvymvqoyuvwwri)
}

.artdeco-empty-state__headline--mercado-image-stack-small {
    background-image: url(/aero-v1/sc/h/bwnxgpwtmrrnt8q7edbfyyz73)
}

.artdeco-empty-state__headline--mercado-notepad-large {
    background-image: url(/aero-v1/sc/h/uxrni9bban47a616u5r9wles)
}

.artdeco-empty-state__headline--mercado-notepad-small {
    background-image: url(/aero-v1/sc/h/ae7rcl1e4k3763p3girmgon60)
}

.artdeco-empty-state__headline--mercado-signal-error-large {
    background-image: url(/aero-v1/sc/h/5p6xr5jd1gq5lprg8py94rcqc)
}

.artdeco-empty-state__headline--mercado-signal-error-small {
    background-image: url(/aero-v1/sc/h/3ezp0azfj3frbhbvjm410zg3o)
}

.artdeco-empty-state__headline--mercado-video-course-large {
    background-image: url(/aero-v1/sc/h/be0qvs4zumessk8zui24p4ol6)
}

.artdeco-empty-state__headline--mercado-video-course-small {
    background-image: url(/aero-v1/sc/h/yroopzlq3zyu06lwnn3mlnne)
}

.artdeco-empty-state__headline--mercado-briefcase-jobs-large {
    background-image: url(/aero-v1/sc/h/453fxzefqctfzqpp1whfuqmes)
}

.artdeco-empty-state__headline--mercado-briefcase-jobs-small {
    background-image: url(/aero-v1/sc/h/7kdt0x9c7x5fpi05dgp7bpj1h)
}

.artdeco-empty-state__headline--mercado-document-folder-large {
    background-image: url(/aero-v1/sc/h/eg6thjg3ylpjc78l2c8aek9hz)
}

.artdeco-empty-state__headline--mercado-document-folder-small {
    background-image: url(/aero-v1/sc/h/10f0z1iipiocksc0dcsjvmzu2)
}

.artdeco-empty-state__headline--mercado-industry-large {
    background-image: url(/aero-v1/sc/h/dbog2z2tz78iudo1tal77aoue)
}

.artdeco-empty-state__headline--mercado-industry-small {
    background-image: url(/aero-v1/sc/h/2eqhs5s2227xlfo0ef57a65gz)
}

.artdeco-empty-state__headline--mercado-patent-large {
    background-image: url(/aero-v1/sc/h/e1ipnnv67bjaflo7cfnk3fex2)
}

.artdeco-empty-state__headline--mercado-patent-small {
    background-image: url(/aero-v1/sc/h/9vztihtsda1yp0ymmky7vh76)
}

.artdeco-empty-state__headline--mercado-signal-success-large {
    background-image: url(/aero-v1/sc/h/6k4hbk2lzws8uhnc9yjchhzdq)
}

.artdeco-empty-state__headline--mercado-signal-success-small {
    background-image: url(/aero-v1/sc/h/eq5upsoyhik1xp7wxey4vxx99)
}

.artdeco-empty-state__headline--mercado-calendar-large {
    background-image: url(/aero-v1/sc/h/8bllydfsob2rj0bb6tjapbtwc)
}

.artdeco-empty-state__headline--mercado-calendar-small {
    background-image: url(/aero-v1/sc/h/ezxn6qry476i27vd1gmg4zu13)
}

.artdeco-empty-state__headline--mercado-document-report-large {
    background-image: url(/aero-v1/sc/h/y6arcqx4howzfovu9h8j5rqf)
}

.artdeco-empty-state__headline--mercado-document-report-small {
    background-image: url(/aero-v1/sc/h/7ef0vb5sdpu2k272yzyslvglw)
}

.artdeco-empty-state__headline--mercado-location-marker-large {
    background-image: url(/aero-v1/sc/h/61b8abmtp6ykr7dx9urt5djit)
}

.artdeco-empty-state__headline--mercado-location-marker-small {
    background-image: url(/aero-v1/sc/h/7lphf50k5fz0ryidvum0k4ej1)
}

.artdeco-empty-state__headline--mercado-pencil-ruler-large {
    background-image: url(/aero-v1/sc/h/bagy21yuohuw9upte0iyjkwnf)
}

.artdeco-empty-state__headline--mercado-pencil-ruler-small {
    background-image: url(/aero-v1/sc/h/dqusxrvz5xy0ffkawdzpcng0e)
}

.artdeco-empty-state__headline--mercado-slides-stack-large {
    background-image: url(/aero-v1/sc/h/46gpniex8043a3j9c0rvl4goa)
}

.artdeco-empty-state__headline--mercado-slides-stack-small {
    background-image: url(/aero-v1/sc/h/cnpfrl0ovcq08l5x684cwbegg)
}

.artdeco-empty-state__headline--mercado-camera-large {
    background-image: url(/aero-v1/sc/h/e9nby9wq8ivibcq50g0xohkx6)
}

.artdeco-empty-state__headline--mercado-camera-small {
    background-image: url(/aero-v1/sc/h/3h0vrtch1zepjr4p54aja8i9x)
}

.artdeco-empty-state__headline--mercado-flowers-large {
    background-image: url(/aero-v1/sc/h/1f6av72ez8ppbk5t7bv0phg2s)
}

.artdeco-empty-state__headline--mercado-flowers-small {
    background-image: url(/aero-v1/sc/h/cai1hcdk4996rg1eb4ibe9v63)
}

.artdeco-empty-state__headline--mercado-locked-large {
    background-image: url(/aero-v1/sc/h/2y9nqxqwwensts5chxdtbbryl)
}

.artdeco-empty-state__headline--mercado-locked-small {
    background-image: url(/aero-v1/sc/h/i93f52dd53ubd4bxuojkwdal)
}

.artdeco-empty-state__headline--mercado-phone-large {
    background-image: url(/aero-v1/sc/h/3h2dwz26xcial9r4matf619qh)
}

.artdeco-empty-state__headline--mercado-phone-small {
    background-image: url(/aero-v1/sc/h/3iswmjqb4cgrcjrwun2yy1xve)
}

.artdeco-empty-state__headline--mercado-toolbox-large {
    background-image: url(/aero-v1/sc/h/dtsd51ai7tql6mtsazq4s1x8x)
}

.artdeco-empty-state__headline--mercado-toolbox-small {
    background-image: url(/aero-v1/sc/h/1jsj36kpizr74p7cg1nluxao9)
}

.artdeco-empty-state__headline--mercado-certificate-large {
    background-image: url(/aero-v1/sc/h/aeeyejibnqlccu5ax3s3dr1wk)
}

.artdeco-empty-state__headline--mercado-certificate-small {
    background-image: url(/aero-v1/sc/h/cbkh7flqwu3c4op5s4evgbce6)
}

.artdeco-empty-state__headline--mercado-folder-large {
    background-image: url(/aero-v1/sc/h/d1o2sfsgs9diqicjf67ff8pbj)
}

.artdeco-empty-state__headline--mercado-folder-small {
    background-image: url(/aero-v1/sc/h/cexonatmgw0023ih8eiepu5dc)
}

.artdeco-empty-state__headline--mercado-magnet-large {
    background-image: url(/aero-v1/sc/h/48i3p8rhwfua3rkfsevkkn7e6)
}

.artdeco-empty-state__headline--mercado-magnet-small {
    background-image: url(/aero-v1/sc/h/5jgwzc0w6rb4cenqdap5jau21)
}

.artdeco-empty-state__headline--mercado-rocket-large {
    background-image: url(/aero-v1/sc/h/7izadu8b2iscoyubl1fv0f2rr)
}

.artdeco-empty-state__headline--mercado-rocket-small {
    background-image: url(/aero-v1/sc/h/8v6vj4ynjtrf4p8gqybbtdt1e)
}

.artdeco-empty-state__headline--mercado-trophy-large {
    background-image: url(/aero-v1/sc/h/qfqsvknd3eqkbctcr6ind2it)
}

.artdeco-empty-state__headline--mercado-trophy-small {
    background-image: url(/aero-v1/sc/h/64fnhrjqilkkiipbdmtq6cysv)
}

.artdeco-empty-state__message {
    color: rgba(0, 0, 0, .6);
    margin: 8px auto 24px
}

artdeco-empty-state {
    display: block
}

.artdeco-empty-state__headline {
    color: var(--color-text) !important;
    font-weight: var(--font-weight-bold)
}

.artdeco-empty-state__message {
    color: var(--color-text-meta) !important
}

.artdeco-empty-state__headline--mercado-address-book-large {
    background-image: var(--illustration-microspot-address-book-large)
}

.artdeco-empty-state__headline--mercado-address-book-small {
    background-image: var(--illustration-microspot-address-book-small)
}

.artdeco-empty-state__headline--mercado-company-large {
    background-image: var(--illustration-microspot-company-large)
}

.artdeco-empty-state__headline--mercado-company-small {
    background-image: var(--illustration-microspot-company-small)
}

.artdeco-empty-state__headline--mercado-gift-large {
    background-image: var(--illustration-microspot-gift-large)
}

.artdeco-empty-state__headline--mercado-gift-small {
    background-image: var(--illustration-microspot-gift-small)
}

.artdeco-empty-state__headline--mercado-mail-large {
    background-image: var(--illustration-microspot-mail-large)
}

.artdeco-empty-state__headline--mercado-mail-small {
    background-image: var(--illustration-microspot-mail-small)
}

.artdeco-empty-state__headline--mercado-salary-large {
    background-image: var(--illustration-microspot-salary-large)
}

.artdeco-empty-state__headline--mercado-salary-small {
    background-image: var(--illustration-microspot-salary-small)
}

.artdeco-empty-state__headline--mercado-ui-chart-large {
    background-image: var(--illustration-microspot-ui-chart-large)
}

.artdeco-empty-state__headline--mercado-ui-chart-small {
    background-image: var(--illustration-microspot-ui-chart-small)
}

.artdeco-empty-state__headline--mercado-article-large {
    background-image: var(--illustration-microspot-article-large)
}

.artdeco-empty-state__headline--mercado-article-small {
    background-image: var(--illustration-microspot-article-small)
}

.artdeco-empty-state__headline--mercado-compass-large {
    background-image: var(--illustration-microspot-compass-large)
}

.artdeco-empty-state__headline--mercado-compass-small {
    background-image: var(--illustration-microspot-compass-small)
}

.artdeco-empty-state__headline--mercado-glasses-large {
    background-image: var(--illustration-microspot-glasses-large)
}

.artdeco-empty-state__headline--mercado-glasses-small {
    background-image: var(--illustration-microspot-glasses-small)
}

.artdeco-empty-state__headline--mercado-mail-open-large {
    background-image: var(--illustration-microspot-mail-open-large)
}

.artdeco-empty-state__headline--mercado-mail-open-small {
    background-image: var(--illustration-microspot-mail-open-small)
}

.artdeco-empty-state__headline--mercado-school-large {
    background-image: var(--illustration-microspot-school-large)
}

.artdeco-empty-state__headline--mercado-school-small {
    background-image: var(--illustration-microspot-school-small)
}

.artdeco-empty-state__headline--mercado-ui-dashboard-large {
    background-image: var(--illustration-microspot-ui-dashboard-large)
}

.artdeco-empty-state__headline--mercado-ui-dashboard-small {
    background-image: var(--illustration-microspot-ui-dashboard-small)
}

.artdeco-empty-state__headline--mercado-article-stack-large {
    background-image: var(--illustration-microspot-article-stack-large)
}

.artdeco-empty-state__headline--mercado-article-stack-small {
    background-image: var(--illustration-microspot-article-stack-small)
}

.artdeco-empty-state__headline--mercado-dartboard-large {
    background-image: var(--illustration-microspot-dartboard-large)
}

.artdeco-empty-state__headline--mercado-dartboard-small {
    background-image: var(--illustration-microspot-dartboard-small)
}

.artdeco-empty-state__headline--mercado-globe-large {
    background-image: var(--illustration-microspot-globe-large)
}

.artdeco-empty-state__headline--mercado-globe-small {
    background-image: var(--illustration-microspot-globe-small)
}

.artdeco-empty-state__headline--mercado-megaphone-large {
    background-image: var(--illustration-microspot-megaphone-large)
}

.artdeco-empty-state__headline--mercado-megaphone-small {
    background-image: var(--illustration-microspot-megaphone-small)
}

.artdeco-empty-state__headline--mercado-search-large {
    background-image: var(--illustration-microspot-search-large)
}

.artdeco-empty-state__headline--mercado-search-small {
    background-image: var(--illustration-microspot-search-small)
}

.artdeco-empty-state__headline--mercado-ui-feed-profile-large {
    background-image: var(--illustration-microspot-ui-feed-profile-large)
}

.artdeco-empty-state__headline--mercado-ui-feed-profile-small {
    background-image: var(--illustration-microspot-ui-feed-profile-small)
}

.artdeco-empty-state__headline--mercado-award-large {
    background-image: var(--illustration-microspot-award-large)
}

.artdeco-empty-state__headline--mercado-award-small {
    background-image: var(--illustration-microspot-award-small)
}

.artdeco-empty-state__headline--mercado-dashboard-large {
    background-image: var(--illustration-microspot-dashboard-large)
}

.artdeco-empty-state__headline--mercado-dashboard-small {
    background-image: var(--illustration-microspot-dashboard-small)
}

.artdeco-empty-state__headline--mercado-id-badge-large {
    background-image: var(--illustration-microspot-id-badge-large)
}

.artdeco-empty-state__headline--mercado-id-badge-small {
    background-image: var(--illustration-microspot-id-badge-small)
}

.artdeco-empty-state__headline--mercado-messages-large {
    background-image: var(--illustration-microspot-messages-large)
}

.artdeco-empty-state__headline--mercado-messages-small {
    background-image: var(--illustration-microspot-messages-small)
}

.artdeco-empty-state__headline--mercado-shield-large {
    background-image: var(--illustration-microspot-shield-large)
}

.artdeco-empty-state__headline--mercado-shield-small {
    background-image: var(--illustration-microspot-shield-small)
}

.artdeco-empty-state__headline--mercado-unlocked-large {
    background-image: var(--illustration-microspot-unlocked-large)
}

.artdeco-empty-state__headline--mercado-unlocked-small {
    background-image: var(--illustration-microspot-unlocked-small)
}

.artdeco-empty-state__headline--mercado-binders-large {
    background-image: var(--illustration-microspot-binders-large)
}

.artdeco-empty-state__headline--mercado-binders-small {
    background-image: var(--illustration-microspot-binders-small)
}

.artdeco-empty-state__headline--mercado-document-large {
    background-image: var(--illustration-microspot-document-large)
}

.artdeco-empty-state__headline--mercado-document-small {
    background-image: var(--illustration-microspot-document-small)
}

.artdeco-empty-state__headline--mercado-image-large {
    background-image: var(--illustration-microspot-image-large)
}

.artdeco-empty-state__headline--mercado-image-small {
    background-image: var(--illustration-microspot-image-small)
}

.artdeco-empty-state__headline--mercado-notebook-large {
    background-image: var(--illustration-microspot-notebook-large)
}

.artdeco-empty-state__headline--mercado-notebook-small {
    background-image: var(--illustration-microspot-notebook-small)
}

.artdeco-empty-state__headline--mercado-signal-caution-large {
    background-image: var(--illustration-microspot-signal-caution-large)
}

.artdeco-empty-state__headline--mercado-signal-caution-small {
    background-image: var(--illustration-microspot-signal-caution-small)
}

.artdeco-empty-state__headline--mercado-video-large {
    background-image: var(--illustration-microspot-video-large)
}

.artdeco-empty-state__headline--mercado-video-small {
    background-image: var(--illustration-microspot-video-small)
}

.artdeco-empty-state__headline--mercado-birthday-large {
    background-image: var(--illustration-microspot-birthday-large)
}

.artdeco-empty-state__headline--mercado-birthday-small {
    background-image: var(--illustration-microspot-birthday-small)
}

.artdeco-empty-state__headline--mercado-document-comment-large {
    background-image: var(--illustration-microspot-document-comment-large)
}

.artdeco-empty-state__headline--mercado-document-comment-small {
    background-image: var(--illustration-microspot-document-comment-small)
}

.artdeco-empty-state__headline--mercado-image-stack-large {
    background-image: var(--illustration-microspot-image-stack-large)
}

.artdeco-empty-state__headline--mercado-image-stack-small {
    background-image: var(--illustration-microspot-image-stack-small)
}

.artdeco-empty-state__headline--mercado-notepad-large {
    background-image: var(--illustration-microspot-notepad-large)
}

.artdeco-empty-state__headline--mercado-notepad-small {
    background-image: var(--illustration-microspot-notepad-small)
}

.artdeco-empty-state__headline--mercado-signal-error-large {
    background-image: var(--illustration-microspot-signal-error-large)
}

.artdeco-empty-state__headline--mercado-signal-error-small {
    background-image: var(--illustration-microspot-signal-error-small)
}

.artdeco-empty-state__headline--mercado-video-course-large {
    background-image: var(--illustration-microspot-video-course-large)
}

.artdeco-empty-state__headline--mercado-video-course-small {
    background-image: var(--illustration-microspot-video-course-small)
}

.artdeco-empty-state__headline--mercado-briefcase-jobs-large {
    background-image: var(--illustration-microspot-briefcase-jobs-large)
}

.artdeco-empty-state__headline--mercado-briefcase-jobs-small {
    background-image: var(--illustration-microspot-briefcase-jobs-small)
}

.artdeco-empty-state__headline--mercado-document-folder-large {
    background-image: var(--illustration-microspot-document-folder-large)
}

.artdeco-empty-state__headline--mercado-document-folder-small {
    background-image: var(--illustration-microspot-document-folder-small)
}

.artdeco-empty-state__headline--mercado-industry-large {
    background-image: var(--illustration-microspot-industry-large)
}

.artdeco-empty-state__headline--mercado-industry-small {
    background-image: var(--illustration-microspot-industry-small)
}

.artdeco-empty-state__headline--mercado-patent-large {
    background-image: var(--illustration-microspot-patent-large)
}

.artdeco-empty-state__headline--mercado-patent-small {
    background-image: var(--illustration-microspot-patent-small)
}

.artdeco-empty-state__headline--mercado-signal-success-large {
    background-image: var(--illustration-microspot-signal-success-large)
}

.artdeco-empty-state__headline--mercado-signal-success-small {
    background-image: var(--illustration-microspot-signal-success-small)
}

.artdeco-empty-state__headline--mercado-calendar-large {
    background-image: var(--illustration-microspot-calendar-large)
}

.artdeco-empty-state__headline--mercado-calendar-small {
    background-image: var(--illustration-microspot-calendar-small)
}

.artdeco-empty-state__headline--mercado-document-report-large {
    background-image: var(--illustration-microspot-document-report-large)
}

.artdeco-empty-state__headline--mercado-document-report-small {
    background-image: var(--illustration-microspot-document-report-small)
}

.artdeco-empty-state__headline--mercado-location-marker-large {
    background-image: var(--illustration-microspot-location-marker-large)
}

.artdeco-empty-state__headline--mercado-location-marker-small {
    background-image: var(--illustration-microspot-location-marker-small)
}

.artdeco-empty-state__headline--mercado-pencil-ruler-large {
    background-image: var(--illustration-microspot-pencil-ruler-large)
}

.artdeco-empty-state__headline--mercado-pencil-ruler-small {
    background-image: var(--illustration-microspot-pencil-ruler-small)
}

.artdeco-empty-state__headline--mercado-slides-stack-large {
    background-image: var(--illustration-microspot-slides-stack-large)
}

.artdeco-empty-state__headline--mercado-slides-stack-small {
    background-image: var(--illustration-microspot-slides-stack-small)
}

.artdeco-empty-state__headline--mercado-camera-large {
    background-image: var(--illustration-microspot-camera-large)
}

.artdeco-empty-state__headline--mercado-camera-small {
    background-image: var(--illustration-microspot-camera-small)
}

.artdeco-empty-state__headline--mercado-flowers-large {
    background-image: var(--illustration-microspot-flowers-large)
}

.artdeco-empty-state__headline--mercado-flowers-small {
    background-image: var(--illustration-microspot-flowers-small)
}

.artdeco-empty-state__headline--mercado-locked-large {
    background-image: var(--illustration-microspot-locked-large)
}

.artdeco-empty-state__headline--mercado-locked-small {
    background-image: var(--illustration-microspot-locked-small)
}

.artdeco-empty-state__headline--mercado-phone-large {
    background-image: var(--illustration-microspot-phone-large)
}

.artdeco-empty-state__headline--mercado-phone-small {
    background-image: var(--illustration-microspot-phone-small)
}

.artdeco-empty-state__headline--mercado-toolbox-large {
    background-image: var(--illustration-microspot-toolbox-large)
}

.artdeco-empty-state__headline--mercado-toolbox-small {
    background-image: var(--illustration-microspot-toolbox-small)
}

.artdeco-empty-state__headline--mercado-certificate-large {
    background-image: var(--illustration-microspot-certificate-large)
}

.artdeco-empty-state__headline--mercado-certificate-small {
    background-image: var(--illustration-microspot-certificate-small)
}

.artdeco-empty-state__headline--mercado-folder-large {
    background-image: var(--illustration-microspot-folder-large)
}

.artdeco-empty-state__headline--mercado-folder-small {
    background-image: var(--illustration-microspot-folder-small)
}

.artdeco-empty-state__headline--mercado-magnet-large {
    background-image: var(--illustration-microspot-magnet-large)
}

.artdeco-empty-state__headline--mercado-magnet-small {
    background-image: var(--illustration-microspot-magnet-small)
}

.artdeco-empty-state__headline--mercado-rocket-large {
    background-image: var(--illustration-microspot-rocket-large)
}

.artdeco-empty-state__headline--mercado-rocket-small {
    background-image: var(--illustration-microspot-rocket-small)
}

.artdeco-empty-state__headline--mercado-trophy-large {
    background-image: var(--illustration-microspot-trophy-large)
}

.artdeco-empty-state__headline--mercado-trophy-small {
    background-image: var(--illustration-microspot-trophy-small)
}

.artdeco-empty-state__headline--mercado-empty-leaving-large {
    background-image: var(--illustration-spot-empty-leaving-large)
}

.artdeco-empty-state__headline--mercado-empty-leaving-small {
    background-image: var(--illustration-spot-empty-leaving-small)
}

.artdeco-empty-state__headline--mercado-error-construction-large {
    background-image: var(--illustration-spot-error-construction-large)
}

.artdeco-empty-state__headline--mercado-error-construction-small {
    background-image: var(--illustration-spot-error-construction-small)
}

.artdeco-empty-state__headline--mercado-main-broadcast-large {
    background-image: var(--illustration-spot-main-broadcast-large)
}

.artdeco-empty-state__headline--mercado-main-broadcast-small {
    background-image: var(--illustration-spot-main-broadcast-small)
}

.artdeco-empty-state__headline--mercado-main-coworkers-2-large {
    background-image: var(--illustration-spot-main-coworkers-2-large)
}

.artdeco-empty-state__headline--mercado-main-coworkers-2-small {
    background-image: var(--illustration-spot-main-coworkers-2-small)
}

.artdeco-empty-state__headline--mercado-main-presentation-large {
    background-image: var(--illustration-spot-main-presentation-large)
}

.artdeco-empty-state__headline--mercado-main-presentation-small {
    background-image: var(--illustration-spot-main-presentation-small)
}

.artdeco-empty-state__headline--mercado-empty-no-mail-large {
    background-image: var(--illustration-spot-empty-no-mail-large)
}

.artdeco-empty-state__headline--mercado-empty-no-mail-small {
    background-image: var(--illustration-spot-empty-no-mail-small)
}

.artdeco-empty-state__headline--mercado-error-crossing-large {
    background-image: var(--illustration-spot-error-crossing-large)
}

.artdeco-empty-state__headline--mercado-error-crossing-small {
    background-image: var(--illustration-spot-error-crossing-small)
}

.artdeco-empty-state__headline--mercado-main-collaboration-large {
    background-image: var(--illustration-spot-main-collaboration-large)
}

.artdeco-empty-state__headline--mercado-main-collaboration-small {
    background-image: var(--illustration-spot-main-collaboration-small)
}

.artdeco-empty-state__headline--mercado-main-coworkers-3-large {
    background-image: var(--illustration-spot-main-coworkers-3-large)
}

.artdeco-empty-state__headline--mercado-main-coworkers-3-small {
    background-image: var(--illustration-spot-main-coworkers-3-small)
}

.artdeco-empty-state__headline--mercado-main-relax-large {
    background-image: var(--illustration-spot-main-relax-large)
}

.artdeco-empty-state__headline--mercado-main-relax-small {
    background-image: var(--illustration-spot-main-relax-small)
}

.artdeco-empty-state__headline--mercado-empty-room-large {
    background-image: var(--illustration-spot-empty-room-large)
}

.artdeco-empty-state__headline--mercado-empty-room-small {
    background-image: var(--illustration-spot-empty-room-small)
}

.artdeco-empty-state__headline--mercado-error-fail-large {
    background-image: var(--illustration-spot-error-fail-large)
}

.artdeco-empty-state__headline--mercado-error-fail-small {
    background-image: var(--illustration-spot-error-fail-small)
}

.artdeco-empty-state__headline--mercado-main-commute-large {
    background-image: var(--illustration-spot-main-commute-large)
}

.artdeco-empty-state__headline--mercado-main-commute-small {
    background-image: var(--illustration-spot-main-commute-small)
}

.artdeco-empty-state__headline--mercado-main-coworkers-4-large {
    background-image: var(--illustration-spot-main-coworkers-4-large)
}

.artdeco-empty-state__headline--mercado-main-coworkers-4-small {
    background-image: var(--illustration-spot-main-coworkers-4-small)
}

.artdeco-empty-state__headline--mercado-success-individual-large {
    background-image: var(--illustration-spot-success-individual-large)
}

.artdeco-empty-state__headline--mercado-success-individual-small {
    background-image: var(--illustration-spot-success-individual-small)
}

.artdeco-empty-state__headline--mercado-empty-waiting-large {
    background-image: var(--illustration-spot-empty-waiting-large)
}

.artdeco-empty-state__headline--mercado-empty-waiting-small {
    background-image: var(--illustration-spot-empty-waiting-small)
}

.artdeco-empty-state__headline--mercado-error-pit-crew-large {
    background-image: var(--illustration-spot-error-pit-crew-large)
}

.artdeco-empty-state__headline--mercado-error-pit-crew-small {
    background-image: var(--illustration-spot-error-pit-crew-small)
}

.artdeco-empty-state__headline--mercado-main-conversation-large {
    background-image: var(--illustration-spot-main-conversation-large)
}

.artdeco-empty-state__headline--mercado-main-conversation-small {
    background-image: var(--illustration-spot-main-conversation-small)
}

.artdeco-empty-state__headline--mercado-main-coworkers-5-large {
    background-image: var(--illustration-spot-main-coworkers-5-large)
}

.artdeco-empty-state__headline--mercado-main-coworkers-5-small {
    background-image: var(--illustration-spot-main-coworkers-5-small)
}

.artdeco-empty-state__headline--mercado-success-individual-2-large {
    background-image: var(--illustration-spot-success-individual-2-large)
}

.artdeco-empty-state__headline--mercado-success-individual-2-small {
    background-image: var(--illustration-spot-success-individual-2-small)
}

.artdeco-empty-state__headline--mercado-error-connection-large {
    background-image: var(--illustration-spot-error-connection-large)
}

.artdeco-empty-state__headline--mercado-error-connection-small {
    background-image: var(--illustration-spot-error-connection-small)
}

.artdeco-empty-state__headline--mercado-error-server-large {
    background-image: var(--illustration-spot-error-server-large)
}

.artdeco-empty-state__headline--mercado-error-server-small {
    background-image: var(--illustration-spot-error-server-small)
}

.artdeco-empty-state__headline--mercado-main-coworkers-large {
    background-image: var(--illustration-spot-main-coworkers-large)
}

.artdeco-empty-state__headline--mercado-main-coworkers-small {
    background-image: var(--illustration-spot-main-coworkers-small)
}

.artdeco-empty-state__headline--mercado-main-person-large {
    background-image: var(--illustration-spot-main-person-large)
}

.artdeco-empty-state__headline--mercado-main-person-small {
    background-image: var(--illustration-spot-main-person-small)
}

.artdeco-empty-state__headline--mercado-success-team-large {
    background-image: var(--illustration-spot-success-team-large)
}

.artdeco-empty-state__headline--mercado-success-team-small {
    background-image: var(--illustration-spot-success-team-small)
}

.artdeco-hoverable-content {
    display: none;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    position: absolute;
    box-sizing: content-box
}

.artdeco-hoverable-content__arrow {
    position: absolute;
    border: 0 solid transparent;
    height: 0;
    width: 0
}

.artdeco-hoverable-content__arrow:after,
.artdeco-hoverable-content__arrow:before {
    position: absolute;
    border: 0 solid transparent;
    content: "";
    height: 0;
    width: 0
}

.artdeco-hoverable-content__shell {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    font-size: 1.4rem;
    line-height: 1.42857;
    text-align: left;
    border-radius: 2px;
    background-color: var(--cool-gray-80, #283e4a);
    color: var(--white, #fff);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 6px 9px rgba(0, 0, 0, .2);
    transition: box-shadow 83ms
}

@media screen and (-ms-high-contrast:active) {
    .artdeco-hoverable-content__shell {
        border: 1px solid activeborder
    }
}

.artdeco-hoverable-content__shell p {
    font-size: 1.4rem;
    line-height: 1.42857;
    color: var(--white, #fff)
}

.artdeco-hoverable-content__reset-txt {
    font-size: 1.4rem;
    line-height: 1.42857;
    color: var(--white, #fff)
}

.artdeco-hoverable-content__content {
    width: 100%
}

.artdeco-hoverable-content__close-btn {
    border: 0;
    background: none;
    color: hsla(0, 0%, 100%, .7);
    width: 16px;
    height: 16px;
    padding: 8px;
    margin: -6px -8px -8px 0;
    flex: 16px 0 0;
    box-sizing: content-box;
    transition: color 83ms ease-in-out
}

.artdeco-hoverable-content__close-btn:focus,
.artdeco-hoverable-content__close-btn:hover {
    color: var(--white, #fff)
}

[dir=rtl] .artdeco-hoverable-content__close-btn {
    margin: -6px 0 -8px -8px
}

.artdeco-hoverable-content--visible {
    display: block;
    opacity: 1;
    visibility: visible
}

.artdeco-hoverable-content--inverse-theme .artdeco-hoverable-content__reset-txt,
.artdeco-hoverable-content--inverse-theme .artdeco-hoverable-content__shell {
    color: rgba(0, 0, 0, .9);
    background-color: var(--white, #fff)
}

.artdeco-hoverable-content--inverse-theme .artdeco-hoverable-content__close-btn {
    color: rgba(0, 0, 0, .6)
}

.artdeco-hoverable-content--inverse-theme .artdeco-hoverable-content__close-btn:focus,
.artdeco-hoverable-content--inverse-theme .artdeco-hoverable-content__close-btn:hover {
    color: rgba(0, 0, 0, .9)
}

.artdeco-hoverable-content--inverse-theme .artdeco-hoverable-content__shell p {
    font-size: 1.4rem;
    line-height: 1.42857;
    color: rgba(0, 0, 0, .9)
}

.artdeco-hoverable-content--default-spacing .artdeco-hoverable-content__shell {
    padding: 8px 12px;
    max-width: calc(100vw - 40px)
}

.artdeco-hoverable-content--open-spacing .artdeco-hoverable-content__shell {
    padding: 14px 16px;
    max-width: calc(100vw - 48px)
}

.artdeco-hoverable-content--top-placement {
    transform: translateY(-4px);
    transition: transform 167ms ease-in 0ms, opacity 167ms ease-in 0ms, visibility 0ms ease-in 167ms
}

.artdeco-hoverable-content--top-placement.artdeco-hoverable-content--visible {
    transform: translate(0);
    transition: transform 334ms ease-out, opacity 334ms ease-out
}

.artdeco-hoverable-content--top-placement .artdeco-hoverable-content__arrow {
    left: calc(50% - 8px);
    bottom: 0
}

.artdeco-hoverable-content--top-placement .artdeco-hoverable-content__arrow:after {
    border-top: 8px solid var(--cool-gray-80, #283e4a);
    border-left-width: 8px;
    border-right-width: 8px;
    left: 0
}

.artdeco-hoverable-content--top-placement .artdeco-hoverable-content__arrow:before {
    border-top: 9px solid rgba(0, 0, 0, .1);
    border-left-width: 9px;
    border-right-width: 9px;
    left: -1px;
    top: 1px
}

.artdeco-hoverable-content--top-placement.artdeco-hoverable-content--inverse-theme .artdeco-hoverable-content__arrow:after {
    border-top-color: var(--white, #fff)
}

.artdeco-hoverable-content--bottom-placement {
    transform: translateY(4px);
    transition: transform 167ms ease-in 0ms, opacity 167ms ease-in 0ms, visibility 0ms ease-in 167ms
}

.artdeco-hoverable-content--bottom-placement.artdeco-hoverable-content--visible {
    transform: translate(0);
    transition: transform 334ms ease-out, opacity 334ms ease-out
}

.artdeco-hoverable-content--bottom-placement .artdeco-hoverable-content__arrow {
    left: calc(50% - 8px);
    top: -8px
}

.artdeco-hoverable-content--bottom-placement .artdeco-hoverable-content__arrow:after {
    border-bottom: 8px solid var(--cool-gray-80, #283e4a);
    border-left-width: 8px;
    border-right-width: 8px;
    left: 0
}

.artdeco-hoverable-content--bottom-placement .artdeco-hoverable-content__arrow:before {
    border-bottom: 9px solid rgba(0, 0, 0, .1);
    border-left-width: 9px;
    border-right-width: 9px;
    left: -1px;
    top: -1px
}

.artdeco-hoverable-content--bottom-placement.artdeco-hoverable-content--inverse-theme .artdeco-hoverable-content__arrow:after {
    border-bottom-color: var(--white, #fff)
}

.artdeco-hoverable-content--left-placement {
    transform: translate(-4px);
    transition: transform 167ms ease-in 0ms, opacity 167ms ease-in 0ms, visibility 0ms ease-in 167ms
}

.artdeco-hoverable-content--left-placement.artdeco-hoverable-content--visible {
    transform: translate(0);
    transition: transform 334ms ease-out, opacity 334ms ease-out
}

.artdeco-hoverable-content--left-placement .artdeco-hoverable-content__arrow {
    right: 0;
    top: calc(50% - 8px)
}

.artdeco-hoverable-content--left-placement .artdeco-hoverable-content__arrow:after {
    border-left: 8px solid var(--cool-gray-80, #283e4a);
    border-top-width: 8px;
    border-bottom-width: 8px;
    left: 0
}

.artdeco-hoverable-content--left-placement .artdeco-hoverable-content__arrow:before {
    border-left: 9px solid rgba(0, 0, 0, .1);
    border-top-width: 9px;
    border-bottom-width: 9px;
    top: -1px;
    left: 1px
}

.artdeco-hoverable-content--left-placement.artdeco-hoverable-content--inverse-theme .artdeco-hoverable-content__arrow:after {
    border-left-color: var(--white, #fff)
}

.artdeco-hoverable-content--right-placement {
    transform: translate(4px);
    transition: transform 167ms ease-in 0ms, opacity 167ms ease-in 0ms, visibility 0ms ease-in 167ms
}

.artdeco-hoverable-content--right-placement.artdeco-hoverable-content--visible {
    transform: translate(0);
    transition: transform 334ms ease-out, opacity 334ms ease-out, visibility 0ms ease-in 0ms
}

.artdeco-hoverable-content--right-placement .artdeco-hoverable-content__arrow {
    left: -8px;
    top: calc(50% - 8px)
}

.artdeco-hoverable-content--right-placement .artdeco-hoverable-content__arrow:after {
    border-right: 8px solid var(--cool-gray-80, #283e4a);
    border-top-width: 8px;
    border-bottom-width: 8px;
    left: 0
}

.artdeco-hoverable-content--right-placement .artdeco-hoverable-content__arrow:before {
    border-right: 9px solid rgba(0, 0, 0, .1);
    border-top-width: 9px;
    border-bottom-width: 9px;
    top: -1px;
    left: -1px
}

.artdeco-hoverable-content--right-placement.artdeco-hoverable-content--inverse-theme .artdeco-hoverable-content__arrow:after {
    border-right-color: var(--white, #fff)
}

.artdeco-hoverable-content--prepare {
    display: block;
    transition: transform 0ms, opacity 0ms, visibility 0ms
}

.artdeco-hoverable-content--leaving {
    display: block
}

.artdeco-hoverable-trigger {
    position: relative
}

.artdeco-hoverable-trigger--is-hoverable:before {
    content: "";
    display: none;
    position: absolute
}

.artdeco-hoverable-trigger--is-hoverable.artdeco-hoverable-trigger--mouse-in-content:before,
.artdeco-hoverable-trigger--is-hoverable:hover:before {
    display: block
}

.artdeco-hoverable-trigger--content-placed-bottom:before {
    top: calc(100% - 1px);
    width: 100%;
    height: 14px
}

.artdeco-hoverable-trigger--content-placed-top:before {
    bottom: calc(100% - 1px);
    width: 100%;
    height: 14px
}

.artdeco-hoverable-trigger--content-placed-left:before {
    right: calc(100% - 1px);
    height: 100%;
    width: 14px
}

.artdeco-hoverable-trigger--content-placed-right:before {
    left: calc(100% - 1px);
    height: 100%;
    width: 14px
}

.artdeco-hoverable-content--inverse-theme .artdeco-hoverable-content__shell {
    background-color: var(--color-background)
}

.artdeco-hoverable-content--default-theme {
    --color-background: var(--cool-gray-85);
    --color-icon: var(--white-a100);
    --color-text: var(--white-a100)
}

.theme--dark .artdeco-hoverable-content--default-theme {
    --color-background: var(--cool-gray-100);
    --color-text: var(--white-a90);
    --color-icon: var(--white-a75)
}

.artdeco-hoverable-content__arrow:after,
.artdeco-hoverable-content__arrow:before {
    border: 0 !important;
    content: none !important
}

.artdeco-hoverable-content__content,
.artdeco-hoverable-content__content p {
    color: var(--color-text) !important
}

.artdeco-hoverable-content__shell {
    background-color: var(--color-background);
    border-radius: var(--corner-radius-medium) !important
}

.artdeco-hoverable-content__close-btn {
    color: var(--color-icon) !important
}

.smart-hovercard {
    background-color: var(--color-background) !important;
    border-radius: var(--corner-radius-medium) !important
}

.smart-hovercard:after,
.smart-hovercard:before {
    border: 0 !important;
    content: none !important
}

body.artdeco-modal-is-open {
    overflow: hidden
}

.artdeco-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    height: 100vh;
    width: 100vw
}

.artdeco-modal-overlay--layer-confirmation {
    z-index: 10010
}

.artdeco-modal-overlay--is-top-layer {
    background-color: rgba(0, 0, 0, .75)
}

.artdeco-modal {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 12px 18px 1px rgba(0, 0, 0, .2);
    transition: box-shadow 83ms;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    margin: 0 auto;
    background-color: var(--white, #fff);
    width: 288px;
    max-width: 100%;
    top: 192px;
    max-height: calc(100vh - 192px);
    border-radius: 2px
}

@media screen and (-ms-high-contrast:active) {
    .artdeco-modal {
        border: 1px solid activeborder
    }
}

.artdeco-modal[size=x-small] {
    width: 288px
}

.artdeco-modal[size=x-small] .artdeco-modal__dismiss {
    right: .4rem
}

@media screen and (max-height:600px) {
    .artdeco-modal[size=x-small] .artdeco-modal__dismiss {
        top: .4rem;
        right: .4rem
    }
}

.artdeco-modal[size=x-small] .artdeco-modal__dismiss.artdeco-button--2 {
    height: 3.2rem;
    width: 3.2rem
}

.artdeco-modal[size=x-small] .artdeco-modal__dismiss li-icon,
.artdeco-modal[size=x-small] .artdeco-modal__dismiss li-icon svg {
    height: 2rem;
    width: 2rem
}

.artdeco-modal[size=x-small] .artdeco-modal__header {
    padding: 1.6rem 3.2rem 1.6rem 1.6rem
}

.artdeco-modal[size=x-small] .artdeco-modal__actionbar,
.artdeco-modal[size=x-small] .artdeco-modal__content {
    padding: 1.6rem
}

.artdeco-modal[size=x-small] .artdeco-modal__content--no-padding {
    padding: 0
}

.artdeco-modal[size=x-small] .artdeco-modal__header {
    font-family: var(--artdeco-typography-sans);
    font-size: 1.2rem;
    line-height: 1.33333;
    color: rgba(0, 0, 0, .6);
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-style: var(--artdeco-reset-typography-font-style-normal)
}

@media screen and (max-height:600px) {
    .artdeco-modal[size=x-small] .artdeco-modal__header {
        padding: .8rem 3.2rem .8rem 1.2rem
    }
}

.artdeco-modal[size=x-small] .artdeco-modal__header h1,
.artdeco-modal[size=x-small] .artdeco-modal__header h2,
.artdeco-modal[size=x-small] .artdeco-modal__header h3,
.artdeco-modal[size=x-small] .artdeco-modal__header h4,
.artdeco-modal[size=x-small] .artdeco-modal__header h5,
.artdeco-modal[size=x-small] .artdeco-modal__header h6 {
    font-family: var(--artdeco-typography-sans);
    font-size: 1.8rem;
    line-height: 1.33333;
    color: rgba(0, 0, 0, .9);
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-style: var(--artdeco-reset-typography-font-style-normal)
}

.artdeco-modal[size=x-small] .artdeco-modal__header--custom {
    padding-bottom: 0
}

.artdeco-modal[size=x-small] .artdeco-modal__actionbar {
    padding: 1.2rem 1.6rem
}

@media screen and (min-width:320px) and (min-height:600px) {
    .artdeco-modal[size=x-small] {
        max-width: 288px
    }
}

@media screen and (max-width:319px) {
    .artdeco-modal[size=x-small] {
        width: 100%
    }

    .artdeco-modal[size=x-small] .artdeco-modal__dismiss {
        right: .4rem
    }
}

@media screen and (max-width:319px) and (max-height:600px) {
    .artdeco-modal[size=x-small] .artdeco-modal__dismiss {
        top: .4rem;
        right: .4rem
    }
}

@media screen and (max-width:319px) {
    .artdeco-modal[size=x-small] .artdeco-modal__dismiss.artdeco-button--2 {
        height: 3.2rem;
        width: 3.2rem
    }

    .artdeco-modal[size=x-small] .artdeco-modal__dismiss li-icon,
    .artdeco-modal[size=x-small] .artdeco-modal__dismiss li-icon svg {
        height: 2rem;
        width: 2rem
    }

    .artdeco-modal[size=x-small] .artdeco-modal__header {
        padding: 1.6rem 3.2rem 1.6rem 1.6rem
    }

    .artdeco-modal[size=x-small] .artdeco-modal__actionbar,
    .artdeco-modal[size=x-small] .artdeco-modal__content {
        padding: 1.6rem
    }

    .artdeco-modal[size=x-small] .artdeco-modal__content--no-padding {
        padding: 0
    }

    .artdeco-modal[size=x-small] .artdeco-modal__header {
        font-family: var(--artdeco-typography-sans);
        font-size: 1.2rem;
        line-height: 1.33333;
        color: rgba(0, 0, 0, .6);
        font-weight: var(--artdeco-reset-typography-font-weight-normal);
        font-style: var(--artdeco-reset-typography-font-style-normal)
    }
}

@media screen and (max-width:319px) and (max-height:600px) {
    .artdeco-modal[size=x-small] .artdeco-modal__header {
        padding: .8rem 3.2rem .8rem 1.2rem
    }
}

@media screen and (max-width:319px) {

    .artdeco-modal[size=x-small] .artdeco-modal__header h1,
    .artdeco-modal[size=x-small] .artdeco-modal__header h2,
    .artdeco-modal[size=x-small] .artdeco-modal__header h3,
    .artdeco-modal[size=x-small] .artdeco-modal__header h4,
    .artdeco-modal[size=x-small] .artdeco-modal__header h5,
    .artdeco-modal[size=x-small] .artdeco-modal__header h6 {
        font-family: var(--artdeco-typography-sans);
        font-size: 1.8rem;
        line-height: 1.33333;
        color: rgba(0, 0, 0, .9);
        font-weight: var(--artdeco-reset-typography-font-weight-normal);
        font-style: var(--artdeco-reset-typography-font-style-normal)
    }

    .artdeco-modal[size=x-small] .artdeco-modal__header--custom {
        padding-bottom: 0
    }

    .artdeco-modal[size=x-small] .artdeco-modal__actionbar {
        padding: 1.2rem 1.6rem
    }
}

.artdeco-modal[size=small] {
    width: 336px
}

.artdeco-modal[size=small] .artdeco-modal__dismiss {
    right: .4rem
}

@media screen and (max-height:600px) {
    .artdeco-modal[size=small] .artdeco-modal__dismiss {
        top: .4rem;
        right: .4rem
    }
}

.artdeco-modal[size=small] .artdeco-modal__dismiss.artdeco-button--2 {
    height: 3.2rem;
    width: 3.2rem
}

.artdeco-modal[size=small] .artdeco-modal__dismiss li-icon,
.artdeco-modal[size=small] .artdeco-modal__dismiss li-icon svg {
    height: 2rem;
    width: 2rem
}

.artdeco-modal[size=small] .artdeco-modal__header {
    padding: 1.6rem 3.2rem 1.6rem 1.6rem
}

.artdeco-modal[size=small] .artdeco-modal__actionbar,
.artdeco-modal[size=small] .artdeco-modal__content {
    padding: 1.6rem
}

.artdeco-modal[size=small] .artdeco-modal__content--no-padding {
    padding: 0
}

.artdeco-modal[size=small] .artdeco-modal__header {
    font-family: var(--artdeco-typography-sans);
    font-size: 1.2rem;
    line-height: 1.33333;
    color: rgba(0, 0, 0, .6);
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-style: var(--artdeco-reset-typography-font-style-normal)
}

@media screen and (max-height:600px) {
    .artdeco-modal[size=small] .artdeco-modal__header {
        padding: .8rem 3.2rem .8rem 1.2rem
    }
}

.artdeco-modal[size=small] .artdeco-modal__header h1,
.artdeco-modal[size=small] .artdeco-modal__header h2,
.artdeco-modal[size=small] .artdeco-modal__header h3,
.artdeco-modal[size=small] .artdeco-modal__header h4,
.artdeco-modal[size=small] .artdeco-modal__header h5,
.artdeco-modal[size=small] .artdeco-modal__header h6 {
    font-family: var(--artdeco-typography-sans);
    font-size: 1.8rem;
    line-height: 1.33333;
    color: rgba(0, 0, 0, .9);
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-style: var(--artdeco-reset-typography-font-style-normal)
}

.artdeco-modal[size=small] .artdeco-modal__header--custom {
    padding-bottom: 0
}

.artdeco-modal[size=small] .artdeco-modal__actionbar {
    padding: 1.2rem 1.6rem
}

@media screen and (min-width:480px) and (min-height:600px) {
    .artdeco-modal[size=small] {
        max-width: 336px
    }
}

@media screen and (max-width:479px) {
    .artdeco-modal[size=small] {
        width: 100%
    }

    .artdeco-modal[size=small] .artdeco-modal__dismiss {
        right: .4rem
    }
}

@media screen and (max-width:479px) and (max-height:600px) {
    .artdeco-modal[size=small] .artdeco-modal__dismiss {
        top: .4rem;
        right: .4rem
    }
}

@media screen and (max-width:479px) {
    .artdeco-modal[size=small] .artdeco-modal__dismiss.artdeco-button--2 {
        height: 3.2rem;
        width: 3.2rem
    }

    .artdeco-modal[size=small] .artdeco-modal__dismiss li-icon,
    .artdeco-modal[size=small] .artdeco-modal__dismiss li-icon svg {
        height: 2rem;
        width: 2rem
    }

    .artdeco-modal[size=small] .artdeco-modal__header {
        padding: 1.6rem 3.2rem 1.6rem 1.6rem
    }

    .artdeco-modal[size=small] .artdeco-modal__actionbar,
    .artdeco-modal[size=small] .artdeco-modal__content {
        padding: 1.6rem
    }

    .artdeco-modal[size=small] .artdeco-modal__content--no-padding {
        padding: 0
    }

    .artdeco-modal[size=small] .artdeco-modal__header {
        font-family: var(--artdeco-typography-sans);
        font-size: 1.2rem;
        line-height: 1.33333;
        color: rgba(0, 0, 0, .6);
        font-weight: var(--artdeco-reset-typography-font-weight-normal);
        font-style: var(--artdeco-reset-typography-font-style-normal)
    }
}

@media screen and (max-width:479px) and (max-height:600px) {
    .artdeco-modal[size=small] .artdeco-modal__header {
        padding: .8rem 3.2rem .8rem 1.2rem
    }
}

@media screen and (max-width:479px) {

    .artdeco-modal[size=small] .artdeco-modal__header h1,
    .artdeco-modal[size=small] .artdeco-modal__header h2,
    .artdeco-modal[size=small] .artdeco-modal__header h3,
    .artdeco-modal[size=small] .artdeco-modal__header h4,
    .artdeco-modal[size=small] .artdeco-modal__header h5,
    .artdeco-modal[size=small] .artdeco-modal__header h6 {
        font-family: var(--artdeco-typography-sans);
        font-size: 1.8rem;
        line-height: 1.33333;
        color: rgba(0, 0, 0, .9);
        font-weight: var(--artdeco-reset-typography-font-weight-normal);
        font-style: var(--artdeco-reset-typography-font-style-normal)
    }

    .artdeco-modal[size=small] .artdeco-modal__header--custom {
        padding-bottom: 0
    }

    .artdeco-modal[size=small] .artdeco-modal__actionbar {
        padding: 1.2rem 1.6rem
    }
}

.artdeco-modal[size=medium] {
    width: 552px
}

@media screen and (min-width:600px) and (min-height:600px) {
    .artdeco-modal[size=medium] {
        max-width: 552px
    }
}

.artdeco-modal[size=large] {
    width: 744px
}

@media screen and (min-width:1024px) and (min-height:600px) {
    .artdeco-modal[size=large] {
        max-width: 744px
    }
}

.artdeco-modal[size=x-large] {
    width: 1128px
}

@media screen and (min-width:1280px) and (min-height:600px) {
    .artdeco-modal[size=x-large] {
        max-width: 1128px
    }
}

@media screen and (max-height:1440px) {
    .artdeco-modal {
        top: 96px;
        max-height: calc(100vh - 480px)
    }
}

@media screen and (max-height:1024px) {
    .artdeco-modal {
        top: 48px;
        max-height: calc(100vh - 240px)
    }
}

@media screen and (max-height:960px) {
    .artdeco-modal {
        top: 32px;
        max-height: calc(100vh - 160px)
    }
}

@media screen and (max-height:600px) {
    .artdeco-modal {
        border-radius: 0;
        top: 0;
        height: 100vh;
        max-height: none
    }

    .artdeco-modal .artdeco-modal__dismiss {
        top: .8rem;
        right: .8rem
    }

    .artdeco-modal .artdeco-modal__dismiss.artdeco-button--2 {
        height: 3.2rem;
        width: 3.2rem
    }

    .artdeco-modal .artdeco-modal__dismiss li-icon,
    .artdeco-modal .artdeco-modal__dismiss li-icon svg {
        height: 2rem;
        width: 2rem
    }
}

.artdeco-modal--layer-confirmation {
    top: 480px
}

@media screen and (max-height:1440px) {
    .artdeco-modal--layer-confirmation {
        top: 240px;
        max-height: calc(100vh - 576px)
    }
}

@media screen and (max-height:1024px) {
    .artdeco-modal--layer-confirmation {
        top: 224px;
        max-height: calc(100vh - 288px)
    }
}

@media screen and (max-height:960px) {
    .artdeco-modal--layer-confirmation {
        top: 168px;
        max-height: calc(100vh - 192px)
    }
}

@media screen and (max-height:600px) {
    .artdeco-modal--layer-confirmation {
        top: 0;
        max-height: 100vh
    }
}

[dir=rtl] .artdeco-modal__dismiss {
    /*!rtl:begin:ignore*/
    left: .8rem;
    right: auto
        /*!rtl:end:ignore*/
}

[dir=rtl] h1,
[dir=rtl] h2,
[dir=rtl] h3,
[dir=rtl] h4,
[dir=rtl] h5,
[dir=rtl] h6 {
    /*!rtl:ignore*/
    padding-right: 0
}

.artdeco-modal__dismiss {
    position: absolute;
    z-index: 1;
    top: 1.2rem;
    right: 1.2rem
}

.artdeco-modal__header {
    display: block;
    padding: 1.6rem 4.8rem 1.6rem 2.4rem;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    font-family: var(--artdeco-typography-sans);
    font-size: 1.6rem;
    line-height: 1.5;
    color: rgba(0, 0, 0, .6);
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-style: var(--artdeco-reset-typography-font-style-normal);
    overflow-wrap: break-word
}

.artdeco-modal__header h1,
.artdeco-modal__header h2,
.artdeco-modal__header h3,
.artdeco-modal__header h4,
.artdeco-modal__header h5,
.artdeco-modal__header h6 {
    font-family: var(--artdeco-typography-sans);
    font-size: 2rem;
    line-height: 1.4;
    color: rgba(0, 0, 0, .9);
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-style: var(--artdeco-reset-typography-font-style-normal);
    margin-bottom: 0
}

@media screen and (max-height:600px) {
    .artdeco-modal__header {
        flex: 0 0 auto;
        padding: .8rem 4.8rem .8rem 1.2rem
    }
}

.artdeco-modal__header--custom {
    padding-bottom: 0
}

.artdeco-modal__header--no-padding {
    padding: 0
}

@media screen and (max-height:600px) {
    .artdeco-modal__header--no-padding {
        padding: 0 !important
    }
}

.artdeco-modal__content {
    display: block;
    overflow: auto;
    min-height: 5.6rem;
    padding: 1.6rem 2.4rem
}

@media screen and (max-height:600px) {
    .artdeco-modal__content {
        flex: 1 0 auto;
        padding: .8rem 1.2rem !important
    }
}

.artdeco-modal__content:focus {
    outline: 1px dotted
}

.artdeco-modal__content--no-padding {
    padding: 0
}

@media screen and (max-height:600px) {
    .artdeco-modal__content--no-padding {
        padding: 0 !important
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @supports not (-ms-accelerator: true) {
        .artdeco-modal__content:focus {
            outline-width: 5px;
            outline-style: auto;
            outline-color: -webkit-focus-ring-color;
            outline-offset: -3px
        }
    }
}

.artdeco-modal__actionbar {
    display: block;
    padding: 1.2rem 2.4rem;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

@media screen and (max-height:600px) {
    .artdeco-modal__actionbar {
        flex: 0 0 auto;
        padding: .8rem 1.2rem !important
    }
}

.artdeco-modal__actionbar--confirm-dialog {
    text-align: right
}

.artdeco-modal__confirm-dialog-btn {
    margin-left: .4rem;
    margin-top: .4rem
}

.artdeco-modal {
    background-color: var(--color-background) !important;
    border-radius: var(--corner-radius-medium) !important
}

.artdeco-modal[size=small] .artdeco-modal__header,
.artdeco-modal__header {
    border-bottom-color: var(--color-border-faint)
}

.artdeco-modal[size=small] .artdeco-modal__header,
.artdeco-modal[size=small] .artdeco-modal__header h1,
.artdeco-modal[size=small] .artdeco-modal__header h2,
.artdeco-modal[size=small] .artdeco-modal__header h3,
.artdeco-modal[size=small] .artdeco-modal__header h4,
.artdeco-modal[size=small] .artdeco-modal__header h5,
.artdeco-modal[size=small] .artdeco-modal__header h6,
.artdeco-modal__header,
.artdeco-modal__header h1,
.artdeco-modal__header h2,
.artdeco-modal__header h3,
.artdeco-modal__header h4,
.artdeco-modal__header h5,
.artdeco-modal__header h6 {
    color: var(--color-text);
    font-weight: var(--font-weight-bold)
}

.artdeco-modal__actionbar {
    border-top-color: var(--color-border-faint)
}

.artdeco-modal-overlay--is-top-layer {
    background-color: var(--color-scrim)
}

.artdeco-notification-badge {
    position: relative;
    display: inline-block
}

.artdeco-notification-badge .notification-badge {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1);
    transition-duration: 167ms;
    transform-origin: bottom left;
    background-color: var(--system-red-70, #d11124);
    display: block;
    align-items: flex-start;
    justify-content: center;
    left: calc(100% - .8rem);
    top: -.8rem;
    height: 1.6rem;
    border-radius: .8rem;
    padding: 0 .4rem;
    min-width: .8rem;
    position: absolute;
    opacity: 0;
    z-index: 1;
    transform: scale(0);
    box-sizing: initial
}

.artdeco-notification-badge .notification-badge--show {
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    transition-duration: 167ms;
    opacity: 1;
    transform: scale(1)
}

.artdeco-notification-badge .notification-badge--border {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .35)
}

.artdeco-notification-badge .notification-badge__no-count {
    display: block;
    background-color: var(--white, #fff);
    height: .6rem;
    width: .6rem;
    border-radius: .6rem;
    margin: .5rem .1rem
}

.artdeco-notification-badge .notification-badge__count {
    font-family: var(--artdeco-typography-sans);
    color: #fff;
    font-weight: var(--artdeco-reset-typography-font-weight-bold);
    font-size: 1.2rem;
    line-height: 1.33333;
    position: relative;
    display: block;
    white-space: nowrap
}

.artdeco-notification-badge .notification-badge__count--increase {
    animation: increaseCountAnimation 167ms ease-in-out
}

@keyframes increaseCountAnimation {

    0%,
    to {
        opacity: 1;
        top: 0
    }

    50% {
        opacity: 0;
        top: .5rem
    }
}

.theme--dark .artdeco-notification-badge {
    --color-alert: var(--voyager-color-background-badge-notification)
}

.theme--dark .artdeco-notification-badge .notification-badge__count {
    --color-label-knockout: var(--color-element)
}

.theme--dark .artdeco-notification-badge .notification-badge__no-count {
    --color-indicator-knockout: var(--color-element)
}

.artdeco-notification-badge .notification-badge,
.artdeco-notification-badge .notification-badge.notification-badge--border {
    background-color: var(--color-alert) !important
}

.artdeco-notification-badge .notification-badge__count,
.notification-badge--border .artdeco-notification-badge .notification-badge__count {
    color: var(--color-label-knockout) !important
}

.artdeco-notification-badge .notification-badge__no-count,
.notification-badge--border .artdeco-notification-badge .notification-badge__no-count {
    background-color: var(--color-indicator-knockout) !important
}

.artdeco-notification-badge--new .notification-badge,
.artdeco-notification-badge--new .notification-badge.notification-badge--border {
    background-color: var(--voyager-color-background-badge-new) !important
}

.artdeco-notification-badge--selection .notification-badge,
.artdeco-notification-badge--selection .notification-badge.notification-badge--border {
    background-color: var(--voyager-color-background-badge-selection) !important
}

.artdeco-pagination {
    display: flex;
    justify-content: space-between
}

.artdeco-pagination--with-container {
    border: 1px solid #ddd
}

.artdeco-pagination--with-container .artdeco-pagination__button {
    width: 100px;
    padding: 12px
}

.artdeco-pagination__button--previous {
    margin-right: .4rem;
    flex-shrink: 0
}

.artdeco-pagination__button--next {
    margin-left: .4rem;
    flex-shrink: 0
}

.artdeco-pagination--hide-pagination .artdeco-pagination__button--next {
    margin-left: 0
}

.artdeco-pagination__pages {
    flex-grow: 1
}

.artdeco-pagination--with-container .artdeco-pagination__pages {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

.artdeco-pagination__pages {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:360px) {
    .artdeco-pagination__pages--number {
        display: none
    }
}

.artdeco-pagination__indicator {
    text-align: center
}

.artdeco-pagination__indicator--dot {
    margin: .375rem;
    display: inline-flex
}

.artdeco-pagination__indicator--dot span {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.artdeco-pagination__indicator--dot.selected,
.artdeco-pagination__indicator--dot>button {
    padding: 0;
    min-width: 8px;
    min-height: 8px;
    height: .5rem;
    width: .5rem;
    border-radius: 50%;
    box-sizing: border-box;
    text-decoration: none
}

.artdeco-pagination__indicator--dot.selected {
    background-color: rgba(0, 0, 0, .9)
}

@media screen and (-ms-high-contrast:active) {
    .artdeco-pagination__indicator--dot.selected {
        background-color: Highlight
    }
}

.artdeco-pagination__indicator--dot.selected>button,
.artdeco-pagination__indicator--dot:not(.selected)>button {
    border: 1px solid rgba(0, 0, 0, .6);
    background-color: transparent
}

.artdeco-pagination__indicator--dot>button:hover {
    border: 1px solid rgba(0, 0, 0, .75);
    background-color: rgba(0, 0, 0, .15)
}

@media screen and (-ms-high-contrast:active) {
    .artdeco-pagination__indicator--dot>button:hover {
        -ms-high-contrast-adjust: none;
        color: HighlightText;
        background-color: Highlight
    }
}

.artdeco-pagination--inverse .artdeco-pagination__indicator--dot.selected {
    background-color: var(--white, #fff)
}

@media screen and (-ms-high-contrast:active) {
    .artdeco-pagination--inverse .artdeco-pagination__indicator--dot.selected {
        background-color: Highlight
    }
}

.artdeco-pagination--inverse .artdeco-pagination__indicator--dot.selected>button,
.artdeco-pagination--inverse .artdeco-pagination__indicator--dot:not(.selected)>button {
    border: 1px solid hsla(0, 0%, 100%, .7);
    background-color: transparent
}

.artdeco-pagination--inverse .artdeco-pagination__indicator--dot>button:hover {
    border: 1px solid hsla(0, 0%, 100%, .85);
    background-color: hsla(0, 0%, 100%, .25)
}

@media screen and (-ms-high-contrast:active) {
    .artdeco-pagination--inverse .artdeco-pagination__indicator--dot>button:hover {
        -ms-high-contrast-adjust: none;
        color: HighlightText;
        background-color: Highlight
    }
}

.artdeco-pagination--dense .artdeco-pagination__indicator--dot {
    margin: .125rem
}

.artdeco-pagination--dense .artdeco-pagination__indicator--dot.selected,
.artdeco-pagination--dense .artdeco-pagination__indicator--dot>button {
    height: .375rem;
    width: .375rem;
    min-height: 6px;
    min-width: 6px
}

.artdeco-pagination__indicator--number {
    min-height: 32px;
    height: 2rem;
    min-width: 32px;
    margin-left: 4px;
    display: flex;
    justify-content: center;
    align-items: center
}

.artdeco-pagination__indicator--number:first-child {
    margin-left: 0
}

.artdeco-pagination__indicator--number.selected>span,
.artdeco-pagination__indicator--number>button {
    padding: 0 1px;
    min-height: 32px;
    height: 2rem;
    min-width: 32px;
    text-decoration: none
}

.artdeco-pagination__indicator--number>button {
    min-width: 32px
}

.artdeco-pagination__indicator--number.selected>button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 1.42857;
    font-weight: var(--artdeco-reset-typography-font-weight-bold);
    color: var(--white, #fff);
    border-radius: 2px;
    border: 1px solid transparent;
    background-color: var(--cool-gray-70, #5c6f7c)
}

@media screen and (-ms-high-contrast:active) {
    .artdeco-pagination__indicator--number.selected>button {
        -ms-high-contrast-adjust: none;
        color: HighlightText;
        background-color: Highlight
    }
}

.artdeco-pagination__indicator--number:not(.selected)>button {
    font-size: 1.4rem;
    line-height: 1.42857;
    font-weight: var(--artdeco-reset-typography-font-weight-bold);
    color: rgba(0, 0, 0, .9);
    border: 1px solid transparent;
    background-color: transparent
}

.artdeco-pagination__indicator--number>button:hover {
    font-size: 1.4rem;
    line-height: 1.42857;
    font-weight: var(--artdeco-reset-typography-font-weight-bold);
    color: rgba(0, 0, 0, .9);
    border-radius: 2px;
    border: 1px solid var(--cool-gray-70, #5c6f7c);
    background-color: transparent
}

@media screen and (-ms-high-contrast:active) {
    .artdeco-pagination__indicator--number>button:hover {
        -ms-high-contrast-adjust: none;
        color: HighlightText;
        background-color: Highlight
    }
}

.artdeco-pagination__page-state {
    display: none
}

@media screen and (max-width:360px) {
    .artdeco-pagination__page-state {
        display: block
    }
}

.artdeco-pagination--inverse {
    --color-element: var(--color-element-on-dark);
    --color-element-active: var(--color-element-on-dark-active);
    --color-background-none-tint-hover: var(--color-background-none-tint-on-dark-hover);
    --color-background-none-active: var(--color-background-none-on-dark-active);
    --color-text-shift-on-dark-flip: var(--color-text-low-emphasis-stick);
    --color-text-low-emphasis: var(--color-text-low-emphasis-on-dark);
    --color-border: var(--color-border-on-dark);
    --color-border-active: var(--color-border-on-dark-active)
}

.artdeco-pagination__indicator {
    box-sizing: border-box !important
}

.artdeco-pagination__indicator--dot.selected>button {
    background-color: var(--color-current) !important;
    border-color: var(--color-border) !important
}

.artdeco-pagination__indicator--dot.selected>button:focus,
.artdeco-pagination__indicator--dot.selected>button:hover {
    background-color: var(--color-current-hover) !important;
    border-color: var(--color-border-hover) !important
}

.artdeco-pagination__indicator--dot.selected>button:active {
    background-color: var(--color-current-active) !important;
    border-color: var(--color-border-active) !important
}

@media (forced-colors:active),
only screen and (-ms-high-contrast:active) {
    .artdeco-pagination__indicator--dot.selected>button {
        background-color: Highlight !important
    }
}

.artdeco-pagination__indicator--dot:not(.selected)>button {
    background-color: var(--color-background-transparent) !important;
    border-color: var(--color-border) !important
}

.artdeco-pagination__indicator--dot button:focus,
.artdeco-pagination__indicator--dot button:hover {
    background-color: var(--color-background-transparent-hover) !important;
    border-color: var(--color-border-hover) !important
}

@media (forced-colors:active),
only screen and (-ms-high-contrast:active) {

    .artdeco-pagination__indicator--dot button:focus,
    .artdeco-pagination__indicator--dot button:hover {
        -ms-high-contrast-adjust: none !important;
        forced-color-adjust: none !important;
        color: HighlightText !important;
        background-color: Highlight !important
    }
}

.artdeco-pagination__indicator--dot button:active {
    background-color: var(--color-background-transparent-active) !important;
    border-color: var(--color-border-active) !important
}

.artdeco-pagination__indicator--number button {
    align-items: center !important;
    border: none !important;
    border-radius: var(--corner-radius-full) !important;
    box-sizing: border-box !important;
    display: flex !important;
    font-weight: 400 !important;
    height: 3.2rem !important;
    line-height: 0 !important;
    justify-content: center !important;
    min-width: 3.2rem !important;
    padding: 0 !important
}

@media (forced-colors:active),
only screen and (-ms-high-contrast:active) {
    .artdeco-pagination__indicator--number button:hover {
        -ms-high-contrast-adjust: none !important;
        forced-color-adjust: none !important;
        color: HighlightText !important;
        background-color: Highlight !important
    }
}

.artdeco-pagination__indicator--number:not(.selected) button {
    background-color: var(--color-background-transparent) !important;
    color: var(--color-label) !important
}

.artdeco-pagination__indicator--number:not(.selected) button:focus,
.artdeco-pagination__indicator--number:not(.selected) button:hover {
    background-color: var(--color-background-transparent-hover) !important;
    color: var(--color-label-hover) !important
}

.artdeco-pagination__indicator--number:not(.selected) button:active {
    background-color: var(--color-background-transparent-active) !important;
    color: var(--color-label-active) !important
}

.artdeco-pagination__indicator--number.selected button {
    background-color: var(--color-current) !important;
    color: var(--color-label-knockout) !important
}

.artdeco-pagination__indicator--number.selected button:focus,
.artdeco-pagination__indicator--number.selected button:hover {
    background-color: var(--color-current-hover) !important;
    color: var(--color-label-knockout-hover) !important;
    outline-offset: 3px
}

@media (forced-colors:active),
only screen and (-ms-high-contrast:active) {

    .artdeco-pagination__indicator--number.selected button:focus,
    .artdeco-pagination__indicator--number.selected button:hover {
        -ms-high-contrast-adjust: none !important;
        forced-color-adjust: none !important;
        color: HighlightText !important;
        background-color: Highlight !important
    }
}

.artdeco-pagination__indicator--number.selected button:active {
    background-color: var(--color-current-active) !important;
    color: var(--color-label-knockout-active) !important
}

@media (forced-colors:active),
only screen and (-ms-high-contrast:active) {

    .artdeco-pagination__indicator--number.selected button,
    .artdeco-pagination__indicator--number.selected button:active {
        -ms-high-contrast-adjust: none !important;
        forced-color-adjust: none !important;
        color: HighlightText !important;
        background-color: Highlight !important
    }
}

.artdeco-table {
    min-width: 100%;
    height: auto;
    background: var(--white, #fff);
    border-collapse: collapse;
    text-align: left;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
    transition: box-shadow 83ms
}

@media screen and (-ms-high-contrast:active) {
    .artdeco-table {
        border: 1px solid activeborder
    }
}

.artdeco-table--striped {
    min-width: 100%;
    height: auto;
    background: var(--white, #fff);
    border-collapse: collapse;
    text-align: left;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
    transition: box-shadow 83ms
}

@media screen and (-ms-high-contrast:active) {
    .artdeco-table--striped {
        border: 1px solid activeborder
    }
}

.artdeco-table--striped-column,
.artdeco-table--striped .artdeco-table-row:nth-child(2n) {
    background: var(--cool-gray-20, #f3f6f8)
}

.artdeco-table--striped-column {
    border-left: 1px solid rgba(0, 0, 0, .15);
    border-right: 1px solid rgba(0, 0, 0, .15)
}

.artdeco-table-header {
    min-height: 3.2rem;
    height: auto;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: inherit;
    color: rgba(0, 0, 0, .9);
    font-family: var(--artdeco-typography-sans);
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-size: 1.4rem;
    line-height: 1.42857;
    border-bottom: 2px solid rgba(0, 0, 0, .15);
    font-weight: var(--artdeco-reset-typography-font-weight-bold);
    padding: 12px 24px
}

.artdeco-table-sort-button {
    background-color: transparent;
    border: 0;
    font-weight: 600;
    color: rgba(0, 0, 0, .6);
    padding: 0;
    vertical-align: middle
}

.artdeco-table-header--large {
    height: auto;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: inherit;
    color: rgba(0, 0, 0, .9);
    font-family: var(--artdeco-typography-sans);
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-size: 1.4rem;
    line-height: 1.42857;
    border-bottom: 2px solid rgba(0, 0, 0, .15);
    font-weight: var(--artdeco-reset-typography-font-weight-bold);
    padding: 8px 24px;
    font-size: 2rem;
    line-height: 1.4
}

.artdeco-table-header__subtext {
    display: inline-block;
    margin-top: 4px;
    color: rgba(0, 0, 0, .9);
    font-family: var(--artdeco-typography-sans);
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-size: 1.6rem;
    line-height: 1.5
}

.artdeco-table-select-header {
    min-height: 3.2rem;
    height: auto;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: inherit;
    color: rgba(0, 0, 0, .9);
    font-family: var(--artdeco-typography-sans);
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-size: 1.4rem;
    line-height: 1.42857;
    border-bottom: 2px solid rgba(0, 0, 0, .15);
    font-weight: var(--artdeco-reset-typography-font-weight-bold);
    padding: 12px 24px;
    white-space: nowrap
}

.artdeco-table-select-cell {
    min-height: 5.2rem;
    height: auto;
    box-sizing: border-box;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    text-align: inherit;
    color: rgba(0, 0, 0, .9);
    font-family: var(--artdeco-typography-sans);
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-size: 1.4rem;
    line-height: 1.42857;
    padding: 16px 16px 16px 24px
}

.artdeco-table-select-cell,
.artdeco-table-select-header {
    width: 1.6rem
}

.artdeco-table-select-cell .artdeco-table-checkbox,
.artdeco-table-select-header .artdeco-table-checkbox {
    margin-top: 0
}

.artdeco-table-select-cell .artdeco-table-checkbox-label,
.artdeco-table-select-header .artdeco-table-checkbox-label {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0;
    padding-left: 0
}

.artdeco-table-cell,
.artdeco-table-cell--default {
    min-height: 5.2rem;
    height: auto;
    padding: 16px 24px;
    box-sizing: border-box;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    text-align: inherit;
    color: rgba(0, 0, 0, .9);
    font-family: var(--artdeco-typography-sans);
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-size: 1.4rem;
    line-height: 1.42857
}

.artdeco-table-cell--open {
    min-height: 7.2rem;
    height: auto;
    padding: 16px 24px;
    box-sizing: border-box;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    text-align: inherit;
    color: rgba(0, 0, 0, .9);
    font-family: var(--artdeco-typography-sans);
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-size: 1.4rem;
    line-height: 1.42857
}

.artdeco-table-cell--extra-open,
.artdeco-table-cell--full {
    min-height: 9.2rem;
    height: auto;
    padding: 16px 24px;
    box-sizing: border-box;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    text-align: inherit;
    color: rgba(0, 0, 0, .9);
    font-family: var(--artdeco-typography-sans);
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-size: 1.4rem;
    line-height: 1.42857
}

.artdeco-table-footer {
    min-height: 5.2rem;
    height: auto;
    padding: 16px 24px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: inherit;
    color: rgba(0, 0, 0, .9);
    font-family: var(--artdeco-typography-sans);
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-size: 1.4rem;
    line-height: 1.42857;
    border-bottom: none
}

.artdeco-table,
.artdeco-table--striped {
    background: var(--color-background);
    border-radius: var(--corner-radius-small)
}

.artdeco-table-header,
.artdeco-table-header--large,
.artdeco-table-select-header {
    border-bottom: 1px solid var(--color-border-grid)
}

.theme--dark .artdeco-table--striped .artdeco-table--striped-column,
.theme--dark .artdeco-table--striped .artdeco-table-row:nth-child(2n) {
    --color-table-background-row: var(--color-background-container-tint)
}

.artdeco-table--striped-column,
.artdeco-table--striped .artdeco-table-row:nth-child(2n) {
    background: var(--color-table-background-row)
}

.artdeco-table--striped-column {
    border-left: 1px solid var(--color-border-grid);
    border-right: 1px solid var(--color-border-grid)
}

.artdeco-table-header {
    min-height: var(--spacing-four-x);
    color: var(--color-label);
    padding: 1.2rem 2.4rem
}

.artdeco-table-sort-button {
    background-color: var(--color-background-transparent);
    color: var(--color-icon)
}

.artdeco-table-header--large {
    color: var(--color-label);
    padding: .8rem 2.4rem
}

.artdeco-table-header__subtext,
.artdeco-table-select-header {
    color: var(--color-label)
}

.artdeco-table-header__subtext {
    margin-top: var(--spacing-half-x)
}

.artdeco-table-select-header {
    min-height: var(--spacing-four-x);
    padding: 1.2rem 2.4rem
}

.artdeco-table-select-cell {
    min-height: var(--spacing-six-x);
    padding: 1.6rem 1.6rem 1.6rem 2.4rem;
    border-bottom: 1px solid var(--color-border-grid);
    color: var(--color-text)
}

.artdeco-table-select-cell,
.artdeco-table-select-header {
    width: var(--spacing-two-x)
}

.artdeco-table-select-cell .artdeco-table-checkbox-label,
.artdeco-table-select-header .artdeco-table-checkbox-label {
    width: var(--spacing-two-x);
    height: var(--spacing-two-x)
}

.artdeco-table-cell,
.artdeco-table-cell--default,
.artdeco-table-cell--extra-open,
.artdeco-table-cell--full,
.artdeco-table-cell--open,
.artdeco-table-footer {
    padding: 1.6rem 2.4rem;
    color: var(--color-text)
}

.artdeco-table-cell,
.artdeco-table-cell--default {
    min-height: var(--spacing-six-x);
    border-bottom: 1px solid var(--color-border-grid)
}

.artdeco-table-cell--open {
    min-height: var(--spacing-eight-x);
    border-bottom: 1px solid var(--color-border-grid)
}

.artdeco-table-cell--extra-open,
.artdeco-table-cell--full {
    min-height: var(--spacing-twelve-x);
    border-bottom: 1px solid var(--color-border-grid)
}

.artdeco-table-footer {
    min-height: var(--spacing-six-x)
}

.artdeco-text-input {
    display: inline-block;
    width: 100%;
    position: relative
}

.artdeco-text-input .artdeco-text-input--container {
    position: relative
}

.artdeco-text-input .artdeco-text-input--helper-box {
    font-size: 1.4rem;
    line-height: 1.42857;
    display: flex
}

.artdeco-text-input .artdeco-text-input--helper-text {
    margin-right: .4rem;
    color: rgba(0, 0, 0, .6)
}

.artdeco-text-input .artdeco-text-input--counter {
    margin-left: auto
}

.artdeco-text-input .artdeco-text-input--label {
    margin: 0 0 .2rem
}

.artdeco-text-input .artdeco-text-input--input {
    padding: .6rem .8rem
}

.artdeco-text-input .artdeco-text-input--input::placeholder {
    color: rgba(0, 0, 0, .6)
}

.artdeco-text-input .artdeco-text-input__textarea.artdeco-text-input__textarea--align-top {
    vertical-align: top
}

.artdeco-text-input .artdeco-text-input--button-password {
    min-height: 20px;
    position: relative;
    border: 0;
    background: none;
    padding: 0;
    overflow: visible
}

.artdeco-text-input .artdeco-text-input--button-password-hidden {
    display: none
}

.artdeco-text-input.artdeco-text-input--state-error .artdeco-text-input--input {
    border-width: 2px
}

.artdeco-text-input.artdeco-text-input--state-disabled {
    opacity: .35
}

.artdeco-text-input.artdeco-text-input--state-required .artdeco-text-input--label:after {
    content: "*";
    margin: 0
}

.artdeco-text-input.artdeco-text-input--state-confirmation .artdeco-text-input--input {
    border-width: 2px
}

.artdeco-text-input.artdeco-text-input--state-confirmation .artdeco-text-input--input:focus {
    box-shadow: none
}

.artdeco-text-input.artdeco-text-input--color-inverse .artdeco-text-input--label {
    color: hsla(0, 0%, 100%, .7)
}

.artdeco-text-input.artdeco-text-input--color-inverse .artdeco-text-input--input {
    border-color: var(--white, #fff);
    color: var(--white, #fff)
}

.artdeco-text-input.artdeco-text-input--color-inverse .artdeco-text-input--input::placeholder {
    color: hsla(0, 0%, 100%, .7)
}

.artdeco-text-input.artdeco-text-input--color-inverse .artdeco-text-input--input:focus {
    border-color: var(--blue-40, #98d8f4);
    box-shadow: 0 0 0 .1rem var(--blue-40, #98d8f4)
}

.artdeco-text-input.artdeco-text-input--color-inverse .artdeco-text-input--container-password,
.artdeco-text-input.artdeco-text-input--color-inverse .artdeco-text-input--container-password:hover {
    border-color: var(--white, #fff)
}

.artdeco-text-input.artdeco-text-input--color-inverse .artdeco-text-input--container-password:focus-within {
    border-color: var(--blue-40, #98d8f4);
    box-shadow: 0 0 0 .1rem var(--blue-40, #98d8f4)
}

.artdeco-text-input.artdeco-text-input--color-inverse .artdeco-text-input--counter,
.artdeco-text-input.artdeco-text-input--color-inverse .artdeco-text-input--helper-text {
    color: var(--white, #fff)
}

.artdeco-text-input.artdeco-text-input--color-inverse.artdeco-text-input--state-error .artdeco-text-input--input {
    border-color: var(--system-red-40, #ffbcba)
}

.artdeco-text-input.artdeco-text-input--color-inverse.artdeco-text-input--state-error .artdeco-text-input--counter {
    color: var(--system-red-40, #ffbcba)
}

.artdeco-text-input.artdeco-text-input--color-inverse.artdeco-text-input--state-error .artdeco-text-input--input:focus {
    border-color: var(--blue-40, #98d8f4)
}

.artdeco-text-input.artdeco-text-input--color-inverse.artdeco-text-input--state-confirmation .artdeco-text-input--input {
    border-color: var(--system-green-40, #b5d99f)
}

.artdeco-text-input.artdeco-text-input--color-inverse.artdeco-text-input--state-confirmation .artdeco-text-input--counter {
    color: var(--system-green-40, #b5d99f)
}

.artdeco-text-input.artdeco-text-input--color-inverse.artdeco-text-input--state-confirmation .artdeco-text-input--input:focus {
    border-color: var(--blue-40, #98d8f4)
}

.artdeco-text-input.artdeco-text-input--color-inverse.artdeco-text-input--state-required .artdeco-text-input--label:after {
    color: var(--blue-40, #98d8f4)
}

.artdeco-text-input.artdeco-text-input--color-default.artdeco-text-input--state-error .artdeco-text-input--input {
    border-color: var(--system-red-70, #d11124)
}

.artdeco-text-input.artdeco-text-input--color-default.artdeco-text-input--state-error .artdeco-text-input--counter {
    color: var(--system-red-70, #d11124)
}

.artdeco-text-input.artdeco-text-input--color-default.artdeco-text-input--state-error .artdeco-text-input--input:focus {
    border-color: var(--blue-70, #0073b1)
}

.artdeco-text-input.artdeco-text-input--color-default.artdeco-text-input--state-confirmation .artdeco-text-input--input {
    border-color: var(--system-green-70, #2f7b15)
}

.artdeco-text-input.artdeco-text-input--color-default.artdeco-text-input--state-confirmation .artdeco-text-input--counter {
    color: var(--system-green-70, #2f7b15)
}

.artdeco-text-input.artdeco-text-input--color-default.artdeco-text-input--state-confirmation .artdeco-text-input--input:focus {
    border-color: var(--blue-70, #0073b1)
}

.artdeco-text-input.artdeco-text-input--color-default.artdeco-text-input--state-required .artdeco-text-input--label:after {
    color: var(--blue-70, #0073b1)
}

.artdeco-text-input .artdeco-text-input--search {
    border: 1px solid rgba(0, 0, 0, .15);
    padding-left: 3.3rem;
    background-color: var(--warm-gray-20, #f3f6f8);
    background-image: url(/aero-v1/sc/h/cwn0a0e7hog2i33c88ucrvot5);
    background-size: 2.4rem;
    background-position: .8rem -26.1rem;
    background-repeat: no-repeat
}

.inverse-form .artdeco-text-input .artdeco-text-input--search {
    background-color: var(--white, #fff)
}

@media (max-width:769px) {
    .artdeco-text-input .artdeco-text-input--search {
        font-size: 1.3rem;
        height: 2.8rem;
        background-position: .2rem -28.9rem;
        padding-left: 2.4rem
    }
}

.artdeco-text-input .artdeco-text-input--container-password {
    font-size: var(--artdeco-reset-forms-font-size);
    line-height: var(--artdeco-reset-forms-line-height);
    font-weight: var(--artdeco-reset-forms-font-weight);
    transition-duration: var(--artdeco-reset-forms-input-transition-duration);
    transition-property: var(--artdeco-reset-forms-input-transition-property);
    box-shadow: var(--artdeco-reset-forms-input-box-shadow);
    border-radius: var(--artdeco-reset-forms-input-border-radius);
    border: var(--artdeco-reset-forms-input-border);
    width: var(--artdeco-reset-forms-input-width);
    height: var(--artdeco-reset-forms-input-height);
    box-sizing: var(--artdeco-reset-forms-input-box-sizing);
    background-color: var(--artdeco-reset-forms-input-background-color);
    color: var(--artdeco-reset-forms-input-color);
    padding: 0;
    display: inline-flex
}

.artdeco-text-input .artdeco-text-input--container-password::-webkit-input-placeholder {
    color: var(--artdeco-reset-forms-input-placeholder-color);
    opacity: 1
}

.artdeco-text-input .artdeco-text-input--container-password:-moz-placeholder,
.artdeco-text-input .artdeco-text-input--container-password::-moz-placeholder {
    color: var(--artdeco-reset-forms-input-placeholder-color);
    opacity: 1
}

.artdeco-text-input .artdeco-text-input--container-password:-ms-input-placeholder {
    color: var(--artdeco-reset-forms-input-placeholder-color);
    opacity: 1
}

.artdeco-text-input .artdeco-text-input--container-password::placeholder {
    color: var(--artdeco-reset-forms-input-placeholder-color);
    opacity: 1
}

.artdeco-text-input .artdeco-text-input--container-password:hover {
    border-color: var(--artdeco-reset-forms-input-color)
}

.artdeco-text-input .artdeco-text-input--container-password:focus {
    border-color: var(--artdeco-reset-forms-input-blue);
    box-shadow: var(--artdeco-reset-forms-input-focus-box-shadow)
}

.artdeco-text-input .artdeco-text-input--container-password[disabled] {
    opacity: var(--artdeco-reset-forms-input-disabled-opacity)
}

.artdeco-text-input .artdeco-text-input--container-password[disabled]:hover {
    border-color: var(--artdeco-reset-forms-input-disabled-hover-border-color)
}

.artdeco-text-input .artdeco-text-input--container-password.error {
    border-color: var(--artdeco-reset-forms-input-error)
}

.artdeco-text-input .artdeco-text-input--container-password .artdeco-text-input--input {
    border: none;
    box-shadow: none;
    padding: 0 1rem;
    height: 100%
}

.artdeco-text-input .artdeco-text-input--container-password .artdeco-text-input--button-password {
    padding: 1rem 1rem 0
}

.artdeco-text-input .artdeco-text-input--container-password:focus-within {
    border-color: var(--blue-70, #0073b1);
    box-shadow: 0 0 0 .1rem var(--blue-70, #0073b1)
}

.artdeco-text-input.artdeco-text-input--color-default .artdeco-text-input--counter,
.artdeco-text-input.artdeco-text-input--color-default .artdeco-text-input--helper-text,
.artdeco-text-input .artdeco-text-input--counter,
.artdeco-text-input .artdeco-text-input--helper-text {
    color: var(--color-text-meta) !important
}

.artdeco-text-input.artdeco-text-input--color-default.artdeco-text-input--state-required .artdeco-text-input--label:after,
.artdeco-text-input.artdeco-text-input--state-required .artdeco-text-input--label:after {
    color: var(--color-label) !important
}

.artdeco-text-input.artdeco-text-input--color-default.artdeco-text-input--state-disabled,
.artdeco-text-input.artdeco-text-input--state-disabled {
    opacity: 1 !important
}

.artdeco-text-input.artdeco-text-input--color-default.artdeco-text-input--state-disabled .artdeco-text-input--input,
.artdeco-text-input.artdeco-text-input--state-disabled .artdeco-text-input--input {
    background-color: var(--color-background-disabled);
    border: none;
    box-shadow: none;
    color: var(--color-text-disabled);
    box-shadow: inset 0 0 0 2px var(--color-border-transparent);
    opacity: 1
}

.artdeco-text-input.artdeco-text-input--color-default.artdeco-text-input--state-disabled .artdeco-text-input--input::placeholder,
.artdeco-text-input.artdeco-text-input--state-disabled .artdeco-text-input--input::placeholder {
    opacity: var(--artdeco-reset-forms-input-disabled-opacity) !important
}

.artdeco-text-input.artdeco-text-input--color-default.artdeco-text-input--state-disabled .artdeco-text-input--counter,
.artdeco-text-input.artdeco-text-input--color-default.artdeco-text-input--state-disabled .artdeco-text-input--helper-text,
.artdeco-text-input.artdeco-text-input--state-disabled .artdeco-text-input--counter,
.artdeco-text-input.artdeco-text-input--state-disabled .artdeco-text-input--helper-text {
    color: var(--color-text-disabled) !important
}

.artdeco-text-input.artdeco-text-input--color-default.artdeco-text-input--state-disabled .artdeco-text-input--label,
.artdeco-text-input.artdeco-text-input--color-default.artdeco-text-input--state-disabled .artdeco-text-input--label:after,
.artdeco-text-input.artdeco-text-input--state-disabled .artdeco-text-input--label,
.artdeco-text-input.artdeco-text-input--state-disabled .artdeco-text-input--label:after {
    color: var(--color-label-disabled) !important
}

.artdeco-text-input.artdeco-text-input--color-default.artdeco-text-input--state-error .artdeco-text-input--input,
.artdeco-text-input.artdeco-text-input--state-error .artdeco-text-input--input {
    background-color: var(--color-background-transparent);
    border: none;
    box-shadow: inset 0 0 0 2px var(--color-negative)
}

.artdeco-text-input.artdeco-text-input--color-default.artdeco-text-input--state-error .artdeco-text-input--counter,
.artdeco-text-input.artdeco-text-input--color-default.artdeco-text-input--state-error .artdeco-text-input--helper-text,
.artdeco-text-input.artdeco-text-input--color-default.artdeco-text-input--state-error .artdeco-text-input--label,
.artdeco-text-input.artdeco-text-input--color-default.artdeco-text-input--state-error .artdeco-text-input--label:after,
.artdeco-text-input.artdeco-text-input--state-error .artdeco-text-input--counter,
.artdeco-text-input.artdeco-text-input--state-error .artdeco-text-input--helper-text,
.artdeco-text-input.artdeco-text-input--state-error .artdeco-text-input--label,
.artdeco-text-input.artdeco-text-input--state-error .artdeco-text-input--label:after {
    color: var(--color-negative) !important
}

.artdeco-text-input .artdeco-text-input--counter,
.artdeco-text-input .artdeco-text-input--helper-text {
    font-size: var(--font-size-xsmall)
}

.artdeco-text-input .artdeco-text-input--input,
.artdeco-text-input .artdeco-text-input--search {
    color: var(--color-text);
    border-radius: var(--corner-radius-small);
    box-shadow: inset 0 0 0 1px var(--color-border);
    box-sizing: border-box;
    transition: box-shadow var(--motion-transition-hover-in)
}

.artdeco-text-input .artdeco-text-input--input:focus,
.artdeco-text-input .artdeco-text-input--input:hover,
.artdeco-text-input .artdeco-text-input--search:focus,
.artdeco-text-input .artdeco-text-input--search:hover {
    border: none;
    box-shadow: inset 0 0 0 2px var(--color-border-hover)
}

.artdeco-text-input .artdeco-text-input--input:focus,
.artdeco-text-input .artdeco-text-input--search:focus {
    outline: auto Highlight;
    outline: auto -webkit-focus-ring-color
}

.artdeco-text-input .artdeco-text-input--input:active,
.artdeco-text-input .artdeco-text-input--search:active {
    background-color: var(--color-background-transparent-active);
    box-shadow: inset 0 0 0 1px var(--color-border-active)
}

.artdeco-text-input .artdeco-text-input--input::placeholder,
.artdeco-text-input .artdeco-text-input--search::placeholder {
    color: var(--color-text-meta)
}

.artdeco-text-input .artdeco-text-input--input,
.artdeco-text-input .artdeco-text-input--input:required:invalid,
.artdeco-text-input .artdeco-text-input--input:required:valid,
.artdeco-text-input .artdeco-text-input--search,
.artdeco-text-input .artdeco-text-input--search:required:invalid,
.artdeco-text-input .artdeco-text-input--search:required:valid {
    border: none;
    background-color: var(--color-background-transparent)
}

.artdeco-text-input .artdeco-text-input--input:disabled,
.artdeco-text-input .artdeco-text-input--search:disabled {
    background-color: var(--color-background-disabled);
    border: none;
    box-shadow: none;
    color: var(--color-text-disabled)
}

@media (forced-colors:active),
only screen and (-ms-high-contrast:active) {

    .artdeco-text-input .artdeco-text-input--input,
    .artdeco-text-input .artdeco-text-input--input:disabled,
    .artdeco-text-input .artdeco-text-input--input:focus,
    .artdeco-text-input .artdeco-text-input--input:hover,
    .artdeco-text-input .artdeco-text-input--input:required:invalid,
    .artdeco-text-input .artdeco-text-input--input:required:valid,
    .artdeco-text-input .artdeco-text-input--search,
    .artdeco-text-input .artdeco-text-input--search:disabled,
    .artdeco-text-input .artdeco-text-input--search:focus,
    .artdeco-text-input .artdeco-text-input--search:hover,
    .artdeco-text-input .artdeco-text-input--search:required:invalid,
    .artdeco-text-input .artdeco-text-input--search:required:valid {
        border: 1px solid ButtonText !important
    }
}

.artdeco-text-input .artdeco-text-input--input:focus,
.artdeco-text-input .artdeco-text-input--input:hover,
.artdeco-text-input .artdeco-text-input--search:focus,
.artdeco-text-input .artdeco-text-input--search:hover {
    color: var(--color-text-hover)
}

.artdeco-text-input .artdeco-text-input--input:active,
.artdeco-text-input .artdeco-text-input--search:active {
    color: var(--color-text-active)
}

.artdeco-text-input .artdeco-text-input--search {
    background: none
}

.artdeco-text-input--label {
    color: var(--color-label)
}

.artdeco-text-input--label.required:after {
    color: var(--color-label);
    margin-left: calc(-1*var(--spacing-half-x))
}

.artdeco-text-input--input::placeholder {
    color: var(--color-text-meta) !important
}

.artdeco-text-input--type-search .artdeco-text-input--container:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: var(--background-icons);
    background-size: 2.4rem;
    background-position: .8rem -26.1rem;
    background-repeat: no-repeat;
    pointer-events: none;
    filter: var(--image-filter)
}

.artdeco-completeness-meter-linear__progress-element {
    --color-track: var(--color-background-faint)
}

@keyframes artdeco-completeness-load {
    0% {
        left: -100%;
        transform: translate(-100%)
    }

    to {
        left: 0;
        transform: translate(0)
    }
}

.artdeco-completeness-meter-linear {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.artdeco-completeness-meter-linear.artdeco-completeness-meter-linear--labels-end {
    flex-wrap: nowrap
}

.artdeco-completeness-meter-linear.artdeco-completeness-meter-linear--benchmark-pad {
    padding-bottom: 16px
}

.artdeco-completeness-meter-linear.artdeco-completeness-meter-linear--benchmark-pad.artdeco-completeness-meter-linear--large {
    padding-bottom: 24px
}

.artdeco-completeness-meter-linear__progress-container {
    flex: 0 0 100%;
    position: relative;
    height: 16px
}

.artdeco-completeness-meter-linear--large .artdeco-completeness-meter-linear__progress-container {
    height: 32px
}

.artdeco-completeness-meter-linear--labels-end .artdeco-completeness-meter-linear__progress-container {
    flex-shrink: 1;
    order: 2
}

.artdeco-completeness-meter-linear__progress-element {
    box-sizing: border-box;
    position: absolute;
    height: 8px;
    width: 100%;
    margin: 4px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    background: var(--color-track);
    border-radius: var(--corner-radius-small);
    border: none
}

.artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__progress-element {
    background: var(--color-background-faint-on-dark);
    border: none
}

.artdeco-completeness-meter-linear__progress-element::-webkit-progress-value {
    background-color: var(--color-accent-4)
}

@media (-ms-high-contrast:active),
(forced-colors:active) {
    .artdeco-completeness-meter-linear__progress-element::-webkit-progress-value {
        background-color: Highlight
    }
}

.artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__progress-element::-webkit-progress-value {
    background-color: var(--color-signal-neutral-on-dark)
}

@media (-ms-high-contrast:active),
(forced-colors:active) {
    .artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__progress-element::-webkit-progress-value {
        background-color: Highlight
    }
}

.artdeco-completeness-meter-linear__progress-element::-moz-progress-bar {
    background-color: var(--color-accent-4)
}

.artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__progress-element::-moz-progress-bar {
    background-color: var(--color-signal-neutral-on-dark)
}

.artdeco-completeness-meter-linear__progress-element::-ms-fill {
    background-color: var(--color-accent-4)
}

.artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__progress-element::-ms-fill {
    background-color: var(--color-signal-neutral-on-dark)
}

.artdeco-completeness-meter-linear__progress-container--color-pro .artdeco-completeness-meter-linear__progress-element::-webkit-progress-value {
    background-color: var(--color-caution)
}

@media (-ms-high-contrast:active),
(forced-colors:active) {
    .artdeco-completeness-meter-linear__progress-container--color-pro .artdeco-completeness-meter-linear__progress-element::-webkit-progress-value {
        background-color: Highlight
    }
}

.artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__progress-container--color-pro .artdeco-completeness-meter-linear__progress-element::-webkit-progress-value {
    background-color: var(--color-signal-caution-on-dark)
}

@media (-ms-high-contrast:active),
(forced-colors:active) {
    .artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__progress-container--color-pro .artdeco-completeness-meter-linear__progress-element::-webkit-progress-value {
        background-color: Highlight
    }
}

.artdeco-completeness-meter-linear__progress-container--color-pro .artdeco-completeness-meter-linear__progress-element::-moz-progress-bar {
    background-color: var(--color-caution)
}

.artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__progress-container--color-pro .artdeco-completeness-meter-linear__progress-element::-moz-progress-bar {
    background-color: var(--color-signal-caution-on-dark)
}

.artdeco-completeness-meter-linear__progress-container--color-pro .artdeco-completeness-meter-linear__progress-element::-ms-fill {
    background-color: var(--color-caution)
}

.artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__progress-container--color-pro .artdeco-completeness-meter-linear__progress-element::-ms-fill {
    background-color: var(--color-signal-caution-on-dark)
}

.artdeco-completeness-meter-linear__progress-container--color-positive .artdeco-completeness-meter-linear__progress-element::-webkit-progress-value {
    background-color: var(--color-positive)
}

@media (-ms-high-contrast:active),
(forced-colors:active) {
    .artdeco-completeness-meter-linear__progress-container--color-positive .artdeco-completeness-meter-linear__progress-element::-webkit-progress-value {
        background-color: Highlight
    }
}

.artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__progress-container--color-positive .artdeco-completeness-meter-linear__progress-element::-webkit-progress-value {
    background-color: var(--color-signal-positive-on-dark)
}

@media (-ms-high-contrast:active),
(forced-colors:active) {
    .artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__progress-container--color-positive .artdeco-completeness-meter-linear__progress-element::-webkit-progress-value {
        background-color: Highlight
    }
}

.artdeco-completeness-meter-linear__progress-container--color-positive .artdeco-completeness-meter-linear__progress-element::-moz-progress-bar {
    background-color: var(--color-positive)
}

.artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__progress-container--color-positive .artdeco-completeness-meter-linear__progress-element::-moz-progress-bar {
    background-color: var(--color-signal-positive-on-dark)
}

.artdeco-completeness-meter-linear__progress-container--color-positive .artdeco-completeness-meter-linear__progress-element::-ms-fill {
    background-color: var(--color-positive)
}

.artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__progress-container--color-positive .artdeco-completeness-meter-linear__progress-element::-ms-fill {
    background-color: var(--color-signal-positive-on-dark)
}

.artdeco-completeness-meter-linear__progress-container--color-negative .artdeco-completeness-meter-linear__progress-element::-webkit-progress-value {
    background-color: var(--color-negative)
}

@media (-ms-high-contrast:active),
(forced-colors:active) {
    .artdeco-completeness-meter-linear__progress-container--color-negative .artdeco-completeness-meter-linear__progress-element::-webkit-progress-value {
        background-color: Highlight
    }
}

.artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__progress-container--color-negative .artdeco-completeness-meter-linear__progress-element::-webkit-progress-value {
    background-color: var(--color-signal-negative-on-dark)
}

@media (-ms-high-contrast:active),
(forced-colors:active) {
    .artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__progress-container--color-negative .artdeco-completeness-meter-linear__progress-element::-webkit-progress-value {
        background-color: Highlight
    }
}

.artdeco-completeness-meter-linear__progress-container--color-negative .artdeco-completeness-meter-linear__progress-element::-moz-progress-bar {
    background-color: var(--color-negative)
}

.artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__progress-container--color-negative .artdeco-completeness-meter-linear__progress-element::-moz-progress-bar {
    background-color: var(--color-signal-negative-on-dark)
}

.artdeco-completeness-meter-linear__progress-container--color-negative .artdeco-completeness-meter-linear__progress-element::-ms-fill {
    background-color: var(--color-negative)
}

.artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__progress-container--color-negative .artdeco-completeness-meter-linear__progress-element::-ms-fill {
    background-color: var(--color-signal-negative-on-dark)
}

.artdeco-completeness-meter-linear__progress-container--color-muted .artdeco-completeness-meter-linear__progress-element::-webkit-progress-value {
    background-color: var(--color-accent-4)
}

@media (-ms-high-contrast:active),
(forced-colors:active) {
    .artdeco-completeness-meter-linear__progress-container--color-muted .artdeco-completeness-meter-linear__progress-element::-webkit-progress-value {
        background-color: Highlight
    }
}

.artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__progress-container--color-muted .artdeco-completeness-meter-linear__progress-element::-webkit-progress-value {
    background-color: var(--color-signal-neutral-on-dark)
}

@media (-ms-high-contrast:active),
(forced-colors:active) {
    .artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__progress-container--color-muted .artdeco-completeness-meter-linear__progress-element::-webkit-progress-value {
        background-color: Highlight
    }
}

.artdeco-completeness-meter-linear__progress-container--color-muted .artdeco-completeness-meter-linear__progress-element::-moz-progress-bar {
    background-color: var(--color-accent-4)
}

.artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__progress-container--color-muted .artdeco-completeness-meter-linear__progress-element::-moz-progress-bar {
    background-color: var(--color-signal-neutral-on-dark)
}

.artdeco-completeness-meter-linear__progress-container--color-muted .artdeco-completeness-meter-linear__progress-element::-ms-fill {
    background-color: var(--color-accent-4)
}

.artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__progress-container--color-muted .artdeco-completeness-meter-linear__progress-element::-ms-fill {
    background-color: var(--color-signal-neutral-on-dark)
}

.artdeco-completeness-meter-linear--large .artdeco-completeness-meter-linear__progress-element {
    height: 16px;
    border-radius: var(--corner-radius-medium);
    margin: 8px 0
}

.artdeco-completeness-meter-linear--fluid .artdeco-completeness-meter-linear__progress-element {
    border-radius: 0
}

.artdeco-completeness-meter-linear__progress-element::-moz-progress-bar {
    height: .1px;
    padding-left: 15px;
    padding-bottom: var(--offset-value);
    transform-origin: 0 0;
    transform: rotate(-90deg) translateX(-15px);
    -moz-transition: padding-bottom .5s cubic-bezier(.4, 0, .2, 1);
    transition: padding-bottom .5s cubic-bezier(.4, 0, .2, 1)
}

.artdeco-completeness-meter-linear--no-motion .artdeco-completeness-meter-linear__progress-element::-moz-progress-bar {
    -moz-transition: none;
    transition: none
}

.artdeco-completeness-meter-linear__progress-element::-webkit-progress-bar {
    background: var(--color-track);
    border-radius: var(--corner-radius-small);
    overflow: hidden
}

.artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__progress-element::-webkit-progress-bar {
    background: var(--color-background-faint-on-dark);
    border: none
}

.artdeco-completeness-meter-linear--large .artdeco-completeness-meter-linear__progress-element::-webkit-progress-bar {
    border-radius: var(--corner-radius-medium)
}

.artdeco-completeness-meter-linear--fluid .artdeco-completeness-meter-linear__progress-element::-webkit-progress-bar {
    border-radius: 0
}

.artdeco-completeness-meter-linear__progress-element::-webkit-progress-value {
    -webkit-transition: width .5s cubic-bezier(.4, 0, .2, 1);
    transition: width .5s cubic-bezier(.4, 0, .2, 1);
    animation: artdecoCompletenessLoad 1s cubic-bezier(.4, 0, .2, 1)
}

.artdeco-completeness-meter-linear--no-motion .artdeco-completeness-meter-linear__progress-element::-webkit-progress-value {
    -webkit-transition: none;
    transition: none;
    animation: none
}

.artdeco-completeness-meter-linear__benchmark {
    position: absolute;
    width: 2px;
    top: 0;
    height: 0;
    margin-left: -1px;
    border-top-color: var(--color-accent-4);
    text-align: center;
    border-top: 16px solid var(--color-accent-4)
}

.artdeco-completeness-meter-linear__benchmark:after,
.artdeco-completeness-meter-linear__benchmark:before {
    content: "";
    margin-left: -10rem
}

.artdeco-completeness-meter-linear--large .artdeco-completeness-meter-linear__benchmark {
    width: 4px;
    border-top-width: 32px;
    padding-top: 4px
}

.artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__benchmark {
    border-top-color: var(--color-signal-neutral-on-dark)
}

.artdeco-completeness-meter-linear__progress-container--color-pro .artdeco-completeness-meter-linear__benchmark {
    border-top-color: var(--color-caution)
}

.artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__progress-container--color-pro .artdeco-completeness-meter-linear__benchmark {
    border-top-color: var(--color-signal-caution-on-dark)
}

.artdeco-completeness-meter-linear__progress-container--color-positive .artdeco-completeness-meter-linear__benchmark {
    border-top-color: var(--color-positive)
}

.artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__progress-container--color-positive .artdeco-completeness-meter-linear__benchmark {
    border-top-color: var(--color-signal-positive-on-dark)
}

.artdeco-completeness-meter-linear__progress-container--color-negative .artdeco-completeness-meter-linear__benchmark {
    border-top-color: var(--color-negative)
}

.artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__progress-container--color-negative .artdeco-completeness-meter-linear__benchmark {
    border-top-color: var(--color-signal-negative-on-dark)
}

.artdeco-completeness-meter-linear__progress-container--color-muted .artdeco-completeness-meter-linear__benchmark {
    border-top-color: var(--color-accent-4)
}

.artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__progress-container--color-muted .artdeco-completeness-meter-linear__benchmark {
    border-top-color: var(--color-signal-neutral-on-dark)
}

.artdeco-completeness-meter-linear__benchmark,
.artdeco-completeness-meter-linear__end-label,
.artdeco-completeness-meter-linear__start-label {
    font-family: var(--artdeco-typography-sans);
    font-style: var(--artdeco-reset-typography-font-style-normal);
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-size: 1.4rem;
    line-height: 1.42857;
    color: var(--color-label)
}

.artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__benchmark,
.artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__end-label,
.artdeco-completeness-meter-linear--inverse .artdeco-completeness-meter-linear__start-label {
    font-family: var(--artdeco-typography-sans);
    font-style: var(--artdeco-reset-typography-font-style-normal);
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-size: 1.4rem;
    line-height: 1.42857;
    color: var(--color-text-on-dark)
}

.artdeco-completeness-meter-linear--large .artdeco-completeness-meter-linear__benchmark,
.artdeco-completeness-meter-linear--large .artdeco-completeness-meter-linear__end-label,
.artdeco-completeness-meter-linear--large .artdeco-completeness-meter-linear__start-label {
    font-family: var(--artdeco-typography-sans);
    font-style: var(--artdeco-reset-typography-font-style-normal);
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-size: 1.6rem;
    line-height: 1.5;
    color: var(--color-label)
}

.artdeco-completeness-meter-linear--inverse.artdeco-completeness-meter-linear--large .artdeco-completeness-meter-linear__benchmark,
.artdeco-completeness-meter-linear--inverse.artdeco-completeness-meter-linear--large .artdeco-completeness-meter-linear__end-label,
.artdeco-completeness-meter-linear--inverse.artdeco-completeness-meter-linear--large .artdeco-completeness-meter-linear__start-label {
    font-family: var(--artdeco-typography-sans);
    font-style: var(--artdeco-reset-typography-font-style-normal);
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-size: 1.6rem;
    line-height: 1.5;
    color: var(--color-text-on-dark)
}

.artdeco-completeness-meter-linear__start-label {
    flex: 1 0 50%
}

.artdeco-completeness-meter-linear--labels-end .artdeco-completeness-meter-linear__start-label {
    flex: 0 0 auto;
    margin-right: 4px;
    order: 1
}

.artdeco-completeness-meter-linear__end-label {
    flex: 1 0 50%;
    text-align: right
}

.artdeco-completeness-meter-linear--labels-end .artdeco-completeness-meter-linear__end-label {
    flex: 0 0 auto;
    margin-left: 4px;
    order: 3
}

.artdeco-completeness-meter-linear__benchmark {
    border-top-color: var(--color-indicator) !important
}

.artdeco-completeness-meter-linear__progress-element::-webkit-progress-bar {
    background-color: var(--color-background-transparent) !important
}

@media (forced-colors:active),
only screen and (-ms-high-contrast:active) {
    .artdeco-completeness-meter-linear__progress-element {
        background: ButtonHighlight !important
    }
}

.artdeco-entity-lockup {
    display: flex
}

.artdeco-entity-lockup--stacked-center {
    display: block;
    text-align: center
}

.artdeco-entity-lockup--stacked-center.artdeco-entity-lockup--size-1 .artdeco-entity-lockup__content,
.artdeco-entity-lockup--stacked-center.artdeco-entity-lockup--size-2 .artdeco-entity-lockup__content,
.artdeco-entity-lockup--stacked-center.artdeco-entity-lockup--size-3 .artdeco-entity-lockup__content,
.artdeco-entity-lockup--stacked-center.artdeco-entity-lockup--size-4 .artdeco-entity-lockup__content,
.artdeco-entity-lockup--stacked-center.artdeco-entity-lockup--size-5 .artdeco-entity-lockup__content,
.artdeco-entity-lockup--stacked-center.artdeco-entity-lockup--size-6 .artdeco-entity-lockup__content,
.artdeco-entity-lockup--stacked-center.artdeco-entity-lockup--size-7 .artdeco-entity-lockup__content,
.artdeco-entity-lockup--stacked-center.artdeco-entity-lockup--size-8 .artdeco-entity-lockup__content {
    padding-left: 0;
    padding-top: 8px
}

.artdeco-entity-lockup--stacked-left {
    display: block
}

.artdeco-entity-lockup--stacked-left.artdeco-entity-lockup--size-1 .artdeco-entity-lockup__content,
.artdeco-entity-lockup--stacked-left.artdeco-entity-lockup--size-2 .artdeco-entity-lockup__content,
.artdeco-entity-lockup--stacked-left.artdeco-entity-lockup--size-3 .artdeco-entity-lockup__content,
.artdeco-entity-lockup--stacked-left.artdeco-entity-lockup--size-4 .artdeco-entity-lockup__content,
.artdeco-entity-lockup--stacked-left.artdeco-entity-lockup--size-5 .artdeco-entity-lockup__content,
.artdeco-entity-lockup--stacked-left.artdeco-entity-lockup--size-6 .artdeco-entity-lockup__content,
.artdeco-entity-lockup--stacked-left.artdeco-entity-lockup--size-7 .artdeco-entity-lockup__content,
.artdeco-entity-lockup--stacked-left.artdeco-entity-lockup--size-8 .artdeco-entity-lockup__content {
    padding-left: 0;
    padding-top: 8px
}

.artdeco-entity-lockup__image {
    position: relative;
    flex-shrink: 0
}

.artdeco-entity-lockup__image img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: bottom
}

.artdeco-entity-lockup--stacked-center .artdeco-entity-lockup__image {
    display: block;
    margin: auto
}

.artdeco-entity-lockup--stacked-left .artdeco-entity-lockup__image {
    display: block;
    left: -4px
}

.artdeco-entity-lockup--size-1 .artdeco-entity-lockup__image--type-circle img {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 3px solid transparent;
    border-radius: 49.9%
}

.artdeco-entity-lockup--size-2 .artdeco-entity-lockup__image--type-circle img {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 3px solid transparent;
    border-radius: 49.9%
}

.artdeco-entity-lockup--size-3 .artdeco-entity-lockup__image--type-circle img {
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 2px solid transparent;
    border-radius: 49.9%
}

.artdeco-entity-lockup--size-4 .artdeco-entity-lockup__image--type-circle img {
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 2px solid transparent;
    border-radius: 49.9%
}

.artdeco-entity-lockup--size-5 .artdeco-entity-lockup__image--type-circle img {
    width: 72px;
    height: 72px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 1px solid transparent;
    border-radius: 49.9%
}

.artdeco-entity-lockup--size-6 .artdeco-entity-lockup__image--type-circle img {
    width: 88px;
    height: 88px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 1px solid transparent;
    border-radius: 49.9%
}

.artdeco-entity-lockup--size-7 .artdeco-entity-lockup__image--type-circle img {
    width: 104px;
    height: 104px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 0 solid transparent;
    border-radius: 49.9%
}

.artdeco-entity-lockup--size-8 .artdeco-entity-lockup__image--type-circle img {
    width: 128px;
    height: 128px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 0 solid transparent;
    border-radius: 49.9%
}

.artdeco-entity-lockup--size-1 .artdeco-entity-lockup__image--type-square img {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 6px;
    object-fit: scale-down
}

.artdeco-entity-lockup--size-2 .artdeco-entity-lockup__image--type-square img {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 6px;
    object-fit: scale-down
}

.artdeco-entity-lockup--size-3 .artdeco-entity-lockup__image--type-square img {
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 6px;
    object-fit: scale-down
}

.artdeco-entity-lockup--size-4 .artdeco-entity-lockup__image--type-square img {
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 6px;
    object-fit: scale-down
}

.artdeco-entity-lockup--size-5 .artdeco-entity-lockup__image--type-square img {
    width: 72px;
    height: 72px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 6px;
    object-fit: scale-down
}

.artdeco-entity-lockup--size-6 .artdeco-entity-lockup__image--type-square img {
    width: 88px;
    height: 88px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 6px;
    object-fit: scale-down
}

.artdeco-entity-lockup--size-7 .artdeco-entity-lockup__image--type-square img {
    width: 104px;
    height: 104px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 6px;
    object-fit: scale-down
}

.artdeco-entity-lockup--size-8 .artdeco-entity-lockup__image--type-square img {
    width: 128px;
    height: 128px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 6px;
    object-fit: scale-down
}

.artdeco-entity-lockup__title {
    font-family: var(--artdeco-typography-sans);
    color: rgba(0, 0, 0, .9);
    display: inline-flex
}

.artdeco-entity-lockup--size-1 .artdeco-entity-lockup__title {
    font-weight: var(--artdeco-reset-typography-font-weight-bold);
    font-size: 1.4rem;
    line-height: 1.42857
}

.artdeco-entity-lockup--size-2 .artdeco-entity-lockup__title {
    font-weight: var(--artdeco-reset-typography-font-weight-bold);
    font-size: 1.4rem;
    line-height: 1.42857
}

.artdeco-entity-lockup--size-3 .artdeco-entity-lockup__title {
    font-weight: var(--artdeco-reset-typography-font-weight-bold);
    font-size: 1.6rem;
    line-height: 1.5
}

.artdeco-entity-lockup--size-4 .artdeco-entity-lockup__title {
    font-weight: var(--artdeco-reset-typography-font-weight-bold);
    font-size: 1.6rem;
    line-height: 1.5
}

.artdeco-entity-lockup--size-5 .artdeco-entity-lockup__title {
    font-weight: var(--artdeco-reset-typography-font-weight-bold);
    font-size: 1.6rem;
    line-height: 1.5
}

.artdeco-entity-lockup--size-6 .artdeco-entity-lockup__title {
    font-weight: var(--artdeco-reset-typography-font-weight-bold);
    font-size: 1.8rem;
    line-height: 1.33333
}

.artdeco-entity-lockup--size-7 .artdeco-entity-lockup__title {
    font-weight: var(--artdeco-reset-typography-font-weight-bold);
    font-size: 1.8rem;
    line-height: 1.33333
}

.artdeco-entity-lockup--size-8 .artdeco-entity-lockup__title {
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-size: 2.4rem;
    line-height: 1.33333
}

.artdeco-entity-lockup--inverse .artdeco-entity-lockup__title {
    color: var(--white, #fff)
}

.artdeco-entity-lockup__title--alt-link {
    color: var(--blue-70, #0073b1)
}

.artdeco-entity-lockup__title--alt-link:hover {
    text-decoration: underline;
    color: var(--blue-70, #006097)
}

.artdeco-entity-lockup__title--alt-link:active {
    color: var(--blue-80, #004b7c)
}

.artdeco-entity-lockup__title--alt-link:visited {
    color: var(--purple-60, #827be9)
}

.artdeco-entity-lockup__title--alt-link:visited:hover {
    color: var(--purple-60, #756ddd)
}

.artdeco-entity-lockup__title--alt-link:visited:active {
    color: var(--purple-70, #665ed0)
}

.artdeco-entity-lockup--inverse .artdeco-entity-lockup__title--alt-link,
.artdeco-entity-lockup--inverse .artdeco-entity-lockup__title--alt-link:active,
.artdeco-entity-lockup--inverse .artdeco-entity-lockup__title--alt-link:hover,
.artdeco-entity-lockup--inverse .artdeco-entity-lockup__title--alt-link:visited,
.artdeco-entity-lockup--inverse .artdeco-entity-lockup__title--alt-link:visited:active,
.artdeco-entity-lockup--inverse .artdeco-entity-lockup__title--alt-link:visited:hover {
    color: var(--white, #fff)
}

.artdeco-entity-lockup__badge {
    font-family: var(--artdeco-typography-sans);
    color: rgba(0, 0, 0, .6);
    display: inline-flex;
    align-items: center;
    position: relative
}

.artdeco-entity-lockup--size-1 .artdeco-entity-lockup__badge {
    font-size: 1.2rem;
    line-height: 1.33333;
    max-height: 1.42857;
    bottom: 1px
}

.artdeco-entity-lockup--size-2 .artdeco-entity-lockup__badge {
    font-size: 1.2rem;
    line-height: 1.33333;
    max-height: 1.42857;
    bottom: 1px
}

.artdeco-entity-lockup--size-3 .artdeco-entity-lockup__badge {
    font-size: 1.4rem;
    line-height: 1.42857;
    max-height: 1.5
}

.artdeco-entity-lockup--size-4 .artdeco-entity-lockup__badge {
    font-size: 1.4rem;
    line-height: 1.42857;
    max-height: 1.5
}

.artdeco-entity-lockup--size-5 .artdeco-entity-lockup__badge {
    font-size: 1.4rem;
    line-height: 1.42857;
    max-height: 1.5
}

.artdeco-entity-lockup--size-6 .artdeco-entity-lockup__badge {
    font-size: 1.4rem;
    line-height: 1.42857;
    max-height: 1.33333
}

.artdeco-entity-lockup--size-7 .artdeco-entity-lockup__badge {
    font-size: 1.4rem;
    line-height: 1.42857;
    max-height: 1.33333
}

.artdeco-entity-lockup--size-8 .artdeco-entity-lockup__badge {
    font-size: 1.8rem;
    line-height: 1.33333;
    max-height: 1.33333;
    bottom: 1px
}

.artdeco-entity-lockup--inverse .artdeco-entity-lockup__badge {
    color: var(--white, #fff)
}

.artdeco-entity-lockup--size-1 .artdeco-entity-lockup__degree,
.artdeco-entity-lockup--size-2 .artdeco-entity-lockup__degree,
.artdeco-entity-lockup--size-8 .artdeco-entity-lockup__degree {
    position: relative;
    top: 1px
}

.artdeco-entity-lockup__label {
    font-weight: var(--artdeco-reset-typography-font-weight-bold);
    font-size: 1.4rem;
    line-height: 1.42857;
    background: rgba(199, 209, 216, .45);
    border-radius: 2px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .9);
    cursor: default;
    display: inline-block;
    padding: 0 8px;
    position: relative;
    margin: 0
}

.artdeco-entity-lockup--size-8 .artdeco-entity-lockup__label {
    position: relative
}

.artdeco-entity-lockup--inverse .artdeco-entity-lockup__label {
    font-weight: var(--artdeco-reset-typography-font-weight-bold);
    font-size: 1.4rem;
    line-height: 1.42857;
    background: var(--white, #fff);
    border-radius: 2px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .9);
    cursor: default;
    display: inline-block;
    padding: 0 8px;
    position: relative;
    margin: 0
}

.artdeco-entity-lockup__subtitle {
    font-family: var(--artdeco-typography-sans);
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    color: rgba(0, 0, 0, .9);
    display: block
}

.artdeco-entity-lockup--size-1 .artdeco-entity-lockup__subtitle {
    font-size: 1.2rem;
    line-height: 1.33333
}

.artdeco-entity-lockup--size-2 .artdeco-entity-lockup__subtitle {
    font-size: 1.2rem;
    line-height: 1.33333
}

.artdeco-entity-lockup--size-3 .artdeco-entity-lockup__subtitle {
    font-size: 1.4rem;
    line-height: 1.42857
}

.artdeco-entity-lockup--size-4 .artdeco-entity-lockup__subtitle {
    font-size: 1.4rem;
    line-height: 1.42857
}

.artdeco-entity-lockup--size-5 .artdeco-entity-lockup__subtitle {
    font-size: 1.4rem;
    line-height: 1.42857
}

.artdeco-entity-lockup--size-6 .artdeco-entity-lockup__subtitle {
    font-size: 1.4rem;
    line-height: 1.42857
}

.artdeco-entity-lockup--size-7 .artdeco-entity-lockup__subtitle {
    font-size: 1.4rem;
    line-height: 1.42857
}

.artdeco-entity-lockup--size-8 .artdeco-entity-lockup__subtitle {
    font-size: 1.6rem;
    line-height: 1.5
}

.artdeco-entity-lockup--inverse .artdeco-entity-lockup__subtitle {
    color: var(--white, #fff)
}

.artdeco-entity-lockup__caption {
    font-family: var(--artdeco-typography-sans);
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    color: rgba(0, 0, 0, .6);
    display: block
}

.artdeco-entity-lockup--size-1 .artdeco-entity-lockup__caption {
    font-size: 1.2rem;
    line-height: 1.33333
}

.artdeco-entity-lockup--size-2 .artdeco-entity-lockup__caption {
    font-size: 1.2rem;
    line-height: 1.33333
}

.artdeco-entity-lockup--size-3 .artdeco-entity-lockup__caption {
    font-size: 1.4rem;
    line-height: 1.42857
}

.artdeco-entity-lockup--size-4 .artdeco-entity-lockup__caption {
    font-size: 1.4rem;
    line-height: 1.42857
}

.artdeco-entity-lockup--size-5 .artdeco-entity-lockup__caption {
    font-size: 1.4rem;
    line-height: 1.42857
}

.artdeco-entity-lockup--size-6 .artdeco-entity-lockup__caption {
    font-size: 1.4rem;
    line-height: 1.42857
}

.artdeco-entity-lockup--size-7 .artdeco-entity-lockup__caption {
    font-size: 1.4rem;
    line-height: 1.42857
}

.artdeco-entity-lockup--size-8 .artdeco-entity-lockup__caption {
    font-size: 1.4rem;
    line-height: 1.42857
}

.artdeco-entity-lockup--inverse .artdeco-entity-lockup__caption {
    color: var(--white, #fff)
}

.artdeco-entity-lockup__metadata {
    font-family: var(--artdeco-typography-sans);
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    color: rgba(0, 0, 0, .6);
    display: block
}

.artdeco-entity-lockup__metadata li-icon {
    color: rgba(0, 0, 0, .6)
}

.artdeco-entity-lockup--size-1 .artdeco-entity-lockup__metadata {
    font-size: 1.2rem;
    line-height: 1.33333
}

.artdeco-entity-lockup--size-2 .artdeco-entity-lockup__metadata {
    font-size: 1.2rem;
    line-height: 1.33333
}

.artdeco-entity-lockup--size-3 .artdeco-entity-lockup__metadata {
    font-size: 1.2rem;
    line-height: 1.33333
}

.artdeco-entity-lockup--size-4 .artdeco-entity-lockup__metadata {
    font-size: 1.2rem;
    line-height: 1.33333
}

.artdeco-entity-lockup--size-5 .artdeco-entity-lockup__metadata {
    font-size: 1.2rem;
    line-height: 1.33333
}

.artdeco-entity-lockup--size-6 .artdeco-entity-lockup__metadata {
    font-size: 1.4rem;
    line-height: 1.42857
}

.artdeco-entity-lockup--size-7 .artdeco-entity-lockup__metadata {
    font-size: 1.4rem;
    line-height: 1.42857
}

.artdeco-entity-lockup--size-8 .artdeco-entity-lockup__metadata {
    font-size: 1.4rem;
    line-height: 1.42857
}

.artdeco-entity-lockup--inverse .artdeco-entity-lockup__metadata,
.artdeco-entity-lockup--inverse .artdeco-entity-lockup__metadata li-icon {
    color: var(--white, #fff)
}

.artdeco-entity-lockup__content {
    align-self: center
}

.artdeco-entity-lockup--stacked-center .artdeco-entity-lockup__content,
.artdeco-entity-lockup--stacked-left .artdeco-entity-lockup__content {
    display: block
}

.artdeco-entity-lockup--size-3 .artdeco-entity-lockup__content,
.artdeco-entity-lockup--size-4 .artdeco-entity-lockup__content,
.artdeco-entity-lockup--size-5 .artdeco-entity-lockup__content,
.artdeco-entity-lockup--size-6 .artdeco-entity-lockup__content {
    padding-left: 4px
}

.artdeco-entity-lockup--size-7 .artdeco-entity-lockup__content,
.artdeco-entity-lockup--size-8 .artdeco-entity-lockup__content {
    padding-left: 8px
}

.artdeco-entity-lockup__influencer-icon {
    margin-top: 1px
}

.artdeco-entity-lockup--size-8 .artdeco-entity-lockup__influencer-icon {
    margin-top: 4px
}

.artdeco-entity-lockup__premium-inverse-icon {
    color: var(--black, #000)
}

.artdeco-entity-lockup .artdeco-entity-lockup__content {
    padding-left: var(--spacing-one-x) !important
}

.artdeco-entity-lockup__subtitle,
.artdeco-entity-lockup__title {
    color: var(--color-text) !important
}

.artdeco-entity-lockup--inverse .artdeco-entity-lockup__subtitle,
.artdeco-entity-lockup--inverse .artdeco-entity-lockup__title {
    color: var(--color-text-on-dark) !important
}

.artdeco-entity-lockup__title--alt-link {
    color: var(--color-link) !important
}

.artdeco-entity-lockup__title--alt-link:active,
.artdeco-entity-lockup__title--alt-link:focus,
.artdeco-entity-lockup__title--alt-link:hover,
.artdeco-entity-lockup__title--alt-link:visited:focus,
.artdeco-entity-lockup__title--alt-link:visited:hover {
    color: var(--color-link-active)
}

.artdeco-entity-lockup__title--alt-link:visited,
.artdeco-entity-lockup__title--alt-link:visited:active {
    color: var(--color-link-visited-active)
}

.artdeco-entity-lockup--inverse .artdeco-entity-lockup__title--alt-link {
    color: var(--color-action-on-dark) !important
}

.artdeco-entity-lockup--inverse .artdeco-entity-lockup__title--alt-link:active,
.artdeco-entity-lockup--inverse .artdeco-entity-lockup__title--alt-link:focus,
.artdeco-entity-lockup--inverse .artdeco-entity-lockup__title--alt-link:hover,
.artdeco-entity-lockup--inverse .artdeco-entity-lockup__title--alt-link:visited:focus,
.artdeco-entity-lockup--inverse .artdeco-entity-lockup__title--alt-link:visited:hover {
    color: var(--color-action-on-dark-active)
}

.artdeco-entity-lockup--inverse .artdeco-entity-lockup__title--alt-link:visited,
.artdeco-entity-lockup--inverse .artdeco-entity-lockup__title--alt-link:visited:active {
    color: var(--color-text-link-visited-on-dark-active)
}

.artdeco-entity-lockup__badge,
.artdeco-entity-lockup__caption {
    color: var(--color-text-meta) !important
}

.artdeco-entity-lockup--inverse .artdeco-entity-lockup__badge,
.artdeco-entity-lockup--inverse .artdeco-entity-lockup__caption {
    color: var(--color-text-low-emphasis-on-dark) !important
}

.artdeco-entity-lockup__label {
    background-color: var(--color-background-faint) !important;
    color: var(--color-label) !important
}

.artdeco-entity-lockup--inverse .artdeco-entity-lockup__label {
    background-color: var(--color-background-faint-on-dark) !important;
    color: var(--color-text-on-dark) !important
}

.artdeco-entity-lockup__metadata,
.artdeco-entity-lockup__metadata li-icon {
    color: var(--color-text-meta) !important
}

.artdeco-entity-lockup--inverse .artdeco-entity-lockup__metadata,
.artdeco-entity-lockup--inverse .artdeco-entity-lockup__metadata li-icon {
    color: var(--color-text-low-emphasis-on-dark) !important
}

.artdeco-entity-pile {
    display: flex;
    align-items: center;
    list-style-type: none;
    line-height: 0
}

.artdeco-entity-pile__entity {
    margin-left: 0
}

.artdeco-entity-pile__entity--has-action {
    cursor: pointer
}

.artdeco-entity-pile__image {
    box-sizing: border-box;
    background-clip: content-box
}

.artdeco-entity-pile__image--circle {
    border-radius: 50%
}

.artdeco-entity-pile__image--square {
    border-radius: 6px
}

.artdeco-entity-pile__image--1 {
    width: 3.2rem;
    height: 3.2rem;
    padding: .1rem
}

.artdeco-entity-pile--stacked .artdeco-entity-pile__image--1 {
    padding: 0;
    border: 1px solid var(--white, #fff)
}

.artdeco-entity-pile__image--2 {
    width: 4rem;
    height: 4rem;
    padding: .1rem
}

.artdeco-entity-pile--stacked .artdeco-entity-pile__image--2 {
    padding: 0;
    border: 1px solid var(--white, #fff)
}

.artdeco-entity-pile__image--3 {
    width: 4.8rem;
    height: 4.8rem;
    padding: .2rem
}

.artdeco-entity-pile--stacked .artdeco-entity-pile__image--3 {
    padding: 0;
    border: 2px solid var(--white, #fff)
}

.artdeco-entity-pile__image--4 {
    width: 5.6rem;
    height: 5.6rem;
    padding: .2rem
}

.artdeco-entity-pile--stacked .artdeco-entity-pile__image--4 {
    padding: 0;
    border: 2px solid var(--white, #fff)
}

.artdeco-entity-pile__image--5 {
    width: 7.2rem;
    height: 7.2rem;
    padding: .2rem
}

.artdeco-entity-pile--stacked .artdeco-entity-pile__image--5 {
    padding: 0;
    border: 2px solid var(--white, #fff)
}

.artdeco-entity-pile--stacked .artdeco-entity-pile__entity--1:nth-of-type(1n+2) {
    margin-left: -16px
}

.artdeco-entity-pile--stacked .artdeco-entity-pile__entity--2:nth-of-type(1n+2) {
    margin-left: -20px
}

.artdeco-entity-pile--stacked .artdeco-entity-pile__entity--3:nth-of-type(1n+2) {
    margin-left: -24px
}

.artdeco-entity-pile--stacked .artdeco-entity-pile__entity--4:nth-of-type(1n+2) {
    margin-left: -28px
}

.artdeco-entity-pile--stacked .artdeco-entity-pile__entity--5:nth-of-type(1n+2) {
    margin-left: -36px
}

.artdeco-entity-pile__rollup {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    height: 100%;
    background: var(--white, #fff);
    box-sizing: border-box;
    background-clip: content-box;
    border: 1px solid rgba(0, 0, 0, .6)
}

.artdeco-entity-pile__rollup--1,
.artdeco-entity-pile__rollup--2 {
    font-family: var(--artdeco-typography-sans);
    font-size: 1.2rem;
    line-height: 1.33333;
    color: rgba(0, 0, 0, .6)
}

.artdeco-entity-pile__rollup--3,
.artdeco-entity-pile__rollup--4,
.artdeco-entity-pile__rollup--5 {
    font-family: var(--artdeco-typography-sans);
    font-size: 1.6rem;
    line-height: 1.5;
    color: rgba(0, 0, 0, .6)
}

.artdeco-entity-pile__rollup--circle {
    border-radius: 50%
}

.artdeco-entity-pile__rollup--square {
    border-radius: 5px
}

.artdeco-entity-pile--stacked .artdeco-entity-pile__rollup--square {
    border-radius: 4px
}

.artdeco-entity-pile__entity {
    margin-right: .4rem
}

[class*=artdeco-entity-pile__image--] {
    padding: 0 !important;
    border: 0 !important
}

.artdeco-entity-pile__rollup,
[class*=-rollup] {
    color: var(--color-label) !important;
    background-color: var(--color-background) !important;
    border-color: var(--color-border-faint) !important
}

.artdeco-entity-pile__image--0 {
    height: 2.4rem;
    width: 2.4rem
}

.artdeco-entity-pile--stacked .artdeco-entity-pile__entity--0:nth-of-type(1n+2) {
    margin-left: -12px
}

.artdeco-pill {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 167ms;
    align-items: center;
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    font-weight: 600;
    line-height: 1;
    display: inline-flex;
    font-family: inherit;
    justify-content: center;
    position: relative;
    transition-property: background-color, box-shadow, color
}

.artdeco-pill:focus {
    outline-offset: 2px
}

@media (forced-colors:active),
only screen and (-ms-high-contrast:active) {
    .artdeco-pill {
        border: 1px solid ButtonHighlight
    }

    .artdeco-pill li-icon>svg {
        forced-color-adjust: auto
    }
}

.artdeco-pill--choice,
.artdeco-pill--choice:visited,
.artdeco-pill--dismiss,
.artdeco-pill--dismiss:visited,
.artdeco-pill--input,
.artdeco-pill--input:visited,
.artdeco-pill--toggle,
.artdeco-pill--toggle:visited {
    background-color: var(--color-background-transparent)
}

.artdeco-pill--choice:hover,
.artdeco-pill--dismiss:hover,
.artdeco-pill--input:hover,
.artdeco-pill--toggle:hover {
    background-color: var(--color-background-transparent-hover)
}

.artdeco-pill--choice:active,
.artdeco-pill--dismiss:active,
.artdeco-pill--input:active,
.artdeco-pill--toggle:active {
    background-color: var(--color-background-transparent-active)
}

.artdeco-pill--choice.artdeco-pill--confirmed,
.artdeco-pill--choice.artdeco-pill--selected,
.artdeco-pill--dismiss.artdeco-pill--confirmed,
.artdeco-pill--dismiss.artdeco-pill--selected,
.artdeco-pill--input.artdeco-pill--confirmed,
.artdeco-pill--input.artdeco-pill--selected,
.artdeco-pill--toggle.artdeco-pill--confirmed,
.artdeco-pill--toggle.artdeco-pill--selected {
    background-color: var(--color-checked)
}

@media (forced-colors:active),
only screen and (-ms-high-contrast:active) {

    .artdeco-pill--choice.artdeco-pill--confirmed,
    .artdeco-pill--choice.artdeco-pill--selected,
    .artdeco-pill--dismiss.artdeco-pill--confirmed,
    .artdeco-pill--dismiss.artdeco-pill--selected,
    .artdeco-pill--input.artdeco-pill--confirmed,
    .artdeco-pill--input.artdeco-pill--selected,
    .artdeco-pill--toggle.artdeco-pill--confirmed,
    .artdeco-pill--toggle.artdeco-pill--selected {
        forced-color-adjust: none;
        background-color: Highlight
    }
}

.artdeco-pill--choice.artdeco-pill--confirmed:hover,
.artdeco-pill--choice.artdeco-pill--selected:hover,
.artdeco-pill--dismiss.artdeco-pill--confirmed:hover,
.artdeco-pill--dismiss.artdeco-pill--selected:hover,
.artdeco-pill--input.artdeco-pill--confirmed:hover,
.artdeco-pill--input.artdeco-pill--selected:hover,
.artdeco-pill--toggle.artdeco-pill--confirmed:hover,
.artdeco-pill--toggle.artdeco-pill--selected:hover {
    background-color: var(--color-checked-hover)
}

.artdeco-pill--choice.artdeco-pill--confirmed:active,
.artdeco-pill--choice.artdeco-pill--selected:active,
.artdeco-pill--dismiss.artdeco-pill--confirmed:active,
.artdeco-pill--dismiss.artdeco-pill--selected:active,
.artdeco-pill--input.artdeco-pill--confirmed:active,
.artdeco-pill--input.artdeco-pill--selected:active,
.artdeco-pill--toggle.artdeco-pill--confirmed:active,
.artdeco-pill--toggle.artdeco-pill--selected:active {
    background-color: var(--color-checked-active)
}

.artdeco-pill--choice.artdeco-pill--disabled,
.artdeco-pill--choice.artdeco-pill--disabled.artdeco-pill--confirmed,
.artdeco-pill--choice.artdeco-pill--disabled.artdeco-pill--selected,
.artdeco-pill--dismiss.artdeco-pill--disabled,
.artdeco-pill--dismiss.artdeco-pill--disabled.artdeco-pill--confirmed,
.artdeco-pill--dismiss.artdeco-pill--disabled.artdeco-pill--selected,
.artdeco-pill--input.artdeco-pill--disabled,
.artdeco-pill--input.artdeco-pill--disabled.artdeco-pill--confirmed,
.artdeco-pill--input.artdeco-pill--disabled.artdeco-pill--selected,
.artdeco-pill--toggle.artdeco-pill--disabled,
.artdeco-pill--toggle.artdeco-pill--disabled.artdeco-pill--confirmed,
.artdeco-pill--toggle.artdeco-pill--disabled.artdeco-pill--selected {
    background-color: var(--color-background-disabled) !important
}

.artdeco-pill--choice.artdeco-pill--inverse,
.artdeco-pill--choice.artdeco-pill--inverse:visited,
.artdeco-pill--dismiss.artdeco-pill--inverse,
.artdeco-pill--dismiss.artdeco-pill--inverse:visited,
.artdeco-pill--input.artdeco-pill--inverse,
.artdeco-pill--input.artdeco-pill--inverse:visited,
.artdeco-pill--toggle.artdeco-pill--inverse,
.artdeco-pill--toggle.artdeco-pill--inverse:visited {
    background-color: var(--color-background-none-on-dark)
}

.artdeco-pill--choice.artdeco-pill--inverse:hover,
.artdeco-pill--dismiss.artdeco-pill--inverse:hover,
.artdeco-pill--input.artdeco-pill--inverse:hover,
.artdeco-pill--toggle.artdeco-pill--inverse:hover {
    background-color: var(--color-background-none-on-dark-hover)
}

.artdeco-pill--choice.artdeco-pill--inverse:active,
.artdeco-pill--dismiss.artdeco-pill--inverse:active,
.artdeco-pill--input.artdeco-pill--inverse:active,
.artdeco-pill--toggle.artdeco-pill--inverse:active {
    background-color: var(--color-background-none-on-dark-active)
}

.artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--confirmed,
.artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--selected,
.artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--confirmed,
.artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--selected,
.artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--confirmed,
.artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--selected,
.artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--confirmed,
.artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--selected {
    background-color: var(--color-checked-on-dark)
}

@media (forced-colors:active),
only screen and (-ms-high-contrast:active) {

    .artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--confirmed,
    .artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--selected,
    .artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--confirmed,
    .artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--selected,
    .artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--confirmed,
    .artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--selected,
    .artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--confirmed,
    .artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--selected {
        forced-color-adjust: none;
        background-color: Highlight
    }
}

.artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--confirmed:hover,
.artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--selected:hover,
.artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--confirmed:hover,
.artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--selected:hover,
.artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--confirmed:hover,
.artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--selected:hover,
.artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--confirmed:hover,
.artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--selected:hover {
    background-color: var(--color-checked-on-dark)
}

.artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--confirmed:active,
.artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--selected:active,
.artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--confirmed:active,
.artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--selected:active,
.artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--confirmed:active,
.artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--selected:active,
.artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--confirmed:active,
.artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--selected:active {
    background-color: var(--color-checked-on-dark-active)
}

.artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--disabled,
.artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--confirmed,
.artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--selected,
.artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--disabled,
.artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--confirmed,
.artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--selected,
.artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--disabled,
.artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--confirmed,
.artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--selected,
.artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--disabled,
.artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--confirmed,
.artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--selected {
    background-color: var(--color-background-on-dark-disabled) !important
}

.artdeco-pill--choice,
.artdeco-pill--choice:visited,
.artdeco-pill--dismiss,
.artdeco-pill--dismiss:visited,
.artdeco-pill--input,
.artdeco-pill--input:visited,
.artdeco-pill--toggle,
.artdeco-pill--toggle:visited {
    color: var(--color-label)
}

.artdeco-pill--choice:hover,
.artdeco-pill--dismiss:hover,
.artdeco-pill--input:hover,
.artdeco-pill--toggle:hover {
    color: var(--color-label-hover)
}

.artdeco-pill--choice:active,
.artdeco-pill--dismiss:active,
.artdeco-pill--input:active,
.artdeco-pill--toggle:active {
    color: var(--color-label-active)
}

.artdeco-pill--choice.artdeco-pill--confirmed,
.artdeco-pill--choice.artdeco-pill--selected,
.artdeco-pill--dismiss.artdeco-pill--confirmed,
.artdeco-pill--dismiss.artdeco-pill--selected,
.artdeco-pill--input.artdeco-pill--confirmed,
.artdeco-pill--input.artdeco-pill--selected,
.artdeco-pill--toggle.artdeco-pill--confirmed,
.artdeco-pill--toggle.artdeco-pill--selected {
    color: var(--color-label-knockout)
}

@media (forced-colors:active),
only screen and (-ms-high-contrast:active) {

    .artdeco-pill--choice.artdeco-pill--confirmed,
    .artdeco-pill--choice.artdeco-pill--selected,
    .artdeco-pill--dismiss.artdeco-pill--confirmed,
    .artdeco-pill--dismiss.artdeco-pill--selected,
    .artdeco-pill--input.artdeco-pill--confirmed,
    .artdeco-pill--input.artdeco-pill--selected,
    .artdeco-pill--toggle.artdeco-pill--confirmed,
    .artdeco-pill--toggle.artdeco-pill--selected {
        forced-color-adjust: none;
        color: HighlightText
    }
}

.artdeco-pill--choice.artdeco-pill--confirmed:hover,
.artdeco-pill--choice.artdeco-pill--selected:hover,
.artdeco-pill--dismiss.artdeco-pill--confirmed:hover,
.artdeco-pill--dismiss.artdeco-pill--selected:hover,
.artdeco-pill--input.artdeco-pill--confirmed:hover,
.artdeco-pill--input.artdeco-pill--selected:hover,
.artdeco-pill--toggle.artdeco-pill--confirmed:hover,
.artdeco-pill--toggle.artdeco-pill--selected:hover {
    color: var(--color-label-knockout-hover)
}

.artdeco-pill--choice.artdeco-pill--confirmed:active,
.artdeco-pill--choice.artdeco-pill--selected:active,
.artdeco-pill--dismiss.artdeco-pill--confirmed:active,
.artdeco-pill--dismiss.artdeco-pill--selected:active,
.artdeco-pill--input.artdeco-pill--confirmed:active,
.artdeco-pill--input.artdeco-pill--selected:active,
.artdeco-pill--toggle.artdeco-pill--confirmed:active,
.artdeco-pill--toggle.artdeco-pill--selected:active {
    color: var(--color-label-knockout-active)
}

.artdeco-pill--choice.artdeco-pill--disabled,
.artdeco-pill--choice.artdeco-pill--disabled.artdeco-pill--confirmed,
.artdeco-pill--choice.artdeco-pill--disabled.artdeco-pill--selected,
.artdeco-pill--dismiss.artdeco-pill--disabled,
.artdeco-pill--dismiss.artdeco-pill--disabled.artdeco-pill--confirmed,
.artdeco-pill--dismiss.artdeco-pill--disabled.artdeco-pill--selected,
.artdeco-pill--input.artdeco-pill--disabled,
.artdeco-pill--input.artdeco-pill--disabled.artdeco-pill--confirmed,
.artdeco-pill--input.artdeco-pill--disabled.artdeco-pill--selected,
.artdeco-pill--toggle.artdeco-pill--disabled,
.artdeco-pill--toggle.artdeco-pill--disabled.artdeco-pill--confirmed,
.artdeco-pill--toggle.artdeco-pill--disabled.artdeco-pill--selected {
    color: var(--color-label-disabled) !important
}

.artdeco-pill--choice.artdeco-pill--inverse,
.artdeco-pill--choice.artdeco-pill--inverse:hover,
.artdeco-pill--choice.artdeco-pill--inverse:visited,
.artdeco-pill--dismiss.artdeco-pill--inverse,
.artdeco-pill--dismiss.artdeco-pill--inverse:hover,
.artdeco-pill--dismiss.artdeco-pill--inverse:visited,
.artdeco-pill--input.artdeco-pill--inverse,
.artdeco-pill--input.artdeco-pill--inverse:hover,
.artdeco-pill--input.artdeco-pill--inverse:visited,
.artdeco-pill--toggle.artdeco-pill--inverse,
.artdeco-pill--toggle.artdeco-pill--inverse:hover,
.artdeco-pill--toggle.artdeco-pill--inverse:visited {
    color: var(--color-text-on-dark)
}

.artdeco-pill--choice.artdeco-pill--inverse:active,
.artdeco-pill--dismiss.artdeco-pill--inverse:active,
.artdeco-pill--input.artdeco-pill--inverse:active,
.artdeco-pill--toggle.artdeco-pill--inverse:active {
    color: var(--color-text-on-dark-active)
}

.artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--confirmed,
.artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--selected,
.artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--confirmed,
.artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--selected,
.artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--confirmed,
.artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--selected,
.artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--confirmed,
.artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--selected {
    color: var(--color-text-low-emphasis-stick)
}

@media (forced-colors:active),
only screen and (-ms-high-contrast:active) {

    .artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--confirmed,
    .artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--selected,
    .artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--confirmed,
    .artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--selected,
    .artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--confirmed,
    .artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--selected,
    .artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--confirmed,
    .artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--selected {
        forced-color-adjust: none;
        color: HighlightText
    }
}

.artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--confirmed:hover,
.artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--selected:hover,
.artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--confirmed:hover,
.artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--selected:hover,
.artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--confirmed:hover,
.artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--selected:hover,
.artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--confirmed:hover,
.artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--selected:hover {
    color: var(--color-text-low-emphasis)
}

.artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--confirmed:active,
.artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--selected:active,
.artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--confirmed:active,
.artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--selected:active,
.artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--confirmed:active,
.artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--selected:active,
.artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--confirmed:active,
.artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--selected:active {
    color: var(--color-text-low-emphasis-stick-active)
}

.artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--disabled,
.artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--confirmed,
.artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--selected,
.artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--disabled,
.artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--confirmed,
.artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--selected,
.artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--disabled,
.artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--confirmed,
.artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--selected,
.artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--disabled,
.artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--confirmed,
.artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--selected {
    color: var(--color-text-on-dark-disabled) !important
}

.artdeco-pill--choice,
.artdeco-pill--choice:visited,
.artdeco-pill--dismiss,
.artdeco-pill--dismiss:visited,
.artdeco-pill--input,
.artdeco-pill--input:visited,
.artdeco-pill--toggle,
.artdeco-pill--toggle:visited {
    box-shadow: inset 0 0 0 1px var(--color-border-subtle)
}

.artdeco-pill--choice:hover,
.artdeco-pill--dismiss:hover,
.artdeco-pill--input:hover,
.artdeco-pill--toggle:hover {
    box-shadow: inset 0 0 0 2px var(--color-border-subtle-hover)
}

.artdeco-pill--choice:active,
.artdeco-pill--dismiss:active,
.artdeco-pill--input:active,
.artdeco-pill--toggle:active {
    box-shadow: inset 0 0 0 2px var(--color-border-subtle-active)
}

.artdeco-pill--choice.artdeco-pill--confirmed,
.artdeco-pill--choice.artdeco-pill--selected,
.artdeco-pill--dismiss.artdeco-pill--confirmed,
.artdeco-pill--dismiss.artdeco-pill--selected,
.artdeco-pill--input.artdeco-pill--confirmed,
.artdeco-pill--input.artdeco-pill--selected,
.artdeco-pill--toggle.artdeco-pill--confirmed,
.artdeco-pill--toggle.artdeco-pill--selected {
    box-shadow: none
}

.artdeco-pill--choice.artdeco-pill--confirmed:hover,
.artdeco-pill--choice.artdeco-pill--selected:hover,
.artdeco-pill--dismiss.artdeco-pill--confirmed:hover,
.artdeco-pill--dismiss.artdeco-pill--selected:hover,
.artdeco-pill--input.artdeco-pill--confirmed:hover,
.artdeco-pill--input.artdeco-pill--selected:hover,
.artdeco-pill--toggle.artdeco-pill--confirmed:hover,
.artdeco-pill--toggle.artdeco-pill--selected:hover {
    box-shadow: inset 0 0 0 1px var(--color-checked-hover)
}

.artdeco-pill--choice.artdeco-pill--confirmed:active,
.artdeco-pill--choice.artdeco-pill--selected:active,
.artdeco-pill--dismiss.artdeco-pill--confirmed:active,
.artdeco-pill--dismiss.artdeco-pill--selected:active,
.artdeco-pill--input.artdeco-pill--confirmed:active,
.artdeco-pill--input.artdeco-pill--selected:active,
.artdeco-pill--toggle.artdeco-pill--confirmed:active,
.artdeco-pill--toggle.artdeco-pill--selected:active {
    box-shadow: none
}

.artdeco-pill--choice.artdeco-pill--disabled,
.artdeco-pill--choice.artdeco-pill--disabled.artdeco-pill--confirmed,
.artdeco-pill--choice.artdeco-pill--disabled.artdeco-pill--selected,
.artdeco-pill--dismiss.artdeco-pill--disabled,
.artdeco-pill--dismiss.artdeco-pill--disabled.artdeco-pill--confirmed,
.artdeco-pill--dismiss.artdeco-pill--disabled.artdeco-pill--selected,
.artdeco-pill--input.artdeco-pill--disabled,
.artdeco-pill--input.artdeco-pill--disabled.artdeco-pill--confirmed,
.artdeco-pill--input.artdeco-pill--disabled.artdeco-pill--selected,
.artdeco-pill--toggle.artdeco-pill--disabled,
.artdeco-pill--toggle.artdeco-pill--disabled.artdeco-pill--confirmed,
.artdeco-pill--toggle.artdeco-pill--disabled.artdeco-pill--selected {
    box-shadow: none !important
}

.artdeco-pill--choice.artdeco-pill--inverse,
.artdeco-pill--choice.artdeco-pill--inverse:visited,
.artdeco-pill--dismiss.artdeco-pill--inverse,
.artdeco-pill--dismiss.artdeco-pill--inverse:visited,
.artdeco-pill--input.artdeco-pill--inverse,
.artdeco-pill--input.artdeco-pill--inverse:visited,
.artdeco-pill--toggle.artdeco-pill--inverse,
.artdeco-pill--toggle.artdeco-pill--inverse:visited {
    box-shadow: inset 0 0 0 1px var(--color-border-low-emphasis-on-dark)
}

.artdeco-pill--choice.artdeco-pill--inverse:hover,
.artdeco-pill--dismiss.artdeco-pill--inverse:hover,
.artdeco-pill--input.artdeco-pill--inverse:hover,
.artdeco-pill--toggle.artdeco-pill--inverse:hover {
    box-shadow: inset 0 0 0 2px var(--color-border-low-emphasis-on-dark)
}

.artdeco-pill--choice.artdeco-pill--inverse:active,
.artdeco-pill--dismiss.artdeco-pill--inverse:active,
.artdeco-pill--input.artdeco-pill--inverse:active,
.artdeco-pill--toggle.artdeco-pill--inverse:active {
    box-shadow: inset 0 0 0 2px var(--color-border-low-emphasis-on-dark-active)
}

.artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--confirmed,
.artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--selected,
.artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--confirmed,
.artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--selected,
.artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--confirmed,
.artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--selected,
.artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--confirmed,
.artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--selected {
    box-shadow: none
}

.artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--confirmed:hover,
.artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--selected:hover,
.artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--confirmed:hover,
.artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--selected:hover,
.artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--confirmed:hover,
.artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--selected:hover,
.artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--confirmed:hover,
.artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--selected:hover {
    box-shadow: inset 0 0 0 1px var(--color-checked-on-dark)
}

.artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--confirmed:active,
.artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--selected:active,
.artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--confirmed:active,
.artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--selected:active,
.artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--confirmed:active,
.artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--selected:active,
.artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--confirmed:active,
.artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--selected:active {
    box-shadow: none
}

.artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--disabled,
.artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--confirmed,
.artdeco-pill--choice.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--selected,
.artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--disabled,
.artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--confirmed,
.artdeco-pill--dismiss.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--selected,
.artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--disabled,
.artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--confirmed,
.artdeco-pill--input.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--selected,
.artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--disabled,
.artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--confirmed,
.artdeco-pill--toggle.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--selected {
    box-shadow: none !important
}

a.artdeco-pill--link {
    text-decoration: none !important
}

a.artdeco-pill--link,
a.artdeco-pill--link:visited {
    background-color: var(--color-background-transparent)
}

a.artdeco-pill--link:hover {
    background-color: var(--color-background-transparent-hover)
}

a.artdeco-pill--link:active {
    background-color: var(--color-background-transparent-active)
}

a.artdeco-pill--link.artdeco-pill--disabled {
    background-color: var(--color-background-disabled) !important
}

a.artdeco-pill--link.artdeco-pill--inverse,
a.artdeco-pill--link.artdeco-pill--inverse:visited {
    background-color: var(--color-background-none-on-dark)
}

a.artdeco-pill--link.artdeco-pill--inverse:hover {
    background-color: var(--color-background-none-tint-on-dark-hover)
}

a.artdeco-pill--link.artdeco-pill--inverse:active {
    background-color: var(--color-background-none-tint-on-dark-active)
}

a.artdeco-pill--link.artdeco-pill--inverse.artdeco-pill--disabled,
a.artdeco-pill--link.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--confirmed,
a.artdeco-pill--link.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--selected {
    background-color: var(--color-background-on-dark-disabled) !important
}

a.artdeco-pill--link,
a.artdeco-pill--link:visited {
    color: var(--color-label)
}

a.artdeco-pill--link:hover {
    color: var(--color-label-hover)
}

a.artdeco-pill--link:active {
    color: var(--color-label-active)
}

a.artdeco-pill--link.artdeco-pill--disabled {
    color: var(--color-label-disabled) !important
}

a.artdeco-pill--link.artdeco-pill--inverse,
a.artdeco-pill--link.artdeco-pill--inverse:hover,
a.artdeco-pill--link.artdeco-pill--inverse:visited {
    color: var(--color-text-on-dark)
}

a.artdeco-pill--link.artdeco-pill--inverse:active {
    color: var(--color-text-on-dark-active)
}

a.artdeco-pill--link.artdeco-pill--inverse.artdeco-pill--disabled,
a.artdeco-pill--link.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--confirmed,
a.artdeco-pill--link.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--selected {
    color: var(--color-text-on-dark-disabled) !important
}

a.artdeco-pill--link,
a.artdeco-pill--link:visited {
    box-shadow: inset 0 0 0 1px var(--color-border-subtle)
}

a.artdeco-pill--link:hover {
    box-shadow: inset 0 0 0 2px var(--color-border-subtle-hover)
}

a.artdeco-pill--link:active {
    box-shadow: inset 0 0 0 2px var(--color-border-subtle-active)
}

a.artdeco-pill--link.artdeco-pill--confirmed,
a.artdeco-pill--link.artdeco-pill--confirmed:active,
a.artdeco-pill--link.artdeco-pill--confirmed:hover,
a.artdeco-pill--link.artdeco-pill--selected,
a.artdeco-pill--link.artdeco-pill--selected:active,
a.artdeco-pill--link.artdeco-pill--selected:hover {
    box-shadow: none
}

a.artdeco-pill--link.artdeco-pill--disabled,
a.artdeco-pill--link.artdeco-pill--disabled.artdeco-pill--confirmed,
a.artdeco-pill--link.artdeco-pill--disabled.artdeco-pill--selected {
    box-shadow: none !important
}

a.artdeco-pill--link.artdeco-pill--inverse,
a.artdeco-pill--link.artdeco-pill--inverse:visited {
    box-shadow: inset 0 0 0 1px var(--color-border-low-emphasis-on-dark)
}

a.artdeco-pill--link.artdeco-pill--inverse:hover {
    box-shadow: inset 0 0 0 2px var(--color-border-low-emphasis-on-dark)
}

a.artdeco-pill--link.artdeco-pill--inverse:active {
    box-shadow: inset 0 0 0 2px var(--color-border-low-emphasis-on-dark-active)
}

a.artdeco-pill--link.artdeco-pill--inverse.artdeco-pill--confirmed,
a.artdeco-pill--link.artdeco-pill--inverse.artdeco-pill--confirmed:active,
a.artdeco-pill--link.artdeco-pill--inverse.artdeco-pill--confirmed:hover,
a.artdeco-pill--link.artdeco-pill--inverse.artdeco-pill--selected,
a.artdeco-pill--link.artdeco-pill--inverse.artdeco-pill--selected:active,
a.artdeco-pill--link.artdeco-pill--inverse.artdeco-pill--selected:hover {
    box-shadow: none
}

a.artdeco-pill--link.artdeco-pill--inverse.artdeco-pill--disabled,
a.artdeco-pill--link.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--confirmed,
a.artdeco-pill--link.artdeco-pill--inverse.artdeco-pill--disabled.artdeco-pill--selected {
    box-shadow: none !important
}

.artdeco-pill--1 {
    border-radius: 9px;
    font-size: 1.4rem;
    padding: 2px 10px
}

.artdeco-pill--1.artdeco-pill--input {
    padding-left: 0
}

.artdeco-pill--1 .artdeco-pill__ghost {
    padding-left: 10px
}

.artdeco-pill--1 input.artdeco-pill__input {
    top: -2px;
    height: calc(100% + 4px);
    padding: 2px 0 2px 10px
}

.artdeco-pill--2 {
    border-radius: 1.59rem;
    font-size: 1.6rem;
    padding: .4rem 1.2rem
}

.artdeco-pill--2.artdeco-pill--input {
    padding-left: 0
}

.artdeco-pill--2 .artdeco-pill__ghost {
    padding-left: 1.2rem
}

.artdeco-pill--2 input.artdeco-pill__input {
    top: -.4rem;
    height: calc(100% + .8rem);
    padding: .4rem 0 .4rem 1.2rem
}

.artdeco-pill--3 {
    border-radius: 1.99rem;
    font-size: 1.6rem;
    padding: .8rem 1.2rem
}

.artdeco-pill--3.artdeco-pill--input {
    padding-left: 0
}

.artdeco-pill--3 .artdeco-pill__ghost {
    padding-left: 1.2rem
}

.artdeco-pill--3 input.artdeco-pill__input {
    top: -.8rem;
    height: calc(100% + 1.6rem);
    padding: .8rem 0 .8rem 1.2rem
}

.artdeco-pill--input,
.artdeco-pill__input,
.artdeco-pill__label {
    max-width: 100%
}

.artdeco-pill .artdeco-pill__input,
.artdeco-pill__label {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1;
    margin: 0;
    padding: 0
}

.artdeco-pill__label {
    cursor: pointer;
    display: flex;
    left: 12px;
    position: absolute;
    white-space: nowrap;
    z-index: 1
}

.artdeco-pill--1 .artdeco-pill__label {
    left: 10px
}

.artdeco-pill__label--inline {
    position: static
}

.artdeco-pill__label--hidden {
    opacity: 0
}

.artdeco-pill--dismiss .artdeco-pill__icon,
.artdeco-pill--toggle .artdeco-pill__icon,
.artdeco-pill__button,
.artdeco-pill__label--inline {
    margin: 0 -2px 0 4px
}

.artdeco-pill__button {
    background: transparent;
    border: none;
    color: inherit;
    font-weight: inherit;
    line-height: 1;
    height: 1.6rem;
    padding: 0;
    width: 1.6rem
}

input.artdeco-pill__input {
    position: absolute;
    left: 0;
    width: 100%;
    box-shadow: none;
    box-sizing: border-box;
    transition-property: background-color
}

input.artdeco-pill__input,
input.artdeco-pill__input:focus,
input.artdeco-pill__input:hover {
    background: var(--color-background-transparent)
}

input.artdeco-pill__input:hover {
    box-shadow: none
}

input.artdeco-pill__input::-ms-clear {
    display: none
}

.artdeco-pill__input-container {
    position: relative
}

.artdeco-pill__ghost {
    opacity: 1;
    white-space: pre;
    margin-right: .4rem
}

.artdeco-pill__ghost--value-present {
    opacity: 0
}

.artdeco-pill__icon {
    height: 1.6rem;
    overflow: hidden;
    width: 1.6rem
}

.artdeco-pill--input:not(.artdeco-pill--selected):not(.artdeco-pill--confirmed):not(.artdeco-pill--disabled) .artdeco-pill__icon,
.artdeco-pill:not(.artdeco-pill--selected):not(.artdeco-pill--confirmed):not(.artdeco-pill--disabled) .artdeco-pill__icon {
    color: var(--color-icon)
}

.artdeco-pill--input:not(.artdeco-pill--selected):not(.artdeco-pill--confirmed):not(.artdeco-pill--disabled):focus .artdeco-pill__icon,
.artdeco-pill--input:not(.artdeco-pill--selected):not(.artdeco-pill--confirmed):not(.artdeco-pill--disabled):hover .artdeco-pill__icon,
.artdeco-pill:not(.artdeco-pill--selected):not(.artdeco-pill--confirmed):not(.artdeco-pill--disabled):focus .artdeco-pill__icon,
.artdeco-pill:not(.artdeco-pill--selected):not(.artdeco-pill--confirmed):not(.artdeco-pill--disabled):hover .artdeco-pill__icon {
    color: var(--color-icon-hover)
}

.artdeco-pill--input:not(.artdeco-pill--selected):not(.artdeco-pill--confirmed):not(.artdeco-pill--disabled):active .artdeco-pill__icon,
.artdeco-pill:not(.artdeco-pill--selected):not(.artdeco-pill--confirmed):not(.artdeco-pill--disabled):active .artdeco-pill__icon {
    color: var(--color-icon-active)
}

.artdeco-pill--input.artdeco-pill--confirmed:not(.artdeco-pill--disabled) .artdeco-pill__icon,
.artdeco-pill--input.artdeco-pill--selected:not(.artdeco-pill--disabled) .artdeco-pill__icon,
.artdeco-pill.artdeco-pill--confirmed:not(.artdeco-pill--disabled) .artdeco-pill__icon,
.artdeco-pill.artdeco-pill--selected:not(.artdeco-pill--disabled) .artdeco-pill__icon {
    color: var(--color-icon-knockout)
}

.artdeco-pill--input.artdeco-pill--confirmed:not(.artdeco-pill--disabled):focus .artdeco-pill__icon,
.artdeco-pill--input.artdeco-pill--confirmed:not(.artdeco-pill--disabled):hover .artdeco-pill__icon,
.artdeco-pill--input.artdeco-pill--selected:not(.artdeco-pill--disabled):focus .artdeco-pill__icon,
.artdeco-pill--input.artdeco-pill--selected:not(.artdeco-pill--disabled):hover .artdeco-pill__icon,
.artdeco-pill.artdeco-pill--confirmed:not(.artdeco-pill--disabled):focus .artdeco-pill__icon,
.artdeco-pill.artdeco-pill--confirmed:not(.artdeco-pill--disabled):hover .artdeco-pill__icon,
.artdeco-pill.artdeco-pill--selected:not(.artdeco-pill--disabled):focus .artdeco-pill__icon,
.artdeco-pill.artdeco-pill--selected:not(.artdeco-pill--disabled):hover .artdeco-pill__icon {
    color: var(--color-icon-knockout-hover)
}

.artdeco-pill--input.artdeco-pill--confirmed:not(.artdeco-pill--disabled):active .artdeco-pill__icon,
.artdeco-pill--input.artdeco-pill--selected:not(.artdeco-pill--disabled):active .artdeco-pill__icon,
.artdeco-pill.artdeco-pill--confirmed:not(.artdeco-pill--disabled):active .artdeco-pill__icon,
.artdeco-pill.artdeco-pill--selected:not(.artdeco-pill--disabled):active .artdeco-pill__icon {
    color: var(--color-icon-knockout-active)
}

.artdeco-pill--input.artdeco-pill--disabled .artdeco-pill__icon,
.artdeco-pill.artdeco-pill--disabled .artdeco-pill__icon {
    color: var(--color-icon-disabled)
}

:dir(rtl) .artdeco-pill {
    flex-direction: row-reverse
}

:dir(rtl) .artdeco-pill--dismiss .artdeco-pill__icon,
:dir(rtl) .artdeco-pill--toggle .artdeco-pill__icon,
:dir(rtl) .artdeco-pill__button,
:dir(rtl) .artdeco-pill__label--inline {
    margin: 0 4px 0 -2px
}

:dir(rtl) .artdeco-pill__label {
    left: unset;
    right: 12px
}

.artdeco-slider__range:disabled {
    --color-indicator-solid-disabled: var(--color-element-solid-disabled)
}

.theme--dark .artdeco-slider__range:disabled {
    --color-indicator-solid-disabled: var(--color-element-solid-active)
}

.artdeco-slider {
    position: relative;
    min-height: 3.2rem;
    box-sizing: content-box;
    height: auto
}

.artdeco-slider__content {
    min-height: 3.2rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden
}

.artdeco-slider__container {
    position: relative;
    flex-grow: 1
}

.artdeco-slider__container--multiple {
    height: 2.4rem
}

.artdeco-slider__range {
    box-sizing: content-box;
    -webkit-appearance: none;
    width: 100%;
    height: .8rem;
    border-radius: .8rem;
    margin: .8rem 0;
    background-size: 100%, calc(16.666% + 1px) 100%, 200%;
    background-position: 0 0, -1px, 36.8421%;
    background-repeat: no-repeat, repeat-x, no-repeat;
    animation-duration: 1ms;
    animation-name: nodeInserted;
    background-image: linear-gradient(90deg, var(--color-checked) 16px, transparent 17px, transparent calc(100% - 10px), var(--color-track-solid) 18px), linear-gradient(90deg, var(--white, #fff) 1px, transparent 0), linear-gradient(90deg, var(--color-checked) 50%, var(--color-track-solid) 0)
}

@media screen and (forced-colors:active) {
    .artdeco-slider__range {
        forced-color-adjust: none;
        background-image: linear-gradient(90deg, Highlight 16px, transparent 17px, transparent calc(100% - 10px), Canvas 18px), linear-gradient(90deg, HighlightText 1px, transparent 0), linear-gradient(90deg, Highlight 50%, Canvas 0)
    }
}

.artdeco-slider__range::-webkit-slider-runnable-track {
    width: 100%;
    height: .8rem;
    border-radius: .8rem;
    background-color: transparent;
    cursor: pointer
}

@media screen and (forced-colors:active) {
    .artdeco-slider__range::-webkit-slider-runnable-track {
        forced-color-adjust: none;
        box-shadow: inset 0 0 1px 1px canvastext
    }
}

.artdeco-slider__range::-moz-range-track {
    width: 100%;
    height: .8rem;
    border-radius: .8rem;
    background-color: transparent;
    cursor: pointer
}

@media screen and (forced-colors:active) {
    .artdeco-slider__range::-moz-range-track {
        forced-color-adjust: none;
        box-shadow: inset 0 0 1px 1px canvastext
    }
}

.artdeco-slider__range::-ms-track {
    height: .8rem;
    border-radius: .8rem;
    background-color: transparent;
    cursor: pointer;
    width: 100%;
    background: transparent;
    border-color: transparent;
    color: transparent
}

@media screen and (forced-colors:active) {
    .artdeco-slider__range::-ms-track {
        forced-color-adjust: none;
        box-shadow: inset 0 0 1px 1px canvastext
    }
}

.artdeco-slider__range::-ms-tooltip {
    display: none
}

.artdeco-slider__range::-webkit-slider-thumb {
    height: 1.6rem;
    width: 1.6rem;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 100;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
    -webkit-transition: box-shadow 83ms;
    transition: box-shadow 83ms;
    background: var(--color-checked);
    -webkit-appearance: none;
    margin-top: -.4rem
}

@media screen and (-ms-high-contrast:active) {
    .artdeco-slider__range::-webkit-slider-thumb {
        border: 1px solid activeborder
    }
}

@media screen and (forced-colors:active) {
    .artdeco-slider__range::-webkit-slider-thumb {
        background-color: Highlight
    }
}

.artdeco-slider__range::-moz-range-thumb {
    height: 1.6rem;
    width: 1.6rem;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 100;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
    -moz-transition: box-shadow 83ms;
    transition: box-shadow 83ms;
    background: var(--color-checked)
}

@media screen and (-ms-high-contrast:active) {
    .artdeco-slider__range::-moz-range-thumb {
        border: 1px solid activeborder
    }
}

@media screen and (forced-colors:active) {
    .artdeco-slider__range::-moz-range-thumb {
        background-color: Highlight
    }
}

.artdeco-slider__range::-ms-thumb {
    height: 1.6rem;
    width: 1.6rem;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 100;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
    -ms-transition: box-shadow 83ms;
    transition: box-shadow 83ms;
    background: var(--color-checked)
}

@media screen and (-ms-high-contrast:active) {
    .artdeco-slider__range::-ms-thumb {
        border: 1px solid activeborder
    }
}

@media screen and (forced-colors:active) {
    .artdeco-slider__range::-ms-thumb {
        background-color: Highlight
    }
}

.artdeco-slider__range::-ms-fill-lower {
    background: var(--color-checked);
    border-radius: .8rem;
    height: .8rem
}

.artdeco-slider__range::-ms-fill-upper {
    background: var(--color-track-solid);
    border-radius: .8rem;
    height: .8rem
}

.artdeco-slider__range[disabled] {
    pointer-events: none;
    background-image: linear-gradient(90deg, var(--color-indicator-solid-disabled) 16px, transparent 17px, transparent calc(100% - 10px), var(--color-track-solid) 18px), linear-gradient(90deg, var(--white, #fff) 1px, transparent 0), linear-gradient(90deg, var(--color-indicator-solid-disabled) 50%, var(--color-track-solid) 0)
}

@media screen and (forced-colors:active) {
    .artdeco-slider__range[disabled] {
        forced-color-adjust: none;
        background-image: linear-gradient(90deg, Highlight 16px, transparent 17px, transparent calc(100% - 10px), Canvas 18px), linear-gradient(90deg, HighlightText 1px, transparent 0), linear-gradient(90deg, Highlight 50%, Canvas 0)
    }
}

.artdeco-slider__range[disabled]::-webkit-slider-thumb {
    height: 1.6rem;
    width: 1.6rem;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 100;
    background: var(--color-indicator-solid-disabled);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
    -webkit-transition: box-shadow 83ms;
    transition: box-shadow 83ms;
    -webkit-appearance: none;
    margin-top: -.4rem
}

@media screen and (-ms-high-contrast:active) {
    .artdeco-slider__range[disabled]::-webkit-slider-thumb {
        border: 1px solid activeborder
    }
}

@media screen and (forced-colors:active) {
    .artdeco-slider__range[disabled]::-webkit-slider-thumb {
        background-color: Highlight
    }
}

.artdeco-slider__range[disabled]::-moz-range-thumb {
    height: 1.6rem;
    width: 1.6rem;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 100;
    background: var(--color-indicator-solid-disabled);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
    -moz-transition: box-shadow 83ms;
    transition: box-shadow 83ms
}

@media screen and (-ms-high-contrast:active) {
    .artdeco-slider__range[disabled]::-moz-range-thumb {
        border: 1px solid activeborder
    }
}

@media screen and (forced-colors:active) {
    .artdeco-slider__range[disabled]::-moz-range-thumb {
        background-color: Highlight
    }
}

.artdeco-slider__range[disabled]::-ms-thumb {
    height: 1.6rem;
    width: 1.6rem;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 100;
    background: var(--color-indicator-solid-disabled);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
    -ms-transition: box-shadow 83ms;
    transition: box-shadow 83ms
}

@media screen and (-ms-high-contrast:active) {
    .artdeco-slider__range[disabled]::-ms-thumb {
        border: 1px solid activeborder
    }
}

@media screen and (forced-colors:active) {
    .artdeco-slider__range[disabled]::-ms-thumb {
        background-color: Highlight
    }
}

.artdeco-slider__range[disabled]::-ms-fill-lower {
    background: var(--color-indicator-solid-disabled)
}

.artdeco-slider__range--multiple {
    position: absolute
}

.artdeco-slider__range--reverse {
    background-image: linear-gradient(90deg, var(--color-track-solid) 16px, transparent 17px, transparent calc(100% - 10px), var(--color-checked) 18px), linear-gradient(90deg, var(--white, #fff) 1px, transparent 0), linear-gradient(90deg, var(--color-track-solid) 50%, var(--color-checked) 0)
}

@media screen and (forced-colors:active) {
    .artdeco-slider__range--reverse {
        forced-color-adjust: none;
        background-image: linear-gradient(90deg, Canvas 16px, transparent 17px, transparent calc(100% - 10px), Highlight 18px), linear-gradient(90deg, HighlightText 1px, transparent 0), linear-gradient(90deg, Canvas 50%, Highlight 0)
    }
}

.artdeco-slider__range--reverse::-ms-fill-lower {
    background: var(--color-track-solid)
}

.artdeco-slider__range--reverse::-ms-fill-upper {
    background: var(--color-checked)
}

.artdeco-slider__range--reverse[disabled] {
    background-image: linear-gradient(90deg, var(--color-track-solid) 16px, transparent 17px, transparent calc(100% - 10px), var(--color-indicator-solid-disabled) 18px), linear-gradient(90deg, var(--white, #fff) 1px, transparent 0), linear-gradient(90deg, var(--color-track-solid) 50%, var(--color-indicator-solid-disabled) 0)
}

@media screen and (forced-colors:active) {
    .artdeco-slider__range--reverse[disabled] {
        forced-color-adjust: none;
        background-image: linear-gradient(90deg, Canvas 16px, transparent 17px, transparent calc(100% - 10px), Highlight 18px), linear-gradient(90deg, HighlightText 1px, transparent 0), linear-gradient(90deg, Canvas 50%, Highlight 0)
    }
}

.artdeco-slider__range--reverse[disabled]::-ms-fill-upper {
    background: var(--color-indicator-solid-disabled)
}

.artdeco-slider__icon {
    color: rgba(0, 0, 0, .6);
    width: 2.4rem;
    height: 2.4rem
}

.artdeco-slider__icon.disabled {
    opacity: .45
}

@media screen and (forced-colors:active) {
    .artdeco-slider__icon {
        forced-color-adjust: none;
        color: canvastext
    }
}

.artdeco-slider__icon--left {
    margin-right: .4rem
}

.artdeco-slider__icon--right {
    margin-left: .4rem
}

.artdeco-slider__max-container {
    position: absolute;
    overflow: hidden;
    box-sizing: border-box;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 0
}

.artdeco-slider__range--max {
    right: 0
}

@media (-ms-high-contrast:none) {

    .artdeco-slider__range,
    ::-ms-backdrop {
        background-image: linear-gradient(90deg, transparent, transparent) !important;
        height: 2.2rem !important;
        margin: -.8rem 0 !important
    }
}

.artdeco-slider__datalist {
    display: flex;
    justify-content: space-evenly;
    position: relative;
    padding: 0 .8rem;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
    list-style: none
}

.artdeco-slider__datalist--icon-left {
    margin-left: 2.8rem
}

.artdeco-slider__datalist--icon-right {
    margin-right: 2.8rem
}

.artdeco-slider__datalist-item {
    font-family: var(--artdeco-typography-sans);
    color: rgba(0, 0, 0, .6);
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    font-style: var(--artdeco-reset-typography-font-style-normal);
    font-size: 1.4rem;
    line-height: 1.42857;
    text-align: center;
    flex: 1;
    padding: 0
}

.artdeco-slider__datalist-item:first-of-type {
    text-align: left;
    flex: 0.5;
    transform: translateX(-.8rem)
}

.artdeco-slider__datalist-item:last-of-type {
    text-align: right;
    flex: 0.5;
    transform: translateX(.8rem)
}

.artdeco-slider__datalist-item.disabled {
    opacity: .45
}

@media screen and (max-width:480px) {
    .artdeco-slider__datalist-item {
        visibility: hidden;
        pointer-events: none
    }

    .artdeco-slider__datalist-item.active,
    .artdeco-slider__datalist-item:first-child,
    .artdeco-slider__datalist-item:last-child {
        visibility: visible
    }
}

.artdeco-slider__tooltip {
    display: none;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    position: absolute;
    box-sizing: content-box;
    transform: translate(-50%, -1px);
    bottom: 100%
}

.artdeco-slider__tooltip-shell {
    display: flex;
    align-items: flex-start;
    font-size: 1.4rem;
    line-height: 1.42857;
    text-align: left;
    border-radius: 2px;
    background-color: var(--cool-gray-80, #283e4a);
    color: var(--white, #fff);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 6px 9px rgba(0, 0, 0, .2);
    transition: box-shadow 83ms;
    padding: 8px 12px;
    max-width: calc(100vw - 40px)
}

@media screen and (-ms-high-contrast:active) {
    .artdeco-slider__tooltip-shell {
        border: 1px solid activeborder
    }
}

.artdeco-slider__tooltip-content {
    width: 100%
}

.artdeco-slider__tooltip--visible {
    display: block;
    opacity: 1;
    visibility: visible
}

.artdeco-slider__tooltip-arrow {
    position: absolute;
    border: 0 solid transparent;
    height: 0;
    width: 0;
    left: calc(50% - 8px);
    bottom: 0
}

.artdeco-slider__tooltip-arrow:after {
    position: absolute;
    border-bottom: 0 solid transparent;
    border-top: 0 solid transparent;
    content: "";
    height: 0;
    width: 0;
    border-top: 8px solid var(--cool-gray-80, #283e4a);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 0
}

.artdeco-slider__range--reverse {
    background-color: var(--color-track-solid) !important
}

.artdeco-slider__range,
.artdeco-slider__range:active,
.artdeco-slider__range:focus,
.artdeco-slider__range:hover {
    box-shadow: inset 0 0 0 1px var(--color-border-transparent)
}

.artdeco-slider__icon {
    color: var(--color-icon) !important
}

.artdeco-slider__icon.disabled {
    color: var(--color-icon-disabled) !important
}

.artdeco-slider__datalist-item {
    color: var(--color-text-meta) !important
}

.artdeco-slider__tooltip-shell {
    color: var(--color-text) !important;
    background-color: var(--color-background) !important;
    box-shadow: var(--elevation-raised) !important
}

.artdeco-slider__tooltip-arrow:after {
    border-top-color: var(--color-background) !important
}

.artdeco-stepper--uncapped .artdeco-stepper__item .artdeco-stepper__item-node:before,
.artdeco-stepper__item:not(:first-child) .artdeco-stepper__item-node:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100vh;
    transform: translateX(-50%);
    background-color: var(--color-track);
    bottom: calc(100% + 8px)
}

@media (-ms-high-contrast:active),
(forced-colors:active) {

    .artdeco-stepper--uncapped .artdeco-stepper__item .artdeco-stepper__item-node:before,
    .artdeco-stepper__item:not(:first-child) .artdeco-stepper__item-node:before {
        background-color: buttonText
    }
}

.artdeco-stepper--uncapped .artdeco-stepper__item .artdeco-stepper__item-node:after,
.artdeco-stepper__item:not(:last-child) .artdeco-stepper__item-node:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100vh;
    transform: translateX(-50%);
    background-color: var(--color-track);
    top: calc(100% + 8px)
}

@media (-ms-high-contrast:active),
(forced-colors:active) {

    .artdeco-stepper--uncapped .artdeco-stepper__item .artdeco-stepper__item-node:after,
    .artdeco-stepper__item:not(:last-child) .artdeco-stepper__item-node:after {
        background-color: buttonText
    }
}

.artdeco-stepper--uncapped .artdeco-stepper__item.artdeco-stepper__item--complete .artdeco-stepper__item-node:after,
.artdeco-stepper__item:not(:last-child).artdeco-stepper__item--complete .artdeco-stepper__item-node:after {
    background-color: var(--color-checked);
    width: 4px
}

@media (-ms-high-contrast:active),
(forced-colors:active) {

    .artdeco-stepper--uncapped .artdeco-stepper__item.artdeco-stepper__item--complete .artdeco-stepper__item-node:after,
    .artdeco-stepper__item:not(:last-child).artdeco-stepper__item--complete .artdeco-stepper__item-node:after {
        background-color: buttonText
    }
}

.artdeco-stepper--horizontal {
    width: 100%
}

.artdeco-stepper--horizontal .artdeco-stepper__list {
    display: flex
}

.artdeco-stepper--horizontal .artdeco-stepper__item-node-wrapper {
    width: auto;
    overflow: visible;
    position: relative
}

.artdeco-stepper--horizontal .artdeco-stepper__item {
    flex: 1;
    flex-direction: column
}

.artdeco-stepper--horizontal .artdeco-stepper__item-wrapper {
    text-align: center
}

.artdeco-stepper--horizontal .artdeco-stepper__item:not(:first-child) .artdeco-stepper__item-node:before,
.artdeco-stepper--horizontal .artdeco-stepper__item:not(:last-child) .artdeco-stepper__item-node:after {
    display: none
}

.artdeco-stepper--horizontal .artdeco-stepper__item:not(:last-child) .artdeco-stepper__item-node-wrapper:after {
    content: "";
    position: absolute;
    height: 2px;
    width: calc(100% - 40px);
    transform: translateY(-50%);
    top: 50%;
    background-color: var(--color-track);
    left: calc(50% + 20px)
}

@media (-ms-high-contrast:active),
(forced-colors:active) {
    .artdeco-stepper--horizontal .artdeco-stepper__item:not(:last-child) .artdeco-stepper__item-node-wrapper:after {
        background-color: buttonText
    }
}

.artdeco-stepper--horizontal .artdeco-stepper__item:not(:last-child).artdeco-stepper__item--complete .artdeco-stepper__item-node-wrapper:after {
    background-color: var(--color-checked);
    height: 4px
}

@media (-ms-high-contrast:active),
(forced-colors:active) {
    .artdeco-stepper--horizontal .artdeco-stepper__item:not(:last-child).artdeco-stepper__item--complete .artdeco-stepper__item-node-wrapper:after {
        background-color: buttonText
    }
}

.artdeco-stepper__list {
    list-style-type: none
}

.artdeco-stepper__item,
.artdeco-stepper__item.artdeco-stepper__item--centered .artdeco-stepper__item-node-wrapper {
    display: flex
}

.artdeco-stepper__item.artdeco-stepper__item--centered .artdeco-stepper__item-node {
    top: 0
}

.artdeco-stepper__item-node {
    font-family: var(--artdeco-typography-sans);
    font-weight: var(--artdeco-reset-typography-font-weight-bold);
    font-style: var(--artdeco-reset-typography-font-style-normal);
    color: var(--color-label);
    text-align: center;
    position: relative;
    display: block;
    top: 6px;
    margin: auto;
    border: 2px solid var(--color-track);
    border-radius: 50%
}

.artdeco-stepper__item--progress .artdeco-stepper__item-node {
    border-color: var(--color-checked);
    color: var(--color-checked);
    box-shadow: inset 0 0 0 1px var(--color-checked)
}

@media (-ms-high-contrast:active),
(forced-colors:active) {
    .artdeco-stepper__item--progress .artdeco-stepper__item-node {
        border-style: dashed;
        border-color: activetext;
        box-shadow: inset 0 0 0 2px activetext
    }
}

.artdeco-stepper__item--complete .artdeco-stepper__item-node {
    background-color: var(--color-checked);
    border-color: var(--color-checked);
    color: var(--color-indicator-knockout)
}

.artdeco-stepper__item-node li-icon {
    position: relative;
    top: 4px;
    color: var(--color-indicator-knockout)
}

@media (-ms-high-contrast:active),
(forced-colors:active) {
    .artdeco-stepper__item-node li-icon {
        color: buttonText
    }
}

.artdeco-stepper__item-node--large {
    font-size: 1.2rem;
    line-height: 1.33333;
    width: 24px;
    height: 24px;
    line-height: 24px
}

.artdeco-stepper__item-node--medium {
    font-size: 1.2rem;
    line-height: 1.33333;
    width: 16px;
    height: 16px
}

.artdeco-stepper__item-node--small {
    width: 8px;
    height: 8px
}

.artdeco-stepper__item-node-wrapper {
    width: 60px;
    flex-shrink: 0;
    overflow: hidden
}

.artdeco-stepper__item--complete .artdeco-stepper__item-node:after.artdeco-stepper__item--complete .artdeco-stepper__item-node:after {
    background-color: var(--color-checked) !important
}

.artdeco-stepper__item-node {
    border-color: var(--color-border)
}

.artdeco-stepper__item-wrapper,
.artdeco-stepper__item-wrapper>* {
    color: var(--color-label)
}

.artdeco-stepper__item--progress .artdeco-stepper__item-wrapper,
.artdeco-stepper__item--progress .artdeco-stepper__item-wrapper>* {
    color: var(--color-current)
}

.artdeco-stepper__item--progress .artdeco-stepper__item-node {
    --color-current: var(--color-checked);
    color: var(--color-current);
    border-color: var(--color-current);
    box-shadow: inset 0 0 0 1px var(--color-current)
}

.artdeco-toggle {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    font-weight: 400;
    font-family: var(--artdeco-typography-sans);
    font-size: 1.4rem;
    line-height: 1.4;
    color: var(--color-label);
    background: none;
    border: 0;
    position: relative;
    cursor: pointer;
    margin: 0;
    min-height: 32px;
    padding-right: 60px
}

.artdeco-toggle:after {
    border-radius: 14px
}

.artdeco-toggle.artdeco-toggle--toggled .artdeco-toggle:after {
    right: 3px
}

.artdeco-toggle:before {
    pointer-events: all;
    transition: all 83ms cubic-bezier(.4, 0, 1, 1);
    display: block;
    content: "";
    position: absolute;
    top: calc(50% - 16px);
    right: 0;
    background-clip: content-box;
    border: 1px solid var(--transparent);
    width: 52px;
    height: 32px;
    border-radius: 17px;
    background-color: var(--color-track);
    box-sizing: content-box
}

.artdeco-toggle.artdeco-toggle--focused:before {
    box-shadow: inset 0 0 0 26px var(--transparent), 0 0 0 1px var(--color-checked);
    outline: 5px auto Highlight;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: 2px
}

.artdeco-toggle:after {
    pointer-events: all;
    transition: all 83ms cubic-bezier(.4, 0, 1, 1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
    transition: box-shadow 83ms;
    background: var(--color-indicator-knockout);
    display: block;
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    top: calc(50% - 13px);
    right: 23px
}

@media screen and (-ms-high-contrast:active) {
    .artdeco-toggle:after {
        border: 1px solid activeborder
    }
}

.artdeco-toggle:hover:after {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 4px 6px rgba(0, 0, 0, .2);
    transition: box-shadow 83ms
}

@media screen and (-ms-high-contrast:active) {
    .artdeco-toggle:hover:after {
        border: 1px solid activeborder
    }
}

.artdeco-toggle.artdeco-toggle--24dp {
    min-height: 24px;
    padding-right: 48px
}

.artdeco-toggle.artdeco-toggle--24dp:before {
    width: 40px;
    height: 24px;
    border-radius: 13px
}

.artdeco-toggle.artdeco-toggle--24dp:after {
    width: 20px;
    height: 20px;
    border-radius: 10px
}

.artdeco-toggle.artdeco-toggle--24dp.artdeco-toggle--toggled .artdeco-toggle:after {
    right: 3px
}

.artdeco-toggle.artdeco-toggle--24dp:after {
    right: 19px
}

.artdeco-toggle.artdeco-toggle--toggled:before {
    box-shadow: inset 0 0 0 26px var(--color-checked), 0 0 0 1px var(--transparent)
}

.artdeco-toggle.artdeco-toggle--toggled.artdeco-toggle--focused:before {
    box-shadow: inset 0 0 0 26px var(--color-checked), 0 0 0 1px var(--color-checked)
}

.artdeco-toggle.artdeco-toggle--toggled.artdeco-toggle--disabled {
    opacity: .35
}

.artdeco-toggle.artdeco-toggle--toggled:after {
    right: 3px
}

.artdeco-toggle.artdeco-toggle--disabled {
    color: var(--color-label-disabled);
    opacity: .35;
    cursor: not-allowed
}

.artdeco-toggle.artdeco-toggle--disabled:before {
    background-color: var(--color-background-disabled)
}

.artdeco-toggle.artdeco-toggle--disabled:after {
    background-color: var(--color-indicator-disabled)
}

.artdeco-toggle.artdeco-toggle--disabled.artdeco-toggle--inverse {
    opacity: .45
}

.artdeco-toggle.artdeco-toggle--disabled.artdeco-toggle--inverse:after {
    background-color: var(--color-on-dark-disabled)
}

.artdeco-toggle.artdeco-toggle--disabled.artdeco-toggle--inverse:before {
    background-color: var(--color-background-on-dark-disabled)
}

.artdeco-toggle.artdeco-toggle--disabled .artdeco-toggle__text {
    color: var(--color-label-disabled)
}

.artdeco-toggle.artdeco-toggle--inverse {
    color: var(--color-text-on-dark)
}

.artdeco-toggle.artdeco-toggle--inverse:before {
    background-color: var(--color-element-on-dark)
}

.artdeco-toggle.artdeco-toggle--inverse:after {
    background-color: var(--color-element-low-emphasis-stick)
}

.artdeco-toggle.artdeco-toggle--inverse.artdeco-toggle--focused:before {
    box-shadow: inset 0 0 0 26px var(--transparent), 0 0 0 1px var(--color-checked-on-dark)
}

.artdeco-toggle.artdeco-toggle--inverse.artdeco-toggle--toggled {
    color: var(--color-text-on-dark)
}

.artdeco-toggle.artdeco-toggle--inverse.artdeco-toggle--toggled:before {
    box-shadow: inset 0 0 0 26px var(--color-checked-on-dark), 0 0 0 1px var(--transparent)
}

.artdeco-toggle.artdeco-toggle--inverse.artdeco-toggle--toggled.artdeco-toggle--focused:before {
    box-shadow: inset 0 0 0 26px var(--color-checked-on-dark), 0 0 0 1px var(--color-checked-on-dark)
}

.artdeco-toggle.artdeco-toggle--inverse .artdeco-toggle__text,
.artdeco-toggle.artdeco-toggle--inverse .label {
    color: var(--color-text-on-dark)
}

.artdeco-toggle .artdeco-toggle__text {
    -webkit-user-select: none;
    user-select: none;
    font-family: var(--artdeco-typography-sans);
    font-size: 1.2rem;
    line-height: 1.33333;
    color: var(--color-label);
    text-align: right
}

.artdeco-toggle .input {
    opacity: 0;
    position: absolute;
    top: calc(50% - 16px);
    right: 0;
    width: 55px;
    height: 35px
}

.artdeco-toggle .input.artdeco-toggle__button--24dp {
    width: 43px;
    height: 27px
}

.artdeco-toggle .input.input {
    margin: 0
}

.artdeco-toggle .label {
    flex-grow: 1;
    text-align: left
}

.artdeco-toggle__label {
    margin: .75rem 0
}

@media (-ms-high-contrast:active),
(forced-colors:active) {

    .artdeco-toggle.artdeco-toggle--inverse:after,
    .artdeco-toggle:after {
        border: none;
        background-color: windowText
    }

    .artdeco-toggle.artdeco-toggle--inverse:hover:after,
    .artdeco-toggle:hover:after {
        border: none
    }

    .artdeco-toggle.artdeco-toggle--focused:before,
    .artdeco-toggle.artdeco-toggle--inverse.artdeco-toggle--focused:before {
        outline: 2px dotted windowText;
        outline-offset: 1px
    }

    .artdeco-toggle.artdeco-toggle--inverse.artdeco-toggle--toggled:before,
    .artdeco-toggle.artdeco-toggle--toggled:before {
        background: windowText
    }

    .artdeco-toggle.artdeco-toggle--inverse.artdeco-toggle--toggled:after,
    .artdeco-toggle.artdeco-toggle--toggled:after {
        background: buttonFace
    }

    .artdeco-toggle.artdeco-toggle--disabled:before,
    .artdeco-toggle.artdeco-toggle--inverse.artdeco-toggle--disabled:before {
        background: buttonFace;
        border-color: grayText
    }

    .artdeco-toggle.artdeco-toggle--disabled.artdeco-toggle--toggled:before,
    .artdeco-toggle.artdeco-toggle--disabled:after,
    .artdeco-toggle.artdeco-toggle--inverse.artdeco-toggle--disabled.artdeco-toggle--toggled:before,
    .artdeco-toggle.artdeco-toggle--inverse.artdeco-toggle--disabled:after {
        background: grayText
    }

    .artdeco-toggle.artdeco-toggle--disabled.artdeco-toggle--toggled:after,
    .artdeco-toggle.artdeco-toggle--inverse.artdeco-toggle--disabled.artdeco-toggle--toggled:after {
        background: buttonFace
    }
}

.artdeco-toggle label.artdeco-toggle__label {
    color: var(--color-label)
}

.artdeco-toggle:not(.artdeco-toggle--disabled):hover:after {
    background-color: var(--color-indicator-knockout-hover)
}

.artdeco-toggle:not(.artdeco-toggle--disabled):hover .artdeco-toggle__text,
.artdeco-toggle:not(.artdeco-toggle--disabled):hover label.artdeco-toggle__label {
    color: var(--color-label-hover)
}

.artdeco-toggle:not(.artdeco-toggle--disabled):active:after {
    background-color: var(--color-indicator-knockout-active)
}

.artdeco-toggle:not(.artdeco-toggle--disabled):active .artdeco-toggle__text,
.artdeco-toggle:not(.artdeco-toggle--disabled):active label.artdeco-toggle__label {
    color: var(--color-label-active)
}

.artdeco-toggle.artdeco-toggle--disabled .artdeco-toggle__button {
    opacity: 0 !important
}

.artdeco-toggle.artdeco-toggle--toggled.artdeco-toggle--disabled:before {
    box-shadow: inset 0 0 0 26px var(--color-background-disabled), 0 0 0 1px var(--transparent)
}

.artdeco-toggle.artdeco-toggle--toggled:not(.artdeco-toggle--disabled):hover:before {
    box-shadow: inset 0 0 0 26px var(--color-checked-hover), 0 0 0 1px var(--transparent)
}

.artdeco-toggle.artdeco-toggle--toggled:not(.artdeco-toggle--disabled):active:before {
    box-shadow: inset 0 0 0 26px var(--color-checked-active), 0 0 0 1px var(--transparent)
}

.artdeco-typeahead {
    display: block;
    position: relative
}

.artdeco-typeahead__results-list {
    display: block;
    overflow-y: auto;
    list-style: none
}

.artdeco-typeahead__result {
    display: block
}

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

.artdeco-tabs {
    display: block
}

.artdeco-tabs,
.artdeco-tabs.artdeco-tabs--disabled .artdeco-tablist {
    position: relative
}

.artdeco-tabs.artdeco-tabs--disabled .artdeco-tablist:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    cursor: not-allowed;
    background: hsla(0, 0%, 100%, .65)
}

.artdeco-tabs .artdeco-tab.artdeco-tab--disabled {
    color: rgba(0, 0, 0, .6)
}

.artdeco-tabs .artdeco-tablist {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    position: relative;
    overflow-x: auto
}

.artdeco-tabs .artdeco-tablist.artdeco-tablist--no-wrap .artdeco-tab {
    white-space: nowrap;
    max-width: none
}

.artdeco-tabs .artdeco-tab {
    font-family: var(--artdeco-typography-sans);
    font-size: 1.4rem;
    line-height: 1.42857;
    font-weight: var(--artdeco-reset-typography-font-weight-bold);
    color: var(--color-label);
    box-sizing: border-box;
    max-width: 23rem;
    word-break: break-word;
    position: relative;
    background-color: var(--color-background-transparent);
    cursor: pointer;
    transition: background-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 83ms;
    border-width: 0;
    padding: 9px 8px 11px;
    margin-left: 24px
}

.artdeco-tabs .artdeco-tab:first-child {
    margin-left: 16px
}

.artdeco-tabs .artdeco-tab:before {
    position: absolute;
    content: "";
    height: 2px;
    background-color: var(--color-background-transparent);
    left: 0;
    right: 0;
    bottom: 0;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 83ms
}

.artdeco-tabs .artdeco-tab.artdeco-tab--selected {
    color: var(--color-current);
    background-color: var(--color-background-transparent);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .5s
}

.artdeco-tabs .artdeco-tab.artdeco-tab--selected:before {
    background-color: var(--color-current);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .5s
}

@media screen and (-ms-high-contrast:active) {
    .artdeco-tabs .artdeco-tab.artdeco-tab--selected {
        text-decoration: underline
    }
}

.artdeco-tabs .artdeco-tab.artdeco-tab--selected:hover {
    color: var(--color-current-hover)
}

.artdeco-tabs .artdeco-tab.artdeco-tab--selected:hover:before {
    background: var(--color-current-hover)
}

.artdeco-tabs .artdeco-tab.artdeco-tab--selected:active {
    color: var(--color-current-active)
}

.artdeco-tabs .artdeco-tab.artdeco-tab--selected:active:before {
    background: var(--color-current-active)
}

.artdeco-tabs .artdeco-tab:hover {
    color: var(--color-label-hover)
}

.artdeco-tabs .artdeco-tab:active {
    color: var(--color-label-active);
    background-color: var(--color-background-transparent-active)
}

.artdeco-tabs .artdeco-tab.artdeco-tab--disabled {
    color: var(--color-text-disabled);
    cursor: not-allowed
}

.artdeco-tabs .artdeco-tab.artdeco-tab--disabled:active {
    background-color: var(--transparent)
}

@media screen and (min-width:480px) and (max-width:799px) {
    .artdeco-tabs .artdeco-tab {
        margin-left: 16px
    }
}

@media screen and (max-width:479px) {
    .artdeco-tabs .artdeco-tab {
        margin-left: 8px
    }

    .artdeco-tabs .artdeco-tab:first-child {
        margin-left: 0
    }
}

.artdeco-tabs.artdeco-tabs--pro-theme .artdeco-tablist .artdeco-tab {
    color: rgba(0, 0, 0, .6)
}

.artdeco-tabs.artdeco-tabs--pro-theme .artdeco-tablist .artdeco-tab.artdeco-tab--selected {
    color: var(--teal-70, #087889)
}

.artdeco-tabs.artdeco-tabs--pro-theme .artdeco-tablist .artdeco-tab.artdeco-tab--selected:before {
    background: var(--teal-70, #087889)
}

.artdeco-tabs.artdeco-tabs--pro-theme .artdeco-tablist .artdeco-tab.artdeco-tab--selected:hover {
    color: var(--teal-70, #036475)
}

.artdeco-tabs.artdeco-tabs--pro-theme .artdeco-tablist .artdeco-tab.artdeco-tab--selected:hover:before {
    background: var(--teal-70, #036475)
}

.artdeco-tabs.artdeco-tabs--pro-theme .artdeco-tablist .artdeco-tab.artdeco-tab--selected:active {
    color: var(--teal-80, #00505d);
    background: transparent
}

.artdeco-tabs.artdeco-tabs--pro-theme .artdeco-tablist .artdeco-tab.artdeco-tab--selected:active:before {
    background: var(--teal-80, #00505d)
}

.artdeco-tabs.artdeco-tabs--pro-theme .artdeco-tablist .artdeco-tab:hover {
    color: rgba(0, 0, 0, .75)
}

.artdeco-tabs.artdeco-tabs--pro-theme .artdeco-tablist .artdeco-tab:active {
    color: var(--teal-70, #087889);
    background-color: rgba(8, 120, 137, .15)
}

.artdeco-tabs.artdeco-tabs--pro-theme .artdeco-tablist .artdeco-tab.artdeco-tab--disabled {
    color: var(--color-text-disabled)
}

.artdeco-tabs.artdeco-tabs--pro-theme .artdeco-tablist .artdeco-tab.artdeco-tab--disabled:active {
    background-color: var(--transparent)
}

.artdeco-tabs.artdeco-tabs--pro-theme.artdeco-tabs--disabled .artdeco-tablist .artdeco-tab.artdeco-tab--disabled {
    color: rgba(0, 0, 0, .6)
}

.artdeco-tabs.artdeco-tabs--pro-theme .artdeco-transport {
    background: var(--white, #fff)
}

.artdeco-tabs.artdeco-tabs--pro-theme .artdeco-transport li-icon {
    color: rgba(0, 0, 0, .9)
}

.artdeco-tabs.artdeco-tabs--pro-theme .artdeco-transport:hover {
    background: var(--white, #fff)
}

.artdeco-tabs.artdeco-tabs--pro-theme .artdeco-transport:hover li-icon {
    color: var(--black, #000)
}

.artdeco-tabs.artdeco-tabs--pro-theme .artdeco-transport:active {
    background: hsla(0, 0%, 100%, .7)
}

.artdeco-tabs.artdeco-tabs--pro-theme .artdeco-transport:active li-icon {
    color: rgba(0, 0, 0, .6)
}

.artdeco-tabs .artdeco-spotlight-tablist {
    display: flex;
    border: 1px solid var(--color-boder-faint);
    overflow-x: auto
}

.artdeco-tabs .artdeco-spotlight-tablist.artdeco-tablist--no-wrap .artdeco-spotlight-tab {
    white-space: nowrap
}

.artdeco-tabs .artdeco-spotlight-tab {
    padding: 10px 16px;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    flex: 1;
    align-items: flex-start;
    border-left: 1px solid rgba(0, 0, 0, .15);
    border-right: none;
    word-break: normal
}

.artdeco-tabs .artdeco-spotlight-tab:first-child {
    border-left: none
}

.artdeco-tabs .artdeco-spotlight-tab .artdeco-spotlight-tab__primary-text {
    font-family: var(--artdeco-typography-sans);
    font-size: 2.4rem;
    line-height: 1.33333;
    color: var(--color-text-low-emphasis-shift);
    display: block
}

.artdeco-tabs .artdeco-spotlight-tab .artdeco-spotlight-tab__secondary-text {
    font-family: var(--artdeco-typography-sans);
    font-size: 1.4rem;
    line-height: 1.42857;
    color: var(--color-text-low-emphasis-shift);
    display: block
}

.artdeco-tabs .artdeco-spotlight-tab:hover .artdeco-spotlight-tab__primary-text,
.artdeco-tabs .artdeco-spotlight-tab:hover .artdeco-spotlight-tab__secondary-text {
    color: var(--color-text-low-emphasis-shift)
}

.artdeco-tabs .artdeco-spotlight-tab.artdeco-tab--selected:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: var(--color-checked)
}

.artdeco-tabs .artdeco-spotlight-tab.artdeco-tab--selected .artdeco-spotlight-tab__primary-text {
    color: var(--color-checked)
}

.artdeco-tabs .artdeco-spotlight-tab.artdeco-tab--selected .artdeco-spotlight-tab__secondary-text {
    color: var(--color-text-low-emphasis-shift)
}

.artdeco-tabs.artdeco-tabs--in-modal .artdeco-tablist .artdeco-tab:first-child {
    margin-left: 24px
}

.artdeco-tabs.artdeco-tabs--centered .artdeco-tablist {
    justify-content: center
}

.artdeco-tabs.artdeco-tabs--centered .artdeco-tablist .artdeco-tab:first-child.artdeco-tab--selected:before {
    left: 8px;
    right: 8px
}

.artdeco-tabs.artdeco-tabs--size-t-40 .artdeco-tablist {
    font-size: 4rem;
    line-height: 1.2
}

.artdeco-tabs.artdeco-tabs--size-t-48 .artdeco-tablist {
    font-size: 4.8rem;
    line-height: 1.16667
}

.artdeco-tabs.artdeco-tabs--size-t-48 .artdeco-tablist .artdeco-tab {
    padding-top: 12px;
    padding-bottom: 16px
}

.artdeco-tabs.artdeco-tabs--inverse.artdeco-tabs--disabled .artdeco-tablist:before {
    background: hsla(0, 0%, 100%, .55)
}

.artdeco-tabs.artdeco-tabs--inverse .artdeco-tablist {
    border-bottom-color: hsla(0, 0%, 100%, .25)
}

.artdeco-tabs.artdeco-tabs--inverse .artdeco-tab {
    color: hsla(0, 0%, 100%, .85)
}

.artdeco-tabs.artdeco-tabs--inverse .artdeco-tab:hover {
    color: var(--white, #fff)
}

.artdeco-tabs.artdeco-tabs--inverse .artdeco-tab:active {
    color: var(--white, #fff);
    background: hsla(0, 0%, 100%, .15)
}

.artdeco-tabs.artdeco-tabs--inverse .artdeco-tab.artdeco-tab--selected {
    color: var(--white, #fff)
}

.artdeco-tabs.artdeco-tabs--inverse .artdeco-tab.artdeco-tab--selected:before {
    background: var(--white, #fff)
}

.artdeco-tabs.artdeco-tabs--inverse .artdeco-tab.artdeco-tab--selected:hover {
    color: hsla(0, 0%, 100%, .85)
}

.artdeco-tabs.artdeco-tabs--inverse .artdeco-tab.artdeco-tab--selected:hover:before {
    background: hsla(0, 0%, 100%, .85)
}

.artdeco-tabs.artdeco-tabs--inverse .artdeco-tab.artdeco-tab--selected:active {
    color: hsla(0, 0%, 100%, .7)
}

.artdeco-tabs.artdeco-tabs--inverse .artdeco-tab.artdeco-tab--selected:active:before {
    background: hsla(0, 0%, 100%, .7)
}

.artdeco-tabs.artdeco-tabs--inverse .artdeco-tab.artdeco-tab--disabled {
    color: hsla(0, 0%, 100%, .45)
}

.artdeco-tabs.artdeco-tabs--inverse .artdeco-tab.artdeco-tab--disabled:active {
    background-color: transparent
}

.artdeco-tabs.artdeco-tabs--inverse .artdeco-transport {
    background: rgba(0, 115, 177, .85)
}

.artdeco-tabs.artdeco-tabs--inverse .artdeco-transport li-icon {
    color: hsla(0, 0%, 100%, .7)
}

.artdeco-tabs.artdeco-tabs--inverse .artdeco-transport:hover {
    background: rgba(0, 115, 177, .85)
}

.artdeco-tabs.artdeco-tabs--inverse .artdeco-transport:hover li-icon {
    color: var(--white, #fff)
}

.artdeco-tabs.artdeco-tabs--inverse .artdeco-transport:active {
    background: var(--blue-70, #0073b1)
}

.artdeco-tabs.artdeco-tabs--inverse .artdeco-transport:active li-icon {
    color: var(--white, #fff)
}

.artdeco-tabpanel {
    display: block
}

.artdeco-tabpanel--hidden {
    display: none
}

.artdeco-tabs {
    --color-current: var(--color-checked);
    --color-current-hover: var(--color-checked-hover);
    --color-current-active: var(--color-checked-active)
}

.artdeco-tabs .artdeco-tablist {
    border-color: var(--color-border-faint)
}

.artdeco-tabs .artdeco-tablist .artdeco-tab:hover {
    background-color: var(--color-background-transparent-hover)
}

.artdeco-tabs .artdeco-tablist .artdeco-tab:active {
    background-color: var(--color-background-transparent-active)
}

.artdeco-tabs .artdeco-tablist .artdeco-tab.artdeco-tab--selected:hover {
    background-color: var(--color-background-current-transparent-hover)
}

.artdeco-tabs .artdeco-tablist .artdeco-tab.artdeco-tab--selected:active {
    background-color: var(--color-background-current-transparent-active)
}

@media (forced-colors:active),
only screen and (-ms-high-contrast:active) {
    .artdeco-tabs .artdeco-tablist .artdeco-tab.artdeco-tab--selected {
        color: Highlight !important
    }

    .artdeco-tabs .artdeco-tablist .artdeco-tab.artdeco-tab--selected:before {
        background-color: Highlight !important
    }
}

.artdeco-tabs.artdeco-tabs--disabled .artdeco-tablist:before {
    background-color: var(--color-background);
    opacity: .6
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

html {
    font-size: 62.5%
}

:root,
body,
html {
    margin: 0;
    padding: 0;
    background-color: var(--color-background-canvas) !important;
    box-sizing: border-box
}

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

/* a[href], */
button {
    touch-action: manipulation
}

button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer
}

.application-outlet {
    position: relative;
    z-index: 1
}

.application-outlet__overlay-container {
    width: 100%;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    pointer-events: none;
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
    justify-content: flex-end
}

.authentication-outlet {
    padding-top: 0px
}

.authentication-outlet.launchpad-cp-enabled,
.authentication-outlet.nav-hidden {
    padding-top: 0
}

.authentication-iframe {
    height: 100vh;
    width: 100%
}

.error-container {
    text-align: center;
    margin: 0 3.2rem;
    min-height: 100vh;
    padding-top: 44px
}

.error-illustration {
    height: 230px;
    width: 230px;
    background-image: var(--illustration-spot-error-server-large);
    margin: 0 auto
}

.error-headline {
    font-size: var(--font-size-xlarge);
    color: var(--color-text)
}

.error-description {
    margin-top: 1.6rem;
    font-size: var(--font-size-medium);
    color: var(--color-text);
    line-height: var(--line-height-open)
}

@-webkit-keyframes loadingSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes loadingSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.loader.blue {
    color: var(--color-brand)
}

#app-boot-bg,
#app-boot-bg-loader {
    background: var(--color-background-canvas);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10
}

.render-mode-SSR #app-boot-bg,
.render-mode-SSR #app-boot-bg-loader,
.render-mode-SSRPIPE #app-boot-bg,
.render-mode-SSRPIPE #app-boot-bg-loader {
    display: none
}

#app-boot-bg-loader .content,
.loading-bg .content {
    display: block;
    padding: 0;
    width: 100%
}

#app-boot-bg-loader .initial-load-animation,
.loading-bg .initial-load-animation {
    padding-top: 9.6rem;
    width: 200px;
    margin: 0 auto;
    transform: scale(1);
    transition: transform .5s ease
}

#app-boot-bg-loader .initial-load-animation.fade-load .linkedin-image,
.loading-bg .initial-load-animation.fade-load .linkedin-image {
    transform: translateY(10px);
    opacity: 0
}

#app-boot-bg-loader .initial-load-animation.fade-load .loading-bar,
.loading-bg .initial-load-animation.fade-load .loading-bar {
    transform: rotateY(90deg)
}

#app-boot-bg-loader .initial-load-animation .linkedin-image,
.loading-bg .initial-load-animation .linkedin-image {
    margin: 0 auto 3.2rem;
    transform: translate(0);
    opacity: 1;
    transition: all .5s ease-out
}

#app-boot-bg-loader .initial-load-animation .loader__linkedin-logo,
.loading-bg .initial-load-animation .loader__linkedin-logo {
    color: var(--color-brand)
}

#app-boot-bg-loader .initial-load-animation .loading-bar,
.loading-bg .initial-load-animation .loading-bar {
    width: 130px;
    height: 2px;
    margin: 0 auto;
    border-radius: 2px;
    background-color: var(--color-brand-accent-5-on-dark);
    position: relative;
    overflow: hidden;
    z-index: 1;
    transform: rotateY(0);
    transition: transform .3s ease-in
}

#app-boot-bg-loader .initial-load-animation .loading-bar .blue-bar,
.loading-bg .initial-load-animation .loading-bar .blue-bar {
    height: 100%;
    width: 68px;
    position: absolute;
    transform: translate(-34px);
    background-color: var(--color-action);
    border-radius: 2px;
    animation: initial-loading 1.5s ease infinite
}

#app-boot-bg .l1-core-rail,
#app-boot-bg .l1-left-rail,
#app-boot-bg .l1-right-rail,
#app-boot-bg .l2-core-rail,
#app-boot-bg .l2-right-rail,
.loading-bg .l1-core-rail,
.loading-bg .l1-left-rail,
.loading-bg .l1-right-rail,
.loading-bg .l2-core-rail,
.loading-bg .l2-right-rail {
    float: left;
    vertical-align: top
}

#app-boot-bg .module,
.loading-bg .module {
    background: var(--color-background-container)
}

#app-boot-bg .line,
.loading-bg .line {
    height: 10px;
    background: var(--color-background-brand-accent-4);
    animation: pulse .65s infinite alternate;
    margin: 10px 0
}

#app-boot-bg .line-wrapper,
.loading-bg .line-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

#app-boot-bg .circle,
.loading-bg .circle {
    border-radius: 50%;
    width: 56px;
    height: 56px
}

#app-boot-bg .circle,
#app-boot-bg .rect,
.loading-bg .circle,
.loading-bg .rect {
    background: var(--color-background-brand-accent-4);
    display: inline-block;
    vertical-align: middle;
    animation: pulse .65s infinite alternate
}

#app-boot-bg .rect,
.loading-bg .rect {
    border-radius: 4px;
    width: 48px;
    height: 48px
}

#app-boot-bg .line.white,
#app-boot-bg .rect.white,
.loading-bg .line.white,
.loading-bg .rect.white {
    background: var(--color-background-container);
    animation: none
}

#app-boot-bg .width20,
.loading-bg .width20 {
    width: 20px
}

#app-boot-bg .width32,
.loading-bg .width32 {
    width: 32px
}

#app-boot-bg .width60,
.loading-bg .width60 {
    width: 60px
}

#app-boot-bg .width90,
.loading-bg .width90 {
    width: 90px
}

#app-boot-bg .width110,
.loading-bg .width110 {
    width: 110px
}

#app-boot-bg .width120,
.loading-bg .width120 {
    width: 120px
}

#app-boot-bg .width160,
.loading-bg .width160 {
    width: 160px
}

#app-boot-bg .width190,
.loading-bg .width190 {
    width: 190px
}

#app-boot-bg .width220,
.loading-bg .width220 {
    width: 220px
}

#app-boot-bg .width250,
.loading-bg .width250 {
    width: 250px
}

#app-boot-bg .width270,
.loading-bg .width270 {
    width: 270px
}

#app-boot-bg .width300,
.loading-bg .width300 {
    width: 300px
}

#app-boot-bg .width340,
.loading-bg .width340 {
    width: 340px
}

#app-boot-bg .width470,
.loading-bg .width470 {
    width: 470px
}

#app-boot-bg .width500,
.loading-bg .width500 {
    width: 500px
}

#app-boot-bg .height8,
.loading-bg .height8 {
    height: 8px
}

#app-boot-bg .height10,
.loading-bg .height10 {
    height: 10px
}

#app-boot-bg .height15,
.loading-bg .height15 {
    height: 15px
}

#app-boot-bg .height20,
.loading-bg .height20 {
    height: 20px
}

#app-boot-bg .height32,
.loading-bg .height32 {
    height: 32px
}

#app-boot-bg .height40,
.loading-bg .height40 {
    height: 40px
}

#app-boot-bg .height49,
.loading-bg .height49 {
    height: 49px
}

#app-boot-bg .height50,
.loading-bg .height50 {
    height: 50px
}

#app-boot-bg .height56,
.loading-bg .height56 {
    height: 56px
}

#app-boot-bg .height70,
.loading-bg .height70 {
    height: 70px
}

#app-boot-bg .height90,
.loading-bg .height90 {
    height: 90px
}

#app-boot-bg .height100,
.loading-bg .height100 {
    height: 100px
}

#app-boot-bg .height110,
.loading-bg .height110 {
    height: 110px
}

#app-boot-bg .height200,
.loading-bg .height200 {
    height: 200px
}

#app-boot-bg .height250,
.loading-bg .height250 {
    height: 250px
}

#app-boot-bg .height300,
.loading-bg .height300 {
    height: 300px
}

#app-boot-bg .height610,
.loading-bg .height610 {
    height: 610px
}

#app-boot-bg .padding-12-20,
.loading-bg .padding-12-20 {
    padding: 12px 20px
}

#app-boot-bg .padding-20,
.loading-bg .padding-20 {
    padding: 20px
}

#app-boot-bg .delay140,
#app-boot-bg .delay200,
#app-boot-bg .delay260,
#app-boot-bg .delay320,
#app-boot-bg .delay380,
.loading-bg .delay140,
.loading-bg .delay200,
.loading-bg .delay260,
.loading-bg .delay320,
.loading-bg .delay380 {
    opacity: 0;
    transform: translateY(-10px);
    animation: fade-slide-in .334s cubic-bezier(0, 0, .2, 1) forwards
}

#app-boot-bg .delay140,
.loading-bg .delay140 {
    animation-delay: .14s
}

#app-boot-bg .delay200,
.loading-bg .delay200 {
    animation-delay: .2s
}

#app-boot-bg .delay260,
.loading-bg .delay260 {
    animation-delay: .26s
}

#app-boot-bg .delay320,
.loading-bg .delay320 {
    animation-delay: .32s
}

#app-boot-bg .delay380,
.loading-bg .delay380 {
    animation-delay: .38s
}

#app-boot-logo-spacer {
    height: 15%
}

#app-boot-logo {
    margin: auto;
    width: 30%
}

#app-boot-logo svg {
    width: auto;
    height: auto
}

#app-boot-logo:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.boot-complete #app-boot-logo,
.boot-complete .app-boot-bg-skeleton,
.skeleton-load-complete {
    display: none
}

@keyframes pulse {
    0% {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fade-slide-in {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes initial-loading {
    0% {
        transform: translate(-34px)
    }

    50% {
        transform: translate(96px)
    }

    to {
        transform: translate(-34px)
    }
}

.authentication-outlet>div,
.transitioning {
    transition: opacity .2s
}

.transitioning~.application-outlet .authentication-outlet>div {
    opacity: 0
}

sub,
sup {
    line-height: 0
}

.ui-attachment {
    background-color: var(--color-background-container);
    background-clip: padding-box;
    border-radius: var(--corner-radius-medium);
    height: 6.4rem;
    width: 232px;
    padding: 1.2rem .8rem 1.2rem 5.2rem;
    position: relative;
    box-shadow: var(--elevation-lined);
    box-sizing: border-box;
    margin: 0 1.6rem 1.6rem 0;
    float: left
}

.ui-attachment:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
    width: 44px;
    height: 64px;
    box-sizing: content-box;
    font-size: 1.4rem;
    font-weight: var(--artdeco-reset-typography-font-weight-bold);
    color: var(--color-text-shift-on-dark-flip);
    border-radius: var(--attached-right);
    border: none;
    line-height: 64px;
    text-align: center
}

.ui-attachment ul[role=tablist] {
    border-top: 0
}

@media (forced-colors:active),
only screen and (-ms-high-contrast:active) {
    .ui-attachment {
        border: 1px solid activeborder
    }
}

.ui-attachment--pdf:before {
    content: "PDF";
    background-color: var(--voyager-color-background-attachment-pdf)
}

.ui-attachment--doc:before {
    content: "DOC";
    background-color: var(--voyager-color-background-attachment-doc)
}

.ui-attachment--ai:before {
    content: "AI";
    background-color: var(--voyager-color-background-attachment-ai)
}

.ui-attachment--xls:before {
    content: "XLS";
    background-color: var(--voyager-color-background-attachment-xls)
}

.ui-attachment--psd:before {
    content: "PSD";
    background-color: var(--voyager-color-background-attachment-psd)
}

.ui-attachment--ppt:before {
    content: "PPT";
    background-color: var(--voyager-color-background-attachment-ppt)
}

.ui-attachment--txt:before {
    content: "TXT";
    background-color: var(--voyager-color-background-attachment-txt)
}

.ui-attachment--generic:before {
    content: "GENERIC";
    background-color: var(--voyager-color-background-attachment-default);
    text-indent: -999px
}

.ui-attachment--generic:after {
    content: "Attachment Icon";
    text-indent: -999px;
    display: block;
    position: absolute;
    top: 20px;
    left: 10px;
    background-position: 0 -216px;
    background-image: var(--background-icons);
    width: 24px;
    height: 24px;
    filter: var(--acttachment-icon-filter)
}

.ui-attachment__download-button {
    position: absolute;
    border: 0;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: var(--voyager-color-background-attachment-hover);
    font-weight: var(--artdeco-reset-typography-font-weight-bold);
    color: var(--color-text-low-emphasis);
    border-radius: var(--corner-radius-medium);
    opacity: 0;
    transition: opacity .3s
}

.ui-attachment__download-button:focus,
.ui-attachment__download-button:hover {
    opacity: 1
}

.ui-attachment__button-icon {
    display: inline-block;
    margin-right: var(--spacing-half-x);
    color: var(--color-text-low-emphasis);
    vertical-align: middle
}

@media (forced-colors:active),
only screen and (-ms-high-contrast:active) {
    .ui-attachment__button-icon {
        forced-color-adjust: auto
    }
}

.ui-attachment__button-icon--disabled {
    color: var(--color-icon-disabled)
}

.ui-attachment__filename {
    font-size: 1.4rem;
    line-height: 1.42857;
    font-weight: var(--artdeco-reset-typography-font-weight-bold);
    color: var(--color-text);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.ui-attachment__filesize {
    font-size: 1.4rem;
    line-height: 1.42857;
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    color: var(--color-text-low-emphasis)
}

a.view-more,
button.view-more {
    line-height: 1.2;
    background-color: var(--color-background-container);
    border-top: 1px solid var(--color-border-faint);
    color: var(--color-action);
    display: block;
    font-size: 16px;
    text-align: center;
    width: 100%
}

.default-focusable:focus {
    outline: 5px auto -webkit-focus-ring-color
}

.card-list {
    display: flex
}

.card-list--column {
    flex-direction: column
}

.card-list--tile {
    flex-flow: row wrap;
    justify-content: space-between
}

.card-list--left-justified-tile {
    flex-flow: row wrap;
    justify-content: left
}

.card-list--is-refreshing {
    opacity: .25
}

.card-list__item {
    list-style-type: none;
    width: 100%
}

.hovercard,
.hovercard-bottom,
.hovercard-left,
.hovercard-right,
.hovercard-top {
    font-size: 1.4rem;
    line-height: 1.42857;
    color: rgba(0, 0, 0, .9);
    background-clip: padding-box;
    background-color: var(--color-background-container);
    border-radius: 2px;
    max-width: 320px;
    opacity: 0;
    padding: 14px 16px;
    position: absolute;
    transition: visibility 0s linear .2s, opacity .2s linear;
    visibility: hidden;
    z-index: 999;
    box-shadow: var(--elevation-raised)
}

.hovercard-bottom:after,
.hovercard-bottom:before,
.hovercard-left:after,
.hovercard-left:before,
.hovercard-right:after,
.hovercard-right:before,
.hovercard-top:after,
.hovercard-top:before,
.hovercard:after,
.hovercard:before {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    position: absolute
}

.hovercard-bottom.active,
.hovercard-left.active,
.hovercard-right.active,
.hovercard-top.active,
.hovercard.active {
    opacity: 1;
    transition-delay: 0s;
    visibility: visible
}

.hovercard-top:after,
.hovercard:after {
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: var(--color-border-on-dark);
    border-width: 8px 8px 0;
    bottom: -8px;
    margin-left: -9px
}

.hovercard-top:after,
.hovercard-top:before,
.hovercard:after,
.hovercard:before {
    border-top: 0 solid transparent;
    left: 50%
}

.hovercard-top:before,
.hovercard:before {
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: var(--border-color-faint);
    border-width: 9px 9px 0;
    bottom: -10px;
    margin-left: -10px
}

.hovercard-bottom:after {
    border-left-color: transparent;
    border-bottom-color: var(--color-border-on-dark);
    border-right-color: transparent;
    border-top-color: transparent;
    border-width: 0 8px 8px;
    top: -8px;
    margin-left: -9px
}

.hovercard-bottom:after,
.hovercard-bottom:before {
    border-bottom: 0 solid transparent;
    left: 50%
}

.hovercard-bottom:before {
    border-left-color: transparent;
    border-bottom-color: var(--border-color-faint);
    border-right-color: transparent;
    border-top-color: transparent;
    border-width: 0 9px 9px;
    top: -10px;
    margin-left: -10px
}

.hovercard-right:after {
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: var(--color-border-on-dark);
    border-top-color: transparent;
    border-width: 8px 8px 8px 0;
    left: -8px;
    margin-top: -9px
}

.hovercard-right:after,
.hovercard-right:before {
    border-right: 0 solid transparent;
    top: 50%
}

.hovercard-right:before {
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: var(--border-color-faint);
    border-top-color: transparent;
    border-width: 9px 9px 9px 0;
    left: -10px;
    margin-top: -10px
}

.hovercard-left:after {
    border-left-color: var(--color-border-on-dark);
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    border-width: 8px 0 8px 8px;
    right: -8px;
    margin-top: -9px
}

.hovercard-left:after,
.hovercard-left:before {
    border-left: 0 solid transparent;
    top: 50%
}

.hovercard-left:before {
    border-left-color: var(--border-color-faint);
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    border-width: 9px 0 9px 9px;
    right: -10px;
    margin-top: -10px
}

.tooltip,
.tooltip-inverse {
    border-radius: 2px;
    padding: 5px 18px 8px;
    opacity: 0;
    position: absolute;
    transition: visibility 0s linear .2s, opacity .2s linear;
    visibility: hidden;
    z-index: 999;
    bottom: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    box-shadow: var(--elevation-lined)
}

.tooltip-inverse:after,
.tooltip:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0 8px;
    border-top: 8px solid transparent;
    bottom: -8px;
    left: 50%;
    margin-left: -9px;
    position: absolute
}

.tooltip-inverse.active,
.tooltip.active {
    opacity: 1;
    transition-delay: 0s;
    visibility: visible
}

.tooltip {
    color: var(--color-text-on-dark);
    background-color: var(--color-background-container-dark)
}

.tooltip:after {
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: var(--color-border)
}

.tooltip-inverse {
    color: var(--color-text);
    background-color: var(--color-background-container)
}

.tooltip-inverse:after {
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: var(--color-border-on-dark)
}

.tooltip-inverse:before {
    content: "";
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0 9px;
    border-top: 9px solid var(--color-border-faint);
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    position: absolute
}

.artdeco-tabs.vertical-tabs,
artdeco-tabs.vertical-tabs {
    display: flex
}

.artdeco-tabs.vertical-tabs .artdeco-scrolling-container,
.artdeco-tabs.vertical-tabs .artdeco-tablist[role=tablist],
.artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist],
artdeco-tabs.vertical-tabs .artdeco-scrolling-container,
artdeco-tabs.vertical-tabs .artdeco-tablist[role=tablist],
artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] {
    flex-direction: column;
    align-items: flex-start;
    border-top: none;
    border-bottom: none;
    overflow-y: hidden
}

.artdeco-tabs.vertical-tabs .artdeco-scrolling-container[disabled]:before,
.artdeco-tabs.vertical-tabs .artdeco-tablist[role=tablist][disabled]:before,
.artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist][disabled]:before,
artdeco-tabs.vertical-tabs .artdeco-scrolling-container[disabled]:before,
artdeco-tabs.vertical-tabs .artdeco-tablist[role=tablist][disabled]:before,
artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist][disabled]:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    cursor: not-allowed;
    background-color: var(--color-background-container);
    opacity: .6
}

.artdeco-tabs.vertical-tabs .artdeco-scrolling-container[disabled] .artdeco-tab[role=tab][disabled],
.artdeco-tabs.vertical-tabs .artdeco-scrolling-container[disabled] artdeco-tab[role=tab][disabled],
.artdeco-tabs.vertical-tabs .artdeco-tablist[role=tablist][disabled] .artdeco-tab[role=tab][disabled],
.artdeco-tabs.vertical-tabs .artdeco-tablist[role=tablist][disabled] artdeco-tab[role=tab][disabled],
.artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist][disabled] .artdeco-tab[role=tab][disabled],
.artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist][disabled] artdeco-tab[role=tab][disabled],
artdeco-tabs.vertical-tabs .artdeco-scrolling-container[disabled] .artdeco-tab[role=tab][disabled],
artdeco-tabs.vertical-tabs .artdeco-scrolling-container[disabled] artdeco-tab[role=tab][disabled],
artdeco-tabs.vertical-tabs .artdeco-tablist[role=tablist][disabled] .artdeco-tab[role=tab][disabled],
artdeco-tabs.vertical-tabs .artdeco-tablist[role=tablist][disabled] artdeco-tab[role=tab][disabled],
artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist][disabled] .artdeco-tab[role=tab][disabled],
artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist][disabled] artdeco-tab[role=tab][disabled] {
    color: var(--color-text-low-emphasis)
}

.artdeco-tabs.vertical-tabs .artdeco-scrolling-container .artdeco-tab[role=tab],
.artdeco-tabs.vertical-tabs .artdeco-scrolling-container artdeco-tab[role=tab],
.artdeco-tabs.vertical-tabs .artdeco-tablist[role=tablist] .artdeco-tab[role=tab],
.artdeco-tabs.vertical-tabs .artdeco-tablist[role=tablist] artdeco-tab[role=tab],
.artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] .artdeco-tab[role=tab],
.artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab],
artdeco-tabs.vertical-tabs .artdeco-scrolling-container .artdeco-tab[role=tab],
artdeco-tabs.vertical-tabs .artdeco-scrolling-container artdeco-tab[role=tab],
artdeco-tabs.vertical-tabs .artdeco-tablist[role=tablist] .artdeco-tab[role=tab],
artdeco-tabs.vertical-tabs .artdeco-tablist[role=tablist] artdeco-tab[role=tab],
artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] .artdeco-tab[role=tab],
artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab] {
    text-align: left;
    line-height: 40px;
    padding: 0 0 0 2.4rem;
    width: 100%;
    height: 40px;
    margin-left: 0
}

.artdeco-tabs.vertical-tabs .artdeco-scrolling-container .artdeco-tab[role=tab]:before,
.artdeco-tabs.vertical-tabs .artdeco-scrolling-container artdeco-tab[role=tab]:before,
.artdeco-tabs.vertical-tabs .artdeco-tablist[role=tablist] .artdeco-tab[role=tab]:before,
.artdeco-tabs.vertical-tabs .artdeco-tablist[role=tablist] artdeco-tab[role=tab]:before,
.artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] .artdeco-tab[role=tab]:before,
.artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab]:before,
artdeco-tabs.vertical-tabs .artdeco-scrolling-container .artdeco-tab[role=tab]:before,
artdeco-tabs.vertical-tabs .artdeco-scrolling-container artdeco-tab[role=tab]:before,
artdeco-tabs.vertical-tabs .artdeco-tablist[role=tablist] .artdeco-tab[role=tab]:before,
artdeco-tabs.vertical-tabs .artdeco-tablist[role=tablist] artdeco-tab[role=tab]:before,
artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] .artdeco-tab[role=tab]:before,
artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab]:before {
    height: 100%;
    width: 4px;
    right: auto;
    top: 0;
    position: absolute
}

.artdeco-tabs.vertical-tabs .artdeco-scrolling-container .artdeco-tab[role=tab]:first-child,
.artdeco-tabs.vertical-tabs .artdeco-scrolling-container artdeco-tab[role=tab]:first-child,
.artdeco-tabs.vertical-tabs .artdeco-tablist[role=tablist] .artdeco-tab[role=tab]:first-child,
.artdeco-tabs.vertical-tabs .artdeco-tablist[role=tablist] artdeco-tab[role=tab]:first-child,
.artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] .artdeco-tab[role=tab]:first-child,
.artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab]:first-child,
artdeco-tabs.vertical-tabs .artdeco-scrolling-container .artdeco-tab[role=tab]:first-child,
artdeco-tabs.vertical-tabs .artdeco-scrolling-container artdeco-tab[role=tab]:first-child,
artdeco-tabs.vertical-tabs .artdeco-tablist[role=tablist] .artdeco-tab[role=tab]:first-child,
artdeco-tabs.vertical-tabs .artdeco-tablist[role=tablist] artdeco-tab[role=tab]:first-child,
artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] .artdeco-tab[role=tab]:first-child,
artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab]:first-child {
    margin-left: 0
}

.artdeco-tabs.vertical-tabs .artdeco-scrolling-container .artdeco-transport,
.artdeco-tabs.vertical-tabs .artdeco-tablist[role=tablist] .artdeco-transport,
.artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] .artdeco-transport,
artdeco-tabs.vertical-tabs .artdeco-scrolling-container .artdeco-transport,
artdeco-tabs.vertical-tabs .artdeco-tablist[role=tablist] .artdeco-transport,
artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] .artdeco-transport {
    display: none !important
}

.artdeco-tabs.vertical-tabs .artdeco-scrolling-container .artdeco-tabpanel[role=tabpanel],
.artdeco-tabs.vertical-tabs .artdeco-scrolling-container artdeco-tabpanel[role=tabpanel],
.artdeco-tabs.vertical-tabs .artdeco-tablist[role=tablist] .artdeco-tabpanel[role=tabpanel],
.artdeco-tabs.vertical-tabs .artdeco-tablist[role=tablist] artdeco-tabpanel[role=tabpanel],
.artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] .artdeco-tabpanel[role=tabpanel],
.artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] artdeco-tabpanel[role=tabpanel],
artdeco-tabs.vertical-tabs .artdeco-scrolling-container .artdeco-tabpanel[role=tabpanel],
artdeco-tabs.vertical-tabs .artdeco-scrolling-container artdeco-tabpanel[role=tabpanel],
artdeco-tabs.vertical-tabs .artdeco-tablist[role=tablist] .artdeco-tabpanel[role=tabpanel],
artdeco-tabs.vertical-tabs .artdeco-tablist[role=tablist] artdeco-tabpanel[role=tabpanel],
artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] .artdeco-tabpanel[role=tabpanel],
artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] artdeco-tabpanel[role=tabpanel] {
    float: right
}

.ui-elevation--flat {
    box-shadow: var(--elevation-flat)
}

.Elevation-0dp,
.Elevation-2dp,
.ui-elevation--lined {
    box-shadow: var(--elevation-lined)
}

.Elevation-4dp,
.Elevation-6dp,
.ui-elevation--raised {
    box-shadow: var(--elevation-raised)
}

.ui-container {
    box-shadow: var(--elevation-lined)
}

.container-with-shadow,
.ui-container,
.ui-container--with-shadow {
    background-color: var(--color-background-container);
    background-clip: padding-box;
    border-radius: var(--corner-radius-small);
    padding: var(--spacing-two-x);
    transition: box-shadow 83ms
}

.container-with-shadow,
.ui-container--with-shadow {
    box-shadow: var(--elevation-raised)
}

.container-premium,
.ui-container--premium {
    box-shadow: var(--elevation-lined)
}

.container-premium,
.container-premium-with-shadow,
.ui-container--premium,
.ui-container--premium-with-shadow {
    background: linear-gradient(180deg, var(--premium-color-brand) 4px, var(--color-transparent) 0);
    background-color: var(--color-background-container);
    background-clip: padding-box;
    border-radius: var(--corner-radius-small);
    padding: var(--spacing-two-x);
    transition: box-shadow 83ms
}

.container-premium-with-shadow,
.ui-container--premium-with-shadow {
    box-shadow: var(--elevation-raised)
}

.EntityContainer {
    font-size: 0
}

.EntityPhoto-square-0,
.EntityPhoto-square-0-ghost-company {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 6px
}

.EntityPhoto-square-0-ghost-company {
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-company-accent-4);
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-0-ghost-company {
        background-image: none
    }

    .EntityPhoto-square-0-ghost-company:after {
        content: var(--entity-ghost-company-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-0-ghost-content {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-publication-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-0-ghost-content {
        background-image: none
    }

    .EntityPhoto-square-0-ghost-content:after {
        content: var(--entity-ghost-publication-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-0-ghost-group {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-group-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-0-ghost-group {
        background-image: none
    }

    .EntityPhoto-square-0-ghost-group:after {
        content: var(--entity-ghost-group-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-0-ghost-publication {
    width: 2.4rem;
    height: 2.4rem;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid var(--color-transparent);
    background-image: var(--entity-ghost-publication-accent-4);
    display: inline-block
}

.EntityPhoto-square-0-ghost-school {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-school-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-0-ghost-school {
        background-image: none
    }

    .EntityPhoto-square-0-ghost-school:after {
        content: var(--entity-ghost-school-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-0-ghost-service {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-service-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-0-ghost-service {
        background-image: none
    }

    .EntityPhoto-square-0-ghost-service:after {
        content: var(--entity-ghost-service-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-0-ghost-company-stackedFacepile {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 1px solid var(--white, #fff);
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-company-accent-4);
    border-radius: 6px;
    width: 26px;
    height: 26px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-0-ghost-company-stackedFacepile {
        background-image: none
    }

    .EntityPhoto-square-0-ghost-company-stackedFacepile:after {
        content: var(--entity-ghost-company-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-0-ghost-company-stackedFacepile:nth-of-type(1n+2) {
    margin-left: -10px
}

[dir=rtl] .EntityPhoto-square-0-ghost-company-stackedFacepile {
    margin-left: 0;
    margin-right: -9px
}

[dir=rtl] .EntityPhoto-square-0-ghost-company-stackedFacepile:first-of-type,
[dir=rtl] .EntityPhoto-square-0-ghost-company-stackedFacepile:nth-of-type(1n+2) {
    margin-left: 0;
    margin-right: -10px
}

.EntityPhoto-square-0-ghost-company-stackedFacepile:nth-of-type(1n+13) {
    display: none
}

.EntityPhoto-square-0-rollup {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 1px solid rgba(0, 0, 0, .6);
    border-radius: 6px;
    -webkit-transform: translateY(-50%) translateY(1px) translateX(4px);
    transform: translateY(-50%) translateY(1px) translateX(4px);
    font-size: 1.2rem;
    line-height: 1.33333;
    color: rgba(0, 0, 0, .6);
    display: inline-block;
    background: var(--white, #fff);
    text-align: center;
    z-index: 2;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 2px
}

[dir=rtl] .EntityPhoto-square-0-rollup {
    -webkit-transform: translateY(-50%) translateY(1px) translateX(4px);
    transform: translateY(-50%) translateY(1px) translateX(4px)
}

.EntityPhoto-square-0-stackedFacepile {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 1px solid var(--white, #fff);
    border-radius: 6px;
    width: 26px;
    height: 26px
}

.EntityPhoto-square-0-stackedFacepile:nth-of-type(1n+2) {
    margin-left: -10px
}

[dir=rtl] .EntityPhoto-square-0-stackedFacepile {
    margin-left: 0;
    margin-right: -9px
}

[dir=rtl] .EntityPhoto-square-0-stackedFacepile:first-of-type,
[dir=rtl] .EntityPhoto-square-0-stackedFacepile:nth-of-type(1n+2) {
    margin-left: 0;
    margin-right: -10px
}

.EntityPhoto-square-0-stackedFacepile:nth-of-type(1n+13) {
    display: none
}

.EntityPhoto-square-0-ghost-product {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-product-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-0-ghost-product {
        background-image: none
    }

    .EntityPhoto-square-0-ghost-product:after {
        content: var(--entity-ghost-product-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-1,
.EntityPhoto-square-1-ghost-company {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 6px
}

.EntityPhoto-square-1-ghost-company {
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-company-accent-4);
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-1-ghost-company {
        background-image: none
    }

    .EntityPhoto-square-1-ghost-company:after {
        content: var(--entity-ghost-company-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-1-ghost-content {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-publication-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-1-ghost-content {
        background-image: none
    }

    .EntityPhoto-square-1-ghost-content:after {
        content: var(--entity-ghost-publication-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-1-ghost-group {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-group-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-1-ghost-group {
        background-image: none
    }

    .EntityPhoto-square-1-ghost-group:after {
        content: var(--entity-ghost-group-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-1-ghost-publication {
    width: 3.2rem;
    height: 3.2rem;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid var(--color-transparent);
    background-image: var(--entity-ghost-publication-accent-4);
    display: inline-block
}

.EntityPhoto-square-1-ghost-school {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-school-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-1-ghost-school {
        background-image: none
    }

    .EntityPhoto-square-1-ghost-school:after {
        content: var(--entity-ghost-school-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-1-ghost-service {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-service-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-1-ghost-service {
        background-image: none
    }

    .EntityPhoto-square-1-ghost-service:after {
        content: var(--entity-ghost-service-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-1-ghost-company-stackedFacepile {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 1px solid var(--white, #fff);
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-company-accent-4);
    border-radius: 6px;
    width: 26px;
    height: 26px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-1-ghost-company-stackedFacepile {
        background-image: none
    }

    .EntityPhoto-square-1-ghost-company-stackedFacepile:after {
        content: var(--entity-ghost-company-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-1-ghost-company-stackedFacepile:nth-of-type(1n+2) {
    margin-left: -10px
}

[dir=rtl] .EntityPhoto-square-1-ghost-company-stackedFacepile {
    margin-left: 0;
    margin-right: -9px
}

[dir=rtl] .EntityPhoto-square-1-ghost-company-stackedFacepile:first-of-type,
[dir=rtl] .EntityPhoto-square-1-ghost-company-stackedFacepile:nth-of-type(1n+2) {
    margin-left: 0;
    margin-right: -10px
}

.EntityPhoto-square-1-ghost-company-stackedFacepile:nth-of-type(1n+13) {
    display: none
}

.EntityPhoto-square-1-rollup {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 1px solid rgba(0, 0, 0, .6);
    border-radius: 6px;
    -webkit-transform: translateY(-50%) translateY(1px) translateX(4px);
    transform: translateY(-50%) translateY(1px) translateX(4px);
    font-size: 1.2rem;
    line-height: 1.33333;
    color: rgba(0, 0, 0, .6);
    display: inline-block;
    background: var(--white, #fff);
    text-align: center;
    z-index: 2;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 2px
}

[dir=rtl] .EntityPhoto-square-1-rollup {
    -webkit-transform: translateY(-50%) translateY(1px) translateX(4px);
    transform: translateY(-50%) translateY(1px) translateX(4px)
}

.EntityPhoto-square-1-stackedFacepile {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 1px solid var(--white, #fff);
    border-radius: 6px;
    width: 26px;
    height: 26px
}

.EntityPhoto-square-1-stackedFacepile:nth-of-type(1n+2) {
    margin-left: -10px
}

[dir=rtl] .EntityPhoto-square-1-stackedFacepile {
    margin-left: 0;
    margin-right: -9px
}

[dir=rtl] .EntityPhoto-square-1-stackedFacepile:first-of-type,
[dir=rtl] .EntityPhoto-square-1-stackedFacepile:nth-of-type(1n+2) {
    margin-left: 0;
    margin-right: -10px
}

.EntityPhoto-square-1-stackedFacepile:nth-of-type(1n+13) {
    display: none
}

.EntityPhoto-square-2,
.EntityPhoto-square-2-ghost-company {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 6px
}

.EntityPhoto-square-2-ghost-company {
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-company-accent-4);
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-2-ghost-company {
        background-image: none
    }

    .EntityPhoto-square-2-ghost-company:after {
        content: var(--entity-ghost-company-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-2-ghost-content {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-publication-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-2-ghost-content {
        background-image: none
    }

    .EntityPhoto-square-2-ghost-content:after {
        content: var(--entity-ghost-publication-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-2-ghost-group {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-group-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-2-ghost-group {
        background-image: none
    }

    .EntityPhoto-square-2-ghost-group:after {
        content: var(--entity-ghost-group-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-2-ghost-school {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-school-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-2-ghost-school {
        background-image: none
    }

    .EntityPhoto-square-2-ghost-school:after {
        content: var(--entity-ghost-school-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-2-ghost-service {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-service-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-2-ghost-service {
        background-image: none
    }

    .EntityPhoto-square-2-ghost-service:after {
        content: var(--entity-ghost-service-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-2-ghost-publication {
    background-image: var(--entity-ghost-publication-accent-4)
}

.EntityPhoto-square-2-ghost-product,
.EntityPhoto-square-2-ghost-publication {
    width: 4rem;
    height: 4rem;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid var(--color-transparent);
    display: inline-block
}

.EntityPhoto-square-2-ghost-product {
    background-image: var(--entity-ghost-product-accent-4)
}

.EntityPhoto-square-3,
.EntityPhoto-square-3-ghost-company {
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 6px
}

.EntityPhoto-square-3-ghost-company {
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-company-accent-4);
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-3-ghost-company {
        background-image: none
    }

    .EntityPhoto-square-3-ghost-company:after {
        content: var(--entity-ghost-company-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-3-ghost-company-stackedFacepile {
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 2px solid var(--white, #fff);
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-company-accent-4);
    border-radius: 6px;
    width: 44px;
    height: 44px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-3-ghost-company-stackedFacepile {
        background-image: none
    }

    .EntityPhoto-square-3-ghost-company-stackedFacepile:after {
        content: var(--entity-ghost-company-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-3-ghost-company-stackedFacepile:nth-of-type(1n+2) {
    margin-left: -20px
}

[dir=rtl] .EntityPhoto-square-3-ghost-company-stackedFacepile {
    margin-left: 0;
    margin-right: -18px
}

[dir=rtl] .EntityPhoto-square-3-ghost-company-stackedFacepile:first-of-type,
[dir=rtl] .EntityPhoto-square-3-ghost-company-stackedFacepile:nth-of-type(1n+2) {
    margin-left: 0;
    margin-right: -20px
}

.EntityPhoto-square-3-ghost-company-stackedFacepile:nth-of-type(1n+13) {
    display: none
}

.EntityPhoto-square-3-ghost-content {
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-publication-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-3-ghost-content {
        background-image: none
    }

    .EntityPhoto-square-3-ghost-content:after {
        content: var(--entity-ghost-publication-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-3-ghost-group {
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-group-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-3-ghost-group {
        background-image: none
    }

    .EntityPhoto-square-3-ghost-group:after {
        content: var(--entity-ghost-group-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-3-ghost-school {
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-school-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-3-ghost-school {
        background-image: none
    }

    .EntityPhoto-square-3-ghost-school:after {
        content: var(--entity-ghost-school-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-3-ghost-service {
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-service-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-3-ghost-service {
        background-image: none
    }

    .EntityPhoto-square-3-ghost-service:after {
        content: var(--entity-ghost-service-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-3-ghost-publication {
    background-image: var(--entity-ghost-publication-accent-4)
}

.EntityPhoto-square-3-ghost-product,
.EntityPhoto-square-3-ghost-publication {
    width: 4.8rem;
    height: 4.8rem;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid var(--color-transparent);
    display: inline-block
}

.EntityPhoto-square-3-ghost-product {
    background-image: var(--entity-ghost-product-accent-4)
}

.EntityPhoto-square-3-rollup {
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 1px solid rgba(0, 0, 0, .6);
    border-radius: 6px;
    -webkit-transform: translateY(-50%) translateY(2px) translateX(4px);
    transform: translateY(-50%) translateY(2px) translateX(4px);
    font-size: 1.4rem;
    line-height: 1.42857;
    color: rgba(0, 0, 0, .6);
    display: inline-block;
    background: var(--white, #fff);
    text-align: center;
    z-index: 2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px
}

[dir=rtl] .EntityPhoto-square-3-rollup {
    -webkit-transform: translateY(-50%) translateY(2px) translateX(4px);
    transform: translateY(-50%) translateY(2px) translateX(4px)
}

.EntityPhoto-square-3-stackedFacepile {
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 2px solid var(--white, #fff);
    border-radius: 6px;
    width: 44px;
    height: 44px
}

.EntityPhoto-square-3-stackedFacepile:nth-of-type(1n+2) {
    margin-left: -20px
}

[dir=rtl] .EntityPhoto-square-3-stackedFacepile {
    margin-left: 0;
    margin-right: -18px
}

[dir=rtl] .EntityPhoto-square-3-stackedFacepile:first-of-type,
[dir=rtl] .EntityPhoto-square-3-stackedFacepile:nth-of-type(1n+2) {
    margin-left: 0;
    margin-right: -20px
}

.EntityPhoto-square-3-stackedFacepile:nth-of-type(1n+13) {
    display: none
}

.EntityPhoto-square-4,
.EntityPhoto-square-4-ghost-company {
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 6px
}

.EntityPhoto-square-4-ghost-company {
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-company-accent-4);
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-4-ghost-company {
        background-image: none
    }

    .EntityPhoto-square-4-ghost-company:after {
        content: var(--entity-ghost-company-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-4-ghost-content {
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-publication-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-4-ghost-content {
        background-image: none
    }

    .EntityPhoto-square-4-ghost-content:after {
        content: var(--entity-ghost-publication-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-4-ghost-service {
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-service-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-4-ghost-service {
        background-image: none
    }

    .EntityPhoto-square-4-ghost-service:after {
        content: var(--entity-ghost-service-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-4-ghost-group,
.EntityPhoto-square-4-group {
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 6px
}

.EntityPhoto-square-4-ghost-group {
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-group-accent-4);
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-4-ghost-group {
        background-image: none
    }

    .EntityPhoto-square-4-ghost-group:after {
        content: var(--entity-ghost-group-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-4-ghost-school {
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-school-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-4-ghost-school {
        background-image: none
    }

    .EntityPhoto-square-4-ghost-school:after {
        content: var(--entity-ghost-school-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-4-ghost-product {
    width: 5.6rem;
    height: 5.6rem;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid var(--color-transparent);
    background-image: var(--entity-ghost-product-accent-4);
    display: inline-block
}

.EntityPhoto-square-5,
.EntityPhoto-square-5-ghost-content {
    width: 72px;
    height: 72px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 6px
}

.EntityPhoto-square-5-ghost-content {
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-publication-accent-4);
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-5-ghost-content {
        background-image: none
    }

    .EntityPhoto-square-5-ghost-content:after {
        content: var(--entity-ghost-publication-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-5-ghost-company {
    width: 72px;
    height: 72px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-company-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-5-ghost-company {
        background-image: none
    }

    .EntityPhoto-square-5-ghost-company:after {
        content: var(--entity-ghost-company-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-5-ghost-school {
    width: 72px;
    height: 72px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-school-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-5-ghost-school {
        background-image: none
    }

    .EntityPhoto-square-5-ghost-school:after {
        content: var(--entity-ghost-school-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-5-ghost-service {
    width: 72px;
    height: 72px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-service-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-5-ghost-service {
        background-image: none
    }

    .EntityPhoto-square-5-ghost-service:after {
        content: var(--entity-ghost-service-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-5-ghost-product {
    width: 72px;
    height: 72px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-product-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-5-ghost-product {
        background-image: none
    }

    .EntityPhoto-square-5-ghost-product:after {
        content: var(--entity-ghost-product-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-6 {
    width: 88px;
    height: 88px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 6px
}

.EntityPhoto-square-6-ghost-publication {
    width: 8.8rem;
    height: 8.8rem;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid var(--color-transparent);
    background-image: var(--entity-ghost-publication-accent-4);
    display: inline-block
}

.EntityPhoto-square-6-ghost-service {
    width: 88px;
    height: 88px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-service-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-6-ghost-service {
        background-image: none
    }

    .EntityPhoto-square-6-ghost-service:after {
        content: var(--entity-ghost-service-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-7,
.EntityPhoto-square-7-ghost-content {
    width: 104px;
    height: 104px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 6px
}

.EntityPhoto-square-7-ghost-content {
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-publication-accent-4);
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-7-ghost-content {
        background-image: none
    }

    .EntityPhoto-square-7-ghost-content:after {
        content: var(--entity-ghost-publication-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-7-ghost-company {
    width: 104px;
    height: 104px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-company-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-7-ghost-company {
        background-image: none
    }

    .EntityPhoto-square-7-ghost-company:after {
        content: var(--entity-ghost-company-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-7-ghost-service {
    width: 104px;
    height: 104px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-service-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-7-ghost-service {
        background-image: none
    }

    .EntityPhoto-square-7-ghost-service:after {
        content: var(--entity-ghost-service-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-7-ghost-group {
    width: 104px;
    height: 104px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-group-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-7-ghost-group {
        background-image: none
    }

    .EntityPhoto-square-7-ghost-group:after {
        content: var(--entity-ghost-group-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-8-ghost-service {
    width: 128px;
    height: 128px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-service-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-8-ghost-service {
        background-image: none
    }

    .EntityPhoto-square-8-ghost-service:after {
        content: var(--entity-ghost-service-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-8-ghost-company {
    width: 128px;
    height: 128px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-company-accent-4);
    border-radius: 6px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-square-8-ghost-company {
        background-image: none
    }

    .EntityPhoto-square-8-ghost-company:after {
        content: var(--entity-ghost-company-accent-4);
        height: 100%
    }
}

.EntityPhoto-square-9 {
    width: 200px;
    height: 200px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 6px
}

.EntityPhoto-circle-0 {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 3px solid transparent;
    border-radius: 49.9%
}

.EntityPhoto-circle-0-rollup {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 1px solid rgba(0, 0, 0, .6);
    border-radius: 49.9%;
    -webkit-transform: translateY(-50%) translateY(2px) translateX(3px);
    transform: translateY(-50%) translateY(2px) translateX(3px);
    font-size: 1.2rem;
    line-height: 1.33333;
    color: rgba(0, 0, 0, .6);
    display: inline-block;
    background: var(--white, #fff);
    text-align: center;
    z-index: 2;
    width: 26px;
    height: 26px;
    line-height: 26px
}

[dir=rtl] .EntityPhoto-circle-0-rollup {
    -webkit-transform: translateY(-50%) translateY(2px) translateX(3px);
    transform: translateY(-50%) translateY(2px) translateX(3px)
}

.EntityPhoto-circle-0-rollup:before {
    border-radius: 49.9%
}

.EntityPhoto-circle-0-ghost-person {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 3px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-person-accent-4);
    border-radius: 49.9%;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-circle-0-ghost-person {
        background-image: none
    }

    .EntityPhoto-circle-0-ghost-person:after {
        content: var(--entity-ghost-person-accent-4);
        height: 100%
    }
}

.EntityPhoto-circle-0-ghost-initials {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 3px solid transparent;
    border-radius: 49.9%;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.33333;
    background-color: var(--warm-gray-40, #cfcfcf);
    color: rgba(0, 0, 0, .6);
    font-family: inherit;
    font-style: inherit;
    font-weight: 600;
    line-height: 26px;
    text-align: center
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-circle-0-ghost-initials {
        background-image: none
    }

    .EntityPhoto-circle-0-ghost-initials:after {
        height: 100%
    }
}

.EntityPhoto-circle-0-ghost-person-stackedFacepile {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 1px solid var(--white, #fff);
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-person-accent-4);
    border-radius: 49.9%;
    width: 28px;
    height: 28px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-circle-0-ghost-person-stackedFacepile {
        background-image: none
    }

    .EntityPhoto-circle-0-ghost-person-stackedFacepile:after {
        content: var(--entity-ghost-person-accent-4);
        height: 100%
    }
}

.EntityPhoto-circle-0-ghost-person-stackedFacepile:nth-of-type(1n+2) {
    margin-left: -12px
}

[dir=rtl] .EntityPhoto-circle-0-ghost-person-stackedFacepile {
    margin-left: 0;
    margin-right: -11px
}

[dir=rtl] .EntityPhoto-circle-0-ghost-person-stackedFacepile:first-of-type,
[dir=rtl] .EntityPhoto-circle-0-ghost-person-stackedFacepile:nth-of-type(1n+2) {
    margin-left: 0;
    margin-right: -12px
}

.EntityPhoto-circle-0-ghost-person-stackedFacepile:nth-of-type(1n+13) {
    display: none
}

.EntityPhoto-circle-0-stackedFacepile {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 1px solid var(--white, #fff);
    border-radius: 49.9%;
    width: 28px;
    height: 28px
}

.EntityPhoto-circle-0-stackedFacepile:nth-of-type(1n+2) {
    margin-left: -12px
}

[dir=rtl] .EntityPhoto-circle-0-stackedFacepile {
    margin-left: 0;
    margin-right: -11px
}

[dir=rtl] .EntityPhoto-circle-0-stackedFacepile:first-of-type,
[dir=rtl] .EntityPhoto-circle-0-stackedFacepile:nth-of-type(1n+2) {
    margin-left: 0;
    margin-right: -12px
}

.EntityPhoto-circle-0-stackedFacepile:nth-of-type(1n+13) {
    display: none
}

.EntityPhoto-circle-1 {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 3px solid transparent;
    border-radius: 49.9%
}

.EntityPhoto-circle-1-rollup {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 1px solid rgba(0, 0, 0, .6);
    border-radius: 49.9%;
    -webkit-transform: translateY(-50%) translateY(2px) translateX(3px);
    transform: translateY(-50%) translateY(2px) translateX(3px);
    font-size: 1.2rem;
    line-height: 1.33333;
    color: rgba(0, 0, 0, .6);
    display: inline-block;
    background: var(--white, #fff);
    text-align: center;
    z-index: 2;
    width: 26px;
    height: 26px;
    line-height: 26px
}

[dir=rtl] .EntityPhoto-circle-1-rollup {
    -webkit-transform: translateY(-50%) translateY(2px) translateX(3px);
    transform: translateY(-50%) translateY(2px) translateX(3px)
}

.EntityPhoto-circle-1-rollup:before {
    border-radius: 49.9%
}

.EntityPhoto-circle-1-ghost-person {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 3px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-person-accent-4);
    border-radius: 49.9%;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-circle-1-ghost-person {
        background-image: none
    }

    .EntityPhoto-circle-1-ghost-person:after {
        content: var(--entity-ghost-person-accent-4);
        height: 100%
    }
}

.EntityPhoto-circle-1-ghost-initials {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 3px solid transparent;
    border-radius: 49.9%;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.33333;
    background-color: var(--warm-gray-40, #cfcfcf);
    color: rgba(0, 0, 0, .6);
    font-family: inherit;
    font-style: inherit;
    font-weight: 600;
    line-height: 26px;
    text-align: center
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-circle-1-ghost-initials {
        background-image: none
    }

    .EntityPhoto-circle-1-ghost-initials:after {
        height: 100%
    }
}

.EntityPhoto-circle-1-ghost-person-stackedFacepile {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 1px solid var(--white, #fff);
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-person-accent-4);
    border-radius: 49.9%;
    width: 28px;
    height: 28px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-circle-1-ghost-person-stackedFacepile {
        background-image: none
    }

    .EntityPhoto-circle-1-ghost-person-stackedFacepile:after {
        content: var(--entity-ghost-person-accent-4);
        height: 100%
    }
}

.EntityPhoto-circle-1-ghost-person-stackedFacepile:nth-of-type(1n+2) {
    margin-left: -12px
}

[dir=rtl] .EntityPhoto-circle-1-ghost-person-stackedFacepile {
    margin-left: 0;
    margin-right: -11px
}

[dir=rtl] .EntityPhoto-circle-1-ghost-person-stackedFacepile:first-of-type,
[dir=rtl] .EntityPhoto-circle-1-ghost-person-stackedFacepile:nth-of-type(1n+2) {
    margin-left: 0;
    margin-right: -12px
}

.EntityPhoto-circle-1-ghost-person-stackedFacepile:nth-of-type(1n+13) {
    display: none
}

.EntityPhoto-circle-1-stackedFacepile {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 1px solid var(--white, #fff);
    border-radius: 49.9%;
    width: 28px;
    height: 28px
}

.EntityPhoto-circle-1-stackedFacepile:nth-of-type(1n+2) {
    margin-left: -12px
}

[dir=rtl] .EntityPhoto-circle-1-stackedFacepile {
    margin-left: 0;
    margin-right: -11px
}

[dir=rtl] .EntityPhoto-circle-1-stackedFacepile:first-of-type,
[dir=rtl] .EntityPhoto-circle-1-stackedFacepile:nth-of-type(1n+2) {
    margin-left: 0;
    margin-right: -12px
}

.EntityPhoto-circle-1-stackedFacepile:nth-of-type(1n+13) {
    display: none
}

.EntityPhoto-circle-2,
.EntityPhoto-circle-2-ghost-person {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 3px solid transparent;
    border-radius: 49.9%
}

.EntityPhoto-circle-2-ghost-person {
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-person-accent-4);
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-circle-2-ghost-person {
        background-image: none
    }

    .EntityPhoto-circle-2-ghost-person:after {
        content: var(--entity-ghost-person-accent-4);
        height: 100%
    }
}

.EntityPhoto-circle-2-stackedFacepile {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 1px solid var(--white, #fff);
    border-radius: 49.9%;
    width: 36px;
    height: 36px
}

.EntityPhoto-circle-2-stackedFacepile:nth-of-type(1n+2) {
    margin-left: -16px
}

[dir=rtl] .EntityPhoto-circle-2-stackedFacepile {
    margin-left: 0;
    margin-right: -15px
}

[dir=rtl] .EntityPhoto-circle-2-stackedFacepile:first-of-type,
[dir=rtl] .EntityPhoto-circle-2-stackedFacepile:nth-of-type(1n+2) {
    margin-left: 0;
    margin-right: -16px
}

.EntityPhoto-circle-2-stackedFacepile:nth-of-type(1n+13) {
    display: none
}

.EntityPhoto-circle-2-ghost-person-stackedFacepile {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 1px solid var(--white, #fff);
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-person-accent-4);
    border-radius: 49.9%;
    width: 36px;
    height: 36px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-circle-2-ghost-person-stackedFacepile {
        background-image: none
    }

    .EntityPhoto-circle-2-ghost-person-stackedFacepile:after {
        content: var(--entity-ghost-person-accent-4);
        height: 100%
    }
}

.EntityPhoto-circle-2-ghost-person-stackedFacepile:nth-of-type(1n+2) {
    margin-left: -16px
}

[dir=rtl] .EntityPhoto-circle-2-ghost-person-stackedFacepile {
    margin-left: 0;
    margin-right: -15px
}

[dir=rtl] .EntityPhoto-circle-2-ghost-person-stackedFacepile:first-of-type,
[dir=rtl] .EntityPhoto-circle-2-ghost-person-stackedFacepile:nth-of-type(1n+2) {
    margin-left: 0;
    margin-right: -16px
}

.EntityPhoto-circle-2-ghost-person-stackedFacepile:nth-of-type(1n+13) {
    display: none
}

.EntityPhoto-circle-3,
.EntityPhoto-circle-3-ghost-person {
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 2px solid transparent;
    border-radius: 49.9%
}

.EntityPhoto-circle-3-ghost-person {
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-person-accent-4);
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-circle-3-ghost-person {
        background-image: none
    }

    .EntityPhoto-circle-3-ghost-person:after {
        content: var(--entity-ghost-person-accent-4);
        height: 100%
    }
}

.EntityPhoto-circle-3-ghost-person-stackedFacepile {
    box-sizing: border-box;
    background-clip: content-box;
    border: 2px solid var(--white, #fff);
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-person-accent-4);
    border-radius: 49.9%;
    width: 48px;
    height: 48px;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-circle-3-ghost-person-stackedFacepile {
        background-image: none
    }

    .EntityPhoto-circle-3-ghost-person-stackedFacepile:after {
        content: var(--entity-ghost-person-accent-4);
        height: 100%
    }
}

.EntityPhoto-circle-3-ghost-person-stackedFacepile:nth-of-type(1n+2) {
    margin-left: -24px
}

[dir=rtl] .EntityPhoto-circle-3-ghost-person-stackedFacepile {
    margin-left: 0;
    margin-right: -22px
}

[dir=rtl] .EntityPhoto-circle-3-ghost-person-stackedFacepile:first-of-type,
[dir=rtl] .EntityPhoto-circle-3-ghost-person-stackedFacepile:nth-of-type(1n+2) {
    margin-left: 0;
    margin-right: -24px
}

.EntityPhoto-circle-3-ghost-person-stackedFacepile:nth-of-type(1n+13) {
    display: none
}

.EntityPhoto-circle-3-rollup {
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 1px solid rgba(0, 0, 0, .6);
    border-radius: 49.9%;
    -webkit-transform: translateY(-50%) translateY(4px) translateX(2px);
    transform: translateY(-50%) translateY(4px) translateX(2px);
    font-size: 1.4rem;
    line-height: 1.42857;
    color: rgba(0, 0, 0, .6);
    display: inline-block;
    background: var(--white, #fff);
    text-align: center;
    z-index: 2;
    width: 44px;
    height: 44px;
    line-height: 44px
}

[dir=rtl] .EntityPhoto-circle-3-rollup {
    -webkit-transform: translateY(-50%) translateY(4px) translateX(2px);
    transform: translateY(-50%) translateY(4px) translateX(2px)
}

.EntityPhoto-circle-3-rollup:before {
    border-radius: 49.9%
}

.EntityPhoto-circle-3-stackedFacepile {
    box-sizing: border-box;
    background-clip: content-box;
    border: 2px solid var(--white, #fff);
    border-radius: 49.9%;
    width: 48px;
    height: 48px
}

.EntityPhoto-circle-3-stackedFacepile:nth-of-type(1n+2) {
    margin-left: -24px
}

[dir=rtl] .EntityPhoto-circle-3-stackedFacepile {
    margin-left: 0;
    margin-right: -22px
}

[dir=rtl] .EntityPhoto-circle-3-stackedFacepile:first-of-type,
[dir=rtl] .EntityPhoto-circle-3-stackedFacepile:nth-of-type(1n+2) {
    margin-left: 0;
    margin-right: -24px
}

.EntityPhoto-circle-3-stackedFacepile:nth-of-type(1n+13) {
    display: none
}

.EntityPhoto-circle-4 {
    border: 2px solid transparent;
    border-radius: 49.9%
}

.EntityPhoto-circle-4,
.EntityPhoto-circle-4-stackedFacepile {
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    background-clip: content-box
}

.EntityPhoto-circle-4-stackedFacepile {
    border: 2px solid var(--white, #fff);
    border-radius: 49.9%
}

.EntityPhoto-circle-4-stackedFacepile:nth-of-type(1n+2) {
    margin-left: -28px
}

[dir=rtl] .EntityPhoto-circle-4-stackedFacepile {
    margin-left: 0;
    margin-right: -26px
}

[dir=rtl] .EntityPhoto-circle-4-stackedFacepile:first-of-type,
[dir=rtl] .EntityPhoto-circle-4-stackedFacepile:nth-of-type(1n+2) {
    margin-left: 0;
    margin-right: -28px
}

.EntityPhoto-circle-4-stackedFacepile:nth-of-type(1n+13) {
    display: none
}

.EntityPhoto-circle-4-ghost-person {
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 2px solid transparent;
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-person-accent-4);
    border-radius: 49.9%;
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-circle-4-ghost-person {
        background-image: none
    }

    .EntityPhoto-circle-4-ghost-person:after {
        content: var(--entity-ghost-person-accent-4);
        height: 100%
    }
}

.EntityPhoto-circle-4-rollup {
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 1px solid rgba(0, 0, 0, .6);
    border-radius: 49.9%;
    -webkit-transform: translateY(-50%) translateY(5px) translateX(1px);
    transform: translateY(-50%) translateY(5px) translateX(1px);
    font-size: 1.4rem;
    line-height: 1.42857;
    color: rgba(0, 0, 0, .6);
    display: inline-block;
    background: var(--white, #fff);
    text-align: center;
    z-index: 2;
    width: 52px;
    height: 52px;
    line-height: 52px
}

[dir=rtl] .EntityPhoto-circle-4-rollup {
    -webkit-transform: translateY(-50%) translateY(5px) translateX(1px);
    transform: translateY(-50%) translateY(5px) translateX(1px)
}

.EntityPhoto-circle-4-rollup:before {
    border-radius: 49.9%
}

.EntityPhoto-circle-4-stackedRollup {
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 1px solid rgba(0, 0, 0, .6);
    border-radius: 49.9%;
    -webkit-transform: translateY(-50%) translateY(4px);
    transform: translateY(-50%) translateY(4px);
    color: rgba(0, 0, 0, .6);
    font-size: 1.4rem;
    line-height: 1.42857;
    margin-left: -26px;
    z-index: 2;
    width: 52px;
    height: 52px;
    line-height: 52px;
    display: inline-block;
    background: var(--white, #fff);
    text-align: center
}

[dir=rtl] .EntityPhoto-circle-4-stackedRollup {
    margin-left: 0;
    margin-right: -26px
}

.EntityPhoto-circle-4-stackedRollup:before {
    left: -3px;
    top: -3px;
    bottom: -3px;
    right: -3px;
    display: block;
    position: absolute;
    content: "";
    border: 2px solid var(--white, #fff);
    z-index: -1;
    border-radius: 49.9%
}

.EntityPhoto-circle-5,
.EntityPhoto-circle-5-ghost-person {
    width: 72px;
    height: 72px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 1px solid transparent;
    border-radius: 49.9%
}

.EntityPhoto-circle-5-ghost-person {
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-person-accent-4);
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-circle-5-ghost-person {
        background-image: none
    }

    .EntityPhoto-circle-5-ghost-person:after {
        content: var(--entity-ghost-person-accent-4);
        height: 100%
    }
}

.EntityPhoto-circle-6,
.EntityPhoto-circle-6-ghost-person {
    width: 88px;
    height: 88px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 1px solid transparent;
    border-radius: 49.9%
}

.EntityPhoto-circle-6-ghost-person {
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-person-accent-4);
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-circle-6-ghost-person {
        background-image: none
    }

    .EntityPhoto-circle-6-ghost-person:after {
        content: var(--entity-ghost-person-accent-4);
        height: 100%
    }
}

.EntityPhoto-circle-7,
.EntityPhoto-circle-7-ghost-person {
    width: 104px;
    height: 104px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 0 solid transparent;
    border-radius: 49.9%
}

.EntityPhoto-circle-7-ghost-person {
    background-color: var(--warm-gray-40, #cfcfcf);
    background-image: var(--entity-ghost-person-accent-4);
    display: inline-block
}

@media only screen and (-ms-high-contrast:active) {
    .EntityPhoto-circle-7-ghost-person {
        background-image: none
    }

    .EntityPhoto-circle-7-ghost-person:after {
        content: var(--entity-ghost-person-accent-4);
        height: 100%
    }
}

.EntityPhoto-circle-8 {
    width: 128px;
    height: 128px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 0 solid transparent;
    border-radius: 49.9%
}

.EntityLockup-circle-2,
.EntityLockup-circle-2-ghost-person,
.EntityLockup-circle-3-ghost-person,
.EntityLockup-circle-4-ghost-company,
.EntityLockup-circle-4-ghost-person,
.EntityLockup-square-2-company,
.EntityLockup-square-2-ghost-company,
.EntityLockup-square-2-ghost-school,
.EntityLockup-square-4,
.EntityLockup-square-4-ghost-company,
.EntityLockup-square-4-ghost-school,
.EntityLockup-square-5,
.EntityLockup-square-5-ghost-company,
.EntityLockup-square-5-ghost-school {
    display: table
}

.EntityLockup-circle-2-ghost-person>figure,
.EntityLockup-circle-2>figure,
.EntityLockup-circle-3-ghost-person>figure,
.EntityLockup-circle-4-ghost-company>figure,
.EntityLockup-circle-4-ghost-person>figure,
.EntityLockup-square-2-company>figure,
.EntityLockup-square-2-ghost-company>figure,
.EntityLockup-square-2-ghost-school>figure,
.EntityLockup-square-4-ghost-company>figure,
.EntityLockup-square-4-ghost-school>figure,
.EntityLockup-square-4>figure,
.EntityLockup-square-5-ghost-company>figure,
.EntityLockup-square-5-ghost-school>figure,
.EntityLockup-square-5>figure {
    display: table-cell;
    vertical-align: top
}

.EntityLockup-circle-2-ghost-person>figure i,
.EntityLockup-circle-2-ghost-person>figure img,
.EntityLockup-circle-2>figure i,
.EntityLockup-circle-2>figure img,
.EntityLockup-circle-3-ghost-person>figure i,
.EntityLockup-circle-3-ghost-person>figure img,
.EntityLockup-circle-4-ghost-company>figure i,
.EntityLockup-circle-4-ghost-company>figure img,
.EntityLockup-circle-4-ghost-person>figure i,
.EntityLockup-circle-4-ghost-person>figure img,
.EntityLockup-square-2-company>figure i,
.EntityLockup-square-2-company>figure img,
.EntityLockup-square-2-ghost-company>figure i,
.EntityLockup-square-2-ghost-company>figure img,
.EntityLockup-square-2-ghost-school>figure i,
.EntityLockup-square-2-ghost-school>figure img,
.EntityLockup-square-4-ghost-company>figure i,
.EntityLockup-square-4-ghost-company>figure img,
.EntityLockup-square-4-ghost-school>figure i,
.EntityLockup-square-4-ghost-school>figure img,
.EntityLockup-square-4>figure i,
.EntityLockup-square-4>figure img,
.EntityLockup-square-5-ghost-company>figure i,
.EntityLockup-square-5-ghost-company>figure img,
.EntityLockup-square-5-ghost-school>figure i,
.EntityLockup-square-5-ghost-school>figure img,
.EntityLockup-square-5>figure i,
.EntityLockup-square-5>figure img {
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 6px;
    display: inline-block;
    margin-right: 8px;
    object-fit: scale-down;
    vertical-align: middle
}

.EntityLockup-circle-2 dl,
.EntityLockup-circle-2-ghost-person dl,
.EntityLockup-circle-3-ghost-person dl,
.EntityLockup-circle-4-ghost-company dl,
.EntityLockup-circle-4-ghost-person dl,
.EntityLockup-square-2-company dl,
.EntityLockup-square-2-ghost-company dl,
.EntityLockup-square-2-ghost-school dl,
.EntityLockup-square-4 dl,
.EntityLockup-square-4-ghost-company dl,
.EntityLockup-square-4-ghost-school dl,
.EntityLockup-square-5 dl,
.EntityLockup-square-5-ghost-company dl,
.EntityLockup-square-5-ghost-school dl {
    width: 100%;
    display: table-cell;
    vertical-align: middle
}

.EntityLockup-circle-2 dt,
.EntityLockup-circle-2-ghost-person dt,
.EntityLockup-circle-3-ghost-person dt,
.EntityLockup-circle-4-ghost-company dt,
.EntityLockup-circle-4-ghost-person dt,
.EntityLockup-square-2-company dt,
.EntityLockup-square-2-ghost-company dt,
.EntityLockup-square-2-ghost-school dt,
.EntityLockup-square-4 dt,
.EntityLockup-square-4-ghost-company dt,
.EntityLockup-square-4-ghost-school dt,
.EntityLockup-square-5 dt,
.EntityLockup-square-5-ghost-company dt,
.EntityLockup-square-5-ghost-school dt {
    display: inline-block;
    vertical-align: middle
}

.EntityLockup-circle-2 dt,
.EntityLockup-circle-2 dt h1,
.EntityLockup-circle-2 dt h2,
.EntityLockup-circle-2 dt h3,
.EntityLockup-circle-2 dt h4,
.EntityLockup-circle-2 dt h5,
.EntityLockup-circle-2 dt h6,
.EntityLockup-circle-2-ghost-person dt,
.EntityLockup-circle-2-ghost-person dt h1,
.EntityLockup-circle-2-ghost-person dt h2,
.EntityLockup-circle-2-ghost-person dt h3,
.EntityLockup-circle-2-ghost-person dt h4,
.EntityLockup-circle-2-ghost-person dt h5,
.EntityLockup-circle-2-ghost-person dt h6,
.EntityLockup-circle-3-ghost-person dt,
.EntityLockup-circle-3-ghost-person dt h1,
.EntityLockup-circle-3-ghost-person dt h2,
.EntityLockup-circle-3-ghost-person dt h3,
.EntityLockup-circle-3-ghost-person dt h4,
.EntityLockup-circle-3-ghost-person dt h5,
.EntityLockup-circle-3-ghost-person dt h6,
.EntityLockup-circle-4-ghost-company dt,
.EntityLockup-circle-4-ghost-company dt h1,
.EntityLockup-circle-4-ghost-company dt h2,
.EntityLockup-circle-4-ghost-company dt h3,
.EntityLockup-circle-4-ghost-company dt h4,
.EntityLockup-circle-4-ghost-company dt h5,
.EntityLockup-circle-4-ghost-company dt h6,
.EntityLockup-circle-4-ghost-person dt,
.EntityLockup-circle-4-ghost-person dt h1,
.EntityLockup-circle-4-ghost-person dt h2,
.EntityLockup-circle-4-ghost-person dt h3,
.EntityLockup-circle-4-ghost-person dt h4,
.EntityLockup-circle-4-ghost-person dt h5,
.EntityLockup-circle-4-ghost-person dt h6,
.EntityLockup-square-2-company dt,
.EntityLockup-square-2-company dt h1,
.EntityLockup-square-2-company dt h2,
.EntityLockup-square-2-company dt h3,
.EntityLockup-square-2-company dt h4,
.EntityLockup-square-2-company dt h5,
.EntityLockup-square-2-company dt h6,
.EntityLockup-square-2-ghost-company dt,
.EntityLockup-square-2-ghost-company dt h1,
.EntityLockup-square-2-ghost-company dt h2,
.EntityLockup-square-2-ghost-company dt h3,
.EntityLockup-square-2-ghost-company dt h4,
.EntityLockup-square-2-ghost-company dt h5,
.EntityLockup-square-2-ghost-company dt h6,
.EntityLockup-square-2-ghost-school dt,
.EntityLockup-square-2-ghost-school dt h1,
.EntityLockup-square-2-ghost-school dt h2,
.EntityLockup-square-2-ghost-school dt h3,
.EntityLockup-square-2-ghost-school dt h4,
.EntityLockup-square-2-ghost-school dt h5,
.EntityLockup-square-2-ghost-school dt h6,
.EntityLockup-square-4 dt,
.EntityLockup-square-4 dt h1,
.EntityLockup-square-4 dt h2,
.EntityLockup-square-4 dt h3,
.EntityLockup-square-4 dt h4,
.EntityLockup-square-4 dt h5,
.EntityLockup-square-4 dt h6,
.EntityLockup-square-4-ghost-company dt,
.EntityLockup-square-4-ghost-company dt h1,
.EntityLockup-square-4-ghost-company dt h2,
.EntityLockup-square-4-ghost-company dt h3,
.EntityLockup-square-4-ghost-company dt h4,
.EntityLockup-square-4-ghost-company dt h5,
.EntityLockup-square-4-ghost-company dt h6,
.EntityLockup-square-4-ghost-school dt,
.EntityLockup-square-4-ghost-school dt h1,
.EntityLockup-square-4-ghost-school dt h2,
.EntityLockup-square-4-ghost-school dt h3,
.EntityLockup-square-4-ghost-school dt h4,
.EntityLockup-square-4-ghost-school dt h5,
.EntityLockup-square-4-ghost-school dt h6,
.EntityLockup-square-5 dt,
.EntityLockup-square-5 dt h1,
.EntityLockup-square-5 dt h2,
.EntityLockup-square-5 dt h3,
.EntityLockup-square-5 dt h4,
.EntityLockup-square-5 dt h5,
.EntityLockup-square-5 dt h6,
.EntityLockup-square-5-ghost-company dt,
.EntityLockup-square-5-ghost-company dt h1,
.EntityLockup-square-5-ghost-company dt h2,
.EntityLockup-square-5-ghost-company dt h3,
.EntityLockup-square-5-ghost-company dt h4,
.EntityLockup-square-5-ghost-company dt h5,
.EntityLockup-square-5-ghost-company dt h6,
.EntityLockup-square-5-ghost-school dt,
.EntityLockup-square-5-ghost-school dt h1,
.EntityLockup-square-5-ghost-school dt h2,
.EntityLockup-square-5-ghost-school dt h3,
.EntityLockup-square-5-ghost-school dt h4,
.EntityLockup-square-5-ghost-school dt h5,
.EntityLockup-square-5-ghost-school dt h6 {
    font-weight: var(--artdeco-reset-typography-font-weight-bold);
    color: var(--color-text);
    margin: 0
}

.EntityLockup-circle-2 .badge,
.EntityLockup-circle-2-ghost-person .badge,
.EntityLockup-circle-3-ghost-person .badge,
.EntityLockup-circle-4-ghost-company .badge,
.EntityLockup-circle-4-ghost-person .badge,
.EntityLockup-square-2-company .badge,
.EntityLockup-square-2-ghost-company .badge,
.EntityLockup-square-2-ghost-school .badge,
.EntityLockup-square-4 .badge,
.EntityLockup-square-4-ghost-company .badge,
.EntityLockup-square-4-ghost-school .badge,
.EntityLockup-square-5 .badge,
.EntityLockup-square-5-ghost-company .badge,
.EntityLockup-square-5-ghost-school .badge {
    font-weight: var(--artdeco-reset-typography-font-weight-normal);
    color: var(--color-text-low-emphasis);
    display: inline-block
}

.EntityLockup-circle-2 .badge:before,
.EntityLockup-circle-2-ghost-person .badge:before,
.EntityLockup-circle-3-ghost-person .badge:before,
.EntityLockup-circle-4-ghost-company .badge:before,
.EntityLockup-circle-4-ghost-person .badge:before,
.EntityLockup-square-2-company .badge:before,
.EntityLockup-square-2-ghost-company .badge:before,
.EntityLockup-square-2-ghost-school .badge:before,
.EntityLockup-square-4 .badge:before,
.EntityLockup-square-4-ghost-company .badge:before,
.EntityLockup-square-4-ghost-school .badge:before,
.EntityLockup-square-5 .badge:before,
.EntityLockup-square-5-ghost-company .badge:before,
.EntityLockup-square-5-ghost-school .badge:before {
    content: "·";
    margin-right: 8px
}

.EntityLockup-circle-2 dd:not(.badge),
.EntityLockup-circle-2-ghost-person dd:not(.badge),
.EntityLockup-circle-3-ghost-person dd:not(.badge),
.EntityLockup-circle-4-ghost-company dd:not(.badge),
.EntityLockup-circle-4-ghost-person dd:not(.badge),
.EntityLockup-square-2-company dd:not(.badge),
.EntityLockup-square-2-ghost-company dd:not(.badge),
.EntityLockup-square-2-ghost-school dd:not(.badge),
.EntityLockup-square-4 dd:not(.badge),
.EntityLockup-square-4-ghost-company dd:not(.badge),
.EntityLockup-square-4-ghost-school dd:not(.badge),
.EntityLockup-square-5 dd:not(.badge),
.EntityLockup-square-5-ghost-company dd:not(.badge),
.EntityLockup-square-5-ghost-school dd:not(.badge) {
    color: var(--color-text-low-emphasis)
}

.EntityLockup-circle-2-ghost-person>figure i,
.EntityLockup-circle-2-ghost-person>figure img,
.EntityLockup-circle-2>figure i,
.EntityLockup-circle-2>figure img,
.EntityLockup-square-2-company>figure i,
.EntityLockup-square-2-company>figure img,
.EntityLockup-square-2-ghost-company>figure i,
.EntityLockup-square-2-ghost-company>figure img,
.EntityLockup-square-2-ghost-school>figure i,
.EntityLockup-square-2-ghost-school>figure img {
    width: 40px;
    height: 40px
}

.EntityLockup-circle-2 dt,
.EntityLockup-circle-2 dt h1,
.EntityLockup-circle-2 dt h2,
.EntityLockup-circle-2 dt h3,
.EntityLockup-circle-2 dt h4,
.EntityLockup-circle-2 dt h5,
.EntityLockup-circle-2 dt h6,
.EntityLockup-circle-2-ghost-person dt,
.EntityLockup-circle-2-ghost-person dt h1,
.EntityLockup-circle-2-ghost-person dt h2,
.EntityLockup-circle-2-ghost-person dt h3,
.EntityLockup-circle-2-ghost-person dt h4,
.EntityLockup-circle-2-ghost-person dt h5,
.EntityLockup-circle-2-ghost-person dt h6,
.EntityLockup-square-2-company dt,
.EntityLockup-square-2-company dt h1,
.EntityLockup-square-2-company dt h2,
.EntityLockup-square-2-company dt h3,
.EntityLockup-square-2-company dt h4,
.EntityLockup-square-2-company dt h5,
.EntityLockup-square-2-company dt h6,
.EntityLockup-square-2-ghost-company dt,
.EntityLockup-square-2-ghost-company dt h1,
.EntityLockup-square-2-ghost-company dt h2,
.EntityLockup-square-2-ghost-company dt h3,
.EntityLockup-square-2-ghost-company dt h4,
.EntityLockup-square-2-ghost-company dt h5,
.EntityLockup-square-2-ghost-company dt h6,
.EntityLockup-square-2-ghost-school dt,
.EntityLockup-square-2-ghost-school dt h1,
.EntityLockup-square-2-ghost-school dt h2,
.EntityLockup-square-2-ghost-school dt h3,
.EntityLockup-square-2-ghost-school dt h4,
.EntityLockup-square-2-ghost-school dt h5,
.EntityLockup-square-2-ghost-school dt h6 {
    font-size: 1.4rem;
    line-height: 1.42857
}

.EntityLockup-circle-2 .badge,
.EntityLockup-circle-2-ghost-person .badge,
.EntityLockup-square-2-company .badge,
.EntityLockup-square-2-ghost-company .badge,
.EntityLockup-square-2-ghost-school .badge {
    font-size: 1.2rem;
    line-height: 1.33333;
    padding: 0 4px
}

.EntityLockup-circle-2 dd:not(.badge),
.EntityLockup-circle-2-ghost-person dd:not(.badge),
.EntityLockup-square-2-company dd:not(.badge),
.EntityLockup-square-2-ghost-company dd:not(.badge),
.EntityLockup-square-2-ghost-school dd:not(.badge) {
    font-size: 1.2rem;
    line-height: 1.33333
}

.EntityLockup-circle-3-ghost-person>figure i,
.EntityLockup-circle-3-ghost-person>figure img {
    width: 48px;
    height: 48px
}

.EntityLockup-circle-3-ghost-person dt,
.EntityLockup-circle-3-ghost-person dt h1,
.EntityLockup-circle-3-ghost-person dt h2,
.EntityLockup-circle-3-ghost-person dt h3,
.EntityLockup-circle-3-ghost-person dt h4,
.EntityLockup-circle-3-ghost-person dt h5,
.EntityLockup-circle-3-ghost-person dt h6 {
    font-size: 1.6rem;
    line-height: 1.5
}

.EntityLockup-circle-3-ghost-person .badge {
    font-size: 1.4rem;
    line-height: 1.42857;
    padding: 0 8px
}

.EntityLockup-circle-3-ghost-person dd:not(.badge) {
    font-size: 1.4rem;
    line-height: 1.42857
}

.EntityLockup-circle-4-ghost-company>figure i,
.EntityLockup-circle-4-ghost-company>figure img,
.EntityLockup-circle-4-ghost-person>figure i,
.EntityLockup-circle-4-ghost-person>figure img,
.EntityLockup-square-4-ghost-company>figure i,
.EntityLockup-square-4-ghost-company>figure img,
.EntityLockup-square-4-ghost-school>figure i,
.EntityLockup-square-4-ghost-school>figure img,
.EntityLockup-square-4>figure i,
.EntityLockup-square-4>figure img {
    width: 56px;
    height: 56px
}

.EntityLockup-circle-4-ghost-company dt,
.EntityLockup-circle-4-ghost-company dt h1,
.EntityLockup-circle-4-ghost-company dt h2,
.EntityLockup-circle-4-ghost-company dt h3,
.EntityLockup-circle-4-ghost-company dt h4,
.EntityLockup-circle-4-ghost-company dt h5,
.EntityLockup-circle-4-ghost-company dt h6,
.EntityLockup-circle-4-ghost-person dt,
.EntityLockup-circle-4-ghost-person dt h1,
.EntityLockup-circle-4-ghost-person dt h2,
.EntityLockup-circle-4-ghost-person dt h3,
.EntityLockup-circle-4-ghost-person dt h4,
.EntityLockup-circle-4-ghost-person dt h5,
.EntityLockup-circle-4-ghost-person dt h6,
.EntityLockup-square-4 dt,
.EntityLockup-square-4 dt h1,
.EntityLockup-square-4 dt h2,
.EntityLockup-square-4 dt h3,
.EntityLockup-square-4 dt h4,
.EntityLockup-square-4 dt h5,
.EntityLockup-square-4 dt h6,
.EntityLockup-square-4-ghost-company dt,
.EntityLockup-square-4-ghost-company dt h1,
.EntityLockup-square-4-ghost-company dt h2,
.EntityLockup-square-4-ghost-company dt h3,
.EntityLockup-square-4-ghost-company dt h4,
.EntityLockup-square-4-ghost-company dt h5,
.EntityLockup-square-4-ghost-company dt h6,
.EntityLockup-square-4-ghost-school dt,
.EntityLockup-square-4-ghost-school dt h1,
.EntityLockup-square-4-ghost-school dt h2,
.EntityLockup-square-4-ghost-school dt h3,
.EntityLockup-square-4-ghost-school dt h4,
.EntityLockup-square-4-ghost-school dt h5,
.EntityLockup-square-4-ghost-school dt h6 {
    font-size: 1.6rem;
    line-height: 1.5
}

.EntityLockup-circle-4-ghost-company .badge,
.EntityLockup-circle-4-ghost-person .badge,
.EntityLockup-square-4 .badge,
.EntityLockup-square-4-ghost-company .badge,
.EntityLockup-square-4-ghost-school .badge {
    font-size: 1.4rem;
    line-height: 1.42857;
    padding: 0 8px
}

.EntityLockup-circle-4-ghost-company dd:not(.badge),
.EntityLockup-circle-4-ghost-person dd:not(.badge),
.EntityLockup-square-4 dd:not(.badge),
.EntityLockup-square-4-ghost-company dd:not(.badge),
.EntityLockup-square-4-ghost-school dd:not(.badge) {
    font-size: 1.4rem;
    line-height: 1.42857
}

.EntityLockup-square-5-ghost-company>figure i,
.EntityLockup-square-5-ghost-company>figure img,
.EntityLockup-square-5-ghost-school>figure i,
.EntityLockup-square-5-ghost-school>figure img,
.EntityLockup-square-5>figure i,
.EntityLockup-square-5>figure img {
    width: 72px;
    height: 72px
}

.EntityLockup-square-5 dt,
.EntityLockup-square-5 dt h1,
.EntityLockup-square-5 dt h2,
.EntityLockup-square-5 dt h3,
.EntityLockup-square-5 dt h4,
.EntityLockup-square-5 dt h5,
.EntityLockup-square-5 dt h6,
.EntityLockup-square-5-ghost-company dt,
.EntityLockup-square-5-ghost-company dt h1,
.EntityLockup-square-5-ghost-company dt h2,
.EntityLockup-square-5-ghost-company dt h3,
.EntityLockup-square-5-ghost-company dt h4,
.EntityLockup-square-5-ghost-company dt h5,
.EntityLockup-square-5-ghost-company dt h6,
.EntityLockup-square-5-ghost-school dt,
.EntityLockup-square-5-ghost-school dt h1,
.EntityLockup-square-5-ghost-school dt h2,
.EntityLockup-square-5-ghost-school dt h3,
.EntityLockup-square-5-ghost-school dt h4,
.EntityLockup-square-5-ghost-school dt h5,
.EntityLockup-square-5-ghost-school dt h6 {
    font-size: 1.6rem;
    line-height: 1.5
}

.EntityLockup-square-5 .badge,
.EntityLockup-square-5-ghost-company .badge,
.EntityLockup-square-5-ghost-school .badge {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0 8px
}

.EntityLockup-square-5 dd:not(.badge),
.EntityLockup-square-5-ghost-company dd:not(.badge),
.EntityLockup-square-5-ghost-school dd:not(.badge) {
    font-size: 1.6rem;
    line-height: 1.5
}

.EntityLockup-circle-2-ghost-person>figure i,
.EntityLockup-circle-2-ghost-person>figure img,
.EntityLockup-circle-2>figure i,
.EntityLockup-circle-2>figure img {
    border: 3px solid transparent;
    border-radius: 49.9%
}

.EntityLockup-circle-3-ghost-person>figure i,
.EntityLockup-circle-3-ghost-person>figure img,
.EntityLockup-circle-4-ghost-company>figure i,
.EntityLockup-circle-4-ghost-company>figure img,
.EntityLockup-circle-4-ghost-person>figure i,
.EntityLockup-circle-4-ghost-person>figure img {
    border: 2px solid transparent;
    border-radius: 49.9%
}

.EntityLockup-circle-2-ghost-person>figure i,
.EntityLockup-circle-2-ghost-person>figure img,
.EntityLockup-circle-3-ghost-person>figure i,
.EntityLockup-circle-3-ghost-person>figure img,
.EntityLockup-circle-4-ghost-company>figure i,
.EntityLockup-circle-4-ghost-company>figure img,
.EntityLockup-circle-4-ghost-person>figure i,
.EntityLockup-circle-4-ghost-person>figure img,
.EntityLockup-square-2-ghost-company>figure i,
.EntityLockup-square-2-ghost-company>figure img,
.EntityLockup-square-2-ghost-school>figure i,
.EntityLockup-square-2-ghost-school>figure img,
.EntityLockup-square-4-ghost-company>figure i,
.EntityLockup-square-4-ghost-company>figure img,
.EntityLockup-square-4-ghost-school>figure i,
.EntityLockup-square-4-ghost-school>figure img,
.EntityLockup-square-5-ghost-company>figure i,
.EntityLockup-square-5-ghost-company>figure img,
.EntityLockup-square-5-ghost-school>figure i,
.EntityLockup-square-5-ghost-school>figure img {
    background-color: var(--color-brand-accent-4)
}

@media (forced-colors:active),
only screen and (-ms-high-contrast:active) {

    .EntityLockup-circle-2-ghost-person>figure i,
    .EntityLockup-circle-2-ghost-person>figure img,
    .EntityLockup-circle-3-ghost-person>figure i,
    .EntityLockup-circle-3-ghost-person>figure img,
    .EntityLockup-circle-4-ghost-company>figure i,
    .EntityLockup-circle-4-ghost-company>figure img,
    .EntityLockup-circle-4-ghost-person>figure i,
    .EntityLockup-circle-4-ghost-person>figure img,
    .EntityLockup-square-2-ghost-company>figure i,
    .EntityLockup-square-2-ghost-company>figure img,
    .EntityLockup-square-2-ghost-school>figure i,
    .EntityLockup-square-2-ghost-school>figure img,
    .EntityLockup-square-4-ghost-company>figure i,
    .EntityLockup-square-4-ghost-company>figure img,
    .EntityLockup-square-4-ghost-school>figure i,
    .EntityLockup-square-4-ghost-school>figure img,
    .EntityLockup-square-5-ghost-company>figure i,
    .EntityLockup-square-5-ghost-company>figure img,
    .EntityLockup-square-5-ghost-school>figure i,
    .EntityLockup-square-5-ghost-school>figure img {
        background-image: none
    }

    .EntityLockup-circle-2-ghost-person>figure i:after,
    .EntityLockup-circle-2-ghost-person>figure img:after,
    .EntityLockup-circle-3-ghost-person>figure i:after,
    .EntityLockup-circle-3-ghost-person>figure img:after,
    .EntityLockup-circle-4-ghost-company>figure i:after,
    .EntityLockup-circle-4-ghost-company>figure img:after,
    .EntityLockup-circle-4-ghost-person>figure i:after,
    .EntityLockup-circle-4-ghost-person>figure img:after,
    .EntityLockup-square-2-ghost-company>figure i:after,
    .EntityLockup-square-2-ghost-company>figure img:after,
    .EntityLockup-square-2-ghost-school>figure i:after,
    .EntityLockup-square-2-ghost-school>figure img:after,
    .EntityLockup-square-4-ghost-company>figure i:after,
    .EntityLockup-square-4-ghost-company>figure img:after,
    .EntityLockup-square-4-ghost-school>figure i:after,
    .EntityLockup-square-4-ghost-school>figure img:after,
    .EntityLockup-square-5-ghost-company>figure i:after,
    .EntityLockup-square-5-ghost-company>figure img:after,
    .EntityLockup-square-5-ghost-school>figure i:after,
    .EntityLockup-square-5-ghost-school>figure img:after {
        height: 100%
    }
}

.EntityLockup-circle-2-ghost-person>figure i,
.EntityLockup-circle-2-ghost-person>figure img,
.EntityLockup-circle-3-ghost-person>figure i,
.EntityLockup-circle-3-ghost-person>figure img,
.EntityLockup-circle-4-ghost-person>figure i,
.EntityLockup-circle-4-ghost-person>figure img {
    background-color: var(--color-brand-accent-4)
}

.EntityLockup-circle-4-ghost-company>figure i,
.EntityLockup-circle-4-ghost-company>figure img,
.EntityLockup-square-2-ghost-company>figure i,
.EntityLockup-square-2-ghost-company>figure img,
.EntityLockup-square-4-ghost-company>figure i,
.EntityLockup-square-4-ghost-company>figure img,
.EntityLockup-square-5-ghost-company>figure i,
.EntityLockup-square-5-ghost-company>figure img {
    background-image: var(--entity-ghost-company-accent-4)
}

@media (forced-colors:active),
only screen and (-ms-high-contrast:active) {

    .EntityLockup-circle-4-ghost-company>figure i:after,
    .EntityLockup-circle-4-ghost-company>figure img:after,
    .EntityLockup-square-2-ghost-company>figure i:after,
    .EntityLockup-square-2-ghost-company>figure img:after,
    .EntityLockup-square-4-ghost-company>figure i:after,
    .EntityLockup-square-4-ghost-company>figure img:after,
    .EntityLockup-square-5-ghost-company>figure i:after,
    .EntityLockup-square-5-ghost-company>figure img:after {
        content: var(--entity-ghost-company-accent-4)
    }
}

.EntityLockup-square-2-ghost-school>figure i,
.EntityLockup-square-2-ghost-school>figure img,
.EntityLockup-square-4-ghost-school>figure i,
.EntityLockup-square-4-ghost-school>figure img,
.EntityLockup-square-5-ghost-school>figure i,
.EntityLockup-square-5-ghost-school>figure img {
    background-image: var(--entity-ghost-school-accent-4)
}

@media (forced-colors:active),
only screen and (-ms-high-contrast:active) {

    .EntityLockup-square-2-ghost-school>figure i:after,
    .EntityLockup-square-2-ghost-school>figure img:after,
    .EntityLockup-square-4-ghost-school>figure i:after,
    .EntityLockup-square-4-ghost-school>figure img:after,
    .EntityLockup-square-5-ghost-school>figure i:after,
    .EntityLockup-square-5-ghost-school>figure img:after {
        content: var(--entity-ghost-school-accent-4)
    }
}

.EntityLockup-circle-2-ghost-person>figure i,
.EntityLockup-circle-2-ghost-person>figure img,
.EntityLockup-circle-3-ghost-person>figure i,
.EntityLockup-circle-3-ghost-person>figure img,
.EntityLockup-circle-4-ghost-person>figure i,
.EntityLockup-circle-4-ghost-person>figure img {
    background-image: var(--entity-ghost-person-accent-4)
}

@media (forced-colors:active),
only screen and (-ms-high-contrast:active) {

    .EntityLockup-circle-2-ghost-person>figure i:after,
    .EntityLockup-circle-2-ghost-person>figure img:after,
    .EntityLockup-circle-3-ghost-person>figure i:after,
    .EntityLockup-circle-3-ghost-person>figure img:after,
    .EntityLockup-circle-4-ghost-person>figure i:after,
    .EntityLockup-circle-4-ghost-person>figure img:after {
        content: var(--entity-ghost-person-accent-4)
    }
}

.header-medium {
    display: block;
    background-size: cover;
    background-position: 50%;
    height: 220px
}

.success-check-premium-74 {
    background-image: url(/aero-v1/sc/h/68vnb8fn0e5qg7pn5kzrjyft2);
    height: 74px;
    width: 74px
}

.empty-pencil-paper-premium {
    background-image: url(/aero-v1/sc/h/bq5egsjwh4myfe5y343g9wwo8);
    height: 102px;
    width: 76px
}

.company-buildings-48 {
    background-image: var(--illustration-microspot-company-small)
}

.camera {
    background-image: var(--illustration-microspot-camera-small)
}

.camera-56 {
    background-image: var(--illustration-microspot-camera-large)
}

.language-globe {
    background-image: var(--illustration-microspot-globe-small)
}

.compass {
    background-image: var(--illustration-microspot-compass-small)
}

.magnet {
    background-image: var(--illustration-microspot-magnet-small)
}

.article-conversation {
    background-image: var(--illustration-microspot-document-comment-small)
}

.rocket {
    background-image: var(--illustration-microspot-rocket-small)
}

.rocket-56 {
    background-image: var(--illustration-microspot-rocket-large)
}

.trophy {
    background-image: var(--illustration-microspot-trophy-small)
}

.trophy-56 {
    background-image: var(--illustration-microspot-trophy-large)
}

.location-pin {
    background-image: var(--illustration-microspot-location-marker-small)
}

.network-48 {
    background-image: var(--illustration-spot-error-server-small)
}

.salary-48 {
    background-image: var(--illustration-microspot-salary-small)
}

.illustration-48 {
    width: var(--illustration-microspot-size-small);
    height: var(--illustration-microspot-size-small)
}

.illustration-56 {
    height: 56px;
    width: 56px
}

.illustration-230 {
    height: 230px;
    width: 230px
}

.add-connections {
    background-image: url(/aero-v1/sc/h/1uzh23a8w2flihqihswa3i6i9)
}

.browser-graph {
    background-image: var(--illustration-microspot-pencil-ruler-small)
}

.browser-feed,
.browser-feed-muted {
    background-image: var(--illustration-microspot-ui-feed-profile-large)
}

.megaphone {
    background-image: var(--illustration-microspot-megaphone-small)
}

.circle-warning {
    background: var(--illustration-microspot-megaphone-small) no-repeat 50%
}

.circle-fail {
    background-image: var(--illustration-microspot-signal-error-large)
}

.circle-person {
    background-image: url(/aero-v1/sc/h/em3pc20g4v27dstm0iyji3vvp)
}

.company-buildings-56 {
    background-image: var(--illustration-microspot-company-large)
}

.connections-plus {
    background-image: url(/aero-v1/sc/h/eniyhdqyedbl72pp7768dgr53)
}

.ruler-pencil-48 {
    background-image: var(--illustration-microspot-pencil-ruler-small)
}

.profile-cards-48 {
    background-image: var(--illustration-microspot-ui-feed-profile-small)
}

.message-check-dots-48 {
    background-image: var(--illustration-microspot-messages-small)
}

.school-48 {
    background-image: var(--illustration-microspot-school-small)
}

.course-watch {
    background-image: var(--illustration-microspot-video-course-large)
}

.industry-48 {
    background-image: var(--illustration-microspot-industry-small)
}

.briefcase {
    background-image: var(--illustration-microspot-briefcase-jobs-large)
}

.briefcase-48 {
    background-image: var(--illustration-microspot-briefcase-jobs-small)
}

.lightbulb {
    background-image: var(--illustration-microspot-lightbulb-large)
}

.lightbulb-48 {
    background-image: var(--illustration-microspot-lightbulb-small)
}

.magnifying-glass {
    background-image: var(--illustration-microspot-search-large)
}

.news-paper {
    background-image: var(--illustration-microspot-article-large)
}

.news-paper-48 {
    background-image: var(--illustration-microspot-article-small)
}

.news-paper-stack-56 {
    background-image: var(--illustration-microspot-article-stack-large)
}

.ruler-pencil {
    background-image: var(--illustration-microspot-pencil-ruler-large)
}

.success-check {
    background: var(--illustration-microspot-signal-success-small) no-repeat 50%
}

.success-check-230 {
    background: var(--illustration-microspot-signal-success-large) no-repeat 50%
}

.network {
    background-image: url(/aero-v1/sc/h/cru851uxdal2gwy9bpkd7idn1)
}

.network-premium {
    background-image: url(/aero-v1/sc/h/2jfdf7j5bxxytal87xoa2h9ph)
}

.people-group {
    background-image: url(/aero-v1/sc/h/3kddi2igse06gs6ats5tzhjn8)
}

.people-conversation {
    background-image: var(--illustration-microspot-messages-large)
}

.salary {
    background-image: var(--illustration-microspot-salary-large)
}

.radar-56 {
    background-image: var(--illustration-microspot-dartboard-small)
}

.certificate-56 {
    background-image: var(--illustration-microspot-certificate-large)
}

.group-48 {
    background-image: url(/aero-v1/sc/h/1sbtix8ozu3y8fazbi0n7iess)
}

.group-56 {
    background-image: url(/aero-v1/sc/h/5e66qlf21j8gy55lfacrdva9y)
}

.group-plus-56 {
    background-image: url(/aero-v1/sc/h/62ir5e8e6n4u7e7ichc3h7o5r)
}

.group-muted-56 {
    background-image: url(/aero-v1/sc/h/9xsqr5cmf3wllky0wlc195ius)
}

.lock-48 {
    background-image: var(--illustration-microspot-locked-small)
}

.lock-56 {
    background-image: var(--illustration-microspot-locked-large)
}

.magnifying-glass-56 {
    background-image: var(--illustration-microspot-search-large)
}

.mobile-phone-56 {
    background-image: var(--illustration-microspot-phone-large)
}

.circle-check-56 {
    background-image: var(--illustration-microspot-signal-success-large)
}

.trophy-premium {
    background-image: var(--illustration-microspot-trophy-large)
}

.lock-premium {
    background-image: var(--illustration-microspot-locked-large)
}

.gift-premium {
    background-image: var(--illustration-microspot-gift-large)
}

.paper-report-premium {
    background-image: var(--illustration-microspot-document-report-large)
}

.in-mail {
    background-image: var(--illustration-microspot-mail-open-large)
}

.sad-browser-230 {
    background: var(--illustration-spot-error-server-small) 50% no-repeat
}

.sad-browser-muted-230 {
    background-image: var(--illustration-spot-error-server-large)
}

.search-results-muted-230 {
    background-image: var(--illustration-microspot-search-large)
}

.missing-piece-muted-230 {
    background-image: url(/aero-v1/sc/h/2fbe2ald9bhvgc19z2ldsboiz)
}

.people-comment {
    background-image: url(/aero-v1/sc/h/bsz4kg3jl77yfuikbo6mmwf4x)
}

.empty-pencil-paper {
    background-image: var(--illustration-microspot-notepad-large)
}

.no-likers-muted {
    background-image: url(/aero-v1/sc/h/ltt5fyicps955hput6b53ufh)
}

.mail-check-56 {
    background-image: var(--illustration-microspot-mail-open-large)
}

.shooting-star-230 {
    background-image: url(/aero-v1/sc/h/bahf3aqop0v6lk4zlkpvs7fj1)
}

.shield-56 {
    background-image: var(--illustration-microspot-shield-small)
}

.notepad-56 {
    background-image: var(--illustration-microspot-notepad-small)
}

.address-book-56 {
    background-image: var(--illustration-microspot-address-book-small)
}

.award-56 {
    background-image: var(--illustration-microspot-award-small)
}

.dartboard-56 {
    background-image: var(--illustration-microspot-dartboard-small)
}

.document-56 {
    background-image: var(--illustration-microspot-document-small)
}

.document-comment-56 {
    background-image: var(--illustration-microspot-document-comment-small)
}

.document-folder-56 {
    background-image: var(--illustration-microspot-document-folder-small)
}

.glasses-56 {
    background-image: var(--illustration-microspot-glasses-small)
}

.mail-open-56 {
    background-image: var(--illustration-microspot-mail-open-small)
}

.magnet-56 {
    background-image: var(--illustration-microspot-magnet-small)
}

.messages-56 {
    background-image: var(--illustration-microspot-messages-small)
}

.pencil-ruler-56 {
    background-image: var(--illustration-microspot-pencil-ruler-small)
}

.salary-56 {
    background-image: var(--illustration-microspot-salary-small)
}

.search-56 {
    background-image: var(--illustration-microspot-search-small)
}

.ui-chart-56 {
    background-image: var(--illustration-microspot-ui-chart-small)
}

.ui-dashboard-48 {
    background-image: var(--illustration-microspot-ui-dashboard-small)
}

.ui-feed-profile-56 {
    background-image: var(--illustration-microspot-ui-feed-profile-small)
}

.unlocked-56 {
    background-image: var(--illustration-microspot-unlocked-small)
}

.video-56 {
    background-image: var(--illustration-microspot-video-small)
}

.video-course-56 {
    background-image: var(--illustration-microspot-video-course-small)
}

.bell-48 {
    background-image: var(--illustration-microspot-bell-small)
}

.image-stack {
    background-image: var(--illustration-microspot-image-stack-small)
}

.label,
.label-16dp,
.label-16dp-accent,
.label-16dp-alert,
.label-16dp-neutral,
.label-16dp-success,
.label-20dp,
.label-20dp-accent,
.label-20dp-alert,
.label-20dp-neutral,
.label-20dp-success,
.label-24dp,
.label-24dp-accent,
.label-24dp-alert,
.label-24dp-memorialized,
.label-24dp-neutral,
.label-24dp-success,
.label-accent,
.label-alert,
.label-inverse,
.label-live,
.label-neutral,
.label-success,
.ui-label {
    border-radius: var(--corner-radius-small);
    box-sizing: border-box;
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-default);
    display: inline-block;
    padding: .1rem var(--spacing-one-x);
    position: relative
}

.label-24dp,
.label-24dp-accent,
.label-24dp-alert,
.label-24dp-memorialized,
.label-24dp-neutral,
.label-24dp-success,
.ui-label--large {
    font-size: var(--font-size-medium);
    padding: .2rem var(--spacing-one-x)
}

.label,
.label-16dp,
.label-20dp,
.label-24dp,
.ui-label {
    background-color: var(--color-background-faint);
    color: var(--color-label)
}

.label-inverse,
.ui-label--inverse {
    background-color: var(--color-background-faint-on-dark);
    color: var(--color-text-on-dark)
}

.label-16dp-neutral,
.label-20dp-neutral,
.label-24dp-neutral,
.label-neutral,
.ui-label--neutral {
    background-color: var(--color-accent-4);
    color: var(--color-label-knockout)
}

.label-16dp-success,
.label-20dp-success,
.label-24dp-success,
.label-success,
.ui-label--positive {
    background-color: var(--color-positive);
    color: var(--color-label-knockout)
}

.ui-label--negative {
    background-color: var(--color-negative);
    color: var(--color-label-knockout)
}

.label-16dp-alert,
.label-20dp-alert,
.label-24dp-alert,
.label-alert,
.ui-label--caution {
    background-color: var(--color-caution);
    color: var(--color-label-knockout)
}

.label-16dp-accent,
.label-20dp-accent,
.label-24dp-accent,
.label-accent,
.ui-label--accent {
    background-color: var(--color-action);
    color: var(--color-text-on-dark-flip)
}

.label-live,
.ui-label--live {
    background-color: var(--color-alert);
    color: var(--color-text-on-dark)
}

.label-24dp-memorialized,
.ui-label--memorialized {
    background-color: var(--memorialization-color-label);
    color: var(--color-text-on-dark-flip)
}

.ui-label--accent-2 {
    background-color: var(--color-background-accent-strong-2);
    color: var(--color-label)
}

.ui-label--accent-3 {
    background-color: var(--color-background-accent-strong-3);
    color: var(--color-label)
}

.ui-label--accent-4 {
    background-color: var(--color-background-accent-strong-4);
    color: var(--color-label)
}

.link-without-visited-state.link-without-visited-state,
.link-without-visited-state.link-without-visited-state:hover,
.link-without-visited-state.link-without-visited-state:visited,
.link-without-visited-state.link-without-visited-state:visited:active,
.link-without-visited-state.link-without-visited-state:visited:hover {
    color: var(--color-action)
}

.link-without-visited-state.link-without-visited-state:active,
.link-without-visited-state.link-without-visited-state:focus,
.link-without-visited-state.link-without-visited-state:visited:focus {
    color: var(--color-action-active)
}

.link,
.link:hover {
    color: var(--color-action)
}

.link:active,
.link:focus,
.link:visited:focus {
    color: var(--color-action-active)
}

.link:visited,
.link:visited:hover {
    color: var(--color-text-link-visited)
}

.link:visited:active {
    color: var(--color-text-link-visited-active)
}

.link-without-hover-state,
.link-without-hover-state:hover {
    color: var(--color-action)
}

.link-without-hover-state:active,
.link-without-hover-state:focus,
.link-without-hover-state:visited:focus {
    color: var(--color-action-active)
}

.link-without-hover-state:visited,
.link-without-hover-state:visited:hover {
    color: var(--color-text-link-visited)
}

.link-without-hover-state:visited:active {
    color: var(--color-text-link-visited-active)
}

.link-without-hover-state:hover {
    text-decoration: none
}

.link-without-hover-visited.link-without-hover-visited,
.link-without-hover-visited.link-without-hover-visited:hover,
.link-without-hover-visited.link-without-hover-visited:visited,
.link-without-hover-visited.link-without-hover-visited:visited:active,
.link-without-hover-visited.link-without-hover-visited:visited:hover {
    color: var(--color-action)
}

.link-without-hover-visited.link-without-hover-visited:active,
.link-without-hover-visited.link-without-hover-visited:focus,
.link-without-hover-visited.link-without-hover-visited:visited:focus {
    color: var(--color-action-active)
}

.link-without-hover-visited.link-without-hover-visited:hover {
    text-decoration: none
}

.inverse-link-light-background,
.inverse-link-light-background:hover,
.inverse-link-light-background:visited {
    color: var(--color-text-low-emphasis)
}

.inverse-link-light-background:active,
.inverse-link-light-background:focus,
.inverse-link-light-background:visited:focus {
    color: var(--color-text-low-emphasis-active)
}

.inverse-link-light-background:visited:hover {
    color: var(--color-text-link-visited)
}

.inverse-link-light-background:visited:active {
    color: var(--color-text-link-visited-active)
}

.inverse-link-light-background-without-hover-visited,
.inverse-link-light-background-without-hover-visited:hover,
.inverse-link-light-background-without-hover-visited:visited,
.inverse-link-light-background-without-hover-visited:visited:active,
.inverse-link-light-background-without-hover-visited:visited:hover {
    color: var(--color-text-low-emphasis)
}

.inverse-link-light-background-without-hover-visited:active,
.inverse-link-light-background-without-hover-visited:focus,
.inverse-link-light-background-without-hover-visited:visited:focus {
    color: var(--color-text-low-emphasis-active)
}

.inverse-link-light-background-without-hover-visited:hover {
    text-decoration: none
}

.inverse-link-light-background-without-hover-state,
.inverse-link-light-background-without-hover-state:hover {
    color: var(--color-text-low-emphasis)
}

.inverse-link-light-background-without-hover-state:active,
.inverse-link-light-background-without-hover-state:focus,
.inverse-link-light-background-without-hover-state:visited:focus {
    color: var(--color-text-low-emphasis-active)
}

.inverse-link-light-background-without-hover-state:visited,
.inverse-link-light-background-without-hover-state:visited:hover {
    color: var(--color-text-link-visited)
}

.inverse-link-light-background-without-hover-state:visited:active {
    color: var(--color-text-link-visited-active)
}

.inverse-link-light-background-without-hover-state:hover {
    text-decoration: none
}

.inverse-link,
.inverse-link:hover,
.inverse-link:visited,
a.inverse-link,
a.inverse-link:hover,
a.inverse-link:visited {
    color: var(--color-text-low-emphasis-on-dark)
}

.inverse-link:active,
.inverse-link:focus,
.inverse-link:visited:focus,
a.inverse-link:active,
a.inverse-link:focus,
a.inverse-link:visited:focus {
    color: var(--color-text-low-emphasis-on-dark-active)
}

.inverse-link:visited:hover,
a.inverse-link:visited:hover {
    color: var(--color-text-link-visited-on-dark)
}

.inverse-link:visited:active,
a.inverse-link:visited:active {
    color: var(--color-text-link-visited-on-dark-active)
}

.inverse-link-without-hover-state,
.inverse-link-without-hover-state:hover {
    color: var(--color-text-low-emphasis-on-dark)
}

.inverse-link-without-hover-state:active,
.inverse-link-without-hover-state:focus,
.inverse-link-without-hover-state:visited:focus {
    color: var(--color-text-low-emphasis-on-dark-active)
}

.inverse-link-without-hover-state:visited,
.inverse-link-without-hover-state:visited:hover {
    color: var(--color-text-link-visited-on-dark)
}

.inverse-link-without-hover-state:visited:active {
    color: var(--color-text-link-visited-on-dark-active)
}

.inverse-link-without-hover-state:hover {
    text-decoration: none
}

.link-without-visited-state:not(:hover).t-black {
    color: var(--color-text)
}

.link-without-visited-state:not(:hover).t-black--light {
    color: var(--color-text-low-emphasis)
}

.hoverable-link-text.hoverable-link-text:hover {
    color: var(--color-action);
    text-decoration: underline
}

.hoverable-link-text.hoverable-link-text[disabled] {
    text-decoration: none;
    color: inherit
}

.media,
.media__body {
    overflow: hidden
}

.media__side {
    float: left
}

.media__side--right {
    float: right
}

.media__media {
    display: block
}

.table {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
    border-radius: 2px;
    text-align: left;
    border-collapse: separate
}

@media only screen and (-ms-high-contrast:active) {
    .table {
        border: 1px solid activeborder
    }
}

.table th {
    font-size: 1.4rem;
    line-height: 1.42857;
    color: rgba(0, 0, 0, .9);
    font-weight: 600;
    border-bottom: 2px solid rgba(0, 0, 0, .15);
    min-height: 36px;
    padding: 10px 24px 7px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap
}

.table tr:last-child {
    border-bottom: none
}

.table td {
    font-size: 1.4rem;
    line-height: 1.42857;
    color: rgba(0, 0, 0, .9);
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    box-sizing: border-box;
    height: 52px;
    padding: 17px 24px 15px;
    vertical-align: middle
}

.table p {
    margin-bottom: 0
}

.striped-table {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
    border-radius: 2px;
    text-align: left;
    border-collapse: separate
}

@media only screen and (-ms-high-contrast:active) {
    .striped-table {
        border: 1px solid activeborder
    }
}

.striped-table th {
    font-size: 1.4rem;
    line-height: 1.42857;
    color: rgba(0, 0, 0, .9);
    font-weight: 600;
    border-bottom: 2px solid rgba(0, 0, 0, .15);
    min-height: 36px;
    padding: 10px 24px 7px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap
}

.striped-table tr:last-child {
    border-bottom: none
}

.striped-table td {
    font-size: 1.4rem;
    line-height: 1.42857;
    color: rgba(0, 0, 0, .9);
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    box-sizing: border-box;
    height: 52px;
    padding: 17px 24px 15px;
    vertical-align: middle
}

.striped-table p {
    margin-bottom: 0
}

.focused-easeIn-motion {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1);
    transition-duration: 334ms
}

.focused-easeOut-motion {
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    transition-duration: 334ms
}

.focused-easeInOut-motion {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 334ms
}

.easeInOut-long-slow-motion,
.slow-easeInOut-motion {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 834ms
}

.easeInOut-long-slow-motion {
    transition-delay: 1s
}

.quick-easeInOut-motion {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 167ms
}

.fast-easeOut-motion {
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    transition-duration: 83ms
}

.fast-easeIn-motion {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1);
    transition-duration: 83ms
}

.m0 {
    margin: 0 !important
}

.mh0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mv0 {
    margin-bottom: 0 !important
}

.mt0,
.mv0 {
    margin-top: 0 !important
}

.mb0 {
    margin-bottom: 0 !important
}

.ml0 {
    margin-left: 0 !important
}

.mr0 {
    margin-right: 0 !important
}

.m1 {
    margin: .4rem !important
}

.mh1 {
    margin-left: .4rem !important;
    margin-right: .4rem !important
}

.mv1 {
    margin-bottom: .4rem !important
}

.mt1,
.mv1 {
    margin-top: .4rem !important
}

.mb1 {
    margin-bottom: .4rem !important
}

.ml1 {
    margin-left: .4rem !important
}

.mr1 {
    margin-right: .4rem !important
}

.m2 {
    margin: .8rem !important
}

.mh2 {
    margin-left: .8rem !important;
    margin-right: .8rem !important
}

.mv2 {
    margin-bottom: .8rem !important
}

.mt2,
.mv2 {
    margin-top: .8rem !important
}

.mb2 {
    margin-bottom: .8rem !important
}

.ml2 {
    margin-left: .8rem !important
}

.mr2 {
    margin-right: .8rem !important
}

.m3 {
    margin: 1.2rem !important
}

.mh3 {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important
}

.mv3 {
    margin-bottom: 1.2rem !important
}

.mt3,
.mv3 {
    margin-top: 1.2rem !important
}

.mb3 {
    margin-bottom: 1.2rem !important
}

.ml3 {
    margin-left: 1.2rem !important
}

.mr3 {
    margin-right: 1.2rem !important
}

.m4 {
    margin: 1.6rem !important
}

.mh4 {
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important
}

.mv4 {
    margin-bottom: 1.6rem !important
}

.mt4,
.mv4 {
    margin-top: 1.6rem !important
}

.mb4 {
    margin-bottom: 1.6rem !important
}

.ml4 {
    margin-left: 1.6rem !important
}

.mr4 {
    margin-right: 1.6rem !important
}

.m5 {
    margin: 2.4rem !important
}

.mh5 {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important
}

.mv5 {
    margin-bottom: 2.4rem !important
}

.mt5,
.mv5 {
    margin-top: 2.4rem !important
}

.mb5 {
    margin-bottom: 2.4rem !important
}

.ml5 {
    margin-left: 2.4rem !important
}

.mr5 {
    margin-right: 2.4rem !important
}

.m6 {
    margin: 3.2rem !important
}

.mh6 {
    margin-left: 3.2rem !important;
    margin-right: 3.2rem !important
}

.mv6 {
    margin-bottom: 3.2rem !important
}

.mt6,
.mv6 {
    margin-top: 3.2rem !important
}

.mb6 {
    margin-bottom: 3.2rem !important
}

.ml6 {
    margin-left: 3.2rem !important
}

.mr6 {
    margin-right: 3.2rem !important
}

.m7 {
    margin: 4.8rem !important
}

.mh7 {
    margin-left: 4.8rem !important;
    margin-right: 4.8rem !important
}

.mv7 {
    margin-bottom: 4.8rem !important
}

.mt7,
.mv7 {
    margin-top: 4.8rem !important
}

.mb7 {
    margin-bottom: 4.8rem !important
}

.ml7 {
    margin-left: 4.8rem !important
}

.mr7 {
    margin-right: 4.8rem !important
}

.m8 {
    margin: 6.4rem !important
}

.mh8 {
    margin-left: 6.4rem !important;
    margin-right: 6.4rem !important
}

.mv8 {
    margin-bottom: 6.4rem !important
}

.mt8,
.mv8 {
    margin-top: 6.4rem !important
}

.mb8 {
    margin-bottom: 6.4rem !important
}

.ml8 {
    margin-left: 6.4rem !important
}

.mr8 {
    margin-right: 6.4rem !important
}

.m9 {
    margin: 9.6rem !important
}

.mh9 {
    margin-left: 9.6rem !important;
    margin-right: 9.6rem !important
}

.mv9 {
    margin-bottom: 9.6rem !important
}

.mt9,
.mv9 {
    margin-top: 9.6rem !important
}

.mb9 {
    margin-bottom: 9.6rem !important
}

.ml9 {
    margin-left: 9.6rem !important
}

.mr9 {
    margin-right: 9.6rem !important
}

.p0 {
    padding: 0 !important
}

.ph0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.pv0 {
    padding-bottom: 0 !important
}

.pt0,
.pv0 {
    padding-top: 0 !important
}

.pb0 {
    padding-bottom: 0 !important
}

.pl0 {
    padding-left: 0 !important
}

.pr0 {
    padding-right: 0 !important
}

.p1 {
    padding: .4rem !important
}

.ph1 {
    padding-left: .4rem !important;
    padding-right: .4rem !important
}

.pv1 {
    padding-bottom: .4rem !important
}

.pt1,
.pv1 {
    padding-top: .4rem !important
}

.pb1 {
    padding-bottom: .4rem !important
}

.pl1 {
    padding-left: .4rem !important
}

.pr1 {
    padding-right: .4rem !important
}

.p2 {
    padding: .8rem !important
}

.ph2 {
    padding-left: .8rem !important;
    padding-right: .8rem !important
}

.pv2 {
    padding-bottom: .8rem !important
}

.pt2,
.pv2 {
    padding-top: .8rem !important
}

.pb2 {
    padding-bottom: .8rem !important
}

.pl2 {
    padding-left: .8rem !important
}

.pr2 {
    padding-right: .8rem !important
}

.p3 {
    padding: 1.2rem !important
}

.ph3 {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important
}

.pv3 {
    padding-bottom: 1.2rem !important
}

.pt3,
.pv3 {
    padding-top: 1.2rem !important
}

.pb3 {
    padding-bottom: 1.2rem !important
}

.pl3 {
    padding-left: 1.2rem !important
}

.pr3 {
    padding-right: 1.2rem !important
}

.p4 {
    padding: 1.6rem !important
}

.ph4 {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important
}

.pv4 {
    padding-bottom: 1.6rem !important
}

.pt4,
.pv4 {
    padding-top: 1.6rem !important
}

.pb4 {
    padding-bottom: 1.6rem !important
}

.pl4 {
    padding-left: 1.6rem !important
}

.pr4 {
    padding-right: 1.6rem !important
}

.p5 {
    padding: 2.4rem !important
}

.ph5 {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important
}

.pv5 {
    padding-bottom: 2.4rem !important
}

.pt5,
.pv5 {
    padding-top: 2.4rem !important
}

.pb5 {
    padding-bottom: 2.4rem !important
}

.pl5 {
    padding-left: 2.4rem !important
}

.pr5 {
    padding-right: 2.4rem !important
}

.p6 {
    padding: 3.2rem !important
}

.ph6 {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important
}

.pv6 {
    padding-bottom: 3.2rem !important
}

.pt6,
.pv6 {
    padding-top: 3.2rem !important
}

.pb6 {
    padding-bottom: 3.2rem !important
}

.pl6 {
    padding-left: 3.2rem !important
}

.pr6 {
    padding-right: 3.2rem !important
}

.p7 {
    padding: 4.8rem !important
}

.ph7 {
    padding-left: 4.8rem !important;
    padding-right: 4.8rem !important
}

.pv7 {
    padding-bottom: 4.8rem !important
}

.pt7,
.pv7 {
    padding-top: 4.8rem !important
}

.pb7 {
    padding-bottom: 4.8rem !important
}

.pl7 {
    padding-left: 4.8rem !important
}

.pr7 {
    padding-right: 4.8rem !important
}

.p8 {
    padding: 6.4rem !important
}

.ph8 {
    padding-left: 6.4rem !important;
    padding-right: 6.4rem !important
}

.pv8 {
    padding-bottom: 6.4rem !important
}

.pt8,
.pv8 {
    padding-top: 6.4rem !important
}

.pb8 {
    padding-bottom: 6.4rem !important
}

.pl8 {
    padding-left: 6.4rem !important
}

.pr8 {
    padding-right: 6.4rem !important
}

.p9 {
    padding: 9.6rem !important
}

.ph9 {
    padding-left: 9.6rem !important;
    padding-right: 9.6rem !important
}

.pv9 {
    padding-bottom: 9.6rem !important
}

.pt9,
.pv9 {
    padding-top: 9.6rem !important
}

.pb9 {
    padding-bottom: 9.6rem !important
}

.pl9 {
    padding-left: 9.6rem !important
}

.pr9 {
    padding-right: 9.6rem !important
}

.b0 {
    border: 0 !important
}

.bt0,
.bv0 {
    border-top: 0 !important
}

.bh0,
.br0 {
    border-right: 0 !important
}

.bb0,
.bv0 {
    border-bottom: 0 !important
}

.bh0,
.bl0 {
    border-left: 0 !important
}

.mtA,
.mvA {
    margin-top: auto !important
}

.mhA,
.mrA {
    margin-right: auto !important
}

.mbA,
.mvA {
    margin-bottom: auto !important
}

.mhA,
.mlA {
    margin-left: auto !important
}

.align-self-center {
    align-self: center !important
}

.align-self-flex-start {
    align-self: flex-start !important
}

.align-self-flex-end {
    align-self: flex-end !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-center {
    align-items: center !important
}

.align-items-flex-start {
    align-items: flex-start !important
}

.align-items-flex-end {
    align-items: flex-end !important
}

.align-items-stretch {
    align-items: stretch !important
}

.block {
    display: block !important
}

.clear-both {
    clear: both !important
}

.clearfix:after,
.clearfix:before {
    content: "" !important;
    display: table !important
}

.clearfix:after {
    clear: both !important
}

.display-flex {
    display: flex !important
}

.inline-flex {
    display: inline-flex !important
}

.full-width {
    width: 100% !important
}

.fit-content-width {
    width: -moz-fit-content !important;
    width: fit-content !important
}

.max-full-width {
    max-width: 100% !important
}

.full-height {
    height: 100% !important
}

.inline {
    display: inline !important
}

.inline-block {
    display: inline-block !important
}

.flex-1 {
    flex: 1 !important
}

.flex-column {
    flex-direction: column !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-row {
    flex-direction: row !important
}

.flex-none {
    flex: none !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-wrap-nowrap {
    flex-wrap: nowrap !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-shrink-zero {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.justify-center {
    justify-content: center !important
}

.justify-flex-start {
    justify-content: flex-start !important
}

.justify-flex-end {
    justify-content: flex-end !important
}

.justify-space-between {
    justify-content: space-between !important
}

.justify-space-evenly {
    justify-content: space-evenly !important
}

.justify-space-around {
    justify-content: space-around !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-x-auto {
    overflow-x: auto !important
}

.overflow-x-hidden {
    overflow-x: hidden !important
}

.overflow-scroll {
    overflow: scroll !important
}

.overflow-visible {
    overflow: visible !important
}

.relative {
    position: relative !important
}

.absolute {
    position: absolute !important
}

.fixed {
    position: fixed !important
}

.vertical-align-middle {
    vertical-align: middle !important
}

.white-space-nowrap {
    white-space: nowrap !important
}

.white-space-pre-wrap {
    white-space: pre-wrap !important
}

.white-space-pre-line {
    white-space: pre-line !important
}

.white-space-pre {
    white-space: pre !important
}

.center-both {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important
}

.position-right {
    right: 0 !important;
    left: auto !important
}

.fl {
    float: left !important
}

.fr {
    float: right !important
}

.square {
    border-radius: 0 !important
}

.round {
    border-radius: 50% !important
}

.v-align-top {
    vertical-align: top !important
}

.v-align-middle {
    vertical-align: middle !important
}

.v-align-bottom {
    vertical-align: bottom !important
}

.v-align-text-bottom {
    vertical-align: text-bottom !important
}

.v-align-sub {
    vertical-align: sub !important
}

.disable-transitions * {
    transition: none !important
}

.list-style-none {
    list-style: none !important
}

.icon-flipped {
    transform: scaleX(-1) !important
}

.icon-rotate {
    transform: rotate(180deg) !important
}

.sticky.stuck>:first-child {
    position: fixed;
    top: 44px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.visually-hidden {
    display: block !important;
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    position: static !important;
    width: auto !important
}

.hidden {
    display: none !important
}

.visibility-hidden {
    visibility: hidden !important
}

.text-align-center {
    text-align: center !important
}

.text-align-right {
    text-align: right !important
}

.text-align-left {
    text-align: left !important
}

.text-align-start {
    text-align: start !important
}

.truncate {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important
}

.cursor-pointer {
    cursor: pointer !important
}

.cursor-text {
    cursor: text !important
}

.ghosted {
    opacity: .3 !important
}

.break-words {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-word !important
}

.premium-accent-bar {
    background: linear-gradient(180deg, var(--premium-color-brand) 4px, var(--color-transparent) 0)
}

.premium-accent-bar--large {
    background: linear-gradient(180deg, var(--premium-color-brand) 8px, var(--color-transparent) 0)
}

.page-blur .application-outlet>* {
    filter: blur(10px)
}

.type-ahead-input-wrapper {
    display: flex;
    align-items: center
}

.type-ahead-input-wrapper>button {
    font-size: var(--font-size-medium);
    line-height: var(--line-height-open);
    color: var(--color-text-on-dark);
    margin: 0 1.6rem 0 .8rem
}

.type-ahead-input-wrapper>button:hover {
    text-decoration: none
}

.type-ahead-input {
    flex: 1;
    position: relative;
    z-index: 1
}

.type-ahead-input input {
    font-size: var(--font-size-medium);
    color: var(--color-text);
    height: 34px;
    line-height: 34px;
    padding: 0 2.4rem 0 .8rem;
    background-color: var(--color-background-container);
    text-overflow: ellipsis
}

.type-ahead-input input::-webkit-input-placeholder {
    color: var(--color-text-low-emphasis);
    opacity: 1
}

.type-ahead-input input:-moz-placeholder,
.type-ahead-input input::-moz-placeholder {
    color: var(--color-text-low-emphasis);
    opacity: 1
}

.type-ahead-input input:-ms-input-placeholder {
    color: var(--color-text-low-emphasis);
    opacity: 1
}

.type-ahead-input input::placeholder {
    color: var(--color-text-low-emphasis);
    opacity: 1
}

.type-ahead-input .type-ahead-input-icons {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px
}

.type-ahead-input .type-ahead-input-icons button {
    width: 24px;
    height: 24px
}

.type-ahead-input label {
    margin: 0
}

.type-ahead-loader {
    overflow: hidden;
    position: relative;
    top: -2px;
    z-index: 2;
    height: 2px;
    margin-bottom: -2px
}

.type-ahead-loader .break {
    display: none;
    position: absolute;
    top: 0;
    width: 6px;
    left: -6px;
    height: 2px
}

.type-ahead-loader.show .break {
    display: block
}

.type-ahead-loader .dot1 {
    animation: typeaheadLoader 2s infinite
}

.type-ahead-loader .dot2 {
    animation: typeaheadLoader 2s .5s infinite
}

.type-ahead-loader .dot3 {
    animation: typeaheadLoader 2s 1s infinite
}

@keyframes typeaheadLoader {
    0% {
        left: -6px;
        background-color: var(--color-action)
    }

    to {
        left: 100%;
        background-color: var(--voyager-color-element-loading)
    }
}

.type-ahead-wormhole .type-ahead-wrapper {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%
}

.type-ahead-wormhole .type-ahead-wrapper .global-title {
    top: 0
}

.type-ahead-wormhole .type-ahead-wrapper .type-ahead-input-container {
    height: 48px
}

.type-ahead-wormhole .type-ahead-wrapper .type-ahead-input-wrapper {
    position: fixed;
    z-index: 1;
    top: 0;
    width: 100%
}

.type-ahead-wormhole .type-ahead-wrapper .type-ahead-input-wrapper .type-ahead-input {
    margin: .8rem
}

.type-ahead-wormhole .type-ahead-wrapper .type-ahead-input-wrapper .type-ahead-input-icons {
    display: block
}

.type-ahead-wormhole .type-ahead-wrapper .type-ahead-input-wrapper input {
    width: 100%;
    border: 0;
    border-radius: 2px
}

.type-ahead-wormhole .type-ahead-wrapper .type-ahead-input-wrapper input:focus {
    outline: none
}

.type-ahead-wormhole .type-ahead-wrapper .type-ahead-input-wrapper input:invalid {
    box-shadow: none
}

.type-ahead-wormhole .type-ahead-wrapper .type-ahead-input-wrapper>button {
    margin: 0 1.6rem 0 .8rem
}

.type-ahead-wormhole .type-ahead-wrapper .type-ahead-input-wrapper>button:hover {
    text-decoration: none
}

.type-ahead-wormhole .type-ahead-wrapper .type-ahead-results {
    height: 100%;
    padding-bottom: 48px;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.type-ahead-wormhole .type-ahead-wrapper.has-title .type-ahead-input-wrapper {
    top: 44px
}

.type-ahead-wormhole .type-ahead-wrapper.has-title .type-ahead-results {
    padding-bottom: 92px
}

.type-ahead-results {
    position: relative;
    background-color: var(--color-background-none-tint-hover)
}

.type-ahead-results .type-ahead-entity {
    border-top: .4rem solid var(--color-border-low-emphasis)
}

.type-ahead-results .type-ahead-entity+.type-ahead-entity {
    border-top: none
}

.type-ahead-results .type-ahead-entity+.type-ahead-entity .type-ahead-result-info {
    border-top: 1px solid var(--color-border-faint)
}

.type-ahead-results .type-ahead-entity+.type-ahead-entity.is-active .type-ahead-result-info,
.type-ahead-results .type-ahead-entity.is-active+.type-ahead-entity .type-ahead-result-info {
    border-color: transparent
}

.type-ahead-results .type-ahead-nonentity {
    border-top: .4rem solid var(--color-border-low-emphasis)
}

.type-ahead-results .type-ahead-nonentity+.type-ahead-nonentity {
    border-top: none
}

.type-ahead-results .type-ahead-nonentity+.type-ahead-nonentity .type-ahead-result-info {
    border-top: 1px solid var(--color-border-faint)
}

.type-ahead-results .type-ahead-nonentity+.type-ahead-nonentity.is-active .type-ahead-result-info,
.type-ahead-results .type-ahead-nonentity.is-active+.type-ahead-nonentity .type-ahead-result-info {
    border-color: transparent
}

.type-ahead-results .suggestion {
    border-top: .4rem solid var(--color-border-low-emphasis)
}

.type-ahead-results .suggestion+.suggestion {
    border-top: none
}

.type-ahead-results .suggestion+.suggestion .type-ahead-result-info {
    border-top: 1px solid var(--color-border-faint)
}

.type-ahead-results .suggestion+.suggestion.is-active .type-ahead-result-info,
.type-ahead-results .suggestion.is-active+.suggestion .type-ahead-result-info {
    border-color: transparent
}

.type-ahead-results .auto-complete {
    border-top: .4rem solid var(--color-border-low-emphasis)
}

.type-ahead-results .auto-complete+.auto-complete {
    border-top: none
}

.type-ahead-results .auto-complete+.auto-complete .type-ahead-result-info {
    border-top: 1px solid var(--color-border-faint)
}

.type-ahead-results .auto-complete+.auto-complete.is-active .type-ahead-result-info,
.type-ahead-results .auto-complete.is-active+.auto-complete .type-ahead-result-info {
    border-color: transparent
}

.type-ahead-result {
    background-color: var(--color-background-container);
    cursor: pointer;
    display: flex;
    align-items: stretch;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden
}

.type-ahead-result:first-child {
    border-top: none
}

.type-ahead-result-image {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 3px solid transparent;
    border-radius: 49.9%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    overflow: hidden;
    align-self: center;
    margin: .8rem .8rem .8rem 1.2rem;
    transform: translateZ(0)
}

.type-ahead-result-image img {
    max-width: 100%;
    max-height: 100%
}

.type-ahead-entity .type-ahead-result-image {
    background-color: var(--color-background-canvas)
}

.jobs-escape-hatch .type-ahead-result-image {
    background-color: transparent
}

.profile .type-ahead-result-image {
    background-image: radial-gradient(50% 50% ellipse, var(--color-background-container-tint) 0, var(--color-background-container-tint) 95%, var(--color-background-container) 100%)
}

.company .type-ahead-result-image,
.group .type-ahead-result-image,
.school .type-ahead-result-image {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    overflow: hidden
}

.company .type-ahead-result-image img,
.group .type-ahead-result-image img,
.school .type-ahead-result-image img {
    max-width: 100%;
    max-height: 100%
}

.type-ahead-result-info {
    display: flex;
    flex-flow: column;
    justify-content: center;
    flex: 1;
    min-width: 0;
    padding: .8rem
}

.type-ahead-result-info p {
    font-size: var(--font-size-small);
    color: var(--color-text-low-emphasis)
}

.type-ahead-result-info h3,
.type-ahead-result-info p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.type-ahead-result-info h3 {
    font-size: var(--font-size-medium);
    font-weight: var(--font-weight-bold);
    line-height: 2rem;
    color: var(--color-text)
}

.type-ahead-result-info strong {
    font-weight: inherit
}

.type-ahead-result-info:not(:first-child) {
    padding-left: 0
}

.type-ahead-result.suggestion .type-ahead-result-info h3,
.type-ahead-result.suggestion li-icon {
    color: var(--color-action)
}

.type-ahead-result.suggestion .type-ahead-result-info p {
    color: var(--color-signal-positive)
}

.type-ahead-no-results {
    line-height: 4;
    text-align: center
}

.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-primary .type-ahead-input-wrapper {
    background-color: var(--color-action)
}

.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-primary .type-ahead-input-wrapper>button {
    font-size: var(--font-size-medium);
    line-height: var(--line-height-open);
    color: var(--color-text-on-dark)
}

.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-secondary {
    background-color: var(--color-background-container)
}

.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-secondary .label-text {
    display: none
}

.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-secondary .type-ahead-input-wrapper,
.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-secondary .type-ahead-results-wrapper {
    background-color: var(--color-background-container)
}

.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-secondary .type-ahead-cancel {
    text-transform: lowercase;
    color: var(--color-text)
}

.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-secondary .type-ahead-loader {
    background-color: var(--color-action);
    height: 1px;
    top: 0
}

.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-secondary .dot1,
.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-secondary .dot2,
.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-secondary .dot3 {
    background-color: var(--color-background-container);
    animation-name: typeaheadLoaderSecondary
}

@keyframes typeaheadLoaderSecondary {
    0% {
        left: -6px
    }

    to {
        left: 100%
    }
}

.time-badge {
    display: inline-block
}

.new-badge {
    height: 14px;
    border-radius: 2px;
    padding: 0 6px;
    font-size: 1.1rem;
    line-height: 14px;
    text-align: center;
    background-color: var(--color-action);
    color: var(--color-text-on-dark-flip)
}

.time-ago {
    font-size: var(--font-size-xsmall);
    color: var(--color-text-low-emphasis)
}

.text-view-model__external-hyperlink-icon {
    vertical-align: text-bottom;
    margin-left: .2rem
}

#feedback-submit {
    text-align: center
}

#feedback-submit .title {
    margin-bottom: 10px
}

#feedback-submit .feedback-category,
#feedback-submit .feedback-pillar {
    display: block;
    margin: 0 auto 10px
}

.ghost-article,
.ghost-company,
.ghost-company-experience,
.ghost-content,
.ghost-default,
.ghost-events,
.ghost-freelance-experience,
.ghost-group,
.ghost-hashtag,
.ghost-image,
.ghost-job,
.ghost-person,
.ghost-product,
.ghost-publication,
.ghost-school,
.ghost-service {
    background-color: var(--voyager-color-skeleton)
}

.ghost-person {
    background-image: var(--entity-ghost-person-accent-4)
}

.ghost-company {
    background-image: var(--entity-ghost-company-accent-4)
}

.ghost-company-experience {
    background-image: url(/aero-v1/sc/h/8ajgymri1bfhjjmcxpf5nnp1i)
}

.ghost-freelance-experience {
    background-image: url(/aero-v1/sc/h/f19y7s0e417a5wbkya24tth3h)
}

.ghost-school {
    background-image: var(--entity-ghost-school-accent-4)
}

.ghost-group {
    background-image: var(--entity-ghost-group-accent-4)
}

.ghost-content {
    background-image: var(--entity-ghost-publication-accent-4)
}

.ghost-job {
    background-image: var(--entity-ghost-company-accent-4)
}

.ghost-article {
    background-image: var(--illustration-microspot-article-small);
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: var(--color-background-container)
}

.ghost-hashtag {
    background-image: var(--entity-ghost-hashtag-accent-4)
}

.ghost-events {
    background-image: var(--entity-ghost-event-accent-4)
}

.ghost-product {
    background-image: var(--entity-ghost-product-accent-4)
}

.ghost-publication {
    background-image: var(--entity-ghost-publication-accent-4)
}

.ghost-service {
    background-image: var(--entity-ghost-service-accent-4)
}

.ghost-image {
    background-image: var(--illustration-microspot-image-small)
}

.global-title-container {
    height: 44px
}

.global-title-container .global-title {
    background-color: var(--color-action);
    position: fixed;
    top: 44px;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.global-title-container .global-title-button {
    margin: 4px 6px 4px 10px;
    color: var(--color-text-shift-on-dark-flip);
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: 24px
}

.global-title-container .global-title-text {
    font-size: var(--font-size-medium);
    line-height: var(--line-height-open);
    color: var(--color-text-on-dark);
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 1.2rem;
    white-space: nowrap
}

.shared-title-bar {
    height: 44px;
    flex-shrink: 0
}

.shared-title-bar__title {
    background-color: var(--color-action);
    position: fixed;
    top: 44px;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.shared-title-bar__button {
    margin: 4px 6px 4px 10px;
    color: var(--color-text-low-emphasis-shift);
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: 24px
}

.shared-title-bar__text {
    color: var(--color-text-shift-on-dark-flip);
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.6rem;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 1.2rem;
    white-space: nowrap
}

.bg-img {
    width: 100%;
    position: relative;
    overflow: visible
}

.bg-img--has-shadow {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.bg-img__zero-height-container {
    height: 0;
    width: 100%;
    overflow: visible
}

.bg-img__zero-height-container--hide {
    display: none
}

.bg-img__visible-content {
    width: 100%;
    position: relative
}

.bg-img__visible-content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(var(--color-transparent), var(--color-background-scrim))
}

.bg-img__cropper {
    width: 100%;
    padding: 0;
    background: transparent;
    position: relative;
    overflow: hidden
}

.bg-img__cropper--hide {
    height: 0;
    overflow: hidden
}

.bg-img__show-default {
    background-image: url(/aero-v1/sc/h/5qi38njir9vsm46ync2qjvrrs);
    background-position: 50%;
    background-size: cover;
    margin-top: -1px
}

.bg-img__no-image-stub {
    width: 100%;
    background: transparent
}

.bg-img__spinner {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: var(--voyager-color-element-loading)
}

.not-found__header-content {
    min-height: 52px
}

.not-found__container {
    padding: 0 30px;
    width: 100vw;
    z-index: 100
}

.not-found__container-content {
    align-items: center;
    display: flex;
    margin: 0 auto;
    width: 1128px
}

.not-found__header {
    padding: 0 30px;
    background-color: var(--color-background-container)
}

.not-found__branding {
    font-size: 0
}

.not-found__footer {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: var(--color-background-container)
}

.not-found__footer-content {
    min-height: 50px;
    justify-content: center
}

.not-found__footer-copyright {
    color: var(--color-text-low-emphasis)
}

.not-found__footer-copyright .not-found__footer-link:hover {
    text-decoration: none
}

.not-found__footer-link {
    padding: 0 2px 0 1.6rem;
    color: var(--color-text-low-emphasis)
}

.not-found__footer-link:hover {
    text-decoration: underline
}

.not-found__footer-logo {
    vertical-align: top;
    color: var(--color-icon)
}

@media (forced-colors:active),
only screen and (-ms-high-contrast:active) {
    .not-found__footer-logo {
        forced-color-adjust: auto
    }
}

.accordion-panel-body.is-expanded {
    height: auto
}

.accordion-panel-body.is-collapsed {
    height: 0;
    display: none;
    overflow: hidden;
    transition: height 2s
}

.actor-list {
    background-color: var(--color-background-container);
    list-style: none
}

.actor-list .actor-item:after {
    content: "";
    display: table;
    clear: both
}

.actor-list .actor-item>a {
    display: block
}

.actor-list .actor-item>a:hover {
    text-decoration: none
}

.actor-list .actor-item:not(:first-child) {
    margin-top: .8rem
}

.actor-list .actor-item .actor-image,
.actor-list .actor-item .profile-link {
    display: inline-block;
    vertical-align: middle
}

.actor-list .actor-item .profile-link {
    width: calc(100% - 64px)
}

.actor-list .actor-item .actor-image {
    margin-right: 3px
}

.actor-list .actor-item .actor-image>img {
    display: block;
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 2px solid transparent;
    border-radius: 49.9%
}

.actor-list .actor-item .name {
    font-size: var(--font-size-medium);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-open);
    color: var(--color-text)
}

.actor-list .actor-item .headline {
    font-size: var(--font-size-small);
    color: var(--color-text-low-emphasis)
}

.actor-list .actor-item:not(:last-child):after {
    content: "";
    width: calc(100% - 56px);
    height: .8rem;
    border-bottom: 1px solid var(--color-border-faint);
    margin-left: 56px
}

.artdeco-container-card {
    display: block;
    background-color: var(--color-background-container);
    border-radius: 2px;
    margin: .8rem;
    padding: 1.2rem;
    position: relative;
    list-style: none
}

.artdeco-container-card-action-bar {
    border-top: 1px solid var(--color-border-faint);
    box-sizing: content-box;
    margin: 1.6rem -1.2rem -1.6rem;
    max-width: none
}

.distance-badge {
    position: relative
}

.distance-badge.separator:before {
    content: "\2022";
    margin: 0
}

.img-edit-button--text {
    height: 6.4rem;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0
}

.img-edit-button--circle:before {
    content: "";
    position: absolute;
    top: 0;
    right: 2.4rem;
    width: 3.2rem;
    height: 3.2rem;
    transform: translateY(-50%);
    background-color: var(--color-background-container);
    border-radius: 50%
}

.img-edit-button--circle-edge:before {
    right: 0;
    transform: translate(50%, -50%)
}

.img-edit-button--text .img-edit-button__dropdown-trigger.img-edit-button__dropdown-trigger:hover {
    background: transparent
}

.img-edit-button--circle .img-edit-button__dropdown-trigger {
    position: absolute;
    top: 0;
    right: 2.4rem;
    transform: translateY(-50%)
}

.img-edit-button--circle-edge .img-edit-button__dropdown-trigger {
    right: 0;
    transform: translate(50%, -50%)
}

.img-edit-button__dropdown-options {
    box-shadow: var(--elevation-raised);
    z-index: 2;
    background-color: var(--color-background-container);
    top: 100%;
    left: -1.2rem;
    right: auto;
    margin-top: .8rem;
    border-radius: 2px
}

.img-edit-button--circle .img-edit-button__dropdown-options {
    top: 0;
    left: 100%;
    margin-top: 3.2rem;
    margin-left: -6.4rem
}

.img-edit-button--circle-edge .img-edit-button__dropdown-options {
    margin-left: -20px
}

.img-edit-button__dropdown-options:before {
    position: absolute;
    content: "";
    top: -20px;
    left: 1.2rem;
    border: 10px solid transparent;
    border-bottom: 10px solid var(--color-border-faint)
}

.img-edit-button__dropdown-options:after {
    position: absolute;
    content: "";
    top: -18px;
    left: 13px;
    border: 9px solid transparent;
    border-bottom: 9px solid var(--color-border-on-dark)
}

.img-edit-button__dropdown-options--is-reversed {
    left: auto;
    margin-top: 1.6rem;
    right: -1.2rem
}

.img-edit-button--circle-edge .img-edit-button__dropdown-options--is-reversed {
    left: auto;
    margin-left: 0;
    margin-top: 3.2rem;
    right: -3.2rem;
    top: auto
}

.img-edit-button__dropdown-options--is-reversed:before {
    left: auto;
    right: 20px
}

.img-edit-button__dropdown-options--is-reversed:after {
    left: auto;
    right: 21px
}

.img-edit-button__action-body {
    color: var(--color-text-low-emphasis)
}

.img-edit-button__action-hint {
    white-space: normal !important
}

.img-edit-button__file-upload-input {
    top: 0;
    right: 0;
    height: 100%;
    padding-left: 100%;
    cursor: pointer;
    opacity: 0
}

.img-edit-button--text .img-edit-button__action.img-edit-button__action,
.img-edit-button__action.img-edit-button__action {
    width: 100%;
    padding: 0;
    height: auto
}

.img-edit-button__action-arrow-up-down-icon {
    width: 2.4rem !important;
    height: 2.4rem !important
}

.flavor>div {
    display: flex;
    margin-left: -.4rem;
    align-items: center;
    text-align: left
}

.top-card .flavor>div {
    justify-content: center
}

.flavor>div figure {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 6px;
    padding: 0;
    margin-right: .4rem;
    flex-basis: auto;
    overflow: hidden;
    opacity: .99
}

.flavor>div p,
.flavor>div strong {
    font-size: var(--font-size-xsmall);
    color: var(--color-text-low-emphasis)
}

.flavor>div strong {
    font-weight: var(--font-weight-bold)
}

.flavor .flavor-image {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto
}

.flavor .flavor-image[class*=ghost-] {
    width: 100%
}

.flavor .in-network-reason figure {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 3px solid transparent;
    border-radius: 49.9%
}

.actor-name-with-distance {
    position: relative;
    overflow: hidden
}

.actor-name-with-distance .name-and-icon {
    display: inline-block;
    vertical-align: middle
}

.actor-name-with-distance .name-and-icon .influencer-icon {
    margin-left: 2px
}

.actor-name-with-distance .name-and-icon .premium-icon {
    vertical-align: middle;
    margin: 0 1px
}

.actor-name-with-distance.single-line-truncate .name-and-icon {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 48px)
}

.peek-carousel__slides {
    display: flex;
    list-style-type: none;
    position: relative
}

.peek-carousel__card-item {
    margin-right: 1.2rem
}

.peek-carousel__card-item:first-child {
    margin-left: 2.4rem
}

.peek-carousel__card-item:last-child {
    margin-right: 2.4rem
}

.photo-cropper--filters {
    height: 100%
}

.photo-cropper__target-image {
    position: absolute;
    pointer-events: none
}

.photo-cropper__image-container-parent {
    overflow: hidden;
    background-color: var(--color-background-canvas-dark);
    display: flex;
    height: 100%
}

.photo-cropper__target-image-container {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: auto;
    touch-action: none
}

.photo-cropper__target-image-container--show {
    overflow: initial
}

.photo-cropper__circle-frame:after {
    position: absolute;
    content: "";
    box-shadow: 0 0 0 100vw var(--voyager-color-background-overlay);
    top: 0;
    left: 0
}

.photo-cropper__circle-frame:after,
.photo-cropper__thirds {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    pointer-events: none;
    border: 2px solid var(--color-border-on-dark)
}

.photo-cropper__thirds {
    position: relative;
    overflow: hidden
}

.photo-cropper__thirds-line {
    position: absolute;
    z-index: 1;
    background: var(--color-border-low-emphasis-on-dark)
}

.photo-cropper__thirds-line--top-horizontal {
    width: 100%;
    height: 1px;
    top: 33.3333%
}

.photo-cropper__thirds-line--bottom-horizontal {
    width: 100%;
    height: 1px;
    top: 66.6667%
}

.photo-cropper__thirds-line--left-vertical {
    height: 100%;
    width: 1px;
    left: 33.3333%
}

.photo-cropper__thirds-line--right-vertical {
    height: 100%;
    width: 1px;
    left: 66.6667%
}

.photo-cropper__thirds--bg-img {
    border-radius: 0
}

.photo-cropper__rectangle-frame:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    box-shadow: 0 0 0 100vw var(--voyager-color-background-overlay);
    top: 0;
    left: 0;
    pointer-events: none;
    border: 2px solid var(--color-border-on-dark)
}

.photo-cropper__circle-frame--non-crop:after,
.photo-cropper__rectangle-frame--non-crop:after {
    box-shadow: 0 0 0 100vw var(--color-background-canvas-dark);
    border: none
}

.photo-filter {
    flex: 0 0 auto;
    z-index: 1
}

.photo-filter__slider-container {
    width: calc(100% - 48px);
    overflow: hidden
}

.photo-filter__slider-info {
    color: var(--color-text-on-dark);
    display: flex;
    justify-content: space-between
}

.photo-filter__slider {
    height: 24px;
    padding-top: .8rem;
    cursor: auto
}

.photo-filter__slider [type=range] {
    height: inherit
}

.photo-filter__slider-button {
    color: var(--color-text-on-dark);
    width: 24px;
    height: 24px;
    overflow: visible
}

.photo-filter__select-body {
    overflow: hidden;
    padding: 1.2rem;
    width: 100%;
    max-width: 100vw
}

.photo-filter__select-body-scroll-container {
    width: 100%;
    overflow-x: scroll
}

.photo-filter__select-button {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 0 1.2rem 0 0
}

.photo-filter__select-button:last-child {
    margin-right: 0
}

.photo-filter__select-filter-image {
    height: 100%
}

.photo-filter__selected-filter {
    color: var(--color-text-on-dark)
}

.photo-filter__filter-preview-container {
    position: relative
}

.photo-filter__selected-filter .photo-filter__filter-preview-container:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid var(--color-border-on-dark);
    border-radius: 50%
}

.photo-filter__selected-filter .photo-filter__filter-preview-container--bg-img:before {
    border-radius: 2px
}

.photo-filter__loader {
    color: var(--color-icon-on-dark);
    width: 32px;
    height: 32px
}

.photo-filter__footer-button {
    min-width: 80px;
    max-width: 168px;
    padding: 0 .8rem;
    height: 80px;
    word-break: break-word;
    width: 25%
}

.photo-filter__footer-button:disabled {
    opacity: .5
}

.photo-filter__footer-button--selected:disabled {
    opacity: 1
}

.photo-filter__footer-button--visibility {
    margin-left: auto;
    text-align: center
}

.photo-filter__footer-button--visibility .visibility-setting__trigger {
    height: 80px
}

.photo-filter__footer-button--visibility .visibility-setting__trigger-content {
    flex-direction: column
}

.photo-filter__footer-button--visibility .visibility-options {
    right: 3px
}

.photo-filter__icon {
    margin: auto
}

.pic-cropper__container {
    width: 100%;
    padding: 3.2rem;
    background-color: var(--color-background-canvas-dark);
    position: relative;
    overflow: hidden;
    display: flex
}

.pic-cropper__container--crop {
    padding: 1.6rem 3.2rem 4.8rem
}

.pic-cropper__container--non-crop {
    padding: 1.6rem 3.2rem
}

.pic-cropper__target-image-container {
    position: relative;
    margin: auto;
    visibility: hidden
}

.pic-cropper__target-image-container:focus {
    outline: 5px auto -webkit-focus-ring-color
}

.pic-cropper__target-image-container:focus[data-artdeco-is-focused=true] {
    outline: none
}

.pic-cropper__target-image {
    position: absolute;
    margin: 0;
    min-width: none;
    max-width: none;
    min-height: none;
    max-height: none
}

.pic-cropper__action-ignorer {
    pointer-events: none
}

.pic-cropper__image-loaded {
    visibility: visible
}

.pic-cropper__ghost-image {
    width: 100%;
    height: 100%;
    display: block
}

.pv-s-suggested-endorsement-item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative
}

.pv-s-suggested-endorsement-item:after {
    background: var(--color-border-faint);
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: -1.6rem;
    bottom: 0;
    left: 0
}

.pv-s-suggested-endorsement-item:last-child {
    padding-bottom: 0
}

.pv-s-suggested-endorsement-item:last-child:after {
    display: none
}

.pv-s-suggested-endorsement-item--endorsed {
    color: var(--color-signal-positive)
}

.pv-s-suggested-endorsement-item__recipient {
    align-self: flex-start
}

.pv-s-pending-skill-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--color-border-faint)
}

.pv-s-pending-skill-item:last-child {
    padding-bottom: 0;
    border: 0
}

.pv-s-pending-skill-item__cta {
    flex-shrink: 0
}

.search-s-shared-connections__link:hover {
    color: var(--color-text-low-emphasis)
}

.search-s-facet {
    list-style-type: none;
    border-bottom: 0
}

.search-s-facet:first-of-type {
    padding-top: 0
}

.search-s-facet__values--all_filters .search-s-facet:last-child {
    border-bottom: 0
}

.search-filters-bar__suggested-filters .search-s-facet {
    padding-right: 0;
    margin-right: 1.2rem
}

.search-advanced-facets__facets-list .search-s-facet {
    flex-grow: 1;
    width: 264px;
    max-width: 282px;
    padding: 1.6rem 1.6rem 2.4rem
}

.search-s-facet--is-spaced-out {
    padding-right: 4.8rem
}

.search-s-facet--is-child-facet {
    border-bottom: 1px solid var(--color-border-faint)
}

.search-s-facet__button.search-s-facet__button--row {
    display: flex;
    justify-content: space-between
}

.search-s-facet__button.artdeco-button--primary {
    background-color: var(--color-signal-positive)
}

.search-s-facet__values {
    padding: .8rem
}

.search-s-facet--is-closed .search-s-facet__values {
    display: none
}

.search-s-facet--is-child-facet .search-s-facet__values {
    position: relative
}

.search-filters-bar__suggested-filters .search-s-facet__values {
    z-index: 1
}

.search-s-facet__values--is-floating {
    position: absolute;
    min-width: 320px;
    max-width: 360px;
    padding: 1.6rem;
    max-height: calc(100vh - 295px);
    min-height: 40px
}

.search-s-facet__values--overflow {
    overflow-y: auto
}

.search-advanced-facets__facets .search-s-facet--single-facet-input {
    margin-left: 0;
    margin-top: .4rem
}

.search-advanced-facets__facets-list .search-s-facet--single-facet-input,
.search-s-rail--right .search-s-facet--single-facet-input {
    margin-top: 1.2rem
}

.search-s-rail--right .search-s-facet--single-facet-input input {
    width: 258px;
    font-size: 14px
}

.search-s-facet__values--connectionOf .type-ahead-input-icons,
.search-s-facet__values--facetConnectionOf .type-ahead-input-icons {
    right: .4rem;
    display: inline-block;
    top: 9px
}

.search-filters-bar__suggested-filters .search-s-facet__values--facetNetwork,
.search-filters-bar__suggested-filters .search-s-facet__values--network {
    min-width: 240px
}

.search-s-facet-value {
    list-style-type: none;
    display: flex;
    align-items: flex-end
}

.search-s-facet-value:first-child .search-s-facet-value__label {
    margin-top: 0
}

.search-s-facet-value__label:before {
    top: 1px
}

.search-s-facet-value__content {
    max-width: 253px
}

.smart-hovercard-container .bottom-smart-hovercard,
.smart-hovercard-container .left-smart-hovercard,
.smart-hovercard-container .right-smart-hovercard,
.smart-hovercard-container .top-smart-hovercard {
    font-size: 1.4rem;
    line-height: 1.42857;
    color: var(--color-text);
    background-clip: padding-box;
    background-color: var(--color-background-container);
    border-radius: 2px;
    max-width: 320px;
    opacity: 0;
    padding: 14px 16px;
    position: absolute;
    transition: visibility 0s linear .2s, opacity .2s linear;
    visibility: hidden;
    z-index: 999;
    box-shadow: var(--elevation-raised)
}

.smart-hovercard-container .bottom-smart-hovercard:after,
.smart-hovercard-container .bottom-smart-hovercard:before,
.smart-hovercard-container .left-smart-hovercard:after,
.smart-hovercard-container .left-smart-hovercard:before,
.smart-hovercard-container .right-smart-hovercard:after,
.smart-hovercard-container .right-smart-hovercard:before,
.smart-hovercard-container .top-smart-hovercard:after,
.smart-hovercard-container .top-smart-hovercard:before {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    position: absolute
}

.smart-hovercard-container .bottom-smart-hovercard.active,
.smart-hovercard-container .left-smart-hovercard.active,
.smart-hovercard-container .right-smart-hovercard.active,
.smart-hovercard-container .top-smart-hovercard.active {
    opacity: 1;
    transition-delay: 0s;
    visibility: visible
}

.smart-hovercard-container .top-smart-hovercard:after {
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: var(--color-border-on-dark);
    border-width: 8px 8px 0;
    bottom: -8px;
    margin-left: -9px
}

.smart-hovercard-container .top-smart-hovercard:after,
.smart-hovercard-container .top-smart-hovercard:before {
    border-top: 0 solid transparent;
    left: 50%
}

.smart-hovercard-container .top-smart-hovercard:before {
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: var(--color-border-faint);
    border-width: 9px 9px 0;
    bottom: -10px;
    margin-left: -10px
}

.smart-hovercard-container .bottom-smart-hovercard:after {
    border-left-color: transparent;
    border-bottom-color: var(--color-border-on-dark);
    border-right-color: transparent;
    border-top-color: transparent;
    border-width: 0 8px 8px;
    top: -8px;
    margin-left: -9px
}

.smart-hovercard-container .bottom-smart-hovercard:after,
.smart-hovercard-container .bottom-smart-hovercard:before {
    border-bottom: 0 solid transparent;
    left: 50%
}

.smart-hovercard-container .bottom-smart-hovercard:before {
    border-left-color: transparent;
    border-bottom-color: var(--color-border-faint);
    border-right-color: transparent;
    border-top-color: transparent;
    border-width: 0 9px 9px;
    top: -10px;
    margin-left: -10px
}

.smart-hovercard-container .right-smart-hovercard:after {
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: var(--color-border-on-dark);
    border-top-color: transparent;
    border-width: 8px 8px 8px 0;
    left: -8px;
    margin-top: -9px
}

.smart-hovercard-container .right-smart-hovercard:after,
.smart-hovercard-container .right-smart-hovercard:before {
    border-right: 0 solid transparent;
    top: 50%
}

.smart-hovercard-container .right-smart-hovercard:before {
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: var(--color-border-faint);
    border-top-color: transparent;
    border-width: 9px 9px 9px 0;
    left: -10px;
    margin-top: -10px
}

.smart-hovercard-container .left-smart-hovercard {
    right: 0
}

.smart-hovercard-container .left-smart-hovercard:after {
    border-left-color: var(--color-border-on-dark);
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    border-width: 8px 0 8px 8px;
    right: -8px;
    margin-top: -9px
}

.smart-hovercard-container .left-smart-hovercard:after,
.smart-hovercard-container .left-smart-hovercard:before {
    border-left: 0 solid transparent;
    top: 50%
}

.smart-hovercard-container .left-smart-hovercard:before {
    border-left-color: var(--color-border-faint);
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    border-width: 9px 0 9px 9px;
    right: -10px;
    margin-top: -10px
}

.smart-hovercard-container .hovercard-trigger {
    cursor: default
}

.muted-hovercard-background:after {
    background-color: var(--voyager-color-background-scrim-tint);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.entity-all.separate-entities .entity-list-item {
    border-radius: 2px;
    padding: 1.2rem;
    background-color: var(--color-background-container);
    margin: .8rem .8rem 0;
    width: auto
}

.entity-all {
    background-color: var(--color-background-container-tint)
}

.entity-all .global-title-container h1 {
    text-align: center;
    display: block;
    margin: 0
}

.entity-all>p {
    padding: 1.2rem
}

.entity-all span.loading {
    display: block;
    text-align: center;
    margin: 1.6rem
}

.entity-all .entity-list.tile {
    margin-top: 0;
    border-bottom: 1px solid var(--color-border-faint)
}

.entity-all .card {
    border-radius: 2px;
    padding: 1.2rem;
    background-color: var(--color-background-container);
    margin: .8rem .8rem 0;
    width: auto
}

.entity-all .card h2 {
    font-size: var(--font-size-medium);
    line-height: var(--line-height-open);
    color: var(--color-text);
    margin-bottom: 12px
}

.entity-all .card li,
.entity-all .card p {
    font-size: var(--font-size-small);
    color: var(--color-text);
    margin-bottom: 12px
}

.entity-all .card ul {
    margin: 0 0 12px 24px
}

.entity-all .card li {
    margin-bottom: 6px
}

.entity-all.separate-entities .entity-list-item .content-wrapper,
.entity-all.separate-entities .entity-list-item .cta-wrap {
    border-bottom: none
}

.entity-all.separate-entities .entity-list-item .content-wrapper {
    padding: 1.2rem 1.2rem 1.2rem 0
}

.entity-all.feed-container-theme .entity-list-item {
    padding: 0;
    border-radius: 4px
}

.entity-all.feed-container-theme .update {
    margin: 0
}

.square-entity-logo-container {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.square-entity-logo-container.size-1 {
    width: 32px;
    height: 32px
}

.square-entity-logo-container.size-1,
.square-entity-logo-container.size-2 {
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 6px
}

.square-entity-logo-container.size-2 {
    width: 40px;
    height: 40px
}

.square-entity-logo-container.size-3 {
    width: 48px;
    height: 48px
}

.square-entity-logo-container.size-3,
.square-entity-logo-container.size-4 {
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 6px
}

.square-entity-logo-container.size-4 {
    width: 56px;
    height: 56px
}

.square-entity-logo-container.size-5 {
    width: 72px;
    height: 72px
}

.square-entity-logo-container.size-5,
.square-entity-logo-container.size-6 {
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 6px
}

.square-entity-logo-container.size-6 {
    width: 88px;
    height: 88px
}

.square-entity-logo-container.size-7 {
    width: 104px;
    height: 104px
}

.square-entity-logo-container.size-7,
.square-entity-logo-container.size-8 {
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 6px
}

.square-entity-logo-container.size-8 {
    width: 128px;
    height: 128px
}

.square-entity-logo-container.size-9 {
    width: 200px;
    height: 200px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 6px
}

.square-entity-logo-container.size-10 {
    width: 240px;
    height: 240px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 8px solid transparent;
    border-radius: 10px
}

.square-entity-logo-container.size-11 {
    width: 280px;
    height: 280px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 6px
}

.square-entity-logo-container .logo-image {
    background-color: var(--color-brand);
    max-width: 100%;
    max-height: 100%
}

.square-entity-logo-container .logo-image.loaded {
    background-color: transparent
}

.square-entity-logo-container .ghost-company,
.square-entity-logo-container .ghost-school {
    width: 100%;
    height: 100%
}

.jobs-search-filters,
.search-alert-modal__container,
.search-facets-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-background-container);
    z-index: 100;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.jobs-search-filters .global-title-container .global-title,
.search-alert-modal__container .global-title-container .global-title,
.search-facets-modal .global-title-container .global-title {
    top: 0
}

.jobs-search-filters .global-title-container .global-title h1,
.search-alert-modal__container .global-title-container .global-title h1,
.search-facets-modal .global-title-container .global-title h1 {
    display: block;
    text-align: center;
    margin: 0;
    font-size: var(--font-size-large);
    font-weight: var(--font-weight-bold);
    color: var(--color-text);
    line-height: 44px
}

.jobs-search-filters .global-title-container .global-title button:not(.artdeco-button):not(.peek-carousel-controls__button),
.search-alert-modal__container .global-title-container .global-title button:not(.artdeco-button):not(.peek-carousel-controls__button),
.search-facets-modal .global-title-container .global-title button:not(.artdeco-button):not(.peek-carousel-controls__button) {
    position: absolute;
    top: 0;
    height: 100%;
    padding: 0 1.6rem;
    background: transparent;
    font-size: var(--font-size-medium);
    line-height: var(--line-height-open);
    color: var(--color-text)
}

.jobs-search-filters .global-title-container .global-title .done,
.search-alert-modal__container .global-title-container .global-title .done,
.search-facets-modal .global-title-container .global-title .done {
    right: 0
}

.jobs-search-filters .global-title-container .global-title .reset,
.search-alert-modal__container .global-title-container .global-title .reset,
.search-facets-modal .global-title-container .global-title .reset {
    left: 0
}

.artdeco-entity-lockup [class*=artdeco-entity-lockup__image--type-circle] img,
.artdeco-entity-lockup [class*=artdeco-entity-lockup__image--type-square] img,
[class*=artdeco-entity-pile__image--circle],
[class*=artdeco-entity-pile__image--square],
[class*=EntityPhoto-circle],
[class*=EntityPhoto-square] {
    background-color: var(--color-background-container);
    color: var(--color-text);
    border: none;
    box-shadow: none
}

.artdeco-entity-lockup [class*=artdeco-entity-lockup__image--type-circle] img,
[class*=artdeco-entity-pile__image--circle],
[class*=EntityPhoto-circle] {
    border-radius: var(--corner-radius-full) !important
}

.artdeco-entity-lockup [class*=artdeco-entity-lockup__image--type-square] img,
[class*=artdeco-entity-pile__image--square],
[class*=EntityPhoto-square] {
    border-radius: 0 !important
}

[class*=EntityPhoto-circle-0],
[class*=EntityPhoto-square-0] {
    height: 24px !important;
    width: 24px !important
}

[class$=-ghost-initials] {
    color: var(--color-text-on-dark-flip);
    background-color: var(--color-brand-accent-4)
}

#artdeco-global-alert-container {
    display: none
}

.artdeco-toasts__header,
.artdeco-toasts__instructions {
    display: block;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.media-player__player {
    display: none
}

.vjs-poster-background {
    width: 100%;
    vertical-align: middle
}

.artdeco-card {
    overflow: visible
}

.artdeco-loader:not(.artdeco-button__icon) {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.artdeco-pill__label {
    z-index: 0
}

.artdeco-toggle:after,
.artdeco-toggle:before {
    top: unset !important
}

label.artdeco-toggle__label {
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0
}

label.artdeco-toggle__label .label:not(.a11y-text) {
    all: unset !important
}

.text-body-xsmall {
    line-height: var(--line-height-default)
}

.text-body-xsmall,
.text-body-xsmall-open {
    font-size: var(--font-size-xsmall);
    font-weight: var(--font-weight-regular)
}

.text-body-xsmall-open {
    line-height: var(--line-height-open)
}

.text-body-xsmall-bold {
    font-size: var(--font-size-xsmall);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-default)
}

.text-body-small {
    line-height: var(--line-height-default)
}

.text-body-small,
.text-body-small-open {
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-regular)
}

.text-body-small-open {
    line-height: var(--line-height-open)
}

.text-body-small-bold {
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-default)
}

.text-body-medium {
    line-height: var(--line-height-default)
}

.text-body-medium,
.text-body-medium-open {
    font-size: var(--font-size-medium);
    font-weight: var(--font-weight-regular)
}

.text-body-medium-open {
    line-height: var(--line-height-open)
}

.text-body-medium-bold {
    font-size: var(--font-size-medium);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-default)
}

.text-body-large {
    line-height: var(--line-height-default)
}

.text-body-large,
.text-body-large-open {
    font-size: var(--font-size-large);
    font-weight: var(--font-weight-regular)
}

.text-body-large-open {
    line-height: var(--line-height-open)
}

.text-body-large-bold {
    font-size: var(--font-size-large)
}

.text-body-large-bold,
.text-heading-small {
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-default)
}

.text-heading-small {
    font-size: var(--font-size-small)
}

.text-heading-medium {
    font-size: var(--font-size-medium)
}

.text-heading-large,
.text-heading-medium {
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-default)
}

.text-heading-large {
    font-size: var(--font-size-large)
}

.text-heading-xlarge {
    font-size: var(--font-size-xlarge);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-default)
}

.text-display-small {
    font-weight: var(--font-weight-regular)
}

.text-display-small,
.text-display-small-bold {
    font-size: var(--font-size-display-small);
    line-height: var(--line-height-default)
}

.text-display-small-bold {
    font-weight: var(--font-weight-bold)
}

.text-display-medium {
    font-weight: var(--font-weight-regular)
}

.text-display-medium,
.text-display-medium-bold {
    font-size: var(--font-size-display-medium);
    line-height: var(--line-height-default)
}

.text-display-medium-bold {
    font-weight: var(--font-weight-bold)
}

.text-display-large {
    font-weight: var(--font-weight-regular)
}

.text-display-large,
.text-display-large-bold {
    font-size: var(--font-size-display-large);
    line-height: var(--line-height-default)
}

.text-display-large-bold {
    font-weight: var(--font-weight-bold)
}

.text-display-xlarge {
    font-weight: var(--font-weight-regular)
}

.text-display-xlarge,
.text-display-xlarge-bold {
    font-size: var(--font-size-display-xlarge);
    line-height: var(--line-height-default)
}

.text-display-xlarge-bold {
    font-weight: var(--font-weight-bold)
}

.hue-web-color-scheme--dark {
    --hue-web-svg-display-light: none;
    --hue-web-svg-display-dark: block
}

.hue-web-color-scheme--light {
    --hue-web-svg-display-light: block;
    --hue-web-svg-display-dark: none
}

svg[data-supported-dps="14x14"] {
    width: 1.4rem;
    height: 1.4rem
}

svg[data-supported-dps="16x16"] {
    width: 1.6rem;
    height: 1.6rem
}

svg[data-supported-dps="21x21"] {
    width: 2.1rem;
    height: 2.1rem
}

svg[data-supported-dps="26x26"] {
    width: 2.6rem;
    height: 2.6rem
}

svg[data-supported-dps="24x24"] {
    width: 2.4rem;
    height: 2.4rem
}

svg[data-supported-dps="32x32"] {
    width: 3.2rem;
    height: 3.2rem
}

svg[data-supported-dps="34x34"] {
    width: 3.4rem;
    height: 3.4rem
}

svg[data-supported-dps="40x40"] {
    width: 4rem;
    height: 4rem
}

svg[data-supported-dps="48x48"] {
    width: 4.8rem;
    height: 4.8rem
}

svg[data-supported-dps="64x64"] {
    width: 6.4rem;
    height: 6.4rem
}

svg[data-supported-dps="72x72"] {
    width: 7.2rem;
    height: 7.2rem
}

svg[data-supported-dps="128x128"] {
    width: 12.8rem;
    height: 12.8rem
}

svg[data-supported-dps="256x256"] {
    width: 25.6rem;
    height: 25.6rem
}

svg[data-supported-dps="159x40"] {
    width: 15.9rem;
    height: 4rem
}

svg[data-supported-dps="135x34"] {
    width: 13.5rem;
    height: 3.4rem
}

svg[data-supported-dps="102x26"] {
    width: 10.2rem;
    height: 2.6rem
}

svg[data-supported-dps="190x48"] {
    width: 19rem;
    height: 4.8rem
}

svg[data-supported-dps="84x21"] {
    width: 8.4rem;
    height: 2.1rem
}

svg[data-supported-dps="56x14"] {
    width: 5.6rem;
    height: 1.4rem
}

svg[data-supported-dps="78x8"] {
    width: 7.8rem;
    height: .8rem
}

svg[data-supported-dps="98x10"] {
    width: 9.8rem;
    height: 1rem
}

svg[data-supported-dps="117x12"] {
    width: 11.7rem;
    height: 1.2rem
}

svg[data-supported-dps="156x16"] {
    width: 15.6rem;
    height: 1.6rem
}

svg[data-supported-dps="195x20"] {
    width: 19.5rem;
    height: 2rem
}

svg[data-supported-dps="234x24"] {
    width: 23.4rem;
    height: 2.4rem
}

svg[data-supported-dps="312x32"] {
    width: 31.2rem;
    height: 3.2rem
}

svg[data-supported-dps="64x8"] {
    width: 6.4rem;
    height: .8rem
}

svg[data-supported-dps="80x10"] {
    width: 8rem;
    height: 1rem
}

svg[data-supported-dps="96x12"] {
    width: 9.6rem;
    height: 1.2rem
}

svg[data-supported-dps="128x16"] {
    width: 12.8rem;
    height: 1.6rem
}

svg[data-supported-dps="160x20"] {
    width: 16rem;
    height: 2rem
}

svg[data-supported-dps="192x24"] {
    width: 19.2rem;
    height: 2.4rem
}

svg[data-supported-dps="256x32"] {
    width: 25.6rem;
    height: 3.2rem
}

svg[data-supported-dps="288x96"] {
    width: 28.8rem;
    height: 9.6rem
}

[dir=rtl] .rtl-flip {
    /*!rtl:begin:ignore*/
    transform: rotateY(180deg)
        /*!rtl:end:ignore*/
}

/* :lang(en) {
    font-family: var(--artdeco-reset-typography-font-family-sans)
} */