/* NEU GENUA STYLE */
:root {
    --blue: #0046B9;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e60037;
    --orange: #fd7e14;
    --yellow: #FFC300;
    --green: #28D7B9;
    --teal: #006482;
    --cyan: #32d7f5;
    --white: #fff;
    --gray: #D6CACB;
    --gray-dark: #343a40;
    --blue-dark: #001487;
    --blue-safety: #0F234B;
    --violet: #7D37F0;
    --yellow-unity: #FFE606;
    --primary: #FFE606;
    --secondary: #fff;
    --success: #01B955;
    --info: #32d7f5;
    --warning: #FFC300;
    --danger: #e60037;
    --light: #e8e9ed;
    --dark: #0F234B;
    --white: #fff;
    --infoRed: #e60037;
    --infoBlue: #0046B9;
    --gray: #e8e9ed;
    --infoGrayUltralight: #f9fafb;
    --cyan: #32d7f5;
    --safetyBlue: #0F234B;
    --safetyBlueMid: #79768f;
    --safetyBlueLight: #9fa7b8;
    --safetyBlueLightest: #e8e9ed;
    --blueDark: #001487;
    --unityYellow: #FFE606;
    --futureGreen: #28D7B9;
    --futureGreenLightest: #d4f7f1;
    --digitalViolet: #7D37F0;
    --teal: #006482;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 769px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1300px;
    --breakpoint-xxl: 1500px;
    --breakpoint-xxxl: 1800px;
    --font-family-sans-serif: "Founders Grotesk Text", "WorkSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,*::before,*::after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: "Founders Grotesk Text","WorkSans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0F234B;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

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

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,ul,dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ul ul,ol ul,ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 500
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #7D37F0;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #560fcb;
    text-decoration: underline
}

a:not([href]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

pre,code,kbd,samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,button,select,optgroup,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[role="button"] {
    cursor: pointer
}

select {
    word-wrap: normal
}

button,[type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"],input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    height: auto;
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.1
}

h1,.h1 {
    font-size: 1.95312rem
}

h2,.h2 {
    font-size: 1.5625rem
}

h3,.h3 {
    font-size: 1.25rem
}

h4,.h4 {
    font-size: 1rem
}

h5,.h5 {
    font-size: .83333rem
}

h6,.h6 {
    font-size: .69444rem
}

.lead {
    font-size: 1.2rem;
    font-weight: 400
}

.display-1 {
    font-size: 4.76837rem;
    font-weight: 700;
    line-height: 1.2
}

.display-2 {
    font-size: 3.8147rem;
    font-weight: 700;
    line-height: 1.2
}

.display-3 {
    font-size: 3.05176rem;
    font-weight: 700;
    line-height: 1.2
}

.display-4 {
    font-size: 2.44141rem;
    font-weight: 500;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #0F234B
}

small,.small {
    font-size: .83333rem;
    font-weight: 400
}

mark,.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: .83333rem;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid,.ppg-AnimationContainer.ppg-AnimationContainer--round .ppg-Animated-image svg {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #79768f
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 500
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width:769px
    }
}

@media (min-width: 769px) {
    .container {
        max-width:992px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:1100px
    }
}

@media (min-width: 1300px) {
    .container {
        max-width:1200px
    }
}

@media (min-width: 1500px) {
    .container {
        max-width:1500px
    }
}

@media (min-width: 1800px) {
    .container {
        max-width:1600px
    }
}

.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl,.container-xxxl {
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container,.container-sm {
        max-width:769px
    }
}

@media (min-width: 769px) {
    .container,.container-sm,.container-md {
        max-width:992px
    }
}

@media (min-width: 992px) {
    .container,.container-sm,.container-md,.container-lg {
        max-width: 1200px
    }
}

@media (min-width: 1300px) {
    .container,.container-sm,.container-md,.container-lg,.container-xl {
        max-width:1200px
    }
}

@media (min-width: 1500px) {
    .container,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl {
        max-width:1500px
    }
}

@media (min-width: 1800px) {
    .container,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl,.container-xxxl {
        max-width:1600px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.25rem;
    margin-left: -1.25rem
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl,.col-xxl-auto,.col-xxxl-1,.col-xxxl-2,.col-xxxl-3,.col-xxxl-4,.col-xxxl-5,.col-xxxl-6,.col-xxxl-7,.col-xxxl-8,.col-xxxl-9,.col-xxxl-10,.col-xxxl-11,.col-xxxl-12,.col-xxxl,.col-xxxl-auto {
    position: relative;
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

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

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

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

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

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

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

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

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

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

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

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

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

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

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

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

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

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis:0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

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

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

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

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

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

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

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

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

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

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

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

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

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

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

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

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

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 769px) {
    .col-md {
        flex-basis:0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

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

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

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

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

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

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

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

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

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

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

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

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

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

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

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

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

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis:0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

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

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

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

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

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

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

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

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

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

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

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

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

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

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

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

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

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1300px) {
    .col-xl {
        flex-basis:0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

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

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

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

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

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

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

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

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

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

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

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

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

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

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

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

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

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1500px) {
    .col-xxl {
        flex-basis:0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-xxl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

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

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

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

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

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

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

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

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

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

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

    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        order: -1
    }

    .order-xxl-last {
        order: 13
    }

    .order-xxl-0 {
        order: 0
    }

    .order-xxl-1 {
        order: 1
    }

    .order-xxl-2 {
        order: 2
    }

    .order-xxl-3 {
        order: 3
    }

    .order-xxl-4 {
        order: 4
    }

    .order-xxl-5 {
        order: 5
    }

    .order-xxl-6 {
        order: 6
    }

    .order-xxl-7 {
        order: 7
    }

    .order-xxl-8 {
        order: 8
    }

    .order-xxl-9 {
        order: 9
    }

    .order-xxl-10 {
        order: 10
    }

    .order-xxl-11 {
        order: 11
    }

    .order-xxl-12 {
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

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

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

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

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

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

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1800px) {
    .col-xxxl {
        flex-basis:0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-xxxl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxxl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxxl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xxxl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxxl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxxl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

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

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

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

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

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

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

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

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

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

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

    .col-xxxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxxl-first {
        order: -1
    }

    .order-xxxl-last {
        order: 13
    }

    .order-xxxl-0 {
        order: 0
    }

    .order-xxxl-1 {
        order: 1
    }

    .order-xxxl-2 {
        order: 2
    }

    .order-xxxl-3 {
        order: 3
    }

    .order-xxxl-4 {
        order: 4
    }

    .order-xxxl-5 {
        order: 5
    }

    .order-xxxl-6 {
        order: 6
    }

    .order-xxxl-7 {
        order: 7
    }

    .order-xxxl-8 {
        order: 8
    }

    .order-xxxl-9 {
        order: 9
    }

    .order-xxxl-10 {
        order: 10
    }

    .order-xxxl-11 {
        order: 11
    }

    .order-xxxl-12 {
        order: 12
    }

    .offset-xxxl-0 {
        margin-left: 0
    }

    .offset-xxxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxxl-2 {
        margin-left: 16.66667%
    }

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

    .offset-xxxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxxl-5 {
        margin-left: 41.66667%
    }

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

    .offset-xxxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxxl-8 {
        margin-left: 66.66667%
    }

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

    .offset-xxxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxxl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #0F234B
}

.table th,.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm th,.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered th,.table-bordered td {
    border: 1px solid #dee2e6
}

.table-bordered thead th,.table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.05)
}

.table-hover tbody tr:hover {
    color: #0F234B;
    background-color: rgba(0,0,0,0.075)
}

.table-primary,.table-primary>th,.table-primary>td {
    background-color: #fffde6
}

.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody {
    border-color: #fff59b
}

.table-hover .table-primary:hover {
    background-color: #fffbcd
}

.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
    background-color: #fffbcd
}

.table-secondary,.table-secondary>th,.table-secondary>td {
    background-color: #fff
}

.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody {
    border-color: #fff
}

.table-hover .table-secondary:hover {
    background-color: #f2f2f2
}

.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
    background-color: #f2f2f2
}

.table-success,.table-success>th,.table-success>td {
    background-color: #e6f8ee
}

.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody {
    border-color: #99e3bb
}

.table-hover .table-success:hover {
    background-color: #d2f2e0
}

.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
    background-color: #d2f2e0
}

.table-info,.table-info>th,.table-info>td {
    /*background-color: #ebfbfe*/
    background-color: transparent
}

.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody {
    border-color: #adeffb
}

.table-hover .table-info:hover {
    background-color: #d3f6fd
}

.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
    background-color: #d3f6fd
}

.table-warning,.table-warning>th,.table-warning>td {
    background-color: #fff9e6
}

.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody {
    border-color: #ffe799
}

.table-hover .table-warning:hover {
    background-color: #fff3cd
}

.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
    background-color: #fff3cd
}

.table-danger,.table-danger>th,.table-danger>td {
    background-color: #fde6eb
}

.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody {
    border-color: #f599af
}

.table-hover .table-danger:hover {
    background-color: #fbced8
}

.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
    background-color: #fbced8
}

.table-light,.table-light>th,.table-light>td {
    background-color: #fdfdfd
}

.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody {
    border-color: #f6f6f8
}

.table-hover .table-light:hover {
    background-color: #f0f0f0
}

.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
    background-color: #f0f0f0
}

.table-dark,.table-dark>th,.table-dark>td {
    background-color: #e7e9ed
}

.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody {
    border-color: #9fa7b7
}

.table-hover .table-dark:hover {
    background-color: #d8dce2
}

.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
    background-color: #d8dce2
}

.table-white,.table-white>th,.table-white>td {
    background-color: #fff
}

.table-white th,.table-white td,.table-white thead th,.table-white tbody+tbody {
    border-color: #fff
}

.table-hover .table-white:hover {
    background-color: #f2f2f2
}

.table-hover .table-white:hover>td,.table-hover .table-white:hover>th {
    background-color: #f2f2f2
}

.table-infoRed,.table-infoRed>th,.table-infoRed>td {
    background-color: #fde6eb
}

.table-infoRed th,.table-infoRed td,.table-infoRed thead th,.table-infoRed tbody+tbody {
    border-color: #f599af
}

.table-hover .table-infoRed:hover {
    background-color: #fbced8
}

.table-hover .table-infoRed:hover>td,.table-hover .table-infoRed:hover>th {
    background-color: #fbced8
}

.table-infoBlue,.table-infoBlue>th,.table-infoBlue>td {
    background-color: #e6edf8
}

.table-infoBlue th,.table-infoBlue td,.table-infoBlue thead th,.table-infoBlue tbody+tbody {
    border-color: #99b5e3
}

.table-hover .table-infoBlue:hover {
    background-color: #d2dff2
}

.table-hover .table-infoBlue:hover>td,.table-hover .table-infoBlue:hover>th {
    background-color: #d2dff2
}

.table-gray,.table-gray>th,.table-gray>td {
    background-color: #fdfdfd
}

.table-gray th,.table-gray td,.table-gray thead th,.table-gray tbody+tbody {
    border-color: #f6f6f8
}

.table-hover .table-gray:hover {
    background-color: #f0f0f0
}

.table-hover .table-gray:hover>td,.table-hover .table-gray:hover>th {
    background-color: #f0f0f0
}

.table-infoGrayUltralight,.table-infoGrayUltralight>th,.table-infoGrayUltralight>td {
    background-color: #feffff
}

.table-infoGrayUltralight th,.table-infoGrayUltralight td,.table-infoGrayUltralight thead th,.table-infoGrayUltralight tbody+tbody {
    border-color: #fdfdfd
}

.table-hover .table-infoGrayUltralight:hover {
    background-color: #e5ffff
}

.table-hover .table-infoGrayUltralight:hover>td,.table-hover .table-infoGrayUltralight:hover>th {
    background-color: #e5ffff
}

.table-cyan,.table-cyan>th,.table-cyan>td {
    background-color: #ebfbfe
}

.table-cyan th,.table-cyan td,.table-cyan thead th,.table-cyan tbody+tbody {
    border-color: #adeffb
}

.table-hover .table-cyan:hover {
    background-color: #d3f6fd
}

.table-hover .table-cyan:hover>td,.table-hover .table-cyan:hover>th {
    background-color: #d3f6fd
}

.table-safetyBlue,.table-safetyBlue>th,.table-safetyBlue>td {
    background-color: #e7e9ed
}

.table-safetyBlue th,.table-safetyBlue td,.table-safetyBlue thead th,.table-safetyBlue tbody+tbody {
    border-color: #9fa7b7
}

.table-hover .table-safetyBlue:hover {
    background-color: #d8dce2
}

.table-hover .table-safetyBlue:hover>td,.table-hover .table-safetyBlue:hover>th {
    background-color: #d8dce2
}

.table-safetyBlueMid,.table-safetyBlueMid>th,.table-safetyBlueMid>td {
    background-color: #f2f1f4
}

.table-safetyBlueMid th,.table-safetyBlueMid td,.table-safetyBlueMid thead th,.table-safetyBlueMid tbody+tbody {
    border-color: #c9c8d2
}

.table-hover .table-safetyBlueMid:hover {
    background-color: #e5e3e9
}

.table-hover .table-safetyBlueMid:hover>td,.table-hover .table-safetyBlueMid:hover>th {
    background-color: #e5e3e9
}

.table-safetyBlueLight,.table-safetyBlueLight>th,.table-safetyBlueLight>td {
    background-color: #f5f6f8
}

.table-safetyBlueLight th,.table-safetyBlueLight td,.table-safetyBlueLight thead th,.table-safetyBlueLight tbody+tbody {
    border-color: #d9dce3
}

.table-hover .table-safetyBlueLight:hover {
    background-color: #e6e9ee
}

.table-hover .table-safetyBlueLight:hover>td,.table-hover .table-safetyBlueLight:hover>th {
    background-color: #e6e9ee
}

.table-safetyBlueLightest,.table-safetyBlueLightest>th,.table-safetyBlueLightest>td {
    background-color: #fdfdfd
}

.table-safetyBlueLightest th,.table-safetyBlueLightest td,.table-safetyBlueLightest thead th,.table-safetyBlueLightest tbody+tbody {
    border-color: #f6f6f8
}

.table-hover .table-safetyBlueLightest:hover {
    background-color: #f0f0f0
}

.table-hover .table-safetyBlueLightest:hover>td,.table-hover .table-safetyBlueLightest:hover>th {
    background-color: #f0f0f0
}

.table-blueDark,.table-blueDark>th,.table-blueDark>td {
    background-color: #e6e8f3
}

.table-blueDark th,.table-blueDark td,.table-blueDark thead th,.table-blueDark tbody+tbody {
    border-color: #99a1cf
}

.table-hover .table-blueDark:hover {
    background-color: #d5d8eb
}

.table-hover .table-blueDark:hover>td,.table-hover .table-blueDark:hover>th {
    background-color: #d5d8eb
}

.table-unityYellow,.table-unityYellow>th,.table-unityYellow>td {
    background-color: #fffde6
}

.table-unityYellow th,.table-unityYellow td,.table-unityYellow thead th,.table-unityYellow tbody+tbody {
    border-color: #fff59b
}

.table-hover .table-unityYellow:hover {
    background-color: #fffbcd
}

.table-hover .table-unityYellow:hover>td,.table-hover .table-unityYellow:hover>th {
    background-color: #fffbcd
}

.table-futureGreen,.table-futureGreen>th,.table-futureGreen>td {
    background-color: #eafbf8
}

.table-futureGreen th,.table-futureGreen td,.table-futureGreen thead th,.table-futureGreen tbody+tbody {
    border-color: #a9efe3
}

.table-hover .table-futureGreen:hover {
    background-color: #d5f7f1
}

.table-hover .table-futureGreen:hover>td,.table-hover .table-futureGreen:hover>th {
    background-color: #d5f7f1
}

.table-futureGreenLightest,.table-futureGreenLightest>th,.table-futureGreenLightest>td {
    background-color: #fbfefe
}

.table-futureGreenLightest th,.table-futureGreenLightest td,.table-futureGreenLightest thead th,.table-futureGreenLightest tbody+tbody {
    border-color: #eefcf9
}

.table-hover .table-futureGreenLightest:hover {
    background-color: #e7f9f9
}

.table-hover .table-futureGreenLightest:hover>td,.table-hover .table-futureGreenLightest:hover>th {
    background-color: #e7f9f9
}

.table-digitalViolet,.table-digitalViolet>th,.table-digitalViolet>td {
    background-color: #f2ebfe
}

.table-digitalViolet th,.table-digitalViolet td,.table-digitalViolet thead th,.table-digitalViolet tbody+tbody {
    border-color: #cbaff9
}

.table-hover .table-digitalViolet:hover {
    background-color: #e2d3fd
}

.table-hover .table-digitalViolet:hover>td,.table-hover .table-digitalViolet:hover>th {
    background-color: #e2d3fd
}

.table-teal,.table-teal>th,.table-teal>td {
    background-color: #e6f0f3
}

.table-teal th,.table-teal td,.table-teal thead th,.table-teal tbody+tbody {
    border-color: #99c1cd
}

.table-hover .table-teal:hover {
    background-color: #d5e6eb
}

.table-hover .table-teal:hover>td,.table-hover .table-teal:hover>th {
    background-color: #d5e6eb
}

.table-active,.table-active>th,.table-active>td {
    background-color: rgba(0,0,0,0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,0.075)
}

.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
    background-color: rgba(0,0,0,0.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark th,.table-dark td,.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,0.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255,255,255,0.075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 768.98px) {
    .table-responsive-md {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1299.98px) {
    .table-responsive-xl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

@media (max-width: 1499.98px) {
    .table-responsive-xxl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xxl>.table-bordered {
        border: 0
    }
}

@media (max-width: 1799.98px) {
    .table-responsive-xxxl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xxxl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 2rem + 4px);
    padding: .5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0F234B;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #0F234B;
    border-radius: .25rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #0F234B
}

.form-control:focus {
    color: #0F234B;
    background-color: #fff;
    border-color: #fff386;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,230,6,0.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control {
    -webkit-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #0F234B;
    background-color: #fff
}

.form-control-file,.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.2rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .83333rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .5rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #0F234B;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .83333rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[size],select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input[disabled] ~ .form-check-label,.form-check-input:disabled ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .83333rem;
    color: #01B955
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .83333rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(1,185,85,0.9);
    border-radius: .25rem
}

.was-validated :valid ~ .valid-feedback,.was-validated :valid ~ .valid-tooltip,.is-valid ~ .valid-feedback,.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .form-control:valid,.form-control.is-valid {
    border-color: #01B955;
    padding-right: calc(1.5em + 1rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2301B955' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .25rem) center;
    background-size: calc(.75em + .5rem) calc(.75em + .5rem)
}

.was-validated .form-control:valid:focus,.form-control.is-valid:focus {
    border-color: #01B955;
    box-shadow: 0 0 0 .2rem rgba(1,185,85,0.25)
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
    padding-right: calc(1.5em + 1rem);
    background-position: top calc(.375em + .25rem) right calc(.375em + .25rem)
}

.was-validated .custom-select:valid,.custom-select.is-valid {
    border-color: #01B955;
    padding-right: calc(.75em + 2.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2301B955' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 2rem/calc(.75em + .5rem) calc(.75em + .5rem)
}

.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus {
    border-color: #01B955;
    box-shadow: 0 0 0 .2rem rgba(1,185,85,0.25)
}

.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label {
    color: #01B955
}

.was-validated .form-check-input:valid ~ .valid-feedback,.was-validated .form-check-input:valid ~ .valid-tooltip,.form-check-input.is-valid ~ .valid-feedback,.form-check-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid ~ .custom-control-label,.custom-control-input.is-valid ~ .custom-control-label {
    color: #01B955
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #01B955
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,.custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #01ec6c;
    background-color: #01ec6c
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(1,185,85,0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #01B955
}

.was-validated .custom-file-input:valid ~ .custom-file-label,.custom-file-input.is-valid ~ .custom-file-label {
    border-color: #01B955
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,.custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #01B955;
    box-shadow: 0 0 0 .2rem rgba(1,185,85,0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .83333rem;
    color: #e60037
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .83333rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(230,0,55,0.9);
    border-radius: .25rem
}

.was-validated :invalid ~ .invalid-feedback,.was-validated :invalid ~ .invalid-tooltip,.is-invalid ~ .invalid-feedback,.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid,.form-control.is-invalid {
    border-color: #e60037;
    padding-right: calc(1.5em + 1rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e60037' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e60037' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .25rem) center;
    background-size: calc(.75em + .5rem) calc(.75em + .5rem)
}

.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus {
    border-color: #e60037;
    box-shadow: 0 0 0 .2rem rgba(230,0,55,0.25)
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 1rem);
    background-position: top calc(.375em + .25rem) right calc(.375em + .25rem)
}

.was-validated .custom-select:invalid,.custom-select.is-invalid {
    border-color: #e60037;
    padding-right: calc(.75em + 2.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e60037' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e60037' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 2rem/calc(.75em + .5rem) calc(.75em + .5rem)
}

.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus {
    border-color: #e60037;
    box-shadow: 0 0 0 .2rem rgba(230,0,55,0.25)
}

.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label {
    color: #e60037
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,.was-validated .form-check-input:invalid ~ .invalid-tooltip,.form-check-input.is-invalid ~ .invalid-feedback,.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,.custom-control-input.is-invalid ~ .custom-control-label {
    color: #e60037
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #e60037
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #ff1a51;
    background-color: #ff1a51
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(230,0,55,0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #e60037
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #e60037
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #e60037;
    box-shadow: 0 0 0 .2rem rgba(230,0,55,0.25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display:flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group,.form-inline .custom-select {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item {
    display: inline-block;
    font-weight: 500;
    color: #0F234B;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item {
        transition: none
    }
}

.btn:hover,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic :hover,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:hover {
    color: #0F234B;
    text-decoration: none
}

.btn:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic :focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:focus,.btn.focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .focus.ppg-Article-meta-item {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,230,6,0.25)
}

.btn.disabled,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .disabled,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .disabled.ppg-Article-meta-item,.btn:disabled,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic :disabled,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic :not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.disabled,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar a.disabled.ppg-Article-meta-item,fieldset:disabled a.btn,fieldset:disabled .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic fieldset:disabled a,fieldset:disabled .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar a.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar fieldset:disabled a.ppg-Article-meta-item {
    pointer-events: none
}

.btn-primary {
    color: #212529;
    background-color: #FFE606;
    border-color: #FFE606
}

.btn-primary:hover {
    color: #212529;
    background-color: #dfc800;
    border-color: #d2bd00
}

.btn-primary:focus,.btn-primary.focus {
    color: #212529;
    background-color: #dfc800;
    border-color: #d2bd00;
    box-shadow: 0 0 0 .2rem rgba(222,201,11,0.5)
}

.btn-primary.disabled,.btn-primary:disabled {
    color: #212529;
    background-color: #FFE606;
    border-color: #FFE606
}

.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-primary.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-primary:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-primary:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-primary.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-primary.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #d2bd00;
    border-color: #c5b100
}

.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-primary.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-primary:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-primary:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-primary.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-primary.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222,201,11,0.5)
}

.btn-secondary {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-secondary:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-secondary:focus,.btn-secondary.focus {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 .2rem rgba(222,222,223,0.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-secondary.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-secondary:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-secondary:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-secondary.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-secondary.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-secondary.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-secondary:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-secondary:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-secondary.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-secondary.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222,222,223,0.5)
}

.btn-success {
    color: #fff;
    background-color: #01B955;
    border-color: #01B955
}

.btn-success:hover {
    color: #fff;
    background-color: #019344;
    border-color: #01863e
}

.btn-success:focus,.btn-success.focus {
    color: #fff;
    background-color: #019344;
    border-color: #01863e;
    box-shadow: 0 0 0 .2rem rgba(39,196,111,0.5)
}

.btn-success.disabled,.btn-success:disabled {
    color: #fff;
    background-color: #01B955;
    border-color: #01B955
}

.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-success.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-success:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-success:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-success.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-success.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #01863e;
    border-color: #017a38
}

.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-success.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-success:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-success:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-success.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-success.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(39,196,111,0.5)
}

.btn-info {
    color: #212529;
    background-color: #32d7f5;
    border-color: #32d7f5
}

.btn-info:hover {
    color: #212529;
    background-color: #0ed0f3;
    border-color: #0bc7e9
}

.btn-info:focus,.btn-info.focus {
    color: #212529;
    background-color: #0ed0f3;
    border-color: #0bc7e9;
    box-shadow: 0 0 0 .2rem rgba(47,188,214,0.5)
}

.btn-info.disabled,.btn-info:disabled {
    color: #212529;
    background-color: #32d7f5;
    border-color: #32d7f5
}

.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-info.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-info:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-info:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-info.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-info.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0bc7e9;
    border-color: #0bbcdc
}

.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-info.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-info:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-info:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-info.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-info.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(47,188,214,0.5)
}

.btn-warning {
    color: #212529;
    background-color: #FFC300;
    border-color: #FFC300
}

.btn-warning:hover {
    color: #212529;
    background-color: #d9a600;
    border-color: #cc9c00
}

.btn-warning:focus,.btn-warning.focus {
    color: #212529;
    background-color: #d9a600;
    border-color: #cc9c00;
    box-shadow: 0 0 0 .2rem rgba(222,171,6,0.5)
}

.btn-warning.disabled,.btn-warning:disabled {
    color: #212529;
    background-color: #FFC300;
    border-color: #FFC300
}

.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-warning.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-warning:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-warning:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-warning.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-warning.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #cc9c00;
    border-color: #bf9200
}

.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-warning.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-warning:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-warning:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-warning.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-warning.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222,171,6,0.5)
}

.btn-danger {
    color: #fff;
    background-color: #e60037;
    border-color: #e60037
}

.btn-danger:hover {
    color: #fff;
    background-color: #c0002e;
    border-color: #b3002b
}

.btn-danger:focus,.btn-danger.focus {
    color: #fff;
    background-color: #c0002e;
    border-color: #b3002b;
    box-shadow: 0 0 0 .2rem rgba(234,38,85,0.5)
}

.btn-danger.disabled,.btn-danger:disabled {
    color: #fff;
    background-color: #e60037;
    border-color: #e60037
}

.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-danger.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-danger:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-danger:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-danger.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-danger.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b3002b;
    border-color: #a60028
}

.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-danger.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-danger:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-danger:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-danger.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-danger.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(234,38,85,0.5)
}

.btn-light {
    color: #212529;
    background-color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-light:hover {
    color: #212529;
    background-color: #d3d4dc;
    border-color: #cbced7
}

.btn-light:focus,.btn-light.focus {
    color: #212529;
    background-color: #d3d4dc;
    border-color: #cbced7;
    box-shadow: 0 0 0 .2rem rgba(202,204,208,0.5)
}

.btn-light.disabled,.btn-light:disabled {
    color: #212529;
    background-color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-light.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-light:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-light:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-light.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-light.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #cbced7;
    border-color: #c4c7d1
}

.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-light.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-light:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-light:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-light.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-light.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(202,204,208,0.5)
}

.btn-dark {
    color: #fff;
    background-color: #0F234B;
    border-color: #0F234B
}

.btn-dark:hover {
    color: #fff;
    background-color: #09142b;
    border-color: #070f21
}

.btn-dark:focus,.btn-dark.focus {
    color: #fff;
    background-color: #09142b;
    border-color: #070f21;
    box-shadow: 0 0 0 .2rem rgba(51,68,102,0.5)
}

.btn-dark.disabled,.btn-dark:disabled {
    color: #fff;
    background-color: #0F234B;
    border-color: #0F234B
}

.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-dark.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-dark:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-dark:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-dark.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-dark.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #070f21;
    border-color: #040a16
}

.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-dark.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-dark:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-dark:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-dark.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-dark.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(51,68,102,0.5)
}

.btn-white {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-white:focus,.btn-white.focus {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 .2rem rgba(222,222,223,0.5)
}

.btn-white.disabled,.btn-white:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-white:not(:disabled):not(.disabled):active,.btn-white:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-white.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-white:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-white:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-white.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-white.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-white:not(:disabled):not(.disabled):active:focus,.btn-white:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-white.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-white:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-white:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-white.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-white.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222,222,223,0.5)
}

.btn-infoRed {
    color: #fff;
    background-color: #e60037;
    border-color: #e60037
}

.btn-infoRed:hover {
    color: #fff;
    background-color: #c0002e;
    border-color: #b3002b
}

.btn-infoRed:focus,.btn-infoRed.focus {
    color: #fff;
    background-color: #c0002e;
    border-color: #b3002b;
    box-shadow: 0 0 0 .2rem rgba(234,38,85,0.5)
}

.btn-infoRed.disabled,.btn-infoRed:disabled {
    color: #fff;
    background-color: #e60037;
    border-color: #e60037
}

.btn-infoRed:not(:disabled):not(.disabled):active,.btn-infoRed:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-infoRed.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-infoRed:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-infoRed:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-infoRed.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-infoRed.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-infoRed.dropdown-toggle {
    color: #fff;
    background-color: #b3002b;
    border-color: #a60028
}

.btn-infoRed:not(:disabled):not(.disabled):active:focus,.btn-infoRed:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-infoRed.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-infoRed:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-infoRed:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-infoRed.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-infoRed.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-infoRed.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(234,38,85,0.5)
}

.btn-infoBlue {
    color: #fff;
    background-color: #0046B9;
    border-color: #0046B9
}

.btn-infoBlue:hover {
    color: #fff;
    background-color: #003893;
    border-color: #003386
}

.btn-infoBlue:focus,.btn-infoBlue.focus {
    color: #fff;
    background-color: #003893;
    border-color: #003386;
    box-shadow: 0 0 0 .2rem rgba(38,98,196,0.5)
}

.btn-infoBlue.disabled,.btn-infoBlue:disabled {
    color: #fff;
    background-color: #0046B9;
    border-color: #0046B9
}

.btn-infoBlue:not(:disabled):not(.disabled):active,.btn-infoBlue:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-infoBlue.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-infoBlue:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-infoBlue:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-infoBlue.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-infoBlue.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-infoBlue.dropdown-toggle {
    color: #fff;
    background-color: #003386;
    border-color: #002e79
}

.btn-infoBlue:not(:disabled):not(.disabled):active:focus,.btn-infoBlue:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-infoBlue.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-infoBlue:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-infoBlue:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-infoBlue.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-infoBlue.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-infoBlue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38,98,196,0.5)
}

.btn-gray {
    color: #212529;
    background-color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-gray:hover {
    color: #212529;
    background-color: #d3d4dc;
    border-color: #cbced7
}

.btn-gray:focus,.btn-gray.focus {
    color: #212529;
    background-color: #d3d4dc;
    border-color: #cbced7;
    box-shadow: 0 0 0 .2rem rgba(202,204,208,0.5)
}

.btn-gray.disabled,.btn-gray:disabled {
    color: #212529;
    background-color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-gray:not(:disabled):not(.disabled):active,.btn-gray:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-gray.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-gray:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-gray:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-gray.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-gray.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-gray.dropdown-toggle {
    color: #212529;
    background-color: #cbced7;
    border-color: #c4c7d1
}

.btn-gray:not(:disabled):not(.disabled):active:focus,.btn-gray:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-gray.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-gray:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-gray:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-gray.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-gray.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(202,204,208,0.5)
}

.btn-infoGrayUltralight {
    color: #212529;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-infoGrayUltralight:hover {
    color: #212529;
    background-color: #e2e7ec;
    border-color: #dae1e7
}

.btn-infoGrayUltralight:focus,.btn-infoGrayUltralight.focus {
    color: #212529;
    background-color: #e2e7ec;
    border-color: #dae1e7;
    box-shadow: 0 0 0 .2rem rgba(217,218,220,0.5)
}

.btn-infoGrayUltralight.disabled,.btn-infoGrayUltralight:disabled {
    color: #212529;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-infoGrayUltralight:not(:disabled):not(.disabled):active,.btn-infoGrayUltralight:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-infoGrayUltralight.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-infoGrayUltralight:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-infoGrayUltralight:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-infoGrayUltralight.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-infoGrayUltralight.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-infoGrayUltralight.dropdown-toggle {
    color: #212529;
    background-color: #dae1e7;
    border-color: #d3dae2
}

.btn-infoGrayUltralight:not(:disabled):not(.disabled):active:focus,.btn-infoGrayUltralight:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-infoGrayUltralight.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-infoGrayUltralight:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-infoGrayUltralight:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-infoGrayUltralight.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-infoGrayUltralight.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-infoGrayUltralight.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(217,218,220,0.5)
}

.btn-cyan,.ppg-KnowledgeBaseMetaList-item .btn,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item {
    color: #212529;
    background-color: #32d7f5;
    border-color: #32d7f5
}

.btn-cyan:hover,.ppg-KnowledgeBaseMetaList-item .btn:hover,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:hover,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:hover,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:hover,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:hover {
    color: #212529;
    background-color: #0ed0f3;
    border-color: #0bc7e9
}

.btn-cyan:focus,.ppg-KnowledgeBaseMetaList-item .btn:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:focus,.btn-cyan.focus,.ppg-KnowledgeBaseMetaList-item .focus.btn,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a.focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .focus.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .focus.ppg-Article-meta-item {
    color: #212529;
    background-color: #0ed0f3;
    border-color: #0bc7e9;
    box-shadow: 0 0 0 .2rem rgba(47,188,214,0.5)
}

.btn-cyan.disabled,.ppg-KnowledgeBaseMetaList-item .disabled.btn,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.disabled,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a.disabled,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .disabled.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .disabled.ppg-Article-meta-item,.btn-cyan:disabled,.ppg-KnowledgeBaseMetaList-item .btn:disabled,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:disabled,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:disabled,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:disabled,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:disabled {
    color: #212529;
    background-color: #32d7f5;
    border-color: #32d7f5
}

.btn-cyan:not(:disabled):not(.disabled):active,.ppg-KnowledgeBaseMetaList-item .btn:not(:disabled):not(.disabled):active,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled):active,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:not(:disabled):not(.disabled):active,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled):active,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:not(:disabled):not(.disabled):active,.btn-cyan:not(:disabled):not(.disabled).active,.ppg-KnowledgeBaseMetaList-item .btn:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled).active,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:not(:disabled):not(.disabled).active,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled).active,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item.active a:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-cyan.dropdown-toggle,.ppg-KnowledgeBaseMetaList-item .show>.dropdown-toggle.btn,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .show>a.dropdown-toggle,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .show>a.dropdown-toggle,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .show>.dropdown-toggle.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .show>.dropdown-toggle.ppg-Article-meta-item {
    color: #fff;
    background-color: #0bc7e9;
    border-color: #0bbcdc
}

.btn-cyan:not(:disabled):not(.disabled):active:focus,.ppg-KnowledgeBaseMetaList-item .btn:not(:disabled):not(.disabled):active:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled):active:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:not(:disabled):not(.disabled):active:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled):active:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:not(:disabled):not(.disabled):active:focus,.btn-cyan:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBaseMetaList-item .btn:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled).active:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled).active:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item.active a:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-cyan.dropdown-toggle:focus,.ppg-KnowledgeBaseMetaList-item .show>.dropdown-toggle.btn:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .show>a.dropdown-toggle:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .show>a.dropdown-toggle:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .show>.dropdown-toggle.ppg-Article-meta-item:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .show>.dropdown-toggle.ppg-Article-meta-item:focus {
    box-shadow: 0 0 0 .2rem rgba(47,188,214,0.5)
}

.btn-safetyBlue {
    color: #fff;
    background-color: #0F234B;
    border-color: #0F234B
}

.btn-safetyBlue:hover {
    color: #fff;
    background-color: #09142b;
    border-color: #070f21
}

.btn-safetyBlue:focus,.btn-safetyBlue.focus {
    color: #fff;
    background-color: #09142b;
    border-color: #070f21;
    box-shadow: 0 0 0 .2rem rgba(51,68,102,0.5)
}

.btn-safetyBlue.disabled,.btn-safetyBlue:disabled {
    color: #fff;
    background-color: #0F234B;
    border-color: #0F234B
}

.btn-safetyBlue:not(:disabled):not(.disabled):active,.btn-safetyBlue:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlue.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-safetyBlue:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-safetyBlue:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-safetyBlue.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlue.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-safetyBlue.dropdown-toggle {
    color: #fff;
    background-color: #070f21;
    border-color: #040a16
}

.btn-safetyBlue:not(:disabled):not(.disabled):active:focus,.btn-safetyBlue:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlue.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-safetyBlue:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-safetyBlue:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-safetyBlue.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlue.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-safetyBlue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(51,68,102,0.5)
}

.btn-safetyBlueMid {
    color: #fff;
    background-color: #79768f;
    border-color: #79768f
}

.btn-safetyBlueMid:hover {
    color: #fff;
    background-color: #67647b;
    border-color: #615e74
}

.btn-safetyBlueMid:focus,.btn-safetyBlueMid.focus {
    color: #fff;
    background-color: #67647b;
    border-color: #615e74;
    box-shadow: 0 0 0 .2rem rgba(141,139,160,0.5)
}

.btn-safetyBlueMid.disabled,.btn-safetyBlueMid:disabled {
    color: #fff;
    background-color: #79768f;
    border-color: #79768f
}

.btn-safetyBlueMid:not(:disabled):not(.disabled):active,.btn-safetyBlueMid:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlueMid.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-safetyBlueMid:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-safetyBlueMid:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-safetyBlueMid.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlueMid.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-safetyBlueMid.dropdown-toggle {
    color: #fff;
    background-color: #615e74;
    border-color: #5b596d
}

.btn-safetyBlueMid:not(:disabled):not(.disabled):active:focus,.btn-safetyBlueMid:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlueMid.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-safetyBlueMid:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-safetyBlueMid:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-safetyBlueMid.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlueMid.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-safetyBlueMid.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(141,139,160,0.5)
}

.btn-safetyBlueLight {
    color: #212529;
    background-color: #9fa7b8;
    border-color: #9fa7b8
}

.btn-safetyBlueLight:hover {
    color: #fff;
    background-color: #8993a8;
    border-color: #828ca2
}

.btn-safetyBlueLight:focus,.btn-safetyBlueLight.focus {
    color: #fff;
    background-color: #8993a8;
    border-color: #828ca2;
    box-shadow: 0 0 0 .2rem rgba(140,148,163,0.5)
}

.btn-safetyBlueLight.disabled,.btn-safetyBlueLight:disabled {
    color: #212529;
    background-color: #9fa7b8;
    border-color: #9fa7b8
}

.btn-safetyBlueLight:not(:disabled):not(.disabled):active,.btn-safetyBlueLight:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlueLight.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-safetyBlueLight:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-safetyBlueLight:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-safetyBlueLight.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlueLight.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-safetyBlueLight.dropdown-toggle {
    color: #fff;
    background-color: #828ca2;
    border-color: #7a859d
}

.btn-safetyBlueLight:not(:disabled):not(.disabled):active:focus,.btn-safetyBlueLight:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlueLight.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-safetyBlueLight:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-safetyBlueLight:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-safetyBlueLight.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlueLight.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-safetyBlueLight.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(140,148,163,0.5)
}

.btn-safetyBlueLightest {
    color: #212529;
    background-color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-safetyBlueLightest:hover {
    color: #212529;
    background-color: #d3d4dc;
    border-color: #cbced7
}

.btn-safetyBlueLightest:focus,.btn-safetyBlueLightest.focus {
    color: #212529;
    background-color: #d3d4dc;
    border-color: #cbced7;
    box-shadow: 0 0 0 .2rem rgba(202,204,208,0.5)
}

.btn-safetyBlueLightest.disabled,.btn-safetyBlueLightest:disabled {
    color: #212529;
    background-color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-safetyBlueLightest:not(:disabled):not(.disabled):active,.btn-safetyBlueLightest:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlueLightest.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-safetyBlueLightest:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-safetyBlueLightest:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-safetyBlueLightest.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlueLightest.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-safetyBlueLightest.dropdown-toggle {
    color: #212529;
    background-color: #cbced7;
    border-color: #c4c7d1
}

.btn-safetyBlueLightest:not(:disabled):not(.disabled):active:focus,.btn-safetyBlueLightest:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlueLightest.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-safetyBlueLightest:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-safetyBlueLightest:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-safetyBlueLightest.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlueLightest.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-safetyBlueLightest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(202,204,208,0.5)
}

.btn-blueDark {
    color: #fff;
    background-color: #001487;
    border-color: #001487
}

.btn-blueDark:hover {
    color: #fff;
    background-color: #000e61;
    border-color: #000c54
}

.btn-blueDark:focus,.btn-blueDark.focus {
    color: #fff;
    background-color: #000e61;
    border-color: #000c54;
    box-shadow: 0 0 0 .2rem rgba(38,55,153,0.5)
}

.btn-blueDark.disabled,.btn-blueDark:disabled {
    color: #fff;
    background-color: #001487;
    border-color: #001487
}

.btn-blueDark:not(:disabled):not(.disabled):active,.btn-blueDark:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-blueDark.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-blueDark:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-blueDark:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-blueDark.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-blueDark.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-blueDark.dropdown-toggle {
    color: #fff;
    background-color: #000c54;
    border-color: #000b47
}

.btn-blueDark:not(:disabled):not(.disabled):active:focus,.btn-blueDark:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-blueDark.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-blueDark:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-blueDark:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-blueDark.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-blueDark.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-blueDark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38,55,153,0.5)
}

.btn-unityYellow {
    color: #212529;
    background-color: #FFE606;
    border-color: #FFE606
}

.btn-unityYellow:hover {
    color: #212529;
    background-color: #dfc800;
    border-color: #d2bd00
}

.btn-unityYellow:focus,.btn-unityYellow.focus {
    color: #212529;
    background-color: #dfc800;
    border-color: #d2bd00;
    box-shadow: 0 0 0 .2rem rgba(222,201,11,0.5)
}

.btn-unityYellow.disabled,.btn-unityYellow:disabled {
    color: #212529;
    background-color: #FFE606;
    border-color: #FFE606
}

.btn-unityYellow:not(:disabled):not(.disabled):active,.btn-unityYellow:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-unityYellow.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-unityYellow:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-unityYellow:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-unityYellow.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-unityYellow.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-unityYellow.dropdown-toggle {
    color: #212529;
    background-color: #d2bd00;
    border-color: #c5b100
}

.btn-unityYellow:not(:disabled):not(.disabled):active:focus,.btn-unityYellow:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-unityYellow.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-unityYellow:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-unityYellow:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-unityYellow.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-unityYellow.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-unityYellow.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222,201,11,0.5)
}

.btn-futureGreen {
    color: #212529;
    background-color: #28D7B9;
    border-color: #28D7B9
}

.btn-futureGreen:hover {
    color: #fff;
    background-color: #22b79d;
    border-color: #20ac94
}

.btn-futureGreen:focus,.btn-futureGreen.focus {
    color: #fff;
    background-color: #22b79d;
    border-color: #20ac94;
    box-shadow: 0 0 0 .2rem rgba(39,188,163,0.5)
}

.btn-futureGreen.disabled,.btn-futureGreen:disabled {
    color: #212529;
    background-color: #28D7B9;
    border-color: #28D7B9
}

.btn-futureGreen:not(:disabled):not(.disabled):active,.btn-futureGreen:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-futureGreen.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-futureGreen:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-futureGreen:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-futureGreen.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-futureGreen.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-futureGreen.dropdown-toggle {
    color: #fff;
    background-color: #20ac94;
    border-color: #1ea18b
}

.btn-futureGreen:not(:disabled):not(.disabled):active:focus,.btn-futureGreen:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-futureGreen.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-futureGreen:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-futureGreen:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-futureGreen.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-futureGreen.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-futureGreen.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(39,188,163,0.5)
}

.btn-futureGreenLightest {
    color: #212529;
    background-color: #d4f7f1;
    border-color: #d4f7f1
}

.btn-futureGreenLightest:hover {
    color: #212529;
    background-color: #b4f1e7;
    border-color: #a9efe3
}

.btn-futureGreenLightest:focus,.btn-futureGreenLightest.focus {
    color: #212529;
    background-color: #b4f1e7;
    border-color: #a9efe3;
    box-shadow: 0 0 0 .2rem rgba(185,216,211,0.5)
}

.btn-futureGreenLightest.disabled,.btn-futureGreenLightest:disabled {
    color: #212529;
    background-color: #d4f7f1;
    border-color: #d4f7f1
}

.btn-futureGreenLightest:not(:disabled):not(.disabled):active,.btn-futureGreenLightest:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-futureGreenLightest.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-futureGreenLightest:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-futureGreenLightest:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-futureGreenLightest.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-futureGreenLightest.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-futureGreenLightest.dropdown-toggle {
    color: #212529;
    background-color: #a9efe3;
    border-color: #9eede0
}

.btn-futureGreenLightest:not(:disabled):not(.disabled):active:focus,.btn-futureGreenLightest:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-futureGreenLightest.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-futureGreenLightest:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-futureGreenLightest:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-futureGreenLightest.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-futureGreenLightest.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-futureGreenLightest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(185,216,211,0.5)
}

.btn-digitalViolet {
    color: #fff;
    background-color: #7D37F0;
    border-color: #7D37F0
}

.btn-digitalViolet:hover {
    color: #fff;
    background-color: #6613ed;
    border-color: #6011e3
}

.btn-digitalViolet:focus,.btn-digitalViolet.focus {
    color: #fff;
    background-color: #6613ed;
    border-color: #6011e3;
    box-shadow: 0 0 0 .2rem rgba(145,85,242,0.5)
}

.btn-digitalViolet.disabled,.btn-digitalViolet:disabled {
    color: #fff;
    background-color: #7D37F0;
    border-color: #7D37F0
}

.btn-digitalViolet:not(:disabled):not(.disabled):active,.btn-digitalViolet:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-digitalViolet.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-digitalViolet:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-digitalViolet:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-digitalViolet.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-digitalViolet.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-digitalViolet.dropdown-toggle {
    color: #fff;
    background-color: #6011e3;
    border-color: #5b10d7
}

.btn-digitalViolet:not(:disabled):not(.disabled):active:focus,.btn-digitalViolet:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-digitalViolet.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-digitalViolet:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-digitalViolet:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-digitalViolet.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-digitalViolet.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-digitalViolet.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(145,85,242,0.5)
}

.btn-teal {
    color: #fff;
    background-color: #006482;
    border-color: #006482
}

.btn-teal:hover {
    color: #fff;
    background-color: #00475c;
    border-color: #003d4f
}

.btn-teal:focus,.btn-teal.focus {
    color: #fff;
    background-color: #00475c;
    border-color: #003d4f;
    box-shadow: 0 0 0 .2rem rgba(38,123,149,0.5)
}

.btn-teal.disabled,.btn-teal:disabled {
    color: #fff;
    background-color: #006482;
    border-color: #006482
}

.btn-teal:not(:disabled):not(.disabled):active,.btn-teal:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-teal.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-teal:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-teal:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-teal.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-teal.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-teal.dropdown-toggle {
    color: #fff;
    background-color: #003d4f;
    border-color: #003342
}

.btn-teal:not(:disabled):not(.disabled):active:focus,.btn-teal:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-teal.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-teal:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-teal:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-teal.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-teal.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-teal.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38,123,149,0.5)
}

.btn-outline-primary {
    color: #FFE606;
    border-color: #FFE606
}

.btn-outline-primary:hover {
    color: #212529;
    background-color: #FFE606;
    border-color: #FFE606
}

.btn-outline-primary:focus,.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(255,230,6,0.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: #FFE606;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-primary.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-primary:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-primary:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-primary.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-primary.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #FFE606;
    border-color: #FFE606
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-primary.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-primary:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-primary:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-primary.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-primary.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,230,6,0.5)
}

.btn-outline-secondary {
    color: #fff;
    border-color: #fff
}

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-secondary:focus,.btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(255,255,255,0.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-secondary.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-secondary:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-secondary:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-secondary.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-secondary.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-secondary.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-secondary:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-secondary:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-secondary.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-secondary.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,255,255,0.5)
}

.btn-outline-success {
    color: #01B955;
    border-color: #01B955
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #01B955;
    border-color: #01B955
}

.btn-outline-success:focus,.btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(1,185,85,0.5)
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
    color: #01B955;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-success.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-success:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-success:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-success.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-success.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #01B955;
    border-color: #01B955
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-success.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-success:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-success:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-success.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-success.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(1,185,85,0.5)
}

.btn-outline-info {
    color: #32d7f5;
    border-color: #32d7f5
}

.btn-outline-info:hover {
    color: #212529;
    background-color: #32d7f5;
    border-color: #32d7f5
}

.btn-outline-info:focus,.btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(50,215,245,0.5)
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
    color: #32d7f5;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-info.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-info:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-info:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-info.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-info.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-info.dropdown-toggle {
    color: #212529;
    background-color: #32d7f5;
    border-color: #32d7f5
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-info.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-info:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-info:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-info.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-info.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(50,215,245,0.5)
}

.btn-outline-warning {
    color: #FFC300;
    border-color: #FFC300
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #FFC300;
    border-color: #FFC300
}

.btn-outline-warning:focus,.btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255,195,0,0.5)
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
    color: #FFC300;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-warning.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-warning:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-warning:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-warning.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-warning.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #FFC300;
    border-color: #FFC300
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-warning.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-warning:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-warning:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-warning.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-warning.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,195,0,0.5)
}

.btn-outline-danger {
    color: #e60037;
    border-color: #e60037
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #e60037;
    border-color: #e60037
}

.btn-outline-danger:focus,.btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(230,0,55,0.5)
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
    color: #e60037;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-danger.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-danger:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-danger:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-danger.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-danger.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #e60037;
    border-color: #e60037
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-danger.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-danger:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-danger:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-danger.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-danger.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(230,0,55,0.5)
}

.btn-outline-light {
    color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-outline-light:focus,.btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(232,233,237,0.5)
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
    color: #e8e9ed;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-light.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-light:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-light:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-light.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-light.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-light.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-light:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-light:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-light.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-light.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(232,233,237,0.5)
}

.btn-outline-dark {
    color: #0F234B;
    border-color: #0F234B
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #0F234B;
    border-color: #0F234B
}

.btn-outline-dark:focus,.btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(15,35,75,0.5)
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
    color: #0F234B;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-dark.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-dark:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-dark:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-dark.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-dark.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #0F234B;
    border-color: #0F234B
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-dark.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-dark:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-dark:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-dark.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-dark.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(15,35,75,0.5)
}

.btn-outline-white {
    color: #fff;
    border-color: #fff
}

.btn-outline-white:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white:focus,.btn-outline-white.focus {
    box-shadow: 0 0 0 .2rem rgba(255,255,255,0.5)
}

.btn-outline-white.disabled,.btn-outline-white:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-white:not(:disabled):not(.disabled):active,.btn-outline-white:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-white.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-white:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-white:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-white.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-white.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus,.btn-outline-white:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-white.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-white:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-white:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-white.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-white.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,255,255,0.5)
}

.btn-outline-infoRed {
    color: #e60037;
    border-color: #e60037
}

.btn-outline-infoRed:hover {
    color: #fff;
    background-color: #e60037;
    border-color: #e60037
}

.btn-outline-infoRed:focus,.btn-outline-infoRed.focus {
    box-shadow: 0 0 0 .2rem rgba(230,0,55,0.5)
}

.btn-outline-infoRed.disabled,.btn-outline-infoRed:disabled {
    color: #e60037;
    background-color: transparent
}

.btn-outline-infoRed:not(:disabled):not(.disabled):active,.btn-outline-infoRed:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-infoRed.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-infoRed:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-infoRed:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-infoRed.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-infoRed.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-infoRed.dropdown-toggle {
    color: #fff;
    background-color: #e60037;
    border-color: #e60037
}

.btn-outline-infoRed:not(:disabled):not(.disabled):active:focus,.btn-outline-infoRed:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-infoRed.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-infoRed:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-infoRed:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-infoRed.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-infoRed.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-infoRed.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(230,0,55,0.5)
}

.btn-outline-infoBlue {
    color: #0046B9;
    border-color: #0046B9
}

.btn-outline-infoBlue:hover {
    color: #fff;
    background-color: #0046B9;
    border-color: #0046B9
}

.btn-outline-infoBlue:focus,.btn-outline-infoBlue.focus {
    box-shadow: 0 0 0 .2rem rgba(0,70,185,0.5)
}

.btn-outline-infoBlue.disabled,.btn-outline-infoBlue:disabled {
    color: #0046B9;
    background-color: transparent
}

.btn-outline-infoBlue:not(:disabled):not(.disabled):active,.btn-outline-infoBlue:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-infoBlue.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-infoBlue:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-infoBlue:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-infoBlue.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-infoBlue.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-infoBlue.dropdown-toggle {
    color: #fff;
    background-color: #0046B9;
    border-color: #0046B9
}

.btn-outline-infoBlue:not(:disabled):not(.disabled):active:focus,.btn-outline-infoBlue:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-infoBlue.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-infoBlue:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-infoBlue:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-infoBlue.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-infoBlue.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-infoBlue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,70,185,0.5)
}

.btn-outline-gray {
    color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-outline-gray:hover {
    color: #212529;
    background-color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-outline-gray:focus,.btn-outline-gray.focus {
    box-shadow: 0 0 0 .2rem rgba(232,233,237,0.5)
}

.btn-outline-gray.disabled,.btn-outline-gray:disabled {
    color: #e8e9ed;
    background-color: transparent
}

.btn-outline-gray:not(:disabled):not(.disabled):active,.btn-outline-gray:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-gray.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-gray:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-gray:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-gray.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-gray.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-gray.dropdown-toggle {
    color: #212529;
    background-color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-outline-gray:not(:disabled):not(.disabled):active:focus,.btn-outline-gray:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-gray.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-gray:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-gray:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-gray.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-gray.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(232,233,237,0.5)
}

.btn-outline-infoGrayUltralight {
    color: #f9fafb;
    border-color: #f9fafb
}

.btn-outline-infoGrayUltralight:hover {
    color: #212529;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-outline-infoGrayUltralight:focus,.btn-outline-infoGrayUltralight.focus {
    box-shadow: 0 0 0 .2rem rgba(249,250,251,0.5)
}

.btn-outline-infoGrayUltralight.disabled,.btn-outline-infoGrayUltralight:disabled {
    color: #f9fafb;
    background-color: transparent
}

.btn-outline-infoGrayUltralight:not(:disabled):not(.disabled):active,.btn-outline-infoGrayUltralight:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-infoGrayUltralight.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-infoGrayUltralight:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-infoGrayUltralight:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-infoGrayUltralight.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-infoGrayUltralight.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-infoGrayUltralight.dropdown-toggle {
    color: #212529;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-outline-infoGrayUltralight:not(:disabled):not(.disabled):active:focus,.btn-outline-infoGrayUltralight:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-infoGrayUltralight.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-infoGrayUltralight:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-infoGrayUltralight:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-infoGrayUltralight.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-infoGrayUltralight.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-infoGrayUltralight.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(249,250,251,0.5)
}

.btn-outline-cyan,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item {
    color: #32d7f5;
    border-color: #32d7f5
}

.btn-outline-cyan:hover,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .btn:hover,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:hover,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:hover {
    color: #212529;
    background-color: #32d7f5;
    border-color: #32d7f5
}

.btn-outline-cyan:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .btn:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:focus,.btn-outline-cyan.focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .focus.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .focus.ppg-Article-meta-item {
    box-shadow: 0 0 0 .2rem rgba(50,215,245,0.5)
}

.btn-outline-cyan.disabled,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .disabled.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.disabled,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .disabled.ppg-Article-meta-item,.btn-outline-cyan:disabled,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .btn:disabled,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:disabled,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:disabled {
    color: #32d7f5;
    background-color: transparent
}

.btn-outline-cyan:not(:disabled):not(.disabled):active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .btn:not(:disabled):not(.disabled):active,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled):active,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled):active,.btn-outline-cyan:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .btn:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled).active,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled).active,.show>.btn-outline-cyan.dropdown-toggle,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .show>.dropdown-toggle.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .show>a.dropdown-toggle,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .show>.dropdown-toggle.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .show>a.dropdown-toggle,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .show>.dropdown-toggle.ppg-Article-meta-item {
    color: #212529;
    background-color: #32d7f5;
    border-color: #32d7f5
}

.btn-outline-cyan:not(:disabled):not(.disabled):active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .btn:not(:disabled):not(.disabled):active:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled):active:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled):active:focus,.btn-outline-cyan:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .btn:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled).active:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-cyan.dropdown-toggle:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .show>.dropdown-toggle.btn:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .show>a.dropdown-toggle:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .show>.dropdown-toggle.ppg-Article-meta-item:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .show>a.dropdown-toggle:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .show>.dropdown-toggle.ppg-Article-meta-item:focus {
    box-shadow: 0 0 0 .2rem rgba(50,215,245,0.5)
}

.btn-outline-safetyBlue,.ppg-Card.bg-cyan .btn-cyan,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .btn,.ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .btn,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan a,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan a,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .ppg-Article-meta-item,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .ppg-Article-meta-item {
    color: #0F234B;
    border-color: #0F234B
}

.btn-outline-safetyBlue:hover,.ppg-Card.bg-cyan .btn-cyan:hover,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .btn:hover,.ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .btn:hover,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:hover,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan a:hover,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:hover,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan a:hover,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:hover,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .ppg-Article-meta-item:hover,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:hover,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .ppg-Article-meta-item:hover {
    color: #fff;
    background-color: #0F234B;
    border-color: #0F234B
}

.btn-outline-safetyBlue:focus,.ppg-Card.bg-cyan .btn-cyan:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .btn:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .btn:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan a:focus,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan a:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .ppg-Article-meta-item:focus,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .ppg-Article-meta-item:focus,.btn-outline-safetyBlue.focus,.ppg-Card.bg-cyan .focus.btn-cyan,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .focus.btn,.ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .focus.btn,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan a.focus,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a.focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan a.focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .focus.ppg-Article-meta-item,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .focus.ppg-Article-meta-item,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .focus.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .focus.ppg-Article-meta-item {
    box-shadow: 0 0 0 .2rem rgba(15,35,75,0.5)
}

.btn-outline-safetyBlue.disabled,.ppg-Card.bg-cyan .disabled.btn-cyan,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .disabled.btn,.ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .disabled.btn,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.disabled,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan a.disabled,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a.disabled,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan a.disabled,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .disabled.ppg-Article-meta-item,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .disabled.ppg-Article-meta-item,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .disabled.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .disabled.ppg-Article-meta-item,.btn-outline-safetyBlue:disabled,.ppg-Card.bg-cyan .btn-cyan:disabled,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .btn:disabled,.ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .btn:disabled,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:disabled,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan a:disabled,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:disabled,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan a:disabled,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:disabled,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .ppg-Article-meta-item:disabled,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:disabled,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .ppg-Article-meta-item:disabled {
    color: #0F234B;
    background-color: transparent
}

.btn-outline-safetyBlue:not(:disabled):not(.disabled):active,.ppg-Card.bg-cyan .btn-cyan:not(:disabled):not(.disabled):active,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .btn:not(:disabled):not(.disabled):active,.ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .btn:not(:disabled):not(.disabled):active,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled):active,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan a:not(:disabled):not(.disabled):active,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:not(:disabled):not(.disabled):active,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan a:not(:disabled):not(.disabled):active,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled):active,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .ppg-Article-meta-item:not(:disabled):not(.disabled):active,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:not(:disabled):not(.disabled):active,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .ppg-Article-meta-item:not(:disabled):not(.disabled):active,.btn-outline-safetyBlue:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlue.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-safetyBlue:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-safetyBlue:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-cyan:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-cyan:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-safetyBlue.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlue.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item.btn-cyan:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item.btn-cyan:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item.active .btn:not(:disabled):not(.disabled),.ppg-Card.bg-cyan .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Card.bg-cyan .btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled),.ppg-Card.bg-cyan .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan a:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item.active a:not(:disabled):not(.disabled),.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item.active .ppg-Card.bg-cyan a:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Card.bg-cyan a:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Card.bg-cyan .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Card.bg-cyan .ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Card.bg-cyan .ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Card.bg-cyan .btn-cyan:not(:disabled):not(.disabled).active,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .btn:not(:disabled):not(.disabled).active,.ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .btn:not(:disabled):not(.disabled).active,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled).active,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan a:not(:disabled):not(.disabled).active,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:not(:disabled):not(.disabled).active,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan a:not(:disabled):not(.disabled).active,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled).active,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .ppg-Article-meta-item:not(:disabled):not(.disabled).active,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:not(:disabled):not(.disabled).active,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .ppg-Article-meta-item:not(:disabled):not(.disabled).active,.ppg-Card.bg-cyan .ppg-KnowledgeBase-sidebar .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item.active a:not(:disabled):not(.disabled),.ppg-Card.bg-cyan .ppg-KnowledgeBase-sidebar .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-safetyBlue.dropdown-toggle,.ppg-Card.bg-cyan .show>.dropdown-toggle.btn-cyan,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .show>.dropdown-toggle.btn,.ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .show>.dropdown-toggle.btn,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .show>a.dropdown-toggle,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan .show>a.dropdown-toggle,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .show>a.dropdown-toggle,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .show>a.dropdown-toggle,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .show>.dropdown-toggle.ppg-Article-meta-item,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .show>.dropdown-toggle.ppg-Article-meta-item,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .show>.dropdown-toggle.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .show>.dropdown-toggle.ppg-Article-meta-item {
    color: #fff;
    background-color: #0F234B;
    border-color: #0F234B
}

.btn-outline-safetyBlue:not(:disabled):not(.disabled):active:focus,.ppg-Card.bg-cyan .btn-cyan:not(:disabled):not(.disabled):active:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .btn:not(:disabled):not(.disabled):active:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .btn:not(:disabled):not(.disabled):active:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled):active:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan a:not(:disabled):not(.disabled):active:focus,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:not(:disabled):not(.disabled):active:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan a:not(:disabled):not(.disabled):active:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled):active:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .ppg-Article-meta-item:not(:disabled):not(.disabled):active:focus,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:not(:disabled):not(.disabled):active:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .ppg-Article-meta-item:not(:disabled):not(.disabled):active:focus,.btn-outline-safetyBlue:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlue.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-safetyBlue:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-safetyBlue:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-cyan:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-cyan:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-safetyBlue.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlue.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item.btn-cyan:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item.btn-cyan:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item.active .btn:not(:disabled):not(.disabled):focus,.ppg-Card.bg-cyan .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Card.bg-cyan .btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled):focus,.ppg-Card.bg-cyan .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan a:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item.active a:not(:disabled):not(.disabled):focus,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item.active .ppg-Card.bg-cyan a:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Card.bg-cyan a:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Card.bg-cyan .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Card.bg-cyan .ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Card.bg-cyan .ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Card.bg-cyan .btn-cyan:not(:disabled):not(.disabled).active:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .btn:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .btn:not(:disabled):not(.disabled).active:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan a:not(:disabled):not(.disabled).active:focus,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:not(:disabled):not(.disabled).active:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan a:not(:disabled):not(.disabled).active:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .ppg-Article-meta-item:not(:disabled):not(.disabled).active:focus,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:not(:disabled):not(.disabled).active:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .ppg-Article-meta-item:not(:disabled):not(.disabled).active:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBase-sidebar .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item.active a:not(:disabled):not(.disabled):focus,.ppg-Card.bg-cyan .ppg-KnowledgeBase-sidebar .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-safetyBlue.dropdown-toggle:focus,.ppg-Card.bg-cyan .show>.dropdown-toggle.btn-cyan:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .show>.dropdown-toggle.btn:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .show>.dropdown-toggle.btn:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .show>a.dropdown-toggle:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan .show>a.dropdown-toggle:focus,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .show>a.dropdown-toggle:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .show>a.dropdown-toggle:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .show>.dropdown-toggle.ppg-Article-meta-item:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .show>.dropdown-toggle.ppg-Article-meta-item:focus,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .show>.dropdown-toggle.ppg-Article-meta-item:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .show>.dropdown-toggle.ppg-Article-meta-item:focus {
    box-shadow: 0 0 0 .2rem rgba(15,35,75,0.5)
}

.btn-outline-safetyBlueMid {
    color: #79768f;
    border-color: #79768f
}

.btn-outline-safetyBlueMid:hover {
    color: #fff;
    background-color: #79768f;
    border-color: #79768f
}

.btn-outline-safetyBlueMid:focus,.btn-outline-safetyBlueMid.focus {
    box-shadow: 0 0 0 .2rem rgba(121,118,143,0.5)
}

.btn-outline-safetyBlueMid.disabled,.btn-outline-safetyBlueMid:disabled {
    color: #79768f;
    background-color: transparent
}

.btn-outline-safetyBlueMid:not(:disabled):not(.disabled):active,.btn-outline-safetyBlueMid:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlueMid.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-safetyBlueMid:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-safetyBlueMid:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-safetyBlueMid.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlueMid.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-safetyBlueMid.dropdown-toggle {
    color: #fff;
    background-color: #79768f;
    border-color: #79768f
}

.btn-outline-safetyBlueMid:not(:disabled):not(.disabled):active:focus,.btn-outline-safetyBlueMid:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlueMid.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-safetyBlueMid:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-safetyBlueMid:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-safetyBlueMid.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlueMid.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-safetyBlueMid.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(121,118,143,0.5)
}

.btn-outline-safetyBlueLight {
    color: #9fa7b8;
    border-color: #9fa7b8
}

.btn-outline-safetyBlueLight:hover {
    color: #212529;
    background-color: #9fa7b8;
    border-color: #9fa7b8
}

.btn-outline-safetyBlueLight:focus,.btn-outline-safetyBlueLight.focus {
    box-shadow: 0 0 0 .2rem rgba(159,167,184,0.5)
}

.btn-outline-safetyBlueLight.disabled,.btn-outline-safetyBlueLight:disabled {
    color: #9fa7b8;
    background-color: transparent
}

.btn-outline-safetyBlueLight:not(:disabled):not(.disabled):active,.btn-outline-safetyBlueLight:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlueLight.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-safetyBlueLight:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-safetyBlueLight:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-safetyBlueLight.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlueLight.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-safetyBlueLight.dropdown-toggle {
    color: #212529;
    background-color: #9fa7b8;
    border-color: #9fa7b8
}

.btn-outline-safetyBlueLight:not(:disabled):not(.disabled):active:focus,.btn-outline-safetyBlueLight:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlueLight.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-safetyBlueLight:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-safetyBlueLight:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-safetyBlueLight.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlueLight.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-safetyBlueLight.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(159,167,184,0.5)
}

.btn-outline-safetyBlueLightest {
    color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-outline-safetyBlueLightest:hover {
    color: #212529;
    background-color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-outline-safetyBlueLightest:focus,.btn-outline-safetyBlueLightest.focus {
    box-shadow: 0 0 0 .2rem rgba(232,233,237,0.5)
}

.btn-outline-safetyBlueLightest.disabled,.btn-outline-safetyBlueLightest:disabled {
    color: #e8e9ed;
    background-color: transparent
}

.btn-outline-safetyBlueLightest:not(:disabled):not(.disabled):active,.btn-outline-safetyBlueLightest:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlueLightest.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-safetyBlueLightest:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-safetyBlueLightest:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-safetyBlueLightest.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlueLightest.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-safetyBlueLightest.dropdown-toggle {
    color: #212529;
    background-color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-outline-safetyBlueLightest:not(:disabled):not(.disabled):active:focus,.btn-outline-safetyBlueLightest:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlueLightest.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-safetyBlueLightest:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-safetyBlueLightest:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-safetyBlueLightest.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlueLightest.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-safetyBlueLightest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(232,233,237,0.5)
}

.btn-outline-blueDark {
    color: #001487;
    border-color: #001487
}

.btn-outline-blueDark:hover {
    color: #fff;
    background-color: #001487;
    border-color: #001487
}

.btn-outline-blueDark:focus,.btn-outline-blueDark.focus {
    box-shadow: 0 0 0 .2rem rgba(0,20,135,0.5)
}

.btn-outline-blueDark.disabled,.btn-outline-blueDark:disabled {
    color: #001487;
    background-color: transparent
}

.btn-outline-blueDark:not(:disabled):not(.disabled):active,.btn-outline-blueDark:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-blueDark.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-blueDark:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-blueDark:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-blueDark.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-blueDark.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-blueDark.dropdown-toggle {
    color: #fff;
    background-color: #001487;
    border-color: #001487
}

.btn-outline-blueDark:not(:disabled):not(.disabled):active:focus,.btn-outline-blueDark:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-blueDark.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-blueDark:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-blueDark:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-blueDark.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-blueDark.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-blueDark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,20,135,0.5)
}

.btn-outline-unityYellow {
    color: #FFE606;
    border-color: #FFE606
}

.btn-outline-unityYellow:hover {
    color: #212529;
    background-color: #FFE606;
    border-color: #FFE606
}

.btn-outline-unityYellow:focus,.btn-outline-unityYellow.focus {
    box-shadow: 0 0 0 .2rem rgba(255,230,6,0.5)
}

.btn-outline-unityYellow.disabled,.btn-outline-unityYellow:disabled {
    color: #FFE606;
    background-color: transparent
}

.btn-outline-unityYellow:not(:disabled):not(.disabled):active,.btn-outline-unityYellow:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-unityYellow.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-unityYellow:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-unityYellow:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-unityYellow.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-unityYellow.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-unityYellow.dropdown-toggle {
    color: #212529;
    background-color: #FFE606;
    border-color: #FFE606
}

.btn-outline-unityYellow:not(:disabled):not(.disabled):active:focus,.btn-outline-unityYellow:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-unityYellow.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-unityYellow:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-unityYellow:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-unityYellow.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-unityYellow.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-unityYellow.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,230,6,0.5)
}

.btn-outline-futureGreen {
    color: #28D7B9;
    border-color: #28D7B9
}

.btn-outline-futureGreen:hover {
    color: #212529;
    background-color: #28D7B9;
    border-color: #28D7B9
}

.btn-outline-futureGreen:focus,.btn-outline-futureGreen.focus {
    box-shadow: 0 0 0 .2rem rgba(40,215,185,0.5)
}

.btn-outline-futureGreen.disabled,.btn-outline-futureGreen:disabled {
    color: #28D7B9;
    background-color: transparent
}

.btn-outline-futureGreen:not(:disabled):not(.disabled):active,.btn-outline-futureGreen:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-futureGreen.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-futureGreen:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-futureGreen:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-futureGreen.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-futureGreen.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-futureGreen.dropdown-toggle {
    color: #212529;
    background-color: #28D7B9;
    border-color: #28D7B9
}

.btn-outline-futureGreen:not(:disabled):not(.disabled):active:focus,.btn-outline-futureGreen:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-futureGreen.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-futureGreen:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-futureGreen:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-futureGreen.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-futureGreen.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-futureGreen.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40,215,185,0.5)
}

.btn-outline-futureGreenLightest {
    color: #d4f7f1;
    border-color: #d4f7f1
}

.btn-outline-futureGreenLightest:hover {
    color: #212529;
    background-color: #d4f7f1;
    border-color: #d4f7f1
}

.btn-outline-futureGreenLightest:focus,.btn-outline-futureGreenLightest.focus {
    box-shadow: 0 0 0 .2rem rgba(212,247,241,0.5)
}

.btn-outline-futureGreenLightest.disabled,.btn-outline-futureGreenLightest:disabled {
    color: #d4f7f1;
    background-color: transparent
}

.btn-outline-futureGreenLightest:not(:disabled):not(.disabled):active,.btn-outline-futureGreenLightest:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-futureGreenLightest.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-futureGreenLightest:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-futureGreenLightest:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-futureGreenLightest.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-futureGreenLightest.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-futureGreenLightest.dropdown-toggle {
    color: #212529;
    background-color: #d4f7f1;
    border-color: #d4f7f1
}

.btn-outline-futureGreenLightest:not(:disabled):not(.disabled):active:focus,.btn-outline-futureGreenLightest:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-futureGreenLightest.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-futureGreenLightest:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-futureGreenLightest:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-futureGreenLightest.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-futureGreenLightest.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-futureGreenLightest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(212,247,241,0.5)
}

.btn-outline-digitalViolet {
    color: #7D37F0;
    border-color: #7D37F0
}

.btn-outline-digitalViolet:hover {
    color: #fff;
    background-color: #7D37F0;
    border-color: #7D37F0
}

.btn-outline-digitalViolet:focus,.btn-outline-digitalViolet.focus {
    box-shadow: 0 0 0 .2rem rgba(125,55,240,0.5)
}

.btn-outline-digitalViolet.disabled,.btn-outline-digitalViolet:disabled {
    color: #7D37F0;
    background-color: transparent
}

.btn-outline-digitalViolet:not(:disabled):not(.disabled):active,.btn-outline-digitalViolet:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-digitalViolet.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-digitalViolet:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-digitalViolet:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-digitalViolet.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-digitalViolet.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-digitalViolet.dropdown-toggle {
    color: #fff;
    background-color: #7D37F0;
    border-color: #7D37F0
}

.btn-outline-digitalViolet:not(:disabled):not(.disabled):active:focus,.btn-outline-digitalViolet:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-digitalViolet.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-digitalViolet:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-digitalViolet:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-digitalViolet.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-digitalViolet.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-digitalViolet.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(125,55,240,0.5)
}

.btn-outline-teal {
    color: #006482;
    border-color: #006482
}

.btn-outline-teal:hover {
    color: #fff;
    background-color: #006482;
    border-color: #006482
}

.btn-outline-teal:focus,.btn-outline-teal.focus {
    box-shadow: 0 0 0 .2rem rgba(0,100,130,0.5)
}

.btn-outline-teal.disabled,.btn-outline-teal:disabled {
    color: #006482;
    background-color: transparent
}

.btn-outline-teal:not(:disabled):not(.disabled):active,.btn-outline-teal:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-teal.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-teal:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-teal:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-teal.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-teal.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-teal.dropdown-toggle {
    color: #fff;
    background-color: #006482;
    border-color: #006482
}

.btn-outline-teal:not(:disabled):not(.disabled):active:focus,.btn-outline-teal:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-teal.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-teal:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-teal:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-teal.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-teal.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-teal.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,100,130,0.5)
}

.btn-link {
    font-weight: 400;
    color: #7D37F0;
    text-decoration: none
}

.btn-link:hover {
    color: #560fcb;
    text-decoration: underline
}

.btn-link:focus,.btn-link.focus {
    text-decoration: underline
}

.btn-link:disabled,.btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg,.btn-group-lg>.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group-lg>a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group-lg>.ppg-Article-meta-item {
    padding: .5rem 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: .25rem
}

.btn-sm,.btn-group-sm>.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group-sm>a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group-sm>.ppg-Article-meta-item {
    padding: .25rem .5rem;
    font-size: .83333rem;
    line-height: 1.5;
    border-radius: .25rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
    width: 100%
}

.fade {
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropup,.dropright,.dropdown,.dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #0F234B;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 769px) {
    .dropdown-menu-md-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1300px) {
    .dropdown-menu-xl-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1500px) {
    .dropdown-menu-xxl-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-xxl-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1800px) {
    .dropdown-menu-xxxl-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-xxxl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^="top"],.dropdown-menu[x-placement^="right"],.dropdown-menu[x-placement^="bottom"],.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f9fafb
}

.dropdown-item.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .dropdown-item.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.dropdown-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.dropdown-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .dropdown-item.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .dropdown-item.ppg-Article-meta-item,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #FFE606
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .83333rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group>a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group>.ppg-Article-meta-item,.btn-group-vertical>.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group-vertical>a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group-vertical>.ppg-Article-meta-item {
    position: relative;
    flex: 1 1 auto
}

.btn-group>.btn:hover,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group>a:hover,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group>.ppg-Article-meta-item:hover,.btn-group-vertical>.btn:hover,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group-vertical>a:hover,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group-vertical>.ppg-Article-meta-item:hover {
    z-index: 1
}

.btn-group>.btn:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group>a:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group>.ppg-Article-meta-item:focus,.btn-group>.btn:active,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group>a:active,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group>.ppg-Article-meta-item:active,.btn-group>.btn.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-group>.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group>a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-group>a,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group>.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-group>.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group>a.active,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group>.active.ppg-Article-meta-item,.btn-group-vertical>.btn:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group-vertical>a:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group-vertical>.ppg-Article-meta-item:focus,.btn-group-vertical>.btn:active,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group-vertical>a:active,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group-vertical>.ppg-Article-meta-item:active,.btn-group-vertical>.btn.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-group-vertical>.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group-vertical>a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-group-vertical>a,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group-vertical>.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-group-vertical>.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group-vertical>a.active,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group-vertical>.active.ppg-Article-meta-item {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group>a:not(:first-child),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group>.ppg-Article-meta-item:not(:first-child),.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group>a:not(:last-child):not(.dropdown-toggle),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group>.ppg-Article-meta-item:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group>.btn-group:not(:last-child)>a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group>.btn-group:not(:last-child)>.ppg-Article-meta-item {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group>a:not(:first-child),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group>.ppg-Article-meta-item:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group>.btn-group:not(:first-child)>a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group>.btn-group:not(:first-child)>.ppg-Article-meta-item {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group-sm>a+.dropdown-toggle-split,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group-sm>.ppg-Article-meta-item+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group-lg>a+.dropdown-toggle-split,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group-lg>.ppg-Article-meta-item+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group-vertical>a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group-vertical>.ppg-Article-meta-item,.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group-vertical>a:not(:first-child),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group-vertical>.ppg-Article-meta-item:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group-vertical>a:not(:last-child):not(.dropdown-toggle),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group-vertical>.ppg-Article-meta-item:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group-vertical>.btn-group:not(:last-child)>a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group-vertical>.btn-group:not(:last-child)>.ppg-Article-meta-item {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group-vertical>a:not(:first-child),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group-vertical>.ppg-Article-meta-item:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group-vertical>.btn-group:not(:first-child)>a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group-vertical>.btn-group:not(:first-child)>.ppg-Article-meta-item {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group-toggle>a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group-toggle>.ppg-Article-meta-item,.btn-group-toggle>.btn-group>.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group-toggle>.btn-group>a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group-toggle>.btn-group>.ppg-Article-meta-item {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type="radio"],.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group-toggle>a input[type="radio"],.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group-toggle>.ppg-Article-meta-item input[type="radio"],.btn-group-toggle>.btn input[type="checkbox"],.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group-toggle>a input[type="checkbox"],.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group-toggle>.ppg-Article-meta-item input[type="checkbox"],.btn-group-toggle>.btn-group>.btn input[type="radio"],.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group-toggle>.btn-group>a input[type="radio"],.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group-toggle>.btn-group>.ppg-Article-meta-item input[type="radio"],.btn-group-toggle>.btn-group>.btn input[type="checkbox"],.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group-toggle>.btn-group>a input[type="checkbox"],.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group-toggle>.btn-group>.ppg-Article-meta-item input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file {
    margin-left: -1px
}

.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.form-control:not(:last-child),.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-prepend,.input-group-append {
    display: flex
}

.input-group-prepend .btn,.input-group-prepend .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group-prepend a,.input-group-prepend .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .input-group-prepend .ppg-Article-meta-item,.input-group-append .btn,.input-group-append .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group-append a,.input-group-append .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .input-group-append .ppg-Article-meta-item {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn:focus,.input-group-prepend .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group-prepend a:focus,.input-group-prepend .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .input-group-prepend .ppg-Article-meta-item:focus,.input-group-append .btn:focus,.input-group-append .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group-append a:focus,.input-group-append .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .input-group-append .ppg-Article-meta-item:focus {
    z-index: 3
}

.input-group-prepend .btn+.btn,.input-group-prepend .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a+.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group-prepend a+.btn,.input-group-prepend .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item+.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .input-group-prepend .ppg-Article-meta-item+.btn,.input-group-prepend .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn+a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group-prepend .btn+a,.input-group-prepend .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a+a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group-prepend a+a,.input-group-prepend .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Article-meta-item+a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .input-group-prepend .ppg-Article-meta-topic .ppg-Article-meta-item+a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group-prepend .ppg-Article-meta-item+a,.input-group-prepend .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn+.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .input-group-prepend .btn+.ppg-Article-meta-item,.input-group-prepend .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a+.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group-prepend a+.ppg-Article-meta-item,.input-group-prepend .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item+.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .input-group-prepend .ppg-Article-meta-item+.ppg-Article-meta-item,.input-group-prepend .btn+.input-group-text,.input-group-prepend .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a+.input-group-text,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group-prepend a+.input-group-text,.input-group-prepend .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item+.input-group-text,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .input-group-prepend .ppg-Article-meta-item+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group-text+a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group-prepend .input-group-text+a,.input-group-prepend .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .input-group-text+.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .input-group-prepend .input-group-text+.ppg-Article-meta-item,.input-group-append .btn+.btn,.input-group-append .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a+.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group-append a+.btn,.input-group-append .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item+.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .input-group-append .ppg-Article-meta-item+.btn,.input-group-append .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn+a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group-append .btn+a,.input-group-append .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a+a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group-append a+a,.input-group-append .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Article-meta-item+a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .input-group-append .ppg-Article-meta-topic .ppg-Article-meta-item+a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group-append .ppg-Article-meta-item+a,.input-group-append .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn+.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .input-group-append .btn+.ppg-Article-meta-item,.input-group-append .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a+.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group-append a+.ppg-Article-meta-item,.input-group-append .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item+.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .input-group-append .ppg-Article-meta-item+.ppg-Article-meta-item,.input-group-append .btn+.input-group-text,.input-group-append .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a+.input-group-text,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group-append a+.input-group-text,.input-group-append .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item+.input-group-text,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .input-group-append .ppg-Article-meta-item+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group-text+a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group-append .input-group-text+a,.input-group-append .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .input-group-text+.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .input-group-append .input-group-text+.ppg-Article-meta-item {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0F234B;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #0F234B;
    border-radius: .25rem
}

.input-group-text input[type="radio"],.input-group-text input[type="checkbox"] {
    margin-top: 0
}

.input-group-lg>.form-control:not(textarea),.input-group-lg>.custom-select {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.form-control,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group-lg>.input-group-prepend>a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .input-group-lg>.input-group-prepend>.ppg-Article-meta-item,.input-group-lg>.input-group-append>.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group-lg>.input-group-append>a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .input-group-lg>.input-group-append>.ppg-Article-meta-item {
    padding: .5rem 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.form-control,.input-group-sm>.custom-select,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group-sm>.input-group-prepend>a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .input-group-sm>.input-group-prepend>.ppg-Article-meta-item,.input-group-sm>.input-group-append>.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group-sm>.input-group-append>a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .input-group-sm>.input-group-append>.ppg-Article-meta-item {
    padding: .25rem .5rem;
    font-size: .83333rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,.input-group-sm>.custom-select {
    padding-right: 2rem
}

.input-group>.input-group-prepend>.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group>.input-group-prepend>a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .input-group>.input-group-prepend>.ppg-Article-meta-item,.input-group>.input-group-prepend>.input-group-text,.input-group>.input-group-append:not(:last-child)>.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group>.input-group-append:not(:last-child)>a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .input-group>.input-group-append:not(:last-child)>.ppg-Article-meta-item,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group>.input-group-append:last-child>a:not(:last-child):not(.dropdown-toggle),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .input-group>.input-group-append:last-child>.ppg-Article-meta-item:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group>.input-group-append>a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .input-group>.input-group-append>.ppg-Article-meta-item,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group>.input-group-prepend:not(:first-child)>a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .input-group>.input-group-prepend:not(:first-child)>.ppg-Article-meta-item,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .input-group>.input-group-prepend:first-child>a:not(:first-child),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .input-group>.input-group-prepend:first-child>.ppg-Article-meta-item:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #FFE606;
    background-color: #FFE606
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(255,230,6,0.25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #fff386
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #fff8b9;
    border-color: #fff8b9
}

.custom-control-input[disabled] ~ .custom-control-label,.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input[disabled] ~ .custom-control-label::before,.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #FFE606;
    background-color: #FFE606
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(255,230,6,0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(255,230,6,0.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(255,230,6,0.5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-transform 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(255,230,6,0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 2rem + 4px);
    padding: .5rem 2rem .5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0F234B;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
    border: 1px solid #0F234B;
    border-radius: .25rem;
    -webkit-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #fff386;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,230,6,0.25)
}

.custom-select:focus::-ms-value {
    color: #0F234B;
    background-color: #fff
}

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

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

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #0F234B
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .83333rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.2rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 2rem + 4px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 2rem + 4px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #fff386;
    box-shadow: 0 0 0 .2rem rgba(255,230,6,0.25)
}

.custom-file-input[disabled] ~ .custom-file-label,.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 2rem + 4px);
    padding: .5rem 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0F234B;
    background-color: #fff;
    border: 1px solid #0F234B;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1rem);
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #0F234B;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(255,230,6,0.25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(255,230,6,0.25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(255,230,6,0.25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #FFE606;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #fff8b9
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #FFE606;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #fff8b9
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #FFE606;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #fff8b9
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,.custom-file-label,.custom-select {
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,.custom-file-label,.custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .75rem 1rem
}

.nav-link:hover,.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,.nav-tabs .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .nav-link.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .nav-tabs .nav-link.btn,.nav-tabs .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.nav-link,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .nav-tabs a.nav-link,.nav-tabs .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.nav-link,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .nav-tabs a.nav-link,.nav-tabs .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .nav-link.ppg-Article-meta-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .nav-tabs .nav-link.ppg-Article-meta-item,.nav-tabs .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .nav-link.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .nav-tabs .nav-link.ppg-Article-meta-item,.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,.nav-pills .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .nav-link.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .nav-pills .nav-link.btn,.nav-pills .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.nav-link,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .nav-pills a.nav-link,.nav-pills .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.nav-link,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .nav-pills a.nav-link,.nav-pills .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .nav-link.ppg-Article-meta-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .nav-pills .nav-link.ppg-Article-meta-item,.nav-pills .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .nav-link.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .nav-pills .nav-link.ppg-Article-meta-item,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #FFE606
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .tab-content>.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .tab-content>a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .tab-content>a,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .tab-content>.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .tab-content>.ppg-Article-meta-item {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container,.navbar .container-fluid,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl,.navbar .container-xxl,.navbar .container-xxxl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .6rem;
    padding-bottom: .6rem;
    margin-right: 1rem;
    font-size: 1.2rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,.navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .75rem;
    padding-bottom: .75rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.2rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:hover,.navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl,.navbar-expand-sm>.container-xxl,.navbar-expand-sm>.container-xxxl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl,.navbar-expand-sm>.container-xxl,.navbar-expand-sm>.container-xxxl {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 768.98px) {
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl,.navbar-expand-md>.container-xxl,.navbar-expand-md>.container-xxxl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 769px) {
    .navbar-expand-md {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl,.navbar-expand-md>.container-xxl,.navbar-expand-md>.container-xxxl {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl,.navbar-expand-lg>.container-xxl,.navbar-expand-lg>.container-xxxl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl,.navbar-expand-lg>.container-xxl,.navbar-expand-lg>.container-xxxl {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1299.98px) {
    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl,.navbar-expand-xl>.container-xxl,.navbar-expand-xl>.container-xxxl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 1300px) {
    .navbar-expand-xl {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl,.navbar-expand-xl>.container-xxl,.navbar-expand-xl>.container-xxxl {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media (max-width: 1499.98px) {
    .navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid,.navbar-expand-xxl>.container-sm,.navbar-expand-xxl>.container-md,.navbar-expand-xxl>.container-lg,.navbar-expand-xxl>.container-xl,.navbar-expand-xxl>.container-xxl,.navbar-expand-xxl>.container-xxxl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 1500px) {
    .navbar-expand-xxl {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid,.navbar-expand-xxl>.container-sm,.navbar-expand-xxl>.container-md,.navbar-expand-xxl>.container-lg,.navbar-expand-xxl>.container-xl,.navbar-expand-xxl>.container-xxl,.navbar-expand-xxl>.container-xxxl {
        flex-wrap: nowrap
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

@media (max-width: 1799.98px) {
    .navbar-expand-xxxl>.container,.navbar-expand-xxxl>.container-fluid,.navbar-expand-xxxl>.container-sm,.navbar-expand-xxxl>.container-md,.navbar-expand-xxxl>.container-lg,.navbar-expand-xxxl>.container-xl,.navbar-expand-xxxl>.container-xxl,.navbar-expand-xxxl>.container-xxxl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 1800px) {
    .navbar-expand-xxxl {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxxl>.container,.navbar-expand-xxxl>.container-fluid,.navbar-expand-xxxl>.container-sm,.navbar-expand-xxxl>.container-md,.navbar-expand-xxxl>.container-lg,.navbar-expand-xxxl>.container-xl,.navbar-expand-xxxl>.container-xxl,.navbar-expand-xxxl>.container-xxxl {
        flex-wrap: nowrap
    }

    .navbar-expand-xxxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxxl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl,.navbar-expand>.container-xxl,.navbar-expand>.container-xxxl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl,.navbar-expand>.container-xxl,.navbar-expand>.container-xxxl {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,0.9)
}

.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus {
    color: rgba(0,0,0,0.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,0.5)
}

.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0,0,0,0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0,0,0,0.3)
}

.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn>.nav-link,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .navbar-light .navbar-nav .btn>.nav-link,.navbar-light .navbar-nav .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a>.nav-link,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .navbar-light .navbar-nav a>.nav-link,.navbar-light .navbar-nav .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a>.nav-link,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .navbar-light .navbar-nav a>.nav-link,.navbar-light .navbar-nav .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item>.nav-link,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .navbar-light .navbar-nav .ppg-Article-meta-item>.nav-link,.navbar-light .navbar-nav .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item>.nav-link,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .navbar-light .navbar-nav .ppg-Article-meta-item>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .nav-link.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .navbar-light .navbar-nav .nav-link.btn,.navbar-light .navbar-nav .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.nav-link,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .navbar-light .navbar-nav a.nav-link,.navbar-light .navbar-nav .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.nav-link,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .navbar-light .navbar-nav a.nav-link,.navbar-light .navbar-nav .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .nav-link.ppg-Article-meta-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .navbar-light .navbar-nav .nav-link.ppg-Article-meta-item,.navbar-light .navbar-nav .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .nav-link.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .navbar-light .navbar-nav .nav-link.ppg-Article-meta-item {
    color: rgba(0,0,0,0.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,0.5);
    border-color: rgba(0,0,0,0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,0.5)
}

.navbar-light .navbar-text a {
    color: rgba(0,0,0,0.9)
}

.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus {
    color: rgba(0,0,0,0.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.5)
}

.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255,255,255,0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255,255,255,0.25)
}

.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn>.nav-link,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .navbar-dark .navbar-nav .btn>.nav-link,.navbar-dark .navbar-nav .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a>.nav-link,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .navbar-dark .navbar-nav a>.nav-link,.navbar-dark .navbar-nav .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a>.nav-link,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .navbar-dark .navbar-nav a>.nav-link,.navbar-dark .navbar-nav .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item>.nav-link,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .navbar-dark .navbar-nav .ppg-Article-meta-item>.nav-link,.navbar-dark .navbar-nav .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item>.nav-link,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .navbar-dark .navbar-nav .ppg-Article-meta-item>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .nav-link.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .navbar-dark .navbar-nav .nav-link.btn,.navbar-dark .navbar-nav .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.nav-link,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .navbar-dark .navbar-nav a.nav-link,.navbar-dark .navbar-nav .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.nav-link,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .navbar-dark .navbar-nav a.nav-link,.navbar-dark .navbar-nav .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .nav-link.ppg-Article-meta-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .navbar-dark .navbar-nav .nav-link.ppg-Article-meta-item,.navbar-dark .navbar-nav .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .nav-link.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .navbar-dark .navbar-nav .nav-link.ppg-Article-meta-item {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,0.5);
    border-color: rgba(255,255,255,0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,0.5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.5rem
}

.card-title {
    margin-bottom: 1.5rem
}

.card-subtitle {
    margin-top: -.75rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.5rem
}

.card-header {
    padding: 1.5rem 1.5rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.03);
    border-bottom: 1px solid rgba(0,0,0,0.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: 1.5rem 1.5rem;
    background-color: rgba(0,0,0,0.03);
    border-top: 1px solid rgba(0,0,0,0.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.75rem;
    margin-bottom: -1.5rem;
    margin-left: -.75rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.75rem;
    margin-left: -.75rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img,.card-img-top,.card-img-bottom {
    flex-shrink: 0;
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 1.25rem
}

@media (min-width: 576px) {
    .card-deck {
        display:flex;
        flex-flow: row wrap;
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 1.25rem;
        margin-bottom: 0;
        margin-left: 1.25rem
    }
}

.card-group>.card {
    margin-bottom: 1.25rem
}

@media (min-width: 576px) {
    .card-group {
        display:flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: 1.5rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count:3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: rgba(0,0,0,0);
    border-radius: 0
}

.breadcrumb-item {
    display: flex
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: inherit;
    content: ">"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .breadcrumb-item.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.breadcrumb-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.breadcrumb-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .breadcrumb-item.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .breadcrumb-item.ppg-Article-meta-item {
    color: inherit
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0F234B;
    background-color: #fff;
    border: 1px solid #0F234B
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #0F234B;
    border-color: #0F234B
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,230,6,0.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .page-item.btn .page-link,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.page-item .page-link,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.page-item .page-link,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .page-item.ppg-Article-meta-item .page-link,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .page-item.ppg-Article-meta-item .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0F234B;
    border-color: #0F234B
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.2rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .625rem;
    font-size: .83333rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none
    }
}

a.badge:hover,a.badge:focus {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a .badge,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #212529;
    background-color: #FFE606
}

a.badge-primary:hover,a.badge-primary:focus {
    color: #212529;
    background-color: #d2bd00
}

a.badge-primary:focus,a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,230,6,0.5)
}

.badge-secondary {
    color: #212529;
    background-color: #fff
}

a.badge-secondary:hover,a.badge-secondary:focus {
    color: #212529;
    background-color: #e6e6e6
}

a.badge-secondary:focus,a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,255,255,0.5)
}

.badge-success {
    color: #fff;
    background-color: #01B955
}

a.badge-success:hover,a.badge-success:focus {
    color: #fff;
    background-color: #01863e
}

a.badge-success:focus,a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(1,185,85,0.5)
}

.badge-info {
    color: #212529;
    background-color: #32d7f5
}

a.badge-info:hover,a.badge-info:focus {
    color: #212529;
    background-color: #0bc7e9
}

a.badge-info:focus,a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(50,215,245,0.5)
}

.badge-warning {
    color: #212529;
    background-color: #FFC300
}

a.badge-warning:hover,a.badge-warning:focus {
    color: #212529;
    background-color: #cc9c00
}

a.badge-warning:focus,a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,195,0,0.5)
}

.badge-danger {
    color: #fff;
    background-color: #e60037
}

a.badge-danger:hover,a.badge-danger:focus {
    color: #fff;
    background-color: #b3002b
}

a.badge-danger:focus,a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(230,0,55,0.5)
}

.badge-light {
    color: #212529;
    background-color: #e8e9ed
}

a.badge-light:hover,a.badge-light:focus {
    color: #212529;
    background-color: #cbced7
}

a.badge-light:focus,a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(232,233,237,0.5)
}

.badge-dark {
    color: #fff;
    background-color: #0F234B
}

a.badge-dark:hover,a.badge-dark:focus {
    color: #fff;
    background-color: #070f21
}

a.badge-dark:focus,a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(15,35,75,0.5)
}

.badge-white {
    color: #212529;
    background-color: #fff
}

a.badge-white:hover,a.badge-white:focus {
    color: #212529;
    background-color: #e6e6e6
}

a.badge-white:focus,a.badge-white.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,255,255,0.5)
}

.badge-infoRed {
    color: #fff;
    background-color: #e60037
}

a.badge-infoRed:hover,a.badge-infoRed:focus {
    color: #fff;
    background-color: #b3002b
}

a.badge-infoRed:focus,a.badge-infoRed.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(230,0,55,0.5)
}

.badge-infoBlue {
    color: #fff;
    background-color: #0046B9
}

a.badge-infoBlue:hover,a.badge-infoBlue:focus {
    color: #fff;
    background-color: #003386
}

a.badge-infoBlue:focus,a.badge-infoBlue.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,70,185,0.5)
}

.badge-gray {
    color: #212529;
    background-color: #e8e9ed
}

a.badge-gray:hover,a.badge-gray:focus {
    color: #212529;
    background-color: #cbced7
}

a.badge-gray:focus,a.badge-gray.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(232,233,237,0.5)
}

.badge-infoGrayUltralight {
    color: #212529;
    background-color: #f9fafb
}

a.badge-infoGrayUltralight:hover,a.badge-infoGrayUltralight:focus {
    color: #212529;
    background-color: #dae1e7
}

a.badge-infoGrayUltralight:focus,a.badge-infoGrayUltralight.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(249,250,251,0.5)
}

.badge-cyan {
    color: #212529;
    background-color: #32d7f5
}

a.badge-cyan:hover,a.badge-cyan:focus {
    color: #212529;
    background-color: #0bc7e9
}

a.badge-cyan:focus,a.badge-cyan.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(50,215,245,0.5)
}

.badge-safetyBlue {
    color: #fff;
    background-color: #0F234B
}

a.badge-safetyBlue:hover,a.badge-safetyBlue:focus {
    color: #fff;
    background-color: #070f21
}

a.badge-safetyBlue:focus,a.badge-safetyBlue.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(15,35,75,0.5)
}

.badge-safetyBlueMid {
    color: #fff;
    background-color: #79768f
}

a.badge-safetyBlueMid:hover,a.badge-safetyBlueMid:focus {
    color: #fff;
    background-color: #615e74
}

a.badge-safetyBlueMid:focus,a.badge-safetyBlueMid.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(121,118,143,0.5)
}

.badge-safetyBlueLight {
    color: #212529;
    background-color: #9fa7b8
}

a.badge-safetyBlueLight:hover,a.badge-safetyBlueLight:focus {
    color: #212529;
    background-color: #828ca2
}

a.badge-safetyBlueLight:focus,a.badge-safetyBlueLight.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(159,167,184,0.5)
}

.badge-safetyBlueLightest {
    color: #212529;
    background-color: #e8e9ed
}

a.badge-safetyBlueLightest:hover,a.badge-safetyBlueLightest:focus {
    color: #212529;
    background-color: #cbced7
}

a.badge-safetyBlueLightest:focus,a.badge-safetyBlueLightest.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(232,233,237,0.5)
}

.badge-blueDark {
    color: #fff;
    background-color: #001487
}

a.badge-blueDark:hover,a.badge-blueDark:focus {
    color: #fff;
    background-color: #000c54
}

a.badge-blueDark:focus,a.badge-blueDark.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,20,135,0.5)
}

.badge-unityYellow {
    color: #212529;
    background-color: #FFE606
}

a.badge-unityYellow:hover,a.badge-unityYellow:focus {
    color: #212529;
    background-color: #d2bd00
}

a.badge-unityYellow:focus,a.badge-unityYellow.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,230,6,0.5)
}

.badge-futureGreen {
    color: #212529;
    background-color: #28D7B9
}

a.badge-futureGreen:hover,a.badge-futureGreen:focus {
    color: #212529;
    background-color: #20ac94
}

a.badge-futureGreen:focus,a.badge-futureGreen.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40,215,185,0.5)
}

.badge-futureGreenLightest {
    color: #212529;
    background-color: #d4f7f1
}

a.badge-futureGreenLightest:hover,a.badge-futureGreenLightest:focus {
    color: #212529;
    background-color: #a9efe3
}

a.badge-futureGreenLightest:focus,a.badge-futureGreenLightest.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(212,247,241,0.5)
}

.badge-digitalViolet {
    color: #fff;
    background-color: #7D37F0
}

a.badge-digitalViolet:hover,a.badge-digitalViolet:focus {
    color: #fff;
    background-color: #6011e3
}

a.badge-digitalViolet:focus,a.badge-digitalViolet.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(125,55,240,0.5)
}

.badge-teal {
    color: #fff;
    background-color: #006482
}

a.badge-teal:hover,a.badge-teal:focus {
    color: #fff;
    background-color: #003d4f
}

a.badge-teal:focus,a.badge-teal.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,100,130,0.5)
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:hover,.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f9fafb
}

.list-group-item-action:active {
    color: #0F234B;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.list-group-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.list-group-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-item.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item.ppg-Article-meta-item {
    z-index: 2;
    color: #fff;
    background-color: #FFE606;
    border-color: #FFE606
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item+.list-group-item.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .list-group-item+a.list-group-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item+a.list-group-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-item+.list-group-item.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item+.list-group-item.ppg-Article-meta-item {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal>.list-group-item.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .list-group-horizontal>a.list-group-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal>a.list-group-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-horizontal>.list-group-item.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal>.list-group-item.ppg-Article-meta-item {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal>.list-group-item+.list-group-item.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .list-group-horizontal>.list-group-item+a.list-group-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal>.list-group-item+a.list-group-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-horizontal>.list-group-item+.list-group-item.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal>.list-group-item+.list-group-item.ppg-Article-meta-item {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction:row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-sm>.list-group-item.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .list-group-horizontal-sm>a.list-group-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-sm>a.list-group-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-horizontal-sm>.list-group-item.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-sm>.list-group-item.ppg-Article-meta-item {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-sm>.list-group-item+.list-group-item.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .list-group-horizontal-sm>.list-group-item+a.list-group-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-sm>.list-group-item+a.list-group-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-horizontal-sm>.list-group-item+.list-group-item.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-sm>.list-group-item+.list-group-item.ppg-Article-meta-item {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 769px) {
    .list-group-horizontal-md {
        flex-direction:row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-md>.list-group-item.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .list-group-horizontal-md>a.list-group-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-md>a.list-group-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-horizontal-md>.list-group-item.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-md>.list-group-item.ppg-Article-meta-item {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-md>.list-group-item+.list-group-item.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .list-group-horizontal-md>.list-group-item+a.list-group-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-md>.list-group-item+a.list-group-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-horizontal-md>.list-group-item+.list-group-item.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-md>.list-group-item+.list-group-item.ppg-Article-meta-item {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction:row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-lg>.list-group-item.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .list-group-horizontal-lg>a.list-group-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-lg>a.list-group-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-horizontal-lg>.list-group-item.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-lg>.list-group-item.ppg-Article-meta-item {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-lg>.list-group-item+.list-group-item.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .list-group-horizontal-lg>.list-group-item+a.list-group-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-lg>.list-group-item+a.list-group-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-horizontal-lg>.list-group-item+.list-group-item.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-lg>.list-group-item+.list-group-item.ppg-Article-meta-item {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1300px) {
    .list-group-horizontal-xl {
        flex-direction:row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-xl>.list-group-item.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .list-group-horizontal-xl>a.list-group-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-xl>a.list-group-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-horizontal-xl>.list-group-item.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-xl>.list-group-item.ppg-Article-meta-item {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-xl>.list-group-item+.list-group-item.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .list-group-horizontal-xl>.list-group-item+a.list-group-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-xl>.list-group-item+a.list-group-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-horizontal-xl>.list-group-item+.list-group-item.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-xl>.list-group-item+.list-group-item.ppg-Article-meta-item {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1500px) {
    .list-group-horizontal-xxl {
        flex-direction:row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-xxl>.list-group-item.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .list-group-horizontal-xxl>a.list-group-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-xxl>a.list-group-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-horizontal-xxl>.list-group-item.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-xxl>.list-group-item.ppg-Article-meta-item {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-xxl>.list-group-item+.list-group-item.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .list-group-horizontal-xxl>.list-group-item+a.list-group-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-xxl>.list-group-item+a.list-group-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-horizontal-xxl>.list-group-item+.list-group-item.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-xxl>.list-group-item+.list-group-item.ppg-Article-meta-item {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1800px) {
    .list-group-horizontal-xxxl {
        flex-direction:row
    }

    .list-group-horizontal-xxxl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxxl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxxl>.list-group-item.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-xxxl>.list-group-item.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .list-group-horizontal-xxxl>a.list-group-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-xxxl>a.list-group-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-horizontal-xxxl>.list-group-item.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-xxxl>.list-group-item.ppg-Article-meta-item {
        margin-top: 0
    }

    .list-group-horizontal-xxxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xxxl>.list-group-item+.list-group-item.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-xxxl>.list-group-item+.list-group-item.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .list-group-horizontal-xxxl>.list-group-item+a.list-group-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-xxxl>.list-group-item+a.list-group-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-horizontal-xxxl>.list-group-item+.list-group-item.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-horizontal-xxxl>.list-group-item+.list-group-item.ppg-Article-meta-item {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #665c02;
    background-color: #fffde6
}

.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus {
    color: #665c02;
    background-color: #fffbcd
}

.list-group-item-primary.list-group-item-action.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-primary.list-group-item-action.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.list-group-item-primary.list-group-item-action,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.list-group-item-primary.list-group-item-action,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-item-primary.list-group-item-action.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-primary.list-group-item-action.ppg-Article-meta-item {
    color: #fff;
    background-color: #665c02;
    border-color: #665c02
}

.list-group-item-secondary {
    color: #666;
    background-color: #fff
}

.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus {
    color: #666;
    background-color: #f2f2f2
}

.list-group-item-secondary.list-group-item-action.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-secondary.list-group-item-action.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.list-group-item-secondary.list-group-item-action,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.list-group-item-secondary.list-group-item-action,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-item-secondary.list-group-item-action.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-secondary.list-group-item-action.ppg-Article-meta-item {
    color: #fff;
    background-color: #666;
    border-color: #666
}

.list-group-item-success {
    color: #004a22;
    background-color: #e6f8ee
}

.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus {
    color: #004a22;
    background-color: #d2f2e0
}

.list-group-item-success.list-group-item-action.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-success.list-group-item-action.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.list-group-item-success.list-group-item-action,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.list-group-item-success.list-group-item-action,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-item-success.list-group-item-action.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-success.list-group-item-action.ppg-Article-meta-item {
    color: #fff;
    background-color: #004a22;
    border-color: #004a22
}

.list-group-item-info {
    color: #145662;
    background-color: #ebfbfe
}

.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus {
    color: #145662;
    background-color: #d3f6fd
}

.list-group-item-info.list-group-item-action.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-info.list-group-item-action.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.list-group-item-info.list-group-item-action,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.list-group-item-info.list-group-item-action,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-item-info.list-group-item-action.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-info.list-group-item-action.ppg-Article-meta-item {
    color: #fff;
    background-color: #145662;
    border-color: #145662
}

.list-group-item-warning {
    color: #664e00;
    background-color: #fff9e6
}

.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus {
    color: #664e00;
    background-color: #fff3cd
}

.list-group-item-warning.list-group-item-action.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-warning.list-group-item-action.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.list-group-item-warning.list-group-item-action,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.list-group-item-warning.list-group-item-action,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-item-warning.list-group-item-action.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-warning.list-group-item-action.ppg-Article-meta-item {
    color: #fff;
    background-color: #664e00;
    border-color: #664e00
}

.list-group-item-danger {
    color: #5c0016;
    background-color: #fde6eb
}

.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus {
    color: #5c0016;
    background-color: #fbced8
}

.list-group-item-danger.list-group-item-action.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-danger.list-group-item-action.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.list-group-item-danger.list-group-item-action,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.list-group-item-danger.list-group-item-action,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-item-danger.list-group-item-action.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-danger.list-group-item-action.ppg-Article-meta-item {
    color: #fff;
    background-color: #5c0016;
    border-color: #5c0016
}

.list-group-item-light {
    color: #5d5d5f;
    background-color: #fdfdfd
}

.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus {
    color: #5d5d5f;
    background-color: #f0f0f0
}

.list-group-item-light.list-group-item-action.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-light.list-group-item-action.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.list-group-item-light.list-group-item-action,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.list-group-item-light.list-group-item-action,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-item-light.list-group-item-action.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-light.list-group-item-action.ppg-Article-meta-item {
    color: #fff;
    background-color: #5d5d5f;
    border-color: #5d5d5f
}

.list-group-item-dark {
    color: #060e1e;
    background-color: #e7e9ed
}

.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus {
    color: #060e1e;
    background-color: #d8dce2
}

.list-group-item-dark.list-group-item-action.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-dark.list-group-item-action.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.list-group-item-dark.list-group-item-action,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.list-group-item-dark.list-group-item-action,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-item-dark.list-group-item-action.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-dark.list-group-item-action.ppg-Article-meta-item {
    color: #fff;
    background-color: #060e1e;
    border-color: #060e1e
}

.list-group-item-white {
    color: #666;
    background-color: #fff
}

.list-group-item-white.list-group-item-action:hover,.list-group-item-white.list-group-item-action:focus {
    color: #666;
    background-color: #f2f2f2
}

.list-group-item-white.list-group-item-action.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-white.list-group-item-action.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.list-group-item-white.list-group-item-action,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.list-group-item-white.list-group-item-action,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-item-white.list-group-item-action.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-white.list-group-item-action.ppg-Article-meta-item {
    color: #fff;
    background-color: #666;
    border-color: #666
}

.list-group-item-infoRed {
    color: #5c0016;
    background-color: #fde6eb
}

.list-group-item-infoRed.list-group-item-action:hover,.list-group-item-infoRed.list-group-item-action:focus {
    color: #5c0016;
    background-color: #fbced8
}

.list-group-item-infoRed.list-group-item-action.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-infoRed.list-group-item-action.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.list-group-item-infoRed.list-group-item-action,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.list-group-item-infoRed.list-group-item-action,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-item-infoRed.list-group-item-action.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-infoRed.list-group-item-action.ppg-Article-meta-item {
    color: #fff;
    background-color: #5c0016;
    border-color: #5c0016
}

.list-group-item-infoBlue {
    color: #001c4a;
    background-color: #e6edf8
}

.list-group-item-infoBlue.list-group-item-action:hover,.list-group-item-infoBlue.list-group-item-action:focus {
    color: #001c4a;
    background-color: #d2dff2
}

.list-group-item-infoBlue.list-group-item-action.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-infoBlue.list-group-item-action.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.list-group-item-infoBlue.list-group-item-action,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.list-group-item-infoBlue.list-group-item-action,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-item-infoBlue.list-group-item-action.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-infoBlue.list-group-item-action.ppg-Article-meta-item {
    color: #fff;
    background-color: #001c4a;
    border-color: #001c4a
}

.list-group-item-gray {
    color: #5d5d5f;
    background-color: #fdfdfd
}

.list-group-item-gray.list-group-item-action:hover,.list-group-item-gray.list-group-item-action:focus {
    color: #5d5d5f;
    background-color: #f0f0f0
}

.list-group-item-gray.list-group-item-action.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-gray.list-group-item-action.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.list-group-item-gray.list-group-item-action,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.list-group-item-gray.list-group-item-action,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-item-gray.list-group-item-action.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-gray.list-group-item-action.ppg-Article-meta-item {
    color: #fff;
    background-color: #5d5d5f;
    border-color: #5d5d5f
}

.list-group-item-infoGrayUltralight {
    color: #646464;
    background-color: #feffff
}

.list-group-item-infoGrayUltralight.list-group-item-action:hover,.list-group-item-infoGrayUltralight.list-group-item-action:focus {
    color: #646464;
    background-color: #e5ffff
}

.list-group-item-infoGrayUltralight.list-group-item-action.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-infoGrayUltralight.list-group-item-action.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.list-group-item-infoGrayUltralight.list-group-item-action,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.list-group-item-infoGrayUltralight.list-group-item-action,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-item-infoGrayUltralight.list-group-item-action.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-infoGrayUltralight.list-group-item-action.ppg-Article-meta-item {
    color: #fff;
    background-color: #646464;
    border-color: #646464
}

.list-group-item-cyan {
    color: #145662;
    background-color: #ebfbfe
}

.list-group-item-cyan.list-group-item-action:hover,.list-group-item-cyan.list-group-item-action:focus {
    color: #145662;
    background-color: #d3f6fd
}

.list-group-item-cyan.list-group-item-action.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-cyan.list-group-item-action.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.list-group-item-cyan.list-group-item-action,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.list-group-item-cyan.list-group-item-action,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-item-cyan.list-group-item-action.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-cyan.list-group-item-action.ppg-Article-meta-item {
    color: #fff;
    background-color: #145662;
    border-color: #145662
}

.list-group-item-safetyBlue {
    color: #060e1e;
    background-color: #e7e9ed
}

.list-group-item-safetyBlue.list-group-item-action:hover,.list-group-item-safetyBlue.list-group-item-action:focus {
    color: #060e1e;
    background-color: #d8dce2
}

.list-group-item-safetyBlue.list-group-item-action.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-safetyBlue.list-group-item-action.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.list-group-item-safetyBlue.list-group-item-action,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.list-group-item-safetyBlue.list-group-item-action,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-item-safetyBlue.list-group-item-action.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-safetyBlue.list-group-item-action.ppg-Article-meta-item {
    color: #fff;
    background-color: #060e1e;
    border-color: #060e1e
}

.list-group-item-safetyBlueMid {
    color: #302f39;
    background-color: #f2f1f4
}

.list-group-item-safetyBlueMid.list-group-item-action:hover,.list-group-item-safetyBlueMid.list-group-item-action:focus {
    color: #302f39;
    background-color: #e5e3e9
}

.list-group-item-safetyBlueMid.list-group-item-action.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-safetyBlueMid.list-group-item-action.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.list-group-item-safetyBlueMid.list-group-item-action,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.list-group-item-safetyBlueMid.list-group-item-action,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-item-safetyBlueMid.list-group-item-action.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-safetyBlueMid.list-group-item-action.ppg-Article-meta-item {
    color: #fff;
    background-color: #302f39;
    border-color: #302f39
}

.list-group-item-safetyBlueLight {
    color: #40434a;
    background-color: #f5f6f8
}

.list-group-item-safetyBlueLight.list-group-item-action:hover,.list-group-item-safetyBlueLight.list-group-item-action:focus {
    color: #40434a;
    background-color: #e6e9ee
}

.list-group-item-safetyBlueLight.list-group-item-action.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-safetyBlueLight.list-group-item-action.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.list-group-item-safetyBlueLight.list-group-item-action,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.list-group-item-safetyBlueLight.list-group-item-action,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-item-safetyBlueLight.list-group-item-action.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-safetyBlueLight.list-group-item-action.ppg-Article-meta-item {
    color: #fff;
    background-color: #40434a;
    border-color: #40434a
}

.list-group-item-safetyBlueLightest {
    color: #5d5d5f;
    background-color: #fdfdfd
}

.list-group-item-safetyBlueLightest.list-group-item-action:hover,.list-group-item-safetyBlueLightest.list-group-item-action:focus {
    color: #5d5d5f;
    background-color: #f0f0f0
}

.list-group-item-safetyBlueLightest.list-group-item-action.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-safetyBlueLightest.list-group-item-action.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.list-group-item-safetyBlueLightest.list-group-item-action,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.list-group-item-safetyBlueLightest.list-group-item-action,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-item-safetyBlueLightest.list-group-item-action.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-safetyBlueLightest.list-group-item-action.ppg-Article-meta-item {
    color: #fff;
    background-color: #5d5d5f;
    border-color: #5d5d5f
}

.list-group-item-blueDark {
    color: #000836;
    background-color: #e6e8f3
}

.list-group-item-blueDark.list-group-item-action:hover,.list-group-item-blueDark.list-group-item-action:focus {
    color: #000836;
    background-color: #d5d8eb
}

.list-group-item-blueDark.list-group-item-action.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-blueDark.list-group-item-action.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.list-group-item-blueDark.list-group-item-action,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.list-group-item-blueDark.list-group-item-action,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-item-blueDark.list-group-item-action.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-blueDark.list-group-item-action.ppg-Article-meta-item {
    color: #fff;
    background-color: #000836;
    border-color: #000836
}

.list-group-item-unityYellow {
    color: #665c02;
    background-color: #fffde6
}

.list-group-item-unityYellow.list-group-item-action:hover,.list-group-item-unityYellow.list-group-item-action:focus {
    color: #665c02;
    background-color: #fffbcd
}

.list-group-item-unityYellow.list-group-item-action.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-unityYellow.list-group-item-action.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.list-group-item-unityYellow.list-group-item-action,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.list-group-item-unityYellow.list-group-item-action,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-item-unityYellow.list-group-item-action.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-unityYellow.list-group-item-action.ppg-Article-meta-item {
    color: #fff;
    background-color: #665c02;
    border-color: #665c02
}

.list-group-item-futureGreen {
    color: #10564a;
    background-color: #eafbf8
}

.list-group-item-futureGreen.list-group-item-action:hover,.list-group-item-futureGreen.list-group-item-action:focus {
    color: #10564a;
    background-color: #d5f7f1
}

.list-group-item-futureGreen.list-group-item-action.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-futureGreen.list-group-item-action.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.list-group-item-futureGreen.list-group-item-action,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.list-group-item-futureGreen.list-group-item-action,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-item-futureGreen.list-group-item-action.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-futureGreen.list-group-item-action.ppg-Article-meta-item {
    color: #fff;
    background-color: #10564a;
    border-color: #10564a
}

.list-group-item-futureGreenLightest {
    color: #556360;
    background-color: #fbfefe
}

.list-group-item-futureGreenLightest.list-group-item-action:hover,.list-group-item-futureGreenLightest.list-group-item-action:focus {
    color: #556360;
    background-color: #e7f9f9
}

.list-group-item-futureGreenLightest.list-group-item-action.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-futureGreenLightest.list-group-item-action.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.list-group-item-futureGreenLightest.list-group-item-action,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.list-group-item-futureGreenLightest.list-group-item-action,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-item-futureGreenLightest.list-group-item-action.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-futureGreenLightest.list-group-item-action.ppg-Article-meta-item {
    color: #fff;
    background-color: #556360;
    border-color: #556360
}

.list-group-item-digitalViolet {
    color: #321660;
    background-color: #f2ebfe
}

.list-group-item-digitalViolet.list-group-item-action:hover,.list-group-item-digitalViolet.list-group-item-action:focus {
    color: #321660;
    background-color: #e2d3fd
}

.list-group-item-digitalViolet.list-group-item-action.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-digitalViolet.list-group-item-action.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.list-group-item-digitalViolet.list-group-item-action,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.list-group-item-digitalViolet.list-group-item-action,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-item-digitalViolet.list-group-item-action.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-digitalViolet.list-group-item-action.ppg-Article-meta-item {
    color: #fff;
    background-color: #321660;
    border-color: #321660
}

.list-group-item-teal {
    color: #002834;
    background-color: #e6f0f3
}

.list-group-item-teal.list-group-item-action:hover,.list-group-item-teal.list-group-item-action:focus {
    color: #002834;
    background-color: #d5e6eb
}

.list-group-item-teal.list-group-item-action.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-teal.list-group-item-action.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.list-group-item-teal.list-group-item-action,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.list-group-item-teal.list-group-item-action,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .list-group-item-teal.list-group-item-action.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .list-group-item-teal.list-group-item-action.ppg-Article-meta-item {
    color: #fff;
    background-color: #002834;
    border-color: #002834
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: .3rem;
    border-top: 5px solid #32d7f5;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 70%;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

@media (min-width: 1300px) {
    .modal-xl {
        max-width:1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Founders Grotesk Text","WorkSans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .83333rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0
}

.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-item.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.carousel-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.carousel-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .carousel-item.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-item.ppg-Article-meta-item,.carousel-item-next,.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-item-right.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.carousel-item-right,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.carousel-item-right,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .carousel-item-right.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-item-right.ppg-Article-meta-item {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-item-left.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.carousel-item-left,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.carousel-item-left,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .carousel-item-left.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-item-left.ppg-Article-meta-item {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item.active,.carousel-fade .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-item.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-fade .carousel-item.btn,.carousel-fade .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.carousel-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .carousel-fade a.carousel-item,.carousel-fade .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.carousel-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-fade a.carousel-item,.carousel-fade .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .carousel-item.ppg-Article-meta-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .carousel-fade .carousel-item.ppg-Article-meta-item,.carousel-fade .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-item.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-fade .carousel-item.ppg-Article-meta-item,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,.carousel-fade .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-item-left.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-fade .carousel-item-left.btn,.carousel-fade .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.carousel-item-left,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .carousel-fade a.carousel-item-left,.carousel-fade .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.carousel-item-left,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-fade a.carousel-item-left,.carousel-fade .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .carousel-item-left.ppg-Article-meta-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .carousel-fade .carousel-item-left.ppg-Article-meta-item,.carousel-fade .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-item-left.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-fade .carousel-item-left.ppg-Article-meta-item,.carousel-fade .active.carousel-item-right,.carousel-fade .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-item-right.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-fade .carousel-item-right.btn,.carousel-fade .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.carousel-item-right,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .carousel-fade a.carousel-item-right,.carousel-fade .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.carousel-item-right,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-fade a.carousel-item-right,.carousel-fade .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .carousel-item-right.ppg-Article-meta-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .carousel-fade .carousel-item-right.ppg-Article-meta-item,.carousel-fade .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-item-right.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-fade .carousel-item-right.ppg-Article-meta-item {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,.carousel-fade .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-item-left.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-fade .carousel-item-left.btn,.carousel-fade .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.carousel-item-left,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .carousel-fade a.carousel-item-left,.carousel-fade .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.carousel-item-left,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-fade a.carousel-item-left,.carousel-fade .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .carousel-item-left.ppg-Article-meta-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .carousel-fade .carousel-item-left.ppg-Article-meta-item,.carousel-fade .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-item-left.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-fade .carousel-item-left.ppg-Article-meta-item,.carousel-fade .active.carousel-item-right,.carousel-fade .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-item-right.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-fade .carousel-item-right.btn,.carousel-fade .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.carousel-item-right,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .carousel-fade a.carousel-item-right,.carousel-fade .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.carousel-item-right,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-fade a.carousel-item-right,.carousel-fade .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .carousel-item-right.ppg-Article-meta-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .carousel-fade .carousel-item-right.ppg-Article-meta-item,.carousel-fade .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-item-right.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-fade .carousel-item-right.ppg-Article-meta-item {
        transition: none
    }
}

.carousel-control-prev,.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity 0.15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,.carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active,.carousel-indicators .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-indicators .btn,.carousel-indicators .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .carousel-indicators a,.carousel-indicators .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-indicators a,.carousel-indicators .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .carousel-indicators .ppg-Article-meta-item,.carousel-indicators .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .carousel-indicators .ppg-Article-meta-item {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #FFE606 !important
}

a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus {
    background-color: #d2bd00 !important
}

.bg-secondary {
    background-color: #fff !important
}

a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus {
    background-color: #e6e6e6 !important
}

.bg-success {
    background-color: #01B955 !important
}

a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus {
    background-color: #01863e !important
}

.bg-info {
    background-color: #32d7f5 !important
}

a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus {
    background-color: #0bc7e9 !important
}

.bg-warning {
    background-color: #FFC300 !important
}

a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus {
    background-color: #cc9c00 !important
}

.bg-danger {
    background-color: #e60037 !important
}

a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus {
    background-color: #b3002b !important
}

.bg-light {
    background-color: #e8e9ed !important
}

a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus {
    background-color: #cbced7 !important
}

.bg-dark {
    background-color: #0F234B !important
}

a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus {
    background-color: #070f21 !important
}

.bg-white {
    background-color: #fff !important
}

a.bg-white:hover,a.bg-white:focus,button.bg-white:hover,button.bg-white:focus {
    background-color: #e6e6e6 !important
}

.bg-infoRed {
    background-color: #e60037 !important
}

a.bg-infoRed:hover,a.bg-infoRed:focus,button.bg-infoRed:hover,button.bg-infoRed:focus {
    background-color: #b3002b !important
}

.bg-infoBlue {
    background-color: #0046B9 !important
}

a.bg-infoBlue:hover,a.bg-infoBlue:focus,button.bg-infoBlue:hover,button.bg-infoBlue:focus {
    background-color: #003386 !important
}

.bg-gray {
    background-color: #e8e9ed !important
}

a.bg-gray:hover,a.bg-gray:focus,button.bg-gray:hover,button.bg-gray:focus {
    background-color: #cbced7 !important
}

.bg-infoGrayUltralight {
    background-color: #f9fafb !important
}

a.bg-infoGrayUltralight:hover,a.bg-infoGrayUltralight:focus,button.bg-infoGrayUltralight:hover,button.bg-infoGrayUltralight:focus {
    background-color: #dae1e7 !important
}

.bg-cyan {
    background-color: #32d7f5 !important
}

a.bg-cyan:hover,a.bg-cyan:focus,button.bg-cyan:hover,button.bg-cyan:focus {
    background-color: #0bc7e9 !important
}

.bg-safetyBlue {
    background-color: #0F234B !important
}

a.bg-safetyBlue:hover,a.bg-safetyBlue:focus,button.bg-safetyBlue:hover,button.bg-safetyBlue:focus {
    background-color: #070f21 !important
}

.bg-safetyBlueMid {
    background-color: #79768f !important
}

a.bg-safetyBlueMid:hover,a.bg-safetyBlueMid:focus,button.bg-safetyBlueMid:hover,button.bg-safetyBlueMid:focus {
    background-color: #615e74 !important
}

.bg-safetyBlueLight {
    background-color: #9fa7b8 !important
}

a.bg-safetyBlueLight:hover,a.bg-safetyBlueLight:focus,button.bg-safetyBlueLight:hover,button.bg-safetyBlueLight:focus {
    background-color: #828ca2 !important
}

.bg-safetyBlueLightest {
    background-color: #e8e9ed !important
}

a.bg-safetyBlueLightest:hover,a.bg-safetyBlueLightest:focus,button.bg-safetyBlueLightest:hover,button.bg-safetyBlueLightest:focus {
    background-color: #cbced7 !important
}

.bg-blueDark {
    background-color: #001487 !important
}

a.bg-blueDark:hover,a.bg-blueDark:focus,button.bg-blueDark:hover,button.bg-blueDark:focus {
    background-color: #000c54 !important
}

.bg-unityYellow {
    background-color: #FFE606 !important
}

a.bg-unityYellow:hover,a.bg-unityYellow:focus,button.bg-unityYellow:hover,button.bg-unityYellow:focus {
    background-color: #d2bd00 !important
}

.bg-futureGreen {
    background-color: #28D7B9 !important
}

a.bg-futureGreen:hover,a.bg-futureGreen:focus,button.bg-futureGreen:hover,button.bg-futureGreen:focus {
    background-color: #20ac94 !important
}

.bg-futureGreenLightest {
    background-color: #d4f7f1 !important
}

a.bg-futureGreenLightest:hover,a.bg-futureGreenLightest:focus,button.bg-futureGreenLightest:hover,button.bg-futureGreenLightest:focus {
    background-color: #a9efe3 !important
}

.bg-digitalViolet {
    background-color: #7D37F0 !important
}

a.bg-digitalViolet:hover,a.bg-digitalViolet:focus,button.bg-digitalViolet:hover,button.bg-digitalViolet:focus {
    background-color: #6011e3 !important
}

.bg-teal {
    background-color: #006482 !important
}

a.bg-teal:hover,a.bg-teal:focus,button.bg-teal:hover,button.bg-teal:focus {
    background-color: #003d4f !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #FFE606 !important
}

.border-secondary {
    border-color: #fff !important
}

.border-success {
    border-color: #01B955 !important
}

.border-info {
    border-color: #32d7f5 !important
}

.border-warning {
    border-color: #FFC300 !important
}

.border-danger {
    border-color: #e60037 !important
}

.border-light {
    border-color: #e8e9ed !important
}

.border-dark {
    border-color: #0F234B !important
}

.border-white {
    border-color: #fff !important
}

.border-infoRed {
    border-color: #e60037 !important
}

.border-infoBlue {
    border-color: #0046B9 !important
}

.border-gray {
    border-color: #e8e9ed !important
}

.border-infoGrayUltralight {
    border-color: #f9fafb !important
}

.border-cyan {
    border-color: #32d7f5 !important
}

.border-safetyBlue {
    border-color: #0F234B !important
}

.border-safetyBlueMid {
    border-color: #79768f !important
}

.border-safetyBlueLight {
    border-color: #9fa7b8 !important
}

.border-safetyBlueLightest {
    border-color: #e8e9ed !important
}

.border-blueDark {
    border-color: #001487 !important
}

.border-unityYellow {
    border-color: #FFE606 !important
}

.border-futureGreen {
    border-color: #28D7B9 !important
}

.border-futureGreenLightest {
    border-color: #d4f7f1 !important
}

.border-digitalViolet {
    border-color: #7D37F0 !important
}

.border-teal {
    border-color: #006482 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

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

@media (min-width: 576px) {
    .d-sm-none {
        display:none !important
    }

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

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 769px) {
    .d-md-none {
        display:none !important
    }

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

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display:none !important
    }

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

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1300px) {
    .d-xl-none {
        display:none !important
    }

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

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1500px) {
    .d-xxl-none {
        display:none !important
    }

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

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1800px) {
    .d-xxxl-none {
        display:none !important
    }

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

    .d-xxxl-inline-block {
        display: inline-block !important
    }

    .d-xxxl-block {
        display: block !important
    }

    .d-xxxl-table {
        display: table !important
    }

    .d-xxxl-table-row {
        display: table-row !important
    }

    .d-xxxl-table-cell {
        display: table-cell !important
    }

    .d-xxxl-flex {
        display: flex !important
    }

    .d-xxxl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

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

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction:row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 769px) {
    .flex-md-row {
        flex-direction:row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction:row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1300px) {
    .flex-xl-row {
        flex-direction:row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1500px) {
    .flex-xxl-row {
        flex-direction:row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1800px) {
    .flex-xxxl-row {
        flex-direction:row !important
    }

    .flex-xxxl-column {
        flex-direction: column !important
    }

    .flex-xxxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xxxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxxl-center {
        justify-content: center !important
    }

    .justify-content-xxxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxxl-around {
        justify-content: space-around !important
    }

    .align-items-xxxl-start {
        align-items: flex-start !important
    }

    .align-items-xxxl-end {
        align-items: flex-end !important
    }

    .align-items-xxxl-center {
        align-items: center !important
    }

    .align-items-xxxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxxl-start {
        align-content: flex-start !important
    }

    .align-content-xxxl-end {
        align-content: flex-end !important
    }

    .align-content-xxxl-center {
        align-content: center !important
    }

    .align-content-xxxl-between {
        align-content: space-between !important
    }

    .align-content-xxxl-around {
        align-content: space-around !important
    }

    .align-content-xxxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxxl-auto {
        align-self: auto !important
    }

    .align-self-xxxl-start {
        align-self: flex-start !important
    }

    .align-self-xxxl-end {
        align-self: flex-end !important
    }

    .align-self-xxxl-center {
        align-self: center !important
    }

    .align-self-xxxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxxl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float:left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 769px) {
    .float-md-left {
        float:left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float:left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1300px) {
    .float-xl-left {
        float:left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

@media (min-width: 1500px) {
    .float-xxl-left {
        float:left !important
    }

    .float-xxl-right {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }
}

@media (min-width: 1800px) {
    .float-xxxl-left {
        float:left !important
    }

    .float-xxxl-right {
        float: right !important
    }

    .float-xxxl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position: sticky) {
    .sticky-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }
}

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

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important
}

.shadow-none {
    box-shadow: none !important
}

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

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

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

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

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,.my-0 {
    margin-top: 0 !important
}

.mr-0,.mx-0 {
    margin-right: 0 !important
}

.mb-0,.my-0 {
    margin-bottom: 0 !important
}

.ml-0,.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,.my-1 {
    margin-top: .25rem !important
}

.mr-1,.mx-1 {
    margin-right: .25rem !important
}

.mb-1,.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,.my-2 {
    margin-top: .5rem !important
}

.mr-2,.mx-2 {
    margin-right: .5rem !important
}

.mb-2,.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,.my-3 {
    margin-top: 1rem !important
}

.mr-3,.mx-3 {
    margin-right: 1rem !important
}

.mb-3,.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,.my-5 {
    margin-top: 3rem !important
}

.mr-5,.mx-5 {
    margin-right: 3rem !important
}

.mb-5,.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,.mx-5 {
    margin-left: 3rem !important
}

.m-6 {
    margin: 2rem !important
}

.mt-6,.my-6 {
    margin-top: 2rem !important
}

.mr-6,.mx-6 {
    margin-right: 2rem !important
}

.mb-6,.my-6 {
    margin-bottom: 2rem !important
}

.ml-6,.mx-6 {
    margin-left: 2rem !important
}

.m-m-f8-4 {
    margin: .25rem !important
}

.mt-m-f8-4,.my-m-f8-4 {
    margin-top: .25rem !important
}

.mr-m-f8-4,.mx-m-f8-4 {
    margin-right: .25rem !important
}

.mb-m-f8-4,.my-m-f8-4 {
    margin-bottom: .25rem !important
}

.ml-m-f8-4,.mx-m-f8-4 {
    margin-left: .25rem !important
}

.m-m-f8-8 {
    margin: .5rem !important
}

.mt-m-f8-8,.my-m-f8-8 {
    margin-top: .5rem !important
}

.mr-m-f8-8,.mx-m-f8-8 {
    margin-right: .5rem !important
}

.mb-m-f8-8,.my-m-f8-8 {
    margin-bottom: .5rem !important
}

.ml-m-f8-8,.mx-m-f8-8 {
    margin-left: .5rem !important
}

.m-m-f8-16 {
    margin: 1rem !important
}

.mt-m-f8-16,.my-m-f8-16 {
    margin-top: 1rem !important
}

.mr-m-f8-16,.mx-m-f8-16 {
    margin-right: 1rem !important
}

.mb-m-f8-16,.my-m-f8-16 {
    margin-bottom: 1rem !important
}

.ml-m-f8-16,.mx-m-f8-16 {
    margin-left: 1rem !important
}

.m-m-f8-24 {
    margin: 1.5rem !important
}

.mt-m-f8-24,.my-m-f8-24 {
    margin-top: 1.5rem !important
}

.mr-m-f8-24,.mx-m-f8-24 {
    margin-right: 1.5rem !important
}

.mb-m-f8-24,.my-m-f8-24 {
    margin-bottom: 1.5rem !important
}

.ml-m-f8-24,.mx-m-f8-24 {
    margin-left: 1.5rem !important
}

.m-m-f8-40 {
    margin: 2.5rem !important
}

.mt-m-f8-40,.my-m-f8-40 {
    margin-top: 2.5rem !important
}

.mr-m-f8-40,.mx-m-f8-40 {
    margin-right: 2.5rem !important
}

.mb-m-f8-40,.my-m-f8-40 {
    margin-bottom: 2.5rem !important
}

.ml-m-f8-40,.mx-m-f8-40 {
    margin-left: 2.5rem !important
}

.m-m-f8-64 {
    margin: 4rem !important
}

.mt-m-f8-64,.my-m-f8-64 {
    margin-top: 4rem !important
}

.mr-m-f8-64,.mx-m-f8-64 {
    margin-right: 4rem !important
}

.mb-m-f8-64,.my-m-f8-64 {
    margin-bottom: 4rem !important
}

.ml-m-f8-64,.mx-m-f8-64 {
    margin-left: 4rem !important
}

.m-m-f8-104 {
    margin: 6.5rem !important
}

.mt-m-f8-104,.my-m-f8-104 {
    margin-top: 6.5rem !important
}

.mr-m-f8-104,.mx-m-f8-104 {
    margin-right: 6.5rem !important
}

.mb-m-f8-104,.my-m-f8-104 {
    margin-bottom: 6.5rem !important
}

.ml-m-f8-104,.mx-m-f8-104 {
    margin-left: 6.5rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,.py-0 {
    padding-top: 0 !important
}

.pr-0,.px-0 {
    padding-right: 0 !important
}

.pb-0,.py-0 {
    padding-bottom: 0 !important
}

.pl-0,.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,.py-1 {
    padding-top: .25rem !important
}

.pr-1,.px-1 {
    padding-right: .25rem !important
}

.pb-1,.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,.py-2 {
    padding-top: .5rem !important
}

.pr-2,.px-2 {
    padding-right: .5rem !important
}

.pb-2,.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,.py-3 {
    padding-top: 1rem !important
}

.pr-3,.px-3 {
    padding-right: 1rem !important
}

.pb-3,.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,.py-5 {
    padding-top: 3rem !important
}

.pr-5,.px-5 {
    padding-right: 3rem !important
}

.pb-5,.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,.px-5 {
    padding-left: 3rem !important
}

.p-6 {
    padding: 2rem !important
}

.pt-6,.py-6 {
    padding-top: 2rem !important
}

.pr-6,.px-6 {
    padding-right: 2rem !important
}

.pb-6,.py-6 {
    padding-bottom: 2rem !important
}

.pl-6,.px-6 {
    padding-left: 2rem !important
}

.p-m-f8-4 {
    padding: .25rem !important
}

.pt-m-f8-4,.py-m-f8-4 {
    padding-top: .25rem !important
}

.pr-m-f8-4,.px-m-f8-4 {
    padding-right: .25rem !important
}

.pb-m-f8-4,.py-m-f8-4 {
    padding-bottom: .25rem !important
}

.pl-m-f8-4,.px-m-f8-4 {
    padding-left: .25rem !important
}

.p-m-f8-8 {
    padding: .5rem !important
}

.pt-m-f8-8,.py-m-f8-8 {
    padding-top: .5rem !important
}

.pr-m-f8-8,.px-m-f8-8 {
    padding-right: .5rem !important
}

.pb-m-f8-8,.py-m-f8-8 {
    padding-bottom: .5rem !important
}

.pl-m-f8-8,.px-m-f8-8 {
    padding-left: .5rem !important
}

.p-m-f8-16 {
    padding: 1rem !important
}

.pt-m-f8-16,.py-m-f8-16 {
    padding-top: 1rem !important
}

.pr-m-f8-16,.px-m-f8-16 {
    padding-right: 1rem !important
}

.pb-m-f8-16,.py-m-f8-16 {
    padding-bottom: 1rem !important
}

.pl-m-f8-16,.px-m-f8-16 {
    padding-left: 1rem !important
}

.p-m-f8-24 {
    padding: 1.5rem !important
}

.pt-m-f8-24,.py-m-f8-24 {
    padding-top: 1.5rem !important
}

.pr-m-f8-24,.px-m-f8-24 {
    padding-right: 1.5rem !important
}

.pb-m-f8-24,.py-m-f8-24 {
    padding-bottom: 1.5rem !important
}

.pl-m-f8-24,.px-m-f8-24 {
    padding-left: 1.5rem !important
}

.p-m-f8-40 {
    padding: 2.5rem !important
}

.pt-m-f8-40,.py-m-f8-40 {
    padding-top: 2.5rem !important
}

.pr-m-f8-40,.px-m-f8-40 {
    padding-right: 2.5rem !important
}

.pb-m-f8-40,.py-m-f8-40 {
    padding-bottom: 2.5rem !important
}

.pl-m-f8-40,.px-m-f8-40 {
    padding-left: 2.5rem !important
}

.p-m-f8-64 {
    padding: 4rem !important
}

.pt-m-f8-64,.py-m-f8-64 {
    padding-top: 4rem !important
}

.pr-m-f8-64,.px-m-f8-64 {
    padding-right: 4rem !important
}

.pb-m-f8-64,.py-m-f8-64 {
    padding-bottom: 4rem !important
}

.pl-m-f8-64,.px-m-f8-64 {
    padding-left: 4rem !important
}

.p-m-f8-104 {
    padding: 6.5rem !important
}

.pt-m-f8-104,.py-m-f8-104 {
    padding-top: 6.5rem !important
}

.pr-m-f8-104,.px-m-f8-104 {
    padding-right: 6.5rem !important
}

.pb-m-f8-104,.py-m-f8-104 {
    padding-bottom: 6.5rem !important
}

.pl-m-f8-104,.px-m-f8-104 {
    padding-left: 6.5rem !important
}

.m-n1 {
    margin: -0.25rem !important
}

.mt-n1,.my-n1 {
    margin-top: -0.25rem !important
}

.mr-n1,.mx-n1 {
    margin-right: -0.25rem !important
}

.mb-n1,.my-n1 {
    margin-bottom: -0.25rem !important
}

.ml-n1,.mx-n1 {
    margin-left: -0.25rem !important
}

.m-n2 {
    margin: -0.25rem !important
}

.mt-n2,.my-n2 {
    margin-top: -0.25rem !important
}

.mr-n2,.mx-n2 {
    margin-right: -0.25rem !important
}

.mb-n2,.my-n2 {
    margin-bottom: -0.25rem !important
}

.ml-n2,.mx-n2 {
    margin-left: -0.25rem !important
}

.m-n3 {
    margin: -0.25rem !important
}

.mt-n3,.my-n3 {
    margin-top: -0.25rem !important
}

.mr-n3,.mx-n3 {
    margin-right: -0.25rem !important
}

.mb-n3,.my-n3 {
    margin-bottom: -0.25rem !important
}

.ml-n3,.mx-n3 {
    margin-left: -0.25rem !important
}

.m-n4 {
    margin: -0.25rem !important
}

.mt-n4,.my-n4 {
    margin-top: -0.25rem !important
}

.mr-n4,.mx-n4 {
    margin-right: -0.25rem !important
}

.mb-n4,.my-n4 {
    margin-bottom: -0.25rem !important
}

.ml-n4,.mx-n4 {
    margin-left: -0.25rem !important
}

.m-n5 {
    margin: -0.25rem !important
}

.mt-n5,.my-n5 {
    margin-top: -0.25rem !important
}

.mr-n5,.mx-n5 {
    margin-right: -0.25rem !important
}

.mb-n5,.my-n5 {
    margin-bottom: -0.25rem !important
}

.ml-n5,.mx-n5 {
    margin-left: -0.25rem !important
}

.m-n6 {
    margin: -0.25rem !important
}

.mt-n6,.my-n6 {
    margin-top: -0.25rem !important
}

.mr-n6,.mx-n6 {
    margin-right: -0.25rem !important
}

.mb-n6,.my-n6 {
    margin-bottom: -0.25rem !important
}

.ml-n6,.mx-n6 {
    margin-left: -0.25rem !important
}

.m-nm-f8-4 {
    margin: -0.25rem !important
}

.mt-nm-f8-4,.my-nm-f8-4 {
    margin-top: -0.25rem !important
}

.mr-nm-f8-4,.mx-nm-f8-4 {
    margin-right: -0.25rem !important
}

.mb-nm-f8-4,.my-nm-f8-4 {
    margin-bottom: -0.25rem !important
}

.ml-nm-f8-4,.mx-nm-f8-4 {
    margin-left: -0.25rem !important
}

.m-nm-f8-8 {
    margin: -0.25rem !important
}

.mt-nm-f8-8,.my-nm-f8-8 {
    margin-top: -0.25rem !important
}

.mr-nm-f8-8,.mx-nm-f8-8 {
    margin-right: -0.25rem !important
}

.mb-nm-f8-8,.my-nm-f8-8 {
    margin-bottom: -0.25rem !important
}

.ml-nm-f8-8,.mx-nm-f8-8 {
    margin-left: -0.25rem !important
}

.m-nm-f8-16 {
    margin: -0.25rem !important
}

.mt-nm-f8-16,.my-nm-f8-16 {
    margin-top: -0.25rem !important
}

.mr-nm-f8-16,.mx-nm-f8-16 {
    margin-right: -0.25rem !important
}

.mb-nm-f8-16,.my-nm-f8-16 {
    margin-bottom: -0.25rem !important
}

.ml-nm-f8-16,.mx-nm-f8-16 {
    margin-left: -0.25rem !important
}

.m-nm-f8-24 {
    margin: -0.25rem !important
}

.mt-nm-f8-24,.my-nm-f8-24 {
    margin-top: -0.25rem !important
}

.mr-nm-f8-24,.mx-nm-f8-24 {
    margin-right: -0.25rem !important
}

.mb-nm-f8-24,.my-nm-f8-24 {
    margin-bottom: -0.25rem !important
}

.ml-nm-f8-24,.mx-nm-f8-24 {
    margin-left: -0.25rem !important
}

.m-nm-f8-40 {
    margin: -0.25rem !important
}

.mt-nm-f8-40,.my-nm-f8-40 {
    margin-top: -0.25rem !important
}

.mr-nm-f8-40,.mx-nm-f8-40 {
    margin-right: -0.25rem !important
}

.mb-nm-f8-40,.my-nm-f8-40 {
    margin-bottom: -0.25rem !important
}

.ml-nm-f8-40,.mx-nm-f8-40 {
    margin-left: -0.25rem !important
}

.m-nm-f8-64 {
    margin: -0.25rem !important
}

.mt-nm-f8-64,.my-nm-f8-64 {
    margin-top: -0.25rem !important
}

.mr-nm-f8-64,.mx-nm-f8-64 {
    margin-right: -0.25rem !important
}

.mb-nm-f8-64,.my-nm-f8-64 {
    margin-bottom: -0.25rem !important
}

.ml-nm-f8-64,.mx-nm-f8-64 {
    margin-left: -0.25rem !important
}

.m-nm-f8-104 {
    margin: -0.25rem !important
}

.mt-nm-f8-104,.my-nm-f8-104 {
    margin-top: -0.25rem !important
}

.mr-nm-f8-104,.mx-nm-f8-104 {
    margin-right: -0.25rem !important
}

.mb-nm-f8-104,.my-nm-f8-104 {
    margin-bottom: -0.25rem !important
}

.ml-nm-f8-104,.mx-nm-f8-104 {
    margin-left: -0.25rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,.my-auto {
    margin-top: auto !important
}

.mr-auto,.mx-auto {
    margin-right: auto !important
}

.mb-auto,.my-auto {
    margin-bottom: auto !important
}

.ml-auto,.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin:0 !important
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 3rem !important
    }

    .m-sm-6 {
        margin: 2rem !important
    }

    .mt-sm-6,.my-sm-6 {
        margin-top: 2rem !important
    }

    .mr-sm-6,.mx-sm-6 {
        margin-right: 2rem !important
    }

    .mb-sm-6,.my-sm-6 {
        margin-bottom: 2rem !important
    }

    .ml-sm-6,.mx-sm-6 {
        margin-left: 2rem !important
    }

    .m-sm-m-f8-4 {
        margin: .25rem !important
    }

    .mt-sm-m-f8-4,.my-sm-m-f8-4 {
        margin-top: .25rem !important
    }

    .mr-sm-m-f8-4,.mx-sm-m-f8-4 {
        margin-right: .25rem !important
    }

    .mb-sm-m-f8-4,.my-sm-m-f8-4 {
        margin-bottom: .25rem !important
    }

    .ml-sm-m-f8-4,.mx-sm-m-f8-4 {
        margin-left: .25rem !important
    }

    .m-sm-m-f8-8 {
        margin: .5rem !important
    }

    .mt-sm-m-f8-8,.my-sm-m-f8-8 {
        margin-top: .5rem !important
    }

    .mr-sm-m-f8-8,.mx-sm-m-f8-8 {
        margin-right: .5rem !important
    }

    .mb-sm-m-f8-8,.my-sm-m-f8-8 {
        margin-bottom: .5rem !important
    }

    .ml-sm-m-f8-8,.mx-sm-m-f8-8 {
        margin-left: .5rem !important
    }

    .m-sm-m-f8-16 {
        margin: 1rem !important
    }

    .mt-sm-m-f8-16,.my-sm-m-f8-16 {
        margin-top: 1rem !important
    }

    .mr-sm-m-f8-16,.mx-sm-m-f8-16 {
        margin-right: 1rem !important
    }

    .mb-sm-m-f8-16,.my-sm-m-f8-16 {
        margin-bottom: 1rem !important
    }

    .ml-sm-m-f8-16,.mx-sm-m-f8-16 {
        margin-left: 1rem !important
    }

    .m-sm-m-f8-24 {
        margin: 1.5rem !important
    }

    .mt-sm-m-f8-24,.my-sm-m-f8-24 {
        margin-top: 1.5rem !important
    }

    .mr-sm-m-f8-24,.mx-sm-m-f8-24 {
        margin-right: 1.5rem !important
    }

    .mb-sm-m-f8-24,.my-sm-m-f8-24 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-m-f8-24,.mx-sm-m-f8-24 {
        margin-left: 1.5rem !important
    }

    .m-sm-m-f8-40 {
        margin: 2.5rem !important
    }

    .mt-sm-m-f8-40,.my-sm-m-f8-40 {
        margin-top: 2.5rem !important
    }

    .mr-sm-m-f8-40,.mx-sm-m-f8-40 {
        margin-right: 2.5rem !important
    }

    .mb-sm-m-f8-40,.my-sm-m-f8-40 {
        margin-bottom: 2.5rem !important
    }

    .ml-sm-m-f8-40,.mx-sm-m-f8-40 {
        margin-left: 2.5rem !important
    }

    .m-sm-m-f8-64 {
        margin: 4rem !important
    }

    .mt-sm-m-f8-64,.my-sm-m-f8-64 {
        margin-top: 4rem !important
    }

    .mr-sm-m-f8-64,.mx-sm-m-f8-64 {
        margin-right: 4rem !important
    }

    .mb-sm-m-f8-64,.my-sm-m-f8-64 {
        margin-bottom: 4rem !important
    }

    .ml-sm-m-f8-64,.mx-sm-m-f8-64 {
        margin-left: 4rem !important
    }

    .m-sm-m-f8-104 {
        margin: 6.5rem !important
    }

    .mt-sm-m-f8-104,.my-sm-m-f8-104 {
        margin-top: 6.5rem !important
    }

    .mr-sm-m-f8-104,.mx-sm-m-f8-104 {
        margin-right: 6.5rem !important
    }

    .mb-sm-m-f8-104,.my-sm-m-f8-104 {
        margin-bottom: 6.5rem !important
    }

    .ml-sm-m-f8-104,.mx-sm-m-f8-104 {
        margin-left: 6.5rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,.py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 3rem !important
    }

    .p-sm-6 {
        padding: 2rem !important
    }

    .pt-sm-6,.py-sm-6 {
        padding-top: 2rem !important
    }

    .pr-sm-6,.px-sm-6 {
        padding-right: 2rem !important
    }

    .pb-sm-6,.py-sm-6 {
        padding-bottom: 2rem !important
    }

    .pl-sm-6,.px-sm-6 {
        padding-left: 2rem !important
    }

    .p-sm-m-f8-4 {
        padding: .25rem !important
    }

    .pt-sm-m-f8-4,.py-sm-m-f8-4 {
        padding-top: .25rem !important
    }

    .pr-sm-m-f8-4,.px-sm-m-f8-4 {
        padding-right: .25rem !important
    }

    .pb-sm-m-f8-4,.py-sm-m-f8-4 {
        padding-bottom: .25rem !important
    }

    .pl-sm-m-f8-4,.px-sm-m-f8-4 {
        padding-left: .25rem !important
    }

    .p-sm-m-f8-8 {
        padding: .5rem !important
    }

    .pt-sm-m-f8-8,.py-sm-m-f8-8 {
        padding-top: .5rem !important
    }

    .pr-sm-m-f8-8,.px-sm-m-f8-8 {
        padding-right: .5rem !important
    }

    .pb-sm-m-f8-8,.py-sm-m-f8-8 {
        padding-bottom: .5rem !important
    }

    .pl-sm-m-f8-8,.px-sm-m-f8-8 {
        padding-left: .5rem !important
    }

    .p-sm-m-f8-16 {
        padding: 1rem !important
    }

    .pt-sm-m-f8-16,.py-sm-m-f8-16 {
        padding-top: 1rem !important
    }

    .pr-sm-m-f8-16,.px-sm-m-f8-16 {
        padding-right: 1rem !important
    }

    .pb-sm-m-f8-16,.py-sm-m-f8-16 {
        padding-bottom: 1rem !important
    }

    .pl-sm-m-f8-16,.px-sm-m-f8-16 {
        padding-left: 1rem !important
    }

    .p-sm-m-f8-24 {
        padding: 1.5rem !important
    }

    .pt-sm-m-f8-24,.py-sm-m-f8-24 {
        padding-top: 1.5rem !important
    }

    .pr-sm-m-f8-24,.px-sm-m-f8-24 {
        padding-right: 1.5rem !important
    }

    .pb-sm-m-f8-24,.py-sm-m-f8-24 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-m-f8-24,.px-sm-m-f8-24 {
        padding-left: 1.5rem !important
    }

    .p-sm-m-f8-40 {
        padding: 2.5rem !important
    }

    .pt-sm-m-f8-40,.py-sm-m-f8-40 {
        padding-top: 2.5rem !important
    }

    .pr-sm-m-f8-40,.px-sm-m-f8-40 {
        padding-right: 2.5rem !important
    }

    .pb-sm-m-f8-40,.py-sm-m-f8-40 {
        padding-bottom: 2.5rem !important
    }

    .pl-sm-m-f8-40,.px-sm-m-f8-40 {
        padding-left: 2.5rem !important
    }

    .p-sm-m-f8-64 {
        padding: 4rem !important
    }

    .pt-sm-m-f8-64,.py-sm-m-f8-64 {
        padding-top: 4rem !important
    }

    .pr-sm-m-f8-64,.px-sm-m-f8-64 {
        padding-right: 4rem !important
    }

    .pb-sm-m-f8-64,.py-sm-m-f8-64 {
        padding-bottom: 4rem !important
    }

    .pl-sm-m-f8-64,.px-sm-m-f8-64 {
        padding-left: 4rem !important
    }

    .p-sm-m-f8-104 {
        padding: 6.5rem !important
    }

    .pt-sm-m-f8-104,.py-sm-m-f8-104 {
        padding-top: 6.5rem !important
    }

    .pr-sm-m-f8-104,.px-sm-m-f8-104 {
        padding-right: 6.5rem !important
    }

    .pb-sm-m-f8-104,.py-sm-m-f8-104 {
        padding-bottom: 6.5rem !important
    }

    .pl-sm-m-f8-104,.px-sm-m-f8-104 {
        padding-left: 6.5rem !important
    }

    .m-sm-n1 {
        margin: -0.25rem !important
    }

    .mt-sm-n1,.my-sm-n1 {
        margin-top: -0.25rem !important
    }

    .mr-sm-n1,.mx-sm-n1 {
        margin-right: -0.25rem !important
    }

    .mb-sm-n1,.my-sm-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-sm-n1,.mx-sm-n1 {
        margin-left: -0.25rem !important
    }

    .m-sm-n2 {
        margin: -0.25rem !important
    }

    .mt-sm-n2,.my-sm-n2 {
        margin-top: -0.25rem !important
    }

    .mr-sm-n2,.mx-sm-n2 {
        margin-right: -0.25rem !important
    }

    .mb-sm-n2,.my-sm-n2 {
        margin-bottom: -0.25rem !important
    }

    .ml-sm-n2,.mx-sm-n2 {
        margin-left: -0.25rem !important
    }

    .m-sm-n3 {
        margin: -0.25rem !important
    }

    .mt-sm-n3,.my-sm-n3 {
        margin-top: -0.25rem !important
    }

    .mr-sm-n3,.mx-sm-n3 {
        margin-right: -0.25rem !important
    }

    .mb-sm-n3,.my-sm-n3 {
        margin-bottom: -0.25rem !important
    }

    .ml-sm-n3,.mx-sm-n3 {
        margin-left: -0.25rem !important
    }

    .m-sm-n4 {
        margin: -0.25rem !important
    }

    .mt-sm-n4,.my-sm-n4 {
        margin-top: -0.25rem !important
    }

    .mr-sm-n4,.mx-sm-n4 {
        margin-right: -0.25rem !important
    }

    .mb-sm-n4,.my-sm-n4 {
        margin-bottom: -0.25rem !important
    }

    .ml-sm-n4,.mx-sm-n4 {
        margin-left: -0.25rem !important
    }

    .m-sm-n5 {
        margin: -0.25rem !important
    }

    .mt-sm-n5,.my-sm-n5 {
        margin-top: -0.25rem !important
    }

    .mr-sm-n5,.mx-sm-n5 {
        margin-right: -0.25rem !important
    }

    .mb-sm-n5,.my-sm-n5 {
        margin-bottom: -0.25rem !important
    }

    .ml-sm-n5,.mx-sm-n5 {
        margin-left: -0.25rem !important
    }

    .m-sm-n6 {
        margin: -0.25rem !important
    }

    .mt-sm-n6,.my-sm-n6 {
        margin-top: -0.25rem !important
    }

    .mr-sm-n6,.mx-sm-n6 {
        margin-right: -0.25rem !important
    }

    .mb-sm-n6,.my-sm-n6 {
        margin-bottom: -0.25rem !important
    }

    .ml-sm-n6,.mx-sm-n6 {
        margin-left: -0.25rem !important
    }

    .m-sm-nm-f8-4 {
        margin: -0.25rem !important
    }

    .mt-sm-nm-f8-4,.my-sm-nm-f8-4 {
        margin-top: -0.25rem !important
    }

    .mr-sm-nm-f8-4,.mx-sm-nm-f8-4 {
        margin-right: -0.25rem !important
    }

    .mb-sm-nm-f8-4,.my-sm-nm-f8-4 {
        margin-bottom: -0.25rem !important
    }

    .ml-sm-nm-f8-4,.mx-sm-nm-f8-4 {
        margin-left: -0.25rem !important
    }

    .m-sm-nm-f8-8 {
        margin: -0.25rem !important
    }

    .mt-sm-nm-f8-8,.my-sm-nm-f8-8 {
        margin-top: -0.25rem !important
    }

    .mr-sm-nm-f8-8,.mx-sm-nm-f8-8 {
        margin-right: -0.25rem !important
    }

    .mb-sm-nm-f8-8,.my-sm-nm-f8-8 {
        margin-bottom: -0.25rem !important
    }

    .ml-sm-nm-f8-8,.mx-sm-nm-f8-8 {
        margin-left: -0.25rem !important
    }

    .m-sm-nm-f8-16 {
        margin: -0.25rem !important
    }

    .mt-sm-nm-f8-16,.my-sm-nm-f8-16 {
        margin-top: -0.25rem !important
    }

    .mr-sm-nm-f8-16,.mx-sm-nm-f8-16 {
        margin-right: -0.25rem !important
    }

    .mb-sm-nm-f8-16,.my-sm-nm-f8-16 {
        margin-bottom: -0.25rem !important
    }

    .ml-sm-nm-f8-16,.mx-sm-nm-f8-16 {
        margin-left: -0.25rem !important
    }

    .m-sm-nm-f8-24 {
        margin: -0.25rem !important
    }

    .mt-sm-nm-f8-24,.my-sm-nm-f8-24 {
        margin-top: -0.25rem !important
    }

    .mr-sm-nm-f8-24,.mx-sm-nm-f8-24 {
        margin-right: -0.25rem !important
    }

    .mb-sm-nm-f8-24,.my-sm-nm-f8-24 {
        margin-bottom: -0.25rem !important
    }

    .ml-sm-nm-f8-24,.mx-sm-nm-f8-24 {
        margin-left: -0.25rem !important
    }

    .m-sm-nm-f8-40 {
        margin: -0.25rem !important
    }

    .mt-sm-nm-f8-40,.my-sm-nm-f8-40 {
        margin-top: -0.25rem !important
    }

    .mr-sm-nm-f8-40,.mx-sm-nm-f8-40 {
        margin-right: -0.25rem !important
    }

    .mb-sm-nm-f8-40,.my-sm-nm-f8-40 {
        margin-bottom: -0.25rem !important
    }

    .ml-sm-nm-f8-40,.mx-sm-nm-f8-40 {
        margin-left: -0.25rem !important
    }

    .m-sm-nm-f8-64 {
        margin: -0.25rem !important
    }

    .mt-sm-nm-f8-64,.my-sm-nm-f8-64 {
        margin-top: -0.25rem !important
    }

    .mr-sm-nm-f8-64,.mx-sm-nm-f8-64 {
        margin-right: -0.25rem !important
    }

    .mb-sm-nm-f8-64,.my-sm-nm-f8-64 {
        margin-bottom: -0.25rem !important
    }

    .ml-sm-nm-f8-64,.mx-sm-nm-f8-64 {
        margin-left: -0.25rem !important
    }

    .m-sm-nm-f8-104 {
        margin: -0.25rem !important
    }

    .mt-sm-nm-f8-104,.my-sm-nm-f8-104 {
        margin-top: -0.25rem !important
    }

    .mr-sm-nm-f8-104,.mx-sm-nm-f8-104 {
        margin-right: -0.25rem !important
    }

    .mb-sm-nm-f8-104,.my-sm-nm-f8-104 {
        margin-bottom: -0.25rem !important
    }

    .ml-sm-nm-f8-104,.mx-sm-nm-f8-104 {
        margin-left: -0.25rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 769px) {
    .m-md-0 {
        margin:0 !important
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,.my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,.mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,.my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,.my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 3rem !important
    }

    .m-md-6 {
        margin: 2rem !important
    }

    .mt-md-6,.my-md-6 {
        margin-top: 2rem !important
    }

    .mr-md-6,.mx-md-6 {
        margin-right: 2rem !important
    }

    .mb-md-6,.my-md-6 {
        margin-bottom: 2rem !important
    }

    .ml-md-6,.mx-md-6 {
        margin-left: 2rem !important
    }

    .m-md-m-f8-4 {
        margin: .25rem !important
    }

    .mt-md-m-f8-4,.my-md-m-f8-4 {
        margin-top: .25rem !important
    }

    .mr-md-m-f8-4,.mx-md-m-f8-4 {
        margin-right: .25rem !important
    }

    .mb-md-m-f8-4,.my-md-m-f8-4 {
        margin-bottom: .25rem !important
    }

    .ml-md-m-f8-4,.mx-md-m-f8-4 {
        margin-left: .25rem !important
    }

    .m-md-m-f8-8 {
        margin: .5rem !important
    }

    .mt-md-m-f8-8,.my-md-m-f8-8 {
        margin-top: .5rem !important
    }

    .mr-md-m-f8-8,.mx-md-m-f8-8 {
        margin-right: .5rem !important
    }

    .mb-md-m-f8-8,.my-md-m-f8-8 {
        margin-bottom: .5rem !important
    }

    .ml-md-m-f8-8,.mx-md-m-f8-8 {
        margin-left: .5rem !important
    }

    .m-md-m-f8-16 {
        margin: 1rem !important
    }

    .mt-md-m-f8-16,.my-md-m-f8-16 {
        margin-top: 1rem !important
    }

    .mr-md-m-f8-16,.mx-md-m-f8-16 {
        margin-right: 1rem !important
    }

    .mb-md-m-f8-16,.my-md-m-f8-16 {
        margin-bottom: 1rem !important
    }

    .ml-md-m-f8-16,.mx-md-m-f8-16 {
        margin-left: 1rem !important
    }

    .m-md-m-f8-24 {
        margin: 1.5rem !important
    }

    .mt-md-m-f8-24,.my-md-m-f8-24 {
        margin-top: 1.5rem !important
    }

    .mr-md-m-f8-24,.mx-md-m-f8-24 {
        margin-right: 1.5rem !important
    }

    .mb-md-m-f8-24,.my-md-m-f8-24 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-m-f8-24,.mx-md-m-f8-24 {
        margin-left: 1.5rem !important
    }

    .m-md-m-f8-40 {
        margin: 2.5rem !important
    }

    .mt-md-m-f8-40,.my-md-m-f8-40 {
        margin-top: 2.5rem !important
    }

    .mr-md-m-f8-40,.mx-md-m-f8-40 {
        margin-right: 2.5rem !important
    }

    .mb-md-m-f8-40,.my-md-m-f8-40 {
        margin-bottom: 2.5rem !important
    }

    .ml-md-m-f8-40,.mx-md-m-f8-40 {
        margin-left: 2.5rem !important
    }

    .m-md-m-f8-64 {
        margin: 4rem !important
    }

    .mt-md-m-f8-64,.my-md-m-f8-64 {
        margin-top: 4rem !important
    }

    .mr-md-m-f8-64,.mx-md-m-f8-64 {
        margin-right: 4rem !important
    }

    .mb-md-m-f8-64,.my-md-m-f8-64 {
        margin-bottom: 4rem !important
    }

    .ml-md-m-f8-64,.mx-md-m-f8-64 {
        margin-left: 4rem !important
    }

    .m-md-m-f8-104 {
        margin: 6.5rem !important
    }

    .mt-md-m-f8-104,.my-md-m-f8-104 {
        margin-top: 6.5rem !important
    }

    .mr-md-m-f8-104,.mx-md-m-f8-104 {
        margin-right: 6.5rem !important
    }

    .mb-md-m-f8-104,.my-md-m-f8-104 {
        margin-bottom: 6.5rem !important
    }

    .ml-md-m-f8-104,.mx-md-m-f8-104 {
        margin-left: 6.5rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,.py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,.py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,.px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,.px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 3rem !important
    }

    .p-md-6 {
        padding: 2rem !important
    }

    .pt-md-6,.py-md-6 {
        padding-top: 2rem !important
    }

    .pr-md-6,.px-md-6 {
        padding-right: 2rem !important
    }

    .pb-md-6,.py-md-6 {
        padding-bottom: 2rem !important
    }

    .pl-md-6,.px-md-6 {
        padding-left: 2rem !important
    }

    .p-md-m-f8-4 {
        padding: .25rem !important
    }

    .pt-md-m-f8-4,.py-md-m-f8-4 {
        padding-top: .25rem !important
    }

    .pr-md-m-f8-4,.px-md-m-f8-4 {
        padding-right: .25rem !important
    }

    .pb-md-m-f8-4,.py-md-m-f8-4 {
        padding-bottom: .25rem !important
    }

    .pl-md-m-f8-4,.px-md-m-f8-4 {
        padding-left: .25rem !important
    }

    .p-md-m-f8-8 {
        padding: .5rem !important
    }

    .pt-md-m-f8-8,.py-md-m-f8-8 {
        padding-top: .5rem !important
    }

    .pr-md-m-f8-8,.px-md-m-f8-8 {
        padding-right: .5rem !important
    }

    .pb-md-m-f8-8,.py-md-m-f8-8 {
        padding-bottom: .5rem !important
    }

    .pl-md-m-f8-8,.px-md-m-f8-8 {
        padding-left: .5rem !important
    }

    .p-md-m-f8-16 {
        padding: 1rem !important
    }

    .pt-md-m-f8-16,.py-md-m-f8-16 {
        padding-top: 1rem !important
    }

    .pr-md-m-f8-16,.px-md-m-f8-16 {
        padding-right: 1rem !important
    }

    .pb-md-m-f8-16,.py-md-m-f8-16 {
        padding-bottom: 1rem !important
    }

    .pl-md-m-f8-16,.px-md-m-f8-16 {
        padding-left: 1rem !important
    }

    .p-md-m-f8-24 {
        padding: 1.5rem !important
    }

    .pt-md-m-f8-24,.py-md-m-f8-24 {
        padding-top: 1.5rem !important
    }

    .pr-md-m-f8-24,.px-md-m-f8-24 {
        padding-right: 1.5rem !important
    }

    .pb-md-m-f8-24,.py-md-m-f8-24 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-m-f8-24,.px-md-m-f8-24 {
        padding-left: 1.5rem !important
    }

    .p-md-m-f8-40 {
        padding: 2.5rem !important
    }

    .pt-md-m-f8-40,.py-md-m-f8-40 {
        padding-top: 2.5rem !important
    }

    .pr-md-m-f8-40,.px-md-m-f8-40 {
        padding-right: 2.5rem !important
    }

    .pb-md-m-f8-40,.py-md-m-f8-40 {
        padding-bottom: 2.5rem !important
    }

    .pl-md-m-f8-40,.px-md-m-f8-40 {
        padding-left: 2.5rem !important
    }

    .p-md-m-f8-64 {
        padding: 4rem !important
    }

    .pt-md-m-f8-64,.py-md-m-f8-64 {
        padding-top: 4rem !important
    }

    .pr-md-m-f8-64,.px-md-m-f8-64 {
        padding-right: 4rem !important
    }

    .pb-md-m-f8-64,.py-md-m-f8-64 {
        padding-bottom: 4rem !important
    }

    .pl-md-m-f8-64,.px-md-m-f8-64 {
        padding-left: 4rem !important
    }

    .p-md-m-f8-104 {
        padding: 6.5rem !important
    }

    .pt-md-m-f8-104,.py-md-m-f8-104 {
        padding-top: 6.5rem !important
    }

    .pr-md-m-f8-104,.px-md-m-f8-104 {
        padding-right: 6.5rem !important
    }

    .pb-md-m-f8-104,.py-md-m-f8-104 {
        padding-bottom: 6.5rem !important
    }

    .pl-md-m-f8-104,.px-md-m-f8-104 {
        padding-left: 6.5rem !important
    }

    .m-md-n1 {
        margin: -0.25rem !important
    }

    .mt-md-n1,.my-md-n1 {
        margin-top: -0.25rem !important
    }

    .mr-md-n1,.mx-md-n1 {
        margin-right: -0.25rem !important
    }

    .mb-md-n1,.my-md-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-md-n1,.mx-md-n1 {
        margin-left: -0.25rem !important
    }

    .m-md-n2 {
        margin: -0.25rem !important
    }

    .mt-md-n2,.my-md-n2 {
        margin-top: -0.25rem !important
    }

    .mr-md-n2,.mx-md-n2 {
        margin-right: -0.25rem !important
    }

    .mb-md-n2,.my-md-n2 {
        margin-bottom: -0.25rem !important
    }

    .ml-md-n2,.mx-md-n2 {
        margin-left: -0.25rem !important
    }

    .m-md-n3 {
        margin: -0.25rem !important
    }

    .mt-md-n3,.my-md-n3 {
        margin-top: -0.25rem !important
    }

    .mr-md-n3,.mx-md-n3 {
        margin-right: -0.25rem !important
    }

    .mb-md-n3,.my-md-n3 {
        margin-bottom: -0.25rem !important
    }

    .ml-md-n3,.mx-md-n3 {
        margin-left: -0.25rem !important
    }

    .m-md-n4 {
        margin: -0.25rem !important
    }

    .mt-md-n4,.my-md-n4 {
        margin-top: -0.25rem !important
    }

    .mr-md-n4,.mx-md-n4 {
        margin-right: -0.25rem !important
    }

    .mb-md-n4,.my-md-n4 {
        margin-bottom: -0.25rem !important
    }

    .ml-md-n4,.mx-md-n4 {
        margin-left: -0.25rem !important
    }

    .m-md-n5 {
        margin: -0.25rem !important
    }

    .mt-md-n5,.my-md-n5 {
        margin-top: -0.25rem !important
    }

    .mr-md-n5,.mx-md-n5 {
        margin-right: -0.25rem !important
    }

    .mb-md-n5,.my-md-n5 {
        margin-bottom: -0.25rem !important
    }

    .ml-md-n5,.mx-md-n5 {
        margin-left: -0.25rem !important
    }

    .m-md-n6 {
        margin: -0.25rem !important
    }

    .mt-md-n6,.my-md-n6 {
        margin-top: -0.25rem !important
    }

    .mr-md-n6,.mx-md-n6 {
        margin-right: -0.25rem !important
    }

    .mb-md-n6,.my-md-n6 {
        margin-bottom: -0.25rem !important
    }

    .ml-md-n6,.mx-md-n6 {
        margin-left: -0.25rem !important
    }

    .m-md-nm-f8-4 {
        margin: -0.25rem !important
    }

    .mt-md-nm-f8-4,.my-md-nm-f8-4 {
        margin-top: -0.25rem !important
    }

    .mr-md-nm-f8-4,.mx-md-nm-f8-4 {
        margin-right: -0.25rem !important
    }

    .mb-md-nm-f8-4,.my-md-nm-f8-4 {
        margin-bottom: -0.25rem !important
    }

    .ml-md-nm-f8-4,.mx-md-nm-f8-4 {
        margin-left: -0.25rem !important
    }

    .m-md-nm-f8-8 {
        margin: -0.25rem !important
    }

    .mt-md-nm-f8-8,.my-md-nm-f8-8 {
        margin-top: -0.25rem !important
    }

    .mr-md-nm-f8-8,.mx-md-nm-f8-8 {
        margin-right: -0.25rem !important
    }

    .mb-md-nm-f8-8,.my-md-nm-f8-8 {
        margin-bottom: -0.25rem !important
    }

    .ml-md-nm-f8-8,.mx-md-nm-f8-8 {
        margin-left: -0.25rem !important
    }

    .m-md-nm-f8-16 {
        margin: -0.25rem !important
    }

    .mt-md-nm-f8-16,.my-md-nm-f8-16 {
        margin-top: -0.25rem !important
    }

    .mr-md-nm-f8-16,.mx-md-nm-f8-16 {
        margin-right: -0.25rem !important
    }

    .mb-md-nm-f8-16,.my-md-nm-f8-16 {
        margin-bottom: -0.25rem !important
    }

    .ml-md-nm-f8-16,.mx-md-nm-f8-16 {
        margin-left: -0.25rem !important
    }

    .m-md-nm-f8-24 {
        margin: -0.25rem !important
    }

    .mt-md-nm-f8-24,.my-md-nm-f8-24 {
        margin-top: -0.25rem !important
    }

    .mr-md-nm-f8-24,.mx-md-nm-f8-24 {
        margin-right: -0.25rem !important
    }

    .mb-md-nm-f8-24,.my-md-nm-f8-24 {
        margin-bottom: -0.25rem !important
    }

    .ml-md-nm-f8-24,.mx-md-nm-f8-24 {
        margin-left: -0.25rem !important
    }

    .m-md-nm-f8-40 {
        margin: -0.25rem !important
    }

    .mt-md-nm-f8-40,.my-md-nm-f8-40 {
        margin-top: -0.25rem !important
    }

    .mr-md-nm-f8-40,.mx-md-nm-f8-40 {
        margin-right: -0.25rem !important
    }

    .mb-md-nm-f8-40,.my-md-nm-f8-40 {
        margin-bottom: -0.25rem !important
    }

    .ml-md-nm-f8-40,.mx-md-nm-f8-40 {
        margin-left: -0.25rem !important
    }

    .m-md-nm-f8-64 {
        margin: -0.25rem !important
    }

    .mt-md-nm-f8-64,.my-md-nm-f8-64 {
        margin-top: -0.25rem !important
    }

    .mr-md-nm-f8-64,.mx-md-nm-f8-64 {
        margin-right: -0.25rem !important
    }

    .mb-md-nm-f8-64,.my-md-nm-f8-64 {
        margin-bottom: -0.25rem !important
    }

    .ml-md-nm-f8-64,.mx-md-nm-f8-64 {
        margin-left: -0.25rem !important
    }

    .m-md-nm-f8-104 {
        margin: -0.25rem !important
    }

    .mt-md-nm-f8-104,.my-md-nm-f8-104 {
        margin-top: -0.25rem !important
    }

    .mr-md-nm-f8-104,.mx-md-nm-f8-104 {
        margin-right: -0.25rem !important
    }

    .mb-md-nm-f8-104,.my-md-nm-f8-104 {
        margin-bottom: -0.25rem !important
    }

    .ml-md-nm-f8-104,.mx-md-nm-f8-104 {
        margin-left: -0.25rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,.my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin:0 !important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3rem !important
    }

    .m-lg-6 {
        margin: 2rem !important
    }

    .mt-lg-6,.my-lg-6 {
        margin-top: 2rem !important
    }

    .mr-lg-6,.mx-lg-6 {
        margin-right: 2rem !important
    }

    .mb-lg-6,.my-lg-6 {
        margin-bottom: 2rem !important
    }

    .ml-lg-6,.mx-lg-6 {
        margin-left: 2rem !important
    }

    .m-lg-m-f8-4 {
        margin: .25rem !important
    }

    .mt-lg-m-f8-4,.my-lg-m-f8-4 {
        margin-top: .25rem !important
    }

    .mr-lg-m-f8-4,.mx-lg-m-f8-4 {
        margin-right: .25rem !important
    }

    .mb-lg-m-f8-4,.my-lg-m-f8-4 {
        margin-bottom: .25rem !important
    }

    .ml-lg-m-f8-4,.mx-lg-m-f8-4 {
        margin-left: .25rem !important
    }

    .m-lg-m-f8-8 {
        margin: .5rem !important
    }

    .mt-lg-m-f8-8,.my-lg-m-f8-8 {
        margin-top: .5rem !important
    }

    .mr-lg-m-f8-8,.mx-lg-m-f8-8 {
        margin-right: .5rem !important
    }

    .mb-lg-m-f8-8,.my-lg-m-f8-8 {
        margin-bottom: .5rem !important
    }

    .ml-lg-m-f8-8,.mx-lg-m-f8-8 {
        margin-left: .5rem !important
    }

    .m-lg-m-f8-16 {
        margin: 1rem !important
    }

    .mt-lg-m-f8-16,.my-lg-m-f8-16 {
        margin-top: 1rem !important
    }

    .mr-lg-m-f8-16,.mx-lg-m-f8-16 {
        margin-right: 1rem !important
    }

    .mb-lg-m-f8-16,.my-lg-m-f8-16 {
        margin-bottom: 1rem !important
    }

    .ml-lg-m-f8-16,.mx-lg-m-f8-16 {
        margin-left: 1rem !important
    }

    .m-lg-m-f8-24 {
        margin: 1.5rem !important
    }

    .mt-lg-m-f8-24,.my-lg-m-f8-24 {
        margin-top: 1.5rem !important
    }

    .mr-lg-m-f8-24,.mx-lg-m-f8-24 {
        margin-right: 1.5rem !important
    }

    .mb-lg-m-f8-24,.my-lg-m-f8-24 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-m-f8-24,.mx-lg-m-f8-24 {
        margin-left: 1.5rem !important
    }

    .m-lg-m-f8-40 {
        margin: 2.5rem !important
    }

    .mt-lg-m-f8-40,.my-lg-m-f8-40 {
        margin-top: 2.5rem !important
    }

    .mr-lg-m-f8-40,.mx-lg-m-f8-40 {
        margin-right: 2.5rem !important
    }

    .mb-lg-m-f8-40,.my-lg-m-f8-40 {
        margin-bottom: 2.5rem !important
    }

    .ml-lg-m-f8-40,.mx-lg-m-f8-40 {
        margin-left: 2.5rem !important
    }

    .m-lg-m-f8-64 {
        margin: 4rem !important
    }

    .mt-lg-m-f8-64,.my-lg-m-f8-64 {
        margin-top: 4rem !important
    }

    .mr-lg-m-f8-64,.mx-lg-m-f8-64 {
        margin-right: 4rem !important
    }

    .mb-lg-m-f8-64,.my-lg-m-f8-64 {
        margin-bottom: 4rem !important
    }

    .ml-lg-m-f8-64,.mx-lg-m-f8-64 {
        margin-left: 4rem !important
    }

    .m-lg-m-f8-104 {
        margin: 6.5rem !important
    }

    .mt-lg-m-f8-104,.my-lg-m-f8-104 {
        margin-top: 6.5rem !important
    }

    .mr-lg-m-f8-104,.mx-lg-m-f8-104 {
        margin-right: 6.5rem !important
    }

    .mb-lg-m-f8-104,.my-lg-m-f8-104 {
        margin-bottom: 6.5rem !important
    }

    .ml-lg-m-f8-104,.mx-lg-m-f8-104 {
        margin-left: 6.5rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem !important
    }

    .p-lg-6 {
        padding: 2rem !important
    }

    .pt-lg-6,.py-lg-6 {
        padding-top: 2rem !important
    }

    .pr-lg-6,.px-lg-6 {
        padding-right: 2rem !important
    }

    .pb-lg-6,.py-lg-6 {
        padding-bottom: 2rem !important
    }

    .pl-lg-6,.px-lg-6 {
        padding-left: 2rem !important
    }

    .p-lg-m-f8-4 {
        padding: .25rem !important
    }

    .pt-lg-m-f8-4,.py-lg-m-f8-4 {
        padding-top: .25rem !important
    }

    .pr-lg-m-f8-4,.px-lg-m-f8-4 {
        padding-right: .25rem !important
    }

    .pb-lg-m-f8-4,.py-lg-m-f8-4 {
        padding-bottom: .25rem !important
    }

    .pl-lg-m-f8-4,.px-lg-m-f8-4 {
        padding-left: .25rem !important
    }

    .p-lg-m-f8-8 {
        padding: .5rem !important
    }

    .pt-lg-m-f8-8,.py-lg-m-f8-8 {
        padding-top: .5rem !important
    }

    .pr-lg-m-f8-8,.px-lg-m-f8-8 {
        padding-right: .5rem !important
    }

    .pb-lg-m-f8-8,.py-lg-m-f8-8 {
        padding-bottom: .5rem !important
    }

    .pl-lg-m-f8-8,.px-lg-m-f8-8 {
        padding-left: .5rem !important
    }

    .p-lg-m-f8-16 {
        padding: 1rem !important
    }

    .pt-lg-m-f8-16,.py-lg-m-f8-16 {
        padding-top: 1rem !important
    }

    .pr-lg-m-f8-16,.px-lg-m-f8-16 {
        padding-right: 1rem !important
    }

    .pb-lg-m-f8-16,.py-lg-m-f8-16 {
        padding-bottom: 1rem !important
    }

    .pl-lg-m-f8-16,.px-lg-m-f8-16 {
        padding-left: 1rem !important
    }

    .p-lg-m-f8-24 {
        padding: 1.5rem !important
    }

    .pt-lg-m-f8-24,.py-lg-m-f8-24 {
        padding-top: 1.5rem !important
    }

    .pr-lg-m-f8-24,.px-lg-m-f8-24 {
        padding-right: 1.5rem !important
    }

    .pb-lg-m-f8-24,.py-lg-m-f8-24 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-m-f8-24,.px-lg-m-f8-24 {
        padding-left: 1.5rem !important
    }

    .p-lg-m-f8-40 {
        padding: 2.5rem !important
    }

    .pt-lg-m-f8-40,.py-lg-m-f8-40 {
        padding-top: 2.5rem !important
    }

    .pr-lg-m-f8-40,.px-lg-m-f8-40 {
        padding-right: 2.5rem !important
    }

    .pb-lg-m-f8-40,.py-lg-m-f8-40 {
        padding-bottom: 2.5rem !important
    }

    .pl-lg-m-f8-40,.px-lg-m-f8-40 {
        padding-left: 2.5rem !important
    }

    .p-lg-m-f8-64 {
        padding: 4rem !important
    }

    .pt-lg-m-f8-64,.py-lg-m-f8-64 {
        padding-top: 4rem !important
    }

    .pr-lg-m-f8-64,.px-lg-m-f8-64 {
        padding-right: 4rem !important
    }

    .pb-lg-m-f8-64,.py-lg-m-f8-64 {
        padding-bottom: 4rem !important
    }

    .pl-lg-m-f8-64,.px-lg-m-f8-64 {
        padding-left: 4rem !important
    }

    .p-lg-m-f8-104 {
        padding: 6.5rem !important
    }

    .pt-lg-m-f8-104,.py-lg-m-f8-104 {
        padding-top: 6.5rem !important
    }

    .pr-lg-m-f8-104,.px-lg-m-f8-104 {
        padding-right: 6.5rem !important
    }

    .pb-lg-m-f8-104,.py-lg-m-f8-104 {
        padding-bottom: 6.5rem !important
    }

    .pl-lg-m-f8-104,.px-lg-m-f8-104 {
        padding-left: 6.5rem !important
    }

    .m-lg-n1 {
        margin: -0.25rem !important
    }

    .mt-lg-n1,.my-lg-n1 {
        margin-top: -0.25rem !important
    }

    .mr-lg-n1,.mx-lg-n1 {
        margin-right: -0.25rem !important
    }

    .mb-lg-n1,.my-lg-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-lg-n1,.mx-lg-n1 {
        margin-left: -0.25rem !important
    }

    .m-lg-n2 {
        margin: -0.25rem !important
    }

    .mt-lg-n2,.my-lg-n2 {
        margin-top: -0.25rem !important
    }

    .mr-lg-n2,.mx-lg-n2 {
        margin-right: -0.25rem !important
    }

    .mb-lg-n2,.my-lg-n2 {
        margin-bottom: -0.25rem !important
    }

    .ml-lg-n2,.mx-lg-n2 {
        margin-left: -0.25rem !important
    }

    .m-lg-n3 {
        margin: -0.25rem !important
    }

    .mt-lg-n3,.my-lg-n3 {
        margin-top: -0.25rem !important
    }

    .mr-lg-n3,.mx-lg-n3 {
        margin-right: -0.25rem !important
    }

    .mb-lg-n3,.my-lg-n3 {
        margin-bottom: -0.25rem !important
    }

    .ml-lg-n3,.mx-lg-n3 {
        margin-left: -0.25rem !important
    }

    .m-lg-n4 {
        margin: -0.25rem !important
    }

    .mt-lg-n4,.my-lg-n4 {
        margin-top: -0.25rem !important
    }

    .mr-lg-n4,.mx-lg-n4 {
        margin-right: -0.25rem !important
    }

    .mb-lg-n4,.my-lg-n4 {
        margin-bottom: -0.25rem !important
    }

    .ml-lg-n4,.mx-lg-n4 {
        margin-left: -0.25rem !important
    }

    .m-lg-n5 {
        margin: -0.25rem !important
    }

    .mt-lg-n5,.my-lg-n5 {
        margin-top: -0.25rem !important
    }

    .mr-lg-n5,.mx-lg-n5 {
        margin-right: -0.25rem !important
    }

    .mb-lg-n5,.my-lg-n5 {
        margin-bottom: -0.25rem !important
    }

    .ml-lg-n5,.mx-lg-n5 {
        margin-left: -0.25rem !important
    }

    .m-lg-n6 {
        margin: -0.25rem !important
    }

    .mt-lg-n6,.my-lg-n6 {
        margin-top: -0.25rem !important
    }

    .mr-lg-n6,.mx-lg-n6 {
        margin-right: -0.25rem !important
    }

    .mb-lg-n6,.my-lg-n6 {
        margin-bottom: -0.25rem !important
    }

    .ml-lg-n6,.mx-lg-n6 {
        margin-left: -0.25rem !important
    }

    .m-lg-nm-f8-4 {
        margin: -0.25rem !important
    }

    .mt-lg-nm-f8-4,.my-lg-nm-f8-4 {
        margin-top: -0.25rem !important
    }

    .mr-lg-nm-f8-4,.mx-lg-nm-f8-4 {
        margin-right: -0.25rem !important
    }

    .mb-lg-nm-f8-4,.my-lg-nm-f8-4 {
        margin-bottom: -0.25rem !important
    }

    .ml-lg-nm-f8-4,.mx-lg-nm-f8-4 {
        margin-left: -0.25rem !important
    }

    .m-lg-nm-f8-8 {
        margin: -0.25rem !important
    }

    .mt-lg-nm-f8-8,.my-lg-nm-f8-8 {
        margin-top: -0.25rem !important
    }

    .mr-lg-nm-f8-8,.mx-lg-nm-f8-8 {
        margin-right: -0.25rem !important
    }

    .mb-lg-nm-f8-8,.my-lg-nm-f8-8 {
        margin-bottom: -0.25rem !important
    }

    .ml-lg-nm-f8-8,.mx-lg-nm-f8-8 {
        margin-left: -0.25rem !important
    }

    .m-lg-nm-f8-16 {
        margin: -0.25rem !important
    }

    .mt-lg-nm-f8-16,.my-lg-nm-f8-16 {
        margin-top: -0.25rem !important
    }

    .mr-lg-nm-f8-16,.mx-lg-nm-f8-16 {
        margin-right: -0.25rem !important
    }

    .mb-lg-nm-f8-16,.my-lg-nm-f8-16 {
        margin-bottom: -0.25rem !important
    }

    .ml-lg-nm-f8-16,.mx-lg-nm-f8-16 {
        margin-left: -0.25rem !important
    }

    .m-lg-nm-f8-24 {
        margin: -0.25rem !important
    }

    .mt-lg-nm-f8-24,.my-lg-nm-f8-24 {
        margin-top: -0.25rem !important
    }

    .mr-lg-nm-f8-24,.mx-lg-nm-f8-24 {
        margin-right: -0.25rem !important
    }

    .mb-lg-nm-f8-24,.my-lg-nm-f8-24 {
        margin-bottom: -0.25rem !important
    }

    .ml-lg-nm-f8-24,.mx-lg-nm-f8-24 {
        margin-left: -0.25rem !important
    }

    .m-lg-nm-f8-40 {
        margin: -0.25rem !important
    }

    .mt-lg-nm-f8-40,.my-lg-nm-f8-40 {
        margin-top: -0.25rem !important
    }

    .mr-lg-nm-f8-40,.mx-lg-nm-f8-40 {
        margin-right: -0.25rem !important
    }

    .mb-lg-nm-f8-40,.my-lg-nm-f8-40 {
        margin-bottom: -0.25rem !important
    }

    .ml-lg-nm-f8-40,.mx-lg-nm-f8-40 {
        margin-left: -0.25rem !important
    }

    .m-lg-nm-f8-64 {
        margin: -0.25rem !important
    }

    .mt-lg-nm-f8-64,.my-lg-nm-f8-64 {
        margin-top: -0.25rem !important
    }

    .mr-lg-nm-f8-64,.mx-lg-nm-f8-64 {
        margin-right: -0.25rem !important
    }

    .mb-lg-nm-f8-64,.my-lg-nm-f8-64 {
        margin-bottom: -0.25rem !important
    }

    .ml-lg-nm-f8-64,.mx-lg-nm-f8-64 {
        margin-left: -0.25rem !important
    }

    .m-lg-nm-f8-104 {
        margin: -0.25rem !important
    }

    .mt-lg-nm-f8-104,.my-lg-nm-f8-104 {
        margin-top: -0.25rem !important
    }

    .mr-lg-nm-f8-104,.mx-lg-nm-f8-104 {
        margin-right: -0.25rem !important
    }

    .mb-lg-nm-f8-104,.my-lg-nm-f8-104 {
        margin-bottom: -0.25rem !important
    }

    .ml-lg-nm-f8-104,.mx-lg-nm-f8-104 {
        margin-left: -0.25rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1300px) {
    .m-xl-0 {
        margin:0 !important
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 3rem !important
    }

    .m-xl-6 {
        margin: 2rem !important
    }

    .mt-xl-6,.my-xl-6 {
        margin-top: 2rem !important
    }

    .mr-xl-6,.mx-xl-6 {
        margin-right: 2rem !important
    }

    .mb-xl-6,.my-xl-6 {
        margin-bottom: 2rem !important
    }

    .ml-xl-6,.mx-xl-6 {
        margin-left: 2rem !important
    }

    .m-xl-m-f8-4 {
        margin: .25rem !important
    }

    .mt-xl-m-f8-4,.my-xl-m-f8-4 {
        margin-top: .25rem !important
    }

    .mr-xl-m-f8-4,.mx-xl-m-f8-4 {
        margin-right: .25rem !important
    }

    .mb-xl-m-f8-4,.my-xl-m-f8-4 {
        margin-bottom: .25rem !important
    }

    .ml-xl-m-f8-4,.mx-xl-m-f8-4 {
        margin-left: .25rem !important
    }

    .m-xl-m-f8-8 {
        margin: .5rem !important
    }

    .mt-xl-m-f8-8,.my-xl-m-f8-8 {
        margin-top: .5rem !important
    }

    .mr-xl-m-f8-8,.mx-xl-m-f8-8 {
        margin-right: .5rem !important
    }

    .mb-xl-m-f8-8,.my-xl-m-f8-8 {
        margin-bottom: .5rem !important
    }

    .ml-xl-m-f8-8,.mx-xl-m-f8-8 {
        margin-left: .5rem !important
    }

    .m-xl-m-f8-16 {
        margin: 1rem !important
    }

    .mt-xl-m-f8-16,.my-xl-m-f8-16 {
        margin-top: 1rem !important
    }

    .mr-xl-m-f8-16,.mx-xl-m-f8-16 {
        margin-right: 1rem !important
    }

    .mb-xl-m-f8-16,.my-xl-m-f8-16 {
        margin-bottom: 1rem !important
    }

    .ml-xl-m-f8-16,.mx-xl-m-f8-16 {
        margin-left: 1rem !important
    }

    .m-xl-m-f8-24 {
        margin: 1.5rem !important
    }

    .mt-xl-m-f8-24,.my-xl-m-f8-24 {
        margin-top: 1.5rem !important
    }

    .mr-xl-m-f8-24,.mx-xl-m-f8-24 {
        margin-right: 1.5rem !important
    }

    .mb-xl-m-f8-24,.my-xl-m-f8-24 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-m-f8-24,.mx-xl-m-f8-24 {
        margin-left: 1.5rem !important
    }

    .m-xl-m-f8-40 {
        margin: 2.5rem !important
    }

    .mt-xl-m-f8-40,.my-xl-m-f8-40 {
        margin-top: 2.5rem !important
    }

    .mr-xl-m-f8-40,.mx-xl-m-f8-40 {
        margin-right: 2.5rem !important
    }

    .mb-xl-m-f8-40,.my-xl-m-f8-40 {
        margin-bottom: 2.5rem !important
    }

    .ml-xl-m-f8-40,.mx-xl-m-f8-40 {
        margin-left: 2.5rem !important
    }

    .m-xl-m-f8-64 {
        margin: 4rem !important
    }

    .mt-xl-m-f8-64,.my-xl-m-f8-64 {
        margin-top: 4rem !important
    }

    .mr-xl-m-f8-64,.mx-xl-m-f8-64 {
        margin-right: 4rem !important
    }

    .mb-xl-m-f8-64,.my-xl-m-f8-64 {
        margin-bottom: 4rem !important
    }

    .ml-xl-m-f8-64,.mx-xl-m-f8-64 {
        margin-left: 4rem !important
    }

    .m-xl-m-f8-104 {
        margin: 6.5rem !important
    }

    .mt-xl-m-f8-104,.my-xl-m-f8-104 {
        margin-top: 6.5rem !important
    }

    .mr-xl-m-f8-104,.mx-xl-m-f8-104 {
        margin-right: 6.5rem !important
    }

    .mb-xl-m-f8-104,.my-xl-m-f8-104 {
        margin-bottom: 6.5rem !important
    }

    .ml-xl-m-f8-104,.mx-xl-m-f8-104 {
        margin-left: 6.5rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,.py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 3rem !important
    }

    .p-xl-6 {
        padding: 2rem !important
    }

    .pt-xl-6,.py-xl-6 {
        padding-top: 2rem !important
    }

    .pr-xl-6,.px-xl-6 {
        padding-right: 2rem !important
    }

    .pb-xl-6,.py-xl-6 {
        padding-bottom: 2rem !important
    }

    .pl-xl-6,.px-xl-6 {
        padding-left: 2rem !important
    }

    .p-xl-m-f8-4 {
        padding: .25rem !important
    }

    .pt-xl-m-f8-4,.py-xl-m-f8-4 {
        padding-top: .25rem !important
    }

    .pr-xl-m-f8-4,.px-xl-m-f8-4 {
        padding-right: .25rem !important
    }

    .pb-xl-m-f8-4,.py-xl-m-f8-4 {
        padding-bottom: .25rem !important
    }

    .pl-xl-m-f8-4,.px-xl-m-f8-4 {
        padding-left: .25rem !important
    }

    .p-xl-m-f8-8 {
        padding: .5rem !important
    }

    .pt-xl-m-f8-8,.py-xl-m-f8-8 {
        padding-top: .5rem !important
    }

    .pr-xl-m-f8-8,.px-xl-m-f8-8 {
        padding-right: .5rem !important
    }

    .pb-xl-m-f8-8,.py-xl-m-f8-8 {
        padding-bottom: .5rem !important
    }

    .pl-xl-m-f8-8,.px-xl-m-f8-8 {
        padding-left: .5rem !important
    }

    .p-xl-m-f8-16 {
        padding: 1rem !important
    }

    .pt-xl-m-f8-16,.py-xl-m-f8-16 {
        padding-top: 1rem !important
    }

    .pr-xl-m-f8-16,.px-xl-m-f8-16 {
        padding-right: 1rem !important
    }

    .pb-xl-m-f8-16,.py-xl-m-f8-16 {
        padding-bottom: 1rem !important
    }

    .pl-xl-m-f8-16,.px-xl-m-f8-16 {
        padding-left: 1rem !important
    }

    .p-xl-m-f8-24 {
        padding: 1.5rem !important
    }

    .pt-xl-m-f8-24,.py-xl-m-f8-24 {
        padding-top: 1.5rem !important
    }

    .pr-xl-m-f8-24,.px-xl-m-f8-24 {
        padding-right: 1.5rem !important
    }

    .pb-xl-m-f8-24,.py-xl-m-f8-24 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-m-f8-24,.px-xl-m-f8-24 {
        padding-left: 1.5rem !important
    }

    .p-xl-m-f8-40 {
        padding: 2.5rem !important
    }

    .pt-xl-m-f8-40,.py-xl-m-f8-40 {
        padding-top: 2.5rem !important
    }

    .pr-xl-m-f8-40,.px-xl-m-f8-40 {
        padding-right: 2.5rem !important
    }

    .pb-xl-m-f8-40,.py-xl-m-f8-40 {
        padding-bottom: 2.5rem !important
    }

    .pl-xl-m-f8-40,.px-xl-m-f8-40 {
        padding-left: 2.5rem !important
    }

    .p-xl-m-f8-64 {
        padding: 4rem !important
    }

    .pt-xl-m-f8-64,.py-xl-m-f8-64 {
        padding-top: 4rem !important
    }

    .pr-xl-m-f8-64,.px-xl-m-f8-64 {
        padding-right: 4rem !important
    }

    .pb-xl-m-f8-64,.py-xl-m-f8-64 {
        padding-bottom: 4rem !important
    }

    .pl-xl-m-f8-64,.px-xl-m-f8-64 {
        padding-left: 4rem !important
    }

    .p-xl-m-f8-104 {
        padding: 6.5rem !important
    }

    .pt-xl-m-f8-104,.py-xl-m-f8-104 {
        padding-top: 6.5rem !important
    }

    .pr-xl-m-f8-104,.px-xl-m-f8-104 {
        padding-right: 6.5rem !important
    }

    .pb-xl-m-f8-104,.py-xl-m-f8-104 {
        padding-bottom: 6.5rem !important
    }

    .pl-xl-m-f8-104,.px-xl-m-f8-104 {
        padding-left: 6.5rem !important
    }

    .m-xl-n1 {
        margin: -0.25rem !important
    }

    .mt-xl-n1,.my-xl-n1 {
        margin-top: -0.25rem !important
    }

    .mr-xl-n1,.mx-xl-n1 {
        margin-right: -0.25rem !important
    }

    .mb-xl-n1,.my-xl-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-xl-n1,.mx-xl-n1 {
        margin-left: -0.25rem !important
    }

    .m-xl-n2 {
        margin: -0.25rem !important
    }

    .mt-xl-n2,.my-xl-n2 {
        margin-top: -0.25rem !important
    }

    .mr-xl-n2,.mx-xl-n2 {
        margin-right: -0.25rem !important
    }

    .mb-xl-n2,.my-xl-n2 {
        margin-bottom: -0.25rem !important
    }

    .ml-xl-n2,.mx-xl-n2 {
        margin-left: -0.25rem !important
    }

    .m-xl-n3 {
        margin: -0.25rem !important
    }

    .mt-xl-n3,.my-xl-n3 {
        margin-top: -0.25rem !important
    }

    .mr-xl-n3,.mx-xl-n3 {
        margin-right: -0.25rem !important
    }

    .mb-xl-n3,.my-xl-n3 {
        margin-bottom: -0.25rem !important
    }

    .ml-xl-n3,.mx-xl-n3 {
        margin-left: -0.25rem !important
    }

    .m-xl-n4 {
        margin: -0.25rem !important
    }

    .mt-xl-n4,.my-xl-n4 {
        margin-top: -0.25rem !important
    }

    .mr-xl-n4,.mx-xl-n4 {
        margin-right: -0.25rem !important
    }

    .mb-xl-n4,.my-xl-n4 {
        margin-bottom: -0.25rem !important
    }

    .ml-xl-n4,.mx-xl-n4 {
        margin-left: -0.25rem !important
    }

    .m-xl-n5 {
        margin: -0.25rem !important
    }

    .mt-xl-n5,.my-xl-n5 {
        margin-top: -0.25rem !important
    }

    .mr-xl-n5,.mx-xl-n5 {
        margin-right: -0.25rem !important
    }

    .mb-xl-n5,.my-xl-n5 {
        margin-bottom: -0.25rem !important
    }

    .ml-xl-n5,.mx-xl-n5 {
        margin-left: -0.25rem !important
    }

    .m-xl-n6 {
        margin: -0.25rem !important
    }

    .mt-xl-n6,.my-xl-n6 {
        margin-top: -0.25rem !important
    }

    .mr-xl-n6,.mx-xl-n6 {
        margin-right: -0.25rem !important
    }

    .mb-xl-n6,.my-xl-n6 {
        margin-bottom: -0.25rem !important
    }

    .ml-xl-n6,.mx-xl-n6 {
        margin-left: -0.25rem !important
    }

    .m-xl-nm-f8-4 {
        margin: -0.25rem !important
    }

    .mt-xl-nm-f8-4,.my-xl-nm-f8-4 {
        margin-top: -0.25rem !important
    }

    .mr-xl-nm-f8-4,.mx-xl-nm-f8-4 {
        margin-right: -0.25rem !important
    }

    .mb-xl-nm-f8-4,.my-xl-nm-f8-4 {
        margin-bottom: -0.25rem !important
    }

    .ml-xl-nm-f8-4,.mx-xl-nm-f8-4 {
        margin-left: -0.25rem !important
    }

    .m-xl-nm-f8-8 {
        margin: -0.25rem !important
    }

    .mt-xl-nm-f8-8,.my-xl-nm-f8-8 {
        margin-top: -0.25rem !important
    }

    .mr-xl-nm-f8-8,.mx-xl-nm-f8-8 {
        margin-right: -0.25rem !important
    }

    .mb-xl-nm-f8-8,.my-xl-nm-f8-8 {
        margin-bottom: -0.25rem !important
    }

    .ml-xl-nm-f8-8,.mx-xl-nm-f8-8 {
        margin-left: -0.25rem !important
    }

    .m-xl-nm-f8-16 {
        margin: -0.25rem !important
    }

    .mt-xl-nm-f8-16,.my-xl-nm-f8-16 {
        margin-top: -0.25rem !important
    }

    .mr-xl-nm-f8-16,.mx-xl-nm-f8-16 {
        margin-right: -0.25rem !important
    }

    .mb-xl-nm-f8-16,.my-xl-nm-f8-16 {
        margin-bottom: -0.25rem !important
    }

    .ml-xl-nm-f8-16,.mx-xl-nm-f8-16 {
        margin-left: -0.25rem !important
    }

    .m-xl-nm-f8-24 {
        margin: -0.25rem !important
    }

    .mt-xl-nm-f8-24,.my-xl-nm-f8-24 {
        margin-top: -0.25rem !important
    }

    .mr-xl-nm-f8-24,.mx-xl-nm-f8-24 {
        margin-right: -0.25rem !important
    }

    .mb-xl-nm-f8-24,.my-xl-nm-f8-24 {
        margin-bottom: -0.25rem !important
    }

    .ml-xl-nm-f8-24,.mx-xl-nm-f8-24 {
        margin-left: -0.25rem !important
    }

    .m-xl-nm-f8-40 {
        margin: -0.25rem !important
    }

    .mt-xl-nm-f8-40,.my-xl-nm-f8-40 {
        margin-top: -0.25rem !important
    }

    .mr-xl-nm-f8-40,.mx-xl-nm-f8-40 {
        margin-right: -0.25rem !important
    }

    .mb-xl-nm-f8-40,.my-xl-nm-f8-40 {
        margin-bottom: -0.25rem !important
    }

    .ml-xl-nm-f8-40,.mx-xl-nm-f8-40 {
        margin-left: -0.25rem !important
    }

    .m-xl-nm-f8-64 {
        margin: -0.25rem !important
    }

    .mt-xl-nm-f8-64,.my-xl-nm-f8-64 {
        margin-top: -0.25rem !important
    }

    .mr-xl-nm-f8-64,.mx-xl-nm-f8-64 {
        margin-right: -0.25rem !important
    }

    .mb-xl-nm-f8-64,.my-xl-nm-f8-64 {
        margin-bottom: -0.25rem !important
    }

    .ml-xl-nm-f8-64,.mx-xl-nm-f8-64 {
        margin-left: -0.25rem !important
    }

    .m-xl-nm-f8-104 {
        margin: -0.25rem !important
    }

    .mt-xl-nm-f8-104,.my-xl-nm-f8-104 {
        margin-top: -0.25rem !important
    }

    .mr-xl-nm-f8-104,.mx-xl-nm-f8-104 {
        margin-right: -0.25rem !important
    }

    .mb-xl-nm-f8-104,.my-xl-nm-f8-104 {
        margin-bottom: -0.25rem !important
    }

    .ml-xl-nm-f8-104,.mx-xl-nm-f8-104 {
        margin-left: -0.25rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1500px) {
    .m-xxl-0 {
        margin:0 !important
    }

    .mt-xxl-0,.my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0,.mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0,.my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0,.mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1,.my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1,.mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1,.my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1,.mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .mt-xxl-2,.my-xxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-2,.mx-xxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-2,.my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2,.mx-xxl-2 {
        margin-left: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3,.my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3,.mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3,.my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3,.mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4,.my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4,.mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4,.my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4,.mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5,.my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5,.mx-xxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-5,.my-xxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-5,.mx-xxl-5 {
        margin-left: 3rem !important
    }

    .m-xxl-6 {
        margin: 2rem !important
    }

    .mt-xxl-6,.my-xxl-6 {
        margin-top: 2rem !important
    }

    .mr-xxl-6,.mx-xxl-6 {
        margin-right: 2rem !important
    }

    .mb-xxl-6,.my-xxl-6 {
        margin-bottom: 2rem !important
    }

    .ml-xxl-6,.mx-xxl-6 {
        margin-left: 2rem !important
    }

    .m-xxl-m-f8-4 {
        margin: .25rem !important
    }

    .mt-xxl-m-f8-4,.my-xxl-m-f8-4 {
        margin-top: .25rem !important
    }

    .mr-xxl-m-f8-4,.mx-xxl-m-f8-4 {
        margin-right: .25rem !important
    }

    .mb-xxl-m-f8-4,.my-xxl-m-f8-4 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-m-f8-4,.mx-xxl-m-f8-4 {
        margin-left: .25rem !important
    }

    .m-xxl-m-f8-8 {
        margin: .5rem !important
    }

    .mt-xxl-m-f8-8,.my-xxl-m-f8-8 {
        margin-top: .5rem !important
    }

    .mr-xxl-m-f8-8,.mx-xxl-m-f8-8 {
        margin-right: .5rem !important
    }

    .mb-xxl-m-f8-8,.my-xxl-m-f8-8 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-m-f8-8,.mx-xxl-m-f8-8 {
        margin-left: .5rem !important
    }

    .m-xxl-m-f8-16 {
        margin: 1rem !important
    }

    .mt-xxl-m-f8-16,.my-xxl-m-f8-16 {
        margin-top: 1rem !important
    }

    .mr-xxl-m-f8-16,.mx-xxl-m-f8-16 {
        margin-right: 1rem !important
    }

    .mb-xxl-m-f8-16,.my-xxl-m-f8-16 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-m-f8-16,.mx-xxl-m-f8-16 {
        margin-left: 1rem !important
    }

    .m-xxl-m-f8-24 {
        margin: 1.5rem !important
    }

    .mt-xxl-m-f8-24,.my-xxl-m-f8-24 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-m-f8-24,.mx-xxl-m-f8-24 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-m-f8-24,.my-xxl-m-f8-24 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-m-f8-24,.mx-xxl-m-f8-24 {
        margin-left: 1.5rem !important
    }

    .m-xxl-m-f8-40 {
        margin: 2.5rem !important
    }

    .mt-xxl-m-f8-40,.my-xxl-m-f8-40 {
        margin-top: 2.5rem !important
    }

    .mr-xxl-m-f8-40,.mx-xxl-m-f8-40 {
        margin-right: 2.5rem !important
    }

    .mb-xxl-m-f8-40,.my-xxl-m-f8-40 {
        margin-bottom: 2.5rem !important
    }

    .ml-xxl-m-f8-40,.mx-xxl-m-f8-40 {
        margin-left: 2.5rem !important
    }

    .m-xxl-m-f8-64 {
        margin: 4rem !important
    }

    .mt-xxl-m-f8-64,.my-xxl-m-f8-64 {
        margin-top: 4rem !important
    }

    .mr-xxl-m-f8-64,.mx-xxl-m-f8-64 {
        margin-right: 4rem !important
    }

    .mb-xxl-m-f8-64,.my-xxl-m-f8-64 {
        margin-bottom: 4rem !important
    }

    .ml-xxl-m-f8-64,.mx-xxl-m-f8-64 {
        margin-left: 4rem !important
    }

    .m-xxl-m-f8-104 {
        margin: 6.5rem !important
    }

    .mt-xxl-m-f8-104,.my-xxl-m-f8-104 {
        margin-top: 6.5rem !important
    }

    .mr-xxl-m-f8-104,.mx-xxl-m-f8-104 {
        margin-right: 6.5rem !important
    }

    .mb-xxl-m-f8-104,.my-xxl-m-f8-104 {
        margin-bottom: 6.5rem !important
    }

    .ml-xxl-m-f8-104,.mx-xxl-m-f8-104 {
        margin-left: 6.5rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0,.py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0,.px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0,.py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0,.px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1,.py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1,.px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1,.py-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-1,.px-xxl-1 {
        padding-left: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .pt-xxl-2,.py-xxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-2,.px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2,.py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2,.px-xxl-2 {
        padding-left: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3,.py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3,.px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3,.py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3,.px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4,.py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4,.px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4,.py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4,.px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5,.py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5,.px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5,.py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5,.px-xxl-5 {
        padding-left: 3rem !important
    }

    .p-xxl-6 {
        padding: 2rem !important
    }

    .pt-xxl-6,.py-xxl-6 {
        padding-top: 2rem !important
    }

    .pr-xxl-6,.px-xxl-6 {
        padding-right: 2rem !important
    }

    .pb-xxl-6,.py-xxl-6 {
        padding-bottom: 2rem !important
    }

    .pl-xxl-6,.px-xxl-6 {
        padding-left: 2rem !important
    }

    .p-xxl-m-f8-4 {
        padding: .25rem !important
    }

    .pt-xxl-m-f8-4,.py-xxl-m-f8-4 {
        padding-top: .25rem !important
    }

    .pr-xxl-m-f8-4,.px-xxl-m-f8-4 {
        padding-right: .25rem !important
    }

    .pb-xxl-m-f8-4,.py-xxl-m-f8-4 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-m-f8-4,.px-xxl-m-f8-4 {
        padding-left: .25rem !important
    }

    .p-xxl-m-f8-8 {
        padding: .5rem !important
    }

    .pt-xxl-m-f8-8,.py-xxl-m-f8-8 {
        padding-top: .5rem !important
    }

    .pr-xxl-m-f8-8,.px-xxl-m-f8-8 {
        padding-right: .5rem !important
    }

    .pb-xxl-m-f8-8,.py-xxl-m-f8-8 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-m-f8-8,.px-xxl-m-f8-8 {
        padding-left: .5rem !important
    }

    .p-xxl-m-f8-16 {
        padding: 1rem !important
    }

    .pt-xxl-m-f8-16,.py-xxl-m-f8-16 {
        padding-top: 1rem !important
    }

    .pr-xxl-m-f8-16,.px-xxl-m-f8-16 {
        padding-right: 1rem !important
    }

    .pb-xxl-m-f8-16,.py-xxl-m-f8-16 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-m-f8-16,.px-xxl-m-f8-16 {
        padding-left: 1rem !important
    }

    .p-xxl-m-f8-24 {
        padding: 1.5rem !important
    }

    .pt-xxl-m-f8-24,.py-xxl-m-f8-24 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-m-f8-24,.px-xxl-m-f8-24 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-m-f8-24,.py-xxl-m-f8-24 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-m-f8-24,.px-xxl-m-f8-24 {
        padding-left: 1.5rem !important
    }

    .p-xxl-m-f8-40 {
        padding: 2.5rem !important
    }

    .pt-xxl-m-f8-40,.py-xxl-m-f8-40 {
        padding-top: 2.5rem !important
    }

    .pr-xxl-m-f8-40,.px-xxl-m-f8-40 {
        padding-right: 2.5rem !important
    }

    .pb-xxl-m-f8-40,.py-xxl-m-f8-40 {
        padding-bottom: 2.5rem !important
    }

    .pl-xxl-m-f8-40,.px-xxl-m-f8-40 {
        padding-left: 2.5rem !important
    }

    .p-xxl-m-f8-64 {
        padding: 4rem !important
    }

    .pt-xxl-m-f8-64,.py-xxl-m-f8-64 {
        padding-top: 4rem !important
    }

    .pr-xxl-m-f8-64,.px-xxl-m-f8-64 {
        padding-right: 4rem !important
    }

    .pb-xxl-m-f8-64,.py-xxl-m-f8-64 {
        padding-bottom: 4rem !important
    }

    .pl-xxl-m-f8-64,.px-xxl-m-f8-64 {
        padding-left: 4rem !important
    }

    .p-xxl-m-f8-104 {
        padding: 6.5rem !important
    }

    .pt-xxl-m-f8-104,.py-xxl-m-f8-104 {
        padding-top: 6.5rem !important
    }

    .pr-xxl-m-f8-104,.px-xxl-m-f8-104 {
        padding-right: 6.5rem !important
    }

    .pb-xxl-m-f8-104,.py-xxl-m-f8-104 {
        padding-bottom: 6.5rem !important
    }

    .pl-xxl-m-f8-104,.px-xxl-m-f8-104 {
        padding-left: 6.5rem !important
    }

    .m-xxl-n1 {
        margin: -0.25rem !important
    }

    .mt-xxl-n1,.my-xxl-n1 {
        margin-top: -0.25rem !important
    }

    .mr-xxl-n1,.mx-xxl-n1 {
        margin-right: -0.25rem !important
    }

    .mb-xxl-n1,.my-xxl-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxl-n1,.mx-xxl-n1 {
        margin-left: -0.25rem !important
    }

    .m-xxl-n2 {
        margin: -0.25rem !important
    }

    .mt-xxl-n2,.my-xxl-n2 {
        margin-top: -0.25rem !important
    }

    .mr-xxl-n2,.mx-xxl-n2 {
        margin-right: -0.25rem !important
    }

    .mb-xxl-n2,.my-xxl-n2 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxl-n2,.mx-xxl-n2 {
        margin-left: -0.25rem !important
    }

    .m-xxl-n3 {
        margin: -0.25rem !important
    }

    .mt-xxl-n3,.my-xxl-n3 {
        margin-top: -0.25rem !important
    }

    .mr-xxl-n3,.mx-xxl-n3 {
        margin-right: -0.25rem !important
    }

    .mb-xxl-n3,.my-xxl-n3 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxl-n3,.mx-xxl-n3 {
        margin-left: -0.25rem !important
    }

    .m-xxl-n4 {
        margin: -0.25rem !important
    }

    .mt-xxl-n4,.my-xxl-n4 {
        margin-top: -0.25rem !important
    }

    .mr-xxl-n4,.mx-xxl-n4 {
        margin-right: -0.25rem !important
    }

    .mb-xxl-n4,.my-xxl-n4 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxl-n4,.mx-xxl-n4 {
        margin-left: -0.25rem !important
    }

    .m-xxl-n5 {
        margin: -0.25rem !important
    }

    .mt-xxl-n5,.my-xxl-n5 {
        margin-top: -0.25rem !important
    }

    .mr-xxl-n5,.mx-xxl-n5 {
        margin-right: -0.25rem !important
    }

    .mb-xxl-n5,.my-xxl-n5 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxl-n5,.mx-xxl-n5 {
        margin-left: -0.25rem !important
    }

    .m-xxl-n6 {
        margin: -0.25rem !important
    }

    .mt-xxl-n6,.my-xxl-n6 {
        margin-top: -0.25rem !important
    }

    .mr-xxl-n6,.mx-xxl-n6 {
        margin-right: -0.25rem !important
    }

    .mb-xxl-n6,.my-xxl-n6 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxl-n6,.mx-xxl-n6 {
        margin-left: -0.25rem !important
    }

    .m-xxl-nm-f8-4 {
        margin: -0.25rem !important
    }

    .mt-xxl-nm-f8-4,.my-xxl-nm-f8-4 {
        margin-top: -0.25rem !important
    }

    .mr-xxl-nm-f8-4,.mx-xxl-nm-f8-4 {
        margin-right: -0.25rem !important
    }

    .mb-xxl-nm-f8-4,.my-xxl-nm-f8-4 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxl-nm-f8-4,.mx-xxl-nm-f8-4 {
        margin-left: -0.25rem !important
    }

    .m-xxl-nm-f8-8 {
        margin: -0.25rem !important
    }

    .mt-xxl-nm-f8-8,.my-xxl-nm-f8-8 {
        margin-top: -0.25rem !important
    }

    .mr-xxl-nm-f8-8,.mx-xxl-nm-f8-8 {
        margin-right: -0.25rem !important
    }

    .mb-xxl-nm-f8-8,.my-xxl-nm-f8-8 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxl-nm-f8-8,.mx-xxl-nm-f8-8 {
        margin-left: -0.25rem !important
    }

    .m-xxl-nm-f8-16 {
        margin: -0.25rem !important
    }

    .mt-xxl-nm-f8-16,.my-xxl-nm-f8-16 {
        margin-top: -0.25rem !important
    }

    .mr-xxl-nm-f8-16,.mx-xxl-nm-f8-16 {
        margin-right: -0.25rem !important
    }

    .mb-xxl-nm-f8-16,.my-xxl-nm-f8-16 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxl-nm-f8-16,.mx-xxl-nm-f8-16 {
        margin-left: -0.25rem !important
    }

    .m-xxl-nm-f8-24 {
        margin: -0.25rem !important
    }

    .mt-xxl-nm-f8-24,.my-xxl-nm-f8-24 {
        margin-top: -0.25rem !important
    }

    .mr-xxl-nm-f8-24,.mx-xxl-nm-f8-24 {
        margin-right: -0.25rem !important
    }

    .mb-xxl-nm-f8-24,.my-xxl-nm-f8-24 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxl-nm-f8-24,.mx-xxl-nm-f8-24 {
        margin-left: -0.25rem !important
    }

    .m-xxl-nm-f8-40 {
        margin: -0.25rem !important
    }

    .mt-xxl-nm-f8-40,.my-xxl-nm-f8-40 {
        margin-top: -0.25rem !important
    }

    .mr-xxl-nm-f8-40,.mx-xxl-nm-f8-40 {
        margin-right: -0.25rem !important
    }

    .mb-xxl-nm-f8-40,.my-xxl-nm-f8-40 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxl-nm-f8-40,.mx-xxl-nm-f8-40 {
        margin-left: -0.25rem !important
    }

    .m-xxl-nm-f8-64 {
        margin: -0.25rem !important
    }

    .mt-xxl-nm-f8-64,.my-xxl-nm-f8-64 {
        margin-top: -0.25rem !important
    }

    .mr-xxl-nm-f8-64,.mx-xxl-nm-f8-64 {
        margin-right: -0.25rem !important
    }

    .mb-xxl-nm-f8-64,.my-xxl-nm-f8-64 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxl-nm-f8-64,.mx-xxl-nm-f8-64 {
        margin-left: -0.25rem !important
    }

    .m-xxl-nm-f8-104 {
        margin: -0.25rem !important
    }

    .mt-xxl-nm-f8-104,.my-xxl-nm-f8-104 {
        margin-top: -0.25rem !important
    }

    .mr-xxl-nm-f8-104,.mx-xxl-nm-f8-104 {
        margin-right: -0.25rem !important
    }

    .mb-xxl-nm-f8-104,.my-xxl-nm-f8-104 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxl-nm-f8-104,.mx-xxl-nm-f8-104 {
        margin-left: -0.25rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto,.my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto,.mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto,.my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto,.mx-xxl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1800px) {
    .m-xxxl-0 {
        margin:0 !important
    }

    .mt-xxxl-0,.my-xxxl-0 {
        margin-top: 0 !important
    }

    .mr-xxxl-0,.mx-xxxl-0 {
        margin-right: 0 !important
    }

    .mb-xxxl-0,.my-xxxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxxl-0,.mx-xxxl-0 {
        margin-left: 0 !important
    }

    .m-xxxl-1 {
        margin: .25rem !important
    }

    .mt-xxxl-1,.my-xxxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxxl-1,.mx-xxxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxxl-1,.my-xxxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxxl-1,.mx-xxxl-1 {
        margin-left: .25rem !important
    }

    .m-xxxl-2 {
        margin: .5rem !important
    }

    .mt-xxxl-2,.my-xxxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxxl-2,.mx-xxxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxxl-2,.my-xxxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxxl-2,.mx-xxxl-2 {
        margin-left: .5rem !important
    }

    .m-xxxl-3 {
        margin: 1rem !important
    }

    .mt-xxxl-3,.my-xxxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxxl-3,.mx-xxxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxxl-3,.my-xxxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxxl-3,.mx-xxxl-3 {
        margin-left: 1rem !important
    }

    .m-xxxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxxl-4,.my-xxxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxxl-4,.mx-xxxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxxl-4,.my-xxxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxxl-4,.mx-xxxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxxl-5 {
        margin: 3rem !important
    }

    .mt-xxxl-5,.my-xxxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxxl-5,.mx-xxxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxxl-5,.my-xxxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxxl-5,.mx-xxxl-5 {
        margin-left: 3rem !important
    }

    .m-xxxl-6 {
        margin: 2rem !important
    }

    .mt-xxxl-6,.my-xxxl-6 {
        margin-top: 2rem !important
    }

    .mr-xxxl-6,.mx-xxxl-6 {
        margin-right: 2rem !important
    }

    .mb-xxxl-6,.my-xxxl-6 {
        margin-bottom: 2rem !important
    }

    .ml-xxxl-6,.mx-xxxl-6 {
        margin-left: 2rem !important
    }

    .m-xxxl-m-f8-4 {
        margin: .25rem !important
    }

    .mt-xxxl-m-f8-4,.my-xxxl-m-f8-4 {
        margin-top: .25rem !important
    }

    .mr-xxxl-m-f8-4,.mx-xxxl-m-f8-4 {
        margin-right: .25rem !important
    }

    .mb-xxxl-m-f8-4,.my-xxxl-m-f8-4 {
        margin-bottom: .25rem !important
    }

    .ml-xxxl-m-f8-4,.mx-xxxl-m-f8-4 {
        margin-left: .25rem !important
    }

    .m-xxxl-m-f8-8 {
        margin: .5rem !important
    }

    .mt-xxxl-m-f8-8,.my-xxxl-m-f8-8 {
        margin-top: .5rem !important
    }

    .mr-xxxl-m-f8-8,.mx-xxxl-m-f8-8 {
        margin-right: .5rem !important
    }

    .mb-xxxl-m-f8-8,.my-xxxl-m-f8-8 {
        margin-bottom: .5rem !important
    }

    .ml-xxxl-m-f8-8,.mx-xxxl-m-f8-8 {
        margin-left: .5rem !important
    }

    .m-xxxl-m-f8-16 {
        margin: 1rem !important
    }

    .mt-xxxl-m-f8-16,.my-xxxl-m-f8-16 {
        margin-top: 1rem !important
    }

    .mr-xxxl-m-f8-16,.mx-xxxl-m-f8-16 {
        margin-right: 1rem !important
    }

    .mb-xxxl-m-f8-16,.my-xxxl-m-f8-16 {
        margin-bottom: 1rem !important
    }

    .ml-xxxl-m-f8-16,.mx-xxxl-m-f8-16 {
        margin-left: 1rem !important
    }

    .m-xxxl-m-f8-24 {
        margin: 1.5rem !important
    }

    .mt-xxxl-m-f8-24,.my-xxxl-m-f8-24 {
        margin-top: 1.5rem !important
    }

    .mr-xxxl-m-f8-24,.mx-xxxl-m-f8-24 {
        margin-right: 1.5rem !important
    }

    .mb-xxxl-m-f8-24,.my-xxxl-m-f8-24 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxxl-m-f8-24,.mx-xxxl-m-f8-24 {
        margin-left: 1.5rem !important
    }

    .m-xxxl-m-f8-40 {
        margin: 2.5rem !important
    }

    .mt-xxxl-m-f8-40,.my-xxxl-m-f8-40 {
        margin-top: 2.5rem !important
    }

    .mr-xxxl-m-f8-40,.mx-xxxl-m-f8-40 {
        margin-right: 2.5rem !important
    }

    .mb-xxxl-m-f8-40,.my-xxxl-m-f8-40 {
        margin-bottom: 2.5rem !important
    }

    .ml-xxxl-m-f8-40,.mx-xxxl-m-f8-40 {
        margin-left: 2.5rem !important
    }

    .m-xxxl-m-f8-64 {
        margin: 4rem !important
    }

    .mt-xxxl-m-f8-64,.my-xxxl-m-f8-64 {
        margin-top: 4rem !important
    }

    .mr-xxxl-m-f8-64,.mx-xxxl-m-f8-64 {
        margin-right: 4rem !important
    }

    .mb-xxxl-m-f8-64,.my-xxxl-m-f8-64 {
        margin-bottom: 4rem !important
    }

    .ml-xxxl-m-f8-64,.mx-xxxl-m-f8-64 {
        margin-left: 4rem !important
    }

    .m-xxxl-m-f8-104 {
        margin: 6.5rem !important
    }

    .mt-xxxl-m-f8-104,.my-xxxl-m-f8-104 {
        margin-top: 6.5rem !important
    }

    .mr-xxxl-m-f8-104,.mx-xxxl-m-f8-104 {
        margin-right: 6.5rem !important
    }

    .mb-xxxl-m-f8-104,.my-xxxl-m-f8-104 {
        margin-bottom: 6.5rem !important
    }

    .ml-xxxl-m-f8-104,.mx-xxxl-m-f8-104 {
        margin-left: 6.5rem !important
    }

    .p-xxxl-0 {
        padding: 0 !important
    }

    .pt-xxxl-0,.py-xxxl-0 {
        padding-top: 0 !important
    }

    .pr-xxxl-0,.px-xxxl-0 {
        padding-right: 0 !important
    }

    .pb-xxxl-0,.py-xxxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxxl-0,.px-xxxl-0 {
        padding-left: 0 !important
    }

    .p-xxxl-1 {
        padding: .25rem !important
    }

    .pt-xxxl-1,.py-xxxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxxl-1,.px-xxxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxxl-1,.py-xxxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxxl-1,.px-xxxl-1 {
        padding-left: .25rem !important
    }

    .p-xxxl-2 {
        padding: .5rem !important
    }

    .pt-xxxl-2,.py-xxxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxxl-2,.px-xxxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxxl-2,.py-xxxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxxl-2,.px-xxxl-2 {
        padding-left: .5rem !important
    }

    .p-xxxl-3 {
        padding: 1rem !important
    }

    .pt-xxxl-3,.py-xxxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxxl-3,.px-xxxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxxl-3,.py-xxxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxxl-3,.px-xxxl-3 {
        padding-left: 1rem !important
    }

    .p-xxxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxxl-4,.py-xxxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxxl-4,.px-xxxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxxl-4,.py-xxxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxxl-4,.px-xxxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxxl-5 {
        padding: 3rem !important
    }

    .pt-xxxl-5,.py-xxxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxxl-5,.px-xxxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxxl-5,.py-xxxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxxl-5,.px-xxxl-5 {
        padding-left: 3rem !important
    }

    .p-xxxl-6 {
        padding: 2rem !important
    }

    .pt-xxxl-6,.py-xxxl-6 {
        padding-top: 2rem !important
    }

    .pr-xxxl-6,.px-xxxl-6 {
        padding-right: 2rem !important
    }

    .pb-xxxl-6,.py-xxxl-6 {
        padding-bottom: 2rem !important
    }

    .pl-xxxl-6,.px-xxxl-6 {
        padding-left: 2rem !important
    }

    .p-xxxl-m-f8-4 {
        padding: .25rem !important
    }

    .pt-xxxl-m-f8-4,.py-xxxl-m-f8-4 {
        padding-top: .25rem !important
    }

    .pr-xxxl-m-f8-4,.px-xxxl-m-f8-4 {
        padding-right: .25rem !important
    }

    .pb-xxxl-m-f8-4,.py-xxxl-m-f8-4 {
        padding-bottom: .25rem !important
    }

    .pl-xxxl-m-f8-4,.px-xxxl-m-f8-4 {
        padding-left: .25rem !important
    }

    .p-xxxl-m-f8-8 {
        padding: .5rem !important
    }

    .pt-xxxl-m-f8-8,.py-xxxl-m-f8-8 {
        padding-top: .5rem !important
    }

    .pr-xxxl-m-f8-8,.px-xxxl-m-f8-8 {
        padding-right: .5rem !important
    }

    .pb-xxxl-m-f8-8,.py-xxxl-m-f8-8 {
        padding-bottom: .5rem !important
    }

    .pl-xxxl-m-f8-8,.px-xxxl-m-f8-8 {
        padding-left: .5rem !important
    }

    .p-xxxl-m-f8-16 {
        padding: 1rem !important
    }

    .pt-xxxl-m-f8-16,.py-xxxl-m-f8-16 {
        padding-top: 1rem !important
    }

    .pr-xxxl-m-f8-16,.px-xxxl-m-f8-16 {
        padding-right: 1rem !important
    }

    .pb-xxxl-m-f8-16,.py-xxxl-m-f8-16 {
        padding-bottom: 1rem !important
    }

    .pl-xxxl-m-f8-16,.px-xxxl-m-f8-16 {
        padding-left: 1rem !important
    }

    .p-xxxl-m-f8-24 {
        padding: 1.5rem !important
    }

    .pt-xxxl-m-f8-24,.py-xxxl-m-f8-24 {
        padding-top: 1.5rem !important
    }

    .pr-xxxl-m-f8-24,.px-xxxl-m-f8-24 {
        padding-right: 1.5rem !important
    }

    .pb-xxxl-m-f8-24,.py-xxxl-m-f8-24 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxxl-m-f8-24,.px-xxxl-m-f8-24 {
        padding-left: 1.5rem !important
    }

    .p-xxxl-m-f8-40 {
        padding: 2.5rem !important
    }

    .pt-xxxl-m-f8-40,.py-xxxl-m-f8-40 {
        padding-top: 2.5rem !important
    }

    .pr-xxxl-m-f8-40,.px-xxxl-m-f8-40 {
        padding-right: 2.5rem !important
    }

    .pb-xxxl-m-f8-40,.py-xxxl-m-f8-40 {
        padding-bottom: 2.5rem !important
    }

    .pl-xxxl-m-f8-40,.px-xxxl-m-f8-40 {
        padding-left: 2.5rem !important
    }

    .p-xxxl-m-f8-64 {
        padding: 4rem !important
    }

    .pt-xxxl-m-f8-64,.py-xxxl-m-f8-64 {
        padding-top: 4rem !important
    }

    .pr-xxxl-m-f8-64,.px-xxxl-m-f8-64 {
        padding-right: 4rem !important
    }

    .pb-xxxl-m-f8-64,.py-xxxl-m-f8-64 {
        padding-bottom: 4rem !important
    }

    .pl-xxxl-m-f8-64,.px-xxxl-m-f8-64 {
        padding-left: 4rem !important
    }

    .p-xxxl-m-f8-104 {
        padding: 6.5rem !important
    }

    .pt-xxxl-m-f8-104,.py-xxxl-m-f8-104 {
        padding-top: 6.5rem !important
    }

    .pr-xxxl-m-f8-104,.px-xxxl-m-f8-104 {
        padding-right: 6.5rem !important
    }

    .pb-xxxl-m-f8-104,.py-xxxl-m-f8-104 {
        padding-bottom: 6.5rem !important
    }

    .pl-xxxl-m-f8-104,.px-xxxl-m-f8-104 {
        padding-left: 6.5rem !important
    }

    .m-xxxl-n1 {
        margin: -0.25rem !important
    }

    .mt-xxxl-n1,.my-xxxl-n1 {
        margin-top: -0.25rem !important
    }

    .mr-xxxl-n1,.mx-xxxl-n1 {
        margin-right: -0.25rem !important
    }

    .mb-xxxl-n1,.my-xxxl-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxxl-n1,.mx-xxxl-n1 {
        margin-left: -0.25rem !important
    }

    .m-xxxl-n2 {
        margin: -0.25rem !important
    }

    .mt-xxxl-n2,.my-xxxl-n2 {
        margin-top: -0.25rem !important
    }

    .mr-xxxl-n2,.mx-xxxl-n2 {
        margin-right: -0.25rem !important
    }

    .mb-xxxl-n2,.my-xxxl-n2 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxxl-n2,.mx-xxxl-n2 {
        margin-left: -0.25rem !important
    }

    .m-xxxl-n3 {
        margin: -0.25rem !important
    }

    .mt-xxxl-n3,.my-xxxl-n3 {
        margin-top: -0.25rem !important
    }

    .mr-xxxl-n3,.mx-xxxl-n3 {
        margin-right: -0.25rem !important
    }

    .mb-xxxl-n3,.my-xxxl-n3 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxxl-n3,.mx-xxxl-n3 {
        margin-left: -0.25rem !important
    }

    .m-xxxl-n4 {
        margin: -0.25rem !important
    }

    .mt-xxxl-n4,.my-xxxl-n4 {
        margin-top: -0.25rem !important
    }

    .mr-xxxl-n4,.mx-xxxl-n4 {
        margin-right: -0.25rem !important
    }

    .mb-xxxl-n4,.my-xxxl-n4 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxxl-n4,.mx-xxxl-n4 {
        margin-left: -0.25rem !important
    }

    .m-xxxl-n5 {
        margin: -0.25rem !important
    }

    .mt-xxxl-n5,.my-xxxl-n5 {
        margin-top: -0.25rem !important
    }

    .mr-xxxl-n5,.mx-xxxl-n5 {
        margin-right: -0.25rem !important
    }

    .mb-xxxl-n5,.my-xxxl-n5 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxxl-n5,.mx-xxxl-n5 {
        margin-left: -0.25rem !important
    }

    .m-xxxl-n6 {
        margin: -0.25rem !important
    }

    .mt-xxxl-n6,.my-xxxl-n6 {
        margin-top: -0.25rem !important
    }

    .mr-xxxl-n6,.mx-xxxl-n6 {
        margin-right: -0.25rem !important
    }

    .mb-xxxl-n6,.my-xxxl-n6 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxxl-n6,.mx-xxxl-n6 {
        margin-left: -0.25rem !important
    }

    .m-xxxl-nm-f8-4 {
        margin: -0.25rem !important
    }

    .mt-xxxl-nm-f8-4,.my-xxxl-nm-f8-4 {
        margin-top: -0.25rem !important
    }

    .mr-xxxl-nm-f8-4,.mx-xxxl-nm-f8-4 {
        margin-right: -0.25rem !important
    }

    .mb-xxxl-nm-f8-4,.my-xxxl-nm-f8-4 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxxl-nm-f8-4,.mx-xxxl-nm-f8-4 {
        margin-left: -0.25rem !important
    }

    .m-xxxl-nm-f8-8 {
        margin: -0.25rem !important
    }

    .mt-xxxl-nm-f8-8,.my-xxxl-nm-f8-8 {
        margin-top: -0.25rem !important
    }

    .mr-xxxl-nm-f8-8,.mx-xxxl-nm-f8-8 {
        margin-right: -0.25rem !important
    }

    .mb-xxxl-nm-f8-8,.my-xxxl-nm-f8-8 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxxl-nm-f8-8,.mx-xxxl-nm-f8-8 {
        margin-left: -0.25rem !important
    }

    .m-xxxl-nm-f8-16 {
        margin: -0.25rem !important
    }

    .mt-xxxl-nm-f8-16,.my-xxxl-nm-f8-16 {
        margin-top: -0.25rem !important
    }

    .mr-xxxl-nm-f8-16,.mx-xxxl-nm-f8-16 {
        margin-right: -0.25rem !important
    }

    .mb-xxxl-nm-f8-16,.my-xxxl-nm-f8-16 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxxl-nm-f8-16,.mx-xxxl-nm-f8-16 {
        margin-left: -0.25rem !important
    }

    .m-xxxl-nm-f8-24 {
        margin: -0.25rem !important
    }

    .mt-xxxl-nm-f8-24,.my-xxxl-nm-f8-24 {
        margin-top: -0.25rem !important
    }

    .mr-xxxl-nm-f8-24,.mx-xxxl-nm-f8-24 {
        margin-right: -0.25rem !important
    }

    .mb-xxxl-nm-f8-24,.my-xxxl-nm-f8-24 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxxl-nm-f8-24,.mx-xxxl-nm-f8-24 {
        margin-left: -0.25rem !important
    }

    .m-xxxl-nm-f8-40 {
        margin: -0.25rem !important
    }

    .mt-xxxl-nm-f8-40,.my-xxxl-nm-f8-40 {
        margin-top: -0.25rem !important
    }

    .mr-xxxl-nm-f8-40,.mx-xxxl-nm-f8-40 {
        margin-right: -0.25rem !important
    }

    .mb-xxxl-nm-f8-40,.my-xxxl-nm-f8-40 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxxl-nm-f8-40,.mx-xxxl-nm-f8-40 {
        margin-left: -0.25rem !important
    }

    .m-xxxl-nm-f8-64 {
        margin: -0.25rem !important
    }

    .mt-xxxl-nm-f8-64,.my-xxxl-nm-f8-64 {
        margin-top: -0.25rem !important
    }

    .mr-xxxl-nm-f8-64,.mx-xxxl-nm-f8-64 {
        margin-right: -0.25rem !important
    }

    .mb-xxxl-nm-f8-64,.my-xxxl-nm-f8-64 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxxl-nm-f8-64,.mx-xxxl-nm-f8-64 {
        margin-left: -0.25rem !important
    }

    .m-xxxl-nm-f8-104 {
        margin: -0.25rem !important
    }

    .mt-xxxl-nm-f8-104,.my-xxxl-nm-f8-104 {
        margin-top: -0.25rem !important
    }

    .mr-xxxl-nm-f8-104,.mx-xxxl-nm-f8-104 {
        margin-right: -0.25rem !important
    }

    .mb-xxxl-nm-f8-104,.my-xxxl-nm-f8-104 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxxl-nm-f8-104,.mx-xxxl-nm-f8-104 {
        margin-left: -0.25rem !important
    }

    .m-xxxl-auto {
        margin: auto !important
    }

    .mt-xxxl-auto,.my-xxxl-auto {
        margin-top: auto !important
    }

    .mr-xxxl-auto,.mx-xxxl-auto {
        margin-right: auto !important
    }

    .mb-xxxl-auto,.my-xxxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxxl-auto,.mx-xxxl-auto {
        margin-left: auto !important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align:left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 769px) {
    .text-md-left {
        text-align:left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align:left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1300px) {
    .text-xl-left {
        text-align:left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1500px) {
    .text-xxl-left {
        text-align:left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width: 1800px) {
    .text-xxxl-left {
        text-align:left !important
    }

    .text-xxxl-right {
        text-align: right !important
    }

    .text-xxxl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

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

.font-weight-bold {
    font-weight: 500 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #FFE606 !important
}

a.text-primary:hover,a.text-primary:focus {
    color: #b9a600 !important
}

.text-secondary {
    color: #fff !important
}

a.text-secondary:hover,a.text-secondary:focus {
    color: #d9d9d9 !important
}

.text-success {
    color: #01B955 !important
}

a.text-success:hover,a.text-success:focus {
    color: #016d32 !important
}

.text-info {
    color: #32d7f5 !important
}

a.text-info:hover,a.text-info:focus {
    color: #0ab2d0 !important
}

.text-warning {
    color: #FFC300 !important
}

a.text-warning:hover,a.text-warning:focus {
    color: #b38900 !important
}

.text-danger {
    color: #e60037 !important
}

a.text-danger:hover,a.text-danger:focus {
    color: #9a0025 !important
}

.text-light {
    color: #e8e9ed !important
}

a.text-light:hover,a.text-light:focus {
    color: #bdc0cb !important
}

.text-dark {
    color: #0F234B !important
}

a.text-dark:hover,a.text-dark:focus {
    color: #02050b !important
}

.text-white {
    color: #fff !important
}

a.text-white:hover,a.text-white:focus {
    color: #d9d9d9 !important
}

.text-infoRed {
    color: #e60037 !important
}

a.text-infoRed:hover,a.text-infoRed:focus {
    color: #9a0025 !important
}

.text-infoBlue {
    color: #0046B9 !important
}

a.text-infoBlue:hover,a.text-infoBlue:focus {
    color: #00296d !important
}

.text-gray {
    color: #e8e9ed !important
}

a.text-gray:hover,a.text-gray:focus {
    color: #bdc0cb !important
}

.text-infoGrayUltralight {
    color: #f9fafb !important
}

a.text-infoGrayUltralight:hover,a.text-infoGrayUltralight:focus {
    color: #cbd4dc !important
}

.text-cyan {
    color: #32d7f5 !important
}

a.text-cyan:hover,a.text-cyan:focus {
    color: #0ab2d0 !important
}

.text-safetyBlue {
    color: #0F234B !important
}

a.text-safetyBlue:hover,a.text-safetyBlue:focus {
    color: #02050b !important
}

.text-safetyBlueMid {
    color: #79768f !important
}

a.text-safetyBlueMid:hover,a.text-safetyBlueMid:focus {
    color: #555366 !important
}

.text-safetyBlueLight {
    color: #9fa7b8 !important
}

a.text-safetyBlueLight:hover,a.text-safetyBlueLight:focus {
    color: #737f97 !important
}

.text-safetyBlueLightest {
    color: #e8e9ed !important
}

a.text-safetyBlueLightest:hover,a.text-safetyBlueLightest:focus {
    color: #bdc0cb !important
}

.text-blueDark {
    color: #001487 !important
}

a.text-blueDark:hover,a.text-blueDark:focus {
    color: #00093b !important
}

.text-unityYellow {
    color: #FFE606 !important
}

a.text-unityYellow:hover,a.text-unityYellow:focus {
    color: #b9a600 !important
}

.text-futureGreen {
    color: #28D7B9 !important
}

a.text-futureGreen:hover,a.text-futureGreen:focus {
    color: #1c9782 !important
}

.text-futureGreenLightest {
    color: #d4f7f1 !important
}

a.text-futureGreenLightest:hover,a.text-futureGreenLightest:focus {
    color: #94ebdc !important
}

.text-digitalViolet {
    color: #7D37F0 !important
}

a.text-digitalViolet:hover,a.text-digitalViolet:focus {
    color: #560fcb !important
}

.text-teal {
    color: #006482 !important
}

a.text-teal:hover,a.text-teal:focus {
    color: #002936 !important
}

.text-body {
    color: #0F234B !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0,0,0,0.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *,*::before,*::after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    pre,blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,img {
        page-break-inside: avoid
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,.table th {
        background-color: #fff !important
    }

    .table-bordered th,.table-bordered td {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animate__animated.animate__repeat-1 {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
    -webkit-animation-iteration-count: calc(1 * 2);
    animation-iteration-count: calc(1 * 2);
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
    animation-iteration-count: calc(var(--animate-repeat) * 2)
}

.animate__animated.animate__repeat-3 {
    -webkit-animation-iteration-count: calc(1 * 3);
    animation-iteration-count: calc(1 * 3);
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
    animation-iteration-count: calc(var(--animate-repeat) * 3)
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-2s {
    -webkit-animation-delay: calc(1s * 2);
    animation-delay: calc(1s * 2);
    -webkit-animation-delay: calc(var(--animate-delay) * 2);
    animation-delay: calc(var(--animate-delay) * 2)
}

.animate__animated.animate__delay-3s {
    -webkit-animation-delay: calc(1s * 3);
    animation-delay: calc(1s * 3);
    -webkit-animation-delay: calc(var(--animate-delay) * 3);
    animation-delay: calc(var(--animate-delay) * 3)
}

.animate__animated.animate__delay-4s {
    -webkit-animation-delay: calc(1s * 4);
    animation-delay: calc(1s * 4);
    -webkit-animation-delay: calc(var(--animate-delay) * 4);
    animation-delay: calc(var(--animate-delay) * 4)
}

.animate__animated.animate__delay-5s {
    -webkit-animation-delay: calc(1s * 5);
    animation-delay: calc(1s * 5);
    -webkit-animation-delay: calc(var(--animate-delay) * 5);
    animation-delay: calc(var(--animate-delay) * 5)
}

.animate__animated.animate__faster {
    -webkit-animation-duration: calc(1s / 2);
    animation-duration: calc(1s / 2);
    -webkit-animation-duration: calc(var(--animate-duration) / 2);
    animation-duration: calc(var(--animate-duration) / 2)
}

.animate__animated.animate__fast {
    -webkit-animation-duration: calc(1s * 0.8);
    animation-duration: calc(1s * 0.8);
    -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
    animation-duration: calc(var(--animate-duration) * 0.8)
}

.animate__animated.animate__slow {
    -webkit-animation-duration: calc(1s * 2);
    animation-duration: calc(1s * 2);
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2)
}

.animate__animated.animate__slower {
    -webkit-animation-duration: calc(1s * 3);
    animation-duration: calc(1s * 3);
    -webkit-animation-duration: calc(var(--animate-duration) * 3);
    animation-duration: calc(var(--animate-duration) * 3)
}

@media print, (prefers-reduced-motion: reduce) {
    .animate__animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }

    .animate__animated[class*='Out'] {
        opacity: 0
    }
}

@-webkit-keyframes bounce {
    from,20%,53%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }

    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
        transform: translate3d(0, 0, 0) scaleY(0.95)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

@keyframes bounce {
    from,20%,53%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }

    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
        transform: translate3d(0, 0, 0) scaleY(0.95)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

.animate__bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    from,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    from,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.animate__flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.animate__rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shakeX {
    from,to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shakeX {
    from,to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.animate__shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX
}

@-webkit-keyframes shakeY {
    from,to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

@keyframes shakeY {
    from,to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

.animate__shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.animate__headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.animate__swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.animate__tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    from,11.1%,to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

@keyframes jello {
    from,11.1%,to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

.animate__jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: calc(1s * 1.3);
    animation-duration: calc(1s * 1.3);
    -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
    animation-duration: calc(var(--animate-duration) * 1.3);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(0.7);
        transform: translateY(-1200px) scale(0.7);
        opacity: 0.7
    }

    80% {
        -webkit-transform: translateY(0px) scale(0.7);
        transform: translateY(0px) scale(0.7);
        opacity: 0.7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(0.7);
        transform: translateY(-1200px) scale(0.7);
        opacity: 0.7
    }

    80% {
        -webkit-transform: translateY(0px) scale(0.7);
        transform: translateY(0px) scale(0.7);
        opacity: 0.7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown
}

@-webkit-keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7
    }

    80% {
        -webkit-transform: translateX(0px) scale(0.7);
        transform: translateX(0px) scale(0.7);
        opacity: 0.7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7
    }

    80% {
        -webkit-transform: translateX(0px) scale(0.7);
        transform: translateX(0px) scale(0.7);
        opacity: 0.7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInLeft {
    -webkit-animation-name: backInLeft;
    animation-name: backInLeft
}

@-webkit-keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7
    }

    80% {
        -webkit-transform: translateX(0px) scale(0.7);
        transform: translateX(0px) scale(0.7);
        opacity: 0.7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7
    }

    80% {
        -webkit-transform: translateX(0px) scale(0.7);
        transform: translateX(0px) scale(0.7);
        opacity: 0.7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInRight {
    -webkit-animation-name: backInRight;
    animation-name: backInRight
}

@-webkit-keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(0.7);
        transform: translateY(1200px) scale(0.7);
        opacity: 0.7
    }

    80% {
        -webkit-transform: translateY(0px) scale(0.7);
        transform: translateY(0px) scale(0.7);
        opacity: 0.7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(0.7);
        transform: translateY(1200px) scale(0.7);
        opacity: 0.7
    }

    80% {
        -webkit-transform: translateY(0px) scale(0.7);
        transform: translateY(0px) scale(0.7);
        opacity: 0.7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInUp {
    -webkit-animation-name: backInUp;
    animation-name: backInUp
}

@-webkit-keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateY(0px) scale(0.7);
        transform: translateY(0px) scale(0.7);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translateY(700px) scale(0.7);
        transform: translateY(700px) scale(0.7);
        opacity: 0.7
    }
}

@keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateY(0px) scale(0.7);
        transform: translateY(0px) scale(0.7);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translateY(700px) scale(0.7);
        transform: translateY(700px) scale(0.7);
        opacity: 0.7
    }
}

.animate__backOutDown {
    -webkit-animation-name: backOutDown;
    animation-name: backOutDown
}

@-webkit-keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateX(0px) scale(0.7);
        transform: translateX(0px) scale(0.7);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7
    }
}

@keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateX(0px) scale(0.7);
        transform: translateX(0px) scale(0.7);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7
    }
}

.animate__backOutLeft {
    -webkit-animation-name: backOutLeft;
    animation-name: backOutLeft
}

@-webkit-keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateX(0px) scale(0.7);
        transform: translateX(0px) scale(0.7);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7
    }
}

@keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateX(0px) scale(0.7);
        transform: translateX(0px) scale(0.7);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7
    }
}

.animate__backOutRight {
    -webkit-animation-name: backOutRight;
    animation-name: backOutRight
}

@-webkit-keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateY(0px) scale(0.7);
        transform: translateY(0px) scale(0.7);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translateY(-700px) scale(0.7);
        transform: translateY(-700px) scale(0.7);
        opacity: 0.7
    }
}

@keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateY(0px) scale(0.7);
        transform: translateY(0px) scale(0.7);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translateY(-700px) scale(0.7);
        transform: translateY(-700px) scale(0.7);
        opacity: 0.7
    }
}

.animate__backOutUp {
    -webkit-animation-name: backOutUp;
    animation-name: backOutUp
}

@-webkit-keyframes bounceIn {
    from,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    from,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.animate__bounceIn {
    -webkit-animation-duration: calc(1s * 0.75);
    animation-duration: calc(1s * 0.75);
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
        transform: translate3d(0, 25px, 0) scaleY(0.9)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
        transform: translate3d(0, -10px, 0) scaleY(0.95)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
        transform: translate3d(0, 5px, 0) scaleY(0.985)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInDown {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
        transform: translate3d(0, 25px, 0) scaleY(0.9)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
        transform: translate3d(0, -10px, 0) scaleY(0.95)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
        transform: translate3d(0, 5px, 0) scaleY(0.985)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
        transform: translate3d(-10px, 0, 0) scaleX(0.98)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
        transform: translate3d(5px, 0, 0) scaleX(0.995)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInLeft {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
        transform: translate3d(-10px, 0, 0) scaleX(0.98)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
        transform: translate3d(5px, 0, 0) scaleX(0.995)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
        transform: translate3d(10px, 0, 0) scaleX(0.98)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
        transform: translate3d(-5px, 0, 0) scaleX(0.995)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInRight {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
        transform: translate3d(10px, 0, 0) scaleX(0.98)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
        transform: translate3d(-5px, 0, 0) scaleX(0.995)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
        transform: translate3d(0, 10px, 0) scaleY(0.95)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
        transform: translate3d(0, -5px, 0) scaleY(0.985)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
        transform: translate3d(0, 10px, 0) scaleY(0.95)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
        transform: translate3d(0, -5px, 0) scaleY(0.985)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

.animate__bounceOut {
    -webkit-animation-duration: calc(1s * 0.75);
    animation-duration: calc(1s * 0.75);
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
        transform: translate3d(0, 10px, 0) scaleY(0.985)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
        transform: translate3d(0, 10px, 0) scaleY(0.985)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

.animate__bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
        transform: translate3d(20px, 0, 0) scaleX(0.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
        transform: translate3d(20px, 0, 0) scaleX(0.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

.animate__bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
        transform: translate3d(-20px, 0, 0) scaleX(0.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
        transform: translate3d(-20px, 0, 0) scaleX(0.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

.animate__bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
        transform: translate3d(0, -10px, 0) scaleY(0.985)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
        transform: translate3d(0, 20px, 0) scaleY(0.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
        transform: translate3d(0, -10px, 0) scaleY(0.985)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
        transform: translate3d(0, 20px, 0) scaleY(0.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

.animate__bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInTopLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInTopLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInTopLeft {
    -webkit-animation-name: fadeInTopLeft;
    animation-name: fadeInTopLeft
}

@-webkit-keyframes fadeInTopRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInTopRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInTopRight {
    -webkit-animation-name: fadeInTopRight;
    animation-name: fadeInTopRight
}

@-webkit-keyframes fadeInBottomLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInBottomLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft
}

@-webkit-keyframes fadeInBottomRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInBottomRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInBottomRight {
    -webkit-animation-name: fadeInBottomRight;
    animation-name: fadeInBottomRight
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.animate__fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.animate__fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.animate__fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.animate__fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.animate__fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.animate__fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.animate__fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.animate__fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.animate__fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutTopLeft {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
}

@keyframes fadeOutTopLeft {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
}

.animate__fadeOutTopLeft {
    -webkit-animation-name: fadeOutTopLeft;
    animation-name: fadeOutTopLeft
}

@-webkit-keyframes fadeOutTopRight {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
}

@keyframes fadeOutTopRight {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
}

.animate__fadeOutTopRight {
    -webkit-animation-name: fadeOutTopRight;
    animation-name: fadeOutTopRight
}

@-webkit-keyframes fadeOutBottomRight {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
}

@keyframes fadeOutBottomRight {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
}

.animate__fadeOutBottomRight {
    -webkit-animation-name: fadeOutBottomRight;
    animation-name: fadeOutBottomRight
}

@-webkit-keyframes fadeOutBottomLeft {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
}

@keyframes fadeOutBottomLeft {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
}

.animate__fadeOutBottomLeft {
    -webkit-animation-name: fadeOutBottomLeft;
    animation-name: fadeOutBottomLeft
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animate__animated.animate__flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.animate__flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.animate__flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.animate__flipOutX {
    -webkit-animation-duration: calc(1s * 0.75);
    animation-duration: calc(1s * 0.75);
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.animate__flipOutY {
    -webkit-animation-duration: calc(1s * 0.75);
    animation-duration: calc(1s * 0.75);
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes lightSpeedInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__lightSpeedInRight {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes lightSpeedInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__lightSpeedInLeft {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOutRight {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOutRight {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.animate__lightSpeedOutRight {
    -webkit-animation-name: lightSpeedOutRight;
    animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes lightSpeedOutLeft {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOutLeft {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
}

.animate__lightSpeedOutLeft {
    -webkit-animation-name: lightSpeedOutLeft;
    animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animate__rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animate__rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animate__rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animate__rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animate__rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.animate__rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.animate__rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutDownRight {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.animate__rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.animate__rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutUpRight {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.animate__rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.animate__hinge {
    -webkit-animation-duration: calc(1s * 2);
    animation-duration: calc(1s * 2);
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2);
    -webkit-animation-name: hinge;
    animation-name: hinge;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.animate__rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

.animate__zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0)
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0)
    }
}

.animate__zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0)
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0)
    }
}

.animate__zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
    -webkit-transform-origin: right center;
    transform-origin: right center
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.animate__slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.animate__slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.animate__slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.animate__slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-outer,.fancybox-inner,.fancybox-bg,.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-infobar,.fancybox-toolbar,.fancybox-caption,.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar,.fancybox-show-caption .fancybox-caption,.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--previous,.fancybox-slide--current,.fancybox-slide--next {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-swipe .fancybox-content,.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable='true'] {
    cursor: text
}

.fancybox-image,.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--video .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-video,.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30,30,30,0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,.fancybox-button:visited,.fancybox-button:link {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--play svg:nth-child(2),.fancybox-button--fsenter svg:nth-child(2) {
    display: none
}

.fancybox-button--pause svg:nth-child(1),.fancybox-button--fsexit svg:nth-child(1) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.15) 65%, rgba(0,0,0,0.075) 75.5%, rgba(0,0,0,0.037) 82.85%, rgba(0,0,0,0.019) 88%, rgba(0,0,0,0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--previous,.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left:6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left:max(12px,env(safe-area-inset-left));
            padding-right: max(12px,env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:visited,.fancybox-share__button:link {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width:110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("/servicedesk-powerpages/Resources/Public/Images/ajax-loader.gif") center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url("/servicedesk-powerpages/Resources/Public/Fonts/slick.eot");
    src: url("/servicedesk-powerpages/Resources/Public/Fonts/slick.eot?#iefix") format("embedded-opentype"),url("/servicedesk-powerpages/Resources/Public/Fonts/slick.woff") format("woff"),url("/servicedesk-powerpages/Resources/Public/Fonts/slick.ttf") format("truetype"),url("/servicedesk-powerpages/Resources/Public/Fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev,.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.m-u-bg-noise,.ppg-u-bg-noise {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAP1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAABHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+mNrMAAAAFXRSTlMUDQQMCAsFAAkKAwYHDxABAg4REhN1L7VwAAAUHklEQVRoBQXBhQHAMAwEsQ+ew9T9Z60kc05ZUgtmMWk7yaLxUWp/xK94rnpmXJutJwMcgnLicn0JF6weytHtnpWbUosEnk2rUYqjLkXWt1/EM6IO30YLSSbNoO+QZORNnBE7aTwxZ6QJy02B0uJzoilHpJuv0HOgk64V50UIKktXlrQtkBDnSFznqDs+j9yuuTDaV4eGUM833uveJ3eiqLQArtQJzvlrqhPH132RVuzgePIeSs1QiAgvNFZc3vXlWErQsulD+QV9+SOLzNLFE0nxFi91SijbAdoh1Q4m660TePNKbuNSyhmqUk7oI611opAaeUlLYNissjerAlEeL7qkQ+kw8dqtJp/blo4qH6b2BKKNIZnU8StabnwCTeGTTeSLH8UpbxcnpxsV6Bm1tT8pmzrbL8mTCffaipZA1O1dUHqfuuTPFrWx8KvU5dq69AROvMkTTVhx9onm9CU+g/HGEsyufKvOhAsLqasuR+xeWdF/Lme747rL1QcJEFEcSUfE5ctqPeICDCvLR1LhiyadRM7McIRazMZsq+o5LAX/keP0JepuxSKii9UFJFIqcwuwWumMUTq47VEkJ533pZB496uDulMOUinKdYlWVCjhtSYRwylR+KzNEJ2zsKfSZeq+StTUy0m0EbZzKfQRVDVJMTaw5KdbdETzQ58M3ZYJacpAGo6oqjhVVNVdl817HCVhb3Qp9uuLmlYqFJAw5jW1MSyw5Wn9+jBd6Ud4q44Txp5eoctpqeAUFVyOnKKr4Bkt5SuNoXBrR4pqhF6+kpK0pIa+OQ8t1ap7SqtjCh99aQFcBOxG8KH1UmMrCrmNb64lUeZNcEPJVfUy5J2W0Av9TlGRVNjYjo6+l5aoRxAaFG0a7huGhx4W0qrgVEKAxX2EkWSxxRJGgq6dn07LrVAVxafvRakzjtIUgxHFrOGj73DgReUBqQYqXYXXqg9D/qhTMiWLBEYdQso3npWtVZoz1CRxrkdbBGsi+JzlqmVz9WMTe9uRlIqwPY5iiUy5UkL9yKnoW1GNLJ4YWVpPWPsi7JjpokXky7grGzE6sEmjgHO86Y724IXmZapJlkAvF9si5heNKoaSVlqsqq9ARJ0q9SCJulEPveoFwZG+wEl7X165NnMyjbARK6HhVIXmxwXyWtJzI5zYEqQSipsPBSoR3miaPqKoK6sTobNdp1J6Rp5OXLS9REqhb8SBhLkWM4nhKBFZQxpas81UqjoGMk9U6Z8Utj2/8pMBLExDkx6ixXsy7wZSmA2kTzj/bYqZ03XL7LZ6U7PGl24rh6hJaWCgyL4PXNwlioxCKpqBQEXC9WrRzm2TKHtnLNvEczVzk0fGqBYKagPVMGRS7kofUZWrVyUpBp+ig9NCU36ykKqvSpGsIa+9CG7k1bqO1K3bieIpEuOjSCzy3Fo9jSFN6WV8Kgo3IX+cR71Msb4YizW87y+HsZqO3bZP0BjFIzQqKOzJmPiSraVVRI0jJD06sTljNUmlh9TY+TPW3V5AxVN2zxNpb+mxwKoOVzVkbSoGY+QZSzEvU4GSsb6lEtnByo5c/26Tt01F1ayxGB2QW6B5KTKftl7I7BHz7rWXANV5VUu1yHMKs7Qjq8d1IFL4+qo6QzZyJoO8gK956bJmkF9dnevZk/7dkVNOn26DpfA4+4CNIblOOnFrIjbFd4dQGIOuL6hmktJLsiHMryzl+ZKE9DJxt1VKaY7IuXiRspLK8nNYKnl/O2VZhLmCAurvyJJmoC3dqlzRgamvooWiGxKyyCV2tJ4g+NLw8huL5cRwD68qkw5nZt/a81L1+8H+cmGFyg5JTQmW8jN9MF4evves70hZU0AU5AtAOBrKaMWBEi2mZvASceGTlHBHBWoauvQEuRUqSeAr4JklejS7qyKnaYjBgnykGs5ZDY9simGn8tVzdHt+nEEtT2j1jMrBs1UofGOJbxg3KbHlQn5sX3Iukq/d7SERhcgoo+GAsBIpVbUVMbngS5x34A8ntS48qJdbS48hAnJxceitg6siD5+/zriQTtUh62R9a0AlcqktBd54k1iaPOJQhNLxKJFG2NsVVMkn4bA5tgrIB3mUCJR7UIphsCV1vFXFLLEkRqprMnLYSzzPl7coG8x8O+hCmElMv6o8rh9XlxPeCZMKior2HnXVlWcXKAfeKcc2OQPQUsnyXyP4SxLP5TuOnJTVBCGhrOZHN5M54AoL66NId/C5l8XKOAVJ01+RfKo5EqYQTTZJWY6voExY71m3bFMqATU/YFBjYfvvQw4VUlrps2ImLsXFQs3kwJfRJepqRpLGWO8ouNUWOjyLFqKYEFO0G+HZnC6eZVl4KUrF0tN2LSQDQs95CXebCYuJsWO9aSqzdlMsbzuIy4YgZ69+VchZ9XR8VVWbcuAjh0ZfXJ3BufMJJuwsi6QZFE8+8U3QyHdxl1C346yYGyg7qdXROAKkoWXZnEzZWrxzfehqmb3oA6ye2jTTLjUdFGmKJHFwcZcQWwAU5DrMfp4+ydHRkVzoi3iCfQgJxUGW0XfDaGWgFNJSrhyKilIgFQ9xlNSiVi+50ab7FsGlYSDR+u665WuXkG8qbmfcp3x2Wt8R5QH28JJLNS1VvbO4kjVW0U66jbtTy+azuPIz6cDGmAoD6C2n3KZvbmWhi1x3eaOjb1LKfCn2rDDTjsgDkM8qtFX8BHGzxEdK8Q2vtNy5OBMlND5MkEfIQRv2VtDUXi6ljo27g8YFtnmdOIZessLCDVclZtDY+Q7tJw3cQO4sbKZKqAEIirJ7GvURNwl3rv8iplXH5ptZIcohv7K7pogUR0IJRvfpo6lbcZwm5IVttzpFEkqPTsgKQgXVG3q3uCfKuUt3M79H9QDj+Rvy6HQuPnq/pOq25VFTQMRBthZUy8tau32NUwLjuQ+BooA+5JPyIAxLJKGMaUMl3JiwTQyvefLI8e7hqPtO2UfJyUq7QTHlT/1m8ern03vFwkc5A50bJe+bYiDEttLtpyTQDVsbnrBTXHFJ8nV/dBXN8Qk2OaRl2C0uVFQ+hNBX3M5DJAqz+NY+KZL1vZKlT3umNCICie0EZB96lnusrgkk3bi2NLHeUJHAj6+rvoJ2chT3PWpTicweFQt+BqS7QO7VUKqvbgO5Kj1kkdv6DlthMeOx8wbYk2+51jy6PXUlFbBK083VAtHnjc6NyHtWVDr0omOjGUCc2VdRxVeP5MMcJ3ikeYb0khyMNSDSywHTaXftR6saVY5yygSnnSKkdi75Cz1L83XXklaOSyI6I25ONpHjeC/C4lbrPQfwcoZvJdBX+sZpluKs5g7Zq3PTnRV26YShnkZUTJ1cLbZa/JOe6iRKNR2MM7W3/GXcYaI06YvrjFkYw8dKx5Dw7J3pq0ntsnOLT0DXy3OoMHHyyjxDRu4a1jRwlCGfLUFkQzqltNRmzV7VUZ7TjPHDhkLMI1ZTKidJBGLKCqsvUVkv27BcgqdUipPQhyKwoZX5FRJnY5mOXqdabclBr44OgV5Cig/v6gOVm5+a1qrcoxJ7ZX5dPJeRSzJF06VC+ZCJuNvOB2WVGKkxrkE18aHZe68+x6xJgvJRKd8+OFeadh/psxkVhWhyOi9WCsSQptIXtDpIKutr7fmGSty5waOtfb8ZbfFWyRJ4lX2srOMOAXXAo962/74CrmXhgufTxYzhvLbLgbtK7SGMCWXaKaZuvS6p8sx1YFNLeazZXSZ/dzZucdNqgaOFuuT8rF/omHoQUbfI9eAtDh+BzjpV+N1HqSszi1KJySZ+SUdfgtC9cK7If27M6Mlht1TzvNCzXGDLKKEh1wVZ5ES7BO8e+NBBuj50hpu07nb2vLUz1hEt+PFpHSs9NWB97aQQ+ki3EupMw2mEU2ji4aM4YHEgKtY+VuCeNmS9pSC5zSf/taTXNC+6ob1u3Dj3XNIDoIRu0cnRL6Z4kHD9XrUtul6sDTzel0/o9q2r1BkiFDcpzSg5tqGwZupDrYWK5FpTdI7pU1Rc44hlwzOvbe8ZsjccDd+pHSjICjoTB6nHV5cf7KOy1I2a+gxblHM+QbXQI+t7feasJFGbS+p4fUWlbnR9QJnhQHwjFnpEN45sJVQK2SVONKVyZBQnDfnUTrJUOmZLZq88phgTKomZ0l0GK+fDRk4eKSmKySGqdPCYR6qVwh7yWHEDy7AcXcUGlaabY4wH+WWzpVnasVwrJk/SRBdf9ifv+jOSDnHh4x0tZXl4Tko11ysfT5Qf5TDQulEr7tK2XRcrrc7pMl8+YhyWggz7kMPVmwYyaV+pZZMKKvqwc8dYRXeSgOzocajwJmJRdhFCTGcYmB/UkqCRsWgc8SGSk8YYMVE5NYQMxpJ33y1ddfiM4v4mdTVQGENEP8kNpfaSJO+em/dL92wMF0bl6BWF5p1hKKDXjARe6DulKqoVeeFmGyRfpxN+qy0D7HbTt+5UxLLw3XIQ3vnGq4pCLBSZLYonBy2kd+PaDloXTShUTaG5Ku2E7KSGC1jKPmpNzUp1MUukvkP/mlWutnf9THvXEwKiWJRSzdP7Gm4Vu+Lpidcz6RbK7OiQXzimOVd0XvaBrlIcFbcoDiOfYg67GfjMXxyuYqH4/gI3TDHj7JKsTfbyOOGV7hVoy0mEkTPURqJppPBdktKx5q5KXdyZVS8S6bNcymhcdbePo+pWnHpS2Z+6KJk4smojV3ciwTpzK5PK1uNVp93qyjtzmkMoO5MASR5DYTwmzZ8OUihpsBSpw+OHBHybvmpuFB1ltXwZ01/dPeY4U1K0oA3zaFPBxYHFuhC8oHBS6lh2waQh5Zk/FW3YrL0YcRepJZj0lO67mpQR4xWK1W8J1ZY04hW04iQ5SlZNVQT7IuHJ8WpqKpug6N42mMwdpVZ7iBP/fQMpLMrB4f14qR44etNO+3CBD1w1EEofw/XLJxqlpf7M4hO2iT3UOfOKtLmSUCLKxdtLC4rhapUynHJyqmGy59YT9YNzcXIH2o6L1PyDrC9x/SF4e02ZtrmplFxLfnOfoLwT2OoZ2ixByH9l4Usiqse0TMRuZBHoKKvvVrMtTLtnLRC9ziwHpES8sweAbJIrM6bgW58cblczqTq/U5EkYjRk58MfskC6HcREkeVOZu/oxQAbRUJN0t5quohq0Y2Z3OfNlWQ6NcD66PeIvHr07g4feIEUoZCcapqS+0iq6BG3U5fmW5KUVYRkPQa7BMgnfer+ymzsmfaKSTcmMRgxL2o4YEW4BRTFLLmQr5cqvj/n4iDmiD/LopKKFI2cPqjEmih6bSmX5DlsxKDp1nBw8Q1iZCIr59ZQ0Sm3u11Dkmf6LM9zzCwnRFnOtXlve0k61o4jhpRrUB6jJVJJnEBrTu72FxUlAt+0LsPg1o6rMJzVRUQhKThJ4RpRQCBx0DDP/TJO/UQ8FjAJb2qtl0KJSSe1fPH50u8GXcXpEDRf24jW60Md6lKLUpYT7siv/STjsUBhsGofUSRDIcXw7mJaOpspkJpbRTF5TYmy8Z5TDG1xltUo3oFEg6FZ8VEJC375rFhOpCXFMWhlVLRK6aQv6bis6V9d2jlI7E+srJq4PdLPkB5+cgC36SO+KShIZUzR1sG30QNFFApEGDmmWLuWxcqMui3rs5yl8UGAuPJKmns1UpJcLoUIB/u0TaE2CC08U5STY+ANRbnhPlSbWCoyyNY05OqobOHUekubOpMeyZ1YrNPpt7vFPBGlobpSLx+aA2lerkCec/YOZXrNktnSnunOgJVNe9+Kp8idJPHYJOtJLTmCWR9Szox3mCopqQDLdcjLR0JrTVnq2yHGEvGGuXMcvnw7SFe8SuNG51XUKSzPRYgTk0Ra6bwRGnP0RYIS6eI8DSjiysBKPPLIl6nW6uyTOZOrFMhu7B7zIKbvCLk9XQdcORY8413cypsQkUXDZtCrBViIAa+GInilDNRhqATZ66gT4wH4gvIjSuZMkJcXMbSUPi+DNSsTFOYungLdSOYQ6mlZAyVIc53gnZKoChijqmp5WnQaCgVKAJeolJi7EZ+fVYe4TyiV71N2xS9yzWGSJckvsF4Du2NRpsNHGDz1MBzTjlluRmbPRc+cw2RghaSr/ukTHxH2STnq4jHuesiuqb4VWyiifB29fhYWgqjno5Ck9qk3xFErFN+vI7jFM9qLCYVGEpAmOIXW/VYpeTYy+WyVrFj0Whuw5UHlGHNeOL5/YiY1UsoByn7T+PyUv0h1uN1GStsJbZayJjvL6fhDndlGIRFqlxvKwVkNXIRE8F31wPxYotJlCRxSlZdJ6JXHpu5NMlnZHkIEf00n+68RdZT79QoNkCHk8SGqnaKlneeOIQjvY/EaaiJphfcg5LszqftSgyP02FW0iN8sb24NPRaOG+zUfOflq9UCGFbMk7xOTekpfciP4jYk4BVJ2vLT5xcsjTeeKuu0I1CJpKbWGS2qxg5F/tJd7fMK6ADKPTawZraq2IXMaVyUvxrDqJaHetBHngZeYsOinO679lwBI4hhlmYshA+3n4qwYjmb9U/XxZFkXmfGLrTcYHcgiDFooVFR46VYaQ6KoKa3v+S0gOcKO2FZEHRmTb2BY3v5jLS8Z+XdpJsG85bLvWTd7TR72knTEZUQk4tcSGZ4ZJSctXc8apWrYbEwfD3CzKil5wcugbD9TilJ3Zy2+vxyqzW/EZU8tlWisor7klJu6Cyk/ApYxRCsmCBquZIgS775LnBB18j3xbL55Euc9PGJ2jefR0qFXqj4QXVjwsUkNTqheMwDgVG16iAh1xuxUZyGfyXEjihqQKyuYpGvOK/e05L6UGgXB+eWtmQSXymS78iPDaAa5c/mcykVznwp2g1FNjzSnuqoKrbQMnS2aYIQ3mklF4+XKF/Dd3mROoUdnL9K6fsBaP8x2IobIngAAAAASUVORK5CYII=");
    background-repeat: repeat;
    background-position: left top;
    background-blend-mode: overlay
}

.bg-gradient-gen-violetGreen {
    background-image: linear-gradient(135deg,#7D37F0,#28D7B9) !important
}

.bg-gradient-gen-violetYellow {
    background-image: linear-gradient(135deg,#7D37F0,#FFE606) !important
}

.bg-gradient-gen-violetBlue {
    background-image: linear-gradient(-55deg,#7D37F0,#0F234B) !important
}

.bg-gradient-gen-cyanCyan {
    background-image: linear-gradient(135deg,#32d7f5,#099db8) !important
}

.bg-gradient-gen-grayWhite {
    background-image: linear-gradient(180deg,#e9ecef,transparent) !important
}

.bg-gradient-gen-whiteGray {
    background-image: linear-gradient(180deg,transparent,#e9ecef) !important
}

.bg-gradient-gen-greenYellow {
    background-image: linear-gradient(-55deg,#FFE606,#28D7B9) !important
}

.bg-gradient-gen-greenLightgreen {
    background-image: linear-gradient(135deg,#28D7B9,#BFF3EA) !important
}

.bg-image-svg-a {
    background: url('data:image/svg+xml,%3csvg height="634" viewBox="0 0 950 634" width="950" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"%3e%3clinearGradient id="a" x1="-3.131694%" x2="96.165468%" y1="43.149475%" y2="41.98465%"%3e%3cstop offset="0" stop-color="%2351eddd"/%3e%3cstop offset="1" stop-color="%23fff" stop-opacity="0"/%3e%3c/linearGradient%3e%3clinearGradient id="b" x1="0%" x2="100%" y1="50%" y2="50%"%3e%3cstop offset="0" stop-color="%2328d7b9"/%3e%3cstop offset="1" stop-color="%237d37f0"/%3e%3c/linearGradient%3e%3cg fill="none" fill-rule="evenodd"%3e%3cpath d="m-33-58h983v789h-983z" fill="url(%23a)"/%3e%3cpath d="m-176 76 1510 630" opacity=".4" stroke="%23001487" stroke-dasharray="10 10" stroke-width="10"/%3e%3cg opacity=".4" stroke="url(%23b)" stroke-width="30" transform="translate(494 -3)"%3e%3ccircle cx="340" cy="340" r="85"/%3e%3ccircle cx="340" cy="340" r="145"/%3e%3ccircle cx="340" cy="340" r="205"/%3e%3ccircle cx="340" cy="340" r="265"/%3e%3ccircle cx="340" cy="340" r="325"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e') center/cover no-repeat
}

.bg-image-svg-b {
    background: url('data:image/svg+xml,%3csvg height="634" viewBox="0 0 950 634" width="950" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"%3e%3clinearGradient id="a"%3e%3cstop offset="0" stop-color="%2328d7b9"/%3e%3cstop offset="1" stop-color="%2328d7b9" stop-opacity="0"/%3e%3c/linearGradient%3e%3clinearGradient id="b" x1="7.645%" x2="68.826%" xlink:href="%23a" y1="54.243%" y2="50%"/%3e%3clinearGradient id="c" x1="7.645%" x2="68.826%" xlink:href="%23a" y1="54.24%" y2="50%"/%3e%3clinearGradient id="d" x1="50%" x2="50%" y1="0%" y2="100%"%3e%3cstop offset="0" stop-color="%23001487" stop-opacity=".102"/%3e%3cstop offset="1" stop-color="%23001487"/%3e%3c/linearGradient%3e%3clinearGradient id="e" x1="119.71%" x2="23.456%" y1="108.214%" y2="18.211%"%3e%3cstop offset="0" stop-color="%237d37f0"/%3e%3cstop offset="1" stop-color="%237d37f0" stop-opacity="0"/%3e%3c/linearGradient%3e%3cg fill="none" fill-rule="evenodd"%3e%3cg opacity=".376"%3e%3cpath d="M-16 97.151l72.313-41.75 71 41.5h-71z" fill="url(%23b)" transform="rotate(90 257.887 459.008)"/%3e%3cpath d="M619.023 329.874l42.47-72.44 83.537-.31z" fill="%2328d7b9"/%3e%3cpath d="M745.03 257.124l-83.553.337-41.734-72.34 62.484 36.4z" fill="%230046b9"/%3e%3c/g%3e%3cg opacity=".8"%3e%3cpath d="M-8.11 49.223L28.542 28.07 64.53 49.097H28.542z" fill="url(%23c)" transform="rotate(90 -114.786 373.21)"/%3e%3cpath d="M208.951 553.3l21.653-36.75 42.433-.25z" fill="%2328d7b9"/%3e%3cpath d="M272.696 516.385l-42.344.164-21.156-36.66 31.67 18.45z" fill="%230046b9"/%3e%3c/g%3e%3cpath d="M-215-43h693v721h-693z" fill="url(%23d)" transform="rotate(52 131.5 317.5)"/%3e%3cpath d="M398 108h356v356H398z" fill="url(%23e)" transform="rotate(-63 576 286)"/%3e%3c/g%3e%3c/svg%3e') center/cover no-repeat
}

.bg-image-svg-c {
    background: url('data:image/svg+xml,%3csvg height="634" viewBox="0 0 950 634" width="950" xmlns="http://www.w3.org/2000/svg"%3e%3clinearGradient id="a" x1="26.581%" x2="116.584%" y1="111.34%" y2="15.086%"%3e%3cstop offset="0" stop-color="%230046b9"/%3e%3cstop offset="1" stop-color="%237d37f0" stop-opacity="0"/%3e%3c/linearGradient%3e%3clinearGradient id="b" x1="26.581%" x2="116.584%" y1="111.34%" y2="15.086%"%3e%3cstop offset="0" stop-color="%23ffc300"/%3e%3cstop offset="1" stop-color="%237d37f0" stop-opacity="0"/%3e%3c/linearGradient%3e%3clinearGradient id="c" x1="0%" x2="67.179%" y1="50%" y2="50%"%3e%3cstop offset="0" stop-color="%23ffc300"/%3e%3cstop offset="1" stop-color="%230f234b"/%3e%3c/linearGradient%3e%3cpattern id="d" height="5" patternUnits="userSpaceOnUse" width="5"%3e%3cpath d="M0 0h2v2H0z" fill="%2379768f"/%3e%3c/pattern%3e%3cg fill="none" fill-rule="evenodd"%3e%3cpath d="M411-323h750v750H411z" fill="url(%23a)" opacity=".6" transform="rotate(-63 786 52)"/%3e%3cpath d="M-71.938-284.422h750v750h-750z" fill="url(%23b)" opacity=".5" transform="rotate(-74 303.063 90.578)"/%3e%3ccircle cx="782.5" cy="136.5" fill="url(%23c)" opacity=".4" r="84.5"/%3e%3cpath d="M389.406 112.43l485 970h-970z" fill="url(%23d)" transform="rotate(154 389.406 597.43)"/%3e%3c/g%3e%3c/svg%3e') center/cover no-repeat
}

.bg-image-svg-d {
    background: url('data:image/svg+xml,%3csvg height="634" viewBox="0 0 950 634" width="950" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"%3e%3clinearGradient id="a" x1="55.703125%" x2="168.025841%" y1="57.472957%" y2="50%"%3e%3cstop offset="0" stop-color="%23ffc300"/%3e%3cstop offset="1" stop-color="%237d37f0"/%3e%3c/linearGradient%3e%3clinearGradient id="b" x1="0%" x2="50%" y1="50%" y2="58.55012%"%3e%3cstop offset="0" stop-color="%2328d7b9"/%3e%3cstop offset="1" stop-color="%23ffc300"/%3e%3c/linearGradient%3e%3clinearGradient id="c"%3e%3cstop offset="0" stop-color="%237d37f0"/%3e%3cstop offset="1" stop-color="%2328d7b9"/%3e%3c/linearGradient%3e%3clinearGradient id="d" x1="66.622027%" x2="39.665791%" xlink:href="%23c" y1="9.369894%" y2="88.965482%"/%3e%3clinearGradient id="e" x1="67.194406%" x2="39.309933%" xlink:href="%23c" y1="9.369894%" y2="88.965482%"/%3e%3cg fill="none" fill-rule="evenodd"%3e%3cg opacity=".322945" stroke="url(%23a)" stroke-width="58.5" transform="translate(-663 -663)"%3e%3ccircle cx="663" cy="663" r="165.75"/%3e%3ccircle cx="663" cy="663" r="282.75"/%3e%3ccircle cx="663" cy="663" r="399.75"/%3e%3ccircle cx="663" cy="663" r="516.75"/%3e%3ccircle cx="663" cy="663" r="633.75"/%3e%3c/g%3e%3ccircle cx="751.5" cy="406.5" fill="url(%23b)" opacity=".5" r="324.5"/%3e%3cg opacity=".598865" transform="matrix(.8660254 .5 -.5 .8660254 586.391361 171.936879)"%3e%3cpath d="m64.5814157 92.1313972 64.0000003-37v73.9999998l-64.0000003 37z" fill="url(%23d)"/%3e%3cpath d="m.95001851 91.9185843 63.99999999-37v73.9999997l-63.99999999 37z" fill="%23001487" transform="matrix(-1 0 0 1 65.900038 0)"/%3e%3cpath d="m32.6047748 36.9694323 64.0253503-36.95629506.0075848 73.92572736-64.0253503 36.9562954z" fill="%230f234b" transform="matrix(-.5 .8660254 .8660254 .5 48.907162 -28.236563)"/%3e%3c/g%3e%3cg opacity=".304385" transform="matrix(.96592583 -.25881905 .25881905 .96592583 506.772313 447.065107)"%3e%3cpath d="m93.1303285 134.847521 94.9999995-54.0000003v108.0000003l-94.9999995 54z" fill="url(%23e)"/%3e%3cpath d="m.726528 135.701952 93-53.9999997v107.9999997l-93 54z" fill="%23001487" transform="matrix(-1 0 0 1 94.453056 0)"/%3e%3cpath d="m47.5020849 53.8951965 93.3232141-53.85015455.026005 107.74535105-93.3232141 53.850155z" fill="%230f234b" transform="matrix(-.5 .8660254 .8660254 .5 71.253127 -41.138012)"/%3e%3c/g%3e%3cpath d="m0 253 1076 392" opacity=".4" stroke="%23001487" stroke-dasharray="20 20" stroke-width="5"/%3e%3c/g%3e%3c/svg%3e') center/cover no-repeat
}

.bg-image-svg-e {
    background: url('data:image/svg+xml,%3csvg height="634" viewBox="0 0 950 634" width="950" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"%3e%3clinearGradient id="a" x1="50%" x2="50%" y1="0%" y2="100%"%3e%3cstop offset="0" stop-color="%23001487" stop-opacity=".102327"/%3e%3cstop offset="1" stop-color="%23001487"/%3e%3c/linearGradient%3e%3clinearGradient id="b" x1="7.645373%" x2="77.169613%" y1="100%" y2="0%"%3e%3cstop offset="0" stop-color="%2328d7b9"/%3e%3cstop offset="1" stop-color="%2328d7b9" stop-opacity="0"/%3e%3c/linearGradient%3e%3clinearGradient id="c" x1="-20.136834%" x2="100%" y1="100%" y2="16.050296%"%3e%3cstop offset=".00060705237" stop-color="%237d37f0"/%3e%3cstop offset=".521035684" stop-color="%2328d7b9"/%3e%3cstop offset="1" stop-color="%237d37f0"/%3e%3c/linearGradient%3e%3clinearGradient id="d" x1="-17.326183%" x2="87.090934%" y1="50%" y2="20.057672%"%3e%3cstop offset=".00060705237" stop-color="%23ffc300"/%3e%3cstop offset="1" stop-color="%2328d7b9"/%3e%3c/linearGradient%3e%3clinearGradient id="e" x1="35.761834%" x2="80.963388%" y1="100%" y2="15.837648%"%3e%3cstop offset=".00060705237" stop-color="%23001487"/%3e%3cstop offset=".521035684" stop-color="%237d37f0"/%3e%3cstop offset=".812790329" stop-color="%230f234b"/%3e%3cstop offset="1" stop-color="%23001487"/%3e%3c/linearGradient%3e%3cpattern id="f" height="5" patternUnits="userSpaceOnUse" width="5"%3e%3cpath d="m0 0h2v2h-2z" fill="%230f234b"/%3e%3c/pattern%3e%3cg fill="none" fill-rule="evenodd"%3e%3cpath d="m-62-44h1057v716h-1057z" fill="url(%23a)" opacity=".527576"/%3e%3cpath d="m-191 40h678v678h-678z" fill="url(%23b)" transform="matrix(.4539905 -.89100652 .89100652 .4539905 -256.882067 338.806566)"/%3e%3ccircle cx="147.5" cy="232.5" fill="url(%23c)" opacity=".4" r="84.5"/%3e%3ccircle cx="581" cy="517" fill="url(%23d)" opacity=".520485" r="97"/%3e%3ccircle cx="747" cy="184" fill="url(%23e)" opacity=".662272" r="143"/%3e%3ccircle cx="677.5" cy="148.5" fill="url(%23f)" r="368.5"/%3e%3c/g%3e%3c/svg%3e') center/cover no-repeat
}

.bg-image-svg-f {
    background: url('data:image/svg+xml,%3csvg height="634" viewBox="0 0 950 634" width="950" xmlns="http://www.w3.org/2000/svg"%3e%3cpattern id="a" height="5" patternUnits="userSpaceOnUse" width="5"%3e%3cpath d="M0 0h2v2H0z" fill="%230f234b"/%3e%3c/pattern%3e%3clinearGradient id="b" x1="-17.326%" x2="87.091%" y1="50%" y2="20.058%"%3e%3cstop offset=".001" stop-color="%237d37f0"/%3e%3cstop offset="1" stop-color="%2328d7b9"/%3e%3c/linearGradient%3e%3clinearGradient id="c" x1="30.932%" x2="87.091%" y1="44.577%" y2="20.058%"%3e%3cstop offset="0" stop-color="%23001487"/%3e%3cstop offset=".999" stop-color="%23ffc300"/%3e%3c/linearGradient%3e%3clinearGradient id="d" x1="45.321%" x2="58.868%" y1="26.944%" y2="118.477%"%3e%3cstop offset="0" stop-color="%237d37f0"/%3e%3cstop offset="1" stop-color="%237d37f0" stop-opacity="0"/%3e%3c/linearGradient%3e%3cg fill="none" fill-rule="evenodd"%3e%3cpath d="M425.009.003v694l-424.242.002C97.83 607.99 159.01 482.392 159.01 342.503 159.01 207.417 101.96 85.656 10.638 0z" fill="url(%23a)" transform="translate(541.991 -25.003)"/%3e%3cpath d="M-25.19 654.63l67.498-154.745 82.011 146.909 67.283-154.734 82.226 146.898 67.068-154.722 82.441 146.887 66.852-154.71 82.658 146.874 66.636-154.7 82.873 146.865 66.42-154.688 83.089 146.853L938.07 452.94l83.304 146.841" opacity=".197" stroke="%237d37f0" stroke-width="7"/%3e%3ccircle cx="854.5" cy="220.5" fill="url(%23b)" opacity=".52" r="75.5"/%3e%3ccircle cx="231.5" cy="317.5" fill="url(%23c)" opacity=".636" r="469.5"/%3e%3cpath d="M684.066-148L1085 608H296z" fill="url(%23d)" opacity=".504" transform="rotate(-143 690.5 230)"/%3e%3c/g%3e%3c/svg%3e') center/cover no-repeat
}

.bg-image-svg-g {
    background: url('data:image/svg+xml,%3csvg height="634" viewBox="0 0 950 634" width="950" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"%3e%3clinearGradient id="a" x1="99.83768%" x2="50%" y1=".324641%" y2="100%"%3e%3cstop offset="0" stop-color="%230046b9"/%3e%3cstop offset="1" stop-color="%230046b9" stop-opacity="0"/%3e%3c/linearGradient%3e%3clinearGradient id="b" x1="21.455705%" x2="116.584358%" y1="79.963446%" y2="15.085924%"%3e%3cstop offset="0" stop-color="%23ffc300"/%3e%3cstop offset="1" stop-color="%237d37f0" stop-opacity="0"/%3e%3c/linearGradient%3e%3cpattern id="c" height="5" patternUnits="userSpaceOnUse" width="5"%3e%3cpath d="m0 0h2v2h-2z" fill="%230f234b"/%3e%3c/pattern%3e%3clinearGradient id="d" x1="66.656907%" x2="39.644105%" y1="9.369894%" y2="88.965482%"%3e%3cstop offset="0" stop-color="%237d37f0"/%3e%3cstop offset="1" stop-color="%2328d7b9"/%3e%3c/linearGradient%3e%3cg fill="none" fill-rule="evenodd"%3e%3cpath d="m336-126h614v614h-614z" fill="url(%23a)"/%3e%3cpath d="m148 120h436v436h-436z" fill="url(%23b)" opacity=".572568" transform="matrix(.9961947 -.08715574 .08715574 .9961947 -28.065901 33.185194)"/%3e%3cpath d="m-127 373h673v766h-673z" fill="url(%23c)" transform="matrix(-.95630476 -.2923717 -.2923717 .95630476 630.878855 94.285477)"/%3e%3cpath d="m797-256-425 937" opacity=".286226" stroke="%23fff" stroke-dasharray="10 10" stroke-width="17" transform="matrix(-1 0 0 1 1169 0)"/%3e%3cg opacity=".598865" transform="matrix(.8660254 .5 -.5 .8660254 732.338803 33.688167)"%3e%3cpath d="m86.4663337 123.191657 86.0000003-49.6666663v99.3333333l-86.0000003 49.666667z" fill="url(%23d)"/%3e%3cpath d="m.88045382 122.952565 85.99999998-49.6666666v99.3333336l-85.99999998 49.666666z" fill="%23001487" transform="matrix(-1 0 0 1 87.760908 0)"/%3e%3cpath d="m43.7183524 49.5877415 85.8708856-49.55725277.017602 99.14499437-85.8708849 49.5572529z" fill="%230f234b" transform="matrix(-.5 .8660254 .8660254 .5 65.577528 -37.861204)"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e') center/cover no-repeat
}

.bg-image-svg-h {
    background: url('data:image/svg+xml,%3csvg height="634" viewBox="0 0 950 634" width="950" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"%3e%3clinearGradient id="a" x1="-17.326183%" x2="87.090934%" y1="50%" y2="20.147792%"%3e%3cstop offset=".00060705237" stop-color="%23ffc300"/%3e%3cstop offset="1" stop-color="%2328d7b9"/%3e%3c/linearGradient%3e%3clinearGradient id="b" x1="50%" x2="50%" y1="0%" y2="100%"%3e%3cstop offset="0" stop-color="%237d37f0"/%3e%3cstop offset="1" stop-color="%237d37f0" stop-opacity="0"/%3e%3c/linearGradient%3e%3clinearGradient id="c" x1="7.694912%" x2="68.804025%" y1="100%" y2="50%"%3e%3cstop offset="0" stop-color="%2328d7b9"/%3e%3cstop offset="1" stop-color="%2328d7b9" stop-opacity="0"/%3e%3c/linearGradient%3e%3clinearGradient id="d" x1="-2.043269%" x2="81.906435%" y1="-2.043269%" y2="118.093565%"%3e%3cstop offset=".00060705237" stop-color="%237d37f0"/%3e%3cstop offset=".521035684" stop-color="%2328d7b9"/%3e%3cstop offset="1" stop-color="%237d37f0"/%3e%3c/linearGradient%3e%3cg fill="none" fill-rule="evenodd" transform="translate(-257 -284)"%3e%3cellipse cx="332" cy="606.5" fill="url(%23a)" opacity=".238281" rx="332" ry="331.5"/%3e%3cpath d="m580.743705 157.552918 809.033655-.390948-.40674 841.905289-809.033651.390949z" fill="url(%23b)" transform="matrix(.61566148 .78801075 -.78801075 .61566148 834.309986 -553.968791)"/%3e%3cpath d="m404 234 653 827" opacity=".4" stroke="%2328d7b9" stroke-dasharray="10 10" stroke-width="2.5"/%3e%3cpath d="m234.677711 259.63832 442.874431.178469.178469 443.133761-442.874431-.178469z" fill="url(%23c)" transform="matrix(.4539905 -.89100652 .89100652 .4539905 -179.744676 669.272218)"/%3e%3cpath d="m115 92 1451 605" opacity=".4" stroke="%23ffe606" stroke-dasharray="5 5" stroke-width="5" transform="matrix(-1 0 0 1 1681 0)"/%3e%3ccircle cx="985.5" cy="516.5" fill="url(%23d)" opacity=".201525" r="122.5"/%3e%3c/g%3e%3c/svg%3e') center/cover no-repeat
}

.bg-image-svg-consulting {
    background: url('data:image/svg+xml,%3csvg height="634" viewBox="0 0 950 634" width="950" xmlns="http://www.w3.org/2000/svg"%3e%3clinearGradient id="a" x1="50%" x2="50%" y1="0%" y2="100%"%3e%3cstop offset="0" stop-color="%23001487" stop-opacity=".1"/%3e%3cstop offset="1" stop-color="%23001487"/%3e%3c/linearGradient%3e%3clinearGradient id="b" x1="7.5%" x2="25%" y1="100%" y2="15%"%3e%3cstop offset="0" stop-color="%2328d7b9"/%3e%3cstop offset="1" stop-color="%2328d7b9" stop-opacity="0"/%3e%3c/linearGradient%3e%3clinearGradient id="c" x1="-20%" x2="100%" y1="100%" y2="15%"%3e%3cstop offset="0" stop-color="%237d37f0"/%3e%3cstop offset=".5" stop-color="%2328d7b9"/%3e%3cstop offset="1" stop-color="%237d37f0"/%3e%3c/linearGradient%3e%3cpattern id="d" height="10" patternUnits="userSpaceOnUse" width="10"%3e%3cpath d="M0 0h5v5H0z" fill="%230f234b"/%3e%3c/pattern%3e%3cpath d="M-62-44H995v716H-62z" fill="url(%23a)" opacity=".5"/%3e%3cpath d="M254.143-110.941h854v854h-854z" fill="url(%23b)" transform="matrix(.25 -1 1 .25 200 890)"/%3e%3ccircle cx="740" cy="95" fill="url(%23c)" opacity=".4" r="240"/%3e%3ccircle cx="200" cy="450" fill="url(%23d)" opacity=".4" r="350"/%3e%3ccircle cx="235" cy="580" fill="url(%23c)" opacity=".4" r="120"/%3e%3c/svg%3e') center/cover no-repeat
}

.m-BreakpointDetector-value,.ppg-BreakpointDetector-value {
    display: block
}

.m-BreakpointDetector-value:before,.ppg-BreakpointDetector-value:before {
    content: "0"
}

@media (min-width: 576px) {
    .m-BreakpointDetector-value:before,.ppg-BreakpointDetector-value:before {
        content:"576"
    }
}

@media (min-width: 769px) {
    .m-BreakpointDetector-value:before,.ppg-BreakpointDetector-value:before {
        content:"769"
    }
}

@media (min-width: 992px) {
    .m-BreakpointDetector-value:before,.ppg-BreakpointDetector-value:before {
        content:"992"
    }
}

@media (min-width: 1300px) {
    .m-BreakpointDetector-value:before,.ppg-BreakpointDetector-value:before {
        content:"1300"
    }
}

@media (min-width: 1500px) {
    .m-BreakpointDetector-value:before,.ppg-BreakpointDetector-value:before {
        content:"1500"
    }
}

@media (min-width: 1800px) {
    .m-BreakpointDetector-value:before,.ppg-BreakpointDetector-value:before {
        content:"1800"
    }
}

.ppg-Form .form-row [class*="col-"] {
    margin-bottom: 0 !important
}

@media (max-width: 768.98px) {
    .ppg-Form .form-control,.ppg-Form .custom-select,.ppg-Form .form-check-label {
        font-size:16px
    }
}

.ppg-Form textarea {
    height: 17rem
}

.ppg-Form .form-check:not(.form-check-inline):not(:first-child) {
    margin-top: .5rem
}

form.ppg-u-animatedForm .form-group {
    position: relative
}

form.ppg-u-animatedForm label.ppg-Form-label--animated {
    position: absolute;
    left: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    line-height: 1;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: top .225s ease,left .225s ease,-webkit-transform .225s ease;
    transition: transform .225s ease,top .225s ease,left .225s ease;
    transition: transform .225s ease,top .225s ease,left .225s ease,-webkit-transform .225s ease;
    max-width: 90%
}

form.ppg-u-animatedForm .form-group-inner {
    position: relative
}

form.ppg-u-animatedForm .form-group-inner.ppg-Form-SingleSelect label.ppg-Form-label--animated {
    display: none
}

form.ppg-u-animatedForm .form-group-inner.ppg-Form-Date label.ppg-Form-label--animated {
    top: 0 !important;
    background-color: #fff;
    border-radius: .25rem;
    padding: 4px;
    margin-left: -4px;
    box-shadow: 0 -4px 0 -1px #0F234B;
    -webkit-transform: translateY(-25%) scale(0.7) !important;
    transform: translateY(-25%) scale(0.7) !important
}

form.ppg-u-animatedForm .form-group-inner.ppg-Form-Textarea label.ppg-Form-label--animated {
    top: 1.5rem;
    -webkit-transform: none;
    transform: none
}

form.ppg-u-animatedForm .form-control {
    padding-top: .375rem;
    padding-bottom: .125rem
}

form.ppg-u-animatedForm .ppg-Form-Textarea .form-control {
    padding-top: 1.5rem
}

form.ppg-u-animatedForm .is-required-indicator {
    position: absolute;
    right: 1rem;
    top: 0.5rem
}

form.ppg-u-animatedForm .ppg-Form-label--default .is-required-indicator {
    position: static;
    margin-left: 0.5rem
}

form.ppg-u-animatedForm .form-group .form-control[required]:valid+label.ppg-Form-label--animated,form.ppg-u-animatedForm .form-group .form-control:not([required]):not(.errorInput):valid+label.ppg-Form-label--animated {
    color: #01B955
}

form.ppg-u-animatedForm .form-group .form-control:invalid:not(.errorInput) {
    color: #e60037
}

form.ppg-u-animatedForm .form-group .form-control:invalid:not(.errorInput)+label.ppg-Form-label--animated {
    color: #e60037
}

form.ppg-u-animatedForm .form-group .form-control:focus+label.ppg-Form-label--animated {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    left: 1rem;
    top: 0.5rem
}

form.ppg-u-animatedForm .form-group .form-control[required]:valid+label.ppg-Form-label--animated,form.ppg-u-animatedForm .form-group .form-control:not([required]):not(.errorInput):valid+label.ppg-Form-label--animated,form.ppg-u-animatedForm .form-group .form-control:invalid:not(.errorInput)+label.ppg-Form-label--animated,form.ppg-u-animatedForm .form-group .form-control[type="date"]+label.ppg-Form-label--animated {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    left: 1rem;
    top: 0.5rem
}

form.ppg-u-animatedForm .form-control[disabled*="disabled"]+label.ppg-Form-label--animated {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    left: 0.5rem;
    top: 1rem
}

.row.ppg-u-gutter-cards {
    margin-right: -1.25rem;
    margin-left: -1.25rem
}

.row.ppg-u-gutter-cards>.col,.row.ppg-u-gutter-cards>[class*="col-"] {
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

.ppg-u-columns {
    -webkit-column-width: 20em;
    -moz-column-width: 20em;
    column-width: 20em;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem
}

@media (min-width: 576px) {
    .ppg-u-columns {
        -webkit-column-gap:2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem
    }
}

@media (min-width: 769px) {
    .ppg-u-columns {
        -webkit-column-gap:2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem
    }
}

@media (min-width: 992px) {
    .ppg-u-columns {
        -webkit-column-gap:2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem
    }
}

@media (min-width: 1300px) {
    .ppg-u-columns {
        -webkit-column-gap:2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem
    }
}

@media (min-width: 1500px) {
    .ppg-u-columns {
        -webkit-column-gap:6.5rem;
        -moz-column-gap: 6.5rem;
        column-gap: 6.5rem
    }
}

@media (min-width: 1800px) {
    .ppg-u-columns {
        -webkit-column-gap:6.5rem;
        -moz-column-gap: 6.5rem;
        column-gap: 6.5rem
    }
}

.m-Icon .ppg-Icon,.m-Icon .ppg-SocialShare .shariff li .fab,.ppg-SocialShare .shariff li .m-Icon .fab,.m-Icon .ppg-SocialShare .shariff li .far,.ppg-SocialShare .shariff li .m-Icon .far,.m-Icon .ppg-SocialShare .shariff li .fas,.ppg-SocialShare .shariff li .m-Icon .fas,.m-Icon .ppg-Card.ppg-Card--certificationsCard ul li:before,.ppg-Card.ppg-Card--certificationsCard ul .m-Icon li:before {
    width: 1em;
    height: 1em;
    background-size: contain;
    margin-right: .5rem;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: center;
    -webkit-print-color-adjust: exact
}

.m-Icon .ppg-Icon--someModifier {
    background-image: url(some-url.svg)
}

.m-Icon.m-Icon--replaceIt,.ppg-Icon.ppg-Icon--replaceIt,.ppg-SocialShare .shariff li .ppg-Icon--replaceIt.fab,.ppg-SocialShare .shariff li .ppg-Icon--replaceIt.far,.ppg-SocialShare .shariff li .ppg-Icon--replaceIt.fas,.ppg-Card.ppg-Card--certificationsCard ul li.ppg-Icon--replaceIt:before {
    opacity: 0
}

.m-Icon.m-Icon--replaceIt.replaced-svg,.ppg-Icon.ppg-Icon--replaceIt.replaced-svg,.ppg-SocialShare .shariff li .ppg-Icon--replaceIt.replaced-svg.fab,.ppg-SocialShare .shariff li .ppg-Icon--replaceIt.replaced-svg.far,.ppg-SocialShare .shariff li .ppg-Icon--replaceIt.replaced-svg.fas,.ppg-Card.ppg-Card--certificationsCard ul li.ppg-Icon--replaceIt.replaced-svg:before {
    opacity: 1;
    background-image: none
}

.ppg-Backdrop {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.ppg-Backdrop ~ * {
    position: relative;
    z-index: 2;
    color: white
}

.ppg-Backdrop.ppg-Backdrop--cover {
    background-color: rgba(0,0,0,0.75)
}

@media (max-width: 768.98px) {
    .ppg-Backdrop.ppg-Backdrop--left {
        background-color:rgba(0,0,0,0.75)
    }
}

@media (min-width: 769px) {
    .ppg-Backdrop.ppg-Backdrop--left {
        background-image:linear-gradient(to right, rgba(0,0,0,0.65) 25%, rgba(0,0,0,0) 90%)
    }
}

@media (max-width: 768.98px) {
    .ppg-Backdrop.ppg-Backdrop--right {
        background-color:rgba(0,0,0,0.75)
    }
}

@media (min-width: 769px) {
    .ppg-Backdrop.ppg-Backdrop--right {
        background-image:linear-gradient(to left, rgba(0,0,0,0.65) 25%, rgba(0,0,0,0) 90%)
    }
}

@media (max-width: 768.98px) {
    .ppg-Backdrop.ppg-Backdrop--top {
        background-color:rgba(0,0,0,0.75)
    }
}

@media (min-width: 769px) {
    .ppg-Backdrop.ppg-Backdrop--top {
        background-image:linear-gradient(to bottom, rgba(0,0,0,0.65) 25%, rgba(0,0,0,0) 90%)
    }
}

@media (max-width: 768.98px) {
    .ppg-Backdrop.ppg-Backdrop--bottom {
        background-color:rgba(0,0,0,0.75)
    }
}

@media (min-width: 769px) {
    .ppg-Backdrop.ppg-Backdrop--bottom {
        background-image:linear-gradient(to top, rgba(0,0,0,0.65) 25%, rgba(0,0,0,0) 90%)
    }
}

.ppg-Breadcrumb {
    font-size: .83333rem
}

.btn-primary {
    color: #212529;
    background-color: #FFE606;
    border-color: #FFE606
}

.btn-primary:hover {
    color: #212529;
    background-color: #ffe925;
    border-color: #ffe920
}

.btn-primary:focus,.btn-primary.focus {
    color: #212529;
    background-color: #ffe925;
    border-color: #ffe920;
    box-shadow: 0 0 0 .2rem rgba(222,201,11,0.5)
}

.btn-primary.disabled,.btn-primary:disabled {
    color: #212529;
    background-color: #FFE606;
    border-color: #FFE606
}

.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-primary.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-primary:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-primary:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-primary.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-primary.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #ffe920;
    border-color: #ffe81a
}

.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-primary.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-primary:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-primary:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-primary.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-primary.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222,201,11,0.5)
}

.btn-secondary {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-secondary:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-secondary:focus,.btn-secondary.focus {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 0 .2rem rgba(222,222,223,0.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-secondary.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-secondary:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-secondary:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-secondary.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-secondary.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-secondary.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-secondary:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-secondary:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-secondary.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-secondary.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222,222,223,0.5)
}

.btn-success {
    color: #fff;
    background-color: #01B955;
    border-color: #01B955
}

.btn-success:hover {
    color: #fff;
    background-color: #01d763;
    border-color: #01d261
}

.btn-success:focus,.btn-success.focus {
    color: #fff;
    background-color: #01d763;
    border-color: #01d261;
    box-shadow: 0 0 0 .2rem rgba(39,196,111,0.5)
}

.btn-success.disabled,.btn-success:disabled {
    color: #fff;
    background-color: #01B955;
    border-color: #01B955
}

.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-success.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-success:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-success:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-success.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-success.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #01d261;
    border-color: #01cd5e
}

.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-success.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-success:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-success:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-success.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-success.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(39,196,111,0.5)
}

.btn-info {
    color: #212529;
    background-color: #32d7f5;
    border-color: #32d7f5
}

.btn-info:hover {
    color: #212529;
    background-color: #4fddf6;
    border-color: #4adcf6
}

.btn-info:focus,.btn-info.focus {
    color: #212529;
    background-color: #4fddf6;
    border-color: #4adcf6;
    box-shadow: 0 0 0 .2rem rgba(47,188,214,0.5)
}

.btn-info.disabled,.btn-info:disabled {
    color: #212529;
    background-color: #32d7f5;
    border-color: #32d7f5
}

.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-info.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-info:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-info:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-info.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-info.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-info.dropdown-toggle {
    color: #212529;
    background-color: #4adcf6;
    border-color: #45dbf6
}

.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-info.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-info:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-info:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-info.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-info.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(47,188,214,0.5)
}

.btn-warning {
    color: #212529;
    background-color: #FFC300;
    border-color: #FFC300
}

.btn-warning:hover {
    color: #212529;
    background-color: #ffca1f;
    border-color: #ffc91a
}

.btn-warning:focus,.btn-warning.focus {
    color: #212529;
    background-color: #ffca1f;
    border-color: #ffc91a;
    box-shadow: 0 0 0 .2rem rgba(222,171,6,0.5)
}

.btn-warning.disabled,.btn-warning:disabled {
    color: #212529;
    background-color: #FFC300;
    border-color: #FFC300
}

.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-warning.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-warning:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-warning:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-warning.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-warning.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc91a;
    border-color: #ffc814
}

.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-warning.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-warning:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-warning:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-warning.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-warning.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222,171,6,0.5)
}

.btn-danger {
    color: #fff;
    background-color: #e60037;
    border-color: #e60037
}

.btn-danger:hover {
    color: #fff;
    background-color: #ff0641;
    border-color: #ff013d
}

.btn-danger:focus,.btn-danger.focus {
    color: #fff;
    background-color: #ff0641;
    border-color: #ff013d;
    box-shadow: 0 0 0 .2rem rgba(234,38,85,0.5)
}

.btn-danger.disabled,.btn-danger:disabled {
    color: #fff;
    background-color: #e60037;
    border-color: #e60037
}

.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-danger.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-danger:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-danger:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-danger.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-danger.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff013d;
    border-color: #fa003c
}

.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-danger.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-danger:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-danger:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-danger.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-danger.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(234,38,85,0.5)
}

.btn-light {
    color: #212529;
    background-color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-light:hover {
    color: #212529;
    background-color: #f9f9fa;
    border-color: #f6f7f8
}

.btn-light:focus,.btn-light.focus {
    color: #212529;
    background-color: #f9f9fa;
    border-color: #f6f7f8;
    box-shadow: 0 0 0 .2rem rgba(202,204,208,0.5)
}

.btn-light.disabled,.btn-light:disabled {
    color: #212529;
    background-color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-light.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-light:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-light:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-light.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-light.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #f6f7f8;
    border-color: #f3f4f6
}

.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-light.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-light:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-light:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-light.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-light.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(202,204,208,0.5)
}

.btn-dark {
    color: #fff;
    background-color: #0F234B;
    border-color: #0F234B
}

.btn-dark:hover {
    color: #fff;
    background-color: #142f65;
    border-color: #132d60
}

.btn-dark:focus,.btn-dark.focus {
    color: #fff;
    background-color: #142f65;
    border-color: #132d60;
    box-shadow: 0 0 0 .2rem rgba(51,68,102,0.5)
}

.btn-dark.disabled,.btn-dark:disabled {
    color: #fff;
    background-color: #0F234B;
    border-color: #0F234B
}

.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-dark.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-dark:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-dark:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-dark.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-dark.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #132d60;
    border-color: #122b5c
}

.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-dark.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-dark:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-dark:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-dark.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-dark.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(51,68,102,0.5)
}

.btn-white {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-white:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-white:focus,.btn-white.focus {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 0 .2rem rgba(222,222,223,0.5)
}

.btn-white.disabled,.btn-white:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-white:not(:disabled):not(.disabled):active,.btn-white:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-white.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-white:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-white:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-white.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-white.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-white:not(:disabled):not(.disabled):active:focus,.btn-white:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-white.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-white:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-white:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-white.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-white.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222,222,223,0.5)
}

.btn-infoRed {
    color: #fff;
    background-color: #e60037;
    border-color: #e60037
}

.btn-infoRed:hover {
    color: #fff;
    background-color: #ff0641;
    border-color: #ff013d
}

.btn-infoRed:focus,.btn-infoRed.focus {
    color: #fff;
    background-color: #ff0641;
    border-color: #ff013d;
    box-shadow: 0 0 0 .2rem rgba(234,38,85,0.5)
}

.btn-infoRed.disabled,.btn-infoRed:disabled {
    color: #fff;
    background-color: #e60037;
    border-color: #e60037
}

.btn-infoRed:not(:disabled):not(.disabled):active,.btn-infoRed:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-infoRed.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-infoRed:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-infoRed:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-infoRed.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-infoRed.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-infoRed.dropdown-toggle {
    color: #fff;
    background-color: #ff013d;
    border-color: #fa003c
}

.btn-infoRed:not(:disabled):not(.disabled):active:focus,.btn-infoRed:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-infoRed.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-infoRed:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-infoRed:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-infoRed.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-infoRed.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-infoRed.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(234,38,85,0.5)
}

.btn-infoBlue {
    color: #fff;
    background-color: #0046B9;
    border-color: #0046B9
}

.btn-infoBlue:hover {
    color: #fff;
    background-color: #0052d8;
    border-color: #0050d3
}

.btn-infoBlue:focus,.btn-infoBlue.focus {
    color: #fff;
    background-color: #0052d8;
    border-color: #0050d3;
    box-shadow: 0 0 0 .2rem rgba(38,98,196,0.5)
}

.btn-infoBlue.disabled,.btn-infoBlue:disabled {
    color: #fff;
    background-color: #0046B9;
    border-color: #0046B9
}

.btn-infoBlue:not(:disabled):not(.disabled):active,.btn-infoBlue:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-infoBlue.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-infoBlue:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-infoBlue:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-infoBlue.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-infoBlue.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-infoBlue.dropdown-toggle {
    color: #fff;
    background-color: #0050d3;
    border-color: #004ecd
}

.btn-infoBlue:not(:disabled):not(.disabled):active:focus,.btn-infoBlue:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-infoBlue.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-infoBlue:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-infoBlue:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-infoBlue.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-infoBlue.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-infoBlue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38,98,196,0.5)
}

.btn-gray {
    color: #212529;
    background-color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-gray:hover {
    color: #212529;
    background-color: #f9f9fa;
    border-color: #f6f7f8
}

.btn-gray:focus,.btn-gray.focus {
    color: #212529;
    background-color: #f9f9fa;
    border-color: #f6f7f8;
    box-shadow: 0 0 0 .2rem rgba(202,204,208,0.5)
}

.btn-gray.disabled,.btn-gray:disabled {
    color: #212529;
    background-color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-gray:not(:disabled):not(.disabled):active,.btn-gray:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-gray.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-gray:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-gray:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-gray.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-gray.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-gray.dropdown-toggle {
    color: #212529;
    background-color: #f6f7f8;
    border-color: #f3f4f6
}

.btn-gray:not(:disabled):not(.disabled):active:focus,.btn-gray:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-gray.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-gray:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-gray:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-gray.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-gray.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(202,204,208,0.5)
}

.btn-infoGrayUltralight {
    color: #212529;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-infoGrayUltralight:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-infoGrayUltralight:focus,.btn-infoGrayUltralight.focus {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 0 .2rem rgba(217,218,220,0.5)
}

.btn-infoGrayUltralight.disabled,.btn-infoGrayUltralight:disabled {
    color: #212529;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-infoGrayUltralight:not(:disabled):not(.disabled):active,.btn-infoGrayUltralight:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-infoGrayUltralight.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-infoGrayUltralight:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-infoGrayUltralight:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-infoGrayUltralight.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-infoGrayUltralight.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-infoGrayUltralight.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-infoGrayUltralight:not(:disabled):not(.disabled):active:focus,.btn-infoGrayUltralight:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-infoGrayUltralight.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-infoGrayUltralight:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-infoGrayUltralight:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-infoGrayUltralight.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-infoGrayUltralight.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-infoGrayUltralight.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(217,218,220,0.5)
}

.btn-cyan,.ppg-KnowledgeBaseMetaList-item .btn,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item {
    color: #212529;
    background-color: #32d7f5;
    border-color: #32d7f5
}

.btn-cyan:hover,.ppg-KnowledgeBaseMetaList-item .btn:hover,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:hover,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:hover,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:hover,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:hover {
    color: #212529;
    background-color: #4fddf6;
    border-color: #4adcf6
}

.btn-cyan:focus,.ppg-KnowledgeBaseMetaList-item .btn:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:focus,.btn-cyan.focus,.ppg-KnowledgeBaseMetaList-item .focus.btn,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a.focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .focus.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .focus.ppg-Article-meta-item {
    color: #212529;
    background-color: #4fddf6;
    border-color: #4adcf6;
    box-shadow: 0 0 0 .2rem rgba(47,188,214,0.5)
}

.btn-cyan.disabled,.ppg-KnowledgeBaseMetaList-item .disabled.btn,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.disabled,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a.disabled,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .disabled.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .disabled.ppg-Article-meta-item,.btn-cyan:disabled,.ppg-KnowledgeBaseMetaList-item .btn:disabled,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:disabled,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:disabled,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:disabled,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:disabled {
    color: #212529;
    background-color: #32d7f5;
    border-color: #32d7f5
}

.btn-cyan:not(:disabled):not(.disabled):active,.ppg-KnowledgeBaseMetaList-item .btn:not(:disabled):not(.disabled):active,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled):active,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:not(:disabled):not(.disabled):active,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled):active,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:not(:disabled):not(.disabled):active,.btn-cyan:not(:disabled):not(.disabled).active,.ppg-KnowledgeBaseMetaList-item .btn:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled).active,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:not(:disabled):not(.disabled).active,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled).active,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item.active a:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-cyan.dropdown-toggle,.ppg-KnowledgeBaseMetaList-item .show>.dropdown-toggle.btn,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .show>a.dropdown-toggle,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .show>a.dropdown-toggle,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .show>.dropdown-toggle.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .show>.dropdown-toggle.ppg-Article-meta-item {
    color: #212529;
    background-color: #4adcf6;
    border-color: #45dbf6
}

.btn-cyan:not(:disabled):not(.disabled):active:focus,.ppg-KnowledgeBaseMetaList-item .btn:not(:disabled):not(.disabled):active:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled):active:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:not(:disabled):not(.disabled):active:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled):active:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:not(:disabled):not(.disabled):active:focus,.btn-cyan:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBaseMetaList-item .btn:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled).active:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled).active:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item.active a:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-cyan.dropdown-toggle:focus,.ppg-KnowledgeBaseMetaList-item .show>.dropdown-toggle.btn:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .show>a.dropdown-toggle:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .show>a.dropdown-toggle:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .show>.dropdown-toggle.ppg-Article-meta-item:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .show>.dropdown-toggle.ppg-Article-meta-item:focus {
    box-shadow: 0 0 0 .2rem rgba(47,188,214,0.5)
}

.btn-safetyBlue {
    color: #fff;
    background-color: #0F234B;
    border-color: #0F234B
}

.btn-safetyBlue:hover {
    color: #fff;
    background-color: #142f65;
    border-color: #132d60
}

.btn-safetyBlue:focus,.btn-safetyBlue.focus {
    color: #fff;
    background-color: #142f65;
    border-color: #132d60;
    box-shadow: 0 0 0 .2rem rgba(51,68,102,0.5)
}

.btn-safetyBlue.disabled,.btn-safetyBlue:disabled {
    color: #fff;
    background-color: #0F234B;
    border-color: #0F234B
}

.btn-safetyBlue:not(:disabled):not(.disabled):active,.btn-safetyBlue:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlue.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-safetyBlue:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-safetyBlue:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-safetyBlue.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlue.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-safetyBlue.dropdown-toggle {
    color: #fff;
    background-color: #132d60;
    border-color: #122b5c
}

.btn-safetyBlue:not(:disabled):not(.disabled):active:focus,.btn-safetyBlue:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlue.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-safetyBlue:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-safetyBlue:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-safetyBlue.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlue.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-safetyBlue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(51,68,102,0.5)
}

.btn-safetyBlueMid {
    color: #fff;
    background-color: #79768f;
    border-color: #79768f
}

.btn-safetyBlueMid:hover {
    color: #fff;
    background-color: #89879d;
    border-color: #87849a
}

.btn-safetyBlueMid:focus,.btn-safetyBlueMid.focus {
    color: #fff;
    background-color: #89879d;
    border-color: #87849a;
    box-shadow: 0 0 0 .2rem rgba(141,139,160,0.5)
}

.btn-safetyBlueMid.disabled,.btn-safetyBlueMid:disabled {
    color: #fff;
    background-color: #79768f;
    border-color: #79768f
}

.btn-safetyBlueMid:not(:disabled):not(.disabled):active,.btn-safetyBlueMid:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlueMid.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-safetyBlueMid:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-safetyBlueMid:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-safetyBlueMid.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlueMid.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-safetyBlueMid.dropdown-toggle {
    color: #fff;
    background-color: #87849a;
    border-color: #848198
}

.btn-safetyBlueMid:not(:disabled):not(.disabled):active:focus,.btn-safetyBlueMid:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlueMid.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-safetyBlueMid:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-safetyBlueMid:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-safetyBlueMid.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlueMid.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-safetyBlueMid.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(141,139,160,0.5)
}

.btn-safetyBlueLight {
    color: #212529;
    background-color: #9fa7b8;
    border-color: #9fa7b8
}

.btn-safetyBlueLight:hover {
    color: #212529;
    background-color: #b1b7c5;
    border-color: #aeb4c3
}

.btn-safetyBlueLight:focus,.btn-safetyBlueLight.focus {
    color: #212529;
    background-color: #b1b7c5;
    border-color: #aeb4c3;
    box-shadow: 0 0 0 .2rem rgba(140,148,163,0.5)
}

.btn-safetyBlueLight.disabled,.btn-safetyBlueLight:disabled {
    color: #212529;
    background-color: #9fa7b8;
    border-color: #9fa7b8
}

.btn-safetyBlueLight:not(:disabled):not(.disabled):active,.btn-safetyBlueLight:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlueLight.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-safetyBlueLight:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-safetyBlueLight:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-safetyBlueLight.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlueLight.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-safetyBlueLight.dropdown-toggle {
    color: #212529;
    background-color: #aeb4c3;
    border-color: #abb2c1
}

.btn-safetyBlueLight:not(:disabled):not(.disabled):active:focus,.btn-safetyBlueLight:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlueLight.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-safetyBlueLight:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-safetyBlueLight:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-safetyBlueLight.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlueLight.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-safetyBlueLight.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(140,148,163,0.5)
}

.btn-safetyBlueLightest {
    color: #212529;
    background-color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-safetyBlueLightest:hover {
    color: #212529;
    background-color: #f9f9fa;
    border-color: #f6f7f8
}

.btn-safetyBlueLightest:focus,.btn-safetyBlueLightest.focus {
    color: #212529;
    background-color: #f9f9fa;
    border-color: #f6f7f8;
    box-shadow: 0 0 0 .2rem rgba(202,204,208,0.5)
}

.btn-safetyBlueLightest.disabled,.btn-safetyBlueLightest:disabled {
    color: #212529;
    background-color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-safetyBlueLightest:not(:disabled):not(.disabled):active,.btn-safetyBlueLightest:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlueLightest.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-safetyBlueLightest:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-safetyBlueLightest:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-safetyBlueLightest.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlueLightest.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-safetyBlueLightest.dropdown-toggle {
    color: #212529;
    background-color: #f6f7f8;
    border-color: #f3f4f6
}

.btn-safetyBlueLightest:not(:disabled):not(.disabled):active:focus,.btn-safetyBlueLightest:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlueLightest.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-safetyBlueLightest:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-safetyBlueLightest:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-safetyBlueLightest.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-safetyBlueLightest.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-safetyBlueLightest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(202,204,208,0.5)
}

.btn-blueDark {
    color: #fff;
    background-color: #001487;
    border-color: #001487
}

.btn-blueDark:hover {
    color: #fff;
    background-color: #0019a6;
    border-color: #0018a1
}

.btn-blueDark:focus,.btn-blueDark.focus {
    color: #fff;
    background-color: #0019a6;
    border-color: #0018a1;
    box-shadow: 0 0 0 .2rem rgba(38,55,153,0.5)
}

.btn-blueDark.disabled,.btn-blueDark:disabled {
    color: #fff;
    background-color: #001487;
    border-color: #001487
}

.btn-blueDark:not(:disabled):not(.disabled):active,.btn-blueDark:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-blueDark.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-blueDark:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-blueDark:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-blueDark.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-blueDark.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-blueDark.dropdown-toggle {
    color: #fff;
    background-color: #0018a1;
    border-color: #00179b
}

.btn-blueDark:not(:disabled):not(.disabled):active:focus,.btn-blueDark:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-blueDark.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-blueDark:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-blueDark:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-blueDark.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-blueDark.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-blueDark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38,55,153,0.5)
}

.btn-unityYellow {
    color: #212529;
    background-color: #FFE606;
    border-color: #FFE606
}

.btn-unityYellow:hover {
    color: #212529;
    background-color: #ffe925;
    border-color: #ffe920
}

.btn-unityYellow:focus,.btn-unityYellow.focus {
    color: #212529;
    background-color: #ffe925;
    border-color: #ffe920;
    box-shadow: 0 0 0 .2rem rgba(222,201,11,0.5)
}

.btn-unityYellow.disabled,.btn-unityYellow:disabled {
    color: #212529;
    background-color: #FFE606;
    border-color: #FFE606
}

.btn-unityYellow:not(:disabled):not(.disabled):active,.btn-unityYellow:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-unityYellow.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-unityYellow:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-unityYellow:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-unityYellow.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-unityYellow.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-unityYellow.dropdown-toggle {
    color: #212529;
    background-color: #ffe920;
    border-color: #ffe81a
}

.btn-unityYellow:not(:disabled):not(.disabled):active:focus,.btn-unityYellow:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-unityYellow.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-unityYellow:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-unityYellow:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-unityYellow.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-unityYellow.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-unityYellow.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222,201,11,0.5)
}

.btn-futureGreen {
    color: #212529;
    background-color: #28D7B9;
    border-color: #28D7B9
}

.btn-futureGreen:hover {
    color: #212529;
    background-color: #42dcc1;
    border-color: #3edbc0
}

.btn-futureGreen:focus,.btn-futureGreen.focus {
    color: #212529;
    background-color: #42dcc1;
    border-color: #3edbc0;
    box-shadow: 0 0 0 .2rem rgba(39,188,163,0.5)
}

.btn-futureGreen.disabled,.btn-futureGreen:disabled {
    color: #212529;
    background-color: #28D7B9;
    border-color: #28D7B9
}

.btn-futureGreen:not(:disabled):not(.disabled):active,.btn-futureGreen:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-futureGreen.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-futureGreen:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-futureGreen:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-futureGreen.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-futureGreen.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-futureGreen.dropdown-toggle {
    color: #212529;
    background-color: #3edbc0;
    border-color: #39dabf
}

.btn-futureGreen:not(:disabled):not(.disabled):active:focus,.btn-futureGreen:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-futureGreen.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-futureGreen:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-futureGreen:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-futureGreen.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-futureGreen.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-futureGreen.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(39,188,163,0.5)
}

.btn-futureGreenLightest {
    color: #212529;
    background-color: #d4f7f1;
    border-color: #d4f7f1
}

.btn-futureGreenLightest:hover {
    color: #212529;
    background-color: #eefcf9;
    border-color: #eafbf8
}

.btn-futureGreenLightest:focus,.btn-futureGreenLightest.focus {
    color: #212529;
    background-color: #eefcf9;
    border-color: #eafbf8;
    box-shadow: 0 0 0 .2rem rgba(185,216,211,0.5)
}

.btn-futureGreenLightest.disabled,.btn-futureGreenLightest:disabled {
    color: #212529;
    background-color: #d4f7f1;
    border-color: #d4f7f1
}

.btn-futureGreenLightest:not(:disabled):not(.disabled):active,.btn-futureGreenLightest:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-futureGreenLightest.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-futureGreenLightest:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-futureGreenLightest:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-futureGreenLightest.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-futureGreenLightest.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-futureGreenLightest.dropdown-toggle {
    color: #212529;
    background-color: #eafbf8;
    border-color: #e5faf7
}

.btn-futureGreenLightest:not(:disabled):not(.disabled):active:focus,.btn-futureGreenLightest:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-futureGreenLightest.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-futureGreenLightest:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-futureGreenLightest:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-futureGreenLightest.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-futureGreenLightest.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-futureGreenLightest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(185,216,211,0.5)
}

.btn-digitalViolet {
    color: #fff;
    background-color: #7D37F0;
    border-color: #7D37F0
}

.btn-digitalViolet:hover {
    color: #fff;
    background-color: #9053f2;
    border-color: #8c4ff2
}

.btn-digitalViolet:focus,.btn-digitalViolet.focus {
    color: #fff;
    background-color: #9053f2;
    border-color: #8c4ff2;
    box-shadow: 0 0 0 .2rem rgba(145,85,242,0.5)
}

.btn-digitalViolet.disabled,.btn-digitalViolet:disabled {
    color: #fff;
    background-color: #7D37F0;
    border-color: #7D37F0
}

.btn-digitalViolet:not(:disabled):not(.disabled):active,.btn-digitalViolet:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-digitalViolet.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-digitalViolet:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-digitalViolet:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-digitalViolet.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-digitalViolet.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-digitalViolet.dropdown-toggle {
    color: #fff;
    background-color: #8c4ff2;
    border-color: #894af1
}

.btn-digitalViolet:not(:disabled):not(.disabled):active:focus,.btn-digitalViolet:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-digitalViolet.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-digitalViolet:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-digitalViolet:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-digitalViolet.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-digitalViolet.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-digitalViolet.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(145,85,242,0.5)
}

.btn-teal {
    color: #fff;
    background-color: #006482;
    border-color: #006482
}

.btn-teal:hover {
    color: #fff;
    background-color: #007ca1;
    border-color: #00789c
}

.btn-teal:focus,.btn-teal.focus {
    color: #fff;
    background-color: #007ca1;
    border-color: #00789c;
    box-shadow: 0 0 0 .2rem rgba(38,123,149,0.5)
}

.btn-teal.disabled,.btn-teal:disabled {
    color: #fff;
    background-color: #006482;
    border-color: #006482
}

.btn-teal:not(:disabled):not(.disabled):active,.btn-teal:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-teal.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-teal:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-teal:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-teal.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-teal.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-teal.dropdown-toggle {
    color: #fff;
    background-color: #00789c;
    border-color: #007496
}

.btn-teal:not(:disabled):not(.disabled):active:focus,.btn-teal:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-teal.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-teal:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-teal:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-teal.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-teal.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-teal.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38,123,149,0.5)
}

.btn-outline-primary {
    color: #FFE606;
    border-color: #FFE606
}

.btn-outline-primary:hover {
    color: #212529;
    background-color: #FFE606;
    border-color: #FFE606
}

.btn-outline-primary:focus,.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(255,230,6,0.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: #FFE606;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-primary.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-primary:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-primary:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-primary.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-primary.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #FFE606;
    border-color: #FFE606
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-primary.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-primary:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-primary:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-primary.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-primary.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,230,6,0.5)
}

.btn-outline-secondary {
    color: #fff;
    border-color: #fff
}

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-secondary:focus,.btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(255,255,255,0.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-secondary.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-secondary:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-secondary:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-secondary.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-secondary.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-secondary.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-secondary:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-secondary:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-secondary.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-secondary.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,255,255,0.5)
}

.btn-outline-success {
    color: #01B955;
    border-color: #01B955
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #01B955;
    border-color: #01B955
}

.btn-outline-success:focus,.btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(1,185,85,0.5)
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
    color: #01B955;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-success.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-success:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-success:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-success.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-success.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #01B955;
    border-color: #01B955
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-success.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-success:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-success:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-success.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-success.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(1,185,85,0.5)
}

.btn-outline-info {
    color: #32d7f5;
    border-color: #32d7f5
}

.btn-outline-info:hover {
    color: #212529;
    background-color: #32d7f5;
    border-color: #32d7f5
}

.btn-outline-info:focus,.btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(50,215,245,0.5)
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
    color: #32d7f5;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-info.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-info:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-info:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-info.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-info.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-info.dropdown-toggle {
    color: #212529;
    background-color: #32d7f5;
    border-color: #32d7f5
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-info.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-info:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-info:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-info.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-info.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(50,215,245,0.5)
}

.btn-outline-warning {
    color: #FFC300;
    border-color: #FFC300
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #FFC300;
    border-color: #FFC300
}

.btn-outline-warning:focus,.btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255,195,0,0.5)
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
    color: #FFC300;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-warning.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-warning:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-warning:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-warning.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-warning.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #FFC300;
    border-color: #FFC300
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-warning.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-warning:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-warning:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-warning.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-warning.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,195,0,0.5)
}

.btn-outline-danger {
    color: #e60037;
    border-color: #e60037
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #e60037;
    border-color: #e60037
}

.btn-outline-danger:focus,.btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(230,0,55,0.5)
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
    color: #e60037;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-danger.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-danger:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-danger:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-danger.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-danger.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #e60037;
    border-color: #e60037
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-danger.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-danger:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-danger:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-danger.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-danger.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(230,0,55,0.5)
}

.btn-outline-light {
    color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-outline-light:focus,.btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(232,233,237,0.5)
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
    color: #e8e9ed;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-light.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-light:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-light:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-light.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-light.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-light.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-light:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-light:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-light.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-light.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(232,233,237,0.5)
}

.btn-outline-dark {
    color: #0F234B;
    border-color: #0F234B
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #0F234B;
    border-color: #0F234B
}

.btn-outline-dark:focus,.btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(15,35,75,0.5)
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
    color: #0F234B;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-dark.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-dark:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-dark:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-dark.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-dark.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #0F234B;
    border-color: #0F234B
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-dark.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-dark:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-dark:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-dark.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-dark.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(15,35,75,0.5)
}

.btn-outline-white {
    color: #fff;
    border-color: #fff
}

.btn-outline-white:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white:focus,.btn-outline-white.focus {
    box-shadow: 0 0 0 .2rem rgba(255,255,255,0.5)
}

.btn-outline-white.disabled,.btn-outline-white:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-white:not(:disabled):not(.disabled):active,.btn-outline-white:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-white.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-white:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-white:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-white.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-white.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus,.btn-outline-white:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-white.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-white:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-white:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-white.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-white.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,255,255,0.5)
}

.btn-outline-infoRed {
    color: #e60037;
    border-color: #e60037
}

.btn-outline-infoRed:hover {
    color: #fff;
    background-color: #e60037;
    border-color: #e60037
}

.btn-outline-infoRed:focus,.btn-outline-infoRed.focus {
    box-shadow: 0 0 0 .2rem rgba(230,0,55,0.5)
}

.btn-outline-infoRed.disabled,.btn-outline-infoRed:disabled {
    color: #e60037;
    background-color: transparent
}

.btn-outline-infoRed:not(:disabled):not(.disabled):active,.btn-outline-infoRed:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-infoRed.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-infoRed:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-infoRed:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-infoRed.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-infoRed.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-infoRed.dropdown-toggle {
    color: #fff;
    background-color: #e60037;
    border-color: #e60037
}

.btn-outline-infoRed:not(:disabled):not(.disabled):active:focus,.btn-outline-infoRed:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-infoRed.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-infoRed:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-infoRed:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-infoRed.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-infoRed.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-infoRed.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(230,0,55,0.5)
}

.btn-outline-infoBlue {
    color: #0046B9;
    border-color: #0046B9
}

.btn-outline-infoBlue:hover {
    color: #fff;
    background-color: #0046B9;
    border-color: #0046B9
}

.btn-outline-infoBlue:focus,.btn-outline-infoBlue.focus {
    box-shadow: 0 0 0 .2rem rgba(0,70,185,0.5)
}

.btn-outline-infoBlue.disabled,.btn-outline-infoBlue:disabled {
    color: #0046B9;
    background-color: transparent
}

.btn-outline-infoBlue:not(:disabled):not(.disabled):active,.btn-outline-infoBlue:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-infoBlue.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-infoBlue:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-infoBlue:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-infoBlue.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-infoBlue.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-infoBlue.dropdown-toggle {
    color: #fff;
    background-color: #0046B9;
    border-color: #0046B9
}

.btn-outline-infoBlue:not(:disabled):not(.disabled):active:focus,.btn-outline-infoBlue:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-infoBlue.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-infoBlue:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-infoBlue:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-infoBlue.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-infoBlue.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-infoBlue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,70,185,0.5)
}

.btn-outline-gray {
    color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-outline-gray:hover {
    color: #212529;
    background-color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-outline-gray:focus,.btn-outline-gray.focus {
    box-shadow: 0 0 0 .2rem rgba(232,233,237,0.5)
}

.btn-outline-gray.disabled,.btn-outline-gray:disabled {
    color: #e8e9ed;
    background-color: transparent
}

.btn-outline-gray:not(:disabled):not(.disabled):active,.btn-outline-gray:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-gray.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-gray:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-gray:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-gray.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-gray.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-gray.dropdown-toggle {
    color: #212529;
    background-color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-outline-gray:not(:disabled):not(.disabled):active:focus,.btn-outline-gray:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-gray.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-gray:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-gray:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-gray.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-gray.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(232,233,237,0.5)
}

.btn-outline-infoGrayUltralight {
    color: #f9fafb;
    border-color: #f9fafb
}

.btn-outline-infoGrayUltralight:hover {
    color: #212529;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-outline-infoGrayUltralight:focus,.btn-outline-infoGrayUltralight.focus {
    box-shadow: 0 0 0 .2rem rgba(249,250,251,0.5)
}

.btn-outline-infoGrayUltralight.disabled,.btn-outline-infoGrayUltralight:disabled {
    color: #f9fafb;
    background-color: transparent
}

.btn-outline-infoGrayUltralight:not(:disabled):not(.disabled):active,.btn-outline-infoGrayUltralight:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-infoGrayUltralight.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-infoGrayUltralight:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-infoGrayUltralight:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-infoGrayUltralight.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-infoGrayUltralight.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-infoGrayUltralight.dropdown-toggle {
    color: #212529;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-outline-infoGrayUltralight:not(:disabled):not(.disabled):active:focus,.btn-outline-infoGrayUltralight:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-infoGrayUltralight.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-infoGrayUltralight:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-infoGrayUltralight:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-infoGrayUltralight.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-infoGrayUltralight.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-infoGrayUltralight.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(249,250,251,0.5)
}

.btn-outline-cyan,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item {
    color: #32d7f5;
    border-color: #32d7f5
}

.btn-outline-cyan:hover,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .btn:hover,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:hover,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:hover {
    color: #212529;
    background-color: #32d7f5;
    border-color: #32d7f5
}

.btn-outline-cyan:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .btn:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:focus,.btn-outline-cyan.focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .focus.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .focus.ppg-Article-meta-item {
    box-shadow: 0 0 0 .2rem rgba(50,215,245,0.5)
}

.btn-outline-cyan.disabled,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .disabled.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.disabled,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .disabled.ppg-Article-meta-item,.btn-outline-cyan:disabled,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .btn:disabled,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:disabled,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:disabled {
    color: #32d7f5;
    background-color: transparent
}

.btn-outline-cyan:not(:disabled):not(.disabled):active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .btn:not(:disabled):not(.disabled):active,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled):active,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled):active,.btn-outline-cyan:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .btn:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled).active,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled).active,.show>.btn-outline-cyan.dropdown-toggle,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .show>.dropdown-toggle.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .show>a.dropdown-toggle,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .show>.dropdown-toggle.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .show>a.dropdown-toggle,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .show>.dropdown-toggle.ppg-Article-meta-item {
    color: #212529;
    background-color: #32d7f5;
    border-color: #32d7f5
}

.btn-outline-cyan:not(:disabled):not(.disabled):active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .btn:not(:disabled):not(.disabled):active:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled):active:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled):active:focus,.btn-outline-cyan:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .btn:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled).active:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-cyan.dropdown-toggle:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .show>.dropdown-toggle.btn:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .show>a.dropdown-toggle:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .show>.dropdown-toggle.ppg-Article-meta-item:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .show>a.dropdown-toggle:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .show>.dropdown-toggle.ppg-Article-meta-item:focus {
    box-shadow: 0 0 0 .2rem rgba(50,215,245,0.5)
}

.btn-outline-safetyBlue,.ppg-Card.bg-cyan .btn-cyan,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .btn,.ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .btn,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan a,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan a,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .ppg-Article-meta-item,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .ppg-Article-meta-item {
    color: #0F234B;
    border-color: #0F234B
}

.btn-outline-safetyBlue:hover,.ppg-Card.bg-cyan .btn-cyan:hover,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .btn:hover,.ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .btn:hover,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:hover,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan a:hover,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:hover,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan a:hover,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:hover,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .ppg-Article-meta-item:hover,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:hover,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .ppg-Article-meta-item:hover {
    color: #fff;
    background-color: #0F234B;
    border-color: #0F234B
}

.btn-outline-safetyBlue:focus,.ppg-Card.bg-cyan .btn-cyan:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .btn:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .btn:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan a:focus,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan a:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .ppg-Article-meta-item:focus,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .ppg-Article-meta-item:focus,.btn-outline-safetyBlue.focus,.ppg-Card.bg-cyan .focus.btn-cyan,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .focus.btn,.ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .focus.btn,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan a.focus,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a.focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan a.focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .focus.ppg-Article-meta-item,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .focus.ppg-Article-meta-item,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .focus.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .focus.ppg-Article-meta-item {
    box-shadow: 0 0 0 .2rem rgba(15,35,75,0.5)
}

.btn-outline-safetyBlue.disabled,.ppg-Card.bg-cyan .disabled.btn-cyan,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .disabled.btn,.ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .disabled.btn,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.disabled,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan a.disabled,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a.disabled,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan a.disabled,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .disabled.ppg-Article-meta-item,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .disabled.ppg-Article-meta-item,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .disabled.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .disabled.ppg-Article-meta-item,.btn-outline-safetyBlue:disabled,.ppg-Card.bg-cyan .btn-cyan:disabled,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .btn:disabled,.ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .btn:disabled,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:disabled,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan a:disabled,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:disabled,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan a:disabled,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:disabled,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .ppg-Article-meta-item:disabled,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:disabled,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .ppg-Article-meta-item:disabled {
    color: #0F234B;
    background-color: transparent
}

.btn-outline-safetyBlue:not(:disabled):not(.disabled):active,.ppg-Card.bg-cyan .btn-cyan:not(:disabled):not(.disabled):active,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .btn:not(:disabled):not(.disabled):active,.ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .btn:not(:disabled):not(.disabled):active,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled):active,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan a:not(:disabled):not(.disabled):active,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:not(:disabled):not(.disabled):active,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan a:not(:disabled):not(.disabled):active,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled):active,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .ppg-Article-meta-item:not(:disabled):not(.disabled):active,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:not(:disabled):not(.disabled):active,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .ppg-Article-meta-item:not(:disabled):not(.disabled):active,.btn-outline-safetyBlue:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlue.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-safetyBlue:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-safetyBlue:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-cyan:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-cyan:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-safetyBlue.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlue.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item.btn-cyan:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item.btn-cyan:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item.active .btn:not(:disabled):not(.disabled),.ppg-Card.bg-cyan .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Card.bg-cyan .btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled),.ppg-Card.bg-cyan .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan a:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item.active a:not(:disabled):not(.disabled),.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item.active .ppg-Card.bg-cyan a:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Card.bg-cyan a:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Card.bg-cyan .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Card.bg-cyan .ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Card.bg-cyan .ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Card.bg-cyan .btn-cyan:not(:disabled):not(.disabled).active,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .btn:not(:disabled):not(.disabled).active,.ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .btn:not(:disabled):not(.disabled).active,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled).active,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan a:not(:disabled):not(.disabled).active,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:not(:disabled):not(.disabled).active,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan a:not(:disabled):not(.disabled).active,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled).active,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .ppg-Article-meta-item:not(:disabled):not(.disabled).active,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:not(:disabled):not(.disabled).active,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .ppg-Article-meta-item:not(:disabled):not(.disabled).active,.ppg-Card.bg-cyan .ppg-KnowledgeBase-sidebar .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item.active a:not(:disabled):not(.disabled),.ppg-Card.bg-cyan .ppg-KnowledgeBase-sidebar .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-safetyBlue.dropdown-toggle,.ppg-Card.bg-cyan .show>.dropdown-toggle.btn-cyan,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .show>.dropdown-toggle.btn,.ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .show>.dropdown-toggle.btn,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .show>a.dropdown-toggle,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan .show>a.dropdown-toggle,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .show>a.dropdown-toggle,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .show>a.dropdown-toggle,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .show>.dropdown-toggle.ppg-Article-meta-item,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .show>.dropdown-toggle.ppg-Article-meta-item,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .show>.dropdown-toggle.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .show>.dropdown-toggle.ppg-Article-meta-item {
    color: #fff;
    background-color: #0F234B;
    border-color: #0F234B
}

.btn-outline-safetyBlue:not(:disabled):not(.disabled):active:focus,.ppg-Card.bg-cyan .btn-cyan:not(:disabled):not(.disabled):active:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .btn:not(:disabled):not(.disabled):active:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .btn:not(:disabled):not(.disabled):active:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled):active:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan a:not(:disabled):not(.disabled):active:focus,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:not(:disabled):not(.disabled):active:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan a:not(:disabled):not(.disabled):active:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled):active:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .ppg-Article-meta-item:not(:disabled):not(.disabled):active:focus,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:not(:disabled):not(.disabled):active:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .ppg-Article-meta-item:not(:disabled):not(.disabled):active:focus,.btn-outline-safetyBlue:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlue.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-safetyBlue:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-safetyBlue:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-cyan:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-cyan:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-safetyBlue.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlue.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item.btn-cyan:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item.btn-cyan:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item.active .btn:not(:disabled):not(.disabled):focus,.ppg-Card.bg-cyan .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Card.bg-cyan .btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled):focus,.ppg-Card.bg-cyan .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan a:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item.active a:not(:disabled):not(.disabled):focus,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item.active .ppg-Card.bg-cyan a:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Card.bg-cyan a:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Card.bg-cyan .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Card.bg-cyan .ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Card.bg-cyan .ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Card.bg-cyan .btn-cyan:not(:disabled):not(.disabled).active:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .btn:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .btn:not(:disabled):not(.disabled).active:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan a:not(:disabled):not(.disabled).active:focus,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:not(:disabled):not(.disabled).active:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan a:not(:disabled):not(.disabled).active:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .ppg-Article-meta-item:not(:disabled):not(.disabled).active:focus,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:not(:disabled):not(.disabled).active:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .ppg-Article-meta-item:not(:disabled):not(.disabled).active:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBase-sidebar .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item.active a:not(:disabled):not(.disabled):focus,.ppg-Card.bg-cyan .ppg-KnowledgeBase-sidebar .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-safetyBlue.dropdown-toggle:focus,.ppg-Card.bg-cyan .show>.dropdown-toggle.btn-cyan:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .show>.dropdown-toggle.btn:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .show>.dropdown-toggle.btn:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .show>a.dropdown-toggle:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan .show>a.dropdown-toggle:focus,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .show>a.dropdown-toggle:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .show>a.dropdown-toggle:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .show>.dropdown-toggle.ppg-Article-meta-item:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .show>.dropdown-toggle.ppg-Article-meta-item:focus,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .show>.dropdown-toggle.ppg-Article-meta-item:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .show>.dropdown-toggle.ppg-Article-meta-item:focus {
    box-shadow: 0 0 0 .2rem rgba(15,35,75,0.5)
}

.btn-outline-safetyBlueMid {
    color: #79768f;
    border-color: #79768f
}

.btn-outline-safetyBlueMid:hover {
    color: #fff;
    background-color: #79768f;
    border-color: #79768f
}

.btn-outline-safetyBlueMid:focus,.btn-outline-safetyBlueMid.focus {
    box-shadow: 0 0 0 .2rem rgba(121,118,143,0.5)
}

.btn-outline-safetyBlueMid.disabled,.btn-outline-safetyBlueMid:disabled {
    color: #79768f;
    background-color: transparent
}

.btn-outline-safetyBlueMid:not(:disabled):not(.disabled):active,.btn-outline-safetyBlueMid:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlueMid.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-safetyBlueMid:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-safetyBlueMid:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-safetyBlueMid.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlueMid.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-safetyBlueMid.dropdown-toggle {
    color: #fff;
    background-color: #79768f;
    border-color: #79768f
}

.btn-outline-safetyBlueMid:not(:disabled):not(.disabled):active:focus,.btn-outline-safetyBlueMid:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlueMid.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-safetyBlueMid:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-safetyBlueMid:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-safetyBlueMid.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlueMid.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-safetyBlueMid.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(121,118,143,0.5)
}

.btn-outline-safetyBlueLight {
    color: #9fa7b8;
    border-color: #9fa7b8
}

.btn-outline-safetyBlueLight:hover {
    color: #212529;
    background-color: #9fa7b8;
    border-color: #9fa7b8
}

.btn-outline-safetyBlueLight:focus,.btn-outline-safetyBlueLight.focus {
    box-shadow: 0 0 0 .2rem rgba(159,167,184,0.5)
}

.btn-outline-safetyBlueLight.disabled,.btn-outline-safetyBlueLight:disabled {
    color: #9fa7b8;
    background-color: transparent
}

.btn-outline-safetyBlueLight:not(:disabled):not(.disabled):active,.btn-outline-safetyBlueLight:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlueLight.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-safetyBlueLight:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-safetyBlueLight:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-safetyBlueLight.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlueLight.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-safetyBlueLight.dropdown-toggle {
    color: #212529;
    background-color: #9fa7b8;
    border-color: #9fa7b8
}

.btn-outline-safetyBlueLight:not(:disabled):not(.disabled):active:focus,.btn-outline-safetyBlueLight:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlueLight.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-safetyBlueLight:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-safetyBlueLight:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-safetyBlueLight.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlueLight.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-safetyBlueLight.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(159,167,184,0.5)
}

.btn-outline-safetyBlueLightest {
    color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-outline-safetyBlueLightest:hover {
    color: #212529;
    background-color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-outline-safetyBlueLightest:focus,.btn-outline-safetyBlueLightest.focus {
    box-shadow: 0 0 0 .2rem rgba(232,233,237,0.5)
}

.btn-outline-safetyBlueLightest.disabled,.btn-outline-safetyBlueLightest:disabled {
    color: #e8e9ed;
    background-color: transparent
}

.btn-outline-safetyBlueLightest:not(:disabled):not(.disabled):active,.btn-outline-safetyBlueLightest:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlueLightest.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-safetyBlueLightest:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-safetyBlueLightest:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-safetyBlueLightest.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlueLightest.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-safetyBlueLightest.dropdown-toggle {
    color: #212529;
    background-color: #e8e9ed;
    border-color: #e8e9ed
}

.btn-outline-safetyBlueLightest:not(:disabled):not(.disabled):active:focus,.btn-outline-safetyBlueLightest:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlueLightest.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-safetyBlueLightest:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-safetyBlueLightest:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-safetyBlueLightest.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-safetyBlueLightest.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-safetyBlueLightest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(232,233,237,0.5)
}

.btn-outline-blueDark {
    color: #001487;
    border-color: #001487
}

.btn-outline-blueDark:hover {
    color: #fff;
    background-color: #001487;
    border-color: #001487
}

.btn-outline-blueDark:focus,.btn-outline-blueDark.focus {
    box-shadow: 0 0 0 .2rem rgba(0,20,135,0.5)
}

.btn-outline-blueDark.disabled,.btn-outline-blueDark:disabled {
    color: #001487;
    background-color: transparent
}

.btn-outline-blueDark:not(:disabled):not(.disabled):active,.btn-outline-blueDark:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-blueDark.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-blueDark:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-blueDark:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-blueDark.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-blueDark.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-blueDark.dropdown-toggle {
    color: #fff;
    background-color: #001487;
    border-color: #001487
}

.btn-outline-blueDark:not(:disabled):not(.disabled):active:focus,.btn-outline-blueDark:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-blueDark.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-blueDark:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-blueDark:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-blueDark.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-blueDark.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-blueDark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,20,135,0.5)
}

.btn-outline-unityYellow {
    color: #FFE606;
    border-color: #FFE606
}

.btn-outline-unityYellow:hover {
    color: #212529;
    background-color: #FFE606;
    border-color: #FFE606
}

.btn-outline-unityYellow:focus,.btn-outline-unityYellow.focus {
    box-shadow: 0 0 0 .2rem rgba(255,230,6,0.5)
}

.btn-outline-unityYellow.disabled,.btn-outline-unityYellow:disabled {
    color: #FFE606;
    background-color: transparent
}

.btn-outline-unityYellow:not(:disabled):not(.disabled):active,.btn-outline-unityYellow:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-unityYellow.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-unityYellow:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-unityYellow:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-unityYellow.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-unityYellow.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-unityYellow.dropdown-toggle {
    color: #212529;
    background-color: #FFE606;
    border-color: #FFE606
}

.btn-outline-unityYellow:not(:disabled):not(.disabled):active:focus,.btn-outline-unityYellow:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-unityYellow.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-unityYellow:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-unityYellow:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-unityYellow.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-unityYellow.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-unityYellow.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,230,6,0.5)
}

.btn-outline-futureGreen {
    color: #28D7B9;
    border-color: #28D7B9
}

.btn-outline-futureGreen:hover {
    color: #212529;
    background-color: #28D7B9;
    border-color: #28D7B9
}

.btn-outline-futureGreen:focus,.btn-outline-futureGreen.focus {
    box-shadow: 0 0 0 .2rem rgba(40,215,185,0.5)
}

.btn-outline-futureGreen.disabled,.btn-outline-futureGreen:disabled {
    color: #28D7B9;
    background-color: transparent
}

.btn-outline-futureGreen:not(:disabled):not(.disabled):active,.btn-outline-futureGreen:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-futureGreen.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-futureGreen:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-futureGreen:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-futureGreen.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-futureGreen.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-futureGreen.dropdown-toggle {
    color: #212529;
    background-color: #28D7B9;
    border-color: #28D7B9
}

.btn-outline-futureGreen:not(:disabled):not(.disabled):active:focus,.btn-outline-futureGreen:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-futureGreen.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-futureGreen:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-futureGreen:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-futureGreen.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-futureGreen.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-futureGreen.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40,215,185,0.5)
}

.btn-outline-futureGreenLightest {
    color: #d4f7f1;
    border-color: #d4f7f1
}

.btn-outline-futureGreenLightest:hover {
    color: #212529;
    background-color: #d4f7f1;
    border-color: #d4f7f1
}

.btn-outline-futureGreenLightest:focus,.btn-outline-futureGreenLightest.focus {
    box-shadow: 0 0 0 .2rem rgba(212,247,241,0.5)
}

.btn-outline-futureGreenLightest.disabled,.btn-outline-futureGreenLightest:disabled {
    color: #d4f7f1;
    background-color: transparent
}

.btn-outline-futureGreenLightest:not(:disabled):not(.disabled):active,.btn-outline-futureGreenLightest:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-futureGreenLightest.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-futureGreenLightest:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-futureGreenLightest:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-futureGreenLightest.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-futureGreenLightest.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-futureGreenLightest.dropdown-toggle {
    color: #212529;
    background-color: #d4f7f1;
    border-color: #d4f7f1
}

.btn-outline-futureGreenLightest:not(:disabled):not(.disabled):active:focus,.btn-outline-futureGreenLightest:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-futureGreenLightest.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-futureGreenLightest:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-futureGreenLightest:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-futureGreenLightest.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-futureGreenLightest.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-futureGreenLightest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(212,247,241,0.5)
}

.btn-outline-digitalViolet {
    color: #7D37F0;
    border-color: #7D37F0
}

.btn-outline-digitalViolet:hover {
    color: #fff;
    background-color: #7D37F0;
    border-color: #7D37F0
}

.btn-outline-digitalViolet:focus,.btn-outline-digitalViolet.focus {
    box-shadow: 0 0 0 .2rem rgba(125,55,240,0.5)
}

.btn-outline-digitalViolet.disabled,.btn-outline-digitalViolet:disabled {
    color: #7D37F0;
    background-color: transparent
}

.btn-outline-digitalViolet:not(:disabled):not(.disabled):active,.btn-outline-digitalViolet:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-digitalViolet.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-digitalViolet:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-digitalViolet:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-digitalViolet.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-digitalViolet.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-digitalViolet.dropdown-toggle {
    color: #fff;
    background-color: #7D37F0;
    border-color: #7D37F0
}

.btn-outline-digitalViolet:not(:disabled):not(.disabled):active:focus,.btn-outline-digitalViolet:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-digitalViolet.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-digitalViolet:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-digitalViolet:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-digitalViolet.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-digitalViolet.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-digitalViolet.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(125,55,240,0.5)
}

.btn-outline-teal {
    color: #006482;
    border-color: #006482
}

.btn-outline-teal:hover {
    color: #fff;
    background-color: #006482;
    border-color: #006482
}

.btn-outline-teal:focus,.btn-outline-teal.focus {
    box-shadow: 0 0 0 .2rem rgba(0,100,130,0.5)
}

.btn-outline-teal.disabled,.btn-outline-teal:disabled {
    color: #006482;
    background-color: transparent
}

.btn-outline-teal:not(:disabled):not(.disabled):active,.btn-outline-teal:not(:disabled):not(.disabled).active,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-teal.btn:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-teal:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-teal:not(:disabled):not(.disabled),.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-teal.ppg-Article-meta-item:not(:disabled):not(.disabled),.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-teal.ppg-Article-meta-item:not(:disabled):not(.disabled),.show>.btn-outline-teal.dropdown-toggle {
    color: #fff;
    background-color: #006482;
    border-color: #006482
}

.btn-outline-teal:not(:disabled):not(.disabled):active:focus,.btn-outline-teal:not(:disabled):not(.disabled).active:focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-teal.btn:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.btn-outline-teal:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.btn-outline-teal:not(:disabled):not(.disabled):focus,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-outline-teal.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .btn-outline-teal.ppg-Article-meta-item:not(:disabled):not(.disabled):focus,.show>.btn-outline-teal.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,100,130,0.5)
}

.ppg-btn-more {
    border-radius: 50%;
    padding: 0;
    min-width: 1.5rem;
    line-height: calc(1.5rem - 2px);
    text-indent: -5000px;
    position: relative;
    font-size: .69444rem
}

.ppg-btn-more:before {
    content: '';
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    border-right: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.15em;
    margin-top: -0.05em
}

.ppg-btn-toggle:focus,.ppg-btn-toggle:active:focus {
    box-shadow: none !important
}

.ppg-btn-toggle:before {
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease
}

.ppg-btn-toggle.collapsed:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ppg-btn-toggle.ppg-btn-toggle--collapse:before {
    margin-right: .25rem;
    vertical-align: 0
}

.frame-type-text [class*="btn-"],.frame-type-textpic [class*="btn-"],.frame-type-textmedia [class*="btn-"],.ppg-Card-text [class*="btn-"] {
    margin: 1em 1em 0 0
}

.frame-type-text [class*="btn-"]:only-child,.frame-type-textpic [class*="btn-"]:only-child,.frame-type-textmedia [class*="btn-"]:only-child,.ppg-Card-text [class*="btn-"]:only-child {
    margin-right: 0
}

.ppg-Card {
    border: 0 none;
    margin-top: 5px;
    margin-bottom: 5px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    color: #0F234B
}

@media (min-width: 1500px) {
    .ppg-Card {
        font-size:16px
    }
}

.ppg-Card+.ppg-Card {
    margin-top: 2.5rem
}

.ppg-Card .card-title {
    margin-bottom: 1rem
}

.ppg-Card .card-body {
    display: flex;
    flex-direction: column;
    color: #0F234B;
    padding: 1rem
}

@media (min-width: 576px) {
    .ppg-Card .card-body {
        padding:1.5rem
    }
}

.ppg-Card .card-text>p:last-child {
    margin-bottom: 0
}

.ppg-Card .card-header {
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width: 576px) {
    .ppg-Card .card-header {
        padding-left:1.5rem;
        padding-right: 1.5rem
    }
}

.ppg-Card .card-footer {
    display: flex;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: rgba(15,35,75,0.65)
}

.ppg-Card .card-footer>*:not(:last-child) {
    margin-right: .5rem
}

@media (min-width: 576px) {
    .ppg-Card .card-footer {
        padding-left:1.5rem;
        padding-right: 1.5rem
    }
}

.ppg-Card-icon-wrapper {
    padding: 2.5rem 1.5rem 0
}

.ppg-Card-icon {
    display: inline-block !important
}

.ppg-Card-image {
    max-width: 100%;
    height: auto
}

.ppg-Card-date {
    display: inline-block
}

@media (min-width: 769px) {
    .ppg-Card.ppg-Card--spacious .card-body {
        padding:4rem
    }
}

.ppg-Card.ppg-Card--neutral {
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0
}

.ppg-Card.ppg-Card--neutral:hover,.ppg-Card.ppg-Card--neutral:focus {
    text-decoration: none
}

[class*="col-"]>.ppg-Card.ppg-Card--neutral:only-child {
    height: 100%
}

.ppg-Card.ppg-Card--neutral .card-header,.ppg-Card.ppg-Card--neutral .card-body,.ppg-Card.ppg-Card--neutral .card-footer {
    padding: 0
}

.ppg-Card.ppg-Card--neutral .card-header {
    background-color: transparent;
    border-bottom: 0 none
}

.ppg-Card.ppg-Card--neutral .card-footer {
    background-color: transparent;
    border-top: 0 none
}

.ppg-Card.ppg-Card--neutral .card-img-top {
    margin-bottom: 1rem;
    border-radius: 0
}

.ppg-Card.ppg-Card--neutral .card-text>p:last-child {
    margin-bottom: 1rem
}

[class*="col-"]>.ppg-Card:only-child {
    height: calc(100% - 10px)
}

.m-cookiecontrol #cookie-notification,.ppg-cookiecontrol #cookie-notification {
    position: fixed;
    z-index: 1053;
    left: 0;
    bottom: 0;
    margin: 1rem;
    width: 28rem;
    max-width: calc(100% - 2rem);
    background-color: gray
}

.m-cookiecontrol #cookie-notification-message,.ppg-cookiecontrol #cookie-notification-message {
    font-weight: normal;
    line-height: 1.5;
    font-size: .83333rem
}

.m-cookiecontrol #cookie-settings .modal-header h3,.ppg-cookiecontrol #cookie-settings .modal-header h3 {
    margin: 0
}

.fancybox-thumbs__list a::before {
    border: 4px solid #560fcb
}

.ppg-Header.ppg-Header--main {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1030;
    background-color: white;
    height: 4rem
}

@media (min-width: 992px) {
    .ppg-Header.ppg-Header--main {
        height:8rem
    }
}

@media (min-width: 1500px) {
    .ppg-Header.ppg-Header--main {
        height:9.5rem
    }
}

@media (min-width: 769px) {
    .ppg-Header.ppg-Header--main {
        transition:background-color .225s linear,box-shadow .225s linear,height .225s linear
    }
}

.ppg-Header.ppg-Header--main>.ppg-Header--main-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%
}

.has-scrolled .ppg-Header.ppg-Header--main {
    height: 4rem;
    box-shadow: 0 0 40px rgba(0,0,0,0.15)
}

.ppg-List li {
    padding-left: 4px
}

.ppg-List li:not(:first-child) {
    margin-top: .5rem
}

.ppg-List.ppg-List--unordered {
    padding-left: 16px
}

.ppg-List.ppg-List--ordered {
    padding-left: 16px
}

.ppg-Navigation .nav-link {
    color: inherit;
}

.ppg-Navigation .ppg-Navigation--main .nav>li>a:hover {
    color: #193b80;
    background-color: inherit;
}

.ppg-Navigation.ppg-Navigation--main {
    margin-left: 1.5rem
}

.ppg-Navigation--offCanvas-wrapper {
    position: fixed;
    z-index: 1031;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    background-color: white;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@media (min-width: 576px) {
    .ppg-Navigation--offCanvas-wrapper {
        background-color:rgba(128,128,128,0.75);
        background-image: linear-gradient(to right, transparent, transparent 25%, white 25%, white 100%)
    }
}

@media (min-width: 992px) {
    .ppg-Navigation--offCanvas-wrapper {
        background-image:linear-gradient(to right, transparent, transparent 50%, white 50%, white 100%)
    }
}

.is-showing-mobileNav .ppg-Navigation--offCanvas-wrapper {
    -webkit-animation-name: fin;
    animation-name: fin;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.ppg-Navigation--offCanvas-wrapper ul.nav.level2 {
    padding-left: 2.5rem
}

.ppg-Navigation--offCanvas-container {
    height: 100%
}

.ppg-Navigation.ppg-Navigation--offCanvas {
    width: 100%;
    float: right;
    font-size: 1.2rem;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4rem;
    padding-bottom: 4rem
}

@media (min-width: 576px) {
    .ppg-Navigation.ppg-Navigation--offCanvas {
        padding-left:1.5rem;
        padding-right: 4rem
    }
}

@media (min-width: 769px) {
    .ppg-Navigation.ppg-Navigation--offCanvas {
        padding-left:4rem;
        padding-top: 4rem
    }
}

@media (min-width: 576px) {
    .ppg-Navigation.ppg-Navigation--offCanvas {
        width:75%
    }
}

@media (min-width: 992px) {
    .ppg-Navigation.ppg-Navigation--offCanvas {
        width:50%
    }
}

.ppg-Navigation.ppg-Navigation--offCanvas .nav-link {
    position: relative;
    display: inline-block
}

.ppg-Navigation.ppg-Navigation--offCanvas .nav-link:before {
    content: "";
    display: block;
    position: absolute;
    left: 1rem;
    bottom: .375rem;
    height: 2px;
    background-color: #0F234B;
    width: 0;
    transition: width .225s ease
}

.ppg-Navigation.ppg-Navigation--offCanvas .nav-link:hover:before,.ppg-Navigation.ppg-Navigation--offCanvas .nav-link:focus:before {
    width: 2.5rem
}

.ppg-Navigation.ppg-Navigation--offCanvas .nav-link.active:before,.ppg-Navigation.ppg-Navigation--offCanvas .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .nav-link.btn:before,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Navigation.ppg-Navigation--offCanvas .nav-link.btn:before,.ppg-Navigation.ppg-Navigation--offCanvas .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.nav-link:before,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Navigation.ppg-Navigation--offCanvas a.nav-link:before,.ppg-Navigation.ppg-Navigation--offCanvas .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.nav-link:before,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Navigation.ppg-Navigation--offCanvas a.nav-link:before,.ppg-Navigation.ppg-Navigation--offCanvas .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .nav-link.ppg-Article-meta-item:before,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Navigation.ppg-Navigation--offCanvas .nav-link.ppg-Article-meta-item:before,.ppg-Navigation.ppg-Navigation--offCanvas .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .nav-link.ppg-Article-meta-item:before,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Navigation.ppg-Navigation--offCanvas .nav-link.ppg-Article-meta-item:before {
    width: 2.5rem
}

.ppg-Navigation.ppg-Navigation--footer {
    margin-left: -1rem
}

@media (min-width: 769px) {
    .ppg-Navigation.ppg-Navigation--footer {
        margin-left:0
    }
}

@-webkit-keyframes fin {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fin {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.ppg-Navigation-toggle-wrapper {
    display: flex;
    position: relative;
    z-index: 1032;
    align-self: stretch;
    cursor: pointer;
    align-items: center;
    justify-content: flex-end;
    padding-left: 1rem;
    margin-left: 1.5rem
}

.ppg-Navigation-toggle-wrapper:hover .ppg-Navigation-toggle .ppg-Navigation-toggle-bar:last-child {
    width: 100%
}

.ppg-Navigation-toggle {
    position: relative;
    z-index: 1;
    width: 20px;
    height: 16px;
    cursor: pointer;
    transition: top .45s ease,-webkit-transform .45s ease;
    transition: top .45s ease,transform .45s ease;
    transition: top .45s ease,transform .45s ease,-webkit-transform .45s ease;
    background-color: rgba(0,0,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.is-showing-nav .ppg-Navigation-toggle,.is-showing-mobileNav .ppg-Navigation-toggle {
    -webkit-transform: translateX(10%);
    transform: translateX(10%)
}

.ppg-Navigation-toggle .ppg-Navigation-toggle-bar {
    height: 2px;
    background-color: black;
    margin-top: 5px;
    transition: width .225s ease,background-color .45s linear,opacity .225s ease .225s,-webkit-transform .45s ease;
    transition: width .225s ease,background-color .45s linear,transform .45s ease,opacity .225s ease .225s;
    transition: width .225s ease,background-color .45s linear,transform .45s ease,opacity .225s ease .225s,-webkit-transform .45s ease;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.ppg-Navigation-toggle .ppg-Navigation-toggle-bar:first-child {
    margin-top: 0
}

.is-showing-mobileNav .ppg-Navigation-toggle .ppg-Navigation-toggle-bar:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.is-showing-mobileNav .ppg-Navigation-toggle .ppg-Navigation-toggle-bar:nth-child(2) {
    opacity: 0;
    transition: background-color .45s linear,opacity .225s ease,-webkit-transform .45s ease;
    transition: background-color .45s linear,transform .45s ease,opacity .225s ease;
    transition: background-color .45s linear,transform .45s ease,opacity .225s ease,-webkit-transform .45s ease
}

.is-showing-mobileNav .ppg-Navigation-toggle .ppg-Navigation-toggle-bar:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ppg-Row-wrapper+.ppg-Row-wrapper {
    margin-top: .5rem
}

@media (min-width: 576px) {
    .ppg-Row-wrapper+.ppg-Row-wrapper {
        margin-top:.75rem
    }
}

@media (min-width: 769px) {
    .ppg-Row-wrapper+.ppg-Row-wrapper {
        margin-top:1.25rem
    }
}

@media (min-width: 992px) {
    .ppg-Row-wrapper+.ppg-Row-wrapper {
        margin-top:1.25rem
    }
}

@media (min-width: 1300px) {
    .ppg-Row-wrapper+.ppg-Row-wrapper {
        margin-top:2rem
    }
}

@media (min-width: 1500px) {
    .ppg-Row-wrapper+.ppg-Row-wrapper {
        margin-top:2rem
    }
}

@media (min-width: 1800px) {
    .ppg-Row-wrapper+.ppg-Row-wrapper {
        margin-top:2rem
    }
}

html,body {
    min-height: 100%;
    -webkit-overflow-scrolling: touch
}

html.is-locked body:not(.cke_editable) {
    overflow: hidden
}

html.is-showing-mobileNav .ppg-Main,html.is-showing-mobileNav .ppg-Footer.ppg-Footer--main {
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

.ppg-Section {
    position: relative
}

.ppg-Section[style*="background-image"] {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 50vmin;
    display: flex;
    align-items: center
}

.ppg-Section.ppg-Section--default>* {
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media (min-width: 576px) {
    .ppg-Section.ppg-Section--default>* {
        padding-top:1.5rem;
        padding-bottom: 1.5rem
    }
}

@media (min-width: 769px) {
    .ppg-Section.ppg-Section--default>* {
        padding-top:2.5rem;
        padding-bottom: 2.5rem
    }
}

@media (min-width: 992px) {
    .ppg-Section.ppg-Section--default>* {
        padding-top:2.5rem;
        padding-bottom: 2.5rem
    }
}

@media (min-width: 1300px) {
    .ppg-Section.ppg-Section--default>* {
        padding-top:4rem;
        padding-bottom: 4rem
    }
}

@media (min-width: 1500px) {
    .ppg-Section.ppg-Section--default>* {
        padding-top:4rem;
        padding-bottom: 4rem
    }
}

@media (min-width: 1800px) {
    .ppg-Section.ppg-Section--default>* {
        padding-top:4rem;
        padding-bottom: 4rem
    }
}

.ppg-Section.ppg-Section--columns>* {
    padding-top: 1rem
}

@media (min-width: 576px) {
    .ppg-Section.ppg-Section--columns>* {
        padding-top:1.5rem
    }
}

@media (min-width: 769px) {
    .ppg-Section.ppg-Section--columns>* {
        padding-top:2.5rem
    }
}

@media (min-width: 992px) {
    .ppg-Section.ppg-Section--columns>* {
        padding-top:2.5rem
    }
}

@media (min-width: 1300px) {
    .ppg-Section.ppg-Section--columns>* {
        padding-top:4rem
    }
}

@media (min-width: 1500px) {
    .ppg-Section.ppg-Section--columns>* {
        padding-top:4rem
    }
}

@media (min-width: 1800px) {
    .ppg-Section.ppg-Section--columns>* {
        padding-top:4rem
    }
}

.ppg-Section.ppg-Section--columns>*.pb-0>.row>[class*="col-"] {
    margin-bottom: 0 !important
}

.ppg-Section.ppg-Section--columns>*>.row>[class*="col-"] {
    margin-bottom: 1rem
}

@media (min-width: 576px) {
    .ppg-Section.ppg-Section--columns>*>.row>[class*="col-"] {
        margin-bottom:1.5rem
    }
}

@media (min-width: 769px) {
    .ppg-Section.ppg-Section--columns>*>.row>[class*="col-"] {
        margin-bottom:2.5rem
    }
}

@media (min-width: 992px) {
    .ppg-Section.ppg-Section--columns>*>.row>[class*="col-"] {
        margin-bottom:2.5rem
    }
}

@media (min-width: 1300px) {
    .ppg-Section.ppg-Section--columns>*>.row>[class*="col-"] {
        margin-bottom:4rem
    }
}

@media (min-width: 1500px) {
    .ppg-Section.ppg-Section--columns>*>.row>[class*="col-"] {
        margin-bottom:4rem
    }
}

@media (min-width: 1800px) {
    .ppg-Section.ppg-Section--columns>*>.row>[class*="col-"] {
        margin-bottom:4rem
    }
}

.ppg-SiteWrapper {
    overflow-x: hidden;
    width: 100%;
    padding-top: 4rem
}

@media (min-width: 992px) {
    .ppg-SiteWrapper {
        padding-top:8rem
    }
}

@media (min-width: 1500px) {
    .ppg-SiteWrapper {
        padding-top:9.5rem
    }
}

.ppg-Slider {
    position: relative
}

.ppg-Slider .ppg-Slider-slides {
    visibility: hidden;
    height: 0;
    margin-bottom: 0;
    margin-left: -1.25rem;
    margin-right: -1.25rem
}

.ppg-Slider .ppg-Slider-slides.slick-initialized {
    visibility: visible;
    height: auto
}

.ppg-Slider .slick-track {
    display: flex
}

.ppg-Slider .slick-slide {
    position: relative;
    float: none;
    height: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media (min-width: 769px) {
    .ppg-Slider .slick-slide>div {
        height:100%
    }
}

.ppg-Slider .slick-slide .ppg-Card {
    display: flex !important;
    height: 100%
}

.ppg-Slider-nav {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.ppg-Slider-nav-prev:hover,.ppg-Slider-nav-next:hover {
    cursor: pointer
}

.ppg-Slider-nav-dots {
    margin-left: 1rem;
    margin-right: 1rem
}

.ppg-Slider-nav-dots .slick-dots {
    position: relative;
    bottom: auto;
    width: auto;
    margin: 0 .5rem
}

.ppg-Slider-nav-dots .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 2px;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle
}

.ppg-Slider-nav-dots .slick-dots li button {
    padding: 0;
    width: 16px;
    height: 16px;
    position: relative
}

.ppg-Slider-nav-dots .slick-dots li button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #dee2e6;
    opacity: 1;
    transition: width .15s ease,height .15s ease
}

.ppg-Slider-nav-dots .slick-dots li button:hover:before {
    background-color: #c8b400
}

.ppg-Slider-nav-dots .slick-dots li.slick-active button:before,.ppg-Slider-nav-dots .slick-dots li.slick-active button:hover:before,.ppg-Slider-nav-dots .slick-dots li.slick-active button:focus:before {
    background-color: #FFE606;
    opacity: 1
}

.tx_solr.ppg-Section.ppg-Section--solrResults .results-list [class*="col-"] {
    margin-bottom: 1rem
}

@media (min-width: 576px) {
    .tx_solr.ppg-Section.ppg-Section--solrResults .results-list [class*="col-"] {
        margin-bottom:1.5rem
    }
}

@media (min-width: 769px) {
    .tx_solr.ppg-Section.ppg-Section--solrResults .results-list [class*="col-"] {
        margin-bottom:2.5rem
    }
}

@media (min-width: 992px) {
    .tx_solr.ppg-Section.ppg-Section--solrResults .results-list [class*="col-"] {
        margin-bottom:2.5rem
    }
}

@media (min-width: 1300px) {
    .tx_solr.ppg-Section.ppg-Section--solrResults .results-list [class*="col-"] {
        margin-bottom:4rem
    }
}

@media (min-width: 1500px) {
    .tx_solr.ppg-Section.ppg-Section--solrResults .results-list [class*="col-"] {
        margin-bottom:4rem
    }
}

@media (min-width: 1800px) {
    .tx_solr.ppg-Section.ppg-Section--solrResults .results-list [class*="col-"] {
        margin-bottom:4rem
    }
}

.tx_solr.ppg-Section.ppg-Section--solrResults .results-entry .relevance {
    display: flex;
    align-items: baseline;
    color: #01B955;
    font-size: .83333rem;
    line-height: 1
}

.tx_solr.ppg-Section.ppg-Section--solrResults .results-entry .relevance>* {
    flex: 0 0 auto
}

.tx_solr.ppg-Section.ppg-Section--solrResults .results-entry .relevance>*:not(:last-child) {
    margin-right: .5rem
}

.tx_solr.ppg-Section.ppg-Section--solrResults .results-entry .relevance .progress {
    width: 4rem;
    height: 2px !important
}

.tx_solr.ppg-Section.ppg-Section--solrResults .results-highlight {
    background-color: gray
}

html {
    font-size: 16px
}

@media (max-width: 575.98px) {
    html {
        font-size:14px
    }
}

@media (min-width: 769px) {
    html {
        font-size:12px
    }
}

@media (min-width: 1300px) {
    html {
        font-size:14px
    }
}

@media (min-width: 1500px) {
    html {
        font-size:16px
    }
}

@media (min-width: 1800px) {
    html {
        font-size:18px
    }
}

b,strong,th {
    font-weight: 600
}

@media (min-width: 769px) and (max-width: 991.98px) {
    .ppg-Row .col-md-5 h1,.ppg-Row .col-md-5 h2,.ppg-Row .col-md-5 h3,.ppg-Row .col-md-5 .h1,.ppg-Row .col-md-5 .h2,.ppg-Row .col-md-5 .h3 {
        overflow-wrap:break-word;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto
    }
}

p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-hyphens: auto;
    hyphens: auto
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    letter-spacing: 0
}

h1,.h1 {
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.1;
    font-size: 1.95312rem
}

@media (max-width: 991.98px) {
    h1,.h1 {
        font-size:1.5625rem
    }
}

h2,.h2 {
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.1;
    font-size: 1.5625rem
}

h3,.h3 {
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.1;
    font-size: 1.25rem
}

h4,.h4 {
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.1;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 1rem
}

h5,.h5 {
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.1;
    font-size: .83333rem;
    line-height: 1.4;
    margin-bottom: 1rem
}

h6,.h6 {
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.1;
    font-size: .69444rem;
    line-height: 1.5;
    margin-bottom: 1rem
}

@media (max-width: 768.98px) {
    h1 br,h2 br,h3 br,h4 br,h5 br,h6 br,.h1 br,.h2 br,.h3 br,.h4 br,.h5 br,.h6 br {
        display:none
    }
}

.ppg-u-preheadline {
    font-family: "Founders Grotesk Text","WorkSans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-size: .83333rem;
    font-weight: 300
}

@media (max-width: 768.98px) {
    .display-1,.display-2,.display-3,.display-4 {
        line-height:1.1
    }
}

@media (max-width: 768.98px) {
    .display-2,.display-3,.display-4 {
        font-size:1.5625rem
    }
}

.display-1 {
    line-height: 1
}

@media (max-width: 768.98px) {
    .display-1 {
        font-size:1.95312rem
    }
}

.display-2 {
    line-height: 1
}

.display-3 {
    line-height: 1.2
}

.display-4 {
    line-height: 1.2
}

p:not(.badge)+h1,p:not(.badge)+h2,p:not(.badge)+h3,p:not(.badge)+h4,p:not(.badge)+h5,p:not(.badge)+h6,p:not(.badge)+.h1,p:not(.badge)+.h2,p:not(.badge)+.h3,p:not(.badge)+.h4,p:not(.badge)+.h5,p:not(.badge)+.h6,ul+h1,ul+h2,ul+h3,ul+h4,ul+h5,ul+h6,ul+.h1,ul+.h2,ul+.h3,ul+.h4,ul+.h5,ul+.h6,ol+h1,ol+h2,ol+h3,ol+h4,ol+h5,ol+h6,ol+.h1,ol+.h2,ol+.h3,ol+.h4,ol+.h5,ol+.h6 {
    margin-top: 2rem
}

blockquote {
    position: relative;
    font-family: Georgia,Times,Times New Roman,serif;
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.7;
    padding: 1.5rem 0 1.5rem 2.5rem;
    margin-bottom: 0
}

blockquote:before {
    content: '“';
    font-size: 3.5em;
    line-height: 0.9;
    display: inline-block;
    position: absolute;
    left: 0
}

blockquote p:last-child {
    font-family: "Founders Grotesk Text","WorkSans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: .83333rem;
    line-height: 1.5;
    border-top: 1px solid;
    padding-top: 1rem
}

.lead,div.lead,p.lead,span.lead {
    font-family: Georgia,Times,Times New Roman,serif;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 2.5rem
}

.ppg-Video-inner {
    margin-bottom: 0
}

.ppg-Video-media-wrapper {
    position: relative
}

.ppg-Video-media {
    width: 100%;
    height: auto
}

.ppg-Video-poster {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.ppg-Video.is-playing .ppg-Video-poster,.ppg-Video.has-paused .ppg-Video-poster {
    display: none
}

.ppg-Video-controls {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: opacity .225s linear
}

.ppg-Video.is-playing .ppg-Video-controls,.ppg-Video.has-paused .ppg-Video-controls {
    opacity: 0
}

.ppg-Video.is-playing .ppg-Video-controls:hover,.ppg-Video.has-paused .ppg-Video-controls:hover {
    opacity: 1
}

.ppg-Video-btn {
    display: inline-block;
    background-color: transparent;
    padding: 0;
    margin: 1rem;
    border: 0 none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ppg-Video-btn:focus {
    outline: 0 none
}

.ppg-Video-btn--pause {
    display: none
}

.ppg-Video.is-playing .ppg-Video-btn--pause {
    display: inline-block
}

.ppg-Video-btn--stop,.ppg-Video-btn--fullscreen {
    display: none
}

.ppg-Video.is-playing .ppg-Video-btn--stop,.ppg-Video.has-paused .ppg-Video-btn--stop,.ppg-Video.is-playing .ppg-Video-btn--fullscreen,.ppg-Video.has-paused .ppg-Video-btn--fullscreen {
    display: inline-block
}

.ppg-Video-btn--play {
    display: inline-block
}

.ppg-Video.is-playing .ppg-Video-btn--play {
    display: none
}

.ppg-EventList-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: -1.25rem;
    margin-right: -1.25rem
}

.ppg-EventList-list:not(.empty) .ppg-EventList-list-empty {
    display: none
}

.ppg-EventList.ppg-EventList--simple .ppg-Card.ppg-Card--event,.ppg-EventList.ppg-EventList--highlight .ppg-Card.ppg-Card--event {
    flex: 1 1 20rem
}

@media (min-width: 769px) {
    .ppg-EventList.ppg-EventList--simple .ppg-Card.ppg-Card--event,.ppg-EventList.ppg-EventList--highlight .ppg-Card.ppg-Card--event {
        max-width:none
    }
}

.ppg-EventList.ppg-EventList--filter .ppg-EventList-list {
    margin-left: 0;
    margin-right: 0
}

.ppg-EventList.ppg-EventList--filter .ppg-Card.ppg-Card--event,.ppg-EventList.ppg-EventList--highlight .ppg-Card.ppg-Card--event {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 5rem
}

.ppg-EventList.ppg-EventList--filter .ppg-Card.ppg-Card--event .ppg-Card-date,.ppg-EventList.ppg-EventList--highlight .ppg-Card.ppg-Card--event .ppg-Card-date {
    color: #79768f;
    text-transform: uppercase
}

.ppg-EventList.ppg-EventList--filter .ppg-Card.ppg-Card--event .card-title,.ppg-EventList.ppg-EventList--highlight .ppg-Card.ppg-Card--event .card-title {
    margin-top: 0.5rem
}

.ppg-EventList.ppg-EventList--highlight .ppg-EventList-list {
    margin-left: 0;
    margin-right: -2.5rem
}

.ppg-EventList.ppg-EventList--highlight .ppg-Card.ppg-Card--event {
    border-radius: .25rem;
    background-color: #fff;
    padding: 0 0 1rem 0;
    border: 0;
    margin-bottom: 2.5rem;
    margin-right: 2.5rem
}

.ppg-EventList.ppg-EventList--highlight .ppg-Card.ppg-Card--event .t3m-Card-image {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.ppg-EventList.ppg-EventList--highlight .ppg-Card.ppg-Card--event .t3m-Card-image--dummy {
    overflow: hidden
}

.ppg-EventList.ppg-EventList--highlight .ppg-Card.ppg-Card--event .card-body>*:not(.t3m-Card-image) {
    padding-left: 1rem;
    padding-right: 1rem
}

.ppg-EventList.ppg-EventList--highlight .ppg-Card.ppg-Card--event .event-online .feather,.ppg-EventList.ppg-EventList--highlight .ppg-Card.ppg-Card--event .event-presence .feather,.ppg-EventList.ppg-EventList--highlight .ppg-Card.ppg-Card--event .event-hybrid .feather {
    stroke: #28D7B9
}

.ppg-Card.ppg-Card--event {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 2.5rem
}

@media (min-width: 769px) {
    .ppg-Card.ppg-Card--event {
        max-width:50%
    }
}

@media (min-width: 1500px) {
    .ppg-Card.ppg-Card--event {
        max-width:33.3%
    }
}

.ppg-Card.ppg-Card--event:hover,.ppg-Card.ppg-Card--event:focus {
    text-decoration: none
}

.ppg-Card.ppg-Card--event:hover .card-title:after,.ppg-Card.ppg-Card--event:focus .card-title:after {
    -webkit-transform: translate(0.8em);
    transform: translate(0.8em)
}

.ppg-Card.ppg-Card--event .card-title {
    position: relative;
    display: inline-block;
    padding-right: 1.3em
}

.ppg-Card.ppg-Card--event .card-title:after {
    content: ">";
    display: inline-block;
    width: 0;
    -webkit-transform: translateX(0.5em);
    transform: translateX(0.5em);
    transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease, -webkit-transform .15s ease;
    font-size: 1rem
}

.ppg-Card.ppg-Card--event .card-title:hover:after {
    -webkit-transform: translateX(0.8em);
    transform: translateX(0.8em)
}

.ppg-Card.ppg-Card--event .card-subtitle {
    margin-top: 0
}

.ppg-Card.ppg-Card--event .ppg-Card-meta {
    display: flex;
    flex-direction: column;
    text-align: right;
    padding-right: 1.25rem;
    margin-right: 1.25rem;
    border-right: 1px solid;
    flex: 1 1 0;
    color: #0F234B
}

.ppg-Card.ppg-Card--event .ppg-Card-location,.ppg-Card.ppg-Card--event .ppg-Card-date {
    margin-bottom: .5rem
}

.ppg-Card.ppg-Card--event .card-body {
    flex: 3 1 0
}

.ppg-Card.ppg-Card--event .event-online,.ppg-Card.ppg-Card--event .event-presence,.ppg-Card.ppg-Card--event .event-hybrid {
    font-weight: 500;
    margin-top: 1rem
}

.ppg-Card.ppg-Card--event .event-online .feather,.ppg-Card.ppg-Card--event .event-presence .feather,.ppg-Card.ppg-Card--event .event-hybrid .feather {
    width: 1.2rem;
    height: 1.2rem;
    stroke: #28D7B9;
    margin-right: 0.6rem
}

.ppg-Card.ppg-Card--event .event-hybrid .feather:not(:last-child) {
    margin-right: 0
}

.bg-futureGreen .ppg-Card.ppg-Card--event .event-online .feather,.bg-futureGreen .ppg-Card.ppg-Card--event .event-presence .feather,.bg-futureGreen .ppg-Card.ppg-Card--event .event-hybrid .feather {
    stroke: #FFE606
}

.ppg-Card.ppg-Card--eventSlider {
    margin: 1.25rem;
    padding: 1.25rem
}

.ppg-Card.ppg-Card--eventSlider:hover,.ppg-Card.ppg-Card--eventSlider:focus {
    text-decoration: none
}

.ppg-Card.ppg-Card--eventSlider .card-body {
    padding: 0
}

.ppg-Card.ppg-Card--eventSlider .ppg-Card-places {
    text-transform: uppercase;
    color: #7D37F0;
    font-weight: bolder
}

.ppg-Card.ppg-Card--event.ppg-Card--related {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    box-shadow: none
}

.ppg-Card.ppg-Card--event.ppg-Card--related .card-body {
    padding: 0
}

.ppg-Card.ppg-Card--event.ppg-Card--related .card-title {
    margin-top: 0.5rem
}

.ppg-Card.ppg-Card--event.ppg-Card--related .ppg-Card-date {
    font-size: .83333rem;
    font-weight: normal;
    text-transform: uppercase
}

.ppg-Card.ppg-Card--event.ppg-Card--related .ppg-Card-type {
    font-weight: 500
}

.ppg-Event-Filters {
    margin-bottom: 4rem
}

.ppg-Event-Filters .form-group {
    margin-right: 2rem
}

.ppg-Event-Filter {
    -webkit-appearance: none;
    appearance: none;
    height: auto;
    font-weight: 500;
    text-transform: uppercase;
    border-color: #0F234B;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" style="enable-background:new 0 0 32 32" xml:space="preserve"><path fill="rgb(15, 35, 75)" d="m24 12-8 10-8-10z"/><path style="fill:none" d="M0 0h32v32H0z"/></svg>');
    background-repeat: no-repeat;
    background-position: calc(100% - 0.5rem) center;
    background-size: 1.2rem;
    padding: .5rem 2rem .5rem .5rem
}

.ppg-Event-Filter--type,.ppg-Event-Filter--date {
    color: #fff;
    background-color: #0F234B;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" style="enable-background:new 0 0 32 32" xml:space="preserve"><path fill="white" d="m24 12-8 10-8-10z"/><path style="fill:none" d="M0 0h32v32H0z"/></svg>')
}

.ppg-Event-Filter--type:focus,.ppg-Event-Filter--date:focus {
    color: white;
    background-color: #0F234B
}

.ppg-Card--event.filtered {
    display: none
}

.ppg-KnowledgeBase-sidebar:not(.bg-gray) {
    color: white
}

.ppg-KnowledgeBase-sidebar>div:not(:first-child) {
    margin-top: 1rem
}

@media (min-width: 576px) {
    .ppg-KnowledgeBase-sidebar>div:not(:first-child) {
        margin-top:1.5rem
    }
}

@media (min-width: 769px) {
    .ppg-KnowledgeBase-sidebar>div:not(:first-child) {
        margin-top:2.5rem
    }
}

@media (min-width: 992px) {
    .ppg-KnowledgeBase-sidebar>div:not(:first-child) {
        margin-top:2.5rem
    }
}

@media (min-width: 1300px) {
    .ppg-KnowledgeBase-sidebar>div:not(:first-child) {
        margin-top:4rem
    }
}

@media (min-width: 1500px) {
    .ppg-KnowledgeBase-sidebar>div:not(:first-child) {
        margin-top:4rem
    }
}

@media (min-width: 1800px) {
    .ppg-KnowledgeBase-sidebar>div:not(:first-child) {
        margin-top:4rem
    }
}

.ppg-KnowledgeBase-sidebar .ppg-SocialShare {
    padding-top: 4rem;
    margin-top: auto
}

.ppg-KnowledgeBase-sidebar .ppg-SocialShare .shariff .orientation-horizontal .share_text {
    display: inline
}

.ppg-KnowledgeBaseList ul {
    list-style: none;
    padding-left: 0
}

.ppg-KnowledgeBaseList-hint-empty {
    display: none
}

.ppg-KnowledgeBaseList.empty .ppg-KnowledgeBaseList-hint-empty {
    display: block
}

.ppg-KnowledgeBaseList-hint-error {
    display: none
}

.ppg-KnowledgeBaseList.error .ppg-KnowledgeBaseList-hint-error {
    display: block
}

.ppg-KnowledgeBaseList-topic {
    color: #32d7f5;
    font-size: 1rem
}

.ppg-KnowledgeBaseList-topic a {
    color: inherit
}

.ppg-KnowledgeBaseList-topic a:hover,.ppg-KnowledgeBaseList-topic a:focus {
    color: #0cc
}

.ppg-KnowledgeBaseList-item {
    padding: .25rem 0
}

.ppg-KnowledgeBaseList-item a {
    color: inherit
}

.bg-safetyBlue .ppg-KnowledgeBaseList-item,.bg-digitalViolet .ppg-KnowledgeBaseList-item {
    color: white
}

.ppg-KnowledgeBaseCard {
    box-shadow: none;
    margin-top: 1rem;
    margin-bottom: 1rem
}

@media (min-width: 576px) {
    .ppg-KnowledgeBaseCard {
        margin-top:1.5rem;
        margin-bottom: 1.5rem
    }
}

@media (min-width: 769px) {
    .ppg-KnowledgeBaseCard {
        margin-top:2.5rem;
        margin-bottom: 2.5rem
    }
}

@media (min-width: 992px) {
    .ppg-KnowledgeBaseCard {
        margin-top:2.5rem;
        margin-bottom: 2.5rem
    }
}

@media (min-width: 1300px) {
    .ppg-KnowledgeBaseCard {
        margin-top:4rem;
        margin-bottom: 4rem
    }
}

@media (min-width: 1500px) {
    .ppg-KnowledgeBaseCard {
        margin-top:4rem;
        margin-bottom: 4rem
    }
}

@media (min-width: 1800px) {
    .ppg-KnowledgeBaseCard {
        margin-top:4rem;
        margin-bottom: 4rem
    }
}

.ppg-KnowledgeBaseCard a:hover,.ppg-KnowledgeBaseCard a:focus {
    text-decoration: none
}

@media (min-width: 992px) {
    .ppg-KnowledgeBaseCard a:hover .ppg-Card-image-wrap,.ppg-KnowledgeBaseCard a:focus .ppg-Card-image-wrap {
        -webkit-transform:scale(1.05);
        transform: scale(1.05)
    }
}

.ppg-KnowledgeBaseCard .ppg-Card-badge {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    padding: .5rem 1rem;
    border-radius: .25rem;
    background-color: #7D37F0;
    color: white
}

.ppg-KnowledgeBaseCard .ppg-Card-image-wrap {
    position: relative;
    transition: -webkit-transform .225s ease-in-out;
    transition: transform .225s ease-in-out;
    transition: transform .225s ease-in-out, -webkit-transform .225s ease-in-out
}

.ppg-KnowledgeBaseCard .ppg-Card-image {
    margin-bottom: 1.5rem
}

.ppg-KnowledgeBaseCard .ppg-Card-title {
    margin-bottom: .5rem
}

.ppg-KnowledgeBaseCard .ppg-Card-pageType {
    color: #32d7f5;
    text-transform: uppercase
}

.ppg-KnowledgeBaseCard.ppg-KnowledgeBaseCard--featured {
    margin-top: 0
}

.ppg-KnowledgeBaseCard.ppg-KnowledgeBaseCard--featured .card-body {
    padding-left: 0
}

.ppg-KnowledgeBaseMetaList {
    text-transform: uppercase
}

.ppg-KnowledgeBaseMetaList ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding-left: 0
}

@media (max-width: 991.98px) {
    .ppg-KnowledgeBaseMetaList ul {
        flex-direction:row;
        flex-wrap: wrap
    }
}

.ppg-KnowledgeBaseMetaList h3 {
    text-transform: initial
}

@media (min-width: 769px) {
    .ppg-KnowledgeBaseMetaList-Accordion-body.collapse:not(.show) {
        display:block;
        margin-bottom: 2rem
    }
}

@media (max-width: 991.98px) {
    .ppg-KnowledgeBaseMetaList-Accordion-header h3 {
        position:relative;
        padding-bottom: 1rem;
        border-bottom: 1px solid white
    }

    .ppg-KnowledgeBaseMetaList-Accordion-header h3::after {
        content: '>';
        position: absolute;
        right: 0;
        top: 0.2rem;
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        transition: -webkit-transform .15s ease;
        transition: transform .15s ease;
        transition: transform .15s ease, -webkit-transform .15s ease;
        font-size: 1rem;
        font-weight: normal
    }

    .ppg-KnowledgeBaseMetaList-Accordion-header.collapsed h3::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

.ppg-KnowledgeBaseMetaList-item {
    margin-bottom: 1rem;
    margin-right: 1rem
}

.ppg-KnowledgeBaseMetaList-item:last-child {
    margin-bottom: 0
}

.ppg-KnowledgeBaseMetaList-item .ppg-Icon,.ppg-KnowledgeBaseMetaList-item .ppg-SocialShare .shariff li .fab,.ppg-SocialShare .shariff li .ppg-KnowledgeBaseMetaList-item .fab,.ppg-KnowledgeBaseMetaList-item .ppg-SocialShare .shariff li .far,.ppg-SocialShare .shariff li .ppg-KnowledgeBaseMetaList-item .far,.ppg-KnowledgeBaseMetaList-item .ppg-SocialShare .shariff li .fas,.ppg-SocialShare .shariff li .ppg-KnowledgeBaseMetaList-item .fas,.ppg-KnowledgeBaseMetaList-item .ppg-Card.ppg-Card--certificationsCard ul li:before,.ppg-Card.ppg-Card--certificationsCard ul .ppg-KnowledgeBaseMetaList-item li:before {
    margin-top: -.125rem
}

.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item a,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item {
    background-color: transparent
}

.ppg-Jobs-fitler-active>span {
    display: block;
    padding: .25rem .5rem;
    margin-top: .5rem;
    font-size: .83333rem
}

.ppg-Jobs-fitler-active>span:before {
    margin-right: .5rem;
    content: "×"
}

.ppg-Jobs-header {
    display: none
}

@media (min-width: 769px) {
    .ppg-Jobs-header {
        display:flex
    }
}

.ppg-Jobs-border {
    margin: 0
}

.ppg-Jobs-header-item {
    font-weight: 500;
    text-transform: uppercase
}

.ppg-Jobs-item .mediatis-Jobs-table-row-position {
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.1;
    font-size: 1.25rem
}

.ppg-Jobs-item .mediatis-Jobs-table-row-position a {
    color: #0F234B
}

.ppg-Jobs-item.hidden {
    display: none
}

.ppg-Jobs-item {
    margin-bottom: 2.5rem
}

@media (min-width: 769px) {
    .ppg-Jobs-item {
        margin-bottom:0
    }
}

.ppg-Section.ppg-Section--columns .ppg-Jobs.ppg-Jobs--List [class*="col-"] {
    margin-bottom: 1rem
}

@media (min-width: 769px) {
    .ppg-Section.ppg-Section--columns .ppg-Jobs.ppg-Jobs--List [class*="col-"] {
        margin-bottom:1.5rem
    }
}

@media (min-width: 1300px) {
    .ppg-Section.ppg-Section--columns .ppg-Jobs.ppg-Jobs--List [class*="col-"] {
        margin-bottom:2.5rem
    }
}

.ppg-SocialShare {
    margin-bottom: 2.5rem
}

.ppg-SocialShare .shariff-button a {
    border-radius: .25rem
}

.ppg-SocialShare .shariff li .fab,.ppg-SocialShare .shariff li .far,.ppg-SocialShare .shariff li .fas {
    margin-left: .5rem
}

.ppg-SocialShare .shariff li .fab:before,.ppg-SocialShare .shariff li .far:before,.ppg-SocialShare .shariff li .fas:before {
    content: none
}

.tx-solr-autosuggest {
    cursor: pointer;
    border: 1px solid #0F234B;
    background: #fff;
    color: #79768f;
    overflow: auto;
    border-bottom-left-radius: .2rem;
    border-bottom-right-radius: .2rem;
    border-color: #fff386;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,230,6,0.25)
}

.tx-solr-autosuggest strong {
    color: #0F234B
}

.tx-solr-autosuggest .autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden
}

.tx-solr-autosuggest .autocomplete-selected {
    background: #FFE606
}

.tx-solr-autosuggest .autocomplete-group {
    padding: .25rem .5rem
}

.tx-solr-autosuggest .autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #999
}

.ce-gallery figure>img {
    border-radius: .25rem
}

.ce-gallery video {
    width: 100%
}

@media (max-width: 575.98px) {
    .ce-intext.ce-left .ce-gallery {
        float:none;
        margin-bottom: 0
    }

    .ce-intext.ce-right .ce-gallery {
        float: none;
        margin-bottom: 0
    }
}

@media (max-width: 575.98px) {
    .ce-textpic.ce-textpic-mobileTop {
        display:block
    }

    .ce-textpic.ce-textpic-mobileTop .ce-gallery {
        float: none;
        margin-right: 0;
        margin-top: 1rem
    }
}

.ppg-u-border-left,.ppg-u-border-left-white {
    padding: 0 1rem .5rem 1rem;
    margin: 1rem 0;
    position: relative;
    border-left: .125rem solid;
    min-height: 4rem
}

@media (min-width: 576px) {
    .ppg-u-border-left,.ppg-u-border-left-white {
        margin:1.5rem 0
    }
}

@media (min-width: 769px) {
    .ppg-u-border-left,.ppg-u-border-left-white {
        margin:2.5rem 0
    }
}

.ppg-u-border-left h3,.ppg-u-border-left h4,.ppg-u-border-left h5,.ppg-u-border-left .h3,.ppg-u-border-left .h4,.ppg-u-border-left .h5,.ppg-u-border-left-white h3,.ppg-u-border-left-white h4,.ppg-u-border-left-white h5,.ppg-u-border-left-white .h3,.ppg-u-border-left-white .h4,.ppg-u-border-left-white .h5 {
    margin-bottom: 0
}

.ppg-u-border-left-white {
    border-color: #fff
}

.ppg-u-textShadow {
    text-shadow: 0 1px 1px #000
}

.ppg-u-textOpacity {
    opacity: 0.5
}

.ppg-AnimationContainer.ppg-AnimationContainer--round {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

@media (min-width: 769px) {
    .ppg-AnimationContainer.ppg-AnimationContainer--round {
        margin-top:4rem
    }
}

@media (min-width: 769px) {
    .ppg-AnimationContainer.ppg-AnimationContainer--round .ppg-Animated-image-wrap {
        padding-bottom:8rem
    }
}

.ppg-AnimationContainer.ppg-AnimationContainer--round .ppg-Animated-image {
    position: relative
}

.ppg-AnimationContainer.ppg-AnimationContainer--round .ppg-Animated-image svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: opacity .224s ease-in-out
}

.ppg-AnimationContainer.ppg-AnimationContainer--round .ppg-Animated-image :first-child {
    position: relative
}

.ppg-AnimationContainer.ppg-AnimationContainer--round .ppg-Animated-image.animated svg {
    opacity: 0.5
}

.ppg-AnimationContainer.ppg-AnimationContainer--round .ppg-Animated-image.ppg-a-position-5 .ppg-a-Layer-5 {
    opacity: 1
}

.ppg-AnimationContainer.ppg-AnimationContainer--round .ppg-Animated-image.ppg-a-position-4 .ppg-a-Layer-4 {
    opacity: 1
}

.ppg-AnimationContainer.ppg-AnimationContainer--round .ppg-Animated-image.ppg-a-position-3 .ppg-a-Layer-3 {
    opacity: 1
}

.ppg-AnimationContainer.ppg-AnimationContainer--round .ppg-Animated-image.ppg-a-position-2 .ppg-a-Layer-2 {
    opacity: 1
}

.ppg-AnimationContainer.ppg-AnimationContainer--round .ppg-Animated-image.ppg-a-position-1 .ppg-a-Layer-1 {
    opacity: 1
}

.ppg-Animated-section-wrap {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.ppg-Animated-section {
    scroll-snap-align: start end
}

@media (min-width: 769px) {
    .ppg-Animated-section {
        margin:25vh 0;
        min-height: 40vh
    }

    .ppg-Animated-section:last-child {
        margin-bottom: 0;
        min-height: auto
    }
}

.ppg-Animated-section h2,.ppg-Animated-section h3,.ppg-Animated-section h4 {
    position: relative;
    font-size: 2rem
}

.ppg-Animated-section h2:before,.ppg-Animated-section h3:before,.ppg-Animated-section h4:before {
    content: '';
    display: inline-block;
    width: 2rem;
    height: 2rem;
    -webkit-transform: translateY(0.25rem);
    transform: translateY(0.25rem);
    margin-right: .5rem;
    background-size: contain;
    background-repeat: no-repeat
}

.ppg-Animated-section.ppg-Animated-section--5 h3:before {
    background-image: url(../Images/Icons/circle/circle-5.svg)
}

.ppg-Animated-section.ppg-Animated-section--4 h3:before {
    background-image: url(../Images/Icons/circle/circle-4.svg)
}

.ppg-Animated-section.ppg-Animated-section--3 h3:before {
    background-image: url(../Images/Icons/circle/circle-3.svg)
}

.ppg-Animated-section.ppg-Animated-section--2 h3:before {
    background-image: url(../Images/Icons/circle/circle-2.svg)
}

.ppg-Animated-section.ppg-Animated-section--1 h3:before {
    background-image: url(../Images/Icons/circle/circle-1.svg)
}

@media (min-width: 769px) {
    .ppg-Accordion:not(.ppg-Accordion--ppfaq):not(.ppg-Accordion--fullwidth) {
        display:flex;
        flex-wrap: wrap;
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

@media (min-width: 769px) {
    .ppg-Accordion:not(.ppg-Accordion--ppfaq):not(.ppg-Accordion--fullwidth) .ppg-Accordion-item {
        position:relative;
        width: 100%;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.ppg-Accordion-header {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    cursor: pointer
}

.ppg-Accordion-header-number {
    display: inline-block;
    flex: 0 0 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-weight: 500;
    text-align: center;
    margin-right: 1.5rem;
    color: white;
    background-color: #7D37F0;
    border-radius: .25rem
}

.ppg-Accordion-header-title {
    position: relative;
    display: inline-block;
    padding-right: 1.3em;
    margin-bottom: 0
}

.ppg-Accordion-header-title:after {
    content: ">";
    display: inline-block;
    width: 0;
    -webkit-transform: translateX(0.5em);
    transform: translateX(0.5em);
    transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease, -webkit-transform .15s ease;
    font-size: 1rem
}

.ppg-Accordion-header-title:hover:after {
    -webkit-transform: translateX(0.8em);
    transform: translateX(0.8em)
}

.ppg-Accordion-header-title:after {
    -webkit-transform: translate(0.5em, 0.2em) rotate(-90deg);
    transform: translate(0.5em, 0.2em) rotate(-90deg)
}

.ppg-Accordion-header-title:hover:after {
    -webkit-transform: translate(0.8em, 0.2em) rotate(-90deg);
    transform: translate(0.8em, 0.2em) rotate(-90deg)
}

.ppg-Accordion-header.collapsed .ppg-Accordion-header-title:after,.ppg-Accordion-header-title.collapsed:after {
    -webkit-transform: translate(0.5em, -0.2em) rotate(90deg);
    transform: translate(0.5em, -0.2em) rotate(90deg)
}

.ppg-Accordion-header.collapsed .ppg-Accordion-header-title:hover:after,.ppg-Accordion-header-title.collapsed:hover:after {
    -webkit-transform: translate(0.8em, -0.2em) rotate(90deg);
    transform: translate(0.8em, -0.2em) rotate(90deg)
}

.ppg-Accordion-body {
    border-bottom: 1px solid #dee2e6
}

.ppg-Accordion.ppg-Accordion--ppfaq .ppg-Accordion-item {
    box-shadow: 0 4px 20px -12px #0F234B;
    padding: 0;
    margin-bottom: 1.5rem
}

.ppg-Accordion.ppg-Accordion--ppfaq .ppg-Accordion-header {
    display: block;
    width: 100%;
    padding: 0
}

.ppg-Accordion.ppg-Accordion--ppfaq .ppg-Accordion-header-number {
    display: none
}

.ppg-Accordion.ppg-Accordion--ppfaq .ppg-Accordion-header-title {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 4rem;
    color: #7D37F0;
    font-size: 1rem;
    font-weight: 400;
    padding: 1rem 4rem 1rem 1rem
}

.ppg-Accordion.ppg-Accordion--ppfaq .ppg-Accordion-header-title:after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    content: '';
    height: 2rem;
    width: 2rem;
    background-image: url(../Images/Icons/accordion/ppfaq-icon-close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: none;
    transform: none
}

.ppg-Accordion.ppg-Accordion--ppfaq .ppg-Accordion-header.collapsed .ppg-Accordion-header-title {
    color: #0F234B
}

.ppg-Accordion.ppg-Accordion--ppfaq .ppg-Accordion-header.collapsed .ppg-Accordion-header-title:after {
    background-image: url(../Images/Icons/accordion/ppfaq-icon-open.svg);
    -webkit-transform: none;
    transform: none
}

.ppg-Accordion.ppg-Accordion--ppfaq .ppg-Accordion-body {
    border: none
}

.ppg-Accordion.ppg-Accordion--ppfaq .ppg-Accordion-body-inner {
    padding: 0 1rem 1rem 1rem
}

.ppg-Article {
    overflow: hidden
}

.ppg-Article-backgroundImage {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.ppg-Article-inner {
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 4rem
}

@media (min-width: 992px) {
    .ppg-Article-inner {
        padding-top:4rem;
        padding-bottom: 6.5rem
    }
}

.ppg-Article-inner>.container {
    position: relative;
    z-index: 1
}

.ppg-Article-title {
    margin-bottom: 1rem
}

.ppg-Article-title h1:not(:last-child) {
    margin-bottom: .5rem
}

.ppg-Article-pageType,.ppg-Article-subHeadline-cyan {
    color: #32d7f5;
    text-transform: uppercase
}

.ppg-Article-subtitle {
    margin-bottom: 1rem
}

.ppg-Article-meta {
    color: #79768f;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase
}

.ppg-Article-meta a {
    color: inherit
}

.ppg-Article-meta a:hover,.ppg-Article-meta a:focus {
    text-decoration: none;
    color: #0F234B
}

.ppg-Article-meta .ppg-Icon,.ppg-Article-meta .ppg-SocialShare .shariff li .fab,.ppg-SocialShare .shariff li .ppg-Article-meta .fab,.ppg-Article-meta .ppg-SocialShare .shariff li .far,.ppg-SocialShare .shariff li .ppg-Article-meta .far,.ppg-Article-meta .ppg-SocialShare .shariff li .fas,.ppg-SocialShare .shariff li .ppg-Article-meta .fas,.ppg-Article-meta .ppg-Card.ppg-Card--certificationsCard ul li:before,.ppg-Card.ppg-Card--certificationsCard ul .ppg-Article-meta li:before {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
    margin-top: -0.25rem
}

.ppg-Article-sidebar>* {
    margin-bottom: 2.5rem
}

.ppg-Article-sidebar>*:last-child {
    margin-bottom: 0
}

.ppg-Article-relatedPages .ppg-ProductTeaser {
    margin-bottom: 1.5rem
}

.ppg-Article-relatedPages .ppg-ProductTeaser:last-child {
    margin-bottom: 0
}

.ppg-Article-meta-topic,.ppg-Article-meta-item {
    margin-left: 1rem;
    margin-right: 1rem
}

.ppg-Article-entryLvl,.ppg-Article-date {
    color: #79768f;
    margin-bottom: 1.5rem;
    text-transform: uppercase
}

p:not(.badge)+.ppg-Article-title {
    margin-top: 1rem
}

.ppg-Article-img {
    margin-bottom: 1.5rem;
    width: 100%
}

@media (min-width: 769px) {
    .ppg-Article-img {
        margin-bottom:2.5rem
    }
}

@media (min-width: 992px) {
    .ppg-Article-img {
        margin-bottom:4rem
    }
}

.ppg-Article-avatar {
    margin-bottom: 1rem
}

@media (min-width: 992px) {
    .ppg-Article-avatar {
        margin-bottom:1.5rem
    }
}

.ppg-Article-btnJob {
    margin-bottom: 1rem
}

.ppg-Article-gallery-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -.5rem;
    margin-right: -.5rem
}

.ppg-Article-gallery-item {
    flex: 0 1 25%;
    padding: .5rem
}

.ppg-Article-gallery-video {
    position: relative;
    color: #7D37F0
}

.ppg-Article-gallery-video:before {
    content: '';
    background: rgba(125,55,240,0.3);
    position: absolute;
    top: .5rem;
    right: .5rem;
    bottom: .5rem;
    left: .5rem;
    z-index: 1
}

.ppg-Article-gallery-video .ppg-Icon,.ppg-Article-gallery-video .ppg-SocialShare .shariff li .fab,.ppg-SocialShare .shariff li .ppg-Article-gallery-video .fab,.ppg-Article-gallery-video .ppg-SocialShare .shariff li .far,.ppg-SocialShare .shariff li .ppg-Article-gallery-video .far,.ppg-Article-gallery-video .ppg-SocialShare .shariff li .fas,.ppg-SocialShare .shariff li .ppg-Article-gallery-video .fas,.ppg-Article-gallery-video .ppg-Card.ppg-Card--certificationsCard ul li:before,.ppg-Card.ppg-Card--certificationsCard ul .ppg-Article-gallery-video li:before {
    position: absolute;
    width: 4rem;
    height: 4rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 11
}

.ppg-Article-gallery-video:hover {
    color: white
}

.ppg-Article-gallery-list.ppg-Article-gallery-list--bottom {
    margin-bottom: 1.5rem
}

.ppg-Article-gallery-list.ppg-Article-gallery-list--bottom .ppg-Article-gallery-item {
    flex: 0 1 auto
}

.ppg-Article.ppg-Article--jobs .ppg-Article-contacts {
    display: flex
}

.ppg-Article.ppg-Article--jobs .ppg-Article-contacts--image {
    margin-right: 2rem
}

.ppg-Article.ppg-Article--event .ppg-Article-leftcol {
    display: flex;
    flex-direction: column;
    flex: 1
}

.ppg-Article.ppg-Article--event .t3m-Article-img.card-img-top {
    border-radius: 0
}

.ppg-Article.ppg-Article--event .type-digital {
    font-weight: normal
}

.ppg-Article.ppg-Article--event .ppg-Article-title {
    border: none
}

.ppg-Article.ppg-Article--event .ppg-Article-ical,.ppg-Article.ppg-Article--event .ppg-Article-external-link {
    margin-top: 1rem
}

.ppg-Article.ppg-Article--event .ppg-Article-ical .btn,.ppg-Article.ppg-Article--event .ppg-Article-ical .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Article.ppg-Article--event .ppg-Article-ical a,.ppg-Article.ppg-Article--event .ppg-Article-ical .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article.ppg-Article--event .ppg-Article-ical .ppg-Article-meta-item,.ppg-Article.ppg-Article--event .ppg-Article-external-link .btn,.ppg-Article.ppg-Article--event .ppg-Article-external-link .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Article.ppg-Article--event .ppg-Article-external-link a,.ppg-Article.ppg-Article--event .ppg-Article-external-link .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article.ppg-Article--event .ppg-Article-external-link .ppg-Article-meta-item {
    font-size: .83333rem
}

.ppg-Article.ppg-Article--event .ppg-Article-ical svg,.ppg-Article.ppg-Article--event .ppg-Article-external-link svg {
    width: 1.2rem;
    height: 1.2rem;
    margin-left: 0.5rem;
    vertical-align: text-top
}

.ppg-Article.ppg-Article--event .ppg-SocialShare {
    padding-top: 4rem;
    margin-top: auto
}

.ppg-Article.ppg-Article--event .ppg-SocialShare .shariff .orientation-horizontal .share_text {
    display: inline
}

.ppg-Article.ppg-Article--event .ppg-Article-files-list {
    list-style-type: none;
    padding-left: 0
}

.ppg-Article.ppg-Article--event .ppg-Article-files-list a {
    display: flex;
    align-items: center;
    color: black;
    margin-bottom: 1rem
}

.ppg-Article.ppg-Article--event .ppg-Article-files-list a:hover {
    text-decoration: none
}

.ppg-Article.ppg-Article--event .ppg-Article-files-list .feather {
    width: 2rem;
    height: 2rem;
    flex: 0 0 auto;
    color: #0F234B;
    padding: 0.2rem;
    margin-right: 0.5rem;
    margin-top: 0.25rem;
    border: 1px solid #0F234B;
    border-radius: 50%
}

.ppg-Article.ppg-Article--event .ppg-Article-files-list .file-link .file-link-title {
    display: block;
    color: #0F234B;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding-right: 1.3em
}

.ppg-Article.ppg-Article--event .ppg-Article-files-list .file-link .file-link-title:after {
    content: ">";
    display: inline-block;
    width: 0;
    -webkit-transform: translateX(0.5em);
    transform: translateX(0.5em);
    transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease, -webkit-transform .15s ease;
    font-size: 1rem
}

.ppg-Article.ppg-Article--event .ppg-Article-files-list .file-link .file-link-title:hover:after {
    -webkit-transform: translateX(0.8em);
    transform: translateX(0.8em)
}

.ppg-Article.ppg-Article--event .ppg-Article-files-list .file-link .file-link-description {
    display: block;
    color: #0F234B
}

.ppg-Article.ppg-Article--event .ppg-Article-contacts a {
    display: block;
    color: #0F234B
}

.ppg-Article-inlineForm {
    padding: 1rem;
    border-radius: .25rem
}

.ppg-Article-inlineForm--wrapper {
    padding: 1rem;
    margin: -1rem;
    margin-top: 0
}

@media (min-width: 576px) {
    .ppg-Article-inlineForm--wrapper {
        padding:1.5rem;
        margin: -1.5rem;
        margin-top: 0
    }
}

@media (min-width: 769px) {
    .ppg-Article-inlineForm--wrapper {
        padding:2.5rem;
        margin: -2.5rem;
        margin-top: 0
    }
}

@media (min-width: 992px) {
    .ppg-Article-inlineForm--wrapper {
        padding:4rem;
        margin: -4rem;
        margin-top: 0
    }
}

@media (min-width: 576px) {
    .ppg-Article-inlineForm {
        padding:1.5rem
    }
}

@media (min-width: 769px) {
    .ppg-Article-inlineForm {
        padding:2.5rem
    }
}

.ppg-Article-inlineForm iframe {
    border: 0;
    width: 100%
}

.ppg-Article-popupForm {
    width: 100%;
    max-width: 800px;
    border-radius: .25rem
}

.ppg-Article-popupForm--button {
    margin: 3rem 0
}

.ppg-Article-popupForm iframe {
    border: 0;
    width: 100%
}

.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-subtitle {
    margin-bottom: .5rem
}

.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-author ul,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topics ul {
    margin-left: -1rem;
    margin-right: -1rem
}

.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-author li,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topics li {
    margin-bottom: 1rem
}

.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-author .ppg-Article-meta-item {
    pointer-events: none
}

.ppg-Breadcrumb {
    font-size: 1rem;
    font-weight: 500
}

.ppg-Breadcrumb.ppg-Breadcrumb--default {
    margin-bottom: 0;
    margin-top: 1rem
}

@media (min-width: 576px) {
    .ppg-Breadcrumb.ppg-Breadcrumb--default {
        margin-top:1.5rem
    }
}

@media (min-width: 769px) {
    .ppg-Breadcrumb.ppg-Breadcrumb--default {
        margin-top:2.5rem
    }
}

@media (min-width: 992px) {
    .ppg-Breadcrumb.ppg-Breadcrumb--default {
        margin-top:2.5rem
    }
}

@media (min-width: 1300px) {
    .ppg-Breadcrumb.ppg-Breadcrumb--default {
        margin-top:4rem
    }
}

@media (min-width: 1500px) {
    .ppg-Breadcrumb.ppg-Breadcrumb--default {
        margin-top:4rem
    }
}

@media (min-width: 1800px) {
    .ppg-Breadcrumb.ppg-Breadcrumb--default {
        margin-top:4rem
    }
}

.ppg-Header--panel .ppg-Breadcrumb {
    color: white;
    margin-bottom: 0
}

.ppg-Header--panel .ppg-Breadcrumb a {
    color: inherit
}

.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item {
    border-radius: .25rem;
    text-transform: uppercase
}

.btn-gen-prev:after {
    content: "<"
}

.btn-gen-next:after {
    content: ">"
}

.btn-external,.btn-download,.btn-email {
    position: relative;
    padding-left: 36px
}

.btn-external:after,.btn-download:after,.btn-email:after {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url("../../Images/Icons/external-link-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 30%;
    left: 10px
}

.btn-external.btn-sm,.btn-group-sm>.btn-external.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group-sm>a.btn-external,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group-sm>.btn-external.ppg-Article-meta-item,.btn-download.btn-sm,.btn-group-sm>.btn-download.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group-sm>a.btn-download,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group-sm>.btn-download.ppg-Article-meta-item,.btn-email.btn-sm,.btn-group-sm>.btn-email.btn,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group-sm>a.btn-email,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group-sm>.btn-email.ppg-Article-meta-item {
    padding-left: 28px
}

.btn-external.btn-sm:after,.btn-group-sm>.btn-external.btn:after,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group-sm>a.btn-external:after,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group-sm>.btn-external.ppg-Article-meta-item:after,.btn-download.btn-sm:after,.btn-group-sm>.btn-download.btn:after,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group-sm>a.btn-download:after,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group-sm>.btn-download.ppg-Article-meta-item:after,.btn-email.btn-sm:after,.btn-group-sm>.btn-email.btn:after,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .btn-group-sm>a.btn-email:after,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .btn-group-sm>.btn-email.ppg-Article-meta-item:after {
    content: "";
    width: 12px;
    height: 12px
}

.btn-external.btn-outline-digitalViolet:not(:hover):after {
    background-image: url("../../Images/Icons/external-link-icon-violet.svg")
}

.btn-external.btn-digitalViolet:after {
    background-image: url("../../Images/Icons/external-link-icon-weiss.svg")
}

.btn-download:after {
    background-image: url("../../Images/Icons/download-icon-nocircle.svg")
}

.btn-email:after {
    background-image: url("../../Images/Icons/footer-email.svg")
}

.ppg-Card.bg-safetyBlue,.ppg-Card.bg-digitalViolet {
    color: white
}

.ppg-Card.bg-safetyBlue .card-body,.ppg-Card.bg-digitalViolet .card-body {
    color: white
}

.ppg-Card.bg-safetyBlue .card-footer,.ppg-Card.bg-digitalViolet .card-footer {
    color: white
}

.ppg-Card.bg-cyan .ppg-Card-pageType {
    color: #0F234B
}

.ppg-Card.bg-cyan .btn-cyan,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .btn,.ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .btn,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan a,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan a,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .ppg-Article-meta-item,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .ppg-Article-meta-item {
    background-color: transparent
}

.ppg-Card.bg-cyan .btn-cyan:hover,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .btn:hover,.ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .btn:hover,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:hover,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan a:hover,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:hover,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan a:hover,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:hover,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .ppg-Article-meta-item:hover,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:hover,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .ppg-Article-meta-item:hover,.ppg-Card.bg-cyan .btn-cyan:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .btn:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .btn:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.bg-cyan a:focus,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item a:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan a:focus,.ppg-Card.bg-cyan .ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item:focus,.ppg-KnowledgeBaseMetaList-item .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.bg-cyan .ppg-Article-meta-item:focus,.ppg-Card.bg-cyan .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Article-meta-item:focus,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBaseMetaList-item .ppg-Card.bg-cyan .ppg-Article-meta-item:focus {
    color: #32d7f5
}

.ppg-Card-image {
    transition: -webkit-transform .225s ease-in-out;
    transition: transform .225s ease-in-out;
    transition: transform .225s ease-in-out, -webkit-transform .225s ease-in-out;
    border-radius: .25rem;
    width: 100%
}

.ppg-Card-pageType {
    color: #32d7f5;
    text-transform: uppercase
}

.ppg-Card-pageType i {
    margin-right: .25rem
}

.ppg-Card.ppg-Card--p-0 .card-header,.ppg-Card.ppg-Card--p-0 .card-body,.ppg-Card.ppg-Card--p-0 .card-footer {
    padding: 0
}

.ppg-Card.ppg-Card--p-8 .card-header,.ppg-Card.ppg-Card--p-8 .card-body,.ppg-Card.ppg-Card--p-8 .card-footer {
    padding: .5rem
}

.ppg-Card.ppg-Card--p-16 .card-header,.ppg-Card.ppg-Card--p-16 .card-body,.ppg-Card.ppg-Card--p-16 .card-footer {
    padding: 1rem
}

.ppg-Card.ppg-Card--p-24 .card-header,.ppg-Card.ppg-Card--p-24 .card-body,.ppg-Card.ppg-Card--p-24 .card-footer {
    padding: 1.5rem
}

.ppg-Card.ppg-Card--p-40 .card-header,.ppg-Card.ppg-Card--p-40 .card-body,.ppg-Card.ppg-Card--p-40 .card-footer {
    padding: 2.5rem
}

.ppg-Card.ppg-Card--p-64 .card-header,.ppg-Card.ppg-Card--p-64 .card-body,.ppg-Card.ppg-Card--p-64 .card-footer {
    padding: 4rem
}

.ppg-Card.ppg-Card--feature {
    color: #fff;
    background-color: rgba(125,55,240,0.9)
}

.ppg-Card.ppg-Card--feature .card-header {
    background-color: rgba(0,0,0,0.2);
    border-bottom: 0 none
}

@media (min-width: 769px) {
    .ppg-Card.ppg-Card--feature .card-header {
        padding:2.5rem
    }
}

.ppg-Card.ppg-Card--feature .card-title {
    margin-bottom: 0
}

.ppg-Card.ppg-Card--feature .ppg-Card-body {
    color: #fff
}

@media (min-width: 769px) {
    .ppg-Card.ppg-Card--feature .ppg-Card-body {
        padding:2.5rem
    }
}

.ppg-Card.ppg-Card--feature a:not(.btn) {
    color: inherit
}

.ppg-Card.ppg-Card--feature a:after {
    color: #FFE606
}

.ppg-Card.ppg-Card--featureSlider .card-body {
    align-items: center;
    justify-content: center
}

.ppg-Card.ppg-Card--featureSlider .card-body>* {
    max-width: 40em;
    width: 80%
}

.ppg-Card.ppg-Card--homeCard {
    display: block;
    flex-direction: initial;
    padding: .25rem
}

@media (min-width: 576px) {
    .ppg-Card.ppg-Card--homeCard {
        display:flex
    }
}

.ppg-Card.ppg-Card--homeCard .ppg-Card-image-wrapper {
    flex-basis: 40%
}

.ppg-Card.ppg-Card--homeCard .ppg-Card-image-wrapper .ppg-Card-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ppg-Card.ppg-Card--homeCard .card-body {
    flex-basis: 60%;
    justify-content: center
}

.ppg-Card.ppg-Card--homeCard .card-body .ppg-Card-subtitle {
    margin-bottom: .5rem
}

.ppg-Card.ppg-Card--certificationsCard {
    font-size: 1rem;
    background-color: #EAFBF8;
    border: 1px solid #d4f7f1;
    box-shadow: none
}

.ppg-Card.ppg-Card--certificationsCard ul {
    list-style-type: none
}

.ppg-Card.ppg-Card--certificationsCard ul li {
    line-height: 1.4;
    padding-left: 2.5rem;
    margin-bottom: 1rem
}

.ppg-Card.ppg-Card--certificationsCard ul li:before {
    content: ''
}

@media (max-width: 768.98px) {
    .ppg-Card.ppg-Card--ppDashboardCard .card-body,.ppg-Card.ppg-Card--ppDashboardImageCard .card-body {
        min-height:50vw
    }
}

.ppg-Card.ppg-Card--ppDashboardCard .card-text,.ppg-Card.ppg-Card--ppDashboardImageCard .card-text {
    font-weight: 300;
    line-height: 1.25
}

.ppg-Card.ppg-Card--ppDashboardCard {
    background: linear-gradient(to bottom right, #28D7B9, #BFF3EA);
    border: 1px solid #AAEEE2
}

@media (max-width: 768.98px) {
    .ppg-Card.ppg-Card--ppDashboardCard .card-body {
        min-height:33vw
    }
}

.ppg-Card.ppg-Card--ppDashboardCard .ppg-Card-icon-wrapper {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    padding: 0;
    overflow: hidden
}

.ppg-Card.ppg-Card--ppDashboardCard .ppg-Card-icon-wrapper .ppg-Card-icon {
    width: 100%;
    height: 100%;
    -webkit-transform: translate(30%, 30%);
    transform: translate(30%, 30%)
}

.ppg-Card.ppg-Card--ppDashboardImageCard {
    position: relative
}

.ppg-Card.ppg-Card--ppDashboardImageCard .ppg-Card-image-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: calc(.25rem - 1px)
}

.ppg-Card.ppg-Card--ppDashboardImageCard .ppg-Card-image-wrapper .ppg-Card-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ppg-Card.ppg-Card--ppDashboardImageCard .ppg-Card-image-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to right top, #0F234B, transparent);
    border-radius: calc(.25rem - 1px)
}

.ppg-Card.ppg-Card--ppDashboardImageCard .card-body {
    justify-content: flex-end;
    color: #fff;
    z-index: 1
}

.ppg-Card.ppg-Card--news {
    box-shadow: none
}

.ppg-Card.ppg-Card--news:hover,.ppg-Card.ppg-Card--news:focus {
    text-decoration: none;
    outline-color: transparent
}

@media (min-width: 992px) {
    .ppg-Card.ppg-Card--news:hover .ppg-Card-image,.ppg-Card.ppg-Card--news:focus .ppg-Card-image {
        -webkit-transform:scale(1.05);
        transform: scale(1.05)
    }
}

.ppg-Card.ppg-Card--news .card-body {
    padding-left: 0;
    padding-right: 0
}

.ppg-Card.ppg-Card--news .ppg-Card-header {
    color: #79768f;
    margin-bottom: .5rem
}

.ppg-Card.ppg-Card--tweet {
    box-shadow: none
}

.ppg-Card.ppg-Card--tweet .card-body {
    padding-left: 0;
    padding-right: 0
}

.ppg-Card.ppg-Card--tweet .ppg-Card-header {
    color: #79768f;
    margin-bottom: 1rem;
    text-transform: uppercase
}

.ppg-Card.ppg-Card--tweet .ppg-Card-header a {
    color: inherit
}

.ppg-Card.ppg-Card--tweet .ppg-Card-footer {
    color: #79768f
}

.ppg-Card.ppg-Card--tweet .ppg-Card-footer a {
    color: inherit
}

.ppg-Card.ppg-Card--tweet .ppg-Card-footer a:first-child {
    padding-left: 0
}

.ppg-Card.ppg-Card--relatedNews {
    position: relative;
    margin-bottom: 1.5rem;
    overflow: hidden
}

@media (min-width: 992px) {
    .ppg-Card.ppg-Card--relatedNews {
        margin-bottom:2.5rem
    }
}

.ppg-Card.ppg-Card--relatedNews:hover .card-title,.ppg-Card.ppg-Card--relatedNews:focus .card-title {
    color: #e8e9ed
}

.ppg-Card.ppg-Card--relatedNews:hover .card-title:after,.ppg-Card.ppg-Card--relatedNews:focus .card-title:after {
    -webkit-transform: translate(0.8em);
    transform: translate(0.8em)
}

.ppg-Card.ppg-Card--relatedNews .card-body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: white
}

.ppg-Card.ppg-Card--relatedNews .card-title {
    position: relative;
    display: inline-block;
    padding-right: 1.3em;
    transition: color .225s ease-in-out
}

.ppg-Card.ppg-Card--relatedNews .card-title:after {
    content: ">";
    display: inline-block;
    width: 0;
    -webkit-transform: translateX(0.5em);
    transform: translateX(0.5em);
    transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease, -webkit-transform .15s ease;
    font-size: 1rem
}

.ppg-Card.ppg-Card--relatedNews .card-title:hover:after {
    -webkit-transform: translateX(0.8em);
    transform: translateX(0.8em)
}

.ppg-Card.ppg-Card--relatedNews .ppg-Card-category {
    color: #9fa7b8
}

.ppg-Card.ppg-Card--relatedNews .ppg-Card-image {
    -webkit-filter: brightness(66%);
    filter: brightness(66%)
}

.ppg-Card.ppg-Card--relatedNews .ppg-Card-body-dummy {
    background-color: rgba(125,55,240,0.7)
}

.ppg-Card.ppg-Card--teaser {
    box-shadow: none
}

@media (min-width: 576px) {
    .ppg-Card.ppg-Card--teaser .card-header,.ppg-Card.ppg-Card--teaser .card-body {
        padding:2.5rem
    }
}

.ppg-Card.ppg-Card--teaser .card-text .lead {
    font-size: 1rem
}

.ppg-Card.ppg-Card--teaser .card-footer {
    margin: 1.5rem;
    padding: 1.5rem 0;
    color: #0F234B;
    background-color: transparent;
    border-top: 1px solid #0F234B
}

.ppg-Card.ppg-Card--teaser .card-footer p:last-child {
    margin-bottom: 0
}

.ppg-Card.ppg-Card--neutral.search-result:hover .card-title:after,.ppg-Card.ppg-Card--neutral.search-result:focus .card-title:after {
    -webkit-transform: translate(0.8em);
    transform: translate(0.8em)
}

.ppg-Card.ppg-Card--neutral.search-result .card-title {
    position: relative;
    display: inline-block;
    padding-right: 1.3em;
    transition: color .225s ease-in-out
}

.ppg-Card.ppg-Card--neutral.search-result .card-title:after {
    content: ">";
    display: inline-block;
    width: 0;
    -webkit-transform: translateX(0.5em);
    transform: translateX(0.5em);
    transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease, -webkit-transform .15s ease;
    font-size: 1rem
}

.ppg-Card.ppg-Card--neutral.search-result .card-title:hover:after {
    -webkit-transform: translateX(0.8em);
    transform: translateX(0.8em)
}

.ppg-Card.ppg-Card--link {
    color: inherit;
    text-decoration: none;
    transition: -webkit-transform .225s ease;
    transition: transform .225s ease;
    transition: transform .225s ease, -webkit-transform .225s ease
}

.ppg-Card.ppg-Card--link:hover,.ppg-Card.ppg-Card--link:focus,.ppg-Card.ppg-Card--link:active {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
    color: inherit;
    text-decoration: none
}

.ppg-Card.ppg-Card--theme {
    border-radius: .25rem
}

.ppg-Card.ppg-Card--theme a:hover .t3m-Card-image-wrap,.ppg-Card.ppg-Card--theme a:focus .t3m-Card-image-wrap {
    -webkit-transform: none;
    transform: none
}

.ppg-Card.ppg-Card--theme .t3m-Card-image-wrap {
    transition: none
}

.ppg-Card.ppg-Card--theme .t3m-Card-image-wrap img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.ppg-Card.ppg-Card--theme .card-body {
    padding: 1.5rem;
    padding-top: 0
}

[class*="col-"]>.ppg-Card:only-child {
    height: auto
}

.ppg-Collapsible a[data-toggle] {
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.1;
    font-size: 1.25rem;
    position: relative;
    display: inline-block;
    padding-right: 1.3em;
    color: inherit
}

.ppg-Collapsible a[data-toggle]:after {
    content: ">";
    display: inline-block;
    width: 0;
    -webkit-transform: translateX(0.5em);
    transform: translateX(0.5em);
    transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease, -webkit-transform .15s ease;
    font-size: 1rem
}

.ppg-Collapsible a[data-toggle]:hover:after {
    -webkit-transform: translateX(0.8em);
    transform: translateX(0.8em)
}

.ppg-Collapsible a[data-toggle]:after {
    -webkit-transform: translate(0.5em, 0.2em) rotate(-90deg);
    transform: translate(0.5em, 0.2em) rotate(-90deg)
}

.ppg-Collapsible a[data-toggle]:hover:after {
    -webkit-transform: translate(0.8em, 0.2em) rotate(-90deg);
    transform: translate(0.8em, 0.2em) rotate(-90deg)
}

.ppg-Accordion-header.collapsed .ppg-Collapsible a[data-toggle]:after,.ppg-Collapsible a[data-toggle].collapsed:after {
    -webkit-transform: translate(0.5em, -0.2em) rotate(90deg);
    transform: translate(0.5em, -0.2em) rotate(90deg)
}

.ppg-Accordion-header.collapsed .ppg-Collapsible a[data-toggle]:hover:after,.ppg-Collapsible a[data-toggle].collapsed:hover:after {
    -webkit-transform: translate(0.8em, -0.2em) rotate(90deg);
    transform: translate(0.8em, -0.2em) rotate(90deg)
}

.ppg-Collapsible a[data-toggle].collapsed:hover:after {
    -webkit-transform: translate(0.5em, -0.2em) rotate(90deg);
    transform: translate(0.5em, -0.2em) rotate(90deg)
}

.ppg-Collapsible .ppg-Collapsible-content>* {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.bg-digitalViolet .ppg-Collapsible a[data-toggle],.bg-safetyBlue .ppg-Collapsible a[data-toggle] {
    color: #fff
}

.ppg-Content.ppg-Content--product,.ppg-Content.ppg-Content--productArea,.ppg-Content.ppg-Content--trainingArea,.ppg-Content.ppg-Content--knowledgeBase {
    position: relative;
    overflow: hidden;
    padding-top: 2.5rem
}

@media (min-width: 992px) {
    .ppg-Content.ppg-Content--product,.ppg-Content.ppg-Content--productArea,.ppg-Content.ppg-Content--trainingArea,.ppg-Content.ppg-Content--knowledgeBase {
        padding-top:4rem
    }
}

.ppg-Content.ppg-Content--knowledgeBase {
    padding-bottom: 4rem
}

@media (max-width: 768.98px) {
    .ppg-Content.ppg-Content--product {
        padding-top:0
    }
}

.ppg-Content.ppg-Content--product .ppg-Content-inner {
    background-color: white;
    overflow: hidden;
    border-radius: 0
}

@media (min-width: 769px) {
    .ppg-Content.ppg-Content--product .ppg-Content-inner {
        border-top-left-radius:.25rem;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
}

.ppg-Content.ppg-Content--product .ppg-Section {
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width: 576px) {
    .ppg-Content.ppg-Content--product .ppg-Section {
        padding-left:1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 769px) {
    .ppg-Content.ppg-Content--product .ppg-Section {
        padding-left:2.5rem;
        padding-right: 2.5rem
    }
}

@media (min-width: 992px) {
    .ppg-Content.ppg-Content--product .ppg-Section {
        padding-left:2.5rem;
        padding-right: 2.5rem
    }
}

@media (min-width: 1300px) {
    .ppg-Content.ppg-Content--product .ppg-Section {
        padding-left:4rem;
        padding-right: 4rem
    }
}

@media (min-width: 1500px) {
    .ppg-Content.ppg-Content--product .ppg-Section {
        padding-left:4rem;
        padding-right: 4rem
    }
}

@media (min-width: 1800px) {
    .ppg-Content.ppg-Content--product .ppg-Section {
        padding-left:4rem;
        padding-right: 4rem
    }
}

.ppg-Content.ppg-Content--product .ppg-Section:not(.keep-container-maxwidth)>.container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: none
}

@media (max-width: 768.98px) {
    .ppg-Content.ppg-Content--product .container {
        padding-left:0;
        padding-right: 0
    }

    .ppg-Content.ppg-Content--product .ppg-Breadcrumb {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.ppg-Content.ppg-Content--product2 {
    padding-top: 0;
    padding-bottom: 0
}

@media (max-width: 1299.98px) {
    .ppg-Content.ppg-Content--product2 {
        padding-top:4rem
    }
}

@media (max-width: 991.98px) {
    .ppg-Content.ppg-Content--product2 {
        padding-top:8rem
    }
}

@media (max-width: 991.98px) {
    .ppg-Content.ppg-Content--product2 .ppg-Header {
        position:fixed;
        top: 4rem;
        left: 0;
        right: 0;
        z-index: 2;
        transition: top .225s ease-in-out
    }
}

.ppg-Content.ppg-Content--product2 .ppg-Header--product2sectionnav {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #E8E9EC
}

@media (max-width: 991.98px) {
    .ppg-Content.ppg-Content--product2 .ppg-Header--product2sectionnav {
        box-shadow:0px 2px 6px rgba(0,0,0,0.1)
    }
}

@media (max-width: 991.98px) {
    .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .nav {
        position:relative;
        flex-direction: column;
        align-items: flex-start
    }

    .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .nav:after {
        content: '';
        position: absolute;
        right: 1rem;
        bottom: 0;
        top: 0;
        width: 1.3rem;
        background: url("/servicedesk-powerpages/Resources/Public/Images/Icons/feather-icons-svg/code.svg");
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .nav-item {
        display: none;
        pointer-events: none
    }

    .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .nav-item.active,.ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .nav-item.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .nav-item.btn,.ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.nav-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section a.nav-item,.ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.nav-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section a.nav-item,.ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .nav-item.ppg-Article-meta-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .nav-item.ppg-Article-meta-item,.ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .nav-item.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .nav-item.ppg-Article-meta-item {
        display: block
    }

    .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .nav-item .nav-item-number {
        font-weight: normal;
        color: #7D37F0;
        margin-right: 1rem
    }

    .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section.no-active .nav-item:first-child {
        display: block
    }

    .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section.open .nav:after {
        top: 1rem;
        bottom: unset;
        height: 1.3rem;
        background: url("/servicedesk-powerpages/Resources/Public/Images/Icons/feather-icons-svg/x.svg")
    }

    .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section.open .nav-item {
        display: block;
        width: 100%;
        text-align: left !important;
        pointer-events: unset
    }
}

@media (min-width: 992px) {
    .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section {
        display:flex;
        justify-content: center
    }

    .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .nav-item {
        position: relative;
        padding: 1rem 2.5rem
    }

    .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .nav-item .nav-link {
        padding-top: .25rem
    }

    .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .nav-item .nav-item-number {
        display: block;
        font-weight: normal;
        color: #79768f;
        margin-bottom: .5rem
    }

    .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .nav-item:hover,.ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .nav-item.active,.ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .nav-item.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .nav-item.btn,.ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.nav-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section a.nav-item,.ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.nav-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section a.nav-item,.ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .nav-item.ppg-Article-meta-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .nav-item.ppg-Article-meta-item,.ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .nav-item.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .nav-item.ppg-Article-meta-item {
        background-color: #E8E9EC
    }

    .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .nav-item:hover:after,.ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .nav-item.active:after,.ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .nav-item.btn:after,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .nav-item.btn:after,.ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.nav-item:after,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section a.nav-item:after,.ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.nav-item:after,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section a.nav-item:after,.ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .nav-item.ppg-Article-meta-item:after,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .nav-item.ppg-Article-meta-item:after,.ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .nav-item.ppg-Article-meta-item:after,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .nav-item.ppg-Article-meta-item:after {
        content: '';
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -4px;
        height: 3px;
        background-color: #7D37F0
    }

    .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .nav-item:hover .nav-item-number,.ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .nav-item.active .nav-item-number,.ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .nav-item.btn .nav-item-number,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .nav-item.btn .nav-item-number,.ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.nav-item .nav-item-number,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section a.nav-item .nav-item-number,.ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.nav-item .nav-item-number,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section a.nav-item .nav-item-number,.ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .nav-item.ppg-Article-meta-item .nav-item-number,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .nav-item.ppg-Article-meta-item .nav-item-number,.ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .nav-item.ppg-Article-meta-item .nav-item-number,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Content.ppg-Content--product2 .ppg-Header .ppg-Navigation--product2section .nav-item.ppg-Article-meta-item .nav-item-number {
        color: #7D37F0
    }
}

@media (min-width: 992px) {
    .ppg-Content.ppg-Content--product2 .product2-content,.ppg-Content.ppg-Content--product2 .product2-cta {
        position:relative;
        width: 100%;
        background-color: #fff;
        padding-top: 1px;
        z-index: 1034
    }
}

.ppg-Content.ppg-Content--product2 .ppg-Content-inner {
    margin-top: 4rem
}

@media (max-width: 991.98px) {
    .ppg-Content.ppg-Content--product2 .product2-content .t3m-Row--1col>.column-1.col-md {
        padding-left:0;
        padding-right: 0
    }
}

.ppg-Content.ppg-Content--product2 .ppg-Section.ppg-Section--cta .ppg-Section--cta-content {
    padding-top: 2.5rem
}

@media (max-width: 991.98px) {
    .has-scrolled .ppg-SiteWrapper--product2 .ppg-Header.ppg-Header--main {
        z-index:1
    }

    .has-scrolled .ppg-SiteWrapper--product2 .ppg-Header {
        top: 0 !important
    }
}

.ppg-Contact {
    background-color: white;
    padding: 1.25rem;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    border-radius: .25rem
}

.ppg-Contact-header--headline {
    text-transform: uppercase;
    color: #28D7B9;
    font-size: 1rem;
    margin-bottom: 0.25rem
}

.ppg-Contact-header--teaser {
    font-size: 1.25rem;
    font-weight: 500
}

.ppg-Contact-person {
    display: flex;
    align-items: flex-start;
    margin-top: 1.5rem
}

.ppg-Contact-person--image {
    width: 4rem;
    margin-right: 1rem;
    margin-bottom: .5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%
}

@media (min-width: 576px) {
    .ppg-Contact-person--image {
        margin-right:1.5rem
    }
}

.ppg-Contact-person--image:before {
    content: "";
    display: block;
    padding-top: 100%
}

.ppg-Contact-person--name {
    font-weight: 500;
    font-size: 1.25rem
}

.ppg-Contact-person--phone,.ppg-Contact-person--email {
    padding-bottom: 0;
    margin-bottom: 0
}

.ppg-Contact-person--phone span,.ppg-Contact-person--email span {
    width: 2rem
}

.ppg-Contact-person--phone a,.ppg-Contact-person--email a {
    text-decoration: underline
}

.ppg-Divider.ppg-Divider--border {
    border-top-color: #0F234B
}

.ppg-Divider.ppg-Divider--invisible {
    border-top-color: transparent
}

@media (min-width: 769px) {
    .ppg-Divider.ppg-Divider--sm {
        margin-top:1rem;
        margin-bottom: 1rem
    }
}

@media (min-width: 992px) {
    .ppg-Divider.ppg-Divider--sm {
        margin-top:1rem;
        margin-bottom: 1rem
    }
}

@media (min-width: 1300px) {
    .ppg-Divider.ppg-Divider--sm {
        margin-top:1.5rem;
        margin-bottom: 1.5rem
    }
}

@media (min-width: 769px) {
    .ppg-Divider.ppg-Divider--md {
        margin-top:1rem;
        margin-bottom: 1rem
    }
}

@media (min-width: 992px) {
    .ppg-Divider.ppg-Divider--md {
        margin-top:1.5rem;
        margin-bottom: 1.5rem
    }
}

@media (min-width: 1300px) {
    .ppg-Divider.ppg-Divider--md {
        margin-top:2.5rem;
        margin-bottom: 2.5rem
    }
}

@media (min-width: 769px) {
    .ppg-Divider.ppg-Divider--lg {
        margin-top:1.5rem;
        margin-bottom: 1.5rem
    }
}

@media (min-width: 992px) {
    .ppg-Divider.ppg-Divider--lg {
        margin-top:2.5rem;
        margin-bottom: 2.5rem
    }
}

@media (min-width: 1300px) {
    .ppg-Divider.ppg-Divider--lg {
        margin-top:4rem;
        margin-bottom: 4rem
    }
}

.ppg-FancyboxGallery {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.25rem;
    margin-left: -1.25rem
}

.ppg-FancyboxGallery.ppg-FancyboxGallery--2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.ppg-FancyboxGallery.ppg-FancyboxGallery--3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.ppg-FancyboxGallery.ppg-FancyboxGallery--4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.ppg-FancyboxGallery-item {
    position: relative;
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.ppg-FancyboxGallery-item figure,.ppg-FancyboxGallery-item img {
    width: 100%
}

.ppg-FancyboxGallery-item figure a {
    display: block
}

.ppg-FancyboxGallery-item figure img {
    transition: -webkit-transform .225s ease;
    transition: transform .225s ease;
    transition: transform .225s ease, -webkit-transform .225s ease
}

.ppg-FancyboxGallery-item figure img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.ppg-Feature.ppg-Feature--productArea:after {
    content: '';
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background-color: #0F234B;
    background-clip: content-box;
    height: 1px;
    margin-bottom: 1rem
}

@media (min-width: 576px) {
    .ppg-Feature.ppg-Feature--productArea:after {
        max-width:769px
    }
}

@media (min-width: 769px) {
    .ppg-Feature.ppg-Feature--productArea:after {
        max-width:992px
    }
}

@media (min-width: 992px) {
    .ppg-Feature.ppg-Feature--productArea:after {
        max-width:1100px
    }
}

@media (min-width: 1300px) {
    .ppg-Feature.ppg-Feature--productArea:after {
        max-width:1200px
    }
}

@media (min-width: 1500px) {
    .ppg-Feature.ppg-Feature--productArea:after {
        max-width:1500px
    }
}

@media (min-width: 1800px) {
    .ppg-Feature.ppg-Feature--productArea:after {
        max-width:1600px
    }
}

@media (min-width: 576px) {
    .ppg-Feature.ppg-Feature--productArea:after {
        margin-bottom:1.5rem
    }
}

@media (min-width: 769px) {
    .ppg-Feature.ppg-Feature--productArea:after {
        margin-bottom:2.5rem
    }
}

@media (min-width: 992px) {
    .ppg-Feature.ppg-Feature--productArea:after {
        margin-bottom:2.5rem
    }
}

@media (min-width: 1300px) {
    .ppg-Feature.ppg-Feature--productArea:after {
        margin-bottom:4rem
    }
}

@media (min-width: 1500px) {
    .ppg-Feature.ppg-Feature--productArea:after {
        margin-bottom:4rem
    }
}

@media (min-width: 1800px) {
    .ppg-Feature.ppg-Feature--productArea:after {
        margin-bottom:4rem
    }
}

@font-face {
    font-family: "Work Sans";
    font-display: swap;
    src: url("/servicedesk-powerpages/Resources/Public/Fonts/WorkSans/WorkSans-Light.ttf") format("truetype");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: "Work Sans";
    font-display: swap;
    src: url("/servicedesk-powerpages/Resources/Public/Fonts/WorkSans/WorkSans-LightItalic.ttf") format("truetype");
    font-weight: 200;
    font-style: italic
}

@font-face {
    font-family: "Work Sans";
    font-display: swap;
    src: url("/servicedesk-powerpages/Resources/Public/Fonts/WorkSans/WorkSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Work Sans";
    font-display: swap;
    src: url("/servicedesk-powerpages/Resources/Public/Fonts/WorkSans/WorkSans-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: "Work Sans";
    font-display: swap;
    src: url("/servicedesk-powerpages/Resources/Public/Fonts/WorkSans/WorkSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Work Sans";
    font-display: swap;
    src: url("/servicedesk-powerpages/Resources/Public/Fonts/WorkSans/WorkSans-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: "Work Sans";
    font-display: swap;
    src: url("/servicedesk-powerpages/Resources/Public/Fonts/WorkSans/WorkSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Work Sans";
    font-display: swap;
    src: url("/servicedesk-powerpages/Resources/Public/Fonts/WorkSans/WorkSans-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: 'Founders Grotesk Text';
    src: url("/founders-grotesk-text-web-light.eot"),url("/founders-grotesk-text-web-light.woff2") format("woff2"),url("/founders-grotesk-text-web-light.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Founders Grotesk Text';
    src: url("/founders-grotesk-text-web-light-italic.eot"),url("/founders-grotesk-text-web-light-italic.woff2") format("woff2"),url("/founders-grotesk-text-web-light-italic.woff") format("woff");
    font-weight: 200;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Founders Grotesk Text';
    src: url("/founders-grotesk-text-web-regular.eot"),url("/founders-grotesk-text-web-regular.woff2") format("woff2"),url("/founders-grotesk-text-web-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Founders Grotesk Text';
    src: url("/founders-grotesk-text-web-regular-italic.eot"),url("/founders-grotesk-text-web-regular-italic.woff2") format("woff2"),url("/founders-grotesk-text-web-regular-italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Founders Grotesk Text';
    src: url("/founders-grotesk-text-web-medium.eot"),url("/founders-grotesk-text-web-medium.woff2") format("woff2"),url("/founders-grotesk-text-web-medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Founders Grotesk Text';
    src: url("/founders-grotesk-text-web-medium-italic.eot"),url("/founders-grotesk-text-web-medium-italic.woff2") format("woff2"),url("/founders-grotesk-text-web-medium-italic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Founders Grotesk Text';
    src: url("/founders-grotesk-text-web-semibold.eot"),url("/founders-grotesk-text-web-semibold.woff2") format("woff2"),url("/founders-grotesk-text-web-semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Founders Grotesk Text';
    src: url("/founders-grotesk-text-web-semibold-italic.eot"),url("/founders-grotesk-text-web-semibold-italic.woff2") format("woff2"),url("/founders-grotesk-text-web-semibold-italic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Founders Grotesk Text';
    src: url("/founders-grotesk-text-web-bold.eot"),url("/founders-grotesk-text-web-bold.woff2") format("woff2"),url("/founders-grotesk-text-web-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Founders Grotesk Text';
    src: url("/founders-grotesk-text-web-bold-italic.eot"),url("/founders-grotesk-text-web-bold-italic.woff2") format("woff2"),url("/founders-grotesk-text-web-bold-italic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

.ppg-Footer--newsletter.ppg-Footer {
    padding-top: 1rem;
    padding-bottom: 1.5rem
}

@media (min-width: 992px) {
    .ppg-Footer--newsletter.ppg-Footer {
        padding-top:2.5rem;
        padding-bottom: 2.5rem
    }
}

@media (min-width: 992px) {
    .ppg-Footer--newsletter.ppg-Footer .ppg-Footer-newsletter {
        display:flex;
        justify-content: space-between;
        align-items: center
    }
}

.ppg-Footer--newsletter.ppg-Footer .ppg-Footer-newsletter .headline {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase
}

@media (min-width: 992px) {
    .ppg-Footer--newsletter.ppg-Footer .ppg-Footer-newsletter .headline {
        margin-bottom:0
    }
}

.ppg-Footer--newsletter.ppg-Footer .ppg-Footer-newsletter .text {
    color: #fff;
    font-weight: 500;
    margin-bottom: 1.5rem
}

@media (min-width: 992px) {
    .ppg-Footer--newsletter.ppg-Footer .ppg-Footer-newsletter .text {
        margin-bottom:0
    }
}

.ppg-Footer.ppg-Footer--breadcrumb {
    padding-top: 1px;
    border-top: 1px solid #e8e9ed;
    border-bottom: 1px solid #e8e9ed;
    background-color: #fff
}

.ppg-Footer.ppg-Footer--breadcrumb .ppg-Breadcrumb {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.ppg-Footer.ppg-Footer--main {
    background-color: white
}

.ppg-Footer.ppg-Footer--main>.container {
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media (min-width: 769px) {
    .ppg-Footer.ppg-Footer--main>.container {
        padding-top:2.5rem;
        padding-bottom: 2.5rem
    }
}

@media (min-width: 992px) {
    .ppg-Footer.ppg-Footer--main>.container {
        padding-top:4rem;
        padding-bottom: 4rem
    }
}

.ppg-Footer.ppg-Footer--main a:not(.btn) {
    color: inherit;
    transition: color .225s linear
}

.ppg-Footer.ppg-Footer--main a:not(.btn):hover,.ppg-Footer.ppg-Footer--main a:not(.btn):focus {
    color: #79768f
}

.ppg-Footer.ppg-Footer--main h4 {
    color: #28D7B9;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: .5rem
}

.ppg-Footer.ppg-Footer--main .ppg-Newsletter--register {
    margin-bottom: 1rem
}

@media (min-width: 769px) {
    .ppg-Footer.ppg-Footer--main .ppg-Newsletter--register {
        margin-bottom:2.5rem
    }
}

.ppg-Footer.ppg-Footer--main .ppg-Newsletter--register>p {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 600;
    max-width: 100%
}

@media (min-width: 769px) {
    .ppg-Footer.ppg-Footer--main .ppg-Newsletter--register>p {
        max-width:23.5rem
    }
}

.ppg-Footer.ppg-Footer--main .ppg-Navigation.ppg-Navigation--social {
    margin-top: 2rem
}

.ppg-Footer.ppg-Footer--main .ppg-Navigation.ppg-Navigation--social .nav-link {
    padding-left: .75rem;
    padding-right: .75rem
}

.ppg-Footer-contact {
    line-height: 1.4
}

.ppg-Footer-contact>* {
    margin-bottom: 1rem
}

@media (min-width: 769px) {
    .ppg-Footer-contact>* {
        margin-bottom:2.5rem
    }
}

.ppg-Footer-contact .ppg-u-phone,.ppg-Footer-contact .ppg-u-fax,.ppg-Footer-contact .ppg-u-mail {
    display: flex;
    font-weight: 500;
    margin-bottom: 0.5rem
}

@media (max-width: 991.98px) {
    .ppg-Footer-contact .ppg-u-phone,.ppg-Footer-contact .ppg-u-fax,.ppg-Footer-contact .ppg-u-mail {
        font-size:1.2rem
    }
}

.ppg-Footer-contact .ppg-Icon--tiny {
    vertical-align: middle;
    background-position: center center;
    margin-right: 0.5rem
}

@media (max-width: 991.98px) {
    .ppg-Footer-contact .ppg-Icon--tiny {
        width:1.1rem;
        height: 1.1rem;
        margin-right: 0.75rem
    }
}

.ppg-Footer-links ul {
    padding-left: 0;
    list-style: none
}

.ppg-Footer-links ul h5 {
    margin-bottom: 0.5rem
}

.ppg-Footer-certificates {
    text-align: right;
    margin-top: 2.5rem
}

.ppg-Footer-certificates ul {
    padding-left: 0;
    list-style: none;
    display: flex
}

@media (min-width: 992px) {
    .ppg-Footer-certificates ul {
        justify-content: space-around
    }
}

.ppg-Footer-certificates ul .t3m-Footer-awards--tuevrheinland {
    margin-left: 2rem
}

.ppg-Footer-certificates .t3m-Footer-awards--more {
    font-weight: 500
}

.ppg-Footer-awards {
    margin-top: 2.5rem
}

.ppg-Footer-awards ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

.ppg-Footer-awards ul>* {
    margin: 0 1rem 1rem 0
}

.ppg-Footer-awards img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 6.5rem
}

.ppg-Footer-bdr {
    width: 300px
}

@media (max-width: 991.98px) {
    .ppg-Footer-bdr {
        padding-top:1rem
    }
}

.ppg-Footer-bdr img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 6.5rem
}

.ppg-Footer--secondary.ppg-Footer {
    color: #79768f;
    background-color: #fff;
    border-top: 1px solid #e8e9ed;
    padding: 1.5rem 0
}

@media (min-width: 769px) {
    .ppg-Footer--secondary.ppg-Footer .container {
        display:flex;
        justify-content: space-between;
        align-items: flex-end
    }
}

.ppg-Footer--secondary.ppg-Footer .ppg-Footer-shortlogo {
    vertical-align: top
}

.ppg-Footer--secondary.ppg-Footer a:not(.btn) {
    color: inherit
}

.ppg-Form.ppg-Form--newsletter form>* {
    margin-bottom: .5rem
}

.ppg-Form.ppg-Form--newsletter form>*:not(:last-child) {
    margin-right: .5rem
}

.ppg-Form.ppg-u-animatedForm .ppg-Form-label.ppg-Form-label--animated {
    text-transform: uppercase;
    top: 1.9rem
}

.ppg-Form.ppg-u-animatedForm .ppg-Form-Checkbox .is-required-indicator {
    top: -0.5rem
}

.ppg-Form.ppg-u-animatedForm .ppg-Form-MultiCheckbox>.ppg-Form-label {
    display: none
}

.ppg-Form.ppg-u-animatedForm .ppg-Form-MultiCheckbox .inputs-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 2rem
}

.ppg-Form.ppg-u-animatedForm .ppg-Form-MultiCheckbox .inputs-list .custom-control {
    padding-left: 3rem;
    margin-right: 4rem
}

.ppg-Form.ppg-u-animatedForm .ppg-Form-MultiCheckbox .inputs-list .custom-control .custom-control-input {
    top: -0.5rem;
    width: 2.5rem;
    height: 2.5rem
}

.ppg-Form.ppg-u-animatedForm .ppg-Form-MultiCheckbox .inputs-list .custom-control .custom-control-label {
    text-transform: uppercase
}

.ppg-Form.ppg-u-animatedForm .ppg-Form-MultiCheckbox .inputs-list .custom-control .custom-control-label::before,.ppg-Form.ppg-u-animatedForm .ppg-Form-MultiCheckbox .inputs-list .custom-control .custom-control-label::after {
    top: -0.5rem;
    left: -3rem;
    width: 2.5rem;
    height: 2.5rem
}

.ppg-Form.ppg-u-animatedForm .ppg-Form-MultiCheckbox .inputs-list .custom-control .custom-control-label::before {
    border: 1px solid black
}

.ppg-Form.ppg-u-animatedForm .ppg-Form-FileUpload .custom-file-label {
    padding: 1rem
}

.ppg-Form.ppg-u-animatedForm .ppg-Form-FileUpload .custom-file-label:after {
    height: auto;
    padding: 1rem
}

.ppg-Form.ppg-u-animatedForm .form-group.has-error .invalid-feedback {
    display: block
}

.ppg-Form.ppg-u-animatedForm .custom-select {
    font-size: inherit
}

.ppg-Form.ppg-u-animatedForm .is-required-indicator {
    pointer-events: none
}

.ppg-Form-mandatory-information {
    padding-top: .5rem
}

.ppg-Form-Checkbox {
    display: flex
}

.ppg-Form-Checkbox .is-required-indicator {
    margin-left: .25rem;
    position: initial !important
}

.ppg-Header-masthead {
    color: #79768f;
    background-color: #e8e9ed;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1031;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform .225s ease-in-out;
    transition: transform .225s ease-in-out;
    transition: transform .225s ease-in-out, -webkit-transform .225s ease-in-out;
    height: 8.75rem
}

.is-showing-mobileNav .ppg-Header-masthead {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media (min-width: 576px) {
    .ppg-Header-masthead {
        height:3rem
    }
}

@media (min-width: 992px) {
    .ppg-Header-masthead {
        display:block;
        position: relative;
        height: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.ppg-Header-navbar {
    background-color: white;
    display: flex;
    width: 100%
}

.ppg-Header-navbar>.container {
    display: flex;
    align-items: center
}

.ppg-Header-dropdown {
    background-color: white
}

@media (max-width: 991.98px) {
    .ppg-Header-dropdown {
        background-color:transparent;
        position: fixed;
        top: 4rem;
        left: 0;
        margin: 0;
        height: calc(100vh - 4rem) !important;
        width: 100%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        z-index: 1032
    }

    .ppg-Header-dropdown .container {
        padding: 0
    }
}

.ppg-Header.ppg-Header--main {
    box-shadow: 0 0 40px rgba(0,0,0,0.15);
    display: flex
}

@media (min-width: 992px) {
    .ppg-Header.ppg-Header--main {
        display:block
    }

    .has-scrolled .ppg-Header.ppg-Header--main {
        height: 5.75rem
    }
}

.ppg-Header.ppg-Header--panel {
    margin-bottom: 1rem;
    position: relative;
    z-index: 1
}

.ppg-Header.ppg-Header--product {
    margin-bottom: 0
}

@media (min-width: 769px) {
    .ppg-Header.ppg-Header--product {
        display:flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: baseline
    }
}

.ppg-Header.ppg-Header--product2 .ppg-Header--product2subnav {
    width: 100%;
    background-color: #7D37F0
}

@media (max-width: 991.98px) {
    .ppg-Header.ppg-Header--product2 .ppg-Header--product2subnav {
        transition:top .225s ease-in-out
    }
}

.ppg-Header.ppg-Header--product2 .ppg-Header--product2subnav .ppg-Navigation--product {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center
}

.ppg-Header.ppg-Header--product2 .ppg-Header--product2subnav .ppg-Navigation--product .btn-productcontact {
    opacity: 0;
    margin: auto 0 auto auto;
    transition: opacity 0.5s
}

.ppg-Header.ppg-Header--product2 .ppg-Header--product2subnav .ppg-Navigation--product .btn-productcontact.show {
    opacity: 1
}

@media (max-width: 768.98px) {
    .ppg-Header.ppg-Header--product2 .ppg-Header--product2subnav .ppg-Navigation--product .btn-productcontact {
        flex:0 0 auto;
        opacity: 1;
        white-space: nowrap;
        margin-right: 1rem
    }
}

@media (min-width: 992px) {
    .ppg-SiteWrapper--product2,.ppg-Content.ppg-Content--product2 {
        overflow:initial !important
    }

    .ppg-Header.ppg-Header--product2 {
        position: sticky;
        top: 0;
        z-index: 1035
    }
}

.row.ppg-u-gutter-cards {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
    margin-bottom: -1.25rem
}

.row.ppg-u-gutter-cards>.col,.row.ppg-u-gutter-cards>[class*="col-"] {
    padding-left: 1.25rem;
    padding-bottom: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 0 !important
}

@media (min-width: 769px) {
    .row.ppg-u-gutter-cards>.col,.row.ppg-u-gutter-cards>[class*="col-"] {
        margin-bottom:2.5rem !important
    }
}

.ppg-Icon,.ppg-SocialShare .shariff li .fab,.ppg-SocialShare .shariff li .far,.ppg-SocialShare .shariff li .fas,.ppg-Card.ppg-Card--certificationsCard ul li:before {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-size: contain;
    background-repeat: no-repeat
}

.ppg-Icon.ppg-u-textOpacity,.ppg-SocialShare .shariff li .ppg-u-textOpacity.fab,.ppg-SocialShare .shariff li .ppg-u-textOpacity.far,.ppg-SocialShare .shariff li .ppg-u-textOpacity.fas,.ppg-Card.ppg-Card--certificationsCard ul li.ppg-u-textOpacity:before {
    opacity: 0.3
}

.ppg-Icon.ppg-Icon--prepend,.ppg-SocialShare .shariff li .fab,.ppg-SocialShare .shariff li .far,.ppg-SocialShare .shariff li .fas,.ppg-Card.ppg-Card--certificationsCard ul li.ppg-Icon--prepend:before {
    padding-left: 2.5rem;
    text-transform: uppercase;
    padding-top: .25rem;
    background-size: 1.5rem;
    width: auto;
    background-position: left center
}

.ppg-Icon.ppg-Icon--prepend.ppg-Icon--certification,.ppg-SocialShare .shariff li .ppg-Icon--certification.fab,.ppg-SocialShare .shariff li .ppg-Card.ppg-Card--certificationsCard ul li.fab:before,.ppg-Card.ppg-Card--certificationsCard ul .ppg-SocialShare .shariff li li.fab:before,.ppg-SocialShare .shariff li .ppg-Icon--certification.far,.ppg-SocialShare .shariff li .ppg-Card.ppg-Card--certificationsCard ul li.far:before,.ppg-Card.ppg-Card--certificationsCard ul .ppg-SocialShare .shariff li li.far:before,.ppg-SocialShare .shariff li .ppg-Icon--certification.fas,.ppg-SocialShare .shariff li .ppg-Card.ppg-Card--certificationsCard ul li.fas:before,.ppg-Card.ppg-Card--certificationsCard ul .ppg-SocialShare .shariff li li.fas:before,.ppg-Card.ppg-Card--certificationsCard ul li.ppg-Icon--prepend:before {
    text-transform: none;
    padding-top: 0
}

.ppg-Icon.ppg-Icon--replaceIt.replaced-svg,.ppg-SocialShare .shariff li .ppg-Icon--replaceIt.replaced-svg.fab,.ppg-SocialShare .shariff li .ppg-Icon--replaceIt.replaced-svg.far,.ppg-SocialShare .shariff li .ppg-Icon--replaceIt.replaced-svg.fas,.ppg-Card.ppg-Card--certificationsCard ul li.ppg-Icon--replaceIt.replaced-svg:before {
    opacity: 1;
    background-image: none
}

.ppg-Icon.ppg-Icon--large,.ppg-SocialShare .shariff li .ppg-Icon--large.fab,.ppg-SocialShare .shariff li .ppg-Icon--large.far,.ppg-SocialShare .shariff li .ppg-Icon--large.fas,.ppg-Card.ppg-Card--certificationsCard ul li.ppg-Icon--large:before {
    width: 4rem;
    height: 4rem
}

.ppg-Icon.ppg-Icon--medium,.ppg-SocialShare .shariff li .ppg-Icon--medium.fab,.ppg-SocialShare .shariff li .ppg-Icon--medium.far,.ppg-SocialShare .shariff li .ppg-Icon--medium.fas,.ppg-Card.ppg-Card--certificationsCard ul li.ppg-Icon--medium:before {
    width: 3rem;
    height: 3rem
}

.ppg-Icon.ppg-Icon--small,.ppg-SocialShare .shariff li .ppg-Icon--small.fab,.ppg-SocialShare .shariff li .ppg-Icon--small.far,.ppg-SocialShare .shariff li .ppg-Icon--small.fas,.ppg-Card.ppg-Card--certificationsCard ul li.ppg-Icon--small:before {
    width: 2rem;
    height: 2rem
}

.ppg-Icon.ppg-Icon--tiny,.ppg-SocialShare .shariff li .ppg-Icon--tiny.fab,.ppg-SocialShare .shariff li .ppg-Icon--tiny.far,.ppg-SocialShare .shariff li .ppg-Icon--tiny.fas,.ppg-Card.ppg-Card--certificationsCard ul li.ppg-Icon--tiny:before {
    width: 0.9rem;
    height: 0.9rem
}

.ppg-Icon--cloud {
    background-image: url(../Images/Icons/categories/genua-icons-cloud.svg)
}

.ppg-Icon--cloud.ppg-Icon--white {
    background-image: url(../Images/Icons/categories/genua-icons-cloud-white.svg)
}

.ppg-Icon--dienstleistungen {
    background-image: url(../Images/Icons/categories/genua-icons-dienstleistungen.svg)
}

.ppg-Icon--dienstleistungen.ppg-Icon--white {
    background-image: url(../Images/Icons/categories/genua-icons-dienstleistungen-white.svg)
}

.ppg-Icon--downloads {
    background-image: url(../Images/Icons/categories/genua-icons-dowloads.svg)
}

.ppg-Icon--downloads.ppg-Icon--white {
    background-image: url(../Images/Icons/download-icon-weiss.svg)
}

.ppg-Icon--netz {
    background-image: url(../Images/Icons/categories/genua-icons-netz.svg)
}

.ppg-Icon--netz.ppg-Icon--white {
    background-image: url(../Images/Icons/categories/genua-icons-netz-white.svg)
}

.ppg-Icon--schulungen {
    background-image: url(../Images/Icons/categories/genua-icons-schulungen.svg)
}

.ppg-Icon--schulungen.ppg-Icon--white {
    background-image: url(../Images/Icons/categories/genua-icons-schulungen-white.svg)
}

.ppg-Icon--adler {
    background-image: url(../Images/Icons/categories/genua-icons-tiere-adler.svg)
}

.ppg-Icon--adler.ppg-Icon--white {
    background-image: url(../Images/Icons/categories/genua-icons-tiere-adler-white.svg)
}

.ppg-Icon--bear {
    background-image: url(../Images/Icons/categories/genua-icons-tiere-baer-2.svg)
}

.ppg-Icon--bear.ppg-Icon--white {
    background-image: url(../Images/Icons/categories/genua-icons-tiere-baer-white-2.svg)
}

.ppg-Icon--chamaeleon {
    background-image: url(../Images/Icons/categories/genua-icons-tiere-chamaeleon.svg)
}

.ppg-Icon--chamaeleon.ppg-Icon--white {
    background-image: url(../Images/Icons/categories/genua-icons-tiere-chamaeleon-white.svg)
}

.ppg-Icon--fuchs {
    background-image: url(../Images/Icons/categories/genua-icons-tiere-fuchs.svg)
}

.ppg-Icon--fuchs.ppg-Icon--white {
    background-image: url(../Images/Icons/categories/genua-icons-tiere-fuchs-white.svg)
}

.ppg-Icon--jaguar {
    background-image: url(../Images/Icons/categories/genua-icons-tiere-jaguar.svg)
}

.ppg-Icon--jaguar.ppg-Icon--white {
    background-image: url(../Images/Icons/categories/genua-icons-tiere-jaguar-white.svg)
}

.ppg-Icon--nashorn {
    background-image: url(../Images/Icons/categories/genua-icons-tiere-nashorn.svg)
}

.ppg-Icon--nashorn.ppg-Icon--white {
    background-image: url(../Images/Icons/categories/genua-icons-tiere-nashorn-white.svg)
}

.ppg-Icon--consulting {
    background-image: url(../Images/Icons/categories/genua-icons-consulting.svg)
}

.ppg-Icon--consulting.ppg-Icon--white {
    background-image: url(../Images/Icons/categories/genua-icons-consulting-white.svg)
}

.ppg-Icon--gradientCloudDownload {
    background-image: url(../Images/Icons/download-icon-gradient.svg)
}

.ppg-Icon--platformAppliance {
    background-image: url('data:image/svg+xml,%3csvg viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg"%3e%3cg fill="%230f234b"%3e%3cpath d="m9.09 31.36h2.73v-15h28.18v15h2.73v-17.72h-33.64z"/%3e%3cpath d="m48.18 33.64v-21.76l-3.01-3.69h-38.08l-3.45 3.64v21.82h-3.64v8.18h46.39l3.61-3.53v-4.67h-1.82zm-41.82-20.73 1.9-2h35.62l1.58 1.94v20.79h-39.1zm40.91 24.24-1.99 1.94h-42.55v-2.73h.91.59 41.61 1.43z"/%3e%3c/g%3e%3c/svg%3e')
}

.ppg-Icon--platformCloud {
    background-image: url('data:image/svg+xml,%3csvg viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="m44.85 23.43c.16-.69.25-1.4.25-2.11 0-5-4.07-9.08-9.08-9.08-1.22 0-2.4.24-3.51.7-2.63-3.52-6.78-5.6-11.19-5.6-7.39 0-13.45 5.69-13.94 13.02-4.43 1.71-7.38 5.99-7.38 10.77 0 6.35 5.17 11.53 11.52 11.53h28.18c5.68 0 10.3-4.62 10.3-10.3 0-3.71-1.96-7.09-5.15-8.93zm-33.98-.87c-.05-.39-.07-.79-.07-1.24 0-5.8 4.72-10.52 10.52-10.52 4.3 0 8.13 2.57 9.75 6.55l.3.73.53-.57c1.08-1.16 2.54-1.8 4.12-1.8 3.1 0 5.62 2.52 5.62 5.62 0 1.27-.41 2.46-1.19 3.46l-.53.67.84.13c3.34.52 5.77 3.37 5.77 6.76 0 3.78-3.07 6.85-6.85 6.85h-28.16c-4.45 0-8.07-3.62-8.07-8.07 0-4.03 3.01-7.47 6.99-8l.49-.07z" fill="%230f234b"/%3e%3c/svg%3e')
}

.ppg-Icon--platformVirtualized {
    background-image: url('data:image/svg+xml,%3csvg viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg"%3e%3cg fill="%230f234b"%3e%3cpath d="m-60.91 31.36h2.73v-15h28.18v15h2.73v-17.72h-33.64z"/%3e%3cpath d="m-21.82 33.64v-21.76l-3.01-3.69h-38.08l-3.45 3.64v21.82h-3.64v8.18h46.39l3.61-3.53v-4.67h-1.82zm-41.82-20.73 1.9-2h35.62l1.58 1.94v20.79h-39.09v-20.73zm40.91 24.24-1.99 1.94h-42.56v-2.73h.91.59 41.61 1.43v.79z"/%3e%3cpath d="m44.49 8.74-39.51.16-4.98 4.98v27.38h44.05l5.95-5.95v-21.06zm2.47 25.31-4.17 4.17h-39.75v-23.08l3.21-3.21 37-.14 3.72 3.72v18.54z"/%3e%3cpath d="m8.25 33.58h21.17v-15.39h-21.17zm3.04-12.35h15.09v9.32h-15.09z"/%3e%3c/g%3e%3c/svg%3e')
}

.ppg-Icon--mapLila {
    background-image: url('data:image/svg+xml,%3csvg height="317" viewBox="0 0 317 317" width="317" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="m135 17c-50.049 0-90.625 40.577-90.625 90.625 0 67.969 90.625 199.375 90.625 199.375s90.625-131.406 90.625-199.375c0-50.048-40.577-90.625-90.625-90.625zm0 131.406c-22.521 0-40.781-18.258-40.781-40.781s18.26-40.781 40.781-40.781c22.523 0 40.781 18.258 40.781 40.781s-18.258 40.781-40.781 40.781z" fill="%237d10ef" transform="translate(24)"/%3e%3c/svg%3e');
    width: 1.5rem;
    height: 1.5rem
}

.ppg-Icon.ppg-Icon--platformAppliance,.ppg-SocialShare .shariff li .ppg-Icon--platformAppliance.fab,.ppg-SocialShare .shariff li .ppg-Icon--platformAppliance.far,.ppg-SocialShare .shariff li .ppg-Icon--platformAppliance.fas,.ppg-Card.ppg-Card--certificationsCard ul li.ppg-Icon--platformAppliance:before,.ppg-Icon.ppg-Icon--platformCloud,.ppg-SocialShare .shariff li .ppg-Icon--platformCloud.fab,.ppg-SocialShare .shariff li .ppg-Icon--platformCloud.far,.ppg-SocialShare .shariff li .ppg-Icon--platformCloud.fas,.ppg-Card.ppg-Card--certificationsCard ul li.ppg-Icon--platformCloud:before,.ppg-Icon.ppg-Icon--platformVirtualized,.ppg-SocialShare .shariff li .ppg-Icon--platformVirtualized.fab,.ppg-SocialShare .shariff li .ppg-Icon--platformVirtualized.far,.ppg-SocialShare .shariff li .ppg-Icon--platformVirtualized.fas,.ppg-Card.ppg-Card--certificationsCard ul li.ppg-Icon--platformVirtualized:before {
    padding-top: 0
}

.ppg-Icon--linkedin {
    background-image: url(/linkedin.svg)
}

.ppg-Icon--linkedin.ppg-Icon--white,.ppg-SocialShare .shariff li .fab.fa-linkedin-in,.ppg-SocialShare .shariff li .far.fa-linkedin-in,.ppg-SocialShare .shariff li .fas.fa-linkedin-in {
    background-image: url(/linkedin-white.svg)
}

.ppg-Icon--xing {
    background-image: url(/xing.svg)
}

.ppg-Icon--xing.ppg-Icon--white,.ppg-SocialShare .shariff li .fab.fa-xing,.ppg-SocialShare .shariff li .far.fa-xing,.ppg-SocialShare .shariff li .fas.fa-xing {
    background-image: url(/xing-white.svg)
}

.ppg-Icon--twitter {
    background-image: url(/twitter.svg)
}

.ppg-Icon--twitter.ppg-Icon--white,.ppg-SocialShare .shariff li .fab.fa-twitter,.ppg-SocialShare .shariff li .far.fa-twitter,.ppg-SocialShare .shariff li .fas.fa-twitter {
    background-image: url(/twitter-white.svg)
}

.ppg-Icon--play {
    background-image: url(../Images/Icons/play-circle.svg)
}

.ppg-Icon--certification,.ppg-Card.ppg-Card--certificationsCard ul li:before {
    background-image: url(../Images/Icons/certification.svg)
}

.ppg-Icon--email {
    background-image: url(/footer-email.svg)
}

.ppg-Icon--phone {
    background-image: url(/footer-phone.svg)
}

.ppg-Icon--fax {
    background-image: url(/footer-fax.svg)
}

.ppg-ImageTiles-tile {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    color: #fff;
    min-height: 440px
}

.ppg-ImageTiles-tile:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #0F234B 0%, rgba(255,255,255,0) 100%)
}

.ppg-ImageTiles-text {
    z-index: 0;
    padding: 1rem
}

@media (min-width: 769px) {
    .ppg-ImageTiles-text {
        padding:2.5rem
    }
}

.ppg-ImageTiles-text>*:last-child {
    margin-bottom: 0
}

.ppg-ImageTiles-text a:not(.btn) {
    color: inherit
}

.ppg-List.ppg-List--unordered {
    padding-left: 0;
    list-style: none
}

.ppg-List.ppg-List--unordered ul {
    margin-top: .5rem;
    padding-left: 0;
    list-style: none
}

.ppg-List.ppg-List--unordered li {
    padding-left: 1.5rem;
    position: relative
}

.ppg-List.ppg-List--unordered li:before {
    content: "\2022";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 1.5rem;
    text-align: center;
    flex: 0 0 1rem
}

.ppg-List.ppg-List--violetBullets li:before {
    color: #7D37F0
}

.ppg-List.ppg-List--futureGreenBullets li:before {
    color: #28D7B9
}

.ppg-List.ppg-List--cyanBullets li:before {
    color: #32d7f5
}

.ppg-List.ppg-List--cyanCheckmarks li {
    list-style: none
}

.ppg-List.ppg-List--cyanCheckmarks li:before {
    display: inline-block;
    content: url("data:image/svg+xml,%3Csvg fill=%27%2328D7B9%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 512 512%27%3E%3C%21--%21 Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2022 Fonticons, Inc. --%3E%3Cpath d=%27M0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256zM371.8 211.8C382.7 200.9 382.7 183.1 371.8 172.2C360.9 161.3 343.1 161.3 332.2 172.2L224 280.4L179.8 236.2C168.9 225.3 151.1 225.3 140.2 236.2C129.3 247.1 129.3 264.9 140.2 275.8L204.2 339.8C215.1 350.7 232.9 350.7 243.8 339.8L371.8 211.8z%27/%3E%3C/svg%3E");
    position: absolute;
    width: .75rem;
    margin-top: .05rem;
    margin-left: .25rem
}

.ppg-List.ppg-List--yellowBullets li:before {
    color: #FFE606
}

.ppg-List.ppg-List--whiteBullets li:before {
    color: #fff
}

.ppg-List.ppg-List--ordered {
    padding-left: 1.5rem
}

.ppg-List.ppg-List--ordered li {
    padding-left: 0
}

.ppg-List.ppg-List--violetNumbers li::marker {
    color: #7D37F0
}

.ppg-List.ppg-List--futureGreenNumbers li::marker {
    color: #28D7B9
}

.ppg-List.ppg-List--whiteNumbers li::marker {
    color: #fff
}

.ppg-List.ppg-List--cyanNumbers li::marker {
    color: #32d7f5
}

.ppg-List.ppg-List--yellowNumbers li::marker {
    color: #FFE606
}

.ppg-Logo {
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1
}

.ppg-Logo img,.ppg-Logo svg {
    transition: width .225s ease-in-out,margin-right .225s ease-in-out;
    width: 104px
}

@media (min-width: 1300px) {
    .ppg-Logo img,.ppg-Logo svg {
        width:168px
    }
}

.has-scrolled .ppg-Header:not(:hover) .ppg-Logo.ppg-Logo--header img {
    width: 104px
}

@media (min-width: 1300px) {
    .has-scrolled .ppg-Header:not(:hover) .ppg-Logo.ppg-Logo--header img {
        margin-right:64px
    }
}

.ppg-Logo.ppg-Logo--footer {
    margin-bottom: 2.5rem
}

.ppg-Logo.ppg-Logo--footer img {
    max-width: 9.0625rem
}

.ppg-Navigation .nav-link {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    color: inherit
}

.ppg-Navigation .nav-next {
    position: relative;
    padding: .75rem 1rem;
    display: inline-block;
    width: 4rem
}

.ppg-Navigation .nav-next:after {
    content: '>'
}

.ppg-Navigation-nav-title-wrap p {
    font-size: .83333rem
}

.ppg-Navigation-nav-title {
    color: #28D7B9;
    text-transform: uppercase;
    display: block;
    padding: .75rem 1rem
}

.ppg-Navigation-nav-item-title {
    padding-left: 2.5rem;
    position: relative;
    line-height: 1.6
}

@media (min-width: 769px) {
    .ppg-Navigation-nav-item-title {
        padding-left:3rem;
        line-height: 1.4;
        position: relative;
        display: inline-block;
        padding-right: 1.3em
    }

    .ppg-Navigation-nav-item-title:after {
        content: ">";
        display: inline-block;
        width: 0;
        -webkit-transform: translateX(0.5em);
        transform: translateX(0.5em);
        transition: -webkit-transform .15s ease;
        transition: transform .15s ease;
        transition: transform .15s ease, -webkit-transform .15s ease;
        font-size: 1rem
    }

    .ppg-Navigation-nav-item-title:hover:after {
        -webkit-transform: translateX(0.8em);
        transform: translateX(0.8em)
    }
}

.ppg-Navigation-nav-item-title.ppg-Navigation-nav-item-title--noIcon {
    padding-left: 0
}

@media (min-width: 769px) {
    .ppg-Navigation-nav-item-title.ppg-Navigation-nav-item-title--noIcon {
        padding-left:0
    }
}

.ppg-Navigation-nav-item-title .ppg-Icon,.ppg-Navigation-nav-item-title .ppg-SocialShare .shariff li .fab,.ppg-SocialShare .shariff li .ppg-Navigation-nav-item-title .fab,.ppg-Navigation-nav-item-title .ppg-SocialShare .shariff li .far,.ppg-SocialShare .shariff li .ppg-Navigation-nav-item-title .far,.ppg-Navigation-nav-item-title .ppg-SocialShare .shariff li .fas,.ppg-SocialShare .shariff li .ppg-Navigation-nav-item-title .fas,.ppg-Navigation-nav-item-title .ppg-Card.ppg-Card--certificationsCard ul li:before,.ppg-Card.ppg-Card--certificationsCard ul .ppg-Navigation-nav-item-title li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    height: 2rem
}

@media (min-width: 769px) {
    .ppg-Navigation-nav-item-title .ppg-Icon,.ppg-Navigation-nav-item-title .ppg-SocialShare .shariff li .fab,.ppg-SocialShare .shariff li .ppg-Navigation-nav-item-title .fab,.ppg-Navigation-nav-item-title .ppg-SocialShare .shariff li .far,.ppg-SocialShare .shariff li .ppg-Navigation-nav-item-title .far,.ppg-Navigation-nav-item-title .ppg-SocialShare .shariff li .fas,.ppg-SocialShare .shariff li .ppg-Navigation-nav-item-title .fas,.ppg-Navigation-nav-item-title .ppg-Card.ppg-Card--certificationsCard ul li:before,.ppg-Card.ppg-Card--certificationsCard ul .ppg-Navigation-nav-item-title li:before {
        width:2.5rem;
        height: 2.5rem
    }
}

.ppg-Navigation.ppg-Navigation--main {
    height: 4rem
}

@media (max-width: 991.98px) {
    .ppg-Navigation.ppg-Navigation--main {
        top:4rem;
        left: 0;
        bottom: 3rem;
        margin: 0;
        padding: .5rem;
        position: fixed;
        background-color: white;
        width: 100%;
        overflow-y: auto;
        height: auto !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition: -webkit-transform .225s ease-in-out;
        transition: transform .225s ease-in-out;
        transition: transform .225s ease-in-out, -webkit-transform .225s ease-in-out
    }

    .is-showing-mobileNav .ppg-Navigation.ppg-Navigation--main {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .ppg-Navigation.ppg-Navigation--main .nav {
        flex-direction: column
    }

    .ppg-Navigation.ppg-Navigation--main .nav-item {
        display: flex;
        justify-content: space-between
    }

    .ppg-Navigation.ppg-Navigation--main .nav-link {
        flex: 1 0 0
    }
}

@media (max-width: 575.98px) {
    .ppg-Navigation.ppg-Navigation--main {
        bottom:8.75rem
    }
}

@media (min-width: 992px) {
    .ppg-Navigation.ppg-Navigation--main {
        display:flex;
        justify-content: space-between;
        align-items: center;
        transition: max-height .225s ease-in-out;
        max-height: 10.5rem;
        margin-left: auto
    }

    .has-scrolled .ppg-Header:not(:hover) .ppg-Navigation.ppg-Navigation--main {
        max-height: 2.75rem
    }

    .dropdown-is-open .ppg-Navigation.ppg-Navigation--main {
        max-height: 10.5rem
    }

    .ppg-Navigation.ppg-Navigation--main .nav-next {
        display: none
    }
}

@media (min-width: 576px) {
    .ppg-Navigation.ppg-Navigation--main {
        height:4rem
    }
}

@media (min-width: 769px) {
    .ppg-Navigation.ppg-Navigation--main {
        height:5rem
    }
}

@media (min-width: 1500px) {
    .ppg-Navigation.ppg-Navigation--main {
        height:6.5rem
    }
}

.ppg-Navigation.ppg-Navigation--main .nav-item.active .nav-link,.ppg-Navigation.ppg-Navigation--main .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .nav-item.btn .nav-link,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Navigation.ppg-Navigation--main .nav-item.btn .nav-link,.ppg-Navigation.ppg-Navigation--main .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.nav-item .nav-link,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Navigation.ppg-Navigation--main a.nav-item .nav-link,.ppg-Navigation.ppg-Navigation--main .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.nav-item .nav-link,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Navigation.ppg-Navigation--main a.nav-item .nav-link,.ppg-Navigation.ppg-Navigation--main .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .nav-item.ppg-Article-meta-item .nav-link,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Navigation.ppg-Navigation--main .nav-item.ppg-Article-meta-item .nav-link,.ppg-Navigation.ppg-Navigation--main .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .nav-item.ppg-Article-meta-item .nav-link,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Navigation.ppg-Navigation--main .nav-item.ppg-Article-meta-item .nav-link {
    color: #7D37F0
}

.ppg-Navigation.ppg-Navigation--main .ppg-Navigation--main-ctaList {
    margin-right: 4rem
}

.ppg-Navigation.ppg-Navigation--main .ppg-Navigation--main-ctaList .nav-item {
    margin: 0
}

@media (max-width: 991.98px) {
    .ppg-Navigation.ppg-Navigation--main .ppg-Navigation--main-ctaList {
        margin:0
    }

    .ppg-Navigation.ppg-Navigation--main .ppg-Navigation--main-ctaList .nav-item {
        margin: .75rem 1rem
    }
}

.ppg-Navigation.ppg-Navigation--main .ppg-Navigation--main-ctaList>*:not(:last-child) {
    margin-right: .5rem
}

.ppg-Navigation.ppg-Navigation--masthead {
    height: 3rem
}

.ppg-Navigation.ppg-Navigation--masthead>.nav {
    align-items: center;
    justify-content: flex-end;
    flex-direction: row
}

.ppg-Navigation.ppg-Navigation--masthead>.nav>.nav-item {
    padding: 0 .5rem
}

.ppg-Navigation.ppg-Navigation--masthead .nav-link {
    transition: color .225s ease-in-out
}

.ppg-Navigation.ppg-Navigation--masthead .nav-link:hover,.ppg-Navigation.ppg-Navigation--masthead .nav-link:focus {
    color: #0F234B
}

.ppg-Navigation.ppg-Navigation--masthead .ppg-Icon,.ppg-Navigation.ppg-Navigation--masthead .ppg-SocialShare .shariff li .fab,.ppg-SocialShare .shariff li .ppg-Navigation.ppg-Navigation--masthead .fab,.ppg-Navigation.ppg-Navigation--masthead .ppg-SocialShare .shariff li .far,.ppg-SocialShare .shariff li .ppg-Navigation.ppg-Navigation--masthead .far,.ppg-Navigation.ppg-Navigation--masthead .ppg-SocialShare .shariff li .fas,.ppg-SocialShare .shariff li .ppg-Navigation.ppg-Navigation--masthead .fas,.ppg-Navigation.ppg-Navigation--masthead .ppg-Card.ppg-Card--certificationsCard ul li:before,.ppg-Card.ppg-Card--certificationsCard ul .ppg-Navigation.ppg-Navigation--masthead li:before {
    height: 1rem;
    margin-top: -.25rem
}

@media (max-width: 991.98px) {
    .ppg-Navigation.ppg-Navigation--masthead {
        height:3rem
    }

    .ppg-Navigation.ppg-Navigation--masthead .nav-item-social {
        flex: 1 1 auto
    }

    .ppg-Navigation.ppg-Navigation--masthead .ppg-Language,.ppg-Navigation.ppg-Navigation--masthead .ppg-SearchForm-wrapper {
        display: none
    }
}

@media (max-width: 575.98px) {
    .ppg-Navigation.ppg-Navigation--masthead {
        height:8.75rem
    }

    .ppg-Navigation.ppg-Navigation--masthead>.nav {
        flex-direction: column-reverse
    }
}

.ppg-Navigation.ppg-Navigation--dropdown {
    height: 0;
    overflow: hidden;
    position: relative;
    display: flex;
    transition: .225s height .225s ease
}

.dropdown-is-open .ppg-Navigation.ppg-Navigation--dropdown {
    transition: height .225s ease;
    height: 400px
}

.ppg-Navigation.ppg-Navigation--dropdown .ppg-Navigation-nav {
    position: fixed;
    z-index: -1;
    background: white;
    padding: 1rem .5rem;
    overflow: auto;
    width: 100%;
    top: 0;
    left: 0;
    transition: -webkit-transform .225s ease-in-out;
    transition: transform .225s ease-in-out;
    transition: transform .225s ease-in-out, -webkit-transform .225s ease-in-out
}

.ppg-Navigation.ppg-Navigation--dropdown .ppg-Navigation-nav.is-open {
    z-index: 1032
}

@media (max-width: 991.98px) {
    .ppg-Navigation.ppg-Navigation--dropdown .ppg-Navigation-nav {
        height:100%
    }

    .ppg-Navigation.ppg-Navigation--dropdown .ppg-Navigation-nav>.nav {
        flex-direction: column;
        height: 105%
    }

    .ppg-Navigation.ppg-Navigation--dropdown .ppg-Navigation-nav.is-open {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .ppg-Navigation.ppg-Navigation--dropdown .ppg-Navigation-nav.submenu-is-open {
        z-index: 1033;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media (min-width: 992px) {
    .ppg-Navigation.ppg-Navigation--dropdown .ppg-Navigation-nav {
        position:absolute;
        padding: 1.5rem 0;
        opacity: 0;
        transition: opacity .225s ease,.225s z-index 1ms ease
    }

    .ppg-Navigation.ppg-Navigation--dropdown .ppg-Navigation-nav .nav-item {
        flex: 0 1 33%;
        min-width: 20rem
    }

    .ppg-Navigation.ppg-Navigation--dropdown .ppg-Navigation-nav.is-open {
        transition: .225s opacity .225s ease,z-index 1ms ease;
        opacity: 1
    }

    .ppg-Navigation.ppg-Navigation--dropdown .ppg-Navigation-nav .ppg-Icon--close {
        display: none
    }
}

.ppg-Navigation.ppg-Navigation--dropdown .ppg-Navigation-nav-title-wrap .ppg-Icon--close {
    display: none;
    width: 3rem;
    height: 3rem;
    padding: .75rem;
    color: #79768f
}

@media (max-width: 991.98px) {
    .ppg-Navigation.ppg-Navigation--dropdown .ppg-Navigation-nav-title-wrap {
        display:flex;
        justify-content: space-between
    }

    .ppg-Navigation.ppg-Navigation--dropdown .ppg-Navigation-nav-title-wrap .ppg-Icon--close {
        display: block
    }
}

@media (min-width: 992px) {
    .ppg-Navigation.ppg-Navigation--dropdown .ppg-Navigation-nav--mega[data-dropdown-nav="8"] {
        width:66.66%;
        left: 0
    }

    .ppg-Navigation.ppg-Navigation--dropdown .ppg-Navigation-nav--mega[data-dropdown-nav="8"] .nav-item {
        flex: 1 1 50%
    }

    .ppg-Navigation.ppg-Navigation--dropdown .ppg-Navigation-nav--mega[data-dropdown-nav="257"] {
        right: 0;
        width: 33.33%;
        left: 66.67%
    }
}

.ppg-Navigation.ppg-Navigation--dropdown .ppg-u-onlyMobile {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.ppg-Navigation.ppg-Navigation--dropdown .ppg-u-onlyMobile .nav-next {
    font-size: 1.25rem;
    line-height: 1.6
}

.ppg-Navigation.ppg-Navigation--footer {
    margin-left: -1rem
}

.ppg-Navigation.ppg-Navigation--footer .ppg-Footer-copyright {
    text-transform: lowercase
}

.ppg-Navigation.ppg-Navigation--footer .nav-link {
    padding-bottom: 0
}

.ppg-Navigation.ppg-Navigation--masthead .ppg-Navigation.ppg-Navigation--social .nav-link {
    padding: .5rem
}

.ppg-Navigation.ppg-Navigation--masthead .ppg-Navigation.ppg-Navigation--social .nav-link .ppg-Icon,.ppg-Navigation.ppg-Navigation--masthead .ppg-Navigation.ppg-Navigation--social .nav-link .ppg-SocialShare .shariff li .fab,.ppg-SocialShare .shariff li .ppg-Navigation.ppg-Navigation--masthead .ppg-Navigation.ppg-Navigation--social .nav-link .fab,.ppg-Navigation.ppg-Navigation--masthead .ppg-Navigation.ppg-Navigation--social .nav-link .ppg-SocialShare .shariff li .far,.ppg-SocialShare .shariff li .ppg-Navigation.ppg-Navigation--masthead .ppg-Navigation.ppg-Navigation--social .nav-link .far,.ppg-Navigation.ppg-Navigation--masthead .ppg-Navigation.ppg-Navigation--social .nav-link .ppg-SocialShare .shariff li .fas,.ppg-SocialShare .shariff li .ppg-Navigation.ppg-Navigation--masthead .ppg-Navigation.ppg-Navigation--social .nav-link .fas,.ppg-Navigation.ppg-Navigation--masthead .ppg-Navigation.ppg-Navigation--social .nav-link .ppg-Card.ppg-Card--certificationsCard ul li:before,.ppg-Card.ppg-Card--certificationsCard ul .ppg-Navigation.ppg-Navigation--masthead .ppg-Navigation.ppg-Navigation--social .nav-link li:before {
    margin-right: 0
}

.ppg-Footer.ppg-Footer--main .ppg-Navigation.ppg-Navigation--social {
    margin-left: -1rem
}

.ppg-Footer.ppg-Footer--main .ppg-Navigation.ppg-Navigation--social .nav-link {
    padding-top: 0
}

.ppg-Footer.ppg-Footer--main .ppg-Navigation.ppg-Navigation--social .nav-link .ppg-Icon,.ppg-Footer.ppg-Footer--main .ppg-Navigation.ppg-Navigation--social .nav-link .ppg-SocialShare .shariff li .fab,.ppg-SocialShare .shariff li .ppg-Footer.ppg-Footer--main .ppg-Navigation.ppg-Navigation--social .nav-link .fab,.ppg-Footer.ppg-Footer--main .ppg-Navigation.ppg-Navigation--social .nav-link .ppg-SocialShare .shariff li .far,.ppg-SocialShare .shariff li .ppg-Footer.ppg-Footer--main .ppg-Navigation.ppg-Navigation--social .nav-link .far,.ppg-Footer.ppg-Footer--main .ppg-Navigation.ppg-Navigation--social .nav-link .ppg-SocialShare .shariff li .fas,.ppg-SocialShare .shariff li .ppg-Footer.ppg-Footer--main .ppg-Navigation.ppg-Navigation--social .nav-link .fas,.ppg-Footer.ppg-Footer--main .ppg-Navigation.ppg-Navigation--social .nav-link .ppg-Card.ppg-Card--certificationsCard ul li:before,.ppg-Card.ppg-Card--certificationsCard ul .ppg-Footer.ppg-Footer--main .ppg-Navigation.ppg-Navigation--social .nav-link li:before {
    height: 1rem
}

.ppg-Navigation.ppg-Navigation--menuPages {
    padding-bottom: .75rem;
    font-size: 1.25rem;
    font-weight: 500;
    overflow: hidden
}

.ppg-Navigation.ppg-Navigation--menuPages>.nav {
    margin-left: -1rem
}

.ppg-Navigation.ppg-Navigation--menuPages .nav-item {
    margin-right: 1rem
}

.ppg-Navigation.ppg-Navigation--menuPages .nav-link {
    padding: 0
}

.ppg-Navigation.ppg-Navigation--menuPages .nav-link>span {
    display: inline-block;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1rem;
    position: relative;
    display: inline-block;
    padding-right: 1.3em
}

.ppg-Navigation.ppg-Navigation--menuPages .nav-link>span:after {
    content: ">";
    display: inline-block;
    width: 0;
    -webkit-transform: translateX(0.5em);
    transform: translateX(0.5em);
    transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease, -webkit-transform .15s ease;
    font-size: 1rem
}

.ppg-Navigation.ppg-Navigation--menuPages .nav-link>span:hover:after {
    -webkit-transform: translateX(0.8em);
    transform: translateX(0.8em)
}

.ppg-Navigation.ppg-Navigation--menuPages .nav-link>span:before {
    content: "";
    display: block;
    position: absolute;
    left: 1rem;
    right: 1.1em;
    bottom: .75rem;
    border-bottom: 1px solid;
    opacity: 0;
    transition: opacity .225s ease
}

.ppg-Navigation.ppg-Navigation--menuPages .nav-link:hover>span:before {
    opacity: 1
}

.ppg-Navigation.ppg-Navigation--product {
    font-weight: 500
}

.ppg-Navigation.ppg-Navigation--product .dropdown-menu {
    margin-top: -0.2rem;
    margin-left: 0.3rem;
    box-shadow: 0 16px 24px rgba(0,0,0,0.15)
}

.ppg-Navigation.ppg-Navigation--product .dropdown-menu:before,.ppg-Navigation.ppg-Navigation--product .dropdown-menu:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    left: 33%;
    z-index: 1;
    border-style: solid;
    border-width: 0 7px 7px
}

.ppg-Navigation.ppg-Navigation--product .dropdown-menu:before {
    border-color: rgba(0,0,0,0.15) transparent;
    top: -7px
}

.ppg-Navigation.ppg-Navigation--product .dropdown-menu:after {
    border-color: white transparent;
    top: -6px
}

.ppg-Navigation.ppg-Navigation--product .dropdown-menu li.nav-item {
    margin-right: 0
}

.ppg-Navigation.ppg-Navigation--product .dropdown-toggle {
    width: 100%;
    text-align: left;
    margin-top: 1rem;
    border: none;
    border-radius: 0;
    background-color: #e8e9ed
}

@media (min-width: 769px) {
    .ppg-Navigation.ppg-Navigation--product .dropdown-toggle {
        display:none
    }
}

.ppg-Navigation.ppg-Navigation--product .dropdown-toggle:focus {
    box-shadow: none
}

.ppg-Navigation.ppg-Navigation--product .nav-tabs {
    border-bottom: 0 none
}

.ppg-Navigation.ppg-Navigation--product .nav-item {
    margin-bottom: 0
}

.ppg-Navigation.ppg-Navigation--product .nav-item:not(:last-child) {
    margin-right: .5rem
}

.ppg-Navigation.ppg-Navigation--product .nav-link:not(.btn-gen-newProductFeature) {
    border: 0 none;
    text-transform: uppercase
}

.ppg-Navigation.ppg-Navigation--product .nav-link:not(.btn-gen-newProductFeature):not(.active) {
    background-color: rgba(255,255,255,0.65)
}

.ppg-Navigation.ppg-Navigation--product .nav-link:not(.btn-gen-newProductFeature):not(.active):hover {
    background-color: rgba(255,255,255,0.8)
}

.ppg-Navigation.ppg-Navigation--product .btn-gen-newProductFeature {
    border: 0 none;
    -webkit-transform: translateY(-.5rem);
    transform: translateY(-.5rem)
}

@media (min-width: 769px) {
    .ppg-Header--product2 .ppg-Navigation.ppg-Navigation--product .nav-item {
        padding-right:.5rem
    }

    .ppg-Header--product2 .ppg-Navigation.ppg-Navigation--product .nav-item:not(:first-child) {
        padding-left: .5rem
    }

    .ppg-Header--product2 .ppg-Navigation.ppg-Navigation--product .nav-link {
        color: #fff;
        opacity: 0.75;
        text-transform: none;
        background: transparent !important;
        padding: 1.5rem .5rem 1rem .5rem;
        border: 0px solid transparent;
        border-bottom-width: .25rem;
        transition: opacity 0.5s
    }

    .ppg-Header--product2 .ppg-Navigation.ppg-Navigation--product .nav-link.active,.ppg-Header--product2 .ppg-Navigation.ppg-Navigation--product .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .nav-link.btn,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Header--product2 .ppg-Navigation.ppg-Navigation--product .nav-link.btn,.ppg-Header--product2 .ppg-Navigation.ppg-Navigation--product .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.nav-link,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Header--product2 .ppg-Navigation.ppg-Navigation--product a.nav-link,.ppg-Header--product2 .ppg-Navigation.ppg-Navigation--product .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.nav-link,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Header--product2 .ppg-Navigation.ppg-Navigation--product a.nav-link,.ppg-Header--product2 .ppg-Navigation.ppg-Navigation--product .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .nav-link.ppg-Article-meta-item,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Header--product2 .ppg-Navigation.ppg-Navigation--product .nav-link.ppg-Article-meta-item,.ppg-Header--product2 .ppg-Navigation.ppg-Navigation--product .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .nav-link.ppg-Article-meta-item,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Header--product2 .ppg-Navigation.ppg-Navigation--product .nav-link.ppg-Article-meta-item,.ppg-Header--product2 .ppg-Navigation.ppg-Navigation--product .nav-link:hover {
        opacity: 1;
        border-bottom-color: #FFE606
    }
}

.ppg-Header--product2 .ppg-Navigation.ppg-Navigation--product .dropdown-toggle {
    color: #fff;
    background-color: transparent;
    margin-bottom: .75rem
}

.ppg-Header--product2 .ppg-Navigation.ppg-Navigation--product .dropdown-toggle span {
    display: inline-block;
    max-width: calc(100% - 1.5rem);
    overflow: hidden;
    text-overflow: ellipsis
}

.ppg-Header--product2 .ppg-Navigation.ppg-Navigation--product .dropdown-toggle:after {
    vertical-align: .5rem
}

.ppg-Navigation.ppg-Navigation--mobile {
    align-items: center;
    justify-content: flex-end;
    height: 3rem;
    position: relative
}

@media (min-width: 992px) {
    .ppg-Navigation.ppg-Navigation--mobile {
        display:none
    }
}

.ppg-Navigation.ppg-Navigation--mobile .ppg-Icon,.ppg-Navigation.ppg-Navigation--mobile .ppg-SocialShare .shariff li .fab,.ppg-SocialShare .shariff li .ppg-Navigation.ppg-Navigation--mobile .fab,.ppg-Navigation.ppg-Navigation--mobile .ppg-SocialShare .shariff li .far,.ppg-SocialShare .shariff li .ppg-Navigation.ppg-Navigation--mobile .far,.ppg-Navigation.ppg-Navigation--mobile .ppg-SocialShare .shariff li .fas,.ppg-SocialShare .shariff li .ppg-Navigation.ppg-Navigation--mobile .fas,.ppg-Navigation.ppg-Navigation--mobile .ppg-Card.ppg-Card--certificationsCard ul li:before,.ppg-Card.ppg-Card--certificationsCard ul .ppg-Navigation.ppg-Navigation--mobile li:before {
    margin-top: -.25rem
}

.ppg-Navigation.ppg-Navigation--mobile .ppg-Icon.ppg-Icon--globe,.ppg-Navigation.ppg-Navigation--mobile .ppg-SocialShare .shariff li .ppg-Icon--globe.fab,.ppg-SocialShare .shariff li .ppg-Navigation.ppg-Navigation--mobile .ppg-Icon--globe.fab,.ppg-Navigation.ppg-Navigation--mobile .ppg-SocialShare .shariff li .ppg-Icon--globe.far,.ppg-SocialShare .shariff li .ppg-Navigation.ppg-Navigation--mobile .ppg-Icon--globe.far,.ppg-Navigation.ppg-Navigation--mobile .ppg-SocialShare .shariff li .ppg-Icon--globe.fas,.ppg-SocialShare .shariff li .ppg-Navigation.ppg-Navigation--mobile .ppg-Icon--globe.fas,.ppg-Navigation.ppg-Navigation--mobile .ppg-Card.ppg-Card--certificationsCard ul li.ppg-Icon--globe:before,.ppg-Card.ppg-Card--certificationsCard ul .ppg-Navigation.ppg-Navigation--mobile li.ppg-Icon--globe:before {
    margin-right: .5rem
}

@media (max-width: 349.98px) {
    .ppg-Navigation.ppg-Navigation--mobile .t3m-SearchForm,.ppg-Navigation.ppg-Navigation--mobile .nav-link {
        padding-left:.5rem !important;
        padding-right: .5rem !important
    }
}

.ppg-Navigation.ppg-Navigation--jubilaeum {
    flex-grow: 1;
    justify-content: center
}

@media (max-width: 991.98px) {
    .ppg-Navigation.ppg-Navigation--jubilaeum .nav-link {
        padding-left:0;
        padding-right: 0
    }
}

.ppg-Navigation.ppg-Navigation--jubilaeum .nav-img {
    width: auto;
    transition: height .225s ease-in-out;
    height: 2.5rem
}

@media (min-width: 576px) {
    .ppg-Navigation.ppg-Navigation--jubilaeum .nav-img {
        height:2.5rem
    }
}

@media (min-width: 769px) {
    .ppg-Navigation.ppg-Navigation--jubilaeum .nav-img {
        height:3.5rem
    }
}

@media (min-width: 1500px) {
    .ppg-Navigation.ppg-Navigation--jubilaeum .nav-img {
        height:5rem
    }
}

.has-scrolled .ppg-Navigation.ppg-Navigation--jubilaeum .nav-img {
    height: 2.5rem
}

.ppg-Navigation.ppg-Navigation--section {
    position: fixed;
    left: 0;
    top: 50%;
    overflow: hidden;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    z-index: 1031;
    transition: left .45s ease,-webkit-transform .45s ease;
    transition: transform .45s ease,left .45s ease;
    transition: transform .45s ease,left .45s ease,-webkit-transform .45s ease
}

.ppg-Navigation.ppg-Navigation--section:not(:hover) {
    -webkit-animation-name: changeSectionMenuWidth;
    animation-name: changeSectionMenuWidth;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-direction: alternate-reverse
}

.ppg-Navigation.ppg-Navigation--section:hover .ppg-Navigation--section-icon {
    color: inherit;
    border-radius: 2px 0 0 2px !important
}

.ppg-Navigation.ppg-Navigation--section:hover .ppg-Navigation--section-icon:before {
    opacity: 0.5
}

.ppg-Navigation.ppg-Navigation--section:hover .ppg-Navigation--section-label {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.ppg-Navigation.ppg-Navigation--section:hover .ppg-Navigation--section-label-inner {
    opacity: 1;
    transition: opacity .45s ease .225s
}

@media (min-width: 769px) {
    html.has-scrolled .ppg-Navigation.ppg-Navigation--section {
        -webkit-transform:translate(0, -50%);
        transform: translate(0, -50%);
        left: 1rem
    }
}

.ppg-Navigation.ppg-Navigation--section .nav-item {
    line-height: 0;
    margin-top: 2px;
    margin-bottom: 2px
}

.ppg-Navigation.ppg-Navigation--section .nav-link {
    display: inline-flex;
    position: relative;
    padding: 0;
    line-height: 25px;
    border-radius: 2px;
    overflow: hidden;
    cursor: pointer
}

.ppg-Navigation.ppg-Navigation--section .nav-link:hover .ppg-Navigation--section-icon {
    background-color: #560fcb;
    color: white
}

.ppg-Navigation.ppg-Navigation--section .nav-link:hover .ppg-Navigation--section-icon:before {
    width: 6px;
    height: 6px;
    opacity: 1
}

.ppg-Navigation.ppg-Navigation--section .nav-link:hover .ppg-Navigation--section-label {
    background-color: #560fcb;
    color: white
}

.ppg-Navigation.ppg-Navigation--section .ppg-Navigation--section-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    width: 25px;
    height: 25px;
    line-height: inherit;
    text-align: center;
    font-size: 8px;
    color: white;
    cursor: pointer;
    background-color: #7D37F0;
    border-radius: 2px;
    transition: color .225s ease
}

.ppg-Navigation.ppg-Navigation--section .ppg-Navigation--section-icon:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: white
}

.ppg-Navigation.ppg-Navigation--section .ppg-Navigation--section-label {
    display: inline-block;
    position: relative;
    z-index: 1;
    max-width: 70vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
    background-color: #7D37F0;
    line-height: inherit;
    padding-right: 1rem;
    padding-left: 2px;
    margin-left: -2px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    cursor: pointer;
    border-radius: 0 2px 2px 0;
    transition: -webkit-transform .45s ease;
    transition: transform .45s ease;
    transition: transform .45s ease, -webkit-transform .45s ease;
    font-size: .83333rem
}

.ppg-Navigation.ppg-Navigation--section .ppg-Navigation--section-label-inner {
    opacity: 0;
    transition: opacity .225s ease
}

@-webkit-keyframes changeSectionMenuWidth {
    0% {
        width: 30px
    }

    100% {
        width: auto
    }
}

@keyframes changeSectionMenuWidth {
    0% {
        width: 30px
    }

    100% {
        width: auto
    }
}

.ppg-Navigation-toggle-wrapper {
    margin-left: 0
}

.ppg-Navigation-toggle .ppg-Navigation-toggle-bar {
    background-color: currentColor
}

.ppg-Pagination.ppg-Pagination--knowledgebase .page-link {
    border-color: #7D37F0;
    color: #7D37F0
}

.ppg-Pagination.ppg-Pagination--knowledgebase .page-link:hover,.ppg-Pagination.ppg-Pagination--knowledgebase .page-item.active .page-link,.ppg-Pagination.ppg-Pagination--knowledgebase .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .page-item.btn .page-link,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Pagination.ppg-Pagination--knowledgebase .page-item.btn .page-link,.ppg-Pagination.ppg-Pagination--knowledgebase .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a.page-item .page-link,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Pagination.ppg-Pagination--knowledgebase a.page-item .page-link,.ppg-Pagination.ppg-Pagination--knowledgebase .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active a.page-item .page-link,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Pagination.ppg-Pagination--knowledgebase a.page-item .page-link,.ppg-Pagination.ppg-Pagination--knowledgebase .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .page-item.ppg-Article-meta-item .page-link,.ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Pagination.ppg-Pagination--knowledgebase .page-item.ppg-Article-meta-item .page-link,.ppg-Pagination.ppg-Pagination--knowledgebase .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .page-item.ppg-Article-meta-item .page-link,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-KnowledgeBase-sidebar .ppg-KnowledgeBaseMetaList-item.active .ppg-Pagination.ppg-Pagination--knowledgebase .page-item.ppg-Article-meta-item .page-link {
    border-color: #7D37F0;
    color: #fff;
    background-color: #7D37F0
}

.ppg-Row.ppg-Row--panel {
    border-radius: .25rem;
    overflow: hidden
}

.ppg-Row.ppg-Row--panel>[class*="col-"] {
    padding: 1rem
}

@media (min-width: 576px) {
    .ppg-Row.ppg-Row--panel>[class*="col-"] {
        padding:1.5rem
    }
}

@media (min-width: 769px) {
    .ppg-Row.ppg-Row--panel>[class*="col-"] {
        padding:2.5rem
    }
}

@media (min-width: 992px) {
    .ppg-Row.ppg-Row--panel>[class*="col-"] {
        padding:2.5rem
    }
}

@media (min-width: 1300px) {
    .ppg-Row.ppg-Row--panel>[class*="col-"] {
        padding:4rem
    }
}

@media (min-width: 1500px) {
    .ppg-Row.ppg-Row--panel>[class*="col-"] {
        padding:4rem
    }
}

@media (min-width: 1800px) {
    .ppg-Row.ppg-Row--panel>[class*="col-"] {
        padding:4rem
    }
}

.ppg-Row.ppg-u-equalHeights .column-1>.frame-default,.ppg-Row.ppg-u-equalHeights .column-2>.frame-default,.ppg-Row.ppg-u-equalHeights .column-3>.frame-default,.ppg-Row.ppg-u-equalHeights .column-4>.frame-default {
    height: 100%
}

.is-showing-productFinder body,.is-showing-mobileNav body {
    overflow: hidden
}

@media (min-width: 769px) {
    .ppg-u-onlyMobile {
        display:none !important
    }
}

.bg-digitalViolet .ppg-Icon,.bg-digitalViolet .ppg-SocialShare .shariff li .fab,.ppg-SocialShare .shariff li .bg-digitalViolet .fab,.bg-digitalViolet .ppg-SocialShare .shariff li .far,.ppg-SocialShare .shariff li .bg-digitalViolet .far,.bg-digitalViolet .ppg-SocialShare .shariff li .fas,.ppg-SocialShare .shariff li .bg-digitalViolet .fas,.bg-digitalViolet .ppg-Card.ppg-Card--certificationsCard ul li:before,.ppg-Card.ppg-Card--certificationsCard ul .bg-digitalViolet li:before {
    color: white
}

.bg-digitalViolet .ppg-Icon path,.bg-digitalViolet .ppg-SocialShare .shariff li .fab path,.ppg-SocialShare .shariff li .bg-digitalViolet .fab path,.bg-digitalViolet .ppg-SocialShare .shariff li .far path,.ppg-SocialShare .shariff li .bg-digitalViolet .far path,.bg-digitalViolet .ppg-SocialShare .shariff li .fas path,.ppg-SocialShare .shariff li .bg-digitalViolet .fas path,.bg-digitalViolet .ppg-Card.ppg-Card--certificationsCard ul li:before path,.ppg-Card.ppg-Card--certificationsCard ul .bg-digitalViolet li:before path {
    fill: currentColor
}

.ppg-SearchForm.ppg-SearchForm--default .tx-indexedsearch-searchbox-sword {
    margin-right: 1rem
}

@media (max-width: 768.98px) {
    .ppg-SearchForm.ppg-SearchForm--default .tx-indexedsearch-searchbox-sword {
        flex:1 0 0px
    }
}

.ppg-SearchForm-wrapper.ppg-SearchForm-wrapper--min {
    position: relative
}

.ppg-SearchForm-wrapper.ppg-SearchForm-wrapper--min .ppg-SearchForm {
    display: block;
    padding: .5rem 1rem;
    transition: color .225s ease-in-out
}

.ppg-SearchForm-wrapper.ppg-SearchForm-wrapper--min .ppg-SearchForm:hover,.ppg-SearchForm-wrapper.ppg-SearchForm-wrapper--min .ppg-SearchForm:focus {
    color: #0F234B
}

.ppg-SearchForm-wrapper.ppg-SearchForm-wrapper--min .ppg-SearchForm-backdrop {
    opacity: 0;
    transition: opacity .225s linear
}

.ppg-SearchForm-wrapper.ppg-SearchForm-wrapper--min .ppg-SearchForm-textInput {
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    padding: 0;
    font-size: 16px
}

.ppg-SearchForm-wrapper.ppg-SearchForm-wrapper--min .ppg-SearchForm-textInput:focus {
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    opacity: 1;
    position: fixed;
    z-index: 1052;
    left: 50%;
    top: 25vh;
    width: 80vw;
    height: 10vw;
    margin-left: -40vw;
    margin-top: -5vw;
    padding: 2vw;
    font-size: 16px;
    cursor: text
}

@media (min-width: 576px) {
    .ppg-SearchForm-wrapper.ppg-SearchForm-wrapper--min .ppg-SearchForm-textInput:focus {
        font-size:2vw
    }
}

@media (min-width: 769px) {
    .ppg-SearchForm-wrapper.ppg-SearchForm-wrapper--min .ppg-SearchForm-textInput:focus {
        width:30vw;
        height: 6vw;
        margin-left: -15vw;
        margin-top: -3vw;
        padding: 2vw
    }
}

.ppg-SearchForm-wrapper.ppg-SearchForm-wrapper--min .ppg-SearchForm-textInput:focus+.ppg-SearchForm-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    background-image: linear-gradient(135deg,#7D37F0,#28D7B9);
    z-index: 1051;
    opacity: 0.75
}

.ppg-SearchForm-wrapper.ppg-SearchForm-wrapper--min.ppg-SearchForm-wrapper--mobile .ppg-SearchForm {
    height: 100%
}

@media (max-width: 768.98px) {
    .ppg-SearchForm-wrapper.ppg-SearchForm-wrapper--min.ppg-SearchForm-wrapper--mobile .ppg-SearchForm-textInput:focus {
        margin:1rem auto 0;
        padding: .5rem 1rem;
        font-size: 1rem;
        left: 0;
        right: 0;
        width: 80%
    }
}

@media (max-width: 575.98px) {
    .ppg-SearchForm-wrapper.ppg-SearchForm-wrapper--min.ppg-SearchForm-wrapper--mobile .ppg-SearchForm-textInput:focus {
        top:4rem
    }
}

@media (min-width: 576px) and (max-width: 768.98px) {
    .ppg-SearchForm-wrapper.ppg-SearchForm-wrapper--min.ppg-SearchForm-wrapper--mobile .ppg-SearchForm-textInput:focus {
        top:4rem
    }
}

.ppg-Section+.ppg-Section {
    margin-top: .125rem
}

.ppg-Section.ppg-Section--cta .card.card-no-border {
    border: none
}

.ppg-Section.ppg-Section--cta .ppg-Section--cta-content {
    width: 100%;
    max-width: 648px;
    text-align: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem
}

.ppg-Section.ppg-Section--contactInfo {
    color: #fff
}

.ppg-Section.ppg-Section--contactInfo.bg-digitalViolet .ppg-Icon,.ppg-Section.ppg-Section--contactInfo.bg-digitalViolet .ppg-SocialShare .shariff li .fab,.ppg-SocialShare .shariff li .ppg-Section.ppg-Section--contactInfo.bg-digitalViolet .fab,.ppg-Section.ppg-Section--contactInfo.bg-digitalViolet .ppg-SocialShare .shariff li .far,.ppg-SocialShare .shariff li .ppg-Section.ppg-Section--contactInfo.bg-digitalViolet .far,.ppg-Section.ppg-Section--contactInfo.bg-digitalViolet .ppg-SocialShare .shariff li .fas,.ppg-SocialShare .shariff li .ppg-Section.ppg-Section--contactInfo.bg-digitalViolet .fas,.ppg-Section.ppg-Section--contactInfo.bg-digitalViolet .ppg-Card.ppg-Card--certificationsCard ul li:before,.ppg-Card.ppg-Card--certificationsCard ul .ppg-Section.ppg-Section--contactInfo.bg-digitalViolet li:before {
    color: white;
    background-image: url(../Images/Icons/download-icon-weiss.svg)
}

.ppg-Section.ppg-Section--contactInfo.bg-digitalViolet .ppg-Icon path,.ppg-Section.ppg-Section--contactInfo.bg-digitalViolet .ppg-SocialShare .shariff li .fab path,.ppg-SocialShare .shariff li .ppg-Section.ppg-Section--contactInfo.bg-digitalViolet .fab path,.ppg-Section.ppg-Section--contactInfo.bg-digitalViolet .ppg-SocialShare .shariff li .far path,.ppg-SocialShare .shariff li .ppg-Section.ppg-Section--contactInfo.bg-digitalViolet .far path,.ppg-Section.ppg-Section--contactInfo.bg-digitalViolet .ppg-SocialShare .shariff li .fas path,.ppg-SocialShare .shariff li .ppg-Section.ppg-Section--contactInfo.bg-digitalViolet .fas path,.ppg-Section.ppg-Section--contactInfo.bg-digitalViolet .ppg-Card.ppg-Card--certificationsCard ul li:before path,.ppg-Card.ppg-Card--certificationsCard ul .ppg-Section.ppg-Section--contactInfo.bg-digitalViolet li:before path {
    fill: currentColor
}

.ppg-Section.bg-futureGreen .ppg-Icon--gradientCloudDownload {
    color: white;
    background-image: url(../Images/Icons/download-icon-weiss.svg)
}

.ppg-Section.bg-futureGreen .ppg-Icon--gradientCloudDownload path {
    fill: currentColor
}

.ppg-Section.ppg-Section--Events,.ppg-Section.ppg-Section--News {
    z-index: 100
}

.ppg-Section.ppg-Section--partnerLogos .card-body .ce-column {
    flex: 0 0 45%;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    text-align: center
}

.ppg-Section.ppg-Section--newsCarousel .column-1 {
    position: relative;
    z-index: 1;
    margin-bottom: 0
}

.ppg-Section.ppg-Section--newsCarousel .column-2 {
    margin-bottom: 0
}

.ppg-Section.ppg-Section--newsCarousel .column-2:after {
    content: '';
    display: block;
    background-color: #0F234B;
    height: 1px;
    margin-top: 2rem
}

.ppg-Section.ppg-Section--webinarsCarousel .column-1 {
    position: relative;
    z-index: 1;
    margin-bottom: 0
}

.ppg-Section.ppg-Section--webinarsCarousel .column-2 {
    margin-bottom: 0
}

.ppg-Section.ppg-Section--webinarsCarousel .column-2:after {
    content: '';
    display: block;
    background-color: #0F234B;
    height: 1px;
    margin-top: 2rem
}

.ppg-Section.ppg-Section--tweetCarousel>.container:first-child {
    padding-top: 0
}

.ppg-Section.ppg-Section--tweetCarousel .column-1 {
    position: relative;
    z-index: 1
}

.ppg-Section.ppg-Section--tweetCarousel .column-1 h4 {
    margin-top: 1.5rem
}

.ppg-SiteWrapper:before {
    transition: background-color .225s ease-in-out,.225s z-index 0.001s ease-in-out;
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent
}

.ppg-SiteWrapper .ppg-Main {
    transition: -webkit-filter .225s ease-in-out;
    transition: filter .225s ease-in-out;
    transition: filter .225s ease-in-out, -webkit-filter .225s ease-in-out
}

.is-showing-mobileNav .ppg-SiteWrapper,.dropdown-is-open .ppg-SiteWrapper,.is-showing-productFinder .ppg-SiteWrapper {
    position: relative
}

.is-showing-mobileNav .ppg-SiteWrapper:before,.dropdown-is-open .ppg-SiteWrapper:before,.is-showing-productFinder .ppg-SiteWrapper:before {
    z-index: 1000;
    background-color: rgba(125,55,240,0.7);
    transition: background-color .225s ease-in-out,z-index 0.001s ease-in-out
}

.is-showing-mobileNav .ppg-SiteWrapper .ppg-Main,.dropdown-is-open .ppg-SiteWrapper .ppg-Main,.is-showing-productFinder .ppg-SiteWrapper .ppg-Main {
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.ppg-SiteWrapper .ppg-Main {
    transition: -webkit-filter .225s ease-in-out;
    transition: filter .225s ease-in-out;
    transition: filter .225s ease-in-out, -webkit-filter .225s ease-in-out
}

.ppg-SiteWrapper.ppg-SiteWrapper--product {
    background-image: url("/servicedesk-powerpages/Resources/Public/Images/backgrounds/gen-bg-product.svg"),linear-gradient(to bottom,#7D37F0,#0F234B);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #7D37F0
}

@media (min-width: 769px) {
    .ppg-SiteWrapper.ppg-SiteWrapper--product {
        background-attachment:fixed
    }
}

.ppg-Slider-nav-prev,.ppg-Slider-nav-next {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0;
    border: 0;
    font-size: 1.2rem;
    cursor: pointer
}

.ppg-Slider-nav-dots button:hover:before {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.4)
}

.ppg-Slider.ppg-Slider--rows .slick-slide>div {
    height: auto
}

@media (min-width: 769px) {
    .ppg-Slider.ppg-Slider--multiple-zoomed .ppg-Slider-slides {
        margin-left:0;
        margin-right: 0
    }

    .ppg-Slider.ppg-Slider--multiple-zoomed .slick-list {
        overflow: visible
    }

    .ppg-Slider.ppg-Slider--multiple-zoomed .slick-slide {
        transition: opacity 0.5s linear;
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        padding: 0;
        z-index: 100
    }

    .ppg-Slider.ppg-Slider--multiple-zoomed .slick-slide.slick-current {
        opacity: 1;
        -webkit-transform-origin: left center;
        transform-origin: left center;
        transition: none;
        -webkit-animation: mz-slide-1 1.5s ease forwards;
        animation: mz-slide-1 1.5s ease forwards
    }

    .ppg-Slider.ppg-Slider--multiple-zoomed .slick-slide.slick-current ~ .slick-slide {
        opacity: 1;
        -webkit-transform-origin: left center;
        transform-origin: left center;
        transition: none
    }

    .ppg-Slider.ppg-Slider--multiple-zoomed .slick-slide.slick-current+.slick-slide {
        -webkit-animation: mz-slide-2 1.5s ease forwards;
        animation: mz-slide-2 1.5s ease forwards
    }

    .ppg-Slider.ppg-Slider--multiple-zoomed .slick-slide.slick-current+.slick-slide+.slick-slide {
        -webkit-animation: mz-slide-3 1s ease forwards;
        animation: mz-slide-3 1s ease forwards
    }

    .ppg-Slider.ppg-Slider--multiple-zoomed .slick-slide.slick-current+.slick-slide+.slick-slide+.slick-slide {
        -webkit-animation: mz-slide-4 1s ease forwards;
        animation: mz-slide-4 1s ease forwards
    }

    .ppg-Slider.ppg-Slider--multiple-zoomed .slick-slide.slick-current+.slick-slide+.slick-slide+.slick-slide+.slick-slide {
        -webkit-animation: mz-slide-5 1s ease forwards;
        animation: mz-slide-5 1s ease forwards
    }

    .ppg-Slider.ppg-Slider--multiple-zoomed .slick-slide.slick-current+.slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide {
        -webkit-animation: mz-slide-6 1s ease forwards;
        animation: mz-slide-6 1s ease forwards
    }

    .ppg-Slider.ppg-Slider--multiple-zoomed .slick-slide.slick-current+.slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide {
        -webkit-animation: mz-slide-7 1s ease forwards;
        animation: mz-slide-7 1s ease forwards
    }

    .ppg-Slider.ppg-Slider--multiple-zoomed .slick-slide.slick-current+.slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide {
        -webkit-animation: mz-slide-8 1s ease forwards;
        animation: mz-slide-8 1s ease forwards
    }
}

.ppg-Slider.ppg-Slider--multiple-zoomed .slick-slide>div>* {
    box-shadow: 0 0px 20px rgba(0,0,0,0.4)
}

.ppg-Slider.ppg-Slider--multiple-zoomed .slick-slide>div>*:not(.ppg-Card) {
    background-color: white;
    border-radius: .25rem;
    padding: 1rem;
    height: 100%
}

.ppg-Slider.ppg-Slider--multiple-zoomed .ppg-Slider-nav {
    justify-content: space-between;
    border-top: 1px solid white;
    margin-top: 1.5rem;
    padding-top: 1rem
}

.ppg-Slider.ppg-Slider--multiple-zoomed .ppg-Slider-nav-dots {
    display: none
}

@-webkit-keyframes mz-slide-1 {
    0% {
        -webkit-transform: translateX(0%) scale(0.95);
        transform: translateX(0%) scale(0.95);
        z-index: 110
    }

    50% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: 100
    }

    100% {
        -webkit-transform: translateX(0%) scale(1);
        transform: translateX(0%) scale(1);
        z-index: 110
    }
}

@keyframes mz-slide-1 {
    0% {
        -webkit-transform: translateX(0%) scale(0.95);
        transform: translateX(0%) scale(0.95);
        z-index: 110
    }

    50% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: 100
    }

    100% {
        -webkit-transform: translateX(0%) scale(1);
        transform: translateX(0%) scale(1);
        z-index: 110
    }
}

@-webkit-keyframes mz-slide-2 {
    0% {
        -webkit-transform: translateX(-80%);
        transform: translateX(-80%);
        z-index: 110
    }

    50% {
        -webkit-transform: translateX(-90%);
        transform: translateX(-90%);
        z-index: 100
    }

    100% {
        -webkit-transform: translateX(0%) scale(0.95);
        transform: translateX(0%) scale(0.95);
        z-index: 100
    }
}

@keyframes mz-slide-2 {
    0% {
        -webkit-transform: translateX(-80%);
        transform: translateX(-80%);
        z-index: 110
    }

    50% {
        -webkit-transform: translateX(-90%);
        transform: translateX(-90%);
        z-index: 100
    }

    100% {
        -webkit-transform: translateX(0%) scale(0.95);
        transform: translateX(0%) scale(0.95);
        z-index: 100
    }
}

@-webkit-keyframes mz-slide-3 {
    0% {
        -webkit-transform: translateX(-90%) scale(0.95);
        transform: translateX(-90%) scale(0.95)
    }

    100% {
        -webkit-transform: translateX(-80%) scale(0.95);
        transform: translateX(-80%) scale(0.95)
    }
}

@keyframes mz-slide-3 {
    0% {
        -webkit-transform: translateX(-90%) scale(0.95);
        transform: translateX(-90%) scale(0.95)
    }

    100% {
        -webkit-transform: translateX(-80%) scale(0.95);
        transform: translateX(-80%) scale(0.95)
    }
}

@-webkit-keyframes mz-slide-4 {
    0% {
        -webkit-transform: translateX(-240%) scale(0.95);
        transform: translateX(-240%) scale(0.95)
    }

    100% {
        -webkit-transform: translateX(-160%) scale(0.95);
        transform: translateX(-160%) scale(0.95)
    }
}

@keyframes mz-slide-4 {
    0% {
        -webkit-transform: translateX(-240%) scale(0.95);
        transform: translateX(-240%) scale(0.95)
    }

    100% {
        -webkit-transform: translateX(-160%) scale(0.95);
        transform: translateX(-160%) scale(0.95)
    }
}

@-webkit-keyframes mz-slide-5 {
    0% {
        -webkit-transform: translateX(-320%) scale(0.95);
        transform: translateX(-320%) scale(0.95)
    }

    100% {
        -webkit-transform: translateX(-240%) scale(0.95);
        transform: translateX(-240%) scale(0.95)
    }
}

@keyframes mz-slide-5 {
    0% {
        -webkit-transform: translateX(-320%) scale(0.95);
        transform: translateX(-320%) scale(0.95)
    }

    100% {
        -webkit-transform: translateX(-240%) scale(0.95);
        transform: translateX(-240%) scale(0.95)
    }
}

@-webkit-keyframes mz-slide-6 {
    0% {
        -webkit-transform: translateX(-400%) scale(0.95);
        transform: translateX(-400%) scale(0.95)
    }

    100% {
        -webkit-transform: translateX(-320%) scale(0.95);
        transform: translateX(-320%) scale(0.95)
    }
}

@keyframes mz-slide-6 {
    0% {
        -webkit-transform: translateX(-400%) scale(0.95);
        transform: translateX(-400%) scale(0.95)
    }

    100% {
        -webkit-transform: translateX(-320%) scale(0.95);
        transform: translateX(-320%) scale(0.95)
    }
}

@-webkit-keyframes mz-slide-7 {
    0% {
        -webkit-transform: translateX(-480%) scale(0.95);
        transform: translateX(-480%) scale(0.95)
    }

    100% {
        -webkit-transform: translateX(-400%) scale(0.95);
        transform: translateX(-400%) scale(0.95)
    }
}

@keyframes mz-slide-7 {
    0% {
        -webkit-transform: translateX(-480%) scale(0.95);
        transform: translateX(-480%) scale(0.95)
    }

    100% {
        -webkit-transform: translateX(-400%) scale(0.95);
        transform: translateX(-400%) scale(0.95)
    }
}

@-webkit-keyframes mz-slide-8 {
    0% {
        -webkit-transform: translateX(-560%) scale(0.95);
        transform: translateX(-560%) scale(0.95)
    }

    100% {
        -webkit-transform: translateX(-480%) scale(0.95);
        transform: translateX(-480%) scale(0.95)
    }
}

@keyframes mz-slide-8 {
    0% {
        -webkit-transform: translateX(-560%) scale(0.95);
        transform: translateX(-560%) scale(0.95)
    }

    100% {
        -webkit-transform: translateX(-480%) scale(0.95);
        transform: translateX(-480%) scale(0.95)
    }
}

.ppg-Slider.ppg-Slider--single-center {
    background-image: linear-gradient(#e8e9ed, #e8e9ed);
    background-size: auto 50%;
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y: 19%
}

@media (min-width: 769px) {
    .ppg-Slider.ppg-Slider--single-center {
        background-position-y:35%
    }
}

@media (min-width: 769px) {
    .ppg-Slider.ppg-Slider--single-center .slick-slide>div {
        padding-left:15%;
        padding-right: 15%
    }
}

.ppg-Slider.ppg-Slider--single-center .ppg-Slider-nav-prev {
    left: 2.5rem
}

.ppg-Slider.ppg-Slider--single-center .ppg-Slider-nav-next {
    right: 2.5rem
}

.ppg-Slider.ppg-Slider--single-center .ppg-Slider-nav-prev,.ppg-Slider.ppg-Slider--single-center .ppg-Slider-nav-next {
    position: absolute;
    top: 31%
}

@media (min-width: 769px) {
    .ppg-Slider.ppg-Slider--single-center .ppg-Slider-nav-prev,.ppg-Slider.ppg-Slider--single-center .ppg-Slider-nav-next {
        top:42%
    }
}

.ppg-Slider--multiple-stack .slick-slide {
    transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
    transition: opacity 0.3s linear, transform 0.3s linear;
    transition: opacity 0.3s linear, transform 0.3s linear, -webkit-transform 0.3s linear;
    background: white;
    border: .25rem solid red;
    border-radius: .25rem;
    opacity: 0;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.ppg-Slider--multiple-stack .slick-slide.slick-current {
    opacity: 1;
    z-index: 100;
    margin-top: 0;
    margin-bottom: 0
}

.ppg-Slider--multiple-stack .slick-slide .frame {
    padding: 1rem
}

.ppg-Slider--multiple-stack .slick-slide .frame .ce-gallery {
    margin: -1rem
}

.ppg-Slider--multiple-stack .ppg-Slider-nav-dots {
    display: none
}

.ppg-Slider--multiple-stack .slick-slide.slick-active {
    opacity: 1
}

.ppg-Slider--multiple-stack .slick-active.slick-current {
    margin-left: 0
}

.ppg-Slider--multiple-stack .slick-slide.slick-current+.slick-slide {
    margin-left: -9%;
    z-index: 2;
    opacity: 1
}

.ppg-Slider--multiple-stack .slick-slide.slick-current>.slick-slide:nth-of-type(3) {
    opacity: 1;
    background-color: purple
}

.ppg-Slider.ppg-Slider--news .slick-list,.ppg-Slider.ppg-Slider--webinars .slick-list,.ppg-Slider.ppg-Slider--tweet .slick-list {
    overflow: visible
}

.ppg-Slider.ppg-Slider--news .slick-slide,.ppg-Slider.ppg-Slider--webinars .slick-slide,.ppg-Slider.ppg-Slider--tweet .slick-slide {
    opacity: 0;
    transition: opacity .225s ease-in-out
}

.ppg-Slider.ppg-Slider--news .slick-slide.slick-active,.ppg-Slider.ppg-Slider--webinars .slick-slide.slick-active,.ppg-Slider.ppg-Slider--tweet .slick-slide.slick-active {
    opacity: 1
}

.ppg-Slider.ppg-Slider--news .slick-slide.slick-active+.slick-slide:not(.slick-active),.ppg-Slider.ppg-Slider--webinars .slick-slide.slick-active+.slick-slide:not(.slick-active),.ppg-Slider.ppg-Slider--tweet .slick-slide.slick-active+.slick-slide:not(.slick-active) {
    opacity: 0.5;
    pointer-events: none
}

.ppg-Slider.ppg-Slider--news .ppg-Slider-nav,.ppg-Slider.ppg-Slider--webinars .ppg-Slider-nav,.ppg-Slider.ppg-Slider--tweet .ppg-Slider-nav {
    font-size: 1.25rem;
    line-height: 1.2
}

@media (min-width: 992px) {
    .ppg-Slider.ppg-Slider--news .ppg-Slider-nav,.ppg-Slider.ppg-Slider--webinars .ppg-Slider-nav,.ppg-Slider.ppg-Slider--tweet .ppg-Slider-nav {
        font-size:2rem
    }
}

.ppg-Slider.ppg-Slider--news .ppg-Slider-nav-next,.ppg-Slider.ppg-Slider--webinars .ppg-Slider-nav-next,.ppg-Slider.ppg-Slider--tweet .ppg-Slider-nav-next {
    position: absolute;
    right: 0
}

@media (min-width: 769px) {
    .ppg-Slider.ppg-Slider--news .ppg-Slider-nav-next,.ppg-Slider.ppg-Slider--webinars .ppg-Slider-nav-next,.ppg-Slider.ppg-Slider--tweet .ppg-Slider-nav-next {
        -webkit-transform:translate(0, -50%);
        transform: translate(0, -50%)
    }
}

.ppg-Slider.ppg-Slider--news .ppg-Slider-nav-prev,.ppg-Slider.ppg-Slider--webinars .ppg-Slider-nav-prev,.ppg-Slider.ppg-Slider--tweet .ppg-Slider-nav-prev {
    position: absolute;
    left: 0
}

@media (min-width: 769px) {
    .ppg-Slider.ppg-Slider--news .ppg-Slider-nav-prev,.ppg-Slider.ppg-Slider--webinars .ppg-Slider-nav-prev,.ppg-Slider.ppg-Slider--tweet .ppg-Slider-nav-prev {
        -webkit-transform:translate(0, -50%);
        transform: translate(0, -50%)
    }
}

.ppg-Slider.ppg-Slider--feature {
    height: 100%;
    min-height: 50vh
}

@media (max-width: 991.98px) {
    .ppg-Slider.ppg-Slider--feature {
        margin-bottom:4rem
    }
}

.ppg-Slider.ppg-Slider--feature>header {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.ppg-Slider.ppg-Slider--feature>header>* {
    margin-bottom: .25rem;
    text-transform: uppercase;
    font-size: 1rem
}

.ppg-Slider.ppg-Slider--feature .ppg-Slider-slides,.ppg-Slider.ppg-Slider--feature .slick-list,.ppg-Slider.ppg-Slider--feature .slick-track {
    height: 100%
}

.ppg-Slider.ppg-Slider--feature .slick-list {
    overflow: visible
}

.ppg-Slider.ppg-Slider--feature .slick-track {
    width: auto !important
}

.ppg-Slider.ppg-Slider--feature .slick-slide {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    height: 100%;
    transition: opacity .45s ease 0s,-webkit-transform .45s ease .135s !important;
    transition: opacity .45s ease 0s,transform .45s ease .135s !important;
    transition: opacity .45s ease 0s,transform .45s ease .135s,-webkit-transform .45s ease .135s !important;
    -webkit-transform-origin: right center;
    transform-origin: right center
}

.ppg-Slider.ppg-Slider--feature .slick-slide:first-child {
    position: relative !important
}

.ppg-Slider.ppg-Slider--feature .slick-slide.slick-current.slick-active {
    display: block;
    opacity: 1 !important
}

.ppg-Slider.ppg-Slider--feature .slick-slide.slick-current.slick-active+.slick-slide {
    -webkit-transform: translateX(40px) scale(0.95);
    transform: translateX(40px) scale(0.95);
    z-index: 100 !important;
    opacity: 1 !important
}

@media (max-width: 991.98px) {
    .ppg-Slider.ppg-Slider--feature .slick-slide.slick-current.slick-active+.slick-slide {
        -webkit-transform:translateX(40px) translateY(-30px) scale(0.85);
        transform: translateX(40px) translateY(-30px) scale(0.85)
    }
}

.ppg-Slider.ppg-Slider--feature .slick-slide.slick-current.slick-active+.slick-slide+.slick-slide {
    -webkit-transform: translateX(80px) scale(0.95);
    transform: translateX(80px) scale(0.95);
    z-index: 99 !important;
    opacity: 1 !important
}

@media (max-width: 991.98px) {
    .ppg-Slider.ppg-Slider--feature .slick-slide.slick-current.slick-active+.slick-slide+.slick-slide {
        -webkit-transform:translateX(80px) scale(0.85);
        transform: translateX(80px) scale(0.85)
    }
}

.ppg-Slider.ppg-Slider--feature .slick-slide.slick-current.slick-active+.slick-slide+.slick-slide+.slick-slide {
    -webkit-transform: translateX(120px) scale(0.95);
    transform: translateX(120px) scale(0.95);
    z-index: 98 !important;
    opacity: 1 !important
}

.ppg-Slider.ppg-Slider--feature .ppg-Card {
    border: 8px solid white;
    box-shadow: 0 0 30px rgba(0,0,0,0.5)
}

.ppg-Slider.ppg-Slider--feature .ppg-Slider-nav-prev {
    display: none !important
}

.ppg-Slider.ppg-Slider--feature .ppg-Slider-nav-next {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    margin-right: 4px;
    box-shadow: 0 0px 20px rgba(0,0,0,0.4)
}

.ppg-Table p:only-child,.ppg-Table p:last-child {
    margin-bottom: 0
}

blockquote.ppg-Testimonial {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit
}

blockquote.ppg-Testimonial:before {
    content: none
}

blockquote.ppg-Testimonial p:last-child {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border-top: 0 none;
    padding-top: 0
}

.ppg-Testimonial::after {
    display: block;
    clear: both;
    content: ""
}

@media (min-width: 576px) {
    .ppg-Testimonial {
        display:flex;
        align-items: flex-start
    }
}

.ppg-Testimonial:not(.t3m-Testimonial--CardStyle) .ppg-Testimonial-image {
    width: 4rem;
    margin-right: 1.5rem;
    margin-bottom: .5rem;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%
}

@media (min-width: 576px) {
    .ppg-Testimonial:not(.t3m-Testimonial--CardStyle) .ppg-Testimonial-image {
        float:none;
        width: 6.5rem;
        margin-right: 4rem
    }
}

.ppg-Testimonial:not(.t3m-Testimonial--CardStyle) .ppg-Testimonial-image:before {
    content: "";
    display: block;
    padding-top: 100%
}

.ppg-Testimonial:not(.t3m-Testimonial--CardStyle) .ppg-Testimonial-quote {
    position: relative
}

@media (min-width: 576px) {
    .ppg-Testimonial:not(.t3m-Testimonial--CardStyle) .ppg-Testimonial-quote {
        flex:1 0 0px
    }
}

.ppg-Testimonial:not(.t3m-Testimonial--CardStyle) .ppg-Testimonial-cite {
    font-weight: 500;
    font-size: 1.2rem;
    position: relative
}

.ppg-Testimonial:not(.t3m-Testimonial--CardStyle) .ppg-Testimonial-cite:before {
    content: "„";
    font-family: Georgia,Times,Times New Roman,serif;
    font-weight: 700;
    position: absolute;
    font-size: 3em;
    line-height: 0;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: -0.2em
}

.ppg-Testimonial:not(.t3m-Testimonial--CardStyle) .ppg-Testimonial-cite--color-futureGreen:before {
    color: #28D7B9
}

.ppg-Testimonial:not(.t3m-Testimonial--CardStyle) .ppg-Testimonial-title {
    font-style: italic
}

.ppg-Testimonial.ppg-Testimonial--CardStyle {
    padding: 2.5rem 2.5rem 1rem 2.5rem;
    background: #E8E9EC;
    border-radius: 0.25rem
}

.ppg-Testimonial.ppg-Testimonial--CardStyle .ppg-Testimonial-cite {
    margin-bottom: 1.5rem
}

.ppg-Testimonial.ppg-Testimonial--CardStyle .ppg-Testimonial-cite p:before {
    content: "„"
}

.ppg-Testimonial.ppg-Testimonial--CardStyle .ppg-Testimonial-cite p:after {
    content: "“"
}

.ppg-Testimonial.ppg-Testimonial--CardStyle .ppg-Testimonial-source {
    display: flex;
    align-items: center
}

.ppg-Testimonial.ppg-Testimonial--CardStyle .ppg-Testimonial-source .ppg-Testimonial-image {
    width: 4rem;
    margin-right: 1.5rem;
    margin-bottom: .5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%
}

.ppg-Testimonial.ppg-Testimonial--CardStyle .ppg-Testimonial-source .ppg-Testimonial-image:before {
    content: "";
    display: block;
    padding-top: 100%
}

.ppg-Testimonial.ppg-Testimonial--CardStyle .ppg-Testimonial-source .ppg-Testimonial-name {
    font-size: .83333rem;
    font-weight: 500;
    margin-bottom: .25rem
}

.ppg-Testimonial.ppg-Testimonial--CardStyle .ppg-Testimonial-source .ppg-Testimonial-title {
    font-size: .83333rem
}

b,strong,th {
    font-weight: 500
}

a[href*="mailto"] {
    word-break: break-word
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a {
    font-family: inherit;
    color: inherit;
    position: relative;
    display: inline-block;
    padding-right: 1.3em
}

h1 a:after,h2 a:after,h3 a:after,h4 a:after,h5 a:after,h6 a:after,.h1 a:after,.h2 a:after,.h3 a:after,.h4 a:after,.h5 a:after,.h6 a:after {
    content: ">";
    display: inline-block;
    width: 0;
    -webkit-transform: translateX(0.5em);
    transform: translateX(0.5em);
    transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease, -webkit-transform .15s ease;
    font-size: 1rem
}

h1 a:hover:after,h2 a:hover:after,h3 a:hover:after,h4 a:hover:after,h5 a:hover:after,h6 a:hover:after,.h1 a:hover:after,.h2 a:hover:after,.h3 a:hover:after,.h4 a:hover:after,.h5 a:hover:after,.h6 a:hover:after {
    -webkit-transform: translateX(0.8em);
    transform: translateX(0.8em)
}

h1 a:hover,h1 a:focus,h2 a:hover,h2 a:focus,h3 a:hover,h3 a:focus,h4 a:hover,h4 a:focus,h5 a:hover,h5 a:focus,h6 a:hover,h6 a:focus,.h1 a:hover,.h1 a:focus,.h2 a:hover,.h2 a:focus,.h3 a:hover,.h3 a:focus,.h4 a:hover,.h4 a:focus,.h5 a:hover,.h5 a:focus,.h6 a:hover,.h6 a:focus {
    text-decoration: inherit;
    color: inherit
}

span.text-primary>a:only-child {
    color: inherit
}

span.text-primary>a:only-child:after {
    content: inherit
}

span.text-secondary>a:only-child {
    color: inherit
}

span.text-secondary>a:only-child:after {
    content: inherit
}

span.text-success>a:only-child {
    color: inherit
}

span.text-success>a:only-child:after {
    content: inherit
}

span.text-info>a:only-child {
    color: inherit
}

span.text-info>a:only-child:after {
    content: inherit
}

span.text-warning>a:only-child {
    color: inherit
}

span.text-warning>a:only-child:after {
    content: inherit
}

span.text-danger>a:only-child {
    color: inherit
}

span.text-danger>a:only-child:after {
    content: inherit
}

span.text-light>a:only-child {
    color: inherit
}

span.text-light>a:only-child:after {
    content: inherit
}

span.text-dark>a:only-child {
    color: inherit
}

span.text-dark>a:only-child:after {
    content: inherit
}

span.text-white>a:only-child {
    color: inherit
}

span.text-white>a:only-child:after {
    content: inherit
}

span.text-infoRed>a:only-child {
    color: inherit
}

span.text-infoRed>a:only-child:after {
    content: inherit
}

span.text-infoBlue>a:only-child {
    color: inherit
}

span.text-infoBlue>a:only-child:after {
    content: inherit
}

span.text-gray>a:only-child {
    color: inherit
}

span.text-gray>a:only-child:after {
    content: inherit
}

span.text-infoGrayUltralight>a:only-child {
    color: inherit
}

span.text-infoGrayUltralight>a:only-child:after {
    content: inherit
}

span.text-cyan>a:only-child {
    color: inherit
}

span.text-cyan>a:only-child:after {
    content: inherit
}

span.text-safetyBlue>a:only-child {
    color: inherit
}

span.text-safetyBlue>a:only-child:after {
    content: inherit
}

span.text-safetyBlueMid>a:only-child {
    color: inherit
}

span.text-safetyBlueMid>a:only-child:after {
    content: inherit
}

span.text-safetyBlueLight>a:only-child {
    color: inherit
}

span.text-safetyBlueLight>a:only-child:after {
    content: inherit
}

span.text-safetyBlueLightest>a:only-child {
    color: inherit
}

span.text-safetyBlueLightest>a:only-child:after {
    content: inherit
}

span.text-blueDark>a:only-child {
    color: inherit
}

span.text-blueDark>a:only-child:after {
    content: inherit
}

span.text-unityYellow>a:only-child {
    color: inherit
}

span.text-unityYellow>a:only-child:after {
    content: inherit
}

span.text-futureGreen>a:only-child {
    color: inherit
}

span.text-futureGreen>a:only-child:after {
    content: inherit
}

span.text-futureGreenLightest>a:only-child {
    color: inherit
}

span.text-futureGreenLightest>a:only-child:after {
    content: inherit
}

span.text-digitalViolet>a:only-child {
    color: inherit
}

span.text-digitalViolet>a:only-child:after {
    content: inherit
}

span.text-teal>a:only-child {
    color: inherit
}

span.text-teal>a:only-child:after {
    content: inherit
}

.lead,div.lead,p.lead,span.lead {
    font-family: "Founders Grotesk Text","WorkSans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    margin-bottom: 1.5rem
}

.image .image-caption {
    color: #79768f;
    font-style: italic;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.text-muted {
    color: #6c757d;
    font-size: .75rem
}

.ppg-Uploads {
    padding-left: 0;
    list-style: none
}

.ppg-Uploads .ppg-Uploads-item {
    flex: 0 0 auto;
    width: 100%;
    max-width: 24rem;
    display: flex;
    margin-bottom: 1.5rem !important
}

.ppg-Uploads-file {
    margin-right: 1.5rem
}

.ppg-Card.bg-digitalViolet .ppg-Uploads .ppg-Icon--gradientCloudDownload {
    color: white;
    background-image: url(../Images/Icons/download-icon-weiss.svg)
}

.ppg-Card.bg-digitalViolet .ppg-Uploads .ppg-Icon--gradientCloudDownload path {
    fill: currentColor
}

#ppg-Partner .ppg-Partner-state-Pioneer {
    background-color: #0F234B;
    color: white;
    padding: .5em
}

#ppg-Partner .ppg-Partner-state-Expert {
    background-color: #7D37F0;
    color: white;
    padding: .5em
}

#ppg-Partner .ppg-Partner-state-Specialist {
    background-color: #28D7B9;
    padding: .5em
}

#ppg-Partner #ppg-Partner-filter-zipRange {
    display: none
}

@media (max-width: 991.98px) {
    #ppg-Partner .ppg-Partner-partner-link,#ppg-Partner .ppg-Partner-headline-state {
        display:none
    }
}

@media (min-width: 769px) {
    .ppg-Accordion:not(.ppg-Accordion--ppfaq):not(.ppg-Accordion--fullwidth) {
        display:flex;
        flex-wrap: wrap;
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

@media (min-width: 769px) {
    .ppg-Accordion:not(.ppg-Accordion--ppfaq):not(.ppg-Accordion--fullwidth) .ppg-Accordion-item {
        position:relative;
        width: 100%;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.ppg-Accordion-header {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    cursor: pointer
}

.ppg-Accordion-header-number {
    display: inline-block;
    flex: 0 0 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-weight: 500;
    text-align: center;
    margin-right: 1.5rem;
    color: white;
    background-color: #7D37F0;
    border-radius: .25rem
}

.ppg-Accordion-header-title {
    position: relative;
    display: inline-block;
    padding-right: 1.3em;
    margin-bottom: 0
}

.ppg-Accordion-header-title:after {
    content: ">";
    display: inline-block;
    width: 0;
    -webkit-transform: translateX(0.5em);
    transform: translateX(0.5em);
    transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease, -webkit-transform .15s ease;
    font-size: 1rem
}

.ppg-Accordion-header-title:hover:after {
    -webkit-transform: translateX(0.8em);
    transform: translateX(0.8em)
}

.ppg-Accordion-header-title:after {
    -webkit-transform: translate(0.5em, 0.2em) rotate(-90deg);
    transform: translate(0.5em, 0.2em) rotate(-90deg)
}

.ppg-Accordion-header-title:hover:after {
    -webkit-transform: translate(0.8em, 0.2em) rotate(-90deg);
    transform: translate(0.8em, 0.2em) rotate(-90deg)
}

.ppg-Accordion-header.collapsed .ppg-Accordion-header-title:after,.ppg-Accordion-header-title.collapsed:after {
    -webkit-transform: translate(0.5em, -0.2em) rotate(90deg);
    transform: translate(0.5em, -0.2em) rotate(90deg)
}

.ppg-Accordion-header.collapsed .ppg-Accordion-header-title:hover:after,.ppg-Accordion-header-title.collapsed:hover:after {
    -webkit-transform: translate(0.8em, -0.2em) rotate(90deg);
    transform: translate(0.8em, -0.2em) rotate(90deg)
}

.ppg-Accordion-body {
    border-bottom: 1px solid #dee2e6
}

.ppg-Accordion.ppg-Accordion--ppfaq .ppg-Accordion-item {
    box-shadow: 0 4px 20px -12px #0F234B;
    padding: 0;
    margin-bottom: 1.5rem
}

.ppg-Accordion.ppg-Accordion--ppfaq .ppg-Accordion-header {
    display: block;
    width: 100%;
    padding: 0
}

.ppg-Accordion.ppg-Accordion--ppfaq .ppg-Accordion-header-number {
    display: none
}

.ppg-Accordion.ppg-Accordion--ppfaq .ppg-Accordion-header-title {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 4rem;
    color: #7D37F0;
    font-size: 1rem;
    font-weight: 400;
    padding: 1rem 4rem 1rem 1rem
}

.ppg-Accordion.ppg-Accordion--ppfaq .ppg-Accordion-header-title:after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    content: '';
    height: 2rem;
    width: 2rem;
    background-image: url(../Images/Icons/accordion/ppfaq-icon-close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: none;
    transform: none
}

.ppg-Accordion.ppg-Accordion--ppfaq .ppg-Accordion-header.collapsed .ppg-Accordion-header-title {
    color: #0F234B
}

.ppg-Accordion.ppg-Accordion--ppfaq .ppg-Accordion-header.collapsed .ppg-Accordion-header-title:after {
    background-image: url(../Images/Icons/accordion/ppfaq-icon-open.svg);
    -webkit-transform: none;
    transform: none
}

.ppg-Accordion.ppg-Accordion--ppfaq .ppg-Accordion-body {
    border: none
}

.ppg-Accordion.ppg-Accordion--ppfaq .ppg-Accordion-body-inner {
    padding: 0 1rem 1rem 1rem
}

.ppg-FancyboxGallery {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.25rem;
    margin-left: -1.25rem
}

.ppg-FancyboxGallery.ppg-FancyboxGallery--2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.ppg-FancyboxGallery.ppg-FancyboxGallery--3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.ppg-FancyboxGallery.ppg-FancyboxGallery--4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.ppg-FancyboxGallery-item {
    position: relative;
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.ppg-FancyboxGallery-item figure,.ppg-FancyboxGallery-item img {
    width: 100%
}

.ppg-FancyboxGallery-item figure a {
    display: block
}

.ppg-FancyboxGallery-item figure img {
    transition: -webkit-transform .225s ease;
    transition: transform .225s ease;
    transition: transform .225s ease, -webkit-transform .225s ease
}

.ppg-FancyboxGallery-item figure img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.ppg-PopUp .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: .5rem;
    z-index: 11;
    height: 2.5rem;
    width: 2.5rem
}

@media (min-width: 769px) {
    .ppg-PopUp .close {
        padding:.75rem;
        height: 4rem;
        width: 4rem
    }
}

.ppg-PopUp .close svg {
    width: 100%;
    height: 100%
}

.ppg-PopUp .modal-dialog {
    margin: 20vh 1rem 1.5rem .5rem
}

@media (min-width: 576px) {
    .ppg-PopUp .modal-dialog {
        margin:20vh auto 1.5rem
    }
}

@media (min-width: 992px) {
    .ppg-PopUp .modal-dialog {
        max-width:50vw
    }
}

.ppg-PopUp .modal-content {
    border: .375rem solid white
}

.ppg-PopUp .modal-content.bg-default {
    background: url(../Images/backgrounds/gen-bg-account-pop-up.svg) no-repeat center center;
    background-size: cover
}

.ppg-PopUp .modal-body {
    padding: 2.5rem 1.5rem
}

@media (min-width: 769px) {
    .ppg-PopUp .modal-body {
        padding:4rem 2.5rem
    }
}

@media (min-width: 992px) {
    .ppg-PopUp .modal-body {
        padding:4rem
    }
}

.ppg-PopUp.download .modal-body {
    padding: 1.5rem
}

.ppg-PopUp.download .modal-content {
    background-color: #fff
}

.ppg-Header-navbar {
    background: linear-gradient(45deg, #0F234B, #32d7f5)
}

.ppg-Banner {
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1
}

.ppg-Banner img,.ppg-Banner svg {
    margin-left: 24px;
    height: auto;
    transition: width .225s ease-in-out, margin-right .225s ease-in-out;
    width: 142px
}

.ppg-Navigation:not(.ppg-Navigation--masthead) .ppg-Navigation--login {
    position: relative;
    padding: .75rem 1rem .5rem 1rem
}

.ppg-Navigation:not(.ppg-Navigation--masthead) .ppg-Navigation--login .ppg-Icon,.ppg-Navigation:not(.ppg-Navigation--masthead) .ppg-Navigation--login .ppg-SocialShare .shariff li .fab,.ppg-SocialShare .shariff li .ppg-Navigation:not(.ppg-Navigation--masthead) .ppg-Navigation--login .fab,.ppg-Navigation:not(.ppg-Navigation--masthead) .ppg-Navigation--login .ppg-SocialShare .shariff li .far,.ppg-SocialShare .shariff li .ppg-Navigation:not(.ppg-Navigation--masthead) .ppg-Navigation--login .far,.ppg-Navigation:not(.ppg-Navigation--masthead) .ppg-Navigation--login .ppg-SocialShare .shariff li .fas,.ppg-SocialShare .shariff li .ppg-Navigation:not(.ppg-Navigation--masthead) .ppg-Navigation--login .fas,.ppg-Navigation:not(.ppg-Navigation--masthead) .ppg-Navigation--login .ppg-Card.ppg-Card--certificationsCard ul li:before,.ppg-Card.ppg-Card--certificationsCard ul .ppg-Navigation:not(.ppg-Navigation--masthead) .ppg-Navigation--login li:before {
    width: 2.5rem;
    height: 2.5rem
}

.ppg-Navigation:not(.ppg-Navigation--masthead) .ppg-Navigation--login:after {
    position: absolute;
    top: calc(50% - 5px);
    color: #0F234B;
    border-top: .4rem solid;
    border-right: .4rem solid transparent;
    border-left: .4rem solid transparent
}

.ppg-Navigation:not(.ppg-Navigation--masthead) .ppg-Navigation-lvl1>.nav-item {
    margin: auto
}

.ppg-Navigation:not(.ppg-Navigation--masthead) .ppg-Navigation-lvl1>.nav-item>.nav-link:hover {
    background-color: inherit;
}

.ppg-Navigation:not(.ppg-Navigation--masthead) .ppg-Navigation-lvl1>.nav-item>.nav-link:focus {
    background-color: inherit;
}

.ppg-Navigation--main .nav-link {
    font-size: 1.2rem
}

.ppg-Icon--login {
    background-image: url(/menu-login-icon-servicedesk.svg)
}

.ppg-requests {
    background-color: #f9fafb;
    padding-top: 3rem;
    padding-bottom: 3rem
}

.ppg-requests .ppg-search-request,.ppg-requests .ppg-requests .ppg-search-request:focus,.ppg-requests .ppg-requests .ppg-search-request:focus-visible {
    border-width: 0 0 2px;
    outline: 0;
    background-color: #f9fafb
}

.ppg-requests .ppg-Card {
    box-shadow: none;
    border-left: 5px solid #32d7f5;
    border-radius: 5px
}

.ppg-requests .ppg-Card+.ppg-Card {
    margin-top: 0.75rem
}

.ppg-requests--header-row h4 {
    text-transform: uppercase
}

.ppg-Card.ppg-Card .card-body--sdDashboardCardRequests {
    color: white
}

.ppg-Card.ppg-Card .card-body--sdDashboardImageCard .ppg-Card-image-wrapper:after {
    background: linear-gradient(-189deg, transparent, #0F234B)
}

.ppg-request-DetailView {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.ppg-request-DetailView--Details {
    background-color: #f9fafb
}

.ppg-request-DetailView--Details+.ppg-request-DetailView--Details {
    margin-top: 1rem
}

.ppg-request-DetailView--Details+.ppg-request-DetailView--Comment {
    margin-top: 1.5rem;
    border-top: 1px solid #e8e9ed
}

.ppg-request-DetailView--Comment {
    margin-top: 1rem
}

.ppg-request-DetailView--Comment+.ppg-request-DetailView--Comment {
    padding-top: 1.5rem;
    border-top: 1px solid #e8e9ed
}

.ppg-requestModal {
    border-top: 5px solid #32d7f5
}

.ppg-login {
    background: linear-gradient(126deg, #32d7f5, #BFF5FF)
}

.ppg-login--LoginBox {
    background: linear-gradient(71deg, #0F234B, #32d7f5);
    border-radius: 5px;
    border: .25rem solid white;
    padding: 1.5rem 3rem;
    color: white
}

.ppg-login--additionalFields {
    border-top: 1px solid white;
    text-align: center;
    margin-top: 2rem;
    padding-top: 1rem
}

.ppg-login--additionalFields--resetPassword,.ppg-login--additionalFields--resetPassword:hover {
    color: white
}

.ppg-Dashboard--headline {
    padding-top: 3rem
}

.ppg-Dashboard--headline h1 strong {
    color: #7D37F0
}

.ppg-Card.ppg-Card--sdDashboardCard {
    background: linear-gradient(to bottom right, #32d7f5, #BFF5FF);
    border: 1px solid #BFF5FF
}

.ppg-Card.ppg-Card--sdDashboardCardRequests {
    background: #7D37F0;
    border: 1px solid #7D37F0
}

.ppg-Card.ppg-Card--sdDashboardCardRequests .card-body {
    color: white
}

.ppg-Card.ppg-Card--sdDashboardImageCard .ppg-Card-image-wrapper:after {
    background: linear-gradient(-189deg, transparent, #0F234B)
}

.ppg-Card.ppg-Card--sdDashboardCard,.ppg-Card.ppg-Card--sdDashboardCardRequests,.ppg-Card.ppg-Card--sdDashboardImageCard,.ppg-Card.ppg-Card--sdDashboardImageCard img,.ppg-Card.ppg-Card--sdDashboardImageCard .ppg-Card-image-wrapper:after {
    border-radius: 16px
}

.ppg-Article-meta>li+li {
    margin-left: 2rem
}

.btn>.ppg-Icon,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a>.ppg-Icon,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item>.ppg-Icon,.ppg-SocialShare .shariff li .btn>.fab,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-SocialShare .shariff li a>.fab,.ppg-SocialShare .shariff li .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a>.fab,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-SocialShare .shariff li .ppg-Article-meta-item>.fab,.ppg-SocialShare .shariff li .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item>.fab,.ppg-SocialShare .shariff li .btn>.far,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-SocialShare .shariff li a>.far,.ppg-SocialShare .shariff li .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a>.far,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-SocialShare .shariff li .ppg-Article-meta-item>.far,.ppg-SocialShare .shariff li .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item>.far,.ppg-SocialShare .shariff li .btn>.fas,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-SocialShare .shariff li a>.fas,.ppg-SocialShare .shariff li .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a>.fas,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-SocialShare .shariff li .ppg-Article-meta-item>.fas,.ppg-SocialShare .shariff li .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item>.fas,.ppg-Card.ppg-Card--certificationsCard ul .btn>li:before,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic .ppg-Card.ppg-Card--certificationsCard ul a>li:before,.ppg-Card.ppg-Card--certificationsCard ul .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-topic a>li:before,.ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Card.ppg-Card--certificationsCard ul .ppg-Article-meta-item>li:before,.ppg-Card.ppg-Card--certificationsCard ul .ppg-Article.ppg-Article--knowledgeBase .ppg-Article-sidebar .ppg-Article-meta-item>li:before {
    height: 1rem
}

.form-control:focus,.custom-select:focus {
    border-color: #7D37F0;
    box-shadow: 0 0 0 0.2rem rgba(208,182,251,0.76)
}

.modal-body {
    padding: 2rem
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

::-webkit-input-placeholder {
    color: #0F234B;
    font-weight: 500
}

:-ms-input-placeholder {
    color: #0F234B;
    font-weight: 500
}

::-ms-input-placeholder {
    color: #0F234B;
    font-weight: 500
}

::placeholder {
    color: #0F234B;
    font-weight: 500
}

@media (max-width: 768px) {
    .ppg-Banner img,.ppg-Banner svg {
        width:195px
    }

    .ppg-request-DetailView--Details+.ppg-request-DetailView--Details {
        margin-top: 0
    }
}

@media (min-width: 769px) {
    .ppg-Section.ppg-Section--columns.ppg-dashboard-bottom-row>*>.row>[class*="col-"] {
        margin-bottom:0
    }
}

@media (min-width: 992px) {
    .ppg-Banner img,.ppg-Banner svg {
        width:183px
    }
}

@media (min-width: 1300px) {
    .ppg-Banner img,.ppg-Banner svg {
        width:208px
    }
}

@media (min-width: 1500px) {
    .ppg-Banner img,.ppg-Banner svg {
        width:auto
    }
}

/*# sourceMappingURL=maps/genua-bundle.css.map */