@charset "utf-8";
@import url(https://cdn.fonts.net/t/1.css?apiType=css&projectid=5ebf3800-293c-11ed-aaf7-06b70d83f6b0);

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #000;
    --secondary: #fff;
    --success: #00552a;
    --info: #00a6ca;
    --warning: #f26e00;
    --danger: #b50000;
    --light: #f5f5f5;
    --dark: #343a40;
    --breakpoint-xs: 0px;
    --breakpoint-sm: 576px;
    --breakpoint-md: 696px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Intro", Helvetica, Arial, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -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: Intro, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

.cmp-teaser .pageteaser__content__title,
.cmp-teaserlist__item .pageteaser__content__title,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 2rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[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 {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

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
}

.cmp-teaserlist__item .pageteaser__content__link,
a {
    color: #000;
    text-decoration: none;
    background-color: transparent
}

.cmp-teaserlist__item .pageteaser__content__link:hover,
a:hover {
    color: #000;
    text-decoration: underline
}

.cmp-teaserlist__item .pageteaser__content__link:not([href]):not([class]),
.cmp-teaserlist__item .pageteaser__content__link:not([href]):not([class]):hover,
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
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 {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #707070;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
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
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

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
}

.cmp-teaser .pageteaser__content__title,
.cmp-teaser .title.ss-heading-h1 .cmp-title .pageteaser__content__title,
.cmp-teaser .title.ss-heading-h2 .cmp-title .pageteaser__content__title,
.cmp-teaser .title.ss-heading-h3 .cmp-title .pageteaser__content__title,
.cmp-teaser .title.ss-heading-h4 .pageteaser__content__title,
.cmp-teaserlist__item .pageteaser__content__title,
.cmp-teaserlist__item .title.ss-heading-h1 .cmp-title .pageteaser__content__title,
.cmp-teaserlist__item .title.ss-heading-h2 .cmp-title .pageteaser__content__title,
.cmp-teaserlist__item .title.ss-heading-h3 .cmp-title .pageteaser__content__title,
.cmp-teaserlist__item .title.ss-heading-h4 .pageteaser__content__title,
.cmp-tu-pageteaser.ss-teaser-style--image .tu-pageteaser__content__title,
.cmp-tu-pageteaser.ss-teaser-style--no-image .tu-pageteaser__content__title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.title.ss-heading-h1 .cmp-title .cmp-teaser .pageteaser__content__title,
.title.ss-heading-h1 .cmp-title .cmp-teaserlist__item .pageteaser__content__title,
.title.ss-heading-h1 .cmp-title h1,
.title.ss-heading-h1 .cmp-title h2,
.title.ss-heading-h1 .cmp-title h3,
.title.ss-heading-h1 .cmp-title h4,
.title.ss-heading-h1 h1,
.title.ss-heading-h2 .cmp-title .cmp-teaser .pageteaser__content__title,
.title.ss-heading-h2 .cmp-title .cmp-teaserlist__item .pageteaser__content__title,
.title.ss-heading-h2 .cmp-title h1,
.title.ss-heading-h2 .cmp-title h2,
.title.ss-heading-h2 .cmp-title h3,
.title.ss-heading-h2 .cmp-title h4,
.title.ss-heading-h2 h2,
.title.ss-heading-h3 .cmp-title .cmp-teaser .pageteaser__content__title,
.title.ss-heading-h3 .cmp-title .cmp-teaserlist__item .pageteaser__content__title,
.title.ss-heading-h3 .cmp-title h1,
.title.ss-heading-h3 .cmp-title h2,
.title.ss-heading-h3 .cmp-title h3,
.title.ss-heading-h3 .cmp-title h4,
.title.ss-heading-h3 h3,
.title.ss-heading-h4 .cmp-teaser .pageteaser__content__title,
.title.ss-heading-h4 .cmp-teaserlist__item .pageteaser__content__title,
.title.ss-heading-h4 .cmp-title h1,
.title.ss-heading-h4 .cmp-title h2,
.title.ss-heading-h4 .cmp-title h3,
.title.ss-heading-h4 .cmp-title h4,
.title.ss-heading-h4 h4,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 2rem;
    font-family: Intro, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.25;
    color: #000
}

.cmp-teaser .title.ss-heading-h1 .cmp-title .pageteaser__content__title,
.cmp-teaserlist__item .title.ss-heading-h1 .cmp-title .pageteaser__content__title,
.h1,
.title.ss-heading-h1 .cmp-title .cmp-teaser .pageteaser__content__title,
.title.ss-heading-h1 .cmp-title .cmp-teaserlist__item .pageteaser__content__title,
.title.ss-heading-h1 .cmp-title h1,
.title.ss-heading-h1 .cmp-title h2,
.title.ss-heading-h1 .cmp-title h3,
.title.ss-heading-h1 .cmp-title h4,
.title.ss-heading-h1 h1,
h1 {
    font-size: 3.25rem
}

.cmp-teaser .title.ss-heading-h2 .cmp-title .pageteaser__content__title,
.cmp-teaserlist__item .title.ss-heading-h2 .cmp-title .pageteaser__content__title,
.h2,
.title.ss-heading-h2 .cmp-title .cmp-teaser .pageteaser__content__title,
.title.ss-heading-h2 .cmp-title .cmp-teaserlist__item .pageteaser__content__title,
.title.ss-heading-h2 .cmp-title h1,
.title.ss-heading-h2 .cmp-title h2,
.title.ss-heading-h2 .cmp-title h3,
.title.ss-heading-h2 .cmp-title h4,
.title.ss-heading-h2 h2,
h2 {
    font-size: 2.5rem
}

.cmp-teaser .title.ss-heading-h3 .cmp-title .pageteaser__content__title,
.cmp-teaserlist__item .title.ss-heading-h3 .cmp-title .pageteaser__content__title,
.cmp-tu-pageteaser.ss-teaser-style--no-image .tu-pageteaser__content__title,
.h3,
.title.ss-heading-h3 .cmp-title .cmp-teaser .pageteaser__content__title,
.title.ss-heading-h3 .cmp-title .cmp-teaserlist__item .pageteaser__content__title,
.title.ss-heading-h3 .cmp-title h1,
.title.ss-heading-h3 .cmp-title h2,
.title.ss-heading-h3 .cmp-title h3,
.title.ss-heading-h3 .cmp-title h4,
.title.ss-heading-h3 h3,
h3 {
    font-size: 2rem
}

.cmp-teaser .pageteaser__content__title,
.cmp-teaser .title.ss-heading-h4 .pageteaser__content__title,
.cmp-teaserlist__item .pageteaser__content__title,
.cmp-teaserlist__item .title.ss-heading-h4 .pageteaser__content__title,
.cmp-tu-pageteaser.ss-teaser-style--image .tu-pageteaser__content__title,
.h4,
.title.ss-heading-h4 .cmp-teaser .pageteaser__content__title,
.title.ss-heading-h4 .cmp-teaserlist__item .pageteaser__content__title,
.title.ss-heading-h4 .cmp-title h1,
.title.ss-heading-h4 .cmp-title h2,
.title.ss-heading-h4 .cmp-title h3,
.title.ss-heading-h4 .cmp-title h4,
.title.ss-heading-h4 h4,
h4 {
    font-size: 1.625rem
}

.h5,
h5 {
    font-size: 1.375rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #000
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    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: 40px;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #707070
}

.blockquote-footer:before {
    content: "\2014\00A0"
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: 20px;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #707070
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

.cmp-teaserlist__item .pageteaser__content__link>code,
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: 700
}

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,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:696px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 45pc
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 60pc
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 75pc
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.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-auto,
.col-md,
.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-auto,
.col-sm,
.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-auto,
.col-xl,
.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-auto,
.image.ss-image-single-post,
.relatedSolutionsWrapper .relatedSolutionsDescription,
.relatedSolutionsWrapper .relatedSolutionsHeading h2 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1,
.col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6,
.col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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:696px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9,
    .relatedSolutionsWrapper .relatedSolutionsDescription,
    .relatedSolutionsWrapper .relatedSolutionsHeading h2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8,
    .relatedSolutionsWrapper .relatedSolutionsDescription,
    .relatedSolutionsWrapper .relatedSolutionsHeading h2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10,
    .image.ss-image-single-post {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .image.ss-image-single-post,
    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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%
    }
}

.table {
    width: 100%;
    margin-bottom: 40px;
    color: #000
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table tbody+tbody {
    border-top: 2px solid #ddd
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #ddd
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #000;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8b8b8
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7a7a7a
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #ababab
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #fff
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #fff
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #f2f2f2
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #b8cfc3
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #7aa790
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #a9c5b6
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #b8e6f0
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #7ad1e3
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #a3dfec
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #fbd6b8
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #f8b47a
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #fac8a0
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #eab8b8
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #d97a7a
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #e4a4a4
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fcfcfc
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fafafa
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #efefef
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #494949;
    background-color: #eee;
    border-color: #ddd
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.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: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .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:695.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:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField,
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #494949;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField,
    .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField,
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField::-ms-expand,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField::-ms-expand,
.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:focus,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:focus,
.form-control:focus {
    color: #494949;
    background-color: #fff;
    border-color: #404040;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField::-webkit-input-placeholder,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #707070;
    opacity: 1
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField::-moz-placeholder,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #707070;
    opacity: 1
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:-ms-input-placeholder,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #707070;
    opacity: 1
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField::-ms-input-placeholder,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #707070;
    opacity: 1
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField::placeholder,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField::placeholder,
.form-control::placeholder {
    color: #707070;
    opacity: 1
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:disabled,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField[readonly],
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:disabled,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField[readonly],
.form-control:disabled,
.form-control[readonly] {
    background-color: #eee;
    opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:-moz-focusring,
select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #494949
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:focus::-ms-value,
select.form-control:focus::-ms-value {
    color: #494949;
    background-color: #fff
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 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.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    padding: .375rem 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    border-width: 1px 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap,
.form-group {
    margin-bottom: 1rem
}

.form-text {
    margin-top: .25rem
}

.form-row {
    margin-right: -5px;
    margin-left: -5px
}

.form-check-input {
    margin-left: -10px
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #707070
}

.form-check-inline {
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    margin-right: .3125rem
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #00552a
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(0, 85, 42, .9);
    border-radius: .25rem
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .was-validated select.mktoField:valid,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .was-validated textarea.mktoField:valid,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.is-valid.mktoField,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.is-valid.mktoField,
.form-control.is-valid,
.was-validated .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:valid,
.was-validated .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:valid,
.was-validated .form-control:valid {
    border-color: #00552a;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2300552A' 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")
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .was-validated select.mktoField:valid:focus,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .was-validated textarea.mktoField:valid:focus,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.is-valid.mktoField:focus,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.is-valid.mktoField:focus,
.form-control.is-valid:focus,
.was-validated .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:valid:focus,
.was-validated .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #00552a;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 85, 42, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 85, 42, .25)
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .was-validated select.mktoField:valid,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.is-valid.mktoField,
.was-validated .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:valid,
.was-validated select.form-control:valid,
select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #00552a;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2300552A' 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") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #00552a;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 85, 42, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 85, 42, .25)
}

.custom-control-input.is-valid~.custom-control-label,
.form-check-input.is-valid~.form-check-label,
.was-validated .custom-control-input:valid~.custom-control-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #00552a
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #00552a
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #008843;
    background-color: #008843
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 85, 42, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 85, 42, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #00552a
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #00552a;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 85, 42, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 85, 42, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #b50000
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(181, 0, 0, .9);
    border-radius: .25rem
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .was-validated select.mktoField:invalid,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .was-validated textarea.mktoField:invalid,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.is-invalid.mktoField,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.is-invalid.mktoField,
.form-control.is-invalid,
.was-validated .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:invalid,
.was-validated .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:invalid,
.was-validated .form-control:invalid {
    border-color: #b50000;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23B50000'%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='%23B50000' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .was-validated select.mktoField:invalid:focus,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .was-validated textarea.mktoField:invalid:focus,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.is-invalid.mktoField:focus,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.is-invalid.mktoField:focus,
.form-control.is-invalid:focus,
.was-validated .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:invalid:focus,
.was-validated .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #b50000;
    -webkit-box-shadow: 0 0 0 .2rem rgba(181, 0, 0, .25);
    box-shadow: 0 0 0 .2rem rgba(181, 0, 0, .25)
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .was-validated select.mktoField:invalid,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.is-invalid.mktoField,
.was-validated .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:invalid,
.was-validated select.form-control:invalid,
select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .was-validated textarea.mktoField:invalid,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.is-invalid.mktoField,
.was-validated .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:invalid,
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #b50000;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23B50000'%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='%23B50000' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #b50000;
    -webkit-box-shadow: 0 0 0 .2rem rgba(181, 0, 0, .25);
    box-shadow: 0 0 0 .2rem rgba(181, 0, 0, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #b50000
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #b50000
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #b50000
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    border-color: #e80000;
    background-color: #e80000
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(181, 0, 0, .25);
    box-shadow: 0 0 0 .2rem rgba(181, 0, 0, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #b50000
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #b50000;
    -webkit-box-shadow: 0 0 0 .2rem rgba(181, 0, 0, .25);
    box-shadow: 0 0 0 .2rem rgba(181, 0, 0, .25)
}

.btn,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    display: inline-block;
    font-weight: 400;
    color: #000;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .btn,
    .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton:hover[type=submit] {
    color: #000;
    text-decoration: none
}

.btn.focus,
.btn:focus,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap button.focus.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton:focus[type=submit] {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.btn.disabled,
.btn:disabled,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap button.disabled.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton:disabled[type=submit] {
    opacity: .65
}

.btn:not(:disabled):not(.disabled),
.embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton:not(:disabled):not(.disabled)[type=submit] {
    cursor: pointer
}

.cmp-teaserlist__item .btn.disabled.pageteaser__content__link,
.cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.disabled.pageteaser__content__link.mktoButton[type=submit],
.cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap fieldset:disabled button.pageteaser__content__link.mktoButton[type=submit],
.cmp-teaserlist__item fieldset:disabled .btn.pageteaser__content__link,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item button.disabled.pageteaser__content__link.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item fieldset:disabled button.pageteaser__content__link.mktoButton[type=submit],
a.btn.disabled,
fieldset:disabled .cmp-teaserlist__item .btn.pageteaser__content__link,
fieldset:disabled .cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.pageteaser__content__link.mktoButton[type=submit],
fieldset:disabled .embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item button.pageteaser__content__link.mktoButton[type=submit],
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary,
.btn-primary:hover,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton:hover[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-primary.focus,
.btn-primary:focus,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap button.focus.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton:focus[type=submit] {
    color: #fff;
    background-color: #000;
    border-color: #000;
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .show>button.dropdown-toggle.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap button.disabled.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton:disabled[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton:not(:disabled):not(.disabled).active[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton:not(:disabled):not(.disabled):active[type=submit],
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .show>button.dropdown-toggle.mktoButton:focus[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton:not(:disabled):not(.disabled).active:focus[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton:not(:disabled):not(.disabled):active:focus[type=submit],
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.btn-secondary {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-secondary.focus,
.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .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,
.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,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5)
}

.btn-success {
    color: #fff;
    background-color: #00552a;
    border-color: #00552a
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #002f17;
    border-color: #021
}

.btn-success.focus,
.btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 111, 74, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 111, 74, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #00552a;
    border-color: #00552a
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #021;
    border-color: #00150b
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 111, 74, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 111, 74, .5)
}

.btn-info {
    color: #fff;
    background-color: #00a6ca;
    border-color: #00a6ca
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #0087a4;
    border-color: #007c97
}

.btn-info.focus,
.btn-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 179, 210, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 179, 210, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #00a6ca;
    border-color: #00a6ca
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #007c97;
    border-color: #00728a
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 179, 210, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 179, 210, .5)
}

.btn-warning {
    color: #fff;
    background-color: #f26e00;
    border-color: #f26e00
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #fff;
    background-color: #cc5d00;
    border-color: #bf5700
}

.btn-warning.focus,
.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(244, 132, 38, .5);
    box-shadow: 0 0 0 .2rem rgba(244, 132, 38, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #fff;
    background-color: #f26e00;
    border-color: #f26e00
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #bf5700;
    border-color: #b25100
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(244, 132, 38, .5);
    box-shadow: 0 0 0 .2rem rgba(244, 132, 38, .5)
}

.btn-danger {
    color: #fff;
    background-color: #b50000;
    border-color: #b50000
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #8f0000;
    border-color: #820000
}

.btn-danger.focus,
.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(192, 38, 38, .5);
    box-shadow: 0 0 0 .2rem rgba(192, 38, 38, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #b50000;
    border-color: #b50000
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #820000;
    border-color: #750000
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(192, 38, 38, .5);
    box-shadow: 0 0 0 .2rem rgba(192, 38, 38, .5)
}

.btn-light {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    color: #212529;
    background-color: #e2e2e2;
    border-color: #dcdcdc
}

.btn-light.focus,
.btn-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(213, 214, 214, .5);
    box-shadow: 0 0 0 .2rem rgba(213, 214, 214, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dcdcdc;
    border-color: #d5d5d5
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(213, 214, 214, .5);
    box-shadow: 0 0 0 .2rem rgba(213, 214, 214, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #000;
    border-color: #000
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #000;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 0, 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 {
    -webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .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,
.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,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-outline-success {
    color: #00552a;
    border-color: #00552a
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #00552a;
    border-color: #00552a
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 85, 42, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 85, 42, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #00552a;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #00552a;
    border-color: #00552a
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 85, 42, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 85, 42, .5)
}

.btn-outline-info {
    color: #00a6ca;
    border-color: #00a6ca
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #00a6ca;
    border-color: #00a6ca
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 166, 202, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 166, 202, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #00a6ca;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #00a6ca;
    border-color: #00a6ca
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 166, 202, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 166, 202, .5)
}

.btn-outline-warning {
    color: #f26e00;
    border-color: #f26e00
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #f26e00;
    border-color: #f26e00
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(242, 110, 0, .5);
    box-shadow: 0 0 0 .2rem rgba(242, 110, 0, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #f26e00;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f26e00;
    border-color: #f26e00
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(242, 110, 0, .5);
    box-shadow: 0 0 0 .2rem rgba(242, 110, 0, .5)
}

.btn-outline-danger {
    color: #b50000;
    border-color: #b50000
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #b50000;
    border-color: #b50000
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(181, 0, 0, .5);
    box-shadow: 0 0 0 .2rem rgba(181, 0, 0, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #b50000;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #b50000;
    border-color: #b50000
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(181, 0, 0, .5);
    box-shadow: 0 0 0 .2rem rgba(181, 0, 0, .5)
}

.btn-outline-light {
    color: #f5f5f5;
    border-color: #f5f5f5
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 96.1%, .5);
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 96.1%, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f5f5f5;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 96.1%, .5);
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 96.1%, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #000;
    text-decoration: none
}

.btn-link:hover {
    color: #000
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
    color: #707070;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group-lg>button.mktoButton[type=submit] {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group-sm>button.mktoButton[type=submit] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.collapsing.width {
    width: 0;
    height: auto;
    -webkit-transition: width .35s ease;
    transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.width {
        -webkit-transition: none;
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    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: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(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:696px) {
    .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:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-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: "";
    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^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: 20px 0;
    overflow: hidden;
    border-top: 1px solid #eee
}

.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:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #eee
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #000
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #a9a9a9;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #707070;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group-vertical>button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group>button.mktoButton[type=submit] {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group-vertical>button.active.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group-vertical>button.mktoButton:active[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group-vertical>button.mktoButton:focus[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group-vertical>button.mktoButton:hover[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group>button.active.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group>button.mktoButton:active[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group>button.mktoButton:focus[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group>button.mktoButton:hover[type=submit] {
    z-index: 1
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child),
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group>button.mktoButton:not(:first-child)[type=submit] {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group>.btn-group:not(:last-child)>button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group>button.mktoButton:not(:last-child):not(.dropdown-toggle)[type=submit] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child),
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group>.btn-group:not(:first-child)>button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group>button.mktoButton:not(:first-child)[type=submit] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group-sm>button.mktoButton[type=submit]+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group-lg>button.mktoButton[type=submit]+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group-vertical>button.mktoButton[type=submit] {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child),
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group-vertical>button.mktoButton:not(:first-child)[type=submit] {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group-vertical>.btn-group:not(:last-child)>button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group-vertical>button.mktoButton:not(:last-child):not(.dropdown-toggle)[type=submit] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child),
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group-vertical>.btn-group:not(:first-child)>button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group-vertical>button.mktoButton:not(:first-child)[type=submit] {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group-toggle>.btn-group>button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group-toggle>button.mktoButton[type=submit] {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group-toggle>.btn-group>button.mktoButton[type=submit] input[type=checkbox],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group-toggle>.btn-group>button.mktoButton[type=submit] input[type=radio],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group-toggle>button.mktoButton[type=submit] input[type=checkbox],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn-group-toggle>button.mktoButton[type=submit] input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group>select.mktoField,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group>textarea.mktoField,
.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group>.custom-file+select.mktoField,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group>.custom-file+textarea.mktoField,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group>.custom-select+select.mktoField,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group>.custom-select+textarea.mktoField,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group>.form-control+select.mktoField,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group>.form-control+textarea.mktoField,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group>.form-control-plaintext+select.mktoField,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group>.form-control-plaintext+textarea.mktoField,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group>select.mktoField+.custom-file,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group>select.mktoField+.custom-select,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group>select.mktoField+.form-control,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group>select.mktoField+select.mktoField,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group>select.mktoField+textarea.mktoField,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group>textarea.mktoField+.custom-file,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group>textarea.mktoField+.custom-select,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group>textarea.mktoField+.form-control,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group>textarea.mktoField+select.mktoField,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group>textarea.mktoField+textarea.mktoField,
.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group>select.mktoField:focus,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group>textarea.mktoField:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group>select.mktoField:not(:first-child),
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group>textarea.mktoField:not(:first-child),
.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group.has-validation>select.mktoField:nth-last-child(n+3),
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group.has-validation>textarea.mktoField:nth-last-child(n+3),
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group:not(.has-validation)>select.mktoField:not(:last-child),
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group:not(.has-validation)>textarea.mktoField:not(:last-child),
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.form-control:nth-last-child(n+3),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .input-group-append button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .input-group-prepend button.mktoButton[type=submit],
.input-group-append .btn,
.input-group-append .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit],
.input-group-prepend .btn,
.input-group-prepend .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    position: relative;
    z-index: 2
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .input-group-append button.mktoButton:focus[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .input-group-prepend button.mktoButton:focus[type=submit],
.input-group-append .btn:focus,
.input-group-append .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton:focus[type=submit],
.input-group-prepend .btn:focus,
.input-group-prepend .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton:focus[type=submit] {
    z-index: 3
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .input-group-append .btn+button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .input-group-append .input-group-text+button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .input-group-append button.mktoButton[type=submit]+.btn,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .input-group-append button.mktoButton[type=submit]+.input-group-text,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .input-group-append button.mktoButton[type=submit]+button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .input-group-prepend .btn+button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .input-group-prepend .input-group-text+button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .input-group-prepend button.mktoButton[type=submit]+.btn,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .input-group-prepend button.mktoButton[type=submit]+.input-group-text,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .input-group-prepend button.mktoButton[type=submit]+button.mktoButton[type=submit],
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn+button.mktoButton[type=submit],
.input-group-append .embed .mktoForm .mktoButtonRow .mktoButtonWrap .input-group-text+button.mktoButton[type=submit],
.input-group-append .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit]+.btn,
.input-group-append .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit]+.input-group-text,
.input-group-append .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit]+button.mktoButton[type=submit],
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .embed .mktoForm .mktoButtonRow .mktoButtonWrap .btn+button.mktoButton[type=submit],
.input-group-prepend .embed .mktoForm .mktoButtonRow .mktoButtonWrap .input-group-text+button.mktoButton[type=submit],
.input-group-prepend .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit]+.btn,
.input-group-prepend .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit]+.input-group-text,
.input-group-prepend .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit]+button.mktoButton[type=submit],
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #494949;
    text-align: center;
    white-space: nowrap;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group-lg>select.mktoField:not(textarea),
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group-lg>textarea.mktoField:not(textarea),
.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .input-group-lg>.input-group-append>button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .input-group-lg>.input-group-prepend>button.mktoButton[type=submit],
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group-lg>select.mktoField,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group-lg>textarea.mktoField,
.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group-sm>select.mktoField:not(textarea),
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group-sm>textarea.mktoField:not(textarea),
.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .input-group-sm>.input-group-append>button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .input-group-sm>.input-group-prepend>button.mktoButton[type=submit],
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group-sm>select.mktoField,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .input-group-sm>textarea.mktoField,
.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .input-group.has-validation>.input-group-append:nth-last-child(n+3)>button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .input-group:not(.has-validation)>.input-group-append:not(:last-child)>button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .input-group>.input-group-append:last-child>button.mktoButton:not(:last-child):not(.dropdown-toggle)[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .input-group>.input-group-prepend>button.mktoButton[type=submit],
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .input-group>.input-group-append>button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .input-group>.input-group-prepend:first-child>button.mktoButton:not(:first-child)[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .input-group>.input-group-prepend:not(:first-child)>button.mktoButton[type=submit],
.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    print-color-adjust: exact
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    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: #000;
    background-color: #000
}

.custom-control-input:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #404040
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #595959;
    border-color: #595959
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #707070
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
    background-color: #eee
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #a9a9a9
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: 50%/50% 50% no-repeat
}

.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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='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: #000;
    background-color: #000
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='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(0, 0, 0, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0, 0, 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;charset=utf-8,%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(0, 0, 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: #a9a9a9;
    border-radius: .5rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        -webkit-transition: none;
        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(0, 0, 0, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #494949;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ddd;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #404040;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.custom-select:focus::-ms-value {
    color: #494949;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #707070;
    background-color: #eee
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #494949
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #404040;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #eee
}

.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 {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    overflow: hidden;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #494949
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #eee;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 0, 0, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #000;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .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: #595959
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #ddd;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #000;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    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: #595959
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #ddd;
    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: #000;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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: #595959
}

.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,
.custom-range::-ms-fill-upper {
    background-color: #ddd;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #a9a9a9
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #a9a9a9
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #a9a9a9
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        transition: none
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #707070;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #eee #eee #ddd
}

.nav-tabs .nav-link.disabled {
    color: #707070;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #494949;
    background-color: #fff;
    border-color: #ddd #ddd #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #000
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: 20px 40px
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 40px;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm,
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        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-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:695.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:696px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md,
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        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-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        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-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg,
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        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-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl,
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        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-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    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-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='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, .5)
}

.cmp-teaserlist__item .navbar-light .navbar-text .pageteaser__content__link,
.cmp-teaserlist__item .navbar-light .navbar-text .pageteaser__content__link:focus,
.cmp-teaserlist__item .navbar-light .navbar-text .pageteaser__content__link:hover,
.navbar-light .navbar-text .cmp-teaserlist__item .pageteaser__content__link,
.navbar-light .navbar-text .cmp-teaserlist__item .pageteaser__content__link:focus,
.navbar-light .navbar-text .cmp-teaserlist__item .pageteaser__content__link:hover,
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='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: hsla(0, 0%, 100%, .5)
}

.cmp-teaserlist__item .navbar-dark .navbar-text .pageteaser__content__link,
.cmp-teaserlist__item .navbar-dark .navbar-text .pageteaser__content__link:focus,
.cmp-teaserlist__item .navbar-dark .navbar-text .pageteaser__content__link:hover,
.navbar-dark .navbar-text .cmp-teaserlist__item .pageteaser__content__link,
.navbar-dark .navbar-text .cmp-teaserlist__item .pageteaser__content__link:focus,
.navbar-dark .navbar-text .cmp-teaserlist__item .pageteaser__content__link:hover,
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(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>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    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: 15px
}

@media (min-width:576px) {
    .card-deck {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        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-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        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-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@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 {
    overflow-anchor: none
}

.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,
.carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eee;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    float: left;
    padding-right: .5rem;
    color: #707070;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #707070
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    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: #000;
    background-color: #fff;
    border: 1px solid #ddd
}

.page-link:hover {
    z-index: 2;
    color: #000;
    text-decoration: none;
    background-color: #eee;
    border-color: #ddd
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 0, 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 {
    z-index: 3;
    color: #fff;
    background-color: #000;
    border-color: #000
}

.page-item.disabled .page-link {
    color: #707070;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    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 .5rem;
    font-size: .875rem;
    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: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        -webkit-transition: none;
        transition: none
    }
}

.cmp-teaserlist__item .badge.pageteaser__content__link:focus,
.cmp-teaserlist__item .badge.pageteaser__content__link:hover,
a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary,
.cmp-teaserlist__item .badge-primary.pageteaser__content__link:focus,
.cmp-teaserlist__item .badge-primary.pageteaser__content__link:hover,
a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #000
}

.cmp-teaserlist__item .badge-primary.focus.pageteaser__content__link,
.cmp-teaserlist__item .badge-primary.pageteaser__content__link:focus,
a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.badge-secondary {
    color: #212529;
    background-color: #fff
}

.cmp-teaserlist__item .badge-secondary.pageteaser__content__link:focus,
.cmp-teaserlist__item .badge-secondary.pageteaser__content__link:hover,
a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #212529;
    background-color: #e6e6e6
}

.cmp-teaserlist__item .badge-secondary.focus.pageteaser__content__link,
.cmp-teaserlist__item .badge-secondary.pageteaser__content__link:focus,
a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.badge-success {
    color: #fff;
    background-color: #00552a
}

.cmp-teaserlist__item .badge-success.pageteaser__content__link:focus,
.cmp-teaserlist__item .badge-success.pageteaser__content__link:hover,
a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #021
}

.cmp-teaserlist__item .badge-success.focus.pageteaser__content__link,
.cmp-teaserlist__item .badge-success.pageteaser__content__link:focus,
a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 85, 42, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 85, 42, .5)
}

.badge-info {
    color: #fff;
    background-color: #00a6ca
}

.cmp-teaserlist__item .badge-info.pageteaser__content__link:focus,
.cmp-teaserlist__item .badge-info.pageteaser__content__link:hover,
a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #007c97
}

.cmp-teaserlist__item .badge-info.focus.pageteaser__content__link,
.cmp-teaserlist__item .badge-info.pageteaser__content__link:focus,
a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 166, 202, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 166, 202, .5)
}

.badge-warning {
    color: #fff;
    background-color: #f26e00
}

.cmp-teaserlist__item .badge-warning.pageteaser__content__link:focus,
.cmp-teaserlist__item .badge-warning.pageteaser__content__link:hover,
a.badge-warning:focus,
a.badge-warning:hover {
    color: #fff;
    background-color: #bf5700
}

.cmp-teaserlist__item .badge-warning.focus.pageteaser__content__link,
.cmp-teaserlist__item .badge-warning.pageteaser__content__link:focus,
a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(242, 110, 0, .5);
    box-shadow: 0 0 0 .2rem rgba(242, 110, 0, .5)
}

.badge-danger {
    color: #fff;
    background-color: #b50000
}

.cmp-teaserlist__item .badge-danger.pageteaser__content__link:focus,
.cmp-teaserlist__item .badge-danger.pageteaser__content__link:hover,
a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #820000
}

.cmp-teaserlist__item .badge-danger.focus.pageteaser__content__link,
.cmp-teaserlist__item .badge-danger.pageteaser__content__link:focus,
a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(181, 0, 0, .5);
    box-shadow: 0 0 0 .2rem rgba(181, 0, 0, .5)
}

.badge-light {
    color: #212529;
    background-color: #f5f5f5
}

.cmp-teaserlist__item .badge-light.pageteaser__content__link:focus,
.cmp-teaserlist__item .badge-light.pageteaser__content__link:hover,
a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dcdcdc
}

.cmp-teaserlist__item .badge-light.focus.pageteaser__content__link,
.cmp-teaserlist__item .badge-light.pageteaser__content__link:focus,
a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 96.1%, .5);
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 96.1%, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.cmp-teaserlist__item .badge-dark.pageteaser__content__link:focus,
.cmp-teaserlist__item .badge-dark.pageteaser__content__link:hover,
a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

.cmp-teaserlist__item .badge-dark.focus.pageteaser__content__link,
.cmp-teaserlist__item .badge-dark.pageteaser__content__link:focus,
a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eee;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #000;
    background-color: #ccc;
    border-color: #b8b8b8
}

.alert-primary hr {
    border-top-color: #ababab
}

.alert-primary .alert-link {
    color: #000
}

.alert-secondary {
    color: #858585;
    background-color: #fff;
    border-color: #fff
}

.alert-secondary hr {
    border-top-color: #f2f2f2
}

.alert-secondary .alert-link {
    color: #6c6c6c
}

.alert-success {
    color: #002c16;
    background-color: #ccddd4;
    border-color: #b8cfc3
}

.alert-success hr {
    border-top-color: #a9c5b6
}

.alert-success .alert-link {
    color: #000
}

.alert-info {
    color: #005669;
    background-color: #ccedf4;
    border-color: #b8e6f0
}

.alert-info hr {
    border-top-color: #a3dfec
}

.alert-info .alert-link {
    color: #002c36
}

.alert-warning {
    color: #7e3900;
    background-color: #fce2cc;
    border-color: #fbd6b8
}

.alert-warning hr {
    border-top-color: #fac8a0
}

.alert-warning .alert-link {
    color: #4b2200
}

.alert-danger {
    color: #5e0000;
    background-color: #f0cccc;
    border-color: #eab8b8
}

.alert-danger hr {
    border-top-color: #e4a4a4
}

.alert-danger .alert-link {
    color: #2b0000
}

.alert-light {
    color: #7f7f7f;
    background-color: #fdfdfd;
    border-color: #fcfcfc
}

.alert-light hr {
    border-top-color: #efefef
}

.alert-light .alert-link {
    color: #666
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
    line-height: 0;
    font-size: .75rem;
    background-color: #eee;
    border-radius: .25rem
}

.progress,
.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.progress-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #000;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #494949;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #494949;
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item-action:active {
    color: #000;
    background-color: #eee
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(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: #707070;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #000;
    border-color: #000
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    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 {
    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 {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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 {
        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 {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:696px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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 {
        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 {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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 {
        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 {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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 {
        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 {
        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: #000;
    background-color: #b8b8b8
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #000;
    background-color: #ababab
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.list-group-item-secondary {
    color: #858585;
    background-color: #fff
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #858585;
    background-color: #f2f2f2
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585
}

.list-group-item-success {
    color: #002c16;
    background-color: #b8cfc3
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #002c16;
    background-color: #a9c5b6
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #002c16;
    border-color: #002c16
}

.list-group-item-info {
    color: #005669;
    background-color: #b8e6f0
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #005669;
    background-color: #a3dfec
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #005669;
    border-color: #005669
}

.list-group-item-warning {
    color: #7e3900;
    background-color: #fbd6b8
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #7e3900;
    background-color: #fac8a0
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #7e3900;
    border-color: #7e3900
}

.list-group-item-danger {
    color: #5e0000;
    background-color: #eab8b8
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #5e0000;
    background-color: #e4a4a4
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #5e0000;
    border-color: #5e0000
}

.list-group-item-light {
    color: #7f7f7f;
    background-color: #fcfcfc
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #7f7f7f;
    background-color: #efefef
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7f7f7f;
    border-color: #7f7f7f
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    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):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

.cmp-teaserlist__item .close.disabled.pageteaser__content__link,
a.close.disabled {
    pointer-events: none
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #707070;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.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 {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #ddd;
    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: 500px;
        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: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 50pc
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 855pt
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Intro, Helvetica, Arial, sans-serif;
    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;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .875rem;
    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-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-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
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: Intro, Helvetica, Arial, sans-serif;
    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;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #000;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #000
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    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;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    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 {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    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;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    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
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentcolor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {

    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.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,
.cmp-teaserlist__item .bg-primary.pageteaser__content__link:focus,
.cmp-teaserlist__item .bg-primary.pageteaser__content__link:hover,
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #000 !important
}

.bg-secondary {
    background-color: #fff !important
}

.cmp-teaserlist__item .bg-secondary.pageteaser__content__link:focus,
.cmp-teaserlist__item .bg-secondary.pageteaser__content__link:hover,
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #e6e6e6 !important
}

.bg-success {
    background-color: #00552a !important
}

.cmp-teaserlist__item .bg-success.pageteaser__content__link:focus,
.cmp-teaserlist__item .bg-success.pageteaser__content__link:hover,
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #021 !important
}

.bg-info {
    background-color: #00a6ca !important
}

.cmp-teaserlist__item .bg-info.pageteaser__content__link:focus,
.cmp-teaserlist__item .bg-info.pageteaser__content__link:hover,
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #007c97 !important
}

.bg-warning {
    background-color: #f26e00 !important
}

.cmp-teaserlist__item .bg-warning.pageteaser__content__link:focus,
.cmp-teaserlist__item .bg-warning.pageteaser__content__link:hover,
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #bf5700 !important
}

.bg-danger {
    background-color: #b50000 !important
}

.cmp-teaserlist__item .bg-danger.pageteaser__content__link:focus,
.cmp-teaserlist__item .bg-danger.pageteaser__content__link:hover,
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #820000 !important
}

.bg-light {
    background-color: #f5f5f5 !important
}

.cmp-teaserlist__item .bg-light.pageteaser__content__link:focus,
.cmp-teaserlist__item .bg-light.pageteaser__content__link:hover,
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dcdcdc !important
}

.bg-dark {
    background-color: #343a40 !important
}

.cmp-teaserlist__item .bg-dark.pageteaser__content__link:focus,
.cmp-teaserlist__item .bg-dark.pageteaser__content__link:hover,
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #ddd !important
}

.border-top {
    border-top: 1px solid #ddd !important
}

.border-right {
    border-right: 1px solid #ddd !important
}

.border-bottom {
    border-bottom: 1px solid #ddd !important
}

.border-left {
    border-left: 1px solid #ddd !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: #000 !important
}

.border-secondary {
    border-color: #fff !important
}

.border-success {
    border-color: #00552a !important
}

.border-info {
    border-color: #00a6ca !important
}

.border-warning {
    border-color: #f26e00 !important
}

.border-danger {
    border-color: #b50000 !important
}

.border-light {
    border-color: #f5f5f5 !important
}

.border-dark {
    border-color: #343a40 !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
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:696px) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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 embed,
.embed-responsive iframe,
.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 {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:696px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.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:696px) {
    .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:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-unset {
    overflow: unset !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 {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@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 {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    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: 10px !important
}

.mt-1,
.my-1 {
    margin-top: 10px !important
}

.mr-1,
.mx-1 {
    margin-right: 10px !important
}

.mb-1,
.my-1 {
    margin-bottom: 10px !important
}

.ml-1,
.mx-1 {
    margin-left: 10px !important
}

.m-2 {
    margin: 20px !important
}

.mt-2,
.my-2 {
    margin-top: 20px !important
}

.mr-2,
.mx-2 {
    margin-right: 20px !important
}

.mb-2,
.my-2 {
    margin-bottom: 20px !important
}

.ml-2,
.mx-2 {
    margin-left: 20px !important
}

.m-3 {
    margin: 40px !important
}

.mt-3,
.my-3 {
    margin-top: 40px !important
}

.mr-3,
.mx-3 {
    margin-right: 40px !important
}

.mb-3,
.my-3 {
    margin-bottom: 40px !important
}

.ml-3,
.mx-3 {
    margin-left: 40px !important
}

.m-4 {
    margin: 60px !important
}

.mt-4,
.my-4 {
    margin-top: 60px !important
}

.mr-4,
.mx-4 {
    margin-right: 60px !important
}

.mb-4,
.my-4 {
    margin-bottom: 60px !important
}

.ml-4,
.mx-4 {
    margin-left: 60px !important
}

.m-5 {
    margin: 90pt !important
}

.mt-5,
.my-5 {
    margin-top: 90pt !important
}

.mr-5,
.mx-5 {
    margin-right: 90pt !important
}

.mb-5,
.my-5 {
    margin-bottom: 90pt !important
}

.ml-5,
.mx-5 {
    margin-left: 90pt !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: 10px !important
}

.pt-1,
.py-1 {
    padding-top: 10px !important
}

.pr-1,
.px-1 {
    padding-right: 10px !important
}

.pb-1,
.py-1 {
    padding-bottom: 10px !important
}

.pl-1,
.px-1 {
    padding-left: 10px !important
}

.p-2 {
    padding: 20px !important
}

.pt-2,
.py-2 {
    padding-top: 20px !important
}

.pr-2,
.px-2 {
    padding-right: 20px !important
}

.pb-2,
.py-2 {
    padding-bottom: 20px !important
}

.pl-2,
.px-2 {
    padding-left: 20px !important
}

.p-3 {
    padding: 40px !important
}

.pt-3,
.py-3 {
    padding-top: 40px !important
}

.pr-3,
.px-3 {
    padding-right: 40px !important
}

.pb-3,
.py-3 {
    padding-bottom: 40px !important
}

.pl-3,
.px-3 {
    padding-left: 40px !important
}

.p-4 {
    padding: 60px !important
}

.pt-4,
.py-4 {
    padding-top: 60px !important
}

.pr-4,
.px-4 {
    padding-right: 60px !important
}

.pb-4,
.py-4 {
    padding-bottom: 60px !important
}

.pl-4,
.px-4 {
    padding-left: 60px !important
}

.p-5 {
    padding: 90pt !important
}

.pt-5,
.py-5 {
    padding-top: 90pt !important
}

.pr-5,
.px-5 {
    padding-right: 90pt !important
}

.pb-5,
.py-5 {
    padding-bottom: 90pt !important
}

.pl-5,
.px-5 {
    padding-left: 90pt !important
}

.m-n1 {
    margin: -10px !important
}

.mt-n1,
.my-n1 {
    margin-top: -10px !important
}

.mr-n1,
.mx-n1 {
    margin-right: -10px !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -10px !important
}

.ml-n1,
.mx-n1 {
    margin-left: -10px !important
}

.m-n2 {
    margin: -20px !important
}

.mt-n2,
.my-n2 {
    margin-top: -20px !important
}

.mr-n2,
.mx-n2 {
    margin-right: -20px !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -20px !important
}

.ml-n2,
.mx-n2 {
    margin-left: -20px !important
}

.m-n3 {
    margin: -40px !important
}

.mt-n3,
.my-n3 {
    margin-top: -40px !important
}

.mr-n3,
.mx-n3 {
    margin-right: -40px !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -40px !important
}

.ml-n3,
.mx-n3 {
    margin-left: -40px !important
}

.m-n4 {
    margin: -60px !important
}

.mt-n4,
.my-n4 {
    margin-top: -60px !important
}

.mr-n4,
.mx-n4 {
    margin-right: -60px !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -60px !important
}

.ml-n4,
.mx-n4 {
    margin-left: -60px !important
}

.m-n5 {
    margin: -90pt !important
}

.mt-n5,
.my-n5 {
    margin-top: -90pt !important
}

.mr-n5,
.mx-n5 {
    margin-right: -90pt !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -90pt !important
}

.ml-n5,
.mx-n5 {
    margin-left: -90pt !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: 10px !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 10px !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 10px !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 10px !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 10px !important
    }

    .m-sm-2 {
        margin: 20px !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 20px !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 20px !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 20px !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 20px !important
    }

    .m-sm-3 {
        margin: 40px !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 40px !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 40px !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 40px !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 40px !important
    }

    .m-sm-4 {
        margin: 60px !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 60px !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 60px !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 60px !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 60px !important
    }

    .m-sm-5 {
        margin: 90pt !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 90pt !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 90pt !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 90pt !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 90pt !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: 10px !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 10px !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 10px !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 10px !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 10px !important
    }

    .p-sm-2 {
        padding: 20px !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 20px !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 20px !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 20px !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 20px !important
    }

    .p-sm-3 {
        padding: 40px !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 40px !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 40px !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 40px !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 40px !important
    }

    .p-sm-4 {
        padding: 60px !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 60px !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 60px !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 60px !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 60px !important
    }

    .p-sm-5 {
        padding: 90pt !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 90pt !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 90pt !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 90pt !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 90pt !important
    }

    .m-sm-n1 {
        margin: -10px !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -10px !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -10px !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -10px !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -10px !important
    }

    .m-sm-n2 {
        margin: -20px !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -20px !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -20px !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -20px !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -20px !important
    }

    .m-sm-n3 {
        margin: -40px !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -40px !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -40px !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -40px !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -40px !important
    }

    .m-sm-n4 {
        margin: -60px !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -60px !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -60px !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -60px !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -60px !important
    }

    .m-sm-n5 {
        margin: -90pt !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -90pt !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -90pt !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -90pt !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -90pt !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:696px) {
    .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: 10px !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 10px !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 10px !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 10px !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 10px !important
    }

    .m-md-2 {
        margin: 20px !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 20px !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 20px !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 20px !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 20px !important
    }

    .m-md-3 {
        margin: 40px !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 40px !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 40px !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 40px !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 40px !important
    }

    .m-md-4 {
        margin: 60px !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 60px !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 60px !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 60px !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 60px !important
    }

    .m-md-5 {
        margin: 90pt !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 90pt !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 90pt !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 90pt !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 90pt !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: 10px !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 10px !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 10px !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 10px !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 10px !important
    }

    .p-md-2 {
        padding: 20px !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 20px !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 20px !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 20px !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 20px !important
    }

    .p-md-3 {
        padding: 40px !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 40px !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 40px !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 40px !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 40px !important
    }

    .p-md-4 {
        padding: 60px !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 60px !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 60px !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 60px !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 60px !important
    }

    .p-md-5 {
        padding: 90pt !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 90pt !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 90pt !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 90pt !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 90pt !important
    }

    .m-md-n1 {
        margin: -10px !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -10px !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -10px !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -10px !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -10px !important
    }

    .m-md-n2 {
        margin: -20px !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -20px !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -20px !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -20px !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -20px !important
    }

    .m-md-n3 {
        margin: -40px !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -40px !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -40px !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -40px !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -40px !important
    }

    .m-md-n4 {
        margin: -60px !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -60px !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -60px !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -60px !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -60px !important
    }

    .m-md-n5 {
        margin: -90pt !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -90pt !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -90pt !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -90pt !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -90pt !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: 10px !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 10px !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 10px !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 10px !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 10px !important
    }

    .m-lg-2 {
        margin: 20px !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 20px !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 20px !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 20px !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 20px !important
    }

    .m-lg-3 {
        margin: 40px !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 40px !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 40px !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 40px !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 40px !important
    }

    .m-lg-4 {
        margin: 60px !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 60px !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 60px !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 60px !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 60px !important
    }

    .m-lg-5 {
        margin: 90pt !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 90pt !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 90pt !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 90pt !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 90pt !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: 10px !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 10px !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 10px !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 10px !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 10px !important
    }

    .p-lg-2 {
        padding: 20px !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 20px !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 20px !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 20px !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 20px !important
    }

    .p-lg-3 {
        padding: 40px !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 40px !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 40px !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 40px !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 40px !important
    }

    .p-lg-4 {
        padding: 60px !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 60px !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 60px !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 60px !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 60px !important
    }

    .p-lg-5 {
        padding: 90pt !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 90pt !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 90pt !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 90pt !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 90pt !important
    }

    .m-lg-n1 {
        margin: -10px !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -10px !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -10px !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -10px !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -10px !important
    }

    .m-lg-n2 {
        margin: -20px !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -20px !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -20px !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -20px !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -20px !important
    }

    .m-lg-n3 {
        margin: -40px !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -40px !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -40px !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -40px !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -40px !important
    }

    .m-lg-n4 {
        margin: -60px !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -60px !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -60px !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -60px !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -60px !important
    }

    .m-lg-n5 {
        margin: -90pt !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -90pt !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -90pt !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -90pt !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -90pt !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: 10px !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 10px !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 10px !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 10px !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 10px !important
    }

    .m-xl-2 {
        margin: 20px !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 20px !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 20px !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 20px !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 20px !important
    }

    .m-xl-3 {
        margin: 40px !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 40px !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 40px !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 40px !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 40px !important
    }

    .m-xl-4 {
        margin: 60px !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 60px !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 60px !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 60px !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 60px !important
    }

    .m-xl-5 {
        margin: 90pt !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 90pt !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 90pt !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 90pt !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 90pt !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: 10px !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 10px !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 10px !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 10px !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 10px !important
    }

    .p-xl-2 {
        padding: 20px !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 20px !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 20px !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 20px !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 20px !important
    }

    .p-xl-3 {
        padding: 40px !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 40px !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 40px !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 40px !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 40px !important
    }

    .p-xl-4 {
        padding: 60px !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 60px !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 60px !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 60px !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 60px !important
    }

    .p-xl-5 {
        padding: 90pt !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 90pt !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 90pt !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 90pt !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 90pt !important
    }

    .m-xl-n1 {
        margin: -10px !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -10px !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -10px !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -10px !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -10px !important
    }

    .m-xl-n2 {
        margin: -20px !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -20px !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -20px !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -20px !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -20px !important
    }

    .m-xl-n3 {
        margin: -40px !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -40px !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -40px !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -40px !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -40px !important
    }

    .m-xl-n4 {
        margin: -60px !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -60px !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -60px !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -60px !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -60px !important
    }

    .m-xl-n5 {
        margin: -90pt !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -90pt !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -90pt !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -90pt !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -90pt !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
    }
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.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:696px) {
    .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:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-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: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.cmp-teaserlist__item .text-primary.pageteaser__content__link:focus,
.cmp-teaserlist__item .text-primary.pageteaser__content__link:hover,
.text-primary,
a.text-primary:focus,
a.text-primary:hover {
    color: #000 !important
}

.text-secondary {
    color: #fff !important
}

.cmp-teaserlist__item .text-secondary.pageteaser__content__link:focus,
.cmp-teaserlist__item .text-secondary.pageteaser__content__link:hover,
a.text-secondary:focus,
a.text-secondary:hover {
    color: #d9d9d9 !important
}

.text-success {
    color: #00552a !important
}

.cmp-teaserlist__item .text-success.pageteaser__content__link:focus,
.cmp-teaserlist__item .text-success.pageteaser__content__link:hover,
a.text-success:focus,
a.text-success:hover {
    color: #000904 !important
}

.text-info {
    color: #00a6ca !important
}

.cmp-teaserlist__item .text-info.pageteaser__content__link:focus,
.cmp-teaserlist__item .text-info.pageteaser__content__link:hover,
a.text-info:focus,
a.text-info:hover {
    color: #00677e !important
}

.text-warning {
    color: #f26e00 !important
}

.cmp-teaserlist__item .text-warning.pageteaser__content__link:focus,
.cmp-teaserlist__item .text-warning.pageteaser__content__link:hover,
a.text-warning:focus,
a.text-warning:hover {
    color: #a64b00 !important
}

.text-danger {
    color: #b50000 !important
}

.cmp-teaserlist__item .text-danger.pageteaser__content__link:focus,
.cmp-teaserlist__item .text-danger.pageteaser__content__link:hover,
a.text-danger:focus,
a.text-danger:hover {
    color: #690000 !important
}

.text-light {
    color: #f5f5f5 !important
}

.cmp-teaserlist__item .text-light.pageteaser__content__link:focus,
.cmp-teaserlist__item .text-light.pageteaser__content__link:hover,
a.text-light:focus,
a.text-light:hover {
    color: #cfcfcf !important
}

.text-dark {
    color: #343a40 !important
}

.cmp-teaserlist__item .text-dark.pageteaser__content__link:focus,
.cmp-teaserlist__item .text-dark.pageteaser__content__link:hover,
a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #000 !important
}

.text-muted {
    color: #707070 !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .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-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .cmp-teaserlist__item .pageteaser__content__link:not(.btn),
    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #a9a9a9
    }

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 62pc !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #ddd
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #ddd
    }
}

@font-face {
    font-family: Intro;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
    font-family: Intro;
    font-weight: 600;
    font-stretch: normal;
    font-display: swap;
}

:root {
    --container-width: 100%
}

@media (min-width:696px) {
    :root {
        --container-width: 720px
    }
}

@media (min-width:992px) {
    :root {
        --container-width: 960px
    }
}

@media (min-width:1200px) {
    :root {
        --container-width: 1200px
    }
}

html {
    scroll-behavior: smooth
}

body {
    overflow-x: hidden
}

body.menu-open {
    overflow-y: hidden
}

* {
    scroll-margin-top: 11.25rem
}

.content-container {
    overflow-x: hidden
}

::-moz-selection {
    background: #fcd800
}

::selection {
    background: #fcd800
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

:focus-visible {
    outline: 1px solid #005365
}

.root>.aem-Grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.root .consumerpageheader,
.root .pagefooter {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.root .responsivegrid {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

html[class*=aem-AuthorLayer-] .root>.aem-Grid {
    display: block;
    height: auto
}

.cmp-teaserlist__item .search-form .pageteaser__content__link,
.search-form .cmp-teaserlist__item .pageteaser__content__link,
.search-form a {
    font-size: 23px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: .23px;
    display: inline-block;
    color: #000;
    margin-left: 20px
}

.location-searching {
    background-image: url(../../../etc.clientlibs/stewart-dot-com/clientlibs/clientlib-site/resources/images/location-searching.svg);
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 1pc;
    width: 100%;
    height: 100%
}

.international-link-caret:after {
    border-top: .65625rem solid transparent;
    border-bottom: .65625rem solid transparent;
    border-left: .65625rem solid #fff;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: 0;
    width: 0;
    vertical-align: middle
}

@media (min-width:696px) {
    .international-link-caret:after {
        border-top: .875rem solid transparent;
        border-bottom: .875rem solid transparent;
        border-left: .875rem solid #fff;
        margin-left: 0
    }
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .was-validated select.mktoField:valid,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .was-validated textarea.mktoField:valid,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.is-valid.mktoField,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.is-valid.mktoField,
.form-control.is-valid,
.was-validated .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:valid,
.was-validated .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' 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 + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .was-validated select.mktoField:valid:focus,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .was-validated textarea.mktoField:valid:focus,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.is-valid.mktoField:focus,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.is-valid.mktoField:focus,
.form-control.is-valid:focus,
.was-validated .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:valid:focus,
.was-validated .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .was-validated textarea.mktoField:valid,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.is-valid.mktoField,
.was-validated .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:valid,
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' 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 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

@media (max-width:695.98px) {
    .distance {
        margin-top: 25px
    }

    .btn-find-an-office {
        width: 100%
    }
}

.cmp-teaserlist__item .pageteaser__content__link,
a {
    color: #005365;
    outline: none;
    text-decoration: underline
}

.cmp-teaserlist__item .pageteaser__content__link:hover,
a:hover {
    color: #005365
}

.bxShadow0-20-46-0 {
    -webkit-box-shadow: 0 20px 46px 0 rgba(0, 67, 100, .1);
    box-shadow: 0 20px 46px 0 rgba(0, 67, 100, .1)
}

.bxShadow0-10-46-0 {
    -webkit-box-shadow: 0 10px 46px 0 rgba(0, 67, 100, .1);
    box-shadow: 0 10px 46px 0 rgba(0, 67, 100, .1)
}

.bxShadow0-10-20-0 {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 67, 100, .1);
    box-shadow: 0 10px 20px 0 rgba(0, 67, 100, .1)
}

.bxShadow0-4-14-0 {
    -webkit-box-shadow: 0 4px 14px 0 rgba(0, 67, 100, .1);
    box-shadow: 0 4px 14px 0 rgba(0, 67, 100, .1)
}

.bxShadow0-2-24-0 {
    -webkit-box-shadow: 0 2px 24px 0 rgba(0, 67, 100, .1);
    box-shadow: 0 2px 24px 0 rgba(0, 67, 100, .1)
}

.card-tru {
    border-radius: 10px
}

.container {
    padding-right: 25px;
    padding-left: 25px
}

@media (min-width:696px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

.form-control-file,
.form-control-plaintext,
.form-control-range {
    display: block;
    width: 100%
}

.form-control-plaintext {
    margin-bottom: 0;
    background-color: transparent;
    border: solid transparent
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField[multiple],
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField[size],
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField,
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-text {
    display: block
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 10px
}

.form-check-input {
    position: absolute;
    margin-top: .3rem
}

.form-check-input:disabled~.form-check-label {
    color: #707070
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-left: 0
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .embed .mktoForm .mktoFormRow .mktoFormCol .form-inline .mktoFieldWrap,
    .form-inline .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap,
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .form-inline select.mktoField,
    .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .form-inline textarea.mktoField,
    .form-inline .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField,
    .form-inline .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField,
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

html {
    -webkit-font-smoothing: antialiased
}

.buttonText {
    font-size: 1.125rem;
    line-height: 1rem
}

.cmp-teaser .title.ss-heading-h1 .cmp-title .pageteaser__content__title,
.cmp-teaserlist__item .title.ss-heading-h1 .cmp-title .pageteaser__content__title,
.h1,
.title.ss-heading-h1 .cmp-title .cmp-teaser .pageteaser__content__title,
.title.ss-heading-h1 .cmp-title .cmp-teaserlist__item .pageteaser__content__title,
.title.ss-heading-h1 .cmp-title h1,
.title.ss-heading-h1 .cmp-title h2,
.title.ss-heading-h1 .cmp-title h3,
.title.ss-heading-h1 .cmp-title h4,
.title.ss-heading-h1 h1,
h1 {
    font-size: 2.25rem;
    line-height: 2.8125rem;
    font-weight: 600
}

.cmp-teaser .title.ss-heading-h2 .cmp-title .pageteaser__content__title,
.cmp-teaserlist__item .title.ss-heading-h2 .cmp-title .pageteaser__content__title,
.h2,
.title.ss-heading-h2 .cmp-title .cmp-teaser .pageteaser__content__title,
.title.ss-heading-h2 .cmp-title .cmp-teaserlist__item .pageteaser__content__title,
.title.ss-heading-h2 .cmp-title h1,
.title.ss-heading-h2 .cmp-title h2,
.title.ss-heading-h2 .cmp-title h3,
.title.ss-heading-h2 .cmp-title h4,
.title.ss-heading-h2 h2,
h2 {
    font-size: 1.875rem;
    line-height: 2.5rem
}

.cmp-teaser .title.ss-heading-h3 .cmp-title .pageteaser__content__title,
.cmp-teaserlist__item .title.ss-heading-h3 .cmp-title .pageteaser__content__title,
.cmp-tu-pageteaser.ss-teaser-style--no-image .tu-pageteaser__content__title,
.h3,
.title.ss-heading-h3 .cmp-title .cmp-teaser .pageteaser__content__title,
.title.ss-heading-h3 .cmp-title .cmp-teaserlist__item .pageteaser__content__title,
.title.ss-heading-h3 .cmp-title h1,
.title.ss-heading-h3 .cmp-title h2,
.title.ss-heading-h3 .cmp-title h3,
.title.ss-heading-h3 .cmp-title h4,
.title.ss-heading-h3 h3,
h3 {
    font-size: 1.375rem;
    line-height: 1.875rem
}

.cmp-teaser .pageteaser__content__title,
.cmp-teaser .title.ss-heading-h4 .pageteaser__content__title,
.cmp-teaserlist__item .pageteaser__content__title,
.cmp-teaserlist__item .title.ss-heading-h4 .pageteaser__content__title,
.cmp-tu-pageteaser.ss-teaser-style--image .tu-pageteaser__content__title,
.h4,
.title.ss-heading-h4 .cmp-teaser .pageteaser__content__title,
.title.ss-heading-h4 .cmp-teaserlist__item .pageteaser__content__title,
.title.ss-heading-h4 .cmp-title h1,
.title.ss-heading-h4 .cmp-title h2,
.title.ss-heading-h4 .cmp-title h3,
.title.ss-heading-h4 .cmp-title h4,
.title.ss-heading-h4 h4,
h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600
}

p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: Roboto, sans-serif;
    font-weight: 300
}

ol,
ul {
    padding: 0;
    margin-left: 1.875rem
}

@media (min-width:696px) {

    .cmp-teaser .title.ss-heading-h1 .cmp-title .pageteaser__content__title,
    .cmp-teaserlist__item .title.ss-heading-h1 .cmp-title .pageteaser__content__title,
    .h1,
    .title.ss-heading-h1 .cmp-title .cmp-teaser .pageteaser__content__title,
    .title.ss-heading-h1 .cmp-title .cmp-teaserlist__item .pageteaser__content__title,
    .title.ss-heading-h1 .cmp-title h1,
    .title.ss-heading-h1 .cmp-title h2,
    .title.ss-heading-h1 .cmp-title h3,
    .title.ss-heading-h1 .cmp-title h4,
    .title.ss-heading-h1 h1,
    h1 {
        font-size: 2.375rem;
        line-height: 2.9375rem
    }

    .cmp-teaser .title.ss-heading-h2 .cmp-title .pageteaser__content__title,
    .cmp-teaserlist__item .title.ss-heading-h2 .cmp-title .pageteaser__content__title,
    .h2,
    .title.ss-heading-h2 .cmp-title .cmp-teaser .pageteaser__content__title,
    .title.ss-heading-h2 .cmp-title .cmp-teaserlist__item .pageteaser__content__title,
    .title.ss-heading-h2 .cmp-title h1,
    .title.ss-heading-h2 .cmp-title h2,
    .title.ss-heading-h2 .cmp-title h3,
    .title.ss-heading-h2 .cmp-title h4,
    .title.ss-heading-h2 h2,
    h2 {
        font-size: 1.75rem;
        line-height: 2.125rem
    }

    .cmp-teaser .title.ss-heading-h3 .cmp-title .pageteaser__content__title,
    .cmp-teaserlist__item .title.ss-heading-h3 .cmp-title .pageteaser__content__title,
    .cmp-tu-pageteaser.ss-teaser-style--no-image .tu-pageteaser__content__title,
    .h3,
    .title.ss-heading-h3 .cmp-title .cmp-teaser .pageteaser__content__title,
    .title.ss-heading-h3 .cmp-title .cmp-teaserlist__item .pageteaser__content__title,
    .title.ss-heading-h3 .cmp-title h1,
    .title.ss-heading-h3 .cmp-title h2,
    .title.ss-heading-h3 .cmp-title h3,
    .title.ss-heading-h3 .cmp-title h4,
    .title.ss-heading-h3 h3,
    h3 {
        font-size: 1.375rem;
        line-height: 1.8125rem
    }

    p {
        font-size: 1rem;
        line-height: 1.625rem
    }
}

@media (min-width:1200px) {

    .cmp-teaser .title.ss-heading-h1 .cmp-title .pageteaser__content__title,
    .cmp-teaserlist__item .title.ss-heading-h1 .cmp-title .pageteaser__content__title,
    .h1,
    .title.ss-heading-h1 .cmp-title .cmp-teaser .pageteaser__content__title,
    .title.ss-heading-h1 .cmp-title .cmp-teaserlist__item .pageteaser__content__title,
    .title.ss-heading-h1 .cmp-title h1,
    .title.ss-heading-h1 .cmp-title h2,
    .title.ss-heading-h1 .cmp-title h3,
    .title.ss-heading-h1 .cmp-title h4,
    .title.ss-heading-h1 h1,
    h1 {
        font-size: 3.875rem;
        line-height: 3.8125rem
    }

    .cmp-teaser .title.ss-heading-h2 .cmp-title .pageteaser__content__title,
    .cmp-teaserlist__item .title.ss-heading-h2 .cmp-title .pageteaser__content__title,
    .h2,
    .title.ss-heading-h2 .cmp-title .cmp-teaser .pageteaser__content__title,
    .title.ss-heading-h2 .cmp-title .cmp-teaserlist__item .pageteaser__content__title,
    .title.ss-heading-h2 .cmp-title h1,
    .title.ss-heading-h2 .cmp-title h2,
    .title.ss-heading-h2 .cmp-title h3,
    .title.ss-heading-h2 .cmp-title h4,
    .title.ss-heading-h2 h2,
    h2 {
        font-size: 2.5rem;
        line-height: 2.875rem
    }

    .cmp-teaser .title.ss-heading-h3 .cmp-title .pageteaser__content__title,
    .cmp-teaserlist__item .title.ss-heading-h3 .cmp-title .pageteaser__content__title,
    .cmp-tu-pageteaser.ss-teaser-style--no-image .tu-pageteaser__content__title,
    .h3,
    .title.ss-heading-h3 .cmp-title .cmp-teaser .pageteaser__content__title,
    .title.ss-heading-h3 .cmp-title .cmp-teaserlist__item .pageteaser__content__title,
    .title.ss-heading-h3 .cmp-title h1,
    .title.ss-heading-h3 .cmp-title h2,
    .title.ss-heading-h3 .cmp-title h3,
    .title.ss-heading-h3 .cmp-title h4,
    .title.ss-heading-h3 h3,
    h3 {
        font-size: 1.875rem;
        line-height: 2.5rem
    }

    .cmp-teaser .pageteaser__content__title,
    .cmp-teaser .title.ss-heading-h4 .pageteaser__content__title,
    .cmp-teaserlist__item .pageteaser__content__title,
    .cmp-teaserlist__item .title.ss-heading-h4 .pageteaser__content__title,
    .cmp-tu-pageteaser.ss-teaser-style--image .tu-pageteaser__content__title,
    .h4,
    .title.ss-heading-h4 .cmp-teaser .pageteaser__content__title,
    .title.ss-heading-h4 .cmp-teaserlist__item .pageteaser__content__title,
    .title.ss-heading-h4 .cmp-title h1,
    .title.ss-heading-h4 .cmp-title h2,
    .title.ss-heading-h4 .cmp-title h3,
    .title.ss-heading-h4 .cmp-title h4,
    .title.ss-heading-h4 h4,
    h4 {
        font-size: 1.3125rem;
        line-height: 1.75rem
    }

    p {
        font-size: 1.25rem;
        line-height: 1.875rem
    }
}

.ss-h1-400 h1 {
    line-height: 1.1;
    font-weight: 400
}

.ss-h1-400 h1,
.ss-h1-700 h1 {
    font-size: clamp(2.5rem, 4.5vw, 3.5rem)
}

.ss-h1-700 h1 {
    line-height: 1;
    font-weight: 700
}

.ss-h2-700-sm h2 {
    line-height: 1.3;
    font-size: clamp(1.8rem, 4.5vw, 2.2rem);
    font-weight: 700
}

.ss-h2-400 h2 {
    line-height: 1.2;
    font-size: clamp(2.2rem, 4.5vw, 2.6rem);
    font-weight: 400
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    max-width: 100%;
    --gap: 2rem;
    padding: 0;
    --maxContainerWidth: 1274px;
    --space-s: clamp(1rem, 1rem, 1rem);
    --space-m: clamp(1.5rem, 1.5rem, 1.5rem);
    --space-l: clamp(2rem, 2rem, 2rem);
    --grid3col: minmax(auto, 1fr);
    --grid2col: minmax(auto, 1fr);
    --grid4col: minmax(155px, 1fr)
}

@media (min-width:600px) {
    html {
        --grid4col: minmax(180px, 1fr);
        --gap: 2rem;
        --grid3col: minmax(308px, 1fr);
        --grid2col: minmax(420px, 1fr)
    }
}

@media (min-width:968px) {
    html {
        --grid4col: minmax(260px, 1fr)
    }
}

@media (min-width:1900px) {
    html {
        --maxContainerWidth: 1284px
    }
}

@media (max-width:1200px) {
    html {
        --maxContainerWidth: 100%
    }
}

html .cmp-carousel__actions,
html .cmp-carousel__indicators {
    display: none !important
}

.tupagesectionwithbackgroundcolor {
    contain: paint
}

.container {
    max-width: var(--maxContainerWidth);
    margin: 0 auto;
    padding: 0 var(--gap)
}

.container .cmp-pagesection,
.container .featuredhero .cmp-featuredhero,
.container .gallery .cmp-contentgallery,
.featuredhero .container .cmp-featuredhero,
.gallery .container .cmp-contentgallery {
    max-width: var(--maxContainerWidth);
    margin: 0 auto;
    padding: 0
}

.grid,
.pancake {
    display: grid;
    grid-template-columns: [full-start] minmax(2rem, 1fr) [standard-start] 0 [narrow-start] minmax(1rem, 67.5rem) [narrow-end] 0 [standard-end] minmax(2rem, 1fr) [full-end];
    position: relative;
    padding: 0
}

@media (min-width:50rem) {

    .grid,
    .pancake {
        grid-template-columns: [full-start] minmax(2rem, 1fr) [standard-start] 3.75rem [narrow-start] minmax(1rem, 67.5rem) [narrow-end] 3.75rem [standard-end] minmax(2rem, 1fr) [full-end]
    }
}

.grid,
.pancake {
    padding: 0 1rem
}

.pancake>* {
    grid-column: standard;
    min-width: 100%
}

.compat-grid .breakout {
    --page-max-inline-size: 1200px;
    --page-padding: clamp(var(--space-s), 5vw, var(--space-l));
    --full: minmax(var(--page-padding), 1fr);
    --content: min(var(--max-inline-size, var(--page-max-inline-size)), 100% - var(--padding, var(--page-padding)) * 2);
    --popout: minmax(0, 2rem);
    --feature: minmax(0, 5rem);
    display: grid;
    grid-template-columns: [full-start] var(--full) [feature-start] var(--feature) [popout-start] var(--popout) [content-start] var(--content) [content-end] var(--popout) [popout-end] var(--feature) [feature-end] var(--full) [full-end]
}

.compat-grid .breakout>* {
    grid-column: content
}

.compat-grid .breakout .popout {
    grid-column: popout
}

.compat-grid .breakout .feature {
    grid-column: feature
}

.compat-grid .breakout .full {
    grid-column: full
}

.ss-align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.ss-three-col-grid .cmp-columnrow,
.ss-three-col-grid .cmp-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--grid3col));
    grid-gap: 1em;
    -ms-flex-line-pack: start;
    align-content: start
}

.ss-three-col-grid .cmp-columnrow .cmp-columnrow__item,
.ss-three-col-grid .cmp-container .cmp-columnrow__item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width:967px) {

    .ss-three-col-grid .cmp-columnrow .cmp-columnrow__item,
    .ss-three-col-grid .cmp-container .cmp-columnrow__item {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

.ss-4c-grid .cmp-columnrow,
.ss-4c-grid .cmp-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--grid4col));
    grid-gap: 1em;
    -ms-flex-line-pack: start;
    align-content: start
}

.ss-4c-grid .cmp-columnrow .cmp-columnrow__item,
.ss-4c-grid .cmp-container .cmp-columnrow__item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width:967px) {

    .ss-4c-grid .cmp-columnrow .cmp-columnrow__item,
    .ss-4c-grid .cmp-container .cmp-columnrow__item {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

.ss-two-col-grid .cmp-columnrow,
.ss-two-col-grid .cmp-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--grid2col))
}

.ss-two-col-grid .cmp-columnrow .cmp-columnrow__item,
.ss-two-col-grid .cmp-container .cmp-columnrow__item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width:967px) {

    .ss-two-col-grid .cmp-columnrow .cmp-columnrow__item,
    .ss-two-col-grid .cmp-container .cmp-columnrow__item {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

.ss-two-col-card-grid .cmp--pricingcard__container .aem-Grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--grid2col))
}

.ss-two-col-card-grid .cmp--pricingcard__container .aem-Grid>div {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width:967px) {
    .ss-two-col-card-grid .cmp--pricingcard__container .aem-Grid>div {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

.ss-grid .cmp-columnrow,
.ss-grid .cmp-container {
    display: grid
}

.ss-tictoc-container .container {
    -webkit-padding-before: 40px;
    padding-block-start: 40px;
    max-width: 885pt
}

.ss-tictoc-container .container .columnrow {
    padding: var(--space-s);
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important
}

.ss-tictoc-container .container .cmp-columnrow {
    padding-bottom: 0;
    -webkit-padding-after: 40px;
    padding-block-end: 40px
}

.ss-tictoc-container .container .cmp-columnrow .cmp-columnrow__item {
    display: grid
}

.ss-tictoc-container .container .cmp-columnrow .cmp-columnrow__item .contentcontainer {
    margin-bottom: 0
}

@media (min-width:696px) {
    .ss-tictoc-container .container .cmp-columnrow .cmp-columnrow__item .contentcontainer {
        margin-bottom: 0
    }
}

.ss-tictoc-container .container .image {
    margin-bottom: 0 !important
}

.ss-tictoc-container .container .cmp-image {
    max-width: 520px
}

.ss-tictoc-container .container .cmp-image img {
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width:696px) {
    .ss-tictoc-container.ss-ticktoc-spacing-80 .cmp-columnrow {
        -webkit-padding-after: 5pc;
        padding-block-end: 5pc
    }

    .ss-tictoc-container.ss-ticktoc-spacing-140 .cmp-columnrow {
        -webkit-padding-after: 140px;
        padding-block-end: 140px
    }
}

.ss-stat-split-block {
    margin-bottom: 0 !important
}

.ss-stat-split-block>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:50rem) {
    .ss-stat-split-block>div {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:720px) {
    .ss-stat-block .cmp-columnrow {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px
    }
}

.ss-content-medium .container {
    max-width: 1078px
}

.ss-content-narrow .container {
    max-width: 62pc
}

.ss-content-sm .container {
    max-width: 890px
}

.ss-content-xs .container {
    max-width: 860px
}

.ss-backgroundcolor-trubrand-blue-full-width-tint-10 .container {
    max-width: 100%
}

.ss-alignment-left {
    text-align: left
}

.ss-alignment-center,
.style-system-centered {
    text-align: center
}

.ss-alignment-right,
.style-system-right {
    text-align: right
}

@media (max-width:695.98px) {
    .ss-alignment-leftatmobile {
        text-align: left
    }
}

@media (max-width:695.98px) {
    .ss-alignment-rightatmobile {
        text-align: right
    }
}

@media (max-width:695.98px) {
    .ss-alignment-centeratmobile {
        text-align: center
    }
}

.ss-text-black,
.ss-text-black * {
    color: #000
}

.ss-text-white,
.ss-text-white * {
    color: #fff
}

.cmp-teaserlist__item .ss-text-white * .pageteaser__content__link:hover,
.cmp-teaserlist__item .ss-text-white .pageteaser__content__link:hover,
.ss-text-white * .cmp-teaserlist__item .pageteaser__content__link:hover,
.ss-text-white * a:hover,
.ss-text-white .cmp-teaserlist__item .pageteaser__content__link:hover,
.ss-text-white a:hover {
    color: #eee
}

.bg-gray {
    background-color: #dad6d6
}

.ss-backgroundcolor-blue {
    background-color: #00a6ca;
    --lightbg-textcolor: #000
}

.cmp-teaser .ss-backgroundcolor-blue .pageteaser__content__title,
.cmp-teaserlist__item .ss-backgroundcolor-blue .pageteaser__content__link,
.cmp-teaserlist__item .ss-backgroundcolor-blue .pageteaser__content__title,
.ss-backgroundcolor-blue .cmp-teaser .pageteaser__content__title,
.ss-backgroundcolor-blue .cmp-teaserlist__item .pageteaser__content__link,
.ss-backgroundcolor-blue .cmp-teaserlist__item .pageteaser__content__title,
.ss-backgroundcolor-blue a,
.ss-backgroundcolor-blue button,
.ss-backgroundcolor-blue h1,
.ss-backgroundcolor-blue h2,
.ss-backgroundcolor-blue h3,
.ss-backgroundcolor-blue h4,
.ss-backgroundcolor-blue li,
.ss-backgroundcolor-blue p,
.ss-backgroundcolor-blue ul {
    color: var(--lightbg-textcolor)
}

.ss-backgroundcolor-blue .cmp-breadcrumb__list {
    background-color: #e6edf1
}

.cmp-teaserlist__item .ss-backgroundcolor-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .ss-backgroundcolor-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.ss-backgroundcolor-blue .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.ss-backgroundcolor-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.ss-backgroundcolor-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.ss-backgroundcolor-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.ss-backgroundcolor-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--lightbg-textcolor)
}

.ss-backgroundcolor-grey {
    background-color: #f5f5f5;
    --lightbg-textcolor: #000
}

.cmp-teaser .ss-backgroundcolor-grey .pageteaser__content__title,
.cmp-teaserlist__item .ss-backgroundcolor-grey .pageteaser__content__link,
.cmp-teaserlist__item .ss-backgroundcolor-grey .pageteaser__content__title,
.ss-backgroundcolor-grey .cmp-teaser .pageteaser__content__title,
.ss-backgroundcolor-grey .cmp-teaserlist__item .pageteaser__content__link,
.ss-backgroundcolor-grey .cmp-teaserlist__item .pageteaser__content__title,
.ss-backgroundcolor-grey a,
.ss-backgroundcolor-grey button,
.ss-backgroundcolor-grey h1,
.ss-backgroundcolor-grey h2,
.ss-backgroundcolor-grey h3,
.ss-backgroundcolor-grey h4,
.ss-backgroundcolor-grey li,
.ss-backgroundcolor-grey p,
.ss-backgroundcolor-grey ul {
    color: var(--lightbg-textcolor)
}

.ss-backgroundcolor-grey .cmp-breadcrumb__list {
    background-color: #e6edf1
}

.cmp-teaserlist__item .ss-backgroundcolor-grey .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .ss-backgroundcolor-grey .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.ss-backgroundcolor-grey .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.ss-backgroundcolor-grey .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.ss-backgroundcolor-grey .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.ss-backgroundcolor-grey .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.ss-backgroundcolor-grey .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--lightbg-textcolor)
}

.ss-backgroundcolor-yellow {
    background-color: #fcd800
}

.ss-backgroundcolor-light-blue {
    background-color: #e5f2f6
}

.ss-backgroundcolor-white {
    background-color: #fff
}

.ss-backgroundcolor-trubrand-blue-full-width-tint-10,
.ss-backgroundcolor-trubrand-blue-tint-10 {
    background-color: #e6f6fa
}

.ss-backgroundcolor-trubrand-blue-tint-5 {
    background-color: #f7f9fa
}

.ss-backgroundcolor-trubrand-dark-blue {
    background-color: #004364
}

.ss-backgroundcolor-trubrand-dark-blue-tint-5 {
    background-color: #e6edf1
}

.ss-backgroundcolor-yellow-tint-10 {
    background-color: #fffce7
}

.ss-backgroundcolor-trubrand-blue-tint-10-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#e6f6fa), color-stop(70%, #e6f6fa), color-stop(70%, #fff), to(#fff));
    background: linear-gradient(180deg, #e6f6fa, #e6f6fa 70%, #fff 0, #fff)
}

.ss-backgroundcolor-trubrand-blue-tint-5-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f7f9fa));
    background: linear-gradient(#fff, #f7f9fa)
}

.ss-backgroundcolor-trubrand-blue-tint-5-gradient2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f9fa), to(#fff));
    background: linear-gradient(#f7f9fa, #fff)
}

.ss-listed-bullet .cmp-text ul {
    list-style: none
}

.ss-listed-bullet .cmp-text ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ss-listed-bullet .cmp-text ul li:before {
    content: "";
    display: inline-block;
    height: 1em;
    width: 1em;
    background-image: url(clientlib-trubrand/resources/images/approved.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: .5em
}

.ss-padding-top-20 {
    padding-top: 1.25rem
}

.ss-padding-top-40 {
    padding-top: 2.5rem
}

.ss-padding-top-50 {
    padding-top: 3.125rem
}

.ss-padding-top-60 {
    padding-top: 3.75rem
}

.ss-padding-top-80 {
    padding-top: 5rem
}

.ss-padding-top-100 {
    padding-top: 6.25rem
}

.ss-padding-bottom-20 {
    padding-bottom: 1.25rem
}

.ss-padding-bottom-40 {
    padding-bottom: 2.5rem
}

.ss-padding-bottom-50 {
    padding-bottom: 3.125rem
}

.ss-padding-bottom-60 {
    padding-bottom: 3.75rem
}

.ss-padding-bottom-80 {
    padding-bottom: 5rem
}

.ss-padding-bottom-100 {
    padding-bottom: 6.25rem
}

.ss-padding-topBottom-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.ss-padding-topBottom-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.ss-padding-topBottom-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem
}

.ss-padding-topBottom-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem
}

.ss-padding-topBottom-80 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.ss-padding-topBottom-100 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem
}

.ss-no-padding .cmp-columnrow__item {
    padding: 0
}

.ss-justify-center .cmp-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 15px
}

.cmp-teaser .ss-justify-center .cmp-container .pageteaser__content__title,
.cmp-teaserlist__item .ss-justify-center .cmp-container .pageteaser__content__title,
.ss-justify-center .cmp-container .cmp-teaser .pageteaser__content__title,
.ss-justify-center .cmp-container .cmp-teaserlist__item .pageteaser__content__title,
.ss-justify-center .cmp-container .iconlink__wrapper,
.ss-justify-center .cmp-container h1,
.ss-justify-center .cmp-container h2,
.ss-justify-center .cmp-container h3,
.ss-justify-center .cmp-container h4,
.ss-justify-center .cmp-container h5,
.ss-justify-center .cmp-container h6 {
    margin-bottom: 0
}

.ss-justify-space-between .cmp-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 15px;
    gap: 15px
}

.cmp-teaser .ss-justify-space-between .cmp-container .pageteaser__content__title,
.cmp-teaserlist__item .ss-justify-space-between .cmp-container .pageteaser__content__title,
.ss-justify-space-between .cmp-container .cmp-teaser .pageteaser__content__title,
.ss-justify-space-between .cmp-container .cmp-teaserlist__item .pageteaser__content__title,
.ss-justify-space-between .cmp-container .iconlink__wrapper,
.ss-justify-space-between .cmp-container h1,
.ss-justify-space-between .cmp-container h2,
.ss-justify-space-between .cmp-container h3,
.ss-justify-space-between .cmp-container h4,
.ss-justify-space-between .cmp-container h5,
.ss-justify-space-between .cmp-container h6 {
    margin-bottom: 0
}

@media (min-width:696px) {
    .ss-padding-tablet-topBottom-20 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .ss-padding-tablet-topBottom-40 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .ss-padding-tablet-topBottom-50 {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem
    }

    .ss-padding-tablet-topBottom-60 {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }

    .ss-padding-tablet-topBottom-80 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .ss-padding-tablet-topBottom-100 {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem
    }

    .ss-padding-tablet-top-20 {
        padding-top: 1.25rem
    }

    .ss-padding-tablet-top-40 {
        padding-top: 2.5rem
    }

    .ss-padding-tablet-top-50 {
        padding-top: 3.125rem
    }

    .ss-padding-tablet-top-60 {
        padding-top: 3.75rem
    }

    .ss-padding-tablet-top-80 {
        padding-top: 5rem
    }

    .ss-padding-tablet-top-100 {
        padding-top: 6.25rem
    }

    .ss-padding-tablet-bottom-20 {
        padding-bottom: 1.25rem
    }

    .ss-padding-tablet-bottom-40 {
        padding-bottom: 2.5rem
    }

    .ss-padding-tablet-bottom-50 {
        padding-bottom: 3.125rem
    }

    .ss-padding-tablet-bottom-60 {
        padding-bottom: 3.75rem
    }

    .ss-padding-tablet-bottom-80 {
        padding-bottom: 5rem
    }

    .ss-padding-tablet-bottom-100 {
        padding-bottom: 6.25rem
    }
}

@media (min-width:992px) {
    .ss-padding-desktop-topBottom-20 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .ss-padding-desktop-topBottom-40 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .ss-padding-desktop-topBottom-50 {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem
    }

    .ss-padding-desktop-topBottom-60 {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }

    .ss-padding-desktop-topBottom-80 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .ss-padding-desktop-topBottom-100 {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem
    }

    .ss-padding-desktop-top-20 {
        padding-top: 1.25rem
    }

    .ss-padding-desktop-top-40 {
        padding-top: 2.5rem
    }

    .ss-padding-desktop-top-50 {
        padding-top: 3.125rem
    }

    .ss-padding-desktop-top-60 {
        padding-top: 3.75rem
    }

    .ss-padding-desktop-top-80 {
        padding-top: 5rem
    }

    .ss-padding-desktop-top-100 {
        padding-top: 6.25rem
    }

    .ss-padding-desktop-bottom-20 {
        padding-bottom: 1.25rem
    }

    .ss-padding-desktop-bottom-40 {
        padding-bottom: 2.5rem
    }

    .ss-padding-desktop-bottom-50 {
        padding-bottom: 3.125rem
    }

    .ss-padding-desktop-bottom-60 {
        padding-bottom: 3.75rem
    }

    .ss-padding-desktop-bottom-80 {
        padding-bottom: 5rem
    }

    .ss-padding-desktop-bottom-100 {
        padding-bottom: 6.25rem
    }
}

@media (max-width:695.98px) {
    .no-margin-sm .row>div {
        padding: 0
    }

    .margin-bottom-50 {
        margin-bottom: 50px
    }
}

@media (min-width:696px) {
    .ss-backgroundcolor-trubrand-blue-tint-10-gradient {
        background: -webkit-gradient(linear, left top, left bottom, from(#e6f6fa), color-stop(60%, #e6f6fa), color-stop(60%, #fff), to(#fff));
        background: linear-gradient(180deg, #e6f6fa, #e6f6fa 60%, #fff 0, #fff)
    }

    .ss-padding-tablet-top-20 {
        padding-top: 1.25rem
    }

    .ss-padding-tablet-top-40 {
        padding-top: 2.5rem
    }

    .ss-padding-tablet-top-50 {
        padding-top: 3.125rem
    }

    .ss-padding-tablet-top-60 {
        padding-top: 3.75rem
    }

    .ss-padding-tablet-top-80 {
        padding-top: 5rem
    }

    .ss-padding-tablet-top-100 {
        padding-top: 6.25rem
    }

    .ss-padding-tablet-bottom-20 {
        padding-bottom: 1.25rem
    }

    .ss-padding-tablet-bottom-40 {
        padding-bottom: 2.5rem
    }

    .ss-padding-tablet-bottom-50 {
        padding-bottom: 3.125rem
    }

    .ss-padding-tablet-bottom-60 {
        padding-bottom: 3.75rem
    }

    .ss-padding-tablet-bottom-80 {
        padding-bottom: 5rem
    }

    .ss-padding-tablet-bottom-100 {
        padding-bottom: 6.25rem
    }

    .ss-padding-tablet-topBottom-20 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .ss-padding-tablet-topBottom-40 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .ss-padding-tablet-topBottom-50 {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem
    }

    .ss-padding-tablet-topBottom-60 {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }

    .ss-padding-tablet-topBottom-80 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .ss-padding-tablet-topBottom-100 {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem
    }
}

@media (min-width:992px) {
    .ss-alignment-leftatlarge {
        text-align: left
    }

    .ss-alignment-centeratlarge {
        text-align: center
    }

    .ss-alignment-rightatlarge {
        text-align: right
    }

    .margin-top-lg-100 {
        margin-top: 75pt
    }

    .margin-bottom-lg-100 {
        margin-bottom: 75pt
    }

    .ss-backgroundcolor-trubrand-blue-tint-10-gradient {
        background: -webkit-gradient(linear, left top, left bottom, from(#e6f6fa), color-stop(50%, #e6f6fa), color-stop(50%, #fff), to(#fff));
        background: linear-gradient(180deg, #e6f6fa, #e6f6fa 50%, #fff 0, #fff)
    }
}

@media (max-width:695.98px) {
    .ss-direction-column-reverse .cmp-columnrow {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (min-width:1200px) {
    .ss-padding-desktop-top-20 {
        padding-top: 1.25rem
    }

    .ss-padding-desktop-top-40 {
        padding-top: 2.5rem
    }

    .ss-padding-desktop-top-50 {
        padding-top: 3.125rem
    }

    .ss-padding-desktop-top-60 {
        padding-top: 3.75rem
    }

    .ss-padding-desktop-top-80 {
        padding-top: 5rem
    }

    .ss-padding-desktop-top-100 {
        padding-top: 6.25rem
    }

    .ss-padding-desktop-bottom-20 {
        padding-bottom: 1.25rem
    }

    .ss-padding-desktop-bottom-40 {
        padding-bottom: 2.5rem
    }

    .ss-padding-desktop-bottom-50 {
        padding-bottom: 3.125rem
    }

    .ss-padding-desktop-bottom-60 {
        padding-bottom: 3.75rem
    }

    .ss-padding-desktop-bottom-80 {
        padding-bottom: 5rem
    }

    .ss-padding-desktop-bottom-100 {
        padding-bottom: 6.25rem
    }

    .ss-padding-desktop-topBottom-20 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .ss-padding-desktop-topBottom-40 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .ss-padding-desktop-topBottom-50 {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem
    }

    .ss-padding-desktop-topBottom-60 {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }

    .ss-padding-desktop-topBottom-80 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .ss-padding-desktop-topBottom-100 {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem
    }
}

.offset-right-1 {
    margin-right: 8.33333%
}

.offset-right-2 {
    margin-right: 16.66667%
}

.offset-right-3 {
    margin-right: 25%
}

.offset-right-4 {
    margin-right: 33.33333%
}

.offset-right-5 {
    margin-right: 41.66667%
}

.offset-right-6 {
    margin-right: 50%
}

.offset-right-7 {
    margin-right: 58.33333%
}

.offset-right-8 {
    margin-right: 66.66667%
}

.offset-right-9 {
    margin-right: 75%
}

.offset-right-10 {
    margin-right: 83.33333%
}

.offset-right-11 {
    margin-right: 91.66667%
}

@media (min-width:696px) {
    .offset-md-right-1 {
        margin-right: 8.33333%
    }

    .offset-md-right-2 {
        margin-right: 16.66667%
    }

    .offset-md-right-3 {
        margin-right: 25%
    }

    .offset-md-right-4 {
        margin-right: 33.33333%
    }

    .offset-md-right-5 {
        margin-right: 41.66667%
    }

    .offset-md-right-6 {
        margin-right: 50%
    }

    .offset-md-right-7 {
        margin-right: 58.33333%
    }

    .offset-md-right-8 {
        margin-right: 66.66667%
    }

    .offset-md-right-9 {
        margin-right: 75%
    }

    .offset-md-right-10 {
        margin-right: 83.33333%
    }

    .offset-md-right-11 {
        margin-right: 91.66667%
    }
}

@media (min-width:992px) {
    .offset-lg-right-1 {
        margin-right: 8.33333%
    }

    .offset-lg-right-2 {
        margin-right: 16.66667%
    }

    .offset-lg-right-3 {
        margin-right: 25%
    }

    .offset-lg-right-4 {
        margin-right: 33.33333%
    }

    .offset-lg-right-5 {
        margin-right: 41.66667%
    }

    .offset-lg-right-6 {
        margin-right: 50%
    }

    .offset-lg-right-7 {
        margin-right: 58.33333%
    }

    .offset-lg-right-8 {
        margin-right: 66.66667%
    }

    .offset-lg-right-9 {
        margin-right: 75%
    }

    .offset-lg-right-10 {
        margin-right: 83.33333%
    }

    .offset-lg-right-11 {
        margin-right: 91.66667%
    }
}

.pageheader-container .nav-menu {
    margin-left: 1rem;
    z-index: 1
}

.pageheader-container .nav-menu_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1rem;
    cursor: pointer
}

.pageheader-container .nav-menu_icon-hamburger {
    display: block;
    background-color: #005365;
    height: .125rem;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 1.25rem
}

.pageheader-container .nav-menu_icon-hamburger:after,
.pageheader-container .nav-menu_icon-hamburger:before {
    background-color: #005365;
    content: " ";
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%
}

.pageheader-container .nav-menu_icon-hamburger:before {
    top: -6px
}

.pageheader-container .nav-menu_icon-hamburger:after {
    top: 6px
}

.pageheader-container .nav-menu_icon-hamburger--open {
    background-color: transparent
}

.pageheader-container .nav-menu_icon-hamburger--open:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    background-color: #fff
}

.pageheader-container .nav-menu_icon-hamburger--open:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    background-color: #fff
}

.pageheader-container .nav-menu.hidden {
    display: none
}

.pageheader-container .nav-hamburger-menu {
    position: relative;
    margin: 0 -1.5rem
}

.pageheader-container .nav-hamburger-menu_list {
    background-color: #fff;
    max-height: 100vh;
    min-height: 100vh;
    overflow-y: scroll;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    min-width: 0;
    width: 72vw;
    max-width: 18.75rem;
    z-index: 3;
    -webkit-font-smoothing: antialiased;
    padding-top: .75rem;
    padding-bottom: 1.25rem
}

.pageheader-container .nav-hamburger-menu .logo-util-links_utility-links {
    margin: 0 1.5rem
}

.pageheader-container .nav-hamburger-menu .logo-util-links_utility-links>ul {
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.5rem;
    letter-spacing: .0075rem
}

.pageheader-container .nav-hamburger-menu .logo-util-links_utility-links>ul>li {
    border: 0
}

.pageheader-container .nav-hamburger-menu.open .nav-hamburger-menu_list {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: .625rem .625rem .9375rem 0 rgba(0, 0, 0, .1);
    box-shadow: .625rem .625rem .9375rem 0 rgba(0, 0, 0, .1)
}

.pageheader-container .nav-hamburger-menu.open #mobileFade {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 33, 40, .6);
    right: 0
}

.pageheader-container .nav-hamburger-menu.subnav__open .nav-hamburger-menu_list>div:not(.hamburger-site-nav) {
    display: none
}

.pageheader-container .nav-hamburger-menu .show-dropdown:after {
    border: solid #000;
    border-width: 0 .125rem .125rem 0;
    display: inline-block;
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    padding: .25rem;
    position: absolute;
    right: 0;
    top: .5rem
}

.pageheader-container .nav-hamburger-menu_icon {
    text-align: right
}

.pageheader-container .nav-hamburger-menu_icon__close {
    margin: 20px 30px 20px auto
}

.pageheader-container .nav-hamburger-menu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.pageheader-container .nav-hamburger-menu__util-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 100;
    text-transform: uppercase;
    font-size: .6875rem;
    margin-bottom: 1.875rem
}

.pageheader-container .nav-hamburger-menu__util-links.first-link-selected .util-link:first-child .cmp-link__link {
    border-bottom: 1px solid #00a6ca;
    font-weight: 400;
    padding-bottom: .125rem
}

.pageheader-container .nav-hamburger-menu__util-links.first-link-selected .util-link:first-child:hover {
    border: none
}

.pageheader-container .nav-hamburger-menu__util-links.second-link-selected .util-link:nth-child(2) .cmp-link__link {
    border-bottom: 1px solid #00a6ca;
    font-weight: 400;
    padding-bottom: .125rem
}

.pageheader-container .nav-hamburger-menu__util-links.second-link-selected .util-link:nth-child(2):hover {
    border: none
}

.pageheader-container .nav-hamburger-menu__util-links .util-link {
    margin: 0 15px
}

.pageheader-container .nav-hamburger-menu__util-links .util-link:hover {
    font-weight: 400;
    border-bottom: 4px solid rgba(0, 0, 0, .131)
}

.pageheader-container .nav-hamburger-menu .site-nav {
    display: block
}

.pageheader-container .nav-hamburger-menu .login-link {
    text-transform: uppercase;
    font-size: .6875rem;
    padding-left: .9375rem
}

.pageheader-container .nav-hamburger-menu .login-link .login-button:after {
    content: "";
    display: inline-block;
    height: 10px;
    width: 15px;
    vertical-align: baseline;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(clientlib-trubrand/resources/images/password.svg);
    background-position: 50%;
    cursor: pointer;
    margin-left: .3125rem
}

.pageheader-container .nav-hamburger-menu .linkcalltoaction {
    border-top: 1px solid #ddd;
    margin-top: 1.75rem;
    padding-top: 1.375rem;
    text-align: center
}

.site-nav {
    list-style: none;
    margin: 0;
    display: none
}

.site-nav__link {
    font-size: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .9375rem 0 .9375rem .9375rem;
    position: relative;
    font-stretch: condensed
}

.site-nav__link.active {
    font-weight: 700;
    background-color: #fcd800;
    border-bottom: 1px solid #fcd800
}

.site-nav__link.active+.site-nav__panel {
    display: block
}

.site-nav__link.active:before {
    content: "";
    position: absolute;
    height: 75px;
    left: 5%;
    z-index: 2000;
    bottom: -.0625rem;
    border-left: 10px outset transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff
}

.site-nav__link:hover {
    background-color: #fcd800
}

.site-nav__links-list__item__link {
    font-size: .8125rem;
    font-stretch: condensed;
    padding: .625rem 0;
    margin-left: 0;
    display: block
}

@media (min-width:1200px) {
    .site-nav__links-list__item__link {
        padding: 0;
        font-size: 1rem;
        line-height: 1rem;
        margin: 0 0 1.125rem
    }

    .site-nav__links-list__item__link:hover {
        text-decoration: underline;
        font-weight: 400;
        text-shadow: 0 0 1px #000
    }
}

.site-nav ul {
    list-style-type: none
}

.site-nav__panel,
.site-nav__panel__right-content {
    display: none
}

.site-nav__column,
.site-nav__column__item {
    padding: 0
}

.site-nav__column__item__title {
    margin: 0;
    padding: .625rem 0;
    font-size: .8125rem;
    cursor: pointer;
    position: relative;
    text-transform: capitalize
}

.site-nav__column__item__title:before {
    content: "+";
    font-size: 1.5rem;
    vertical-align: sub;
    margin-right: .5rem;
    font-weight: 100;
    color: #a9a9a9
}

.site-nav__column__item .site-nav__column__item__title+.site-nav__column__list {
    display: none
}

.site-nav__column__item.active .site-nav__column__item__title:before {
    content: "-"
}

.site-nav__column__item.active .site-nav__column__list {
    display: block
}

.site-nav__column__list__item__link {
    font-size: .8125rem;
    font-stretch: condensed;
    padding: .625rem 0;
    margin-left: .9375rem;
    display: block
}

@media (min-width:1200px) {
    .site-nav__column__list__item__link {
        padding: 0;
        font-size: 1rem;
        line-height: 1rem;
        margin: 0 0 1.125rem
    }

    .site-nav__column__list__item__link:hover {
        text-decoration: underline;
        font-weight: 400;
        text-shadow: 0 0 1px #000
    }
}

.desktop-site-nav {
    display: none
}

@media (min-width:1200px) {
    .pageheader-container .desktop-site-nav {
        position: relative;
        height: 0;
        left: 18.125rem;
        bottom: 4.375rem
    }

    .pageheader-container .desktop-site-nav,
    .pageheader-container .desktop-site-nav .site-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .pageheader-container .desktop-site-nav .site-nav__link {
        padding: 1.375rem 1rem
    }

    .pageheader-container .desktop-site-nav .site-nav__link.active {
        font-weight: 400;
        text-shadow: 0 0 1px #000;
        background-color: #fcd800
    }

    .pageheader-container .desktop-site-nav .site-nav__link.active[href="#"]:after {
        content: "";
        position: absolute;
        width: 0;
        height: 75px;
        left: 40%;
        bottom: .125rem;
        border-left: 10px outset transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        bottom: -.3125rem
    }

    .pageheader-container .desktop-site-nav .site-nav__link.active+.site-nav__panel {
        position: fixed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .pageheader-container .desktop-site-nav .site-nav__link:before {
        content: none
    }

    .pageheader-container .desktop-site-nav .site-nav__panel {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 0;
        margin: 0;
        max-width: 100vw;
        padding: 2.1875rem 9% .9375rem;
        right: 0;
        top: 9rem;
        background: #fff
    }

    .pageheader-container .desktop-site-nav .site-nav__panel__right-content {
        display: block;
        max-width: 22.5rem;
        padding-left: 1.25rem;
        margin-left: 1.25rem;
        border-left: 1px solid #ddd
    }

    .pageheader-container .desktop-site-nav .site-nav__panel__right-content .cmp-vantage-score {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .pageheader-container .desktop-site-nav .site-nav__panel__right-content .cmp-vantage-score__description,
    .pageheader-container .desktop-site-nav .site-nav__panel__right-content .cmp-vantage-score__label {
        text-align: center;
        max-width: 100%
    }

    .pageheader-container .desktop-site-nav .site-nav__panel--links .site-nav__links-list {
        width: 60%;
        margin: 0
    }

    .pageheader-container .desktop-site-nav .site-nav__column {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        min-width: 58%
    }

    .pageheader-container .desktop-site-nav .site-nav__column__item {
        width: 9.375rem;
        margin-right: .9375rem
    }

    .pageheader-container .desktop-site-nav .site-nav__column__item__title {
        font-size: .75rem;
        text-transform: uppercase;
        font-weight: 700
    }

    .pageheader-container .desktop-site-nav .site-nav__column__item__title:before {
        content: none
    }

    .pageheader-container .desktop-site-nav .site-nav__column__item__title+.site-nav__column__list {
        display: block
    }

    .pageheader-container .desktop-site-nav .site-nav__column__item:last-child {
        margin-right: 0
    }

    .pageheader-container .desktop-site-nav .site-nav__column__item.two-column-list {
        width: auto;
        max-width: 25rem
    }

    .pageheader-container .desktop-site-nav .site-nav__column__item.two-column-list .site-nav__column__list {
        -webkit-columns: 2;
        -moz-columns: 2;
        column-count: 2
    }

    .pageheader-container .desktop-site-nav .site-nav__column__list {
        margin: 0
    }

    .pageheader-container .desktop-site-nav .site-nav__column__list__item__link {
        font-size: .8125rem;
        font-stretch: condensed;
        padding: .625rem 0;
        margin-left: .9375rem;
        display: block
    }
}

@media (min-width:1200px) and (min-width:1200px) {
    .pageheader-container .desktop-site-nav .site-nav__column__list__item__link {
        padding: 0;
        font-size: 1rem;
        line-height: 1rem;
        margin: 0 0 1.125rem
    }

    .pageheader-container .desktop-site-nav .site-nav__column__list__item__link:hover {
        text-decoration: underline;
        font-weight: 400;
        text-shadow: 0 0 1px #000
    }
}

@media (min-width:1200px) {
    .pageheader-container .desktop-site-nav .site-nav__links-list__item__link {
        font-size: .8125rem;
        font-stretch: condensed;
        padding: .625rem 0;
        margin-left: 0;
        display: block
    }
}

@media (min-width:1200px) and (min-width:1200px) {
    .pageheader-container .desktop-site-nav .site-nav__links-list__item__link {
        padding: 0;
        font-size: 1rem;
        line-height: 1rem;
        margin: 0 0 1.125rem
    }

    .pageheader-container .desktop-site-nav .site-nav__links-list__item__link:hover {
        text-decoration: underline;
        font-weight: 400;
        text-shadow: 0 0 1px #000
    }
}

@media (min-width:1200px) {
    .pageheader-container .desktop-site-nav .util-link.search {
        padding: 1.375rem 1rem 3.375rem;
        position: relative;
        margin: 0
    }

    .pageheader-container .desktop-site-nav .util-link.search.active {
        background-color: #fcd800
    }

    .pageheader-container .desktop-site-nav .util-link.search.active:after {
        content: "";
        position: absolute;
        width: 0;
        height: 75px;
        left: 40%;
        bottom: .125rem;
        border-left: 10px outset transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff
    }

    .pageheader-container .desktop-site-nav .util-link.search .search-button {
        background-image: url(clientlib-trubrand/resources/images/search.svg)
    }
}

.cq-Editable-dom.desktop-site-nav .site-nav__cmp {
    height: 40px;
    position: relative;
    bottom: 36px
}

header {
    position: relative;
    z-index: 99
}

header .pageheader-container {
    border-bottom: .25rem solid #fcd800
}

.cmp-teaserlist__item header .pageheader-container .pageteaser__content__link,
.cmp-teaserlist__item header .pageheader-container .pageteaser__content__link:hover,
header .pageheader-container .cmp-teaserlist__item .pageteaser__content__link,
header .pageheader-container .cmp-teaserlist__item .pageteaser__content__link:hover,
header .pageheader-container a,
header .pageheader-container a:hover {
    color: #000;
    text-decoration: none
}

header .pageheader-container .logo-util-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .625rem 1rem
}

header .pageheader-container .logo-util-links_logo {
    display: block
}

header .pageheader-container .logo-util-links_logo img {
    height: 1.5625rem;
    width: auto;
    margin-bottom: 0
}

header .pageheader-container .logo-util-links_login {
    margin-left: 20px
}

.teaserfeature header .pageheader-container .logo-util-links .cmp-teaser__action-container,
.teaserfeature header .pageheader-container .logo-util-links .cmp-teaser__action-link,
header .pageheader-container .logo-util-links .cmp-linkcalltoaction,
header .pageheader-container .logo-util-links .divider,
header .pageheader-container .logo-util-links .teaserfeature .cmp-teaser__action-container,
header .pageheader-container .logo-util-links .teaserfeature .cmp-teaser__action-link,
header .pageheader-container .logo-util-links .util-link {
    display: none
}

header .pageheader-container .logo-util-links .right-side-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .pageheader-container .logo-util-links .left-side-links {
    display: none
}

header .pageheader-container .logo-util-links .util-link:hover .login-button {
    color: #fff
}

header .pageheader-container .util-link.search {
    display: block;
    margin-left: auto
}

header .pageheader-container .util-link.search .search-button {
    content: "";
    display: inline-block;
    height: 26px;
    width: 26px;
    vertical-align: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(clientlib-trubrand/resources/images/search-db.svg);
    background-position: 50%;
    cursor: pointer
}

header .pageheader-container .util-link.search.active .search-button:after {
    content: "";
    position: relative;
    width: 0;
    height: 75px;
    right: -5px;
    top: 5px;
    border-left: 10px outset transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fcd800
}

header .pageheader-container .util-link.search.active .header-search {
    display: block
}

header .pageheader-container .header-search {
    display: none;
    border: none;
    background: #fff;
    position: absolute;
    right: .9375rem;
    padding: .75rem;
    top: 2.625rem;
    -webkit-box-shadow: 0 3px 10px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, .2);
    width: 17.375rem
}

header .pageheader-container .header-search__input-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

header .pageheader-container .header-search__input {
    border: 1px solid #ddd;
    height: 2.125rem;
    padding-right: 3.75rem;
    width: 100%
}

header .pageheader-container .header-search__input::-webkit-input-placeholder {
    color: #ddd
}

header .pageheader-container .header-search__input::-moz-placeholder {
    color: #ddd
}

header .pageheader-container .header-search__input:-ms-input-placeholder {
    color: #ddd
}

header .pageheader-container .header-search__input::-ms-input-placeholder {
    color: #ddd
}

header .pageheader-container .header-search__input::placeholder {
    color: #ddd
}

header .pageheader-container .header-search__close-icon,
header .pageheader-container .header-search__icon {
    background-size: 60%;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute
}

header .pageheader-container .header-search__close-icon {
    right: 35px;
    background-image: url(clientlib-trubrand/resources/images/close.svg);
    height: 100%;
    width: 25px;
    display: none
}

header .pageheader-container .header-search__close-icon.active {
    display: block
}

header .pageheader-container .header-search__icon {
    right: 0;
    padding-right: 1.875rem;
    padding-left: .25rem;
    background-image: url(clientlib-trubrand/resources/images/search-db.svg);
    background-color: #eee;
    height: 2.125rem
}

header .pageheader-container .header-search__additional-note {
    color: #005365;
    font-size: .75rem;
    font-weight: 400
}

@media (min-width:1200px) {
    header {
        height: 9pc
    }

    header .pageheader-container {
        background-color: #fff;
        position: fixed;
        width: 100vw;
        top: 0
    }

    header .pageheader-container .logo-util-links {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0;
        padding: .625rem 1rem
    }

    header .pageheader-container .logo-util-links_logo {
        border-right: 1px solid #ddd;
        margin: 15px 0 25px;
        padding: 10px 20px 20px 30px;
        -webkit-transition: all .5s;
        transition: all .5s
    }

    header .pageheader-container .logo-util-links_logo .cmp-logo {
        min-width: 11.875rem;
        min-height: 3.125rem
    }

    header .pageheader-container .logo-util-links_logo .cmp-logo img {
        height: 3.125rem;
        -webkit-transition: height .5s;
        transition: height .5s
    }

    header .pageheader-container .logo-util-links .divider {
        display: block;
        color: #ddd;
        line-height: 2.5rem
    }

    header .pageheader-container .logo-util-links .first-link-selected .util-link:first-child .cmp-link__link {
        border-bottom: 1px solid #00a6ca;
        font-weight: 400;
        padding-bottom: .125rem
    }

    header .pageheader-container .logo-util-links .first-link-selected .util-link:first-child:hover {
        border: none
    }

    header .pageheader-container .logo-util-links .second-link-selected .util-link:nth-child(2) .cmp-link__link {
        border-bottom: 1px solid #00a6ca;
        font-weight: 400;
        padding-bottom: .125rem
    }

    header .pageheader-container .logo-util-links .second-link-selected .util-link:nth-child(2):hover {
        border: none
    }

    header .pageheader-container .logo-util-links .util-link {
        display: block
    }

    header .pageheader-container .logo-util-links .util-link .cmp-link__link {
        text-transform: uppercase;
        margin-right: 18px;
        font-weight: 100
    }

    header .pageheader-container .logo-util-links .util-link .cmp-link__link.active {
        border-bottom: 1px solid #00a6ca
    }

    header .pageheader-container .logo-util-links .util-link .cmp-link__link:hover {
        font-weight: 400;
        border-bottom: 4px solid rgba(0, 0, 0, .131)
    }

    header .pageheader-container .logo-util-links .nav-menu,
    header .pageheader-container .logo-util-links .util-link.search {
        display: none
    }

    header .pageheader-container .logo-util-links .left-side-links,
    header .pageheader-container .logo-util-links .right-side-links {
        opacity: 1;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
        position: relative
    }

    header .pageheader-container .logo-util-links .left-side-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 3rem;
        top: .875rem
    }

    header .pageheader-container .logo-util-links .right-side-links {
        margin: 0 0 0 auto;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    header .pageheader-container .logo-util-links .linkcalltoaction {
        margin-right: 15px;
        padding-left: 15px
    }

    .teaserfeature header .pageheader-container .logo-util-links .linkcalltoaction .cmp-teaser__action-container,
    .teaserfeature header .pageheader-container .logo-util-links .linkcalltoaction .cmp-teaser__action-link,
    header .pageheader-container .logo-util-links .linkcalltoaction .cmp-linkcalltoaction,
    header .pageheader-container .logo-util-links .linkcalltoaction .teaserfeature .cmp-teaser__action-container,
    header .pageheader-container .logo-util-links .linkcalltoaction .teaserfeature .cmp-teaser__action-link {
        display: block
    }

    .cmp-teaserlist__item .teaserfeature header .pageheader-container .logo-util-links .login-link .cmp-teaser__action-container.pageteaser__content__link:after,
    .cmp-teaserlist__item .teaserfeature header .pageheader-container .logo-util-links .login-link .cmp-teaser__action-link.pageteaser__content__link:after,
    .cmp-teaserlist__item header .pageheader-container .logo-util-links .login-link .cmp-linkcalltoaction.pageteaser__content__link:after,
    .teaserfeature .cmp-teaserlist__item header .pageheader-container .logo-util-links .login-link .cmp-teaser__action-container.pageteaser__content__link:after,
    .teaserfeature .cmp-teaserlist__item header .pageheader-container .logo-util-links .login-link .cmp-teaser__action-link.pageteaser__content__link:after,
    .teaserfeature header .pageheader-container .logo-util-links .login-link a.cmp-teaser__action-container:after,
    .teaserfeature header .pageheader-container .logo-util-links .login-link a.cmp-teaser__action-link:after,
    header .pageheader-container .logo-util-links .login-link .cmp-teaserlist__item .cmp-linkcalltoaction.pageteaser__content__link:after,
    header .pageheader-container .logo-util-links .login-link .cmp-teaserlist__item .teaserfeature .cmp-teaser__action-container.pageteaser__content__link:after,
    header .pageheader-container .logo-util-links .login-link .cmp-teaserlist__item .teaserfeature .cmp-teaser__action-link.pageteaser__content__link:after,
    header .pageheader-container .logo-util-links .login-link .teaserfeature .cmp-teaserlist__item .cmp-teaser__action-container.pageteaser__content__link:after,
    header .pageheader-container .logo-util-links .login-link .teaserfeature .cmp-teaserlist__item .cmp-teaser__action-link.pageteaser__content__link:after,
    header .pageheader-container .logo-util-links .login-link .teaserfeature a.cmp-teaser__action-container:after,
    header .pageheader-container .logo-util-links .login-link .teaserfeature a.cmp-teaser__action-link:after,
    header .pageheader-container .logo-util-links .login-link a.cmp-linkcalltoaction:after {
        content: "";
        display: inline-block;
        height: 10px;
        width: 15px;
        vertical-align: baseline;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(clientlib-trubrand/resources/images/password.svg);
        background-position: 50%;
        cursor: pointer;
        margin-left: .3125rem
    }

    header .pageheader-container .header-search {
        position: absolute;
        left: 0;
        right: 0;
        top: 9rem;
        display: none;
        background-color: #fff;
        padding: 1.875rem 0;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    header .pageheader-container .header-search__form-container {
        width: 60%
    }

    header .pageheader-container .header-search.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    header .pageheader-container .header-search__input-container {
        margin-bottom: .3125rem
    }

    header .pageheader-container .header-search__close-icon {
        width: 20px
    }

    header.small-style .pageheader-container .left-side-links,
    header.small-style .pageheader-container .right-side-links {
        opacity: 0
    }

    header.small-style .pageheader-container .logo-util-links_logo {
        margin: 0;
        padding: 0
    }

    header.small-style .pageheader-container .logo-util-links_logo .cmp-logo img {
        height: 2.5rem
    }

    header.small-style .pageheader-container .header-search,
    header.small-style .pageheader-container .site-nav__panel {
        top: 4.625rem
    }
}

#desktopFade {
    position: fixed;
    top: 1.25rem;
    bottom: 0;
    left: 0;
    background: rgba(0, 33, 40, .6);
    right: 0;
    display: none;
    z-index: 98
}

#desktopFade.active {
    display: block
}

.businesspageheader header .pageheader-container .login-link .login-button:after {
    height: 14px;
    vertical-align: sub;
    background-image: url(clientlib-trubrand/resources/images/caret-down.svg);
    margin-left: 0
}

.businesspageheader header .pageheader-container .login-link .login-dropdown {
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 4px rgba(0, 0, 0, .5);
    width: 14.375rem
}

.businesspageheader header .pageheader-container .login-link .login-dropdown .cmp-teaserlist__item .pageteaser__content__link,
.businesspageheader header .pageheader-container .login-link .login-dropdown a,
.cmp-teaserlist__item .businesspageheader header .pageheader-container .login-link .login-dropdown .pageteaser__content__link {
    display: block;
    padding: 8px 10px
}

.businesspageheader header .pageheader-container .login-link .login-dropdown .cmp-teaserlist__item .pageteaser__content__link:hover,
.businesspageheader header .pageheader-container .login-link .login-dropdown a:hover,
.cmp-teaserlist__item .businesspageheader header .pageheader-container .login-link .login-dropdown .pageteaser__content__link:hover {
    background-color: #f5f5f5
}

@media (min-width:1200px) {
    .businesspageheader header .pageheader-container .login-link {
        margin: 0 22px;
        position: relative;
        background: #fcd800;
        color: #000;
        font-family: Intro, "sans-serif";
        text-decoration: none;
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 1;
        text-transform: capitalize;
        border: none;
        border-radius: 3.125rem;
        padding: 1rem 1.625rem;
        opacity: 1;
        cursor: pointer;
        pointer-events: all;
        -webkit-transition: .2s linear;
        transition: .2s linear
    }

    .businesspageheader header .pageheader-container .login-link:hover {
        color: #fff;
        background: #004364;
        -webkit-transition: .2s linear;
        transition: .2s linear
    }

    .businesspageheader header .pageheader-container .login-link .login-dropdown {
        position: absolute;
        top: 55px;
        background-color: #fff;
        z-index: 1
    }

    .businesspageheader header .pageheader-container .login-link .login-dropdown__option {
        text-transform: none;
        font-weight: 400;
        font-size: .875rem
    }
}

.cq-Editable-dom.search-desktop {
    height: 60px;
    position: relative;
    top: -30px
}

.cq-Editable-dom.search-desktop .header-search {
    top: 0
}

.cq-Editable-dom.nav-hamburger-menu {
    display: block
}

.country-selector {
    margin-top: 2.1875rem;
    text-transform: uppercase;
    font-size: .6875rem;
    line-height: 1.5rem;
    padding-left: .9375rem
}

.cmp-teaserlist__item .country-selector__link .pageteaser__content__link,
.country-selector__link .cmp-teaserlist__item .pageteaser__content__link,
.country-selector__link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cmp-teaserlist__item .country-selector__link .pageteaser__content__link span,
.country-selector__link .cmp-teaserlist__item .pageteaser__content__link span,
.country-selector__link a span {
    z-index: -1;
    color: #000
}

.country-selector__link .country-selector__icon {
    margin: 6px 0 0 10px
}

.country-selector__icon {
    display: block;
    float: right;
    padding: 0;
    margin: .375rem .625rem 0 0;
    width: 1rem;
    height: .625rem;
    background-image: url(clientlib-trubrand/resources/images/flags1.png);
    background-repeat: no-repeat;
    background-position: 0 -491px
}

.country-selector__icon.us {
    background-position: 0 0
}

.country-selector__icon.canada {
    background-position: 0 -45px
}

.country-selector__icon.united-kingdom {
    background-position: 0 -466px
}

.country-selector__icon.botswana {
    background-position: 0 -15px
}

.country-selector__icon.brazil {
    background-position: 0 -30px
}

.country-selector__icon.chile {
    background-position: 0 -60px
}

.country-selector__icon.china {
    background-position: 0 -75px
}

.country-selector__icon.croatia {
    background-position: 0 -90px
}

.country-selector__icon.costa-rica {
    background-position: 0 -105px
}

.country-selector__icon.colombia {
    background-position: 0 -481px
}

.country-selector__icon.dominican-republic {
    background-position: 0 -435px
}

.country-selector__icon.el-salvador {
    background-position: 0 -90pt
}

.country-selector__icon.guatemala {
    background-position: 0 -135px
}

.country-selector__icon.honduras {
    background-position: 0 -150px
}

.country-selector__icon.hong-kong {
    background-position: 0 -165px
}

.country-selector__icon.india {
    background-position: 0 -180px
}

.country-selector__icon.kenya {
    background-position: 0 -195px
}

.country-selector__icon.malawi {
    background-position: 0 -210px
}

.country-selector__icon.mexico {
    background-position: 0 -15pc
}

.country-selector__icon.namibia {
    background-position: 0 -255px
}

.country-selector__icon.nicaragua {
    background-position: 0 -270px
}

.country-selector__icon.philippines {
    background-position: 0 -285px
}

.country-selector__icon.rwanda {
    background-position: 0 -300px
}

.country-selector__icon.uganda {
    background-position: 0 -210px
}

.country-selector__icon.south-africa {
    background-position: 0 -315px
}

.country-selector__icon.tanzania {
    background-position: 0 -330px
}

.country-selector__icon.thailand {
    background-position: 0 -345px
}

.country-selector__icon.trinidad-and-tobago {
    background-position: 0 -360px
}

.country-selector__icon.zambia {
    background-position: 0 -405px
}

.country-selector__icon.zimbabwe {
    background-position: 0 -420px
}

.country-selector__icon.eswatini {
    background-position: 0 -497px
}

.country-selector__dropdown {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: .3125rem;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 4px rgba(0, 0, 0, .5);
    width: 14.375rem
}

.country-selector__dropdown.collapse:not(.show) {
    display: none
}

.country-selector__dropdown.collapse.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 85vh;
    overflow-y: auto
}

.cmp-teaserlist__item .country-selector__dropdown .pageteaser__content__link,
.country-selector__dropdown .cmp-teaserlist__item .pageteaser__content__link,
.country-selector__dropdown a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1.25rem
}

.cmp-teaserlist__item .country-selector__dropdown .pageteaser__content__link:hover,
.country-selector__dropdown .cmp-teaserlist__item .pageteaser__content__link:hover,
.country-selector__dropdown a:hover {
    background-color: #f5f5f5
}

.country-selector__text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: .875rem;
    text-transform: capitalize
}

.country-selector__name {
    color: #707070
}

@media (min-width:696px) {
    .country-selector {
        margin-top: 0;
        position: relative
    }

    .cmp-teaserlist__item .country-selector__link .pageteaser__content__link,
    .country-selector__link .cmp-teaserlist__item .pageteaser__content__link,
    .country-selector__link a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        font-size: .75rem;
        margin-right: .625rem;
        z-index: 1
    }

    .cmp-teaserlist__item .country-selector__link .pageteaser__content__link span,
    .country-selector__link .cmp-teaserlist__item .pageteaser__content__link span,
    .country-selector__link a span {
        z-index: 0;
        pointer-events: none
    }

    .country-selector__link .country-selector__icon {
        margin-right: .75rem
    }

    .country-selector__dropdown {
        position: absolute;
        right: 0;
        background-color: #fff;
        z-index: 1
    }
}

.pagefooter.pagesection {
    padding-top: 0
}

.footer {
    padding-top: 2.5rem;
    border-top: .25rem solid #fcd800;
    color: #000
}

.footer * {
    list-style: none;
    text-decoration: none
}

.footer__container {
    padding: 0 1rem;
    margin: 0
}

.footer__accordion-mobile {
    width: 100%
}

.footer__accordion-desktop {
    display: none
}

.footer__accordion-button {
    border-bottom: .0625rem solid #ddd;
    padding-bottom: .6875rem;
    margin-bottom: 1rem
}

.footer__accordion-button.active {
    border-bottom: .25rem solid #00a6ca
}

.footer__accordion-button .cmp-title__text {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.375rem;
    margin-bottom: 0
}

.footer__accordion-collapse .cmp-list {
    margin-bottom: 0
}

.footer__accordion-collapse .cmp-list__item {
    margin-bottom: 1.625rem
}

.footer__accordion-collapse .cmp-list__item-link {
    font-size: .875rem
}

.footer__accordion-collapse .cmp-list__item-title {
    color: #000
}

.footer__right>div {
    padding: 0
}

.footer__questions .cmp-text__paragraph {
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    margin: 1.25rem 0
}

.footer__buttons .aem-Grid.aem-Grid--12.aem-Grid--default--12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__buttons .aem-Grid.aem-Grid--12.aem-Grid--default--12 .linkcalltoaction {
    min-width: 90pt;
    word-break: keep-all
}

.footer__buttons .aem-Grid.aem-Grid--12.aem-Grid--default--12 .cmp-linkcalltoaction,
.footer__buttons .aem-Grid.aem-Grid--12.aem-Grid--default--12 .teaserfeature .cmp-teaser__action-container,
.footer__buttons .aem-Grid.aem-Grid--12.aem-Grid--default--12 .teaserfeature .cmp-teaser__action-link,
.teaserfeature .footer__buttons .aem-Grid.aem-Grid--12.aem-Grid--default--12 .cmp-teaser__action-container,
.teaserfeature .footer__buttons .aem-Grid.aem-Grid--12.aem-Grid--default--12 .cmp-teaser__action-link {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: .1875rem;
    margin-bottom: 0
}

.footer__social-icons .cmp-genericlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.footer__social-icons .cmp-genericlist__item {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: .75rem 0 .3125rem .4375rem
}

.footer__social-icons .cmp-icon__image {
    width: 100%
}

.footer__logo .cmp-image {
    margin: auto;
    width: 7.5rem;
    height: 3.125rem
}

.footer__logo .cmp-image__image {
    width: 100%
}

.footer__cnt-terms {
    position: static;
    padding: 0
}

.footer__terms .cmp-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1.625rem 0 0
}

.footer__terms .cmp-list__item {
    word-break: keep-all
}

.footer__terms .cmp-list__item-link {
    margin: 0 1.125rem 0 0
}

.footer__terms .cmp-list__item-title {
    font-size: .75rem;
    color: #494949;
    line-height: .875rem
}

.footer__copyright .cmp-text__paragraph {
    font-size: .75rem;
    margin-bottom: 2.25rem;
    margin-top: .4375rem;
    text-decoration: none;
    color: #494949;
    text-align: center
}

.footer .cookie-opt-out-trigger {
    margin-left: 1.875rem;
    font-size: .875rem;
    line-height: 1.375rem;
    color: #000
}

@media (min-width:696px) {
    .footer__container {
        padding: 0 38px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer__accordion-button {
        border-bottom: .25rem solid #00a6ca
    }

    .footer__accordion-mobile {
        display: none
    }

    .footer__accordion-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer__accordion-item {
        padding: 0 8px
    }

    .footer__accordion-collapse .cmp-list {
        margin: 0
    }

    .footer__accordion-collapse .cmp-list__item {
        margin-bottom: .625rem
    }

    .footer__accordion-collapse .cmp-list__item-link {
        font-size: .875rem;
        font-weight: 600;
        line-height: 1.3rem
    }

    .footer__questions .cmp-text__paragraph {
        text-align: left
    }

    .footer__buttons .aem-Grid.aem-Grid--12.aem-Grid--default--12,
    .footer__social-icons .cmp-genericlist {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer__logo .cmp-image {
        margin: 0
    }

    .footer__terms .cmp-list {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .footer__terms .cmp-list__item-link {
        margin: 0 .625rem 0 0
    }

    .footer__copyright {
        margin-top: .9375rem
    }

    .footer__copyright .cmp-text__paragraph {
        text-align: right
    }

    .footer .cookie-opt-out-trigger {
        font-weight: 700;
        margin-left: 0
    }
}

@media (min-width:992px) {
    .footer.with-vantagescore {
        padding-bottom: 6.25rem
    }
}

@media (min-width:1200px) {
    .footer__container {
        padding: 0 6.25rem;
        max-width: 75rem;
        margin: auto;
        position: relative;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer__questions .cmp-text__paragraph {
        margin: 0 0 2rem;
        font-size: 1.875rem;
        text-align: center;
        text-transform: none
    }

    .footer__accordion-desktop {
        padding-right: 2.875rem;
        border-right: .0625rem solid #eee;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        min-width: 37.5rem
    }

    .footer__accordion-collapse {
        margin: 0
    }

    .footer__accordion-collapse .cmp-list__item-link {
        font-size: .9375rem
    }

    .footer__accordion-item .cmp-title__text {
        font-size: 1.125rem;
        min-height: 2.8125rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer__right {
        margin-left: 2.875rem
    }

    .footer__buttons .aem-Grid.aem-Grid--12.aem-Grid--default--12,
    .footer__social-icons .cmp-genericlist {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__logo .cmp-image {
        margin: auto;
        width: 13.75rem;
        height: 5.75rem
    }

    .footer__terms {
        padding-left: 1.4375rem
    }

    .footer__terms .cmp-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0
    }

    .footer__copyright {
        margin-top: .9375rem
    }

    .footer__copyright .cmp-text__paragraph {
        text-align: center;
        width: 111%
    }
}

.simplepagefooter .cmp-simple-footer {
    border-top: .25rem solid #fcd800
}

.simplepagefooter .cmp-simple-footer .cmp-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.875rem
}

.simplepagefooter .cmp-simple-footer .cmp-list__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 1.875rem
}

.simplepagefooter .cmp-simple-footer .cmp-list__item:after {
    content: "\0049";
    color: #494949;
    margin-left: .625rem;
    margin-right: .625rem
}

.simplepagefooter .cmp-simple-footer .cmp-list__item:last-child:after {
    content: none
}

.simplepagefooter .cmp-simple-footer .cmp-list__item-link {
    color: #707070;
    text-transform: uppercase;
    text-decoration: none
}

.simplepagefooter .cmp-simple-footer .cmp-list__item-link:hover {
    text-decoration: underline
}

.simplepagefooter .cmp-simple-footer .footer__buttons,
.simplepagefooter .cmp-simple-footer .footer__copyright,
.simplepagefooter .cmp-simple-footer .footer__logo,
.simplepagefooter .cmp-simple-footer .footer__social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.simplepagefooter .cmp-simple-footer .footer__social-icons ul {
    list-style: none
}

.simplepagefooter .cmp-simple-footer .footer__copyright {
    width: 100%
}

.columnrow.ss-verticalalignment-middle .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.columnrow .cmp-columnrow__item img {
    max-width: 100%
}

@media (min-width:1200px) {
    .columnrow>.cmp-columnrow>.cmp-columnrow__item[class*=col-xl-]>div {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .columnrow>.cmp-columnrow>.cmp-columnrow__item[class*=col-lg-]>div {
        margin-bottom: 0
    }
}

@media (min-width:696px) {
    .columnrow>.cmp-columnrow>.cmp-columnrow__item[class*=col-md-]>div {
        margin-bottom: 0
    }
}

@media (min-width:576px) {
    .columnrow>.cmp-columnrow>.cmp-columnrow__item[class*=col-sm-]>div {
        margin-bottom: 0
    }
}

.columnrow>.cmp-columnrow>.cmp-columnrow__item:last-child>div,
.columnrow>.cmp-columnrow>.cmp-columnrow__item[class*=col-xs-]>div {
    margin-bottom: 0
}

@media (min-width:1200px) {
    .columnrow.ss-additionalgutter-bottom>.cmp-columnrow>.cmp-columnrow__item[class*=col-xl-] {
        padding-bottom: 30px
    }
}

@media (min-width:992px) {
    .columnrow.ss-additionalgutter-bottom>.cmp-columnrow>.cmp-columnrow__item[class*=col-lg-] {
        padding-bottom: 30px
    }
}

@media (min-width:696px) {
    .columnrow.ss-additionalgutter-bottom>.cmp-columnrow>.cmp-columnrow__item[class*=col-md-] {
        padding-bottom: 30px
    }
}

@media (min-width:576px) {
    .columnrow.ss-additionalgutter-bottom>.cmp-columnrow>.cmp-columnrow__item[class*=col-sm-] {
        padding-bottom: 30px
    }
}

.columnrow.ss-additionalgutter-bottom>.cmp-columnrow>.cmp-columnrow__item[class*=col-xs-] {
    padding-bottom: 30px
}

.columnrow .aem-Grid>.columnrow {
    margin-bottom: 1.5rem
}

@media (min-width:696px) {
    .columnrow .aem-Grid>.columnrow {
        margin-bottom: 2.5rem
    }
}

.columnrow.ss-additionalgutter-none>.cmp-columnrow {
    margin-left: 2%;
    margin-right: 2%;
    padding: 4% 3% 2%
}

.columnrow.ss-additionalgutter-none>.cmp-columnrow .cmp-image>img {
    height: 23.5rem
}

.columnrow.ss-additionalgutter-none>.cmp-columnrow .cmp-columnrow__item {
    padding: 0;
    max-height: 23.5rem
}

.columnrow.ss-additionalgutter-none>.cmp-columnrow .cmp-columnrow__item .cmp-embed {
    height: 23.5rem
}

.columnrow.ss-additionalgutter-none>.cmp-columnrow .cmp-columnrow__item>div.contentcontainer {
    max-height: 23.5rem;
    margin-bottom: 0
}

@media (min-width:696px) {
    .columnrow.ss-additionalgutter-none>.cmp-columnrow .cmp-columnrow__item>div.contentcontainer {
        margin: 0;
        height: 100%
    }
}

.columnrow.ss-additionalgutter-none .cmp-image,
.columnrow.ss-additionalgutter-none .cmp-image__image,
.columnrow.ss-additionalgutter-none .image {
    height: 100%
}

.columnrow.ss-vertical-dividers .cmp-columnrow__item+.col.cmp-columnrow__item {
    position: relative
}

.columnrow.ss-vertical-dividers .cmp-columnrow__item+.col.cmp-columnrow__item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-top: 1px solid #ddd
}

@media (min-width:992px) {
    .columnrow.ss-vertical-dividers .cmp-columnrow__item+.col.cmp-columnrow__item:before {
        right: inherit;
        bottom: 2rem;
        border-top: none;
        border-left: 1px solid #ddd
    }
}

@media (min-width:992px) {
    .columnrow.ss-bottom-divider {
        border-bottom: 1px solid #eee
    }
}

@media (min-width:992px) {

    .columnrow.ss-same-height .contentcontainer,
    .columnrow.ss-same-height .contentcontainer .cmp-container,
    .columnrow.ss-same-height .contentcontainer .cmp-container .contentteaser {
        height: 100%
    }
}

.columnrow .cmp-columnrow__item .contentteaser {
    height: 95%
}

.columnrow.ss-reverse .cmp-columnrow {
    display: grid;
    grid-template-columns: 1fr
}

.columnrow.ss-reverse .cmp-columnrow .cmp-columnrow__item:first-child {
    grid-row: 2
}

@media (min-width:696px) {
    .columnrow.ss-reverse .cmp-columnrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.tabs .cmp-tabs__tab {
    font-size: 18px;
    line-height: 1pc;
    padding: 0;
    margin: 0;
    border: none;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 2.5rem;
    flex: 1 1 2.5rem;
    min-width: 100%;
    min-height: 2.5rem;
    line-height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: -webkit-box-ordinal-group .3s linear;
    transition: -webkit-box-ordinal-group .3s linear;
    transition: order .3s linear;
    transition: order .3s linear, -webkit-box-ordinal-group .3s linear, -ms-flex-order .3s linear;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.tabs .cmp-tabs__tab:focus {
    outline: none
}

.tabs .cmp-tabs__tab--active {
    font-weight: 600;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-decoration: none
}

.tabs .cmp-tabs__tablist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    background: #f7f9fa;
    border-radius: .625rem;
    border: 1px solid rgba(0, 67, 100, .5);
    margin: 0 0 2rem;
    overflow: hidden;
    max-height: 2.5rem;
    -webkit-transition: max-height .3s linear;
    transition: max-height .3s linear;
    position: relative
}

.tabs .cmp-tabs__tablist:after {
    position: absolute;
    top: .96875rem;
    right: 1.25rem;
    content: "";
    display: inline-block;
    width: 15px;
    height: 9px;
    margin-left: .5rem;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear
}

.tabs .cmp-tabs__tablist--open {
    max-height: 31.25rem;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.tabs .cmp-tabs__tablist--open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tabs .cmp-tabs__tablist--open .cmp-tabs__tab--active {
    -webkit-box-ordinal-group: inherit;
    -ms-flex-order: inherit;
    order: inherit
}

@media (min-width:992px) {
    .tabs .cmp-tabs__tablist {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        border-color: transparent;
        max-height: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        background-color: transparent
    }

    .tabs .cmp-tabs__tablist:after {
        content: none
    }

    .tabs .cmp-tabs__tablist.cmp-tabs__tablist--open {
        max-height: none
    }

    .tabs .cmp-tabs__tab {
        min-width: auto;
        position: inherit;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25vw;
        flex: 0 1 25vw;
        padding: 0;
        margin: 0
    }

    .tabs .cmp-tabs__tab:after {
        position: relative;
        content: "";
        display: block;
        margin: 0 auto;
        padding-top: .5rem
    }

    .tabs .cmp-tabs__tab--active {
        -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        order: inherit;
        -webkit-text-decoration: underline #00a6ca;
        text-decoration: underline #00a6ca;
        text-underline-position: under;
        text-decoration-thickness: 2px
    }
}

.accordiongroup .cmp-accordion .cmp-container {
    padding: 0 .625rem
}

.accordiongroup .cmp-accordion__header {
    border: none;
    background: #fff
}

.accordiongroup .cmp-accordion__item {
    background: #fff;
    margin-bottom: .625rem;
    border-radius: 4px
}

.accordiongroup .cmp-accordion__button {
    background: #fff;
    border: none;
    padding: .625rem 0
}

.accordiongroup .cmp-accordion__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    color: #000;
    padding: 0 .625rem
}

.accordiongroup .cmp-accordion__title:before {
    content: "";
    display: inline-block;
    height: 20px;
    max-width: 20px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#00a6ca), to(#00a6ca)), -webkit-gradient(linear, left top, left bottom, from(#00a6ca), to(#00a6ca));
    background: linear-gradient(#00a6ca, #00a6ca), linear-gradient(#00a6ca, #00a6ca);
    background-position: 50%;
    background-size: 60% 2px, 2px 58%;
    background-repeat: no-repeat;
    margin-right: .5em;
    border: 2px solid #00a6ca;
    border-radius: 10px
}

.accordiongroup .cmp-accordion__button--expanded {
    padding-bottom: 0
}

.accordiongroup .cmp-accordion__button--expanded .cmp-accordion__title {
    margin-bottom: 0
}

.accordiongroup .cmp-accordion__button--expanded .cmp-accordion__title:before {
    content: "";
    display: inline-block;
    height: 20px;
    max-width: 20px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#00a6ca), to(#000)), -webkit-gradient(linear, left top, left bottom, from(#00a6ca), to(#000));
    background: linear-gradient(#00a6ca, #000), linear-gradient(#00a6ca, #000);
    background-position: 50%;
    background-size: 60% 2px, 0 50%;
    background-repeat: no-repeat;
    border: 2px solid #000;
    border-radius: 10px;
    margin-right: .5em
}

.accordiongroup .cmp-accordion__panel--expanded {
    border-bottom: 2px solid #fcd800;
    padding: .625rem 1.875rem
}

.accordiongroup .cmp-accordion__panel--expanded .cmp-card-teaser-list .cmp-teaserlist {
    margin: 0
}

.accordiongroup.ss-style-diversity {
    border-bottom: 1px solid #004464
}

.accordiongroup.ss-style-diversity .cmp-accordion__item {
    background-color: transparent;
    margin-bottom: .425rem
}

.accordiongroup.ss-style-diversity .cmp-accordion__title {
    font-size: 1pc;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1px;
    border-top: 1px solid #004464;
    padding-top: 18px;
    padding-left: 0;
    position: relative;
    -webkit-padding-start: 1.2rem;
    padding-inline-start: 1.2rem
}

.accordiongroup.ss-style-diversity .cmp-accordion__title:before {
    background: none;
    display: inline-block;
    border-right: 2px solid #004464;
    border-bottom: 2px solid #004464;
    border-left: 0;
    border-top: 0;
    width: 9pt;
    height: 9pt;
    font-size: 13px;
    border-radius: 2px;
    position: absolute;
    right: 25px;
    top: 25px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.accordiongroup.ss-style-diversity .cmp-accordion__header {
    background-color: transparent
}

.accordiongroup.ss-style-diversity .cmp-accordion__button {
    background-color: transparent;
    padding: .3rem 0
}

.accordiongroup.ss-style-diversity .cmp-accordion__button--expanded .cmp-accordion__title:before {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.accordiongroup.ss-style-diversity .cmp-accordion__panel {
    -webkit-transition: all .28s cubic-bezier(.68, 0, .6, .75);
    transition: all .28s cubic-bezier(.68, 0, .6, .75)
}

.accordiongroup.ss-style-diversity .cmp-accordion__panel .text p {
    -webkit-padding-start: 1.2rem;
    padding-inline-start: 1.2rem;
    font-size: 1rem
}

.accordiongroup.ss-style-diversity .cmp-accordion__panel--hidden {
    display: block;
    max-height: 0;
    line-height: 0;
    opacity: 0;
    padding: 1px 0 .5rem;
    border-bottom: 0 solid #333
}

.accordiongroup.ss-style-diversity .cmp-accordion__panel--expanded {
    opacity: 1;
    max-height: 9999px;
    border-bottom: none;
    padding: 0 0 1rem
}

.accordiongroup.ss-style-diversity .cmp-accordion__panel--expanded .cmp-card-teaser-list .cmp-teaserlist {
    margin: 0
}

.accordiongroup.ss-style-tweakedDefault .cmp-accordion__title:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath fill='%23004464' d='M6 0h2v14H6z'/%3E%3Cpath fill='%23004464' d='M14 6v2H0V6z'/%3E%3C/svg%3E") no-repeat;
    background-size: cover;
    border: none;
    width: 15px;
    height: 15px;
    -webkit-transform: none;
    transform: none;
    border-radius: none
}

.accordiongroup.ss-style-tweakedDefault .cmp-accordion__button--expanded .cmp-accordion__title:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='2' fill='none'%3E%3Cpath fill='%23004464' d='M14 0v2H0V0z'/%3E%3C/svg%3E");
    width: 13px;
    height: 3px;
    -webkit-transform: none;
    transform: none
}

@-webkit-keyframes slideInFromRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInFromRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideInFromLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInFromLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeSlideInFromLeft {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fadeSlideInFromLeft {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes fadeSlideInFromRight {
    0% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fadeSlideInFromRight {
    0% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.carousel .cmp-carousel__actions,
.carousel .cmp-carousel__indicators {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 1.5625rem
}

.carousel .cmp-carousel__actions {
    padding-left: 1.25rem
}

.carousel .cmp-carousel__actions .cmp-carousel__action {
    border: none;
    background: none;
    cursor: pointer
}

.carousel .cmp-carousel__actions .cmp-carousel__action--next,
.carousel .cmp-carousel__actions .cmp-carousel__action--previous {
    display: none
}

.carousel .cmp-carousel__actions .cmp-carousel__action-icon {
    background-size: 1rem 1.25rem;
    width: 1rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    display: inline-block
}

.carousel .cmp-carousel__actions .cmp-carousel__action--pause {
    padding-right: .75rem
}

.carousel .cmp-carousel__actions .cmp-carousel__action--pause .cmp-carousel__action-icon {
    background-image: url(clientlib-trubrand/resources/images/pause.svg)
}

.carousel .cmp-carousel__actions .cmp-carousel__action--play .cmp-carousel__action-icon {
    background-image: url(clientlib-trubrand/resources/images/play.svg)
}

.carousel .cmp-carousel__actions .cmp-carousel__action-text {
    display: none
}

.carousel .cmp-carousel__indicators {
    vertical-align: top;
    width: 54%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.carousel .cmp-carousel__indicator {
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #494949;
    border-radius: .75rem;
    background-color: rgba(0, 0, 0, .131);
    cursor: pointer
}

.carousel .cmp-carousel__indicator--active {
    background: #005365
}

.carousel .cmp-carousel__content--forwards .cmp-carousel__item--active,
.carousel .cmp-carousel__content .cmp-carousel__item--active {
    -webkit-animation: slideInFromRight .25s ease-out;
    animation: slideInFromRight .25s ease-out
}

.carousel .cmp-carousel__content--backwards .cmp-carousel__item--active {
    -webkit-animation: slideInFromLeft .25s ease-out;
    animation: slideInFromLeft .25s ease-out
}

@media (min-width:992px) {

    .carousel .cmp-carousel__actions,
    .carousel .cmp-carousel__indicators {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 0;
        width: auto
    }

    .carousel .cmp-carousel__indicators {
        padding-left: 13.75rem;
        padding-right: 2.1875rem;
        position: relative;
        top: -2.5rem;
        z-index: 1
    }

    .carousel .cmp-carousel__indicator {
        width: .75rem;
        height: .75rem;
        border-radius: .375rem
    }

    .carousel .cmp-carousel__actions {
        padding: 0
    }

    .carousel .cmp-carousel__actions .cmp-carousel__action {
        position: relative;
        top: -2.8125rem;
        z-index: 1
    }

    .carousel .cmp-carousel__actions .cmp-carousel__action--next,
    .carousel .cmp-carousel__actions .cmp-carousel__action--previous {
        display: inherit;
        background-size: 1rem 1.25rem;
        width: 1rem;
        height: 1.25rem;
        background-repeat: no-repeat;
        display: inline-block
    }

    .carousel .cmp-carousel__actions .cmp-carousel__action--next {
        background-image: url(clientlib-trubrand/resources/images/angle-right.svg);
        margin-right: 6.25rem
    }

    .carousel .cmp-carousel__actions .cmp-carousel__action--previous {
        background-image: url(clientlib-trubrand/resources/images/angle-left.svg);
        position: absolute;
        left: 10.375rem;
        top: unset;
        bottom: 3.25rem
    }

    .carousel .cmp-carousel__actions .cmp-carousel__action-icon {
        background-size: .9375rem .9375rem;
        width: .9375rem;
        height: .9375rem
    }
}

@media (min-width:1200px) {
    .carousel .cmp-carousel__buttons-container {
        margin-left: 6%
    }
}

.carousel.ss-carousel-banner .cmp-carousel__indicators {
    display: none
}

.carousel.ss-carousel-banner .cmp-carousel__actions {
    padding-left: 0;
    display: contents
}

.carousel.ss-carousel-banner .cmp-carousel__actions .cmp-carousel__action {
    position: absolute;
    bottom: 0;
    display: block;
    opacity: 1;
    width: 46px;
    height: 46px;
    background-size: cover;
    background-repeat: no-repeat;
    top: calc(50% - 25px)
}

.carousel.ss-carousel-banner .cmp-carousel__actions .cmp-carousel__action .cmp-carousel__action-icon {
    display: none
}

.carousel.ss-carousel-banner .cmp-carousel__actions .cmp-carousel__action--previous {
    background-image: url(../../../content/dam/transunion/trubrand/icons/LeftArrow.svg);
    left: 8%
}

.carousel.ss-carousel-banner .cmp-carousel__actions .cmp-carousel__action--next {
    background-image: url(../../../content/dam/transunion/trubrand/icons/RightArrow.svg);
    left: 80%
}

.carousel.ss-carousel-banner-background {
    background-color: #004364
}

.carousel.ss-carousel-banner-background .cmp-carousel__indicators {
    display: none
}

.carousel.ss-carousel-banner-background .cmp-carousel__actions {
    padding-left: 0;
    display: contents
}

.carousel.ss-carousel-banner-background .cmp-carousel__actions .cmp-carousel__action {
    position: absolute;
    bottom: 0;
    display: block;
    opacity: 1;
    width: 46px;
    height: 46px;
    background-size: cover;
    background-repeat: no-repeat;
    top: calc(50% - 25px)
}

.carousel.ss-carousel-banner-background .cmp-carousel__actions .cmp-carousel__action .cmp-carousel__action-icon {
    display: none
}

.carousel.ss-carousel-banner-background .cmp-carousel__actions .cmp-carousel__action--previous {
    background-image: url(../../../content/dam/transunion/trubrand/icons/LeftArrow.svg);
    left: 8%
}

.carousel.ss-carousel-banner-background .cmp-carousel__actions .cmp-carousel__action--next {
    background-image: url(../../../content/dam/transunion/trubrand/icons/RightArrow.svg);
    left: 80%
}

.carousel.ss-carousel-hero-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding-top: 3.75rem;
    padding-right: .9375rem;
    background: #004364
}

.carousel.ss-carousel-hero-banner:before {
    position: absolute;
    content: "";
    background: #004364;
    border-radius: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, .5) .625rem -.025rem 1.225rem 0;
    box-shadow: .625rem -.025rem 1.225rem 0 rgba(0, 0, 0, .5);
    left: 97%;
    display: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width:696px) {
    .carousel.ss-carousel-hero-banner:before {
        display: block;
        height: 833px;
        width: 833px;
        height: 90pc;
        width: 90pc
    }
}

@media (min-width:696px) {
    .carousel.ss-carousel-hero-banner {
        padding-top: 0;
        padding-right: 3.75rem;
        height: 23.875rem;
        aspect-ratio: unset
    }
}

@media (min-width:992px) {
    .carousel.ss-carousel-hero-banner {
        height: 41.25rem
    }
}

.carousel.ss-carousel-hero-banner .cmp-carousel {
    padding: 0 27px
}

@media (min-width:696px) {
    .carousel.ss-carousel-hero-banner .cmp-carousel {
        padding: 0 0 0 5%
    }
}

.carousel.ss-carousel-hero-banner .cmp-carousel__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-right: 5rem
}

.carousel.ss-carousel-hero-banner .cmp-carousel__content:before {
    position: absolute;
    content: "";
    background: #004364;
    border-radius: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, .5) .625rem -.025rem 1.225rem 0;
    box-shadow: .625rem -.025rem 1.225rem 0 rgba(0, 0, 0, .5);
    left: 97%;
    display: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width:696px) {
    .carousel.ss-carousel-hero-banner .cmp-carousel__content:before {
        display: block;
        height: 833px;
        width: 833px;
        height: 90pc;
        width: 90pc
    }
}

@media (min-width:696px) {
    .carousel.ss-carousel-hero-banner .cmp-carousel__content {
        max-width: 90%;
        height: 23.875rem;
        padding-right: 3.125rem
    }
}

@media (min-width:992px) {
    .carousel.ss-carousel-hero-banner .cmp-carousel__content {
        max-width: 77%;
        height: 41.25rem;
        padding-right: 5.9375rem
    }
}

.carousel.ss-carousel-hero-banner .cmp-carousel .cmp-tu-pageteaser {
    margin-bottom: 0
}

.carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser.has-breadcrumb .tu-pageteaser__content__title {
    margin-top: 3.125rem
}

.carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__title {
    color: #fff;
    font-family: Intro, Trebuchet MS, Helvetica, Arial, sans-serif;
    margin-bottom: 10px
}

@media (min-width:992px) {
    .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__title {
        padding-right: inherit
    }
}

.carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype {
    position: absolute;
    top: -46px;
    text-transform: uppercase;
    color: #fff
}

@media (min-width:992px) {
    .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype {
        top: -67px
    }
}

.carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype span {
    height: 20px;
    font-size: 9pt;
    font-family: Intro, Trebuchet MS, Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    background: rgba(230, 246, 250, .2);
    border-radius: 20px;
    padding: 2px 1pc 0;
    display: none
}

.carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype span:first-child {
    display: block
}

.carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__description {
    color: #fff;
    padding-bottom: 1.25rem
}

.carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__link {
    position: relative;
    background: #fcd800;
    color: #000;
    font-family: Intro, "sans-serif";
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    border: none;
    border-radius: 3.125rem;
    padding: 1rem 1.625rem;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    display: inline-block
}

.carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__link:hover {
    color: #fff;
    background: #004364;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.carousel.ss-carousel-hero-banner .cmp-carousel__item {
    text-align: left
}

.carousel.ss-carousel-hero-banner .cmp-carousel__indicators {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    position: relative;
    top: auto;
    width: calc(100vw - 54px);
    margin-bottom: 3.125rem;
    margin-top: 2.6875rem
}

@media (min-width:696px) {
    .carousel.ss-carousel-hero-banner .cmp-carousel__indicators {
        bottom: 1.875rem;
        position: absolute;
        margin-bottom: 0;
        width: 100%;
        margin-top: 0
    }
}

@media (min-width:992px) {
    .carousel.ss-carousel-hero-banner .cmp-carousel__indicators {
        bottom: 3.125rem
    }
}

.carousel.ss-carousel-hero-banner .cmp-carousel__indicators .cmp-carousel__indicator {
    background-color: #ccdbe3;
    border: none;
    height: 6px;
    width: 6px
}

.carousel.ss-carousel-hero-banner .cmp-carousel__indicators .cmp-carousel__indicator--active {
    background-color: #00a6ca;
    height: 10px;
    width: 10px
}

.carousel.ss-carousel-hero-banner .cmp-carousel__actions {
    display: contents
}

.carousel.ss-carousel-hero-banner .cmp-carousel__actions .cmp-carousel__action {
    position: absolute;
    bottom: 0;
    display: block;
    opacity: 1;
    width: 46px;
    height: 46px;
    background-size: cover;
    background-repeat: no-repeat;
    top: calc(50% - 25px)
}

.carousel.ss-carousel-hero-banner .cmp-carousel__actions .cmp-carousel__action .cmp-carousel__action-icon {
    display: none
}

@media (min-width:992px) {
    .carousel.ss-carousel-hero-banner .cmp-carousel__actions .cmp-carousel__action {
        width: 5pc;
        height: 5pc;
        top: calc(50% - 40px)
    }
}

.carousel.ss-carousel-hero-banner .cmp-carousel__actions .cmp-carousel__action--next {
    background-image: url(../../../content/dam/transunion/trubrand/icons/RightArrow.svg);
    left: 94%
}

.carousel.ss-carousel-hero-banner .cmp-carousel__actions .cmp-carousel__action--previous {
    display: none
}

.carousel.ss-carousel-hero-banner .cmp-carousel__actions .cmp-carousel__action--next {
    left: auto;
    right: 0
}

@media (min-width:696px) {
    .carousel.ss-carousel-hero-banner .cmp-carousel__actions .cmp-carousel__action--next {
        left: 91%;
        right: auto
    }
}

.carousel.ss-carousel-hero-banner .cmp-carousel__content--forwards .cmp-carousel__item--active,
.carousel.ss-carousel-hero-banner .cmp-carousel__content .cmp-carousel__item--active {
    -webkit-animation: fadeSlideInFromRight .25s ease-out;
    animation: fadeSlideInFromRight .25s ease-out
}

.carousel.ss-carousel-hero-banner .cmp-carousel__content--backwards .cmp-carousel__item--active {
    -webkit-animation: fadeSlideInFromLeft .25s ease-out;
    animation: fadeSlideInFromLeft .25s ease-out
}

.cmp-pagesection .carousel .cmp-carousel__action.cmp-carousel__action--previous,
.featuredhero .cmp-featuredhero .carousel .cmp-carousel__action.cmp-carousel__action--previous,
.gallery .cmp-contentgallery .carousel .cmp-carousel__action.cmp-carousel__action--previous {
    left: -.3125rem
}

.cmp-pagesection .carousel .cmp-carousel__indicators,
.featuredhero .cmp-featuredhero .carousel .cmp-carousel__indicators,
.gallery .cmp-contentgallery .carousel .cmp-carousel__indicators {
    padding-left: 3.125rem
}

@media (min-width:696px) {

    .carousel.ss-carousel-banner-background .cmp-carousel__actions .cmp-carousel__action,
    .carousel.ss-carousel-banner .cmp-carousel__actions .cmp-carousel__action {
        width: 50px;
        height: 50px
    }

    .carousel.ss-carousel-banner-background .cmp-carousel__actions .cmp-carousel__action--previous,
    .carousel.ss-carousel-banner .cmp-carousel__actions .cmp-carousel__action--previous {
        left: 2%
    }

    .carousel.ss-carousel-banner-background .cmp-carousel__actions .cmp-carousel__action--next,
    .carousel.ss-carousel-banner .cmp-carousel__actions .cmp-carousel__action--next {
        left: 92%
    }
}

@media (min-width:992px) {

    .carousel.ss-carousel-banner-background .cmp-carousel__actions .cmp-carousel__action,
    .carousel.ss-carousel-banner .cmp-carousel__actions .cmp-carousel__action {
        width: 5pc;
        height: 5pc
    }
}

.ss-video-carousel .cmp-carousel {
    overflow: hidden
}

.ss-video-carousel .cmp-carousel__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ss-video-carousel .cmp-carousel__item {
    position: relative;
    display: block
}

.ss-video-carousel .cmp-carousel__item:nth-child(2) .video {
    margin: 1.875rem;
    -webkit-transform: scale(1.17);
    transform: scale(1.17);
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.ss-video-carousel .cmp-carousel__item:nth-child(2) .video .cmp-video__title {
    font-size: 1.125rem;
    font-weight: 600
}

.ss-video-carousel .cmp-carousel__item--active {
    -webkit-animation: none !important;
    animation: none !important
}

.ss-video-carousel .cmp-carousel__item .video {
    width: 17.6875rem;
    margin: 0 .46875rem;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.ss-video-carousel .cmp-carousel__item .video video {
    width: 100%;
    border-radius: 10px
}

.ss-video-carousel .cmp-carousel__indicators {
    display: none
}

.ss-video-carousel .cmp-carousel__actions {
    pointer-events: none;
    position: absolute;
    width: 100%;
    top: 25%;
    left: 0;
    display: block;
    padding-left: 0;
    z-index: 2
}

.ss-video-carousel .cmp-carousel__actions .cmp-video-carousel__action--next,
.ss-video-carousel .cmp-carousel__actions .cmp-video-carousel__action--previous {
    pointer-events: auto;
    width: 2.3125rem;
    height: 2.3125rem;
    top: 0;
    background-size: cover
}

.ss-video-carousel .cmp-carousel__actions .cmp-video-carousel__action--previous {
    float: left;
    background-image: url(../../../content/dam/transunion/trubrand/icons/LeftArrow.svg)
}

.ss-video-carousel .cmp-carousel__actions .cmp-video-carousel__action--next {
    float: right;
    background-image: url(../../../content/dam/transunion/trubrand/icons/RightArrow.svg)
}

.ss-video-carousel .transition {
    -webkit-transition: .7s;
    transition: .7s
}

.ss-video-carousel .transition .cmp-carousel__item:nth-child(2) .video {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin: 0 .46875rem;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

@media (min-width:696px) {

    .ss-video-carousel .cmp-carousel:after,
    .ss-video-carousel .cmp-carousel:before {
        width: 18.75rem;
        position: absolute;
        height: 100%;
        content: "";
        background: -webkit-gradient(linear, left top, right top, from(#e6f6fa), to(hsla(0, 0%, 100%, 0)));
        background: linear-gradient(90deg, #e6f6fa 0, hsla(0, 0%, 100%, 0));
        z-index: 1
    }

    .ss-video-carousel .cmp-carousel:before {
        left: 0;
        top: 0
    }

    .ss-video-carousel .cmp-carousel:after {
        right: 0;
        top: 0;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .ss-video-carousel .cmp-carousel .cmp-carousel__item:nth-child(2) .video {
        margin: 4.375rem
    }

    .ss-video-carousel .cmp-carousel .cmp-carousel__item .video {
        width: 42.1875rem;
        margin: 0 .78125rem
    }

    .ss-video-carousel .cmp-carousel__actions {
        top: 38%
    }

    .ss-video-carousel .cmp-carousel__actions .cmp-video-carousel__action--next,
    .ss-video-carousel .cmp-carousel__actions .cmp-video-carousel__action--previous {
        width: 5rem;
        height: 5rem
    }

    .ss-video-carousel .transition .cmp-carousel__item:nth-child(2) .video {
        margin: 0 .78125rem
    }
}

@media (max-width:991.98px) {
    .header-search {
        border: solid #dad6d6;
        border-width: 1px 0;
        padding: 1.5rem;
        position: relative
    }

    .header-search_action {
        display: none
    }

    .header-search_input[type=text] {
        border: none;
        height: auto;
        padding: 0
    }

    .header-search_input[type=text]::-ms-clear {
        display: none
    }

    .header-search_input[type=text]::-webkit-input-placeholder {
        color: #000;
        font-size: .75rem;
        font-weight: 600;
        line-height: 1.125rem;
        letter-spacing: .0075rem
    }

    .header-search_input[type=text]::-moz-placeholder {
        color: #000;
        font-size: .75rem;
        font-weight: 600;
        line-height: 1.125rem;
        letter-spacing: .0075rem
    }

    .header-search_input[type=text]:-ms-input-placeholder {
        color: #000;
        font-size: .75rem;
        font-weight: 600;
        line-height: 1.125rem;
        letter-spacing: .0075rem
    }

    .header-search_input[type=text]::-ms-input-placeholder {
        color: #000;
        font-size: .75rem;
        font-weight: 600;
        line-height: 1.125rem;
        letter-spacing: .0075rem
    }

    .header-search_input[type=text]::placeholder {
        color: #000;
        font-size: .75rem;
        font-weight: 600;
        line-height: 1.125rem;
        letter-spacing: .0075rem
    }

    .header-search label {
        margin: 0
    }

    .header-search .icon-search {
        border: 0;
        background: transparent;
        color: #000;
        cursor: pointer;
        position: absolute;
        font-size: 1rem;
        right: 25px;
        top: 25px
    }

    .header-search .icon-search:active,
    .header-search .icon-search:focus {
        background: none
    }
}

@media (min-width:992px) {
    .logo-util-links {
        position: relative
    }

    .header-search_form {
        background-color: #dad6d6;
        height: 0;
        max-height: 0;
        -webkit-transition-property: max-height, height;
        transition-property: max-height, height;
        -webkit-transition: .3s ease;
        transition: .3s ease;
        overflow: hidden;
        position: absolute;
        right: 0;
        min-width: 300px;
        max-width: 500px;
        width: 100%;
        z-index: 2
    }

    .header-search_form.open {
        height: auto;
        max-height: none;
        padding: 10px 15px
    }

    .header-search_form .icon-search {
        border: 0;
        background: transparent;
        position: absolute;
        right: 25px;
        top: 25px
    }

    .header-search_form .icon-search:active,
    .header-search_form .icon-search:focus {
        background: none
    }

    .header-search_form label {
        display: block
    }

    .header-search_input[type=text] {
        display: block;
        width: 100%
    }

    .header-search_input[type=text]::-ms-clear {
        display: none
    }

    .header-search .icon-search {
        color: #000;
        border: 0;
        background: transparent;
        cursor: pointer;
        font-size: 1rem
    }

    .header-search_action {
        cursor: pointer
    }

    .header-search_action .icon-search {
        margin-right: 1.5rem
    }
}

.searchbar {
    margin-bottom: 40px
}

.searchbar_heading {
    text-align: center;
    margin-bottom: 30px
}

.searchbar_form {
    margin: 0 auto;
    position: relative;
    min-width: 300px;
    max-width: 500px
}

.searchbar_form label {
    display: block
}

.searchbar_input[type=text] {
    display: block;
    padding-right: 40px;
    width: 100%
}

.searchbar_icon {
    background: none;
    border: none;
    color: #b6bcc1;
    position: absolute;
    right: 14px;
    top: 17px
}

.sociallinks .social-links {
    list-style: none;
    margin: 0;
    padding: 0
}

.sociallinks .social-links li {
    margin-bottom: 20px
}

.navigation .cmp-navigation__group {
    list-style: none
}

.cmp-teaserlist__item .navigation .cmp-navigation__item .pageteaser__content__link,
.navigation .cmp-navigation__item .cmp-teaserlist__item .pageteaser__content__link,
.navigation .cmp-navigation__item a {
    font-size: 1rem;
    line-height: 1.5rem
}

.cmp-teaserlist__item .navigation.ss-display-no-underline .cmp-navigation__item .pageteaser__content__link,
.navigation.ss-display-no-underline .cmp-navigation__item .cmp-teaserlist__item .pageteaser__content__link,
.navigation.ss-display-no-underline .cmp-navigation__item a {
    text-decoration: none
}

.cmp-teaserlist__item .navigation.ss-display-no-underline .cmp-navigation__item .pageteaser__content__link:hover,
.navigation.ss-display-no-underline .cmp-navigation__item .cmp-teaserlist__item .pageteaser__content__link:hover,
.navigation.ss-display-no-underline .cmp-navigation__item a:hover {
    color: #005365;
    text-decoration: underline
}

.navigation.ss-display-bold {
    font-weight: 700
}

.cmp-teaserlist__item .navigation.ss-color-black .cmp-navigation__item .pageteaser__content__link,
.navigation.ss-color-black .cmp-navigation__item .cmp-teaserlist__item .pageteaser__content__link,
.navigation.ss-color-black .cmp-navigation__item a {
    color: #000
}

.navigation.ss-text-uppercase .cmp-navigation__item {
    text-transform: uppercase;
    font-size: .88rem
}

.anchor {
    display: none;
    position: sticky;
    top: 4.625rem;
    z-index: 2
}

.anchor.shadow-sticky {
    -webkit-box-shadow: 0 .1875rem .625rem .1875rem rgba(0, 0, 0, .1);
    box-shadow: 0 .1875rem .625rem .1875rem rgba(0, 0, 0, .1)
}

.anchor .cmp-anchor {
    background-color: #fff;
    text-transform: uppercase
}

.anchor .cmp-anchor__label {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.25rem 4.375rem;
    max-width: 75pc;
    margin: auto
}

.anchor .cmp-anchor__label li {
    margin-right: 3.125rem;
    text-align: center
}

.anchor .cmp-anchor__label .cmp-teaserlist__item .pageteaser__content__link,
.anchor .cmp-anchor__label a,
.cmp-teaserlist__item .anchor .cmp-anchor__label .pageteaser__content__link {
    text-decoration: none;
    color: #000;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 700;
    letter-spacing: .0625rem;
    word-break: normal
}

.anchor .cmp-anchor__label .cmp-teaserlist__item .pageteaser__content__link:hover,
.anchor .cmp-anchor__label a:hover,
.cmp-teaserlist__item .anchor .cmp-anchor__label .pageteaser__content__link:hover {
    border-bottom: .25rem solid rgba(0, 0, 0, .131)
}

.anchor .cmp-anchor__label .cmp-teaserlist__item .active.pageteaser__content__link,
.anchor .cmp-anchor__label a.active,
.cmp-teaserlist__item .anchor .cmp-anchor__label .active.pageteaser__content__link {
    border-bottom: .25rem solid #fcd800
}

@media (min-width:992px) {
    .anchor {
        display: block
    }
}

@media (min-width:696px) {
    .articlenavigation {
        height: 100%
    }
}

.cmp-articleNav__page-title-container {
    padding: .9375rem 4% .9375rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cmp-articleNav__page-title {
    font-size: 1.375rem;
    line-height: 1.375rem;
    margin-right: 12%;
    text-align: center
}

.cmp-articleNav__menu-icon {
    content: url(clientlib-trubrand/resources/images/angle-down.svg);
    height: 1.625rem;
    position: absolute;
    right: 1.5rem
}

.cmp-articleNav ul {
    list-style: none
}

.cmp-articleNav__link,
.cmp-articleNav__sub-link {
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.3125rem;
    padding: 1.1875rem 0;
    display: block
}

.cmp-articleNav__link:hover,
.cmp-articleNav__sub-link:hover {
    text-decoration: none
}

.cmp-articleNav__link {
    color: #000
}

.cmp-articleNav__sub-link {
    color: #707070
}

.cmp-articleNav__sub-link.active,
.cmp-articleNav__sub-link:hover {
    color: #000
}

.cmp-articleNav__link-container {
    margin-left: 1rem;
    border-bottom: 1px solid #ddd
}

.cmp-articleNav__link-container.active {
    margin-left: 0;
    border-bottom: unset
}

.cmp-articleNav__link-container.active .cmp-articleNav__link {
    border-left: 4px solid #00a6ca;
    padding-left: 2.3125rem;
    background-color: #f5f5f5
}

.cmp-articleNav__links {
    margin: 0
}

.cmp-articleNav__links.hidden {
    display: none
}

.cmp-articleNav__sub-links {
    margin: 0;
    padding-left: 2.5625rem;
    background-color: #f5f5f5
}

.cmp-articleNav .sections-only .cmp-articleNav__link-container {
    margin-left: 0
}

@media (min-width:696px) {
    .cmp-articleNav {
        position: sticky;
        top: 75pt
    }

    .cmp-articleNav__page-title-container {
        display: none
    }

    .cmp-articleNav__link,
    .cmp-articleNav__sub-link {
        font-size: .875rem;
        line-height: .875rem;
        padding: .75rem 0
    }

    .cmp-articleNav__sub-links {
        background-color: unset
    }

    .cmp-articleNav__link-container {
        border: none;
        margin-left: 1.5625rem
    }

    .cmp-articleNav__link-container.active .cmp-articleNav__link {
        padding-left: 1.25rem;
        background-color: unset
    }
}

.articlenavwithsubnavigation__mobile-dropdown {
    width: 100%;
    height: 50px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: .125rem solid rgba(0, 67, 100, .5);
    background-color: #f7f9fa;
    border-radius: .625rem;
    padding: 0 .9375rem;
    margin-bottom: 3.125rem;
    font-size: 1.0625rem;
    color: #4b4b4b
}

.articlenavwithsubnavigation__mobile-dropdown:before {
    content: "";
    position: absolute;
    right: .9375rem;
    display: inline-block;
    border-radius: 2px;
    border: solid #004364;
    border-width: 0 3px 3px 0;
    padding: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.articlenavwithsubnavigation__parent-list {
    width: 100%;
    display: none;
    background-color: #f7f9fa;
    padding: 0 .9375rem;
    margin: -3.125rem 0 0
}

.articlenavwithsubnavigation__parent-list.techservices-articlenav {
    padding: .9375rem
}

.articlenavwithsubnavigation__parent-list.techservices-articlenav li.articlenavwithsubnavigation__link-container.bullet:before {
    content: none
}

.articlenavwithsubnavigation__parent-list li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.125rem
}

.articlenavwithsubnavigation__parent-list li .cmp-teaserlist__item .pageteaser__content__link,
.articlenavwithsubnavigation__parent-list li a,
.cmp-teaserlist__item .articlenavwithsubnavigation__parent-list li .pageteaser__content__link {
    text-decoration: none;
    padding: .625rem 0;
    font-size: 1.125rem;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.articlenavwithsubnavigation__parent-list li .cmp-teaserlist__item .pageteaser__content__link:hover,
.articlenavwithsubnavigation__parent-list li a:hover,
.cmp-teaserlist__item .articlenavwithsubnavigation__parent-list li .pageteaser__content__link:hover {
    background-color: transparent;
    font-weight: 600;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.articlenavwithsubnavigation__child-list {
    display: none;
    width: 100%;
    margin: 0 0 0 1rem
}

.articlenavwithsubnavigation__link-container {
    border-bottom: 1px solid #ddd
}

.articlenavwithsubnavigation__link-container .cmp-teaserlist__item .active.pageteaser__content__link,
.articlenavwithsubnavigation__link-container a.active,
.cmp-teaserlist__item .articlenavwithsubnavigation__link-container .active.pageteaser__content__link {
    max-width: calc(100% - 20px);
    font-weight: 600
}

.articlenavwithsubnavigation__link-container .cmp-teaserlist__item .active.pageteaser__content__link+.articlenavwithsubnavigation__child-list,
.articlenavwithsubnavigation__link-container a.active+.articlenavwithsubnavigation__child-list,
.cmp-teaserlist__item .articlenavwithsubnavigation__link-container .active.pageteaser__content__link+.articlenavwithsubnavigation__child-list {
    display: block
}

.articlenavwithsubnavigation__link-container.bullet {
    background-color: #f5f5f5
}

.articlenavwithsubnavigation__link-container.bullet:before {
    content: "";
    position: relative;
    width: 10px;
    height: 10px;
    margin: 15px 7px 0 0;
    background-color: #00a6ca;
    border-radius: 10px
}

.articlenavwithsubnavigation__sub-link-container {
    background-color: transparent
}

.articlenavwithsubnavigation__sub-link-container .cmp-teaserlist__item .active.pageteaser__content__link .articlenavwithsubnavigation__sub-link.pageteaser__content__link,
.articlenavwithsubnavigation__sub-link-container .cmp-teaserlist__item .active.pageteaser__content__link a.articlenavwithsubnavigation__sub-link,
.articlenavwithsubnavigation__sub-link-container a.active .cmp-teaserlist__item .articlenavwithsubnavigation__sub-link.pageteaser__content__link,
.articlenavwithsubnavigation__sub-link-container a.active a.articlenavwithsubnavigation__sub-link,
.cmp-teaserlist__item .articlenavwithsubnavigation__sub-link-container .active.pageteaser__content__link .articlenavwithsubnavigation__sub-link.pageteaser__content__link,
.cmp-teaserlist__item .articlenavwithsubnavigation__sub-link-container .active.pageteaser__content__link a.articlenavwithsubnavigation__sub-link,
.cmp-teaserlist__item .articlenavwithsubnavigation__sub-link-container a.active .articlenavwithsubnavigation__sub-link.pageteaser__content__link {
    font-weight: 600
}

#mobile-links,
.articlenavwithsubnavigation__sub-link-container .cmp-teaserlist__item .active.pageteaser__content__link:before,
.articlenavwithsubnavigation__sub-link-container a.active:before,
.cmp-teaserlist__item .articlenavwithsubnavigation__sub-link-container .active.pageteaser__content__link:before {
    display: none
}

#mobile-links:checked~ul {
    display: block;
    -webkit-transition: .5s linear;
    transition: .5s linear
}

#mobile-links:checked~label:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media (min-width:696px) {
    .articlenavwithsubnavigation__mobile-dropdown {
        display: none
    }

    .articlenavwithsubnavigation__parent-list {
        display: block;
        padding: 0;
        margin-top: 0
    }

    .articlenavwithsubnavigation__parent-list li {
        font-size: .8125rem
    }

    .articlenavwithsubnavigation__parent-list li .cmp-teaserlist__item .pageteaser__content__link,
    .articlenavwithsubnavigation__parent-list li a,
    .cmp-teaserlist__item .articlenavwithsubnavigation__parent-list li .pageteaser__content__link {
        font-size: 13px
    }

    .articlenavwithsubnavigation__parent-list li.articlenavwithsubnavigation__link-container {
        border-bottom: none
    }

    .articlenavwithsubnavigation__parent-list li.articlenavwithsubnavigation__link-container.bullet {
        background-color: transparent
    }

    .articlenavwithsubnavigation__link-container .cmp-teaserlist__item .active.pageteaser__content__link,
    .articlenavwithsubnavigation__link-container a.active,
    .cmp-teaserlist__item .articlenavwithsubnavigation__link-container .active.pageteaser__content__link {
        max-width: calc(100% - 17px)
    }

    .articlenavwithsubnavigation li.active {
        border-bottom: none
    }
}

@media (min-width:1200px) {
    .articlenavwithsubnavigation__parent-list li {
        font-size: 1.125rem
    }

    .articlenavwithsubnavigation__parent-list li .cmp-teaserlist__item .pageteaser__content__link,
    .articlenavwithsubnavigation__parent-list li a,
    .cmp-teaserlist__item .articlenavwithsubnavigation__parent-list li .pageteaser__content__link {
        font-size: 18px
    }

    .articlenavwithsubnavigation__parent-list li.articlenavwithsubnavigation__link-container.bullet:before {
        content: "";
        margin-right: 10px
    }

    .articlenavwithsubnavigation__child-list {
        margin-left: 1rem
    }

    .articlenavwithsubnavigation__link-container .cmp-teaserlist__item .active.pageteaser__content__link,
    .articlenavwithsubnavigation__link-container a.active,
    .cmp-teaserlist__item .articlenavwithsubnavigation__link-container .active.pageteaser__content__link {
        max-width: 100%
    }
}

.contentcontainer,
.contentcontainer>.cmp-container>div:last-child {
    margin-bottom: 0
}

.contentcontainer.ss-containerpresentationtype-blue-lines {
    border-top: 2px solid #00a6ca;
    border-bottom: 2px solid #00a6ca;
    margin: 3% 0;
    padding: 6%
}

.contentcontainer.ss-containerpresentationtype-space {
    padding: 6%
}

.contentcontainer.ss-backgroundcolor {
    padding: 5.625rem 1.25rem
}

.cmp-columnrow>.cmp-columnrow__item>div.contentcontainer {
    margin-bottom: 1.5rem
}

@media (min-width:696px) {
    .cmp-columnrow>.cmp-columnrow__item>div.contentcontainer {
        margin-bottom: 2.5rem
    }
}

@media (min-width:1200px) {
    .cmp-columnrow>.cmp-columnrow__item[class*=col-xl-]>div.contentcontainer.ss-containerpresentationtype-card {
        height: 100%
    }
}

@media (min-width:992px) {
    .cmp-columnrow>.cmp-columnrow__item[class*=col-lg-]>div.contentcontainer.ss-containerpresentationtype-card {
        height: 100%
    }
}

@media (min-width:696px) {
    .cmp-columnrow>.cmp-columnrow__item[class*=col-md-]>div.contentcontainer.ss-containerpresentationtype-card {
        height: 100%
    }
}

@media (min-width:576px) {
    .cmp-columnrow>.cmp-columnrow__item[class*=col-sm-]>div.contentcontainer.ss-containerpresentationtype-card {
        height: 100%
    }
}

.cmp-columnrow>.cmp-columnrow__item[class*=col-xs-]>div.contentcontainer.ss-containerpresentationtype-card {
    height: 100%
}

.pagesection {
    padding: 2.5rem 0
}

.pagesection.ss-vertical-space-none {
    padding-top: 0;
    padding-bottom: 0
}

.pagesection.ss-circle-accent:before {
    background-color: #e6f6fa;
    position: absolute;
    right: 0;
    height: 13rem;
    width: 20rem;
    border-radius: 5rem 5rem 0 0;
    z-index: -1;
    overflow: hidden;
    -webkit-transform: rotate(270deg) translateY(-65px) translateX(230px);
    transform: rotate(270deg) translateY(-65px) translateX(230px);
    -webkit-transform-origin: right;
    transform-origin: right;
    border-radius: 10rem 10rem 0 0
}

.cmp-pagesection,
.featuredhero .cmp-featuredhero,
.gallery .cmp-contentgallery {
    padding: 0 10px;
    margin: 0 auto;
    max-width: 75pc
}

.cmp-pagesection>.aem-Grid>div:last-child,
.featuredhero .cmp-featuredhero>.aem-Grid>div:last-child,
.gallery .cmp-contentgallery>.aem-Grid>div:last-child {
    margin-bottom: 0
}

.pagesection.article-body {
    margin: 0 .3125rem
}

.featuredhero .pagesection.article-body .cmp-featuredhero,
.gallery .pagesection.article-body .cmp-contentgallery,
.pagesection.article-body .cmp-pagesection,
.pagesection.article-body .featuredhero .cmp-featuredhero,
.pagesection.article-body .gallery .cmp-contentgallery {
    max-width: none
}

.ss-contentcontainersize-full {
    padding-left: 3%;
    padding-right: 3%
}

.featuredhero .ss-contentcontainersize-full .cmp-featuredhero,
.gallery .ss-contentcontainersize-full .cmp-contentgallery,
.ss-contentcontainersize-full .cmp-pagesection,
.ss-contentcontainersize-full .featuredhero .cmp-featuredhero,
.ss-contentcontainersize-full .gallery .cmp-contentgallery {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.featuredhero .ss-contentcontainersize-narrow>.cmp-featuredhero,
.gallery .ss-contentcontainersize-narrow>.cmp-contentgallery,
.ss-contentcontainersize-narrow>.cmp-pagesection {
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:576px) {

    .cmp-pagesection,
    .featuredhero .cmp-featuredhero,
    .gallery .cmp-contentgallery {
        max-width: 6in
    }

    .featuredhero .ss-contentcontainersize-narrow>.cmp-featuredhero,
    .gallery .ss-contentcontainersize-narrow>.cmp-contentgallery,
    .ss-contentcontainersize-narrow>.cmp-pagesection {
        padding-left: 16%;
        padding-right: 16%
    }

    .featuredhero .ss-contentcontainersize-wide>.cmp-featuredhero,
    .gallery .ss-contentcontainersize-wide>.cmp-contentgallery,
    .ss-contentcontainersize-wide>.cmp-pagesection {
        padding-left: 4%;
        padding-right: 4%
    }
}

@media (min-width:696px) {

    .cmp-pagesection,
    .featuredhero .cmp-featuredhero,
    .gallery .cmp-contentgallery {
        max-width: 45pc
    }

    .pagesection.article-body {
        margin: 0 1.75rem
    }

    .featuredhero .pagesection.article-body .cmp-featuredhero,
    .gallery .pagesection.article-body .cmp-contentgallery,
    .pagesection.article-body .cmp-pagesection,
    .pagesection.article-body .featuredhero .cmp-featuredhero,
    .pagesection.article-body .gallery .cmp-contentgallery {
        max-width: none
    }
}

@media (min-width:992px) {

    .cmp-pagesection,
    .featuredhero .cmp-featuredhero,
    .gallery .cmp-contentgallery {
        max-width: 60pc
    }
}

@media (min-width:1200px) {

    .cmp-pagesection,
    .featuredhero .cmp-featuredhero,
    .gallery .cmp-contentgallery {
        max-width: 75pc
    }

    .pagesection.article-body {
        max-width: 75pc;
        margin: 0 auto
    }

    .featuredhero .pagesection.article-body .cmp-featuredhero,
    .gallery .pagesection.article-body .cmp-contentgallery,
    .pagesection.article-body .cmp-pagesection,
    .pagesection.article-body .featuredhero .cmp-featuredhero,
    .pagesection.article-body .gallery .cmp-contentgallery {
        padding: 0
    }
}

.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 {
    background-color: #494949;
    --darkbg-textcolor: #fff
}

.cmp-teaser .pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .pageteaser__content__title,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .pageteaser__content__link,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .cmp-teaser .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .cmp-teaserlist__item .pageteaser__content__link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .cmp-teaserlist__item .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 a,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 button,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 h1,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 h2,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 h3,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 h4,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 li,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 p,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 ul {
    color: var(--darkbg-textcolor)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .ss-buttonstyle-secondary button.mktoButton[type=submit],
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .ss-buttonstyle-secondary .btn,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--darkbg-textcolor)
}

.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 {
    background-color: #707070;
    --darkbg-textcolor: #fff
}

.cmp-teaser .pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .pageteaser__content__title,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .pageteaser__content__link,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .cmp-teaser .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .cmp-teaserlist__item .pageteaser__content__link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .cmp-teaserlist__item .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 a,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 button,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 h1,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 h2,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 h3,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 h4,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 li,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 p,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 ul {
    color: var(--darkbg-textcolor)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .ss-buttonstyle-secondary button.mktoButton[type=submit],
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .ss-buttonstyle-secondary .btn,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--darkbg-textcolor)
}

.pagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 {
    background-color: #a9a9a9;
    --darkbg-textcolor: #fff
}

.cmp-teaser .pagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .pageteaser__content__title,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .pageteaser__content__link,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .cmp-teaser .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .cmp-teaserlist__item .pageteaser__content__link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .cmp-teaserlist__item .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 a,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 button,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 h1,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 h2,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 h3,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 h4,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 li,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 p,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 ul {
    color: var(--darkbg-textcolor)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .pagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .ss-buttonstyle-secondary button.mktoButton[type=submit],
.pagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .ss-buttonstyle-secondary .btn,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.pagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--darkbg-textcolor)
}

.pagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-2 {
    background-color: #ddd
}

.pagesectionwithbackgroundcolor.ss-backgroundcolor-light-gray-1 {
    background-color: #eee
}

.pagesectionwithbackgroundcolor.ss-backgroundcolor-light-gray-2 {
    background-color: #f5f5f5
}

.pagesectionwithbackgroundcolor.ss-backgroundcolor-green {
    background-color: #00552a;
    --darkbg-textcolor: #fff
}

.cmp-teaser .pagesectionwithbackgroundcolor.ss-backgroundcolor-green .pageteaser__content__title,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-green .pageteaser__content__link,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-green .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-green .cmp-teaser .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-green .cmp-teaserlist__item .pageteaser__content__link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-green .cmp-teaserlist__item .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-green a,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-green button,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-green h1,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-green h2,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-green h3,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-green h4,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-green li,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-green p,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-green ul {
    color: var(--darkbg-textcolor)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .pagesectionwithbackgroundcolor.ss-backgroundcolor-green .ss-buttonstyle-secondary button.mktoButton[type=submit],
.pagesectionwithbackgroundcolor.ss-backgroundcolor-green .ss-buttonstyle-secondary .btn,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-green .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.pagesectionwithbackgroundcolor.ss-backgroundcolor-green .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-green .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-green .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-green .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-green .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-green .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-green .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-green .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--darkbg-textcolor)
}

.pagesectionwithbackgroundcolor.ss-backgroundcolor-light-green {
    background-color: #a9d161;
    --darkbg-textcolor: #fff
}

.cmp-teaser .pagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .pageteaser__content__title,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .pageteaser__content__link,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .cmp-teaser .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .cmp-teaserlist__item .pageteaser__content__link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .cmp-teaserlist__item .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-light-green a,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-light-green button,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-light-green h1,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-light-green h2,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-light-green h3,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-light-green h4,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-light-green li,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-light-green p,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-light-green ul {
    color: var(--darkbg-textcolor)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .pagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .ss-buttonstyle-secondary button.mktoButton[type=submit],
.pagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .ss-buttonstyle-secondary .btn,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.pagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--darkbg-textcolor)
}

.pagesectionwithbackgroundcolor.ss-backgroundcolor-blue {
    background-color: #00a6ca;
    --lightbg-textcolor: #000
}

.cmp-teaser .pagesectionwithbackgroundcolor.ss-backgroundcolor-blue .pageteaser__content__title,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-blue .pageteaser__content__link,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-blue .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-blue .cmp-teaser .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-blue .cmp-teaserlist__item .pageteaser__content__link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-blue .cmp-teaserlist__item .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-blue a,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-blue button,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-blue h1,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-blue h2,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-blue h3,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-blue h4,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-blue li,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-blue p,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-blue ul {
    color: var(--lightbg-textcolor)
}

.pagesectionwithbackgroundcolor.ss-backgroundcolor-blue .cmp-breadcrumb__list {
    background-color: #e6edf1
}

.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-blue .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--lightbg-textcolor)
}

.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue {
    background-color: #005365;
    --darkbg-textcolor: #fff
}

.cmp-teaser .pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .pageteaser__content__title,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .pageteaser__content__link,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .cmp-teaser .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .cmp-teaserlist__item .pageteaser__content__link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .cmp-teaserlist__item .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue a,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue button,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue h1,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue h2,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue h3,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue h4,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue li,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue p,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue ul {
    color: var(--darkbg-textcolor)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .ss-buttonstyle-secondary button.mktoButton[type=submit],
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .ss-buttonstyle-secondary .btn,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--darkbg-textcolor)
}

.pagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue {
    background-color: #004364;
    --darkbg-textcolor: #fff
}

.cmp-teaser .pagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .pageteaser__content__title,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .pageteaser__content__link,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .cmp-teaser .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .pageteaser__content__link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue a,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue button,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue h1,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue h2,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue h3,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue h4,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue li,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue p,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue ul {
    color: var(--darkbg-textcolor)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .pagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .ss-buttonstyle-secondary button.mktoButton[type=submit],
.pagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .ss-buttonstyle-secondary .btn,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.pagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--darkbg-textcolor)
}

.pagesectionwithbackgroundcolor.ss-backgroundcolor-yellow {
    background-color: #fcd800;
    --darkbg-textcolor: #fff
}

.cmp-teaser .pagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .pageteaser__content__title,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .pageteaser__content__link,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .cmp-teaser .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .cmp-teaserlist__item .pageteaser__content__link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .cmp-teaserlist__item .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-yellow a,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-yellow button,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-yellow h1,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-yellow h2,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-yellow h3,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-yellow h4,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-yellow li,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-yellow p,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-yellow ul {
    color: var(--darkbg-textcolor)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .pagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .ss-buttonstyle-secondary button.mktoButton[type=submit],
.pagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .ss-buttonstyle-secondary .btn,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.pagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--darkbg-textcolor)
}

.pagesectionwithbackgroundcolor.ss-backgroundcolor-white {
    background-color: #fff
}

.pagesectionwithbackgroundcolor.ss-backgroundcolor-red {
    background-color: #b50000;
    --darkbg-textcolor: #fff
}

.cmp-teaser .pagesectionwithbackgroundcolor.ss-backgroundcolor-red .pageteaser__content__title,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-red .pageteaser__content__link,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-red .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-red .cmp-teaser .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-red .cmp-teaserlist__item .pageteaser__content__link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-red .cmp-teaserlist__item .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-red a,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-red button,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-red h1,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-red h2,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-red h3,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-red h4,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-red li,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-red p,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-red ul {
    color: var(--darkbg-textcolor)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .pagesectionwithbackgroundcolor.ss-backgroundcolor-red .ss-buttonstyle-secondary button.mktoButton[type=submit],
.pagesectionwithbackgroundcolor.ss-backgroundcolor-red .ss-buttonstyle-secondary .btn,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-red .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.pagesectionwithbackgroundcolor.ss-backgroundcolor-red .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-red .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-red .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-red .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-red .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-red .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-red .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-red .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--darkbg-textcolor)
}

.pagesectionwithbackgroundcolor.ss-backgroundcolor-black {
    background-color: #000;
    --darkbg-textcolor: #fff
}

.cmp-teaser .pagesectionwithbackgroundcolor.ss-backgroundcolor-black .pageteaser__content__title,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-black .pageteaser__content__link,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-black .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-black .cmp-teaser .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-black .cmp-teaserlist__item .pageteaser__content__link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-black .cmp-teaserlist__item .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-black a,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-black button,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-black h1,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-black h2,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-black h3,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-black h4,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-black li,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-black p,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-black ul {
    color: var(--darkbg-textcolor)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .pagesectionwithbackgroundcolor.ss-backgroundcolor-black .ss-buttonstyle-secondary button.mktoButton[type=submit],
.pagesectionwithbackgroundcolor.ss-backgroundcolor-black .ss-buttonstyle-secondary .btn,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-black .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.pagesectionwithbackgroundcolor.ss-backgroundcolor-black .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-black .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-black .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-black .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-black .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-black .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-black .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-black .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--darkbg-textcolor)
}

.pagesectionwithbackgroundcolor.ss-backgroundcolor-orange {
    background-color: #f26e00;
    --darkbg-textcolor: #fff
}

.cmp-teaser .pagesectionwithbackgroundcolor.ss-backgroundcolor-orange .pageteaser__content__title,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-orange .pageteaser__content__link,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-orange .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-orange .cmp-teaser .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-orange .cmp-teaserlist__item .pageteaser__content__link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-orange .cmp-teaserlist__item .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-orange a,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-orange button,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-orange h1,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-orange h2,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-orange h3,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-orange h4,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-orange li,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-orange p,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-orange ul {
    color: var(--darkbg-textcolor)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .pagesectionwithbackgroundcolor.ss-backgroundcolor-orange .ss-buttonstyle-secondary button.mktoButton[type=submit],
.pagesectionwithbackgroundcolor.ss-backgroundcolor-orange .ss-buttonstyle-secondary .btn,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-orange .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.pagesectionwithbackgroundcolor.ss-backgroundcolor-orange .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-orange .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-backgroundcolor-orange .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-orange .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-orange .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-orange .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-orange .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.pagesectionwithbackgroundcolor.ss-backgroundcolor-orange .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--darkbg-textcolor)
}

.pagesectionwithbackgroundcolor.ss-circle-accent {
    position: relative;
    overflow: hidden
}

.pagesectionwithbackgroundcolor.ss-circle-accent:before {
    background-color: #e6f6fa;
    content: "";
    position: absolute;
    right: 0;
    height: 13rem;
    width: 20rem;
    border-radius: 5rem 5rem 0 0;
    z-index: -1;
    overflow: hidden;
    -webkit-transform: rotate(270deg) translateY(-65px) translateX(230px);
    transform: rotate(270deg) translateY(-65px) translateX(230px);
    -webkit-transform-origin: right;
    transform-origin: right;
    border-radius: 10rem 10rem 0 0
}

.featuredhero .pagesectionwithbackgroundcolor.ss-sectiontype-banner>.cmp-featuredhero>div,
.gallery .pagesectionwithbackgroundcolor.ss-sectiontype-banner>.cmp-contentgallery>div,
.pagesectionwithbackgroundcolor.ss-sectiontype-banner>.cmp-pagesection>div {
    border-left: .5rem solid #fff;
    padding-left: 1.5rem
}

.pagesectionwithbackgroundcolor.ss-text-color-white * {
    --darkbg-textcolor: #fff
}

.cmp-teaser .pagesectionwithbackgroundcolor.ss-text-color-white * .pageteaser__content__title,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-text-color-white * .pageteaser__content__link,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-text-color-white * .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-text-color-white * .cmp-teaser .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-text-color-white * .cmp-teaserlist__item .pageteaser__content__link,
.pagesectionwithbackgroundcolor.ss-text-color-white * .cmp-teaserlist__item .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-text-color-white * a,
.pagesectionwithbackgroundcolor.ss-text-color-white * button,
.pagesectionwithbackgroundcolor.ss-text-color-white * h1,
.pagesectionwithbackgroundcolor.ss-text-color-white * h2,
.pagesectionwithbackgroundcolor.ss-text-color-white * h3,
.pagesectionwithbackgroundcolor.ss-text-color-white * h4,
.pagesectionwithbackgroundcolor.ss-text-color-white * li,
.pagesectionwithbackgroundcolor.ss-text-color-white * p,
.pagesectionwithbackgroundcolor.ss-text-color-white * ul {
    color: var(--darkbg-textcolor)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .pagesectionwithbackgroundcolor.ss-text-color-white * .ss-buttonstyle-secondary button.mktoButton[type=submit],
.pagesectionwithbackgroundcolor.ss-text-color-white * .ss-buttonstyle-secondary .btn,
.pagesectionwithbackgroundcolor.ss-text-color-white * .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.pagesectionwithbackgroundcolor.ss-text-color-white * .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-text-color-white * .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-text-color-white * .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.pagesectionwithbackgroundcolor.ss-text-color-white * .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.pagesectionwithbackgroundcolor.ss-text-color-white * .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.pagesectionwithbackgroundcolor.ss-text-color-white * .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.pagesectionwithbackgroundcolor.ss-text-color-white * .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.pagesectionwithbackgroundcolor.ss-text-color-white * .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--darkbg-textcolor)
}

.pagesectionwithbackgroundcolor.ss-text-color-black * {
    --lightbg-textcolor: #000
}

.cmp-teaser .pagesectionwithbackgroundcolor.ss-text-color-black * .pageteaser__content__title,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-text-color-black * .pageteaser__content__link,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-text-color-black * .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-text-color-black * .cmp-teaser .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-text-color-black * .cmp-teaserlist__item .pageteaser__content__link,
.pagesectionwithbackgroundcolor.ss-text-color-black * .cmp-teaserlist__item .pageteaser__content__title,
.pagesectionwithbackgroundcolor.ss-text-color-black * a,
.pagesectionwithbackgroundcolor.ss-text-color-black * button,
.pagesectionwithbackgroundcolor.ss-text-color-black * h1,
.pagesectionwithbackgroundcolor.ss-text-color-black * h2,
.pagesectionwithbackgroundcolor.ss-text-color-black * h3,
.pagesectionwithbackgroundcolor.ss-text-color-black * h4,
.pagesectionwithbackgroundcolor.ss-text-color-black * li,
.pagesectionwithbackgroundcolor.ss-text-color-black * p,
.pagesectionwithbackgroundcolor.ss-text-color-black * ul {
    color: var(--lightbg-textcolor)
}

.pagesectionwithbackgroundcolor.ss-text-color-black * .cmp-breadcrumb__list {
    background-color: #e6edf1
}

.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-text-color-black * .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .pagesectionwithbackgroundcolor.ss-text-color-black * .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.pagesectionwithbackgroundcolor.ss-text-color-black * .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.pagesectionwithbackgroundcolor.ss-text-color-black * .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.pagesectionwithbackgroundcolor.ss-text-color-black * .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.pagesectionwithbackgroundcolor.ss-text-color-black * .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.pagesectionwithbackgroundcolor.ss-text-color-black * .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--lightbg-textcolor)
}

.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
    padding: 2.5rem 1.5rem
}

.ss-contentcontainerwidth-narrow>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
    padding: 2.5rem
}

.ss-contentcontainer-masked {
    background-color: #004364
}

.ss-contentcontainer-masked>.cmp-pagesectionwithbackgroundimage {
    -webkit-mask-image: url(clientlib-trubrand/resources/images/carousel-mb-mask.svg);
    mask-image: url(clientlib-trubrand/resources/images/carousel-mb-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    -webkit-mask-size: cover;
    mask-size: cover;
    min-height: 16.875rem
}

.ss-contentcontainer-masked>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:696px) {
    .ss-contentcontainer-masked>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end
    }
}

@media (min-width:696px) {
    .ss-contentcontainer-masked>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper .title {
        margin-right: 4.875rem;
        width: 10rem
    }
}

@media (min-width:992px) {
    .ss-contentcontainer-masked>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper .title {
        margin-right: 7.125rem;
        width: 16.25rem
    }
}

@media (min-width:696px) {
    .ss-contentcontainer-masked>.cmp-pagesectionwithbackgroundimage {
        -webkit-mask-position: right center;
        mask-position: right center;
        -webkit-mask-image: url(clientlib-trubrand/resources/images/carousel-ds-mask.svg);
        mask-image: url(clientlib-trubrand/resources/images/carousel-ds-mask.svg)
    }
}

.ss-contentcontainerheight-full,
.ss-contentcontainerheight-full>.cmp-pagesectionwithbackgroundimage,
.ss-contentcontainerheight-full>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
    height: 100%
}

.ss-contentcontainersize-full>.cmp-pagesectionwithbackgroundimage .cmp-pagesectionwithbackgroundimage__contentWrapper {
    padding: 0
}

@media (min-width:992px) {
    .cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
        padding: 175px 8%
    }

    .ss-contentcontainersize-narrow>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
        padding: 175px 16%
    }

    .ss-contentcontainersize-wide>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
        padding: 175px 4%
    }
}

.ss-overlaystrength-10>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
    background: rgba(0, 0, 0, .1)
}

@media (min-width:696px) {
    .ss-overlaystrength-10.ss-overlaygradientdirection-left>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
        background: -webkit-gradient(linear, right top, left top, color-stop(25%, rgba(71, 76, 85, .6)), color-stop(45%, rgba(71, 76, 85, .4)), color-stop(65%, rgba(71, 76, 85, 0)));
        background: linear-gradient(270deg, rgba(71, 76, 85, .6) 25%, rgba(71, 76, 85, .4) 45%, rgba(71, 76, 85, 0) 65%)
    }
}

@media (min-width:696px) {
    .ss-overlaystrength-10.ss-overlaygradientdirection-right>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
        background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(71, 76, 85, .6)), color-stop(45%, rgba(71, 76, 85, .4)), color-stop(65%, rgba(71, 76, 85, 0)));
        background: linear-gradient(90deg, rgba(71, 76, 85, .6) 25%, rgba(71, 76, 85, .4) 45%, rgba(71, 76, 85, 0) 65%)
    }
}

@media (min-width:696px) {
    .ss-overlaystrength-10.ss-overlaygradientdirection-top>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(71, 76, 85, .6)), color-stop(45%, rgba(71, 76, 85, .4)), color-stop(65%, rgba(71, 76, 85, 0)));
        background: linear-gradient(0deg, rgba(71, 76, 85, .6) 25%, rgba(71, 76, 85, .4) 45%, rgba(71, 76, 85, 0) 65%)
    }
}

@media (min-width:696px) {
    .ss-overlaystrength-10.ss-overlaygradientdirection-bottom>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(71, 76, 85, .6)), color-stop(45%, rgba(71, 76, 85, .4)), color-stop(65%, rgba(71, 76, 85, 0)));
        background: linear-gradient(180deg, rgba(71, 76, 85, .6) 25%, rgba(71, 76, 85, .4) 45%, rgba(71, 76, 85, 0) 65%)
    }
}

.ss-overlaystrength-20>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
    background: rgba(0, 0, 0, .2)
}

@media (min-width:696px) {
    .ss-overlaystrength-20.ss-overlaygradientdirection-left>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
        background: -webkit-gradient(linear, right top, left top, color-stop(25%, rgba(71, 76, 85, .7)), color-stop(45%, rgba(71, 76, 85, .466667)), color-stop(65%, rgba(71, 76, 85, 0)));
        background: linear-gradient(270deg, rgba(71, 76, 85, .7) 25%, rgba(71, 76, 85, .466667) 45%, rgba(71, 76, 85, 0) 65%)
    }
}

@media (min-width:696px) {
    .ss-overlaystrength-20.ss-overlaygradientdirection-right>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
        background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(71, 76, 85, .7)), color-stop(45%, rgba(71, 76, 85, .466667)), color-stop(65%, rgba(71, 76, 85, 0)));
        background: linear-gradient(90deg, rgba(71, 76, 85, .7) 25%, rgba(71, 76, 85, .466667) 45%, rgba(71, 76, 85, 0) 65%)
    }
}

@media (min-width:696px) {
    .ss-overlaystrength-20.ss-overlaygradientdirection-top>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(71, 76, 85, .7)), color-stop(45%, rgba(71, 76, 85, .466667)), color-stop(65%, rgba(71, 76, 85, 0)));
        background: linear-gradient(0deg, rgba(71, 76, 85, .7) 25%, rgba(71, 76, 85, .466667) 45%, rgba(71, 76, 85, 0) 65%)
    }
}

@media (min-width:696px) {
    .ss-overlaystrength-20.ss-overlaygradientdirection-bottom>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(71, 76, 85, .7)), color-stop(45%, rgba(71, 76, 85, .466667)), color-stop(65%, rgba(71, 76, 85, 0)));
        background: linear-gradient(180deg, rgba(71, 76, 85, .7) 25%, rgba(71, 76, 85, .466667) 45%, rgba(71, 76, 85, 0) 65%)
    }
}

.ss-overlaystrength-30>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
    background: rgba(0, 0, 0, .3)
}

@media (min-width:696px) {
    .ss-overlaystrength-30.ss-overlaygradientdirection-left>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
        background: -webkit-gradient(linear, right top, left top, color-stop(25%, rgba(71, 76, 85, .8)), color-stop(45%, rgba(71, 76, 85, .533333)), color-stop(65%, rgba(71, 76, 85, 0)));
        background: linear-gradient(270deg, rgba(71, 76, 85, .8) 25%, rgba(71, 76, 85, .533333) 45%, rgba(71, 76, 85, 0) 65%)
    }
}

@media (min-width:696px) {
    .ss-overlaystrength-30.ss-overlaygradientdirection-right>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
        background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(71, 76, 85, .8)), color-stop(45%, rgba(71, 76, 85, .533333)), color-stop(65%, rgba(71, 76, 85, 0)));
        background: linear-gradient(90deg, rgba(71, 76, 85, .8) 25%, rgba(71, 76, 85, .533333) 45%, rgba(71, 76, 85, 0) 65%)
    }
}

@media (min-width:696px) {
    .ss-overlaystrength-30.ss-overlaygradientdirection-top>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(71, 76, 85, .8)), color-stop(45%, rgba(71, 76, 85, .533333)), color-stop(65%, rgba(71, 76, 85, 0)));
        background: linear-gradient(0deg, rgba(71, 76, 85, .8) 25%, rgba(71, 76, 85, .533333) 45%, rgba(71, 76, 85, 0) 65%)
    }
}

@media (min-width:696px) {
    .ss-overlaystrength-30.ss-overlaygradientdirection-bottom>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(71, 76, 85, .8)), color-stop(45%, rgba(71, 76, 85, .533333)), color-stop(65%, rgba(71, 76, 85, 0)));
        background: linear-gradient(180deg, rgba(71, 76, 85, .8) 25%, rgba(71, 76, 85, .533333) 45%, rgba(71, 76, 85, 0) 65%)
    }
}

.ss-overlaystrength-40>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
    background: rgba(0, 0, 0, .4)
}

@media (min-width:696px) {
    .ss-overlaystrength-40.ss-overlaygradientdirection-left>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
        background: -webkit-gradient(linear, right top, left top, color-stop(25%, rgba(71, 76, 85, .9)), color-stop(45%, rgba(71, 76, 85, .6)), color-stop(65%, rgba(71, 76, 85, 0)));
        background: linear-gradient(270deg, rgba(71, 76, 85, .9) 25%, rgba(71, 76, 85, .6) 45%, rgba(71, 76, 85, 0) 65%)
    }
}

@media (min-width:696px) {
    .ss-overlaystrength-40.ss-overlaygradientdirection-right>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
        background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(71, 76, 85, .9)), color-stop(45%, rgba(71, 76, 85, .6)), color-stop(65%, rgba(71, 76, 85, 0)));
        background: linear-gradient(90deg, rgba(71, 76, 85, .9) 25%, rgba(71, 76, 85, .6) 45%, rgba(71, 76, 85, 0) 65%)
    }
}

@media (min-width:696px) {
    .ss-overlaystrength-40.ss-overlaygradientdirection-top>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(71, 76, 85, .9)), color-stop(45%, rgba(71, 76, 85, .6)), color-stop(65%, rgba(71, 76, 85, 0)));
        background: linear-gradient(0deg, rgba(71, 76, 85, .9) 25%, rgba(71, 76, 85, .6) 45%, rgba(71, 76, 85, 0) 65%)
    }
}

@media (min-width:696px) {
    .ss-overlaystrength-40.ss-overlaygradientdirection-bottom>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(71, 76, 85, .9)), color-stop(45%, rgba(71, 76, 85, .6)), color-stop(65%, rgba(71, 76, 85, 0)));
        background: linear-gradient(180deg, rgba(71, 76, 85, .9) 25%, rgba(71, 76, 85, .6) 45%, rgba(71, 76, 85, 0) 65%)
    }
}

.ss-overlaystrength-50>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
    background: rgba(0, 0, 0, .5)
}

@media (min-width:696px) {
    .ss-overlaystrength-50.ss-overlaygradientdirection-left>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
        background: -webkit-gradient(linear, right top, left top, color-stop(25%, #474c55), color-stop(45%, rgba(71, 76, 85, .666667)), color-stop(65%, rgba(71, 76, 85, 0)));
        background: linear-gradient(270deg, #474c55 25%, rgba(71, 76, 85, .666667) 45%, rgba(71, 76, 85, 0) 65%)
    }
}

@media (min-width:696px) {
    .ss-overlaystrength-50.ss-overlaygradientdirection-right>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
        background: -webkit-gradient(linear, left top, right top, color-stop(25%, #474c55), color-stop(45%, rgba(71, 76, 85, .666667)), color-stop(65%, rgba(71, 76, 85, 0)));
        background: linear-gradient(90deg, #474c55 25%, rgba(71, 76, 85, .666667) 45%, rgba(71, 76, 85, 0) 65%)
    }
}

@media (min-width:696px) {
    .ss-overlaystrength-50.ss-overlaygradientdirection-top>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #474c55), color-stop(45%, rgba(71, 76, 85, .666667)), color-stop(65%, rgba(71, 76, 85, 0)));
        background: linear-gradient(0deg, #474c55 25%, rgba(71, 76, 85, .666667) 45%, rgba(71, 76, 85, 0) 65%)
    }
}

@media (min-width:696px) {
    .ss-overlaystrength-50.ss-overlaygradientdirection-bottom>.cmp-pagesectionwithbackgroundimage>.cmp-pagesectionwithbackgroundimage__contentWrapper {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #474c55), color-stop(45%, rgba(71, 76, 85, .666667)), color-stop(65%, rgba(71, 76, 85, 0)));
        background: linear-gradient(180deg, #474c55 25%, rgba(71, 76, 85, .666667) 45%, rgba(71, 76, 85, 0) 65%)
    }
}

.ss-backgroundbrightness-dark>.cmp-pagesectionwithbackgroundimage {
    --darkbg-textcolor: #fff
}

.cmp-teaser .ss-backgroundbrightness-dark>.cmp-pagesectionwithbackgroundimage .pageteaser__content__title,
.cmp-teaserlist__item .ss-backgroundbrightness-dark>.cmp-pagesectionwithbackgroundimage .pageteaser__content__link,
.cmp-teaserlist__item .ss-backgroundbrightness-dark>.cmp-pagesectionwithbackgroundimage .pageteaser__content__title,
.ss-backgroundbrightness-dark>.cmp-pagesectionwithbackgroundimage .cmp-teaser .pageteaser__content__title,
.ss-backgroundbrightness-dark>.cmp-pagesectionwithbackgroundimage .cmp-teaserlist__item .pageteaser__content__link,
.ss-backgroundbrightness-dark>.cmp-pagesectionwithbackgroundimage .cmp-teaserlist__item .pageteaser__content__title,
.ss-backgroundbrightness-dark>.cmp-pagesectionwithbackgroundimage a,
.ss-backgroundbrightness-dark>.cmp-pagesectionwithbackgroundimage button,
.ss-backgroundbrightness-dark>.cmp-pagesectionwithbackgroundimage h1,
.ss-backgroundbrightness-dark>.cmp-pagesectionwithbackgroundimage h2,
.ss-backgroundbrightness-dark>.cmp-pagesectionwithbackgroundimage h3,
.ss-backgroundbrightness-dark>.cmp-pagesectionwithbackgroundimage h4,
.ss-backgroundbrightness-dark>.cmp-pagesectionwithbackgroundimage li,
.ss-backgroundbrightness-dark>.cmp-pagesectionwithbackgroundimage p,
.ss-backgroundbrightness-dark>.cmp-pagesectionwithbackgroundimage ul {
    color: var(--darkbg-textcolor)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .ss-backgroundbrightness-dark>.cmp-pagesectionwithbackgroundimage .ss-buttonstyle-secondary button.mktoButton[type=submit],
.ss-backgroundbrightness-dark>.cmp-pagesectionwithbackgroundimage .ss-buttonstyle-secondary .btn,
.ss-backgroundbrightness-dark>.cmp-pagesectionwithbackgroundimage .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.ss-backgroundbrightness-dark>.cmp-pagesectionwithbackgroundimage .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.cmp-teaserlist__item .ss-backgroundbrightness-dark>.cmp-pagesectionwithbackgroundimage .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .ss-backgroundbrightness-dark>.cmp-pagesectionwithbackgroundimage .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.ss-backgroundbrightness-dark>.cmp-pagesectionwithbackgroundimage .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.ss-backgroundbrightness-dark>.cmp-pagesectionwithbackgroundimage .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.ss-backgroundbrightness-dark>.cmp-pagesectionwithbackgroundimage .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.ss-backgroundbrightness-dark>.cmp-pagesectionwithbackgroundimage .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.ss-backgroundbrightness-dark>.cmp-pagesectionwithbackgroundimage .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--darkbg-textcolor)
}

.pagehero .cmp-pagehero__image {
    height: 21.875rem
}

.pagehero .cmp-pagehero__content {
    padding: 1rem 1rem 2rem
}

@media (max-width:991.98px) {
    .pagehero .cmp-pagehero__wrapper {
        background: none !important
    }

    .pagehero .cmp-pagehero__container {
        padding: 0
    }
}

@media (min-width:992px) {
    .pagehero {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .pagehero .cmp-pagehero__wrapper {
        width: 100%;
        background-color: #f5f5f5 !important;
        position: relative
    }

    .pagehero .cmp-pagehero__wrapper:after {
        content: "";
        background: #f5f5f5;
        top: 0;
        left: 0;
        right: 50%;
        bottom: 0;
        position: absolute
    }

    .pagehero .cmp-pagehero__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .pagehero .cmp-pagehero__content,
    .pagehero .cmp-pagehero__image {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }

    .pagehero .cmp-pagehero__content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 1;
        padding: 0 3.75rem 0 0
    }

    .pagehero .cmp-pagehero__content .title .cmp-title__text {
        margin-bottom: 1rem
    }

    .pagehero .cmp-pagehero__image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        background: none !important
    }

    .pagehero.ss-heroheight-tall .cmp-pagehero__image {
        height: 31.25rem
    }
}

@media (max-width:1096px) {
    .pagehero:not(.ss-heroheight-tall) .cmp-pagehero__wrapper {
        background-size: cover !important
    }
}

@media (min-width:2192px) {
    .pagehero:not(.ss-heroheight-tall) .cmp-pagehero__wrapper {
        background-size: 50% !important
    }
}

@media (min-width:1520px) {
    .pagehero.ss-heroheight-tall .cmp-pagehero__wrapper {
        background-size: 50% !important
    }
}

.tabbedhero .cmp-tabbed-hero .cmp-pagesectionwithbackgroundimage .cmp-text p {
    font-size: .625rem;
    margin-bottom: 0;
    text-transform: uppercase
}

.tabbedhero .cmp-tabbed-hero .cmp-pagesectionwithbackgroundimage .cmp-title__text {
    font-size: 1.5rem;
    margin-bottom: 1.5625rem
}

.tabbedhero .cmp-tabbed-hero .cmp-tabs {
    padding-top: 20px
}

.tabbedhero .cmp-tabbed-hero .cmp-tabs__tab {
    font-weight: 400
}

.tabbedhero .cmp-tabbed-hero .cmp-tabs__tablist li+li:before {
    font-size: 2.5rem
}

.tabbedhero .cmp-tabbed-hero .cmp-tabs .image {
    margin-bottom: 0
}

.tabbedhero .cmp-tabbed-hero .cmp-tabs .image+.text {
    background-color: #fff;
    margin: 0 12% 40px;
    padding: 1.375rem 1.25rem 1.875rem;
    position: relative;
    top: -10px
}

.tabbedhero .cmp-tabbed-hero .cmp-tabs .image+.text .cmp-text p {
    font-size: .875rem;
    line-height: 1.125rem
}

@media (min-width:696px) {
    .tabbedhero .cmp-tabbed-hero .cmp-pagesectionwithbackgroundimage .cmp-title__text {
        font-size: 2.25rem;
        line-height: 2.75rem
    }

    .tabbedhero .cmp-tabbed-hero .cmp-tabs .image+.text .cmp-text p {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media (min-width:992px) {
    .tabbedhero .cmp-tabbed-hero .cmp-pagesectionwithbackgroundimage .cmp-text p {
        font-size: .875rem;
        line-height: 1.5rem;
        margin-bottom: .625rem
    }

    .tabbedhero .cmp-tabbed-hero .cmp-pagesectionwithbackgroundimage .cmp-title__text {
        font-size: 2.25rem;
        line-height: 2.75rem;
        margin-bottom: 2.5rem
    }

    .tabbedhero .cmp-tabbed-hero .cmp-tabs .image+.text {
        top: -60px;
        margin-bottom: .9375rem
    }

    .tabbedhero .cmp-tabbed-hero .cmp-tabs .image+.text .cmp-text p {
        font-size: 1.625rem;
        line-height: 1.875rem
    }
}

.featuredinsights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    background-color: #494949
}

@media (min-width:696px) {
    .featuredinsights {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.featuredinsights .cmp-featured-insights {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative
}

.featuredinsights .cmp-featured-insights .cmp-pagesectionwithbackgroundimage {
    width: 100%;
    height: 100%
}

.featuredinsights .cmp-featured-insights .cmp-pagesectionwithbackgroundimage:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5)
}

.featuredinsights .cmp-featured-insights .cmp-pagesectionwithbackgroundimage__contentWrapper {
    position: relative;
    color: #fff
}

.featuredinsights .cmp-featured-insights .cmp-pagesectionwithbackgroundimage__contentWrapper h1 {
    color: #fff;
    margin-bottom: 1.25rem
}

.featuredinsights .cmp-teaserlist {
    background-color: #494949;
    padding: 2.1875rem 1.5625rem 2.75rem .9375rem;
    margin-bottom: 0
}

@media (min-width:696px) {
    .featuredinsights .cmp-teaserlist {
        -ms-flex-preferred-size: 460px;
        flex-basis: 460px;
        padding: 2.5rem 7.5rem 3.125rem 3.125rem
    }
}

.featuredinsights .cmp-teaserlist__item {
    padding: 0 0 2.5rem;
    margin-bottom: 0
}

@media (min-width:696px) {
    .featuredinsights .cmp-teaserlist__item {
        margin-bottom: 2.5rem;
        position: relative
    }

    .featuredinsights .cmp-teaserlist__item:after {
        content: "";
        display: block;
        position: absolute;
        width: 9.375rem;
        height: .0625rem;
        bottom: 0;
        left: 0;
        background-color: #707070
    }

    .featuredinsights .cmp-teaserlist__item:after:last-of-type {
        background: none
    }
}

.featuredinsights .cmp-teaserlist__item:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0
}

.featuredinsights .cmp-teaserlist__item:last-of-type:after {
    content: none
}

.featuredinsights .cmp-teaserlist__item>.pageteaser__content__link,
.featuredinsights .cmp-teaserlist__item>a {
    color: #fff;
    text-decoration: none
}

.featuredinsights .cmp-teaserlist__item>.pageteaser__content__link:hover,
.featuredinsights .cmp-teaserlist__item>a:hover {
    text-decoration: underline
}

.featuredinsights .cmp-teaserlist__item .pageteaser__content__contenttype {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-transform: uppercase
}

@media (min-width:992px) {
    .featuredinsights .cmp-teaserlist__item .pageteaser__content__contenttype {
        font-weight: 700
    }
}

.featuredinsights .cmp-teaserlist__item .pageteaser__content__contenttype>span:after {
    content: ","
}

.featuredinsights .cmp-teaserlist__item .pageteaser__content__contenttype>span:last-of-type:after {
    content: ""
}

.featuredinsights .cmp-teaserlist__item .pageteaser__content__title {
    color: #fff;
    margin-bottom: .625rem;
    min-height: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width:992px) {
    .featuredinsights .cmp-teaserlist__item .pageteaser__content__title {
        margin-bottom: .625rem
    }
}

.cmp-teaserlist__item>.pageteaser__content__link {
    color: #fff
}

.faq-accordion--head {
    margin-top: 4.375rem
}

@media (min-width:696px) {
    .faq-accordion--head {
        margin-top: 3.125rem
    }
}

.faq-accordion__wrapper {
    border-bottom: 1px solid #ccdbe3
}

.faq-accordion__wrapper+* {
    margin-top: .5em
}

.faq-accordion__body {
    overflow: hidden;
    height: auto;
    max-height: 0;
    padding-bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.faq-accordion__body * {
    font-family: Roboto, sans-serif;
    font-size: 1pc;
    line-height: 26px;
    font-weight: 100
}

.faq-accordion__body b,
.faq-accordion__body b *,
.faq-accordion__body strong,
.faq-accordion__body strong * {
    font-weight: 500
}

.faq-accordion__title {
    cursor: pointer;
    color: #000;
    padding: 1.5625rem 0;
    border-radius: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125rem;
    line-height: 1.5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Intro, sans-serif;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    gap: 10px
}

.faq-accordion__title:hover {
    text-decoration: none
}

.faq-accordion__title:after {
    content: "";
    max-width: 1.0625rem;
    width: 100%;
    height: .125rem;
    background-color: #00a6ca
}

.faq-accordion__title:before {
    content: "";
    max-width: .125rem;
    width: 100%;
    height: 1.0625rem;
    background-color: #00a6ca;
    position: absolute;
    right: .46875rem;
    -webkit-transition: height .2s ease;
    transition: height .2s ease
}

.faq-accordion__title.open:before {
    height: 0
}

.faq-accordion__title.open+.faq-accordion__body {
    padding-bottom: 1.5625rem;
    max-height: 624.9375rem;
    opacity: 1
}

#cts-forgot-password,
#cts-password-locked,
#cts-password-sent {
    width: 915px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 70px 260px 70px 70px;
    font-family: Arial, Helvetica, sans-serif
}

#cts-forgot-password h2,
#cts-password-locked h2,
#cts-password-sent h2 {
    color: #0295be;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px
}

#cts-forgot-password p,
#cts-password-locked p,
#cts-password-sent p {
    font-size: .8em
}

#cts-forgot-password p .cmp-teaserlist__item .pageteaser__content__link,
#cts-forgot-password p a,
#cts-password-locked p .cmp-teaserlist__item .pageteaser__content__link,
#cts-password-locked p a,
#cts-password-sent p .cmp-teaserlist__item .pageteaser__content__link,
#cts-password-sent p a,
.cmp-teaserlist__item #cts-forgot-password p .pageteaser__content__link,
.cmp-teaserlist__item #cts-password-locked p .pageteaser__content__link,
.cmp-teaserlist__item #cts-password-sent p .pageteaser__content__link {
    color: #0295be;
    text-decoration: none
}

#cts-forgot-password form,
#cts-password-locked form,
#cts-password-sent form {
    width: 420px;
    margin-top: 55px;
    font-size: .8em;
    position: relative
}

#cts-forgot-password form:before,
#cts-password-locked form:before,
#cts-password-sent form:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #939393;
    position: absolute;
    top: -20px
}

#cts-forgot-password form label,
#cts-password-locked form label,
#cts-password-sent form label {
    font-weight: 700;
    margin-right: 10px
}

#cts-forgot-password form input,
#cts-password-locked form input,
#cts-password-sent form input {
    width: 250px;
    background-color: #fbf8ee;
    border: 1px solid #c0b6aa;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

#cts-forgot-password form .button,
#cts-password-locked form .button,
#cts-password-sent form .button {
    float: right
}

#cts-forgot-password form .button button,
#cts-password-locked form .button button,
#cts-password-sent form .button button {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
    font-weight: 700;
    background: #939393;
    border: 2px solid #939393;
    width: 5pc;
    margin: 30px 10px 0;
    border-radius: 0;
    padding: 5px 0;
    z-index: 1
}

#cts-forgot-password form .button button[name=submit],
#cts-password-locked form .button button[name=submit],
#cts-password-sent form .button button[name=submit] {
    background: #0081a1;
    border: 2px solid #0081a1
}

#cts-forgot-password form .cmp-form-text,
#cts-password-locked form .cmp-form-text,
#cts-password-sent form .cmp-form-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#cts-self-registration-form {
    width: 915px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 70px 260px 70px 70px;
    font-family: Arial, Helvetica, sans-serif
}

#cts-self-registration-form h2 {
    color: #0295be;
    font-size: 22px;
    font-weight: 400
}

#cts-self-registration-form p {
    font-size: .8em
}

#cts-self-registration-form__user-profile-title {
    width: 420px;
    padding: 10px 0;
    border-top: 1px solid #000;
    border-bottom: 1px dashed #000;
    margin-bottom: 30px
}

#cts-self-registration-form form {
    width: 420px;
    display: block !important
}

#cts-self-registration-form form .text {
    margin-bottom: 15px;
    width: 100%
}

#cts-self-registration-form form .text div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

#cts-self-registration-form form .text div input,
#cts-self-registration-form form .text div label {
    font-size: .8em;
    color: #252525
}

#cts-self-registration-form form .text div label {
    width: 40%;
    display: block;
    font-weight: 700
}

#cts-self-registration-form form .text div input {
    width: 60%;
    background-color: #fbf8ee;
    border: 1px solid #c0b6aa
}

#cts-self-registration-form form .options {
    margin-bottom: 15px
}

#cts-self-registration-form form .options fieldset {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#cts-self-registration-form form .options fieldset label,
#cts-self-registration-form form .options fieldset legend {
    padding: 0;
    font-size: 9pt;
    float: left
}

#cts-self-registration-form form .options fieldset legend {
    width: 39%
}

#cts-self-registration-form form .button {
    float: right
}

#cts-self-registration-form form .button button {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: 700;
    background: #939393;
    border: 2px solid #939393;
    width: 5pc;
    margin: 5px 10px 0;
    border-radius: 0;
    padding: 5px 0
}

#cts-self-registration-form form .button button[name=next] {
    background: #0081a1;
    border: 2px solid #0081a1
}

#cts-self-registration-form .cts-self-registration-form {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 260px 70px 70px;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    top: 110px;
    left: 0;
    background-color: #fff
}

#cts-self-registration-form .cts-self-registration-form h2 {
    color: #0295be;
    font-size: 22px;
    font-weight: 400
}

#cts-self-registration-form .cts-self-registration-form p {
    font-size: .8em
}

#cts-self-registration-form .cts-self-registration-form__user-profile-title {
    width: 420px;
    padding: 10px 0;
    border-top: 1px solid #000;
    border-bottom: 1px dashed #000;
    margin-bottom: 30px
}

#cts-self-registration-form .cts-self-registration-form__user-profile-title p {
    font-weight: 700
}

#cts-self-registration-form .cts-self-registration-form .cts-confirmation-list {
    list-style: none;
    padding: 0;
    margin: 0
}

#cts-self-registration-form .cts-self-registration-form .cts-confirmation-list li {
    font-size: .8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

#cts-self-registration-form .cts-self-registration-form .cts-confirmation-list li span:first-of-type {
    font-weight: 700;
    width: 30%
}

#cts-self-registration-form .cts-self-registration-form .text {
    margin-bottom: 15px;
    width: 100%
}

#cts-self-registration-form .cts-self-registration-form button {
    color: #fff;
    font-size: .8em;
    font-weight: 700;
    background: #939393;
    border: 2px solid #939393;
    width: 5pc;
    margin: 0
}

#cts-self-registration-form .cts-self-registration-form .cts-self-registration-form__edit-button,
#cts-self-registration-form .cts-self-registration-form .cts-self-registration-form__submit-button {
    background: #0081a1;
    border: 2px solid #0081a1;
    width: 5pc !important
}

#cts-self-registration-form .cts-self-registration-form .cts-submit-buttons {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5pc;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#cts-self-registration-form .cts-self-registration-form .cts-submit-buttons .cts-self-registration-form__submit-button {
    margin: 0 0 0 25px
}

.cmp-teaser .title.ss-layout-stacked .pageteaser__content__title,
.cmp-teaserlist__item .title.ss-layout-stacked .pageteaser__content__title,
.title.ss-layout-stacked .cmp-teaser .pageteaser__content__title,
.title.ss-layout-stacked .cmp-teaserlist__item .pageteaser__content__title,
.title.ss-layout-stacked h1,
.title.ss-layout-stacked h2,
.title.ss-layout-stacked h3,
.title.ss-layout-stacked h4 {
    margin-bottom: 0
}

.title.ss-text-bold .cmp-title__text {
    font-weight: 600
}

.title.ss-text-yellow-border .cmp-title__text {
    text-decoration: underline;
    text-decoration-thickness: 4px;
    -webkit-text-decoration-color: #fcd800;
    text-decoration-color: #fcd800;
    text-underline-offset: 2px;
    margin-bottom: .625rem
}

.title.ss-color-blue-stone .cmp-title__link,
.title.ss-color-blue-stone .cmp-title__text {
    color: #005365
}

.title.ss-color-gray .cmp-title__link,
.title.ss-color-gray .cmp-title__text {
    color: #494949
}

.title.ss-color-white .cmp-title__link,
.title.ss-color-white .cmp-title__text {
    color: #fff
}

.title.ss-centeredH3 .cmp-title h3 {
    font-size: 1.625rem;
    line-height: 2.25rem
}

@media (min-width:696px) {

    .cmp-teaser .title.ss-statH1 .cmp-title .pageteaser__content__title,
    .cmp-teaserlist__item .title.ss-statH1 .cmp-title .pageteaser__content__title,
    .title.ss-statH1 .cmp-title .cmp-teaser .pageteaser__content__title,
    .title.ss-statH1 .cmp-title .cmp-teaserlist__item .pageteaser__content__title,
    .title.ss-statH1 .cmp-title h1,
    .title.ss-statH1 .cmp-title h2,
    .title.ss-statH1 .cmp-title h3,
    .title.ss-statH1 .cmp-title h4 {
        font-size: 2.5rem;
        line-height: 3.0625rem
    }

    .cmp-teaser .title.ss-centeredH2 .cmp-title .pageteaser__content__title,
    .cmp-teaserlist__item .title.ss-centeredH2 .cmp-title .pageteaser__content__title,
    .title.ss-centeredH2 .cmp-title .cmp-teaser .pageteaser__content__title,
    .title.ss-centeredH2 .cmp-title .cmp-teaserlist__item .pageteaser__content__title,
    .title.ss-centeredH2 .cmp-title h1,
    .title.ss-centeredH2 .cmp-title h2,
    .title.ss-centeredH2 .cmp-title h3,
    .title.ss-centeredH2 .cmp-title h4 {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .cmp-teaser .title.ss-centeredH3 .cmp-title .pageteaser__content__title,
    .cmp-teaserlist__item .title.ss-centeredH3 .cmp-title .pageteaser__content__title,
    .title.ss-centeredH3 .cmp-title .cmp-teaser .pageteaser__content__title,
    .title.ss-centeredH3 .cmp-title .cmp-teaserlist__item .pageteaser__content__title,
    .title.ss-centeredH3 .cmp-title h1,
    .title.ss-centeredH3 .cmp-title h2,
    .title.ss-centeredH3 .cmp-title h3,
    .title.ss-centeredH3 .cmp-title h4 {
        font-size: 1.375rem;
        line-height: 1.8125rem
    }
}

@media (min-width:1200px) {

    .cmp-teaser .title.ss-statH1 .cmp-title .pageteaser__content__title,
    .cmp-teaserlist__item .title.ss-statH1 .cmp-title .pageteaser__content__title,
    .title.ss-statH1 .cmp-title .cmp-teaser .pageteaser__content__title,
    .title.ss-statH1 .cmp-title .cmp-teaserlist__item .pageteaser__content__title,
    .title.ss-statH1 .cmp-title h1,
    .title.ss-statH1 .cmp-title h2,
    .title.ss-statH1 .cmp-title h3,
    .title.ss-statH1 .cmp-title h4 {
        font-size: 3.875rem;
        line-height: 3.8125rem
    }

    .cmp-teaser .title.ss-interiorH1 .cmp-title .pageteaser__content__title,
    .cmp-teaserlist__item .title.ss-interiorH1 .cmp-title .pageteaser__content__title,
    .title.ss-interiorH1 .cmp-title .cmp-teaser .pageteaser__content__title,
    .title.ss-interiorH1 .cmp-title .cmp-teaserlist__item .pageteaser__content__title,
    .title.ss-interiorH1 .cmp-title h1,
    .title.ss-interiorH1 .cmp-title h2,
    .title.ss-interiorH1 .cmp-title h3,
    .title.ss-interiorH1 .cmp-title h4 {
        font-size: 3.4375rem;
        line-height: 3.8125rem
    }

    .cmp-teaser .title.ss-centeredH2 .cmp-title .pageteaser__content__title,
    .cmp-teaserlist__item .title.ss-centeredH2 .cmp-title .pageteaser__content__title,
    .title.ss-centeredH2 .cmp-title .cmp-teaser .pageteaser__content__title,
    .title.ss-centeredH2 .cmp-title .cmp-teaserlist__item .pageteaser__content__title,
    .title.ss-centeredH2 .cmp-title h1,
    .title.ss-centeredH2 .cmp-title h2,
    .title.ss-centeredH2 .cmp-title h3,
    .title.ss-centeredH2 .cmp-title h4 {
        font-size: 2.5rem;
        line-height: 2.875rem
    }

    .cmp-teaser .title.ss-centeredH3 .cmp-title .pageteaser__content__title,
    .cmp-teaserlist__item .title.ss-centeredH3 .cmp-title .pageteaser__content__title,
    .title.ss-centeredH3 .cmp-title .cmp-teaser .pageteaser__content__title,
    .title.ss-centeredH3 .cmp-title .cmp-teaserlist__item .pageteaser__content__title,
    .title.ss-centeredH3 .cmp-title h1,
    .title.ss-centeredH3 .cmp-title h2,
    .title.ss-centeredH3 .cmp-title h3,
    .title.ss-centeredH3 .cmp-title h4 {
        font-size: 1.875rem;
        line-height: 2.5rem
    }

    .cmp-teaser .title.ss-centeredH4 .cmp-title .pageteaser__content__title,
    .cmp-teaserlist__item .title.ss-centeredH4 .cmp-title .pageteaser__content__title,
    .title.ss-centeredH4 .cmp-title .cmp-teaser .pageteaser__content__title,
    .title.ss-centeredH4 .cmp-title .cmp-teaserlist__item .pageteaser__content__title,
    .title.ss-centeredH4 .cmp-title h1,
    .title.ss-centeredH4 .cmp-title h2,
    .title.ss-centeredH4 .cmp-title h3,
    .title.ss-centeredH4 .cmp-title h4 {
        font-size: 1.375rem;
        line-height: 1.6875rem
    }
}

.text .ss-text-black {
    color: #000
}

.text .ss-text-white {
    color: #fff
}

.text.ss-text-roboto,
.text.ss-text-roboto-light {
    font-family: Roboto, sans-serif
}

.text.ss-text-roboto-light {
    font-weight: 100;
    font-size: 1pc;
    line-height: 24px
}

@media (min-width:992px) {
    .text.ss-text-roboto-light {
        font-size: 20px;
        line-height: 30px
    }
}

.text.ss-text-tag p {
    color: #494949
}

.text.ss-text-black-tag p,
.text.ss-text-tag p {
    font-size: 9pt;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: Intro, Helvetica, Arial, sans-serif
}

.text.ss-text-black-tag p {
    line-height: 14px;
    color: #000
}

.text.ss-text-bottom-0 p {
    margin-bottom: 0
}

.text.ss-text-bottom-med p {
    margin-bottom: .5em
}

.text.ss-text-bottom-med div {
    margin-bottom: 1em
}

.text.ss-text-bottom-lg p {
    margin-bottom: 2em
}

.text.ss-text-pretty p {
    text-wrap: pretty
}

.text.ss-text-rt-p-20 {
    -webkit-padding-end: 20px;
    padding-inline-end: 20px
}

.text.ss-statText p {
    font-size: 2.5rem;
    line-height: 2.625rem;
    font-weight: 600;
    font-family: Intro, Helvetica, Arial, sans-serif
}

.text.ss-smalltext div {
    font-size: .75rem
}

.text.ss-statMediumText p {
    font-size: 2.5rem;
    line-height: 3.125rem
}

.text.ss-statLargeText p,
.text.ss-statMediumText p {
    font-weight: 600;
    font-family: Intro, Helvetica, Arial, sans-serif
}

.text.ss-statLargeText p {
    font-size: 2.25rem;
    line-height: 2.8125rem;
    margin-bottom: 0
}

@media (min-width:992px) {
    .text.ss-text-fixed-width {
        width: 20.3125rem
    }
}

.text table {
    width: 100%
}

.text table tbody {
    vertical-align: top
}

.text table tbody td {
    padding: .5rem
}

.text table tbody th {
    padding: .5rem;
    background-color: #f5f5f5
}

.text blockquote {
    border-top: 2px solid #fcd800;
    border-bottom: 2px solid #fcd800;
    padding: 20px 0;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.54rem;
    font-style: italic;
    margin: 3.125rem 7.5rem 3.125rem 0;
    width: 98%;
    float: left
}

.text blockquote:before {
    content: open-quote
}

.text blockquote:after {
    content: close-quote
}

.text ul {
    list-style: none
}

.text ul li {
    margin: .25rem;
    position: relative
}

.text ul li:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 8px;
    width: 1pc;
    top: 8px;
    left: -9pt;
    background-size: contain;
    background-repeat: no-repeat
}

.text.ss-listed-circle-bullet ul {
    text-align: left
}

.text.ss-listed-circle-bullet ul li {
    font-size: 1pc;
    font-weight: 300;
    margin-bottom: 1.25rem;
    margin-left: 5px;
    margin-top: 0
}

@media (min-width:696px) {
    .text.ss-listed-circle-bullet ul li {
        margin-bottom: .625rem;
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .text.ss-listed-circle-bullet ul li {
        font-size: 17px;
        margin-bottom: .94375rem;
        padding-left: 5px
    }
}

.text.ss-listed-circle-bullet ul li:before {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 5px;
    -webkit-transform: translate(-20px, -5px);
    transform: translate(-20px, -5px);
    height: 25px;
    width: 25px
}

.text.ss-listed-circle-bullet-bold ul {
    text-align: left
}

.text.ss-listed-circle-bullet-bold ul li {
    font-family: Intro, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1.25rem;
    margin-left: 5px;
    margin-top: 0
}

@media (min-width:696px) {
    .text.ss-listed-circle-bullet-bold ul li {
        margin-bottom: .625rem;
        margin-left: 0
    }
}

@media (min-width:992px) {
    .text.ss-listed-circle-bullet-bold ul li {
        font-size: 21px;
        margin-bottom: .94375rem;
        padding-left: 5px
    }
}

.text.ss-listed-circle-bullet-bold ul li:before {
    background-image: url(../../../content/dam/transunion/trubrand/icons/Checkmark-DarkBlue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 5px;
    -webkit-transform: translate(-20px);
    transform: translate(-20px);
    height: 25px;
    width: 25px
}

.text.ss-small-list-bullet ul {
    list-style: none;
    margin-top: .625rem
}

.text.ss-small-list-bullet ul li {
    margin-bottom: 1.125rem;
    position: relative
}

.text.ss-small-list-bullet ul li:before {
    content: "\2022";
    display: inline-block;
    background: none;
    position: absolute;
    top: 0;
    left: -1.25rem
}

.text.ss-listed-bullet ul {
    list-style: none
}

.text.ss-listed-bullet ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.text.ss-listed-bullet ul li:before {
    content: "\2022";
    text-indent: -999999px;
    display: block;
    position: absolute;
    height: 1.5em;
    width: 1.5em;
    background-image: url(clientlib-trubrand/resources/images/approved.svg);
    background-repeat: no-repeat;
    background-size: 1.5em 1.4em;
    background-position: 0 -.1em;
    left: -1.5em;
    top: .1em
}

.text.bullet-md-size ul {
    margin-left: 18px;
    font-size: 110%;
    margin-bottom: 1.5rem
}

.text.bullet-lg-size ul {
    margin-left: 18px;
    font-size: 114%;
    margin-bottom: 1.5rem
}

.text.bullet-lg-size ul li {
    margin-bottom: 1em
}

.text .highlight {
    background: #fcd800
}

.text.ss-miniParagraph .cmp-text p {
    font-size: 1rem;
    line-height: 1.625rem
}

@media (min-width:696px) {
    .text.ss-statText p {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .text.ss-text-black-tag p {
        font-size: 10px;
        line-height: 14px
    }

    .text.ss-statLargeText p {
        font-size: 2.5rem;
        line-height: 3.0625rem
    }

    .text.ss-miniParagraph .cmp-text p {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .text.ss-centeredParagraph .cmp-text p {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

@media (min-width:992px) {
    .text blockquote {
        width: 280px
    }

    .text.ss-full-width-quote blockquote {
        width: 100%
    }
}

@media (min-width:1200px) {
    .text.ss-statText p {
        font-size: 2.5rem;
        line-height: 2.5rem
    }

    .text.ss-statMediumText p {
        font-size: 3.25rem;
        line-height: 3.5625rem
    }

    .text.ss-statLargeText {
        margin-bottom: 5px
    }

    .text.ss-statLargeText p {
        font-size: 3.875rem;
        line-height: 4.1875rem
    }

    .text.ss-text-black-tag p {
        font-size: 9pt;
        line-height: 14px
    }

    .text.ss-miniParagraph .cmp-text p {
        font-size: 1.0625rem;
        line-height: 1.5625rem
    }

    .text.ss-centeredParagraph .cmp-text p {
        font-size: 1.25rem;
        line-height: 1.875rem
    }
}

.text .cq-Editable-dom blockquote {
    float: none
}

.squarecheckmark .cmp-text ul li:before {
    background-image: url(../../../content/dam/transunion/phoenix/checkmark.svg);
    height: 17px;
    width: 22px;
    left: -31px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.squarecheckmark--white .cmp-text ul li:before {
    background-image: url(../../../content/dam/transunion/phoenix/checkmark-white.svg)
}

.squarecheckmark.text ul {
    margin-left: 2pc
}

.squarecheckmark.text ul li {
    margin: 0 0 1rem .25rem
}

.squarecheckmark.text ul li:last-of-type {
    margin-bottom: 0
}

.image {
    margin-bottom: 2.5rem
}

.image.ss-imagewidth-full {
    width: 100%;
    margin-bottom: 0
}

.image.ss-imagewidth-full img {
    max-width: 100%
}

.image.ss-imgorg img.cmp-image__image {
    width: auto
}

.image.ss-rounded-corners img {
    border-radius: 15px
}

.image.ss-rounded-corners-shadows img {
    border-radius: 15px;
    -webkit-box-shadow: 0 10px 46px 0 rgba(0, 67, 100, .1);
    box-shadow: 0 10px 46px 0 rgba(0, 67, 100, .1)
}

.image.ss-image-single-post {
    padding: 0;
    margin-bottom: 40px
}

@media (min-width:992px) {
    .image.ss-image-single-post {
        margin-bottom: 60px
    }
}

.image.illustrated-image img {
    height: 300px
}

.image.squared-image {
    padding: 20px;
    background: #effbfd;
    border-radius: 10px;
    min-height: 199px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:767px) {
    .image.squared-image {
        min-height: 267px
    }
}

@media (min-width:696px) {
    .image.squared-image img {
        height: 187px
    }
}

.cmp-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cmp-image__image {
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

@media (min-width:992px) {
    .image {
        margin-bottom: 3.125rem
    }
}

.cmp-teaserlist__item .link.ss-linkstyle-caret .pageteaser__content__link,
.link.ss-linkstyle-caret .cmp-teaserlist__item .pageteaser__content__link,
.link.ss-linkstyle-caret a {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    letter-spacing: .01438rem
}

.cmp-teaserlist__item .link.ss-linkstyle-caret .pageteaser__content__link:after,
.link.ss-linkstyle-caret .cmp-teaserlist__item .pageteaser__content__link:after,
.link.ss-linkstyle-caret a:after {
    border-top: .5625rem solid transparent;
    border-bottom: .5625rem solid transparent;
    border-left: .65625rem solid #005365;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: 1.125rem;
    width: 0;
    vertical-align: middle
}

@media (min-width:696px) {

    .cmp-teaserlist__item .link.ss-linkstyle-caret .pageteaser__content__link:after,
    .link.ss-linkstyle-caret .cmp-teaserlist__item .pageteaser__content__link:after,
    .link.ss-linkstyle-caret a:after {
        border-top: .75rem solid transparent;
        border-bottom: .75rem solid transparent;
        border-left: .875rem solid #005365;
        margin-left: 1.5rem
    }
}

@media (min-width:696px) {

    .cmp-teaserlist__item .link.ss-linkstyle-caret .pageteaser__content__link,
    .link.ss-linkstyle-caret .cmp-teaserlist__item .pageteaser__content__link,
    .link.ss-linkstyle-caret a {
        font-size: 1.4375rem;
        line-height: 1.625rem;
        letter-spacing: .01438rem
    }
}

.link.ss-headingposition-stacked {
    margin-bottom: .5rem
}

.link.spacing-med {
    margin-bottom: 1rem
}

.link.bullet-disc {
    position: relative;
    padding-left: 1.875rem
}

.link.bullet-disc:before {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: .5rem;
    background: #005365
}

.linklist>ul {
    list-style-type: none;
    padding-left: 0
}

.cmp-teaserlist__item .linkcalltoaction .cmp-linkcalltoaction.pageteaser__content__link,
.cmp-teaserlist__item .teaserfeature .linkcalltoaction .cmp-teaser__action-container.pageteaser__content__link,
.cmp-teaserlist__item .teaserfeature .linkcalltoaction .cmp-teaser__action-link.pageteaser__content__link,
.linkcalltoaction .cmp-linkcalltoaction,
.linkcalltoaction .cmp-teaserlist__item .cmp-linkcalltoaction.pageteaser__content__link,
.linkcalltoaction .cmp-teaserlist__item .teaserfeature .cmp-teaser__action-container.pageteaser__content__link,
.linkcalltoaction .cmp-teaserlist__item .teaserfeature .cmp-teaser__action-link.pageteaser__content__link,
.linkcalltoaction .teaserfeature .cmp-teaser__action-container,
.linkcalltoaction .teaserfeature .cmp-teaser__action-link,
.linkcalltoaction .teaserfeature .cmp-teaserlist__item .cmp-teaser__action-container.pageteaser__content__link,
.linkcalltoaction .teaserfeature .cmp-teaserlist__item .cmp-teaser__action-link.pageteaser__content__link,
.linkcalltoaction .teaserfeature a.cmp-teaser__action-container,
.linkcalltoaction .teaserfeature a.cmp-teaser__action-link,
.linkcalltoaction a.cmp-linkcalltoaction,
.teaserfeature .cmp-teaserlist__item .linkcalltoaction .cmp-teaser__action-container.pageteaser__content__link,
.teaserfeature .cmp-teaserlist__item .linkcalltoaction .cmp-teaser__action-link.pageteaser__content__link,
.teaserfeature .linkcalltoaction .cmp-teaser__action-container,
.teaserfeature .linkcalltoaction .cmp-teaser__action-link,
.teaserfeature .linkcalltoaction a.cmp-teaser__action-container,
.teaserfeature .linkcalltoaction a.cmp-teaser__action-link {
    position: relative;
    background: #fcd800;
    color: #000;
    font-family: Intro, "sans-serif";
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    border: none;
    border-radius: 3.125rem;
    padding: 1rem 1.625rem;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.cmp-teaserlist__item .linkcalltoaction .cmp-linkcalltoaction.pageteaser__content__link:hover,
.cmp-teaserlist__item .teaserfeature .linkcalltoaction .cmp-teaser__action-container.pageteaser__content__link:hover,
.cmp-teaserlist__item .teaserfeature .linkcalltoaction .cmp-teaser__action-link.pageteaser__content__link:hover,
.linkcalltoaction .cmp-linkcalltoaction:hover,
.linkcalltoaction .cmp-teaserlist__item .cmp-linkcalltoaction.pageteaser__content__link:hover,
.linkcalltoaction .cmp-teaserlist__item .teaserfeature .cmp-teaser__action-container.pageteaser__content__link:hover,
.linkcalltoaction .cmp-teaserlist__item .teaserfeature .cmp-teaser__action-link.pageteaser__content__link:hover,
.linkcalltoaction .teaserfeature .cmp-teaser__action-container:hover,
.linkcalltoaction .teaserfeature .cmp-teaser__action-link:hover,
.linkcalltoaction .teaserfeature .cmp-teaserlist__item .cmp-teaser__action-container.pageteaser__content__link:hover,
.linkcalltoaction .teaserfeature .cmp-teaserlist__item .cmp-teaser__action-link.pageteaser__content__link:hover,
.linkcalltoaction .teaserfeature a.cmp-teaser__action-container:hover,
.linkcalltoaction .teaserfeature a.cmp-teaser__action-link:hover,
.linkcalltoaction a.cmp-linkcalltoaction:hover,
.teaserfeature .cmp-teaserlist__item .linkcalltoaction .cmp-teaser__action-container.pageteaser__content__link:hover,
.teaserfeature .cmp-teaserlist__item .linkcalltoaction .cmp-teaser__action-link.pageteaser__content__link:hover,
.teaserfeature .linkcalltoaction .cmp-teaser__action-container:hover,
.teaserfeature .linkcalltoaction .cmp-teaser__action-link:hover,
.teaserfeature .linkcalltoaction a.cmp-teaser__action-container:hover,
.teaserfeature .linkcalltoaction a.cmp-teaser__action-link:hover {
    color: #fff;
    background: #004364;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.linkcalltoaction.ss-style-disabled .cmp-linkcalltoaction,
.linkcalltoaction.ss-style-disabled .teaserfeature .cmp-teaser__action-container,
.linkcalltoaction.ss-style-disabled .teaserfeature .cmp-teaser__action-link,
.teaserfeature .linkcalltoaction.ss-style-disabled .cmp-teaser__action-container,
.teaserfeature .linkcalltoaction.ss-style-disabled .cmp-teaser__action-link {
    opacity: .5;
    background: #fdeb7f;
    cursor: default;
    pointer-events: none
}

.linkcalltoaction.ss-style-fixed-width .cmp-linkcalltoaction,
.linkcalltoaction.ss-style-fixed-width .teaserfeature .cmp-teaser__action-container,
.linkcalltoaction.ss-style-fixed-width .teaserfeature .cmp-teaser__action-link,
.teaserfeature .linkcalltoaction.ss-style-fixed-width .cmp-teaser__action-container,
.teaserfeature .linkcalltoaction.ss-style-fixed-width .cmp-teaser__action-link {
    width: 20.3125rem
}

.linkcalltoaction.mobile-fullwidth .cmp-linkcalltoaction,
.linkcalltoaction.mobile-fullwidth .teaserfeature .cmp-teaser__action-container,
.linkcalltoaction.mobile-fullwidth .teaserfeature .cmp-teaser__action-link,
.teaserfeature .linkcalltoaction.mobile-fullwidth .cmp-teaser__action-container,
.teaserfeature .linkcalltoaction.mobile-fullwidth .cmp-teaser__action-link {
    width: 100%
}

@media (min-width:696px) {

    .linkcalltoaction.mobile-fullwidth .cmp-linkcalltoaction,
    .linkcalltoaction.mobile-fullwidth .teaserfeature .cmp-teaser__action-container,
    .linkcalltoaction.mobile-fullwidth .teaserfeature .cmp-teaser__action-link,
    .teaserfeature .linkcalltoaction.mobile-fullwidth .cmp-teaser__action-container,
    .teaserfeature .linkcalltoaction.mobile-fullwidth .cmp-teaser__action-link {
        width: auto
    }
}

.cmp-embed iframe {
    margin: 0 auto;
    max-height: 100%;
    width: 100%;
    height: 100%
}

.embed {
    margin-bottom: 1.5rem
}

@media (min-width:696px) {
    .embed {
        margin-bottom: 2.5rem
    }
}

.embed.ss-aspectratio-16x9>.cmp-embed {
    width: 100%;
    height: 0;
    padding-top: 56%;
    position: relative
}

.embed.ss-aspectratio-16x9>.cmp-embed iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.embed .mktoForm {
    width: 100% !important
}

@media (min-width:696px) {
    .embed .mktoForm .mktoFormRow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.embed .mktoForm .mktoFormRow .mktoFormCol {
    float: none;
    width: 100%
}

@media (min-width:696px) {
    .embed .mktoForm .mktoFormRow .mktoFormCol {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: .9375rem
    }

    .embed .mktoForm .mktoFormRow .mktoFormCol:last-child {
        margin-right: 0
    }
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoOffset {
    display: none
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap {
    float: none
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label {
    display: none
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoGutter {
    display: none !important
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField {
    width: 100% !important
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap {
    margin-left: 0 !important
}

.embed form.mktoForm label.mktoLabel {
    display: none
}

.linkedicon {
    margin: 40px 0
}

.linkedicon h3 {
    margin-bottom: 20px
}

.linkedicon>[class*=" icon-"],
.linkedicon>[class^=icon-] {
    color: #000;
    font-size: 1.875rem;
    display: inline-block;
    margin-right: 20px
}

.cmp-teaserlist__item .linkedicon>.pageteaser__content__link .icon-angle-right,
.linkedicon>a .icon-angle-right {
    display: inline-block;
    margin-left: 20px
}

.linkedicon.linkediconcta {
    text-align: center
}

.imagelinklist ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.imagelinklist ul li {
    margin-bottom: 20px
}

.genericlist,
.genericlist>ul>li {
    margin-bottom: 1.5rem
}

.genericlist>ul>li>div,
.genericlist>ul>li>div>div {
    margin: 0
}

.genericlist.ss-listitemstyle-none>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

@media (min-width:696px) {
    .genericlist.ss-layout-twocolumn>ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }

    .genericlist.ss-layout-twocolumn>ul li {
        margin-bottom: 0
    }

    .genericlist.ss-layout-twocolumn>ul li>div {
        margin-bottom: 2.5rem
    }

    .genericlist.ss-layout-twocolumn>ul li:nth-child(odd) {
        padding-right: 3.125rem
    }

    .genericlist.ss-layout-twocolumn>ul li:nth-child(2n) {
        padding-left: 3.125rem;
        border-left: .0625rem solid #757982
    }

    .genericlist.ss-layout-twocolumn>ul li:last-child>div,
    .genericlist.ss-layout-twocolumn>ul li:nth-last-child(2)>div {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .genericlist.ss-layout-twocolumn>ul li:nth-child(odd) {
        padding-right: 6.25rem
    }

    .genericlist.ss-layout-twocolumn>ul li:nth-child(2n) {
        padding-left: 6.25rem
    }
}

@media (-ms-high-contrast:active),
screen and (min-width:768px) and (-ms-high-contrast:none) {
    .genericlist.ss-layout-twocolumn>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .genericlist.ss-layout-twocolumn>ul>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%
    }
}

@media (min-width:992px) {
    .genericlist.ss-layout-fluid>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-bottom: -2rem
    }

    .genericlist.ss-layout-fluid>ul>li {
        margin-right: 2rem;
        margin-bottom: 2rem
    }
}

.icon {
    margin-bottom: 1rem
}

.cmp-teaser .icon a .pageteaser__content__title,
.cmp-teaserlist__item .icon .pageteaser__content__link,
.cmp-teaserlist__item .icon .pageteaser__content__link .pageteaser__content__title,
.cmp-teaserlist__item .icon .pageteaser__content__link h4,
.cmp-teaserlist__item .icon a .pageteaser__content__title,
.icon .cmp-teaserlist__item .pageteaser__content__link,
.icon .cmp-teaserlist__item .pageteaser__content__link .pageteaser__content__title,
.icon .cmp-teaserlist__item .pageteaser__content__link h4,
.icon a,
.icon a .cmp-teaser .pageteaser__content__title,
.icon a .cmp-teaserlist__item .pageteaser__content__title,
.icon a h4 {
    color: #a8a8ac
}

.cmp-teaserlist__item .icon .pageteaser__content__link p,
.icon .cmp-teaserlist__item .pageteaser__content__link p,
.icon a p {
    color: #000
}

.cmp-teaserlist__item .icon .pageteaser__content__link:hover,
.icon .cmp-teaserlist__item .pageteaser__content__link:hover,
.icon a:hover {
    text-decoration: none
}

.icon .cmp-icon__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.icon .cmp-icon__text {
    margin: 0 0 0 1rem
}

.cmp-teaser .icon .cmp-icon__text .pageteaser__content__title,
.cmp-teaserlist__item .icon .cmp-icon__text .pageteaser__content__title,
.icon .cmp-icon__text .cmp-teaser .pageteaser__content__title,
.icon .cmp-icon__text .cmp-teaserlist__item .pageteaser__content__title,
.icon .cmp-icon__text h4,
.icon .cmp-icon__text p {
    margin: 0
}

.icon i {
    border-radius: 100%;
    background-color: #a8a8ac;
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 2.5rem;
    font-size: 1.25rem;
    height: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: .0125rem;
    text-align: center;
    width: 2.5rem
}

@media (min-width:992px) {
    .icon {
        margin-bottom: 2.5rem
    }

    .icon i {
        font-size: 3.125rem;
        height: 6rem;
        letter-spacing: .03125rem;
        line-height: 6rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 6rem;
        flex: 0 0 6rem;
        width: 6rem
    }

    .icon .cmp-icon-text {
        margin: 0 0 0 2.5rem
    }

    .icon.ss-iconsize-small i {
        font-size: 2.1875rem;
        height: 3.75rem;
        width: 3.75rem;
        letter-spacing: .03125rem;
        line-height: 3.75rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 3.75rem;
        flex: 0 0 3.75rem
    }

    .icon.ss-iconsize-small .cmp-icon-text {
        margin: 0 0 0 1.5rem
    }
}

.quotation {
    background-color: #f2f2f2;
    -webkit-box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .15);
    box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .15)
}

.quotation-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4.375rem 1rem 1fr;
    grid-template-columns: 4.375rem 1rem 1fr;
    padding: 1rem
}

.quotation .quotation-image {
    width: 100%
}

.quotation .quotation-person {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    grid-column: 3;
    grid-row: 1;
    align-self: center
}

.quotation .quotation-person_name {
    border-bottom: .0625rem solid #a8a8ac;
    color: #494949;
    padding-bottom: .5rem;
    margin-bottom: .5rem
}

.quotation .quotation-person_title {
    color: #6f42c1;
    font-weight: 700;
    margin: 0
}

.quotation .quotation-text {
    -ms-grid-column-span: 3;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    grid-column: 1/span 3;
    grid-row: 2;
    margin-top: 1rem
}

.quotation .quotation-text p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.quotation .quotation-text p:after,
.quotation .quotation-text p:before {
    color: #6f42c1;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.19;
    letter-spacing: -.03rem;
    height: 1.125rem
}

.quotation .quotation-text p:before {
    content: "“";
    margin-right: .25rem
}

.quotation .quotation-text p:after {
    content: "”";
    margin-left: .25rem;
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media (min-width:992px) {
    .quotation {
        -webkit-box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .25);
        box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .25)
    }

    .quotation-wrapper {
        padding: 0 4rem 0 0;
        -ms-grid-columns: 22.1875rem 3rem 1fr;
        grid-template-columns: 22.1875rem 3rem 1fr
    }

    .quotation .quotation-image {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-column: 1;
        grid-row: 1/span 2
    }

    .quotation .quotation-person {
        -ms-grid-column: 3;
        -ms-grid-row: 1;
        grid-column: 3;
        grid-row: 1;
        margin-top: 3rem
    }

    .quotation .quotation-text {
        -ms-grid-column: 3;
        -ms-grid-row: 2;
        grid-column: 3;
        grid-row: 2;
        margin-top: 2rem
    }

    .quotation .quotation-text p {
        font-size: 1.625rem;
        font-weight: 400;
        line-height: 1.46;
        letter-spacing: .01625rem
    }

    .quotation .quotation-text p:after,
    .quotation .quotation-text p:before {
        color: #6f42c1;
        font-size: 4.0625rem;
        font-weight: 800;
        line-height: 1.29;
        letter-spacing: -.06125rem;
        height: 3.4375rem
    }

    .quotation .quotation-text p:before {
        margin-right: 1.5rem
    }

    .quotation .quotation-text p:after {
        margin-left: 1.5rem
    }
}

.list .cmp-list {
    margin: 0 0 1.125rem;
    list-style: none
}

.list .cmp-list__item {
    font-size: 1rem;
    line-height: 1.5rem
}

.list.ss-display-no-list-style .cmp-list {
    list-style: none
}

.list.ss-display-no-underline .cmp-list__item-link {
    text-decoration: none
}

.list.ss-display-no-underline .cmp-list__item-link:hover {
    color: #005365;
    border-bottom: .1875rem solid #005365
}

.list.ss-display-bold {
    font-weight: 700
}

.list.ss-display-space-among-items .cmp-list__item {
    margin-bottom: .4375rem
}

.list.ss-color-black .cmp-list__item-link {
    color: #000
}

.list.ss-text-uppercase {
    text-transform: uppercase
}

.list.ss-text-uppercase .cmp-list__item-link {
    font-size: .88rem
}

@media (min-width:992px) {
    .list.ss-display-two-column .cmp-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

.vantagescore {
    background-color: #e6edf1
}

.vantagescore.vantagedark {
    background-color: #004363
}

.vantagescore.vantagedark .cmp-vantage-score__label {
    color: #fff
}

.vantagescore.vantagedark .cmp-vantage-score__label:before {
    border-color: #fff
}

.vantagescore.vantagedark .cmp-vantage-score__description * {
    color: #fff
}

.vantagescore .cmp-vantage-score {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.vantagescore .cmp-vantage-score__label {
    font-family: Roboto, sans-serif;
    font-size: 1.375rem;
    font-weight: 600
}

.vantagescore .cmp-vantage-score__description * {
    letter-spacing: normal;
    font-size: .6875rem;
    line-height: 1.0625rem;
    margin-bottom: .3125rem
}

.vantagescore .cmp-vantage-score__description b,
.vantagescore .cmp-vantage-score__description strong {
    font-weight: 700
}

@media (min-width:696px) {
    .vantagescore .cmp-vantage-score {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 10px 0
    }

    .vantagescore .cmp-vantage-score__label {
        max-width: 45%;
        font-size: 1.1875rem;
        font-weight: 700;
        text-align: right
    }

    .vantagescore .cmp-vantage-score__description {
        max-width: 55%
    }
}

@media (min-width:992px) {
    .vantagescore .cmp-vantage-score__label {
        font-size: 1.375rem
    }

    .vantagescore .cmp-vantage-score__description * {
        font-size: .6875rem;
        line-height: 1.5
    }
}

.vantagescore.ss-style-fixed-to-bottom {
    background-color: #e6edf1;
    opacity: .95;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 .625rem;
    z-index: 200;
    cursor: pointer
}

.vantagescore.ss-style-fixed-to-bottom.vantagedark {
    background-color: #004363
}

.vantagescore.ss-style-fixed-to-bottom .cmp-vantage-score__label {
    padding-top: .9375rem;
    padding-bottom: 5px;
    font-size: 1.375rem;
    font-weight: 700
}

.vantagescore.ss-style-fixed-to-bottom .cmp-vantage-score__label:before {
    margin-right: 5px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    content: "";
    margin-bottom: 3px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.vantagescore.ss-style-fixed-to-bottom .cmp-vantage-score__description {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    max-height: 100vh
}

.vantagescore.ss-style-fixed-to-bottom .cmp-vantage-score__description * {
    font-size: .6875rem;
    letter-spacing: normal
}

.vantagescore.ss-style-fixed-to-bottom.collapsed .cmp-vantage-score__label:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.vantagescore.ss-style-fixed-to-bottom.collapsed .cmp-vantage-score__description {
    max-height: 0
}

@media (min-width:696px) {
    .vantagescore.ss-style-fixed-to-bottom .cmp-vantage-score__label {
        font-size: 1rem;
        padding-top: 0
    }

    .vantagescore.ss-style-fixed-to-bottom .cmp-vantage-score__description {
        padding-top: 0
    }

    .vantagescore.ss-style-fixed-to-bottom .cmp-vantage-score__description * {
        font-size: .5rem;
        line-height: .6875rem;
        letter-spacing: normal
    }
}

@media (min-width:992px) {
    .vantagescore.ss-style-fixed-to-bottom {
        padding-bottom: .625rem;
        cursor: auto
    }

    .vantagescore.ss-style-fixed-to-bottom .cmp-vantage-score__label {
        font-size: 1.375rem;
        font-weight: 700
    }

    .vantagescore.ss-style-fixed-to-bottom .cmp-vantage-score__label:before {
        content: none
    }

    .vantagescore.ss-style-fixed-to-bottom .cmp-vantage-score__description * {
        font-size: .6875rem;
        line-height: 1.5
    }
}

.cmp-brightcove-video {
    position: relative;
    padding-top: 56%;
    margin: 1.875rem 0
}

.brightcovevideo.ss-no-padding {
    max-height: 65vh
}

.brightcovevideo.ss-no-padding .cmp-brightcove-video {
    margin: 0
}

.brightcovevideo.ss-no-padding .cmp-brightcove-video iframe {
    border: none;
    max-height: 65vh
}

.brightcovevideo.cq-Editable-dom .cmp-brightcove-video {
    max-height: 37.5rem
}

.adbox {
    cursor: pointer;
    width: 100%;
    background-color: #004364;
    text-align: center;
    border-radius: 1pc;
    -webkit-box-shadow: 0 10px 46px 0 rgba(0, 67, 100, .1);
    box-shadow: 0 10px 46px 0 rgba(0, 67, 100, .1)
}

.adbox .adBox__link {
    text-decoration: none
}

.adbox .adBox__description,
.adbox .adBox__header,
.adbox .adBox__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.adbox .adBox__description,
.adbox .adBox__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.adbox .adBox__description p,
.adbox .adBox__header p {
    font-family: Intro;
    color: #000;
    font-size: 20px;
    font-weight: 400
}

.adbox .adBox__header {
    border-radius: 1pc 1pc 0 0;
    padding: 40px 5pc 30px;
    background-image: url(clientlib-trubrand/resources/images/ad-mask.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 150%
}

.adbox .adBox__header u {
    border-bottom: 2px solid #fcd800;
    text-decoration: none;
    padding-bottom: .125rem
}

.adbox .adBox__description p {
    color: #fff
}

.adbox .adBox__description-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 20px
}

.adbox .adBox__description-container button {
    position: relative;
    background: #fcd800;
    color: #000;
    font-family: Intro, "sans-serif";
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    border: none;
    border-radius: 3.125rem;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    padding: 1rem 15px;
    font-size: 1pc;
    width: 100%
}

.adbox .adBox__description-container button:hover {
    color: #fff;
    background: #004364;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    color: #000;
    background: #e6f6fa
}

.adbox .cmp-linkcalltoaction,
.adbox .teaserfeature .cmp-teaser__action-container,
.adbox .teaserfeature .cmp-teaser__action-link,
.teaserfeature .adbox .cmp-teaser__action-container,
.teaserfeature .adbox .cmp-teaser__action-link {
    margin-left: 1.25rem;
    max-width: 11.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.adbox .cmp-linkcalltoaction p,
.adbox .teaserfeature .cmp-teaser__action-container p,
.adbox .teaserfeature .cmp-teaser__action-link p,
.teaserfeature .adbox .cmp-teaser__action-container p,
.teaserfeature .adbox .cmp-teaser__action-link p {
    margin: 0;
    font-size: .75rem;
    padding-left: .9375rem;
    max-width: 7.1875rem
}

.adbox .cmp-linkcalltoaction__icon {
    margin-left: .3125rem;
    height: 1.125rem
}

.adbox .cmp-linkcalltoaction__icon:after {
    content: url(clientlib-trubrand/resources/images/forward.svg);
    display: inline-block;
    width: .9375rem;
    height: 1.125rem
}

@media (min-width:696px) {
    .adbox .adBox__link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .adbox .adBox__description p,
    .adbox .adBox__header p {
        font-size: 1.25rem;
        line-height: 1.5rem
    }

    .adbox .adBox__header {
        max-width: 300px;
        padding: 0 40px;
        border-radius: 1pc 0 0 1pc;
        background-image: none;
        background-color: #fff
    }

    .adbox .adBox__description {
        margin-top: 1.25rem
    }

    .adbox .adBox__description-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 30px 50px
    }
}

@media (min-width:992px) {
    .adbox {
        margin: 0
    }

    .adbox .adBox__link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .adbox .adBox__description p,
    .adbox .adBox__header p {
        font-size: 22px
    }

    .adbox .adBox__header {
        height: 135px;
        max-width: unset;
        padding: 0 30px;
        border-radius: 1pc 1pc 0 0;
        background-image: url(clientlib-trubrand/resources/images/ad-mask.svg);
        background-color: transparent
    }

    .adbox .adBox__description-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 15px
    }

    .adbox .adBox__description-container button {
        font-size: 18px
    }

    .adbox .cmp-linkcalltoaction,
    .adbox .teaserfeature .cmp-teaser__action-container,
    .adbox .teaserfeature .cmp-teaser__action-link,
    .teaserfeature .adbox .cmp-teaser__action-container,
    .teaserfeature .adbox .cmp-teaser__action-link {
        margin-top: 0;
        margin-bottom: 4.375rem
    }

    .adbox .cmp-linkcalltoaction p,
    .adbox .teaserfeature .cmp-teaser__action-container p,
    .adbox .teaserfeature .cmp-teaser__action-link p,
    .teaserfeature .adbox .cmp-teaser__action-container p,
    .teaserfeature .adbox .cmp-teaser__action-link p {
        font-size: .8125rem;
        line-height: 1.125rem;
        max-width: 8.75rem;
        padding-left: .5rem;
        font-weight: 600
    }
}

.teaserfeature .cmp-teaser__image {
    margin-bottom: 2.5rem
}

.teaserfeature .cmp-teaser__image img.cmp-image__image[src$=".svg"] {
    max-width: 9.375rem;
    width: 100%
}

.teaserfeature .cmp-teaser__pretitle {
    line-height: .875rem;
    margin-bottom: 1.25rem
}

.teaserfeature .cmp-teaser__title {
    margin-bottom: 1.25rem
}

.teaserfeature .cmp-teaser__title-link {
    pointer-events: none;
    text-decoration: none;
    color: #000
}

.teaserfeature .cmp-teaser__action-link {
    text-transform: uppercase;
    display: table;
    margin-bottom: 1.25rem
}

@media (min-width:696px) {
    .teaserfeature .cmp-teaser__image {
        margin-bottom: 3.75rem
    }

    .teaserfeature .cmp-teaser__action-link {
        padding: .75rem 2.875rem
    }
}

@media (min-width:992px) {
    .teaserfeature .cmp-teaser {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .teaserfeature .cmp-teaser__content,
    .teaserfeature .cmp-teaser__image {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .teaserfeature .cmp-teaser__image {
        padding-left: 1.875rem;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end
    }
}

@media (min-width:992px) {
    .teaserfeature.ss-display-image-left .cmp-teaser {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .teaserfeature.ss-display-image-left .cmp-teaser__image {
        padding: 0 1.875rem 0 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

@media (min-width:992px) {
    .teaserfeature.ss-display-image-on-center .cmp-teaser__image {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.cmp-tu-pageteaser {
    margin-bottom: 2.5rem;
    position: relative
}

.cmp-teaserlist__item .cmp-tu-pageteaser .pageteaser__content__link,
.cmp-tu-pageteaser .cmp-teaserlist__item .pageteaser__content__link,
.cmp-tu-pageteaser a {
    color: #000;
    text-decoration: none
}

.cmp-teaserlist__item .cmp-tu-pageteaser .tu-pageteaser--wrap.pageteaser__content__link,
.cmp-tu-pageteaser .cmp-teaserlist__item .tu-pageteaser--wrap.pageteaser__content__link,
.cmp-tu-pageteaser a.tu-pageteaser--wrap {
    display: block;
    height: 100%;
    cursor: pointer
}

.cmp-tu-pageteaser.ss-teaser-style--image .tu-pageteaser {
    text-align: center
}

.cmp-tu-pageteaser.ss-teaser-style--image .tu-pageteaser__imagecontainer__image {
    background-color: transparent;
    padding: 0;
    width: 50%;
    margin: 0 auto .625rem
}

.cmp-tu-pageteaser.ss-teaser-style--image .tu-pageteaser__imagecontainer__image img {
    -o-object-fit: cover;
    object-fit: cover
}

.cmp-tu-pageteaser.ss-teaser-style--image .tu-pageteaser__content {
    text-align: center
}

.cmp-tu-pageteaser.ss-teaser-style--image .tu-pageteaser__content__contenttype {
    display: none
}

.cmp-tu-pageteaser.ss-teaser-style--image .tu-pageteaser__content__title {
    font-weight: 700
}

.cmp-tu-pageteaser.ss-teaser-style--image .tu-pageteaser__content__link {
    font-weight: 700;
    text-decoration: none
}

.cmp-tu-pageteaser.ss-teaser-style--image .tu-pageteaser__content__link:after {
    border-top: .23438rem solid transparent;
    border-bottom: .23438rem solid transparent;
    border-left: .32812rem solid #005365;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: .32812rem;
    width: 0;
    vertical-align: middle
}

@media (min-width:696px) {
    .cmp-tu-pageteaser.ss-teaser-style--image .tu-pageteaser__content__link:after {
        border-top: .3125rem solid transparent;
        border-bottom: .3125rem solid transparent;
        border-left: .4375rem solid #005365;
        margin-left: .4375rem
    }
}

.cmp-tu-pageteaser.ss-teaser-style--no-image {
    padding: 1.5625rem;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 20px 46px 0 rgba(0, 67, 100, .1);
    box-shadow: 0 20px 46px 0 rgba(0, 67, 100, .1)
}

.cmp-tu-pageteaser.ss-teaser-style--no-image:focus {
    outline: 1px solid #004364
}

.cmp-tu-pageteaser.ss-teaser-style--no-image .tu-pageteaser__content__contenttype,
.cmp-tu-pageteaser.ss-teaser-style--no-image .tu-pageteaser__imagecontainer {
    display: none
}

.cmp-tu-pageteaser.ss-teaser-style--no-image .tu-pageteaser__content__link {
    position: relative;
    background: #fcd800;
    color: #000;
    font-family: Intro, "sans-serif";
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    border: none;
    border-radius: 3.125rem;
    padding: 1rem 1.625rem;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.cmp-tu-pageteaser.ss-teaser-style--no-image .tu-pageteaser__content__link:hover {
    color: #fff;
    background: #004364;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.cmp-tu-pageteaser.ss-teaser-style--category-left-image .tu-pageteaser__imagecontainer,
.cmp-tu-pageteaser.ss-teaser-style--category-right-image .tu-pageteaser__imagecontainer {
    padding-bottom: .625rem
}

.cmp-tu-pageteaser.ss-teaser-style--category-left-image .tu-pageteaser__imagecontainer__image,
.cmp-tu-pageteaser.ss-teaser-style--category-right-image .tu-pageteaser__imagecontainer__image {
    width: auto;
    height: auto
}

.cmp-tu-pageteaser.ss-teaser-style--category-left-image .tu-pageteaser__imagecontainer__image img,
.cmp-tu-pageteaser.ss-teaser-style--category-right-image .tu-pageteaser__imagecontainer__image img {
    position: relative
}

.cmp-tu-pageteaser.ss-teaser-style--category-left-image .tu-pageteaser__content,
.cmp-tu-pageteaser.ss-teaser-style--category-right-image .tu-pageteaser__content {
    position: relative;
    padding-bottom: .875rem
}

.cmp-tu-pageteaser.ss-teaser-style--category-left-image .tu-pageteaser__content__description,
.cmp-tu-pageteaser.ss-teaser-style--category-right-image .tu-pageteaser__content__description {
    display: none
}

.cmp-tu-pageteaser.ss-teaser-style--category-left-image .tu-pageteaser__content__contenttype,
.cmp-tu-pageteaser.ss-teaser-style--category-right-image .tu-pageteaser__content__contenttype {
    text-transform: uppercase;
    position: relative;
    margin-top: 1.125rem;
    font-weight: 700;
    color: #005365
}

.cmp-tu-pageteaser.ss-teaser-style--category-left-image .tu-pageteaser__content__publicationdate,
.cmp-tu-pageteaser.ss-teaser-style--category-right-image .tu-pageteaser__content__publicationdate {
    margin-top: .9375rem
}

.cmp-tu-pageteaser.ss-teaser-style--cta-left-image,
.cmp-tu-pageteaser.ss-teaser-style--cta-right-image {
    background-color: #fff;
    padding: 1.5625rem 1.25rem;
    margin-bottom: .9375rem
}

.cmp-tu-pageteaser.ss-teaser-style--cta-left-image .tu-pageteaser__imagecontainer,
.cmp-tu-pageteaser.ss-teaser-style--cta-right-image .tu-pageteaser__imagecontainer {
    display: none
}

.cmp-tu-pageteaser.ss-teaser-style--cta-left-image .tu-pageteaser__content h3.tu-pageteaser__content__title,
.cmp-tu-pageteaser.ss-teaser-style--cta-left-image .tu-pageteaser__content p.tu-pageteaser__content__description,
.cmp-tu-pageteaser.ss-teaser-style--cta-right-image .tu-pageteaser__content h3.tu-pageteaser__content__title,
.cmp-tu-pageteaser.ss-teaser-style--cta-right-image .tu-pageteaser__content p.tu-pageteaser__content__description {
    color: #000
}

.cmp-tu-pageteaser.ss-teaser-style--cta-left-image .tu-pageteaser__content__title,
.cmp-tu-pageteaser.ss-teaser-style--cta-right-image .tu-pageteaser__content__title {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: .9375rem
}

.cmp-tu-pageteaser.ss-teaser-style--cta-left-image .tu-pageteaser__content__contenttype,
.cmp-tu-pageteaser.ss-teaser-style--cta-right-image .tu-pageteaser__content__contenttype {
    display: none
}

.cmp-tu-pageteaser.ss-teaser-style--cta-left-image .tu-pageteaser__content__description,
.cmp-tu-pageteaser.ss-teaser-style--cta-right-image .tu-pageteaser__content__description {
    font-size: .8125rem;
    line-height: 1rem;
    margin-bottom: 1.25rem
}

.cmp-tu-pageteaser.ss-teaser-style--cta-left-image .tu-pageteaser__content__link,
.cmp-tu-pageteaser.ss-teaser-style--cta-right-image .tu-pageteaser__content__link {
    position: relative;
    background: #fcd800;
    color: #000;
    font-family: Intro, "sans-serif";
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    border: none;
    border-radius: 3.125rem;
    padding: 1rem 1.625rem;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.cmp-tu-pageteaser.ss-teaser-style--cta-left-image .tu-pageteaser__content__link:hover,
.cmp-tu-pageteaser.ss-teaser-style--cta-right-image .tu-pageteaser__content__link:hover {
    color: #fff;
    background: #004364;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

@media (min-width:696px) {
    .cmp-tu-pageteaser {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .cmp-tu-pageteaser.ss-teaser-style--image .tu-pageteaser__imagecontainer {
        margin: 0 auto 1.25rem
    }

    .cmp-tu-pageteaser.ss-teaser-style--image .tu-pageteaser__imagecontainer__image {
        width: 80%
    }

    .cmp-tu-pageteaser.ss-teaser-style--image .tu-pageteaser__content .tu-pageteaser__content__link {
        color: #005365
    }

    .cmp-tu-pageteaser.ss-teaser-style--no-image {
        height: 285px;
        padding: 35px
    }

    .cmp-tu-pageteaser.ss-teaser-style--no-image .tu-pageteaser__imagecontainer {
        display: none
    }

    .cmp-tu-pageteaser.ss-teaser-style--no-image .tu-pageteaser__content__link {
        position: absolute;
        bottom: 35px
    }

    .cmp-tu-pageteaser.ss-teaser-style--category-left-image,
    .cmp-tu-pageteaser.ss-teaser-style--category-right-image {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .cmp-tu-pageteaser.ss-teaser-style--category-left-image .tu-pageteaser,
    .cmp-tu-pageteaser.ss-teaser-style--category-right-image .tu-pageteaser {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .cmp-tu-pageteaser.ss-teaser-style--category-left-image .tu-pageteaser__imagecontainer,
    .cmp-tu-pageteaser.ss-teaser-style--category-right-image .tu-pageteaser__imagecontainer {
        width: 50%;
        margin: 0;
        padding-bottom: 0
    }

    .cmp-tu-pageteaser.ss-teaser-style--category-left-image .tu-pageteaser__content,
    .cmp-tu-pageteaser.ss-teaser-style--category-right-image .tu-pageteaser__content {
        width: 50%
    }

    .cmp-tu-pageteaser.ss-teaser-style--category-left-image .tu-pageteaser__content__title:after,
    .cmp-tu-pageteaser.ss-teaser-style--category-right-image .tu-pageteaser__content__title:after {
        display: block;
        width: 5pc;
        height: 6px;
        top: 10px;
        position: relative;
        background-color: #fcd800;
        content: ""
    }

    .cmp-tu-pageteaser.ss-teaser-style--category-right-image .tu-pageteaser__imagecontainer {
        padding-left: 1.25rem
    }

    .cmp-tu-pageteaser.ss-teaser-style--category-right-image .tu-pageteaser__content {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-right: .625rem;
        padding-left: 0
    }

    .cmp-tu-pageteaser.ss-teaser-style--category-left-image .tu-pageteaser__imagecontainer {
        padding-right: 1.25rem
    }

    .cmp-tu-pageteaser.ss-teaser-style--cta-left-image,
    .cmp-tu-pageteaser.ss-teaser-style--cta-right-image {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0
    }

    .cmp-tu-pageteaser.ss-teaser-style--cta-left-image .tu-pageteaser,
    .cmp-tu-pageteaser.ss-teaser-style--cta-right-image .tu-pageteaser {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .cmp-tu-pageteaser.ss-teaser-style--cta-left-image .tu-pageteaser__imagecontainer,
    .cmp-tu-pageteaser.ss-teaser-style--cta-right-image .tu-pageteaser__imagecontainer {
        display: inline-block;
        width: 50%;
        margin: 0;
        padding-bottom: 0
    }

    .cmp-tu-pageteaser.ss-teaser-style--cta-left-image .tu-pageteaser__imagecontainer__image,
    .cmp-tu-pageteaser.ss-teaser-style--cta-right-image .tu-pageteaser__imagecontainer__image {
        height: 100%
    }

    .cmp-tu-pageteaser.ss-teaser-style--cta-left-image .tu-pageteaser__imagecontainer__image img,
    .cmp-tu-pageteaser.ss-teaser-style--cta-right-image .tu-pageteaser__imagecontainer__image img {
        width: 100%;
        height: 100%
    }

    .cmp-tu-pageteaser.ss-teaser-style--cta-left-image .tu-pageteaser__content,
    .cmp-tu-pageteaser.ss-teaser-style--cta-right-image .tu-pageteaser__content {
        width: 50%;
        padding: 3.125rem 3.75rem
    }

    .cmp-tu-pageteaser.ss-teaser-style--cta-left-image .tu-pageteaser__content__title,
    .cmp-tu-pageteaser.ss-teaser-style--cta-right-image .tu-pageteaser__content__title {
        font-size: 1.25rem;
        line-height: 1.625rem
    }

    .cmp-tu-pageteaser.ss-teaser-style--cta-left-image .tu-pageteaser__content__description,
    .cmp-tu-pageteaser.ss-teaser-style--cta-right-image .tu-pageteaser__content__description {
        font-size: .9375rem;
        line-height: 1.25rem
    }

    .cmp-tu-pageteaser.ss-teaser-style--cta-right-image .tu-pageteaser__content {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

@media (min-width:1200px) {
    .cmp-tu-pageteaser {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cmp-tu-pageteaser.ss-teaser-style--image .tu-pageteaser__imagecontainer__image,
    .cmp-tu-pageteaser.ss-teaser-style--image .tu-pageteaser__imagecontainer__image img {
        width: 100%;
        margin: auto
    }

    .cmp-tu-pageteaser.ss-teaser-style--cta-left-image .tu-pageteaser__content__title,
    .cmp-tu-pageteaser.ss-teaser-style--cta-right-image .tu-pageteaser__content__title {
        font-size: 1.625rem;
        line-height: 2rem
    }

    .cmp-tu-pageteaser.ss-teaser-style--cta-left-image .tu-pageteaser__content__description,
    .cmp-tu-pageteaser.ss-teaser-style--cta-right-image .tu-pageteaser__content__description {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

.teaser {
    margin-bottom: 1.5rem
}

.cmp-teaser .pageteaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cmp-teaser .pageteaser__imagecontainer {
    width: 100%;
    margin-bottom: .5rem
}

.cmp-teaser .pageteaser__imagecontainer__image {
    height: 0;
    padding-top: 62.5%;
    position: relative;
    overflow: hidden
}

.cmp-teaser .pageteaser__imagecontainer__image img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.cmp-teaser .pageteaser__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cmp-teaser .pageteaser__content__title {
    font-weight: 600
}

.cmp-teaser .pageteaser__content__publicationdate {
    color: #a8a8ac;
    margin-bottom: .5rem
}

.cmp-teaser .pageteaser__content__desc {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.teaser.ss-presentation-card {
    background-color: #fff;
    -webkit-box-shadow: .0625rem .0625rem .1875rem 0 rgba(0, 0, 0, .15);
    box-shadow: .0625rem .0625rem .1875rem 0 rgba(0, 0, 0, .15);
    border: .0625rem solid #dad6d6;
    padding: 0;
    margin-bottom: 1rem
}

.teaser.ss-presentation-card .pageteaser__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem
}

.teaser.ss-presentation-card .pageteaser__content__link {
    text-align: right
}

@media (min-width:992px) {
    .teaser.ss-presentation-card {
        -webkit-box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .25);
        box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .25);
        border: .0625rem solid #a8a8ac;
        padding: 0;
        margin-bottom: 3.5rem
    }

    .teaser.ss-presentation-card .pageteaser__content {
        padding-left: 3rem;
        padding-right: 3rem;
        padding-bottom: 2rem
    }
}

@media (min-width:992px) {
    .teaser {
        margin-bottom: 5rem
    }

    .cmp-teaser .pageteaser__imagecontainer {
        margin-bottom: 1rem
    }

    .teaser.ss-type-featured .cmp-teaser .pageteaser {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .teaser.ss-type-featured .cmp-teaser .pageteaser__imagecontainer {
        width: 35%;
        min-width: 35%;
        margin-right: 1.5rem;
        margin-bottom: 0
    }

    .teaser.ss-type-featured .cmp-teaser .pageteaser__imagecontainer__image {
        height: auto;
        padding-top: 0
    }

    .teaser.ss-type-featured .cmp-teaser .pageteaser__imagecontainer__image img {
        position: relative;
        height: auto;
        width: 100%
    }

    .teaser.ss-type-featured .cmp-teaser .pageteaser__content__desc {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .teaser.ss-type-featured .cmp-teaser .pageteaser__content__link {
        text-align: right
    }

    .teaser.ss-type-featured.ss-presentation-card .pageteaser__content {
        padding: 2rem 3rem 2rem 0
    }

    .teaser.ss-type-featured.ss-presentation-card .pageteaser__imagecontainer {
        min-width: 45%;
        width: 45%;
        padding: 2rem 0 2rem 3rem
    }
}

.teaserlist {
    margin-bottom: 1.5rem
}

.cmp-teaserlist {
    list-style: none;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.cmp-teaserlist,
.cmp-teaserlist__item {
    margin-bottom: 1rem
}

.cmp-teaserlist__item>.pageteaser__content__link,
.cmp-teaserlist__item>a {
    height: 100%
}

.cmp-teaserlist__item>.pageteaser__content__link:hover,
.cmp-teaserlist__item>a:hover {
    text-decoration: none
}

.cmp-teaserlist__item .pageteaser {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cmp-teaserlist__item .pageteaser__imagecontainer {
    width: 100%;
    margin-bottom: .5rem
}

.cmp-teaserlist__item .pageteaser__imagecontainer__image {
    height: auto;
    position: relative;
    overflow: hidden;
    background-color: #f2f2f2
}

.cmp-teaserlist__item .pageteaser__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cmp-teaserlist__item .pageteaser__content__title {
    color: #000
}

.cmp-teaserlist__item .pageteaser__content__publicationdate {
    color: #a8a8ac;
    margin-bottom: .5rem
}

.cmp-teaserlist__item .pageteaser__content__description {
    color: #000;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.teaserlist.ss-presentation-card .cmp-teaserlist__item {
    background-color: #fff;
    -webkit-box-shadow: .0625rem .0625rem .1875rem 0 rgba(0, 0, 0, .15);
    box-shadow: .0625rem .0625rem .1875rem 0 rgba(0, 0, 0, .15);
    border: .0625rem solid #dad6d6;
    padding: 0;
    margin-bottom: 1rem
}

.teaserlist.ss-presentation-card .cmp-teaserlist__item .pageteaser__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem
}

.teaserlist.ss-presentation-card .cmp-teaserlist__item .pageteaser__content__link {
    text-align: right
}

.teaserlist.ss-presentation-card .cmp-teaserlist__item .pageteaser__content__description {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width:992px) {
    .teaserlist.ss-presentation-card .cmp-teaserlist__item {
        -webkit-box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .25);
        box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .25);
        border: .0625rem solid #a8a8ac;
        padding: 0;
        margin-bottom: 3.5rem
    }

    .teaserlist.ss-presentation-card .cmp-teaserlist__item .pageteaser__content {
        padding-left: 3rem;
        padding-right: 3rem;
        padding-bottom: 2rem
    }
}

@media (min-width:696px) {

    .teaserlist.ss-layout-2upgrid .cmp-teaserlist,
    .teaserlist.ss-layout-3upgrid .cmp-teaserlist,
    .teaserlist.ss-layout-4upgrid .cmp-teaserlist {
        display: grid;
        grid-template-columns: 1fr 1fr;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        row-gap: 1.5rem
    }

    .teaserlist.ss-layout-2upgrid .cmp-teaserlist__item,
    .teaserlist.ss-layout-3upgrid .cmp-teaserlist__item,
    .teaserlist.ss-layout-4upgrid .cmp-teaserlist__item {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .teaserlist {
        margin-bottom: 2.5rem
    }

    .cmp-teaserlist .pageteaser__imagecontainer {
        margin-bottom: 1rem
    }

    .teaserlist.ss-layout-2upgrid .cmp-teaserlist {
        -webkit-column-gap: 1.5rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
        row-gap: 2rem
    }

    .teaserlist.ss-layout-3upgrid .cmp-teaserlist {
        grid-template-columns: 1fr 1fr 1fr
    }

    .teaserlist.ss-layout-4upgrid .cmp-teaserlist {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }

    .teaserlist.ss-type-featured .cmp-teaserlist .pageteaser {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .teaserlist.ss-type-featured .cmp-teaserlist .pageteaser__imagecontainer {
        width: 35%;
        min-width: 35%;
        margin-right: 1.5rem;
        margin-bottom: 0
    }

    .teaserlist.ss-type-featured .cmp-teaserlist .pageteaser__imagecontainer__image {
        padding-top: 87.5%
    }

    .teaserlist.ss-type-featured .cmp-teaserlist .pageteaser__imagecontainer__image img {
        width: auto;
        height: 100%
    }

    .teaserlist.ss-type-featured .cmp-teaserlist .pageteaser__content__desc {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .teaserlist.ss-type-featured .cmp-teaserlist .pageteaser__content__link {
        text-align: right
    }

    .teaserlist.ss-type-featured.ss-presentation-card .pageteaser__content {
        padding: 2rem 3rem 2rem 0
    }

    .teaserlist.ss-type-featured.ss-presentation-card .pageteaser__imagecontainer {
        min-width: 45%;
        width: 45%;
        padding: 2rem 0 2rem 3rem
    }
}

.video .cmp-video {
    text-align: center
}

.video .cmp-video video {
    max-width: 100%;
    height: auto
}

.video.roundedCorners .cmp-video video {
    border-radius: 10px
}

.contentteaser {
    padding: 0 10%;
    text-align: center
}

.contentteaser .cmp-teaser__root-link {
    text-decoration: none;
    color: #000
}

.contentteaser .cmp-teaser__root-link .cmp-teaser__image img {
    height: 5pc;
    width: 5pc
}

.contentteaser .cmp-teaser__root-link .cmp-teaser__title {
    margin-top: 1.25rem;
    margin-bottom: .625rem
}

.contentteaser .cmp-teaser__root-link .cmp-teaser__title-link {
    text-decoration: none;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 700;
    color: #000
}

.contentteaser .cmp-teaser__root-link .cmp-teaser__action-link {
    text-transform: uppercase
}

.contentteaser .cmp-teaser__root-link .cmp-teaser__content {
    margin-bottom: 5%
}

.contentteaser .cmp-teaser__root-link .cmp-teaser__content span {
    font-size: 1.125rem;
    line-height: 1.375rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #005365;
    text-decoration: underline
}

.contentteaser .cmp-teaser__root-link:active,
.contentteaser .cmp-teaser__root-link:focus,
.contentteaser .cmp-teaser__root-link:hover {
    text-decoration: none;
    color: #000
}

.contentteaser.dotted-card {
    text-align: left;
    padding: 30px 24px;
    -webkit-box-shadow: 0 4px 10px 5px rgba(0, 0, 0, .05);
    box-shadow: 0 4px 10px 5px rgba(0, 0, 0, .05);
    border-radius: 10px;
    margin: 0;
    height: 100%
}

.contentteaser.dotted-card .cmp-teaser {
    height: 100%
}

.contentteaser.dotted-card .cmp-teaser__root-link {
    height: 100%;
    display: block
}

.contentteaser.dotted-card .cmp-teaser__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal
}

.contentteaser.dotted-card .cmp-teaser__description {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.contentteaser.dotted-card .cmp-teaser__content__link {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.contentteaser.dotted-card:hover .cmp-teaser__content .cmp-teaser__title:before {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.contentteaser.dotted-card .cmp-teaser__root-link .cmp-teaser__content {
    margin: 0
}

.contentteaser.dotted-card .cmp-teaser__root-link .cmp-teaser__content .cmp-teaser__title {
    position: relative;
    padding-left: 1pc;
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 600;
    line-height: normal
}

.contentteaser.dotted-card .cmp-teaser__root-link .cmp-teaser__content .cmp-teaser__title:before {
    content: "";
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    background: #00a2c7;
    border-radius: 50%;
    top: 10px;
    -webkit-transition: .32s ease-in-out;
    transition: .32s ease-in-out
}

.contentteaser.dotted-card .cmp-teaser__root-link .cmp-teaser__content .cmp-teaser__content__link {
    font-weight: 300;
    position: relative;
    text-decoration: none;
    padding: 0 20px 0 0;
    color: #000;
    text-transform: capitalize
}

.contentteaser.dotted-card .cmp-teaser__root-link .cmp-teaser__content .cmp-teaser__content__link:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -5px;
    background-position: 100%;
    width: 18px;
    height: 18px;
    background-size: contain
}

.contentteaser.circled-images .cmp-teaser__root-link .cmp-teaser__image img {
    height: 182px;
    width: auto;
    margin-bottom: 35px
}

.contentteaser.circled-images .cmp-teaser__root-link .cmp-teaser__content .cmp-teaser__description p {
    text-wrap: balance;
    line-height: 1.4
}

.ss-teaser-vertical-image {
    text-align: left
}

.ss-teaser-vertical-image .cmp-teaser__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 90px;
    margin-left: 30px;
    border-radius: 9pt;
    overflow-x: hidden;
    width: calc(100% - 30px);
    aspect-ratio: 3/4;
    -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, .7), 1px 2px 7px rgba(0, 0, 0, .2), -15px 15px 0 #e6edf1, -30px 30px 0 #ccdbe3, -39px 30px 20px rgba(0, 67, 100, .1);
    box-shadow: 2px 2px 9px rgba(0, 0, 0, .7), 1px 2px 7px rgba(0, 0, 0, .2), -15px 15px 0 #e6edf1, -30px 30px 0 #ccdbe3, -39px 30px 20px rgba(0, 67, 100, .1)
}

.ss-teaser-vertical-image .cmp-teaser__image .cmp-image {
    height: 100%;
    width: 100%
}

.ss-teaser-vertical-image .cmp-teaser__image .cmp-image .cmp-image__link {
    width: 100%;
    text-align: center
}

.ss-teaser-vertical-image .cmp-teaser__image .cmp-image .cmp-image__image {
    height: 100%;
    max-width: unset;
    width: auto
}

.ss-teaser-vertical-image .cmp-teaser__title {
    margin-bottom: 1.5rem
}

.ss-teaser-vertical-image .cmp-teaser__title,
.ss-teaser-vertical-image .cmp-teaser__title .cmp-teaser__title-link {
    font-size: .75rem;
    color: #000;
    text-decoration: none
}

.ss-teaser-vertical-image .cmp-teaser__description {
    margin-bottom: 1.125rem
}

.ss-teaser-vertical-image .cmp-teaser__description p {
    font-family: Intro;
    font-weight: 600
}

.cmp-teaserlist__item .ss-teaser-vertical-image .cmp-teaser__content__link .pageteaser__content__link,
.ss-teaser-vertical-image .cmp-teaser__content__link,
.ss-teaser-vertical-image .cmp-teaser__content__link .cmp-teaserlist__item .pageteaser__content__link,
.ss-teaser-vertical-image .cmp-teaser__content__link a {
    font-size: 1.125rem;
    font-weight: 600;
    color: #004364;
    text-decoration: none
}

.cmp-teaserlist__item .ss-teaser-vertical-image .cmp-teaser__content__link .pageteaser__content__link:after,
.ss-teaser-vertical-image .cmp-teaser__content__link .cmp-teaserlist__item .pageteaser__content__link:after,
.ss-teaser-vertical-image .cmp-teaser__content__link:after,
.ss-teaser-vertical-image .cmp-teaser__content__link a:after {
    content: url(clientlib-trubrand/resources/images/ArrowRight-TruBlue.svg);
    margin-left: .625rem;
    padding-top: .3125rem
}

.ss-claims-teaser .cmp-teaser__root-link .cmp-teaser__title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 600
}

.ss-claims-teaser .cmp-teaser__root-link .cmp-teaser__image img {
    height: 100%;
    min-width: 140px;
    max-width: 10pc
}

.ss-box-teaser {
    border-radius: 10px;
    cursor: pointer;
    -webkit-box-shadow: 2px 3px 6px 0 rgba(87, 87, 87, .47);
    box-shadow: 2px 3px 6px 0 rgba(87, 87, 87, .47);
    margin-bottom: 5%;
    background-color: #fff
}

.ss-box-teaser.contentteaser {
    padding: 1.875rem
}

.ss-box-teaser .cmp-teaser__title {
    margin-top: 1.25rem;
    margin-bottom: 0;
    line-height: 1.875rem
}

.ss-box-teaser .cmp-teaser__title-link {
    text-decoration: none;
    font-size: 1.5625rem;
    line-height: 1.875rem;
    font-weight: 700;
    color: #005365
}

.ss-box-teaser .cmp-teaser__description p {
    margin-top: .875rem;
    padding: 0 1.25rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 300;
    min-height: 75pt
}

.ss-box-teaser .cmp-teaser__root-link .cmp-teaser__content {
    margin-bottom: 0
}

.ss-box-teaser .cmp-teaser__root-link .cmp-teaser__content span {
    text-transform: capitalize;
    text-decoration: underline
}

.ss-box-teaser:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.ss-teaser-no-image.contentteaser {
    text-align: left;
    padding: 0;
    margin: 2.5rem 0
}

.ss-teaser-no-image .cmp-teaser__title {
    margin-top: .625rem;
    color: #005365
}

.ss-teaser-no-image .cmp-teaser__description p {
    font-size: 1rem;
    margin-bottom: .625rem;
    line-height: 1.5rem
}

.ss-teaser-no-image .cmp-teaser__description p:hover {
    color: #000
}

.ss-teaser-no-image .cmp-teaser__description:after {
    content: url(clientlib-trubrand/resources/images/forward.svg);
    display: inline-block;
    width: .9375rem;
    height: 1.125rem;
    -webkit-filter: invert(23%) sepia(70%) saturate(1047%) hue-rotate(154deg) brightness(89%) contrast(101%);
    filter: invert(23%) sepia(70%) saturate(1047%) hue-rotate(154deg) brightness(89%) contrast(101%)
}

.ss-teaser-no-image .cmp-teaser__image {
    display: none
}

.ss-teaser-no-image .cmp-teaser__root-link .cmp-teaser__content {
    margin-bottom: 0
}

.cmp-teaserlist__item .ss-teaser-no-image .cmp-teaser__root-link.pageteaser__content__link:hover,
.ss-teaser-no-image .cmp-teaserlist__item .cmp-teaser__root-link.pageteaser__content__link:hover,
.ss-teaser-no-image a.cmp-teaser__root-link:hover {
    text-decoration: underline;
    color: #005365
}

.ss-box-inline-teaser.contentteaser {
    padding: 0
}

.ss-box-inline-teaser.contentteaser .cmp-teaser__root-link .cmp-teaser__image {
    height: 5rem;
    width: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 3px solid #00a6ca;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5rem;
    flex: 0 0 5rem
}

.ss-box-inline-teaser.contentteaser .cmp-teaser__root-link .cmp-teaser__image img {
    height: 44px;
    width: 44px
}

.ss-box-inline-teaser.contentteaser .cmp-teaser__root-link .cmp-teaser__title {
    font-size: 1rem;
    margin-bottom: .3125rem;
    line-height: 1rem;
    font-weight: 600;
    margin-top: 0
}

.ss-box-inline-teaser.contentteaser .cmp-teaser__root-link .cmp-teaser__content__link {
    display: none
}

.ss-box-inline-teaser .cmp-teaser {
    margin-bottom: 1.25rem;
    padding: 0 .625rem
}

.ss-box-inline-teaser .cmp-teaser__root-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ss-box-inline-teaser .cmp-teaser__content {
    text-align: left
}

.ss-box-inline-teaser .cmp-teaser__pretitle {
    font-size: 1rem;
    margin-bottom: .3125rem;
    line-height: 1rem;
    font-weight: 600
}

.ss-box-inline-teaser .cmp-teaser__image {
    margin-right: 1.125rem;
    text-align: center
}

.ss-box-inline-teaser .cmp-teaser__description p {
    font-size: 1rem;
    line-height: 1.25rem
}

.contentteaser.ss-teaser-award-image,
.contentteaser.ss-teaser-card-link,
.ss-teaser-card.contentteaser {
    padding: 0
}

.ss-teaser-award-image .cmp-teaser__description p,
.ss-teaser-card-link .cmp-teaser__description p,
.ss-teaser-card .cmp-teaser__description p {
    margin: .6875rem 0 2.8125rem;
    padding: 0;
    font-size: .875rem;
    line-height: 1.25rem
}

.ss-teaser-award-image .cmp-teaser__title,
.ss-teaser-card-link .cmp-teaser__title,
.ss-teaser-card .cmp-teaser__title {
    color: #005365;
    font-size: 1.5625rem
}

.ss-teaser-card-link .cmp-teaser__root-link .cmp-teaser__title {
    text-decoration: underline;
    font-size: 1.125rem
}

.ss-teaser-card-link .cmp-teaser__root-link .cmp-teaser__image img {
    width: auto;
    height: auto
}

.ss-teaser-header {
    padding: 0;
    margin: 0
}

.ss-teaser-header .cmp-teaser__root-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 17.8125rem
}

.ss-teaser-header .cmp-teaser__root-link .cmp-teaser__image img {
    height: 1.5rem;
    width: 1.25rem
}

.ss-teaser-header .cmp-teaser__root-link .cmp-teaser__title {
    margin-top: .25rem;
    margin-left: .625rem;
    color: #005365
}

.ss-teaser-header .cmp-teaser__root-link .cmp-teaser__description {
    position: relative;
    left: -1.25rem;
    margin-top: 1.125rem
}

.ss-teaser-header .cmp-teaser__root-link .cmp-teaser__description p {
    font-size: 1rem;
    color: #494949;
    margin-bottom: 0
}

.ss-teaser-header .cmp-teaser__root-link .cmp-teaser__description b {
    color: #707070
}

.ss-teaser-header .cmp-teaser__root-link .cmp-teaser__description+span {
    margin-top: 1.25rem;
    display: block;
    left: -1.25rem;
    position: relative;
    background: #fcd800;
    color: #000;
    font-family: Intro, "sans-serif";
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    border: none;
    border-radius: 3.125rem;
    padding: 1rem 1.625rem;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    font-size: .8125rem;
    text-align: center
}

.ss-teaser-header .cmp-teaser__root-link .cmp-teaser__description+span:hover {
    color: #fff;
    background: #004364;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.ss-teaser-header .cmp-teaser__content {
    text-align: left
}

.ss-teaser-card-2 {
    margin-bottom: 15px
}

.ss-teaser-card-2.contentteaser {
    text-align: left;
    padding: 0
}

.ss-teaser-card-2 .cmp-teaser__root-link .cmp-teaser__content {
    margin-bottom: 0
}

.ss-teaser-card-2 .cmp-teaser__image .cmp-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: hsla(0, 0%, 100%, .2);
    width: 3.6875rem;
    height: 3.6875rem;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 2px 24px 0 rgba(0, 67, 10, .1);
    box-shadow: 0 2px 24px 0 rgba(0, 67, 10, .1)
}

.ss-teaser-card-2 .cmp-teaser__image .cmp-image img {
    width: 2.0625rem;
    height: auto
}

.ss-teaser-card-2 .cmp-teaser__description p {
    padding: 0
}

.ss-teaser-card-IFG {
    margin-bottom: 15px
}

.ss-teaser-card-IFG.contentteaser {
    text-align: left;
    padding: 0
}

.ss-teaser-card-IFG .cmp-teaser__root-link .cmp-teaser__content {
    margin-bottom: 0
}

.ss-teaser-card-IFG .cmp-teaser__image .cmp-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 3.6875rem;
    height: 3.6875rem;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ss-teaser-card-IFG .cmp-teaser__image .cmp-image img {
    width: 2.0625rem;
    height: auto
}

.ss-teaser-card-IFG .cmp-teaser__description p {
    padding: 0
}

.ss-teaser-inline.contentteaser {
    padding: 0;
    margin-bottom: 0
}

.ss-teaser-inline.contentteaser .cmp-teaser__root-link .cmp-teaser__image {
    height: 100%;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5rem;
    flex: 0 0 5rem
}

.ss-teaser-inline.contentteaser .cmp-teaser__root-link .cmp-teaser__content__link {
    display: none
}

.ss-teaser-inline .cmp-teaser {
    margin-bottom: 0;
    padding: 0 .625rem
}

.ss-teaser-inline .cmp-teaser__root-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ss-teaser-inline .cmp-teaser__content {
    text-align: left;
    margin-bottom: 3%
}

.ss-teaser-inline .cmp-teaser__pretitle {
    font-size: 1rem;
    margin-bottom: .3125rem;
    line-height: 1rem;
    font-weight: 600
}

.ss-teaser-inline .cmp-teaser__image {
    margin-right: 1.125rem;
    text-align: center
}

.ss-teaser-inline-box {
    border-radius: 10px;
    cursor: pointer;
    -webkit-box-shadow: 2px 3px 6px 0 rgba(87, 87, 87, .47);
    box-shadow: 2px 3px 6px 0 rgba(87, 87, 87, .47);
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    height: auto
}

.ss-teaser-inline-box.contentteaser {
    padding: 0;
    margin-bottom: 0
}

.ss-teaser-inline-box.contentteaser .cmp-teaser__root-link .cmp-teaser__image {
    height: 100%;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5rem;
    flex: 0 0 5rem;
    margin: 2rem 1rem
}

.ss-teaser-inline-box.contentteaser .cmp-teaser__root-link .cmp-teaser__title {
    color: #707070;
    text-transform: uppercase;
    font-size: 9pt;
    letter-spacing: 1px
}

.ss-teaser-inline-box.contentteaser .cmp-teaser__root-link .cmp-teaser__content {
    margin-top: auto
}

.ss-teaser-inline-box.contentteaser .cmp-teaser__root-link .cmp-teaser__description p {
    font-weight: 600
}

.ss-teaser-inline-box .cmp-teaser {
    margin-bottom: 0;
    padding: 0 .625rem
}

.ss-teaser-inline-box .cmp-teaser__root-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ss-teaser-inline-box .cmp-teaser__content {
    text-align: left;
    margin-bottom: 3%
}

.ss-teaser-inline-box .cmp-teaser__image {
    margin-right: 1.125rem;
    text-align: center
}

.ss-teaser-image.contentteaser {
    text-align: left;
    padding: 0
}

.ss-teaser-image .cmp-teaser__image .cmp-image {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ss-teaser-image .cmp-teaser__image .cmp-image img {
    border-radius: 10px;
    max-width: 100%;
    width: 20pc;
    height: 163px;
    -o-object-fit: cover;
    object-fit: cover
}

.ss-teaser-image .cmp-teaser__title {
    margin-top: .625rem;
    margin-bottom: .625rem
}

.ss-teaser-image .cmp-teaser__root-link .cmp-teaser__content {
    margin-bottom: 0
}

.ss-teaser-image .cmp-teaser__root-link .cmp-teaser__content .cmp-teaser__content__link {
    font-size: 18px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600
}

.ss-teaser-image .cmp-teaser__root-link .cmp-teaser__content .cmp-teaser__content__link:after {
    content: "";
    display: inline-block;
    margin-left: .5rem;
    width: 20px;
    height: 20px;
    background-image: url(../../../content/dam/transunion/trubrand/icons/ArrowRight-TruBlue.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position-y: 7px
}

.cmp-teaserlist__item .ss-teaser-image .cmp-teaser__root-link.pageteaser__content__link:hover,
.ss-teaser-image .cmp-teaserlist__item .cmp-teaser__root-link.pageteaser__content__link:hover,
.ss-teaser-image a.cmp-teaser__root-link:hover {
    text-decoration: none
}

.ss-teaser-award-image .cmp-teaser__root-link .cmp-teaser__description p {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 1.0625rem;
    line-height: 1.5625rem;
    padding: 0
}

.ss-teaser-award-image .cmp-teaser__root-link .cmp-teaser__image {
    height: 75pt
}

.ss-teaser-award-image .cmp-teaser__root-link .cmp-teaser__image img {
    width: auto
}

@media (min-width:576px) {
    .ss-box-teaser .cmp-teaser__description p {
        min-height: 75pt
    }
}

@media (min-width:696px) {
    .ss-box-teaser .cmp-teaser__description p {
        min-height: 10pc
    }

    .ss-teaser-award-image,
    .ss-teaser-card,
    .ss-teaser-card-link {
        padding: .875rem .5rem 0
    }

    .ss-teaser-award-image .cmp-teaser__description p,
    .ss-teaser-card-link .cmp-teaser__description p,
    .ss-teaser-card .cmp-teaser__description p {
        padding: 0 1.25rem
    }

    .ss-teaser-image .cmp-teaser__image .cmp-image img {
        width: 219px;
        height: 114px
    }

    .ss-teaser-card-2 {
        margin-bottom: 1.25rem
    }

    .ss-teaser-card-2 .cmp-teaser .cmp-teaser__root-link .cmp-teaser__content {
        margin-bottom: 5%
    }

    .ss-teaser-card-2 .cmp-teaser__description p {
        margin: .6875rem 0 2.8125rem
    }

    .ss-teaser-card-IFG {
        margin-bottom: 1.25rem
    }

    .ss-teaser-card-IFG .cmp-teaser .cmp-teaser__root-link .cmp-teaser__content {
        margin-bottom: 5%
    }

    .ss-teaser-card-IFG .cmp-teaser__description p {
        margin: .6875rem 0 2.8125rem
    }
}

@media (min-width:992px) {
    .ss-teaser-image .cmp-teaser__image .cmp-image img {
        width: 376px;
        height: 2in
    }
}

@media (min-width:1200px) {
    .ss-teaser-no-image .cmp-teaser__root-link .cmp-teaser__description p {
        min-height: 90pt
    }

    .ss-teaser-no-image .cmp-teaser__title {
        min-height: 75px
    }
}

.alertbanner {
    margin: 0 auto;
    background-color: #fff;
    border-top: .25rem solid #005365;
    padding: 1.875rem 0;
    border-radius: .3125rem;
    -webkit-box-shadow: 0 .1875rem .625rem .1875rem rgba(0, 0, 0, .2);
    box-shadow: 0 .1875rem .625rem .1875rem rgba(0, 0, 0, .2)
}

.alertbanner .cmp-teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: var(--container-width);
    padding: 0 .9375rem;
    margin: 0 auto
}

.alertbanner .cmp-teaser__image {
    margin-top: 3px;
    margin-right: .5rem;
    width: .875rem;
    min-width: .875rem
}

.alertbanner .cmp-teaser__image .cmp-image__image {
    vertical-align: middle
}

.alertbanner .cmp-teaser__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.alertbanner .cmp-teaser__description {
    margin-right: 1.25rem
}

.alertbanner .cmp-teaser__description * {
    margin: 0;
    font-size: .75rem;
    line-height: 1.5rem
}

.alertbanner .cmp-teaser__image-description {
    display: none
}

.alertbanner .cmp-teaser__close-icon {
    position: absolute;
    right: 2px
}

.alertbanner .cmp-teaser__close-icon:after {
    content: url(clientlib-trubrand/resources/images/close.svg);
    display: inline-block;
    width: .625rem;
    opacity: .5;
    cursor: pointer
}

.alertbanner.ss-style-blue-background {
    background: #005365;
    color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.alertbanner.ss-style-blue-background .cmp-teaser {
    display: block
}

.alertbanner.ss-style-blue-background .cmp-teaser__close-icon {
    display: none
}

.alertbanner.ss-style-blue-background .cmp-teaser__image {
    display: block;
    width: .9375rem;
    height: .9375rem;
    float: left;
    margin: 0 .625rem 0 0;
    position: relative;
    bottom: .1875rem
}

.alertbanner.ss-style-blue-background .cmp-teaser__content {
    display: block;
    margin-left: 0
}

.alertbanner.ss-style-blue-background .cmp-teaser__description .cmp-teaserlist__item .pageteaser__content__link,
.alertbanner.ss-style-blue-background .cmp-teaser__description a,
.cmp-teaserlist__item .alertbanner.ss-style-blue-background .cmp-teaser__description .pageteaser__content__link {
    color: #fcd800;
    font-weight: 600;
    margin-left: .1875rem
}

@media (min-width:696px) {
    .alertbanner.ss-style-blue-background .cmp-teaser__description * {
        font-size: .75rem;
        line-height: 1.5rem
    }

    .alertbanner.ss-style-blue-background .cmp-teaser__image {
        margin-top: .375rem
    }
}

@media (min-width:992px) {
    .alertbanner.ss-style-blue-background .cmp-teaser {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: .625rem 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }

    .alertbanner.ss-style-blue-background .cmp-teaser__description * {
        font-size: 1rem
    }

    .alertbanner.ss-style-blue-background .cmp-teaser__image {
        width: 1.5rem;
        bottom: .4375rem;
        margin-right: .875rem
    }

    .alertbanner.ss-style-blue-background .cmp-teaser__content {
        display: block
    }
}

.alertbanner.ss-style-yellow-background {
    background-color: #fcd800;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.alertbanner.ss-style-yellow-background ::-moz-selection {
    background: #005365
}

.alertbanner.ss-style-yellow-background ::selection {
    background: #005365
}

.alertbanner.ss-style-yellow-background .cmp-teaser {
    display: block
}

.alertbanner.ss-style-yellow-background .cmp-teaser__close-icon {
    display: none
}

.alertbanner.ss-style-yellow-background .cmp-teaser__content {
    display: block
}

.alertbanner.ss-style-yellow-background .cmp-teaser__description {
    text-align: center;
    margin: 0
}

.alertbanner.ss-style-yellow-background .cmp-teaser__description * {
    font-size: 1rem;
    line-height: 1.25rem;
    display: inline
}

.alertbanner.ss-style-yellow-background .cmp-teaser__description div {
    display: inline-block
}

.alertbanner.ss-style-yellow-background .cmp-teaser__image {
    display: none
}

.alertbanner.ss-style-yellow-background .cmp-teaser__image-description {
    display: inline-block;
    vertical-align: top
}

.alertbanner.ss-style-yellow-background .cmp-teaser__image-description .cmp-image__image {
    width: 1rem;
    margin-right: .3125rem;
    display: inline-block
}

.alertbanner.ss-style-trubrand-darkblue {
    background-color: #004364;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.alertbanner.ss-style-trubrand-darkblue ::-moz-selection {
    background: #fcd800
}

.alertbanner.ss-style-trubrand-darkblue ::selection {
    background: #fcd800
}

.alertbanner.ss-style-trubrand-darkblue .cmp-teaser {
    display: block
}

.alertbanner.ss-style-trubrand-darkblue .cmp-teaser__close-icon {
    top: calc(50% - 9pt)
}

.alertbanner.ss-style-trubrand-darkblue .cmp-teaser__close-icon:after {
    content: url(../../../content/dam/transunion/trubrand/icons/alertBannerCloseIcon.svg);
    display: inline-block;
    width: 1.5625rem;
    opacity: 1;
    cursor: pointer
}

.alertbanner.ss-style-trubrand-darkblue .cmp-teaser__content {
    display: block
}

.alertbanner.ss-style-trubrand-darkblue .cmp-teaser__description {
    text-align: left;
    margin: 0 auto
}

.alertbanner.ss-style-trubrand-darkblue .cmp-teaser__description * {
    font-size: 1rem;
    line-height: 1.5625rem;
    display: inline;
    color: #fff
}

.alertbanner.ss-style-trubrand-darkblue .cmp-teaser__description div {
    display: inline-block
}

.alertbanner.ss-style-trubrand-darkblue .cmp-teaser__image {
    display: none
}

.alertbanner.ss-style-trubrand-darkblue .cmp-teaser__image-description {
    display: inline-block;
    vertical-align: top
}

.alertbanner.ss-style-trubrand-darkblue .cmp-teaser__image-description .cmp-image__image {
    width: 1rem;
    margin-right: .3125rem;
    display: inline-block
}

@media (min-width:696px) {
    .alertbanner .cmp-teaser__image {
        width: 1rem
    }

    .alertbanner .cmp-teaser__description * {
        font-size: .875rem;
        line-height: 1.875rem
    }

    .alertbanner.ss-style-trubrand-darkblue .cmp-teaser__close-icon {
        top: calc(50% - 12.5px)
    }

    .alertbanner.ss-style-trubrand-darkblue .cmp-teaser__description * {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

@media (min-width:992px) {
    .alertbanner .cmp-teaser__image {
        margin-right: .625rem
    }

    .alertbanner.ss-style-trubrand-darkblue .cmp-teaser__description * {
        font-size: 1.0625rem;
        line-height: 1.5625rem;
        font-weight: 400
    }
}

.product-feature__link,
.product-feature__link:hover {
    text-decoration: none
}

.product-feature__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 1.25rem;
    font-weight: 700;
    position: relative;
    line-height: 1.375rem;
    margin-top: 1.3rem
}

.product-feature__title:before {
    content: " ";
    width: 3.4375rem;
    display: block;
    border-bottom: .3125rem solid #00a6ca;
    position: absolute;
    top: -1.25rem;
    left: 0
}

.product-feature__icon {
    background-image: url(clientlib-trubrand/resources/images/forward-blue.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    max-width: 1.25rem;
    width: 1.25rem;
    color: #00a6ca;
    height: 1.25rem;
    margin-left: .625rem
}

.productfeature.teaser {
    padding-bottom: 0;
    margin-top: 1.875rem
}

.productfeature.teaser .cmp-teaser__description p {
    margin-bottom: 0
}

@media (min-width:696px) {
    .productfeature.teaser {
        padding-top: 2.5rem
    }
}

@media (min-width:696px) {

    .experiencefragment.ss-sticky,
    .experiencefragment.ss-sticky .cmp-experiencefragment {
        height: 100%
    }

    .experiencefragment.ss-sticky .cmp-experiencefragment .aem-Grid,
    .experiencefragment.ss-sticky .cmp-experiencefragment .contentcontainer:not(.cq-Editable-dom),
    .experiencefragment.ss-sticky .cmp-experiencefragment .contentcontainer:not(.cq-Editable-dom) .cmp-container {
        height: inherit
    }
}

.experiencefragment.ss-style-sticky-to-inline {
    position: sticky;
    bottom: 0
}

@media (min-width:992px) {
    .experiencefragment.ss-style-sticky-to-inline {
        position: static
    }
}

.cmp-card-teaser-list .cmp-teaserlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 3% 0;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem
}

.cmp-card-teaser-list .cmp-teaserlist:after {
    content: "";
    display: table;
    clear: both
}

.cmp-card-teaser-list .cmp-teaserlist__item {
    -webkit-box-shadow: 0 2px 24px 0 rgba(0, 67, 10, .1);
    box-shadow: 0 2px 24px 0 rgba(0, 67, 10, .1);
    padding: 4%;
    text-align: left;
    background-color: #fff;
    min-width: 10rem;
    border-radius: .375rem;
    margin: 0 0 5%;
    width: 100%
}

.cmp-card-teaser-list .cmp-teaserlist__item__linkcontainer {
    text-decoration: none
}

.cmp-card-teaser-list .cmp-teaserlist__item .pageteaser__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.cmp-card-teaser-list .cmp-teaserlist__item .pageteaser__content .cmp-teaser .pageteaser__content__title,
.cmp-card-teaser-list .cmp-teaserlist__item .pageteaser__content .pageteaser__content__title,
.cmp-card-teaser-list .cmp-teaserlist__item .pageteaser__content h4.pageteaser__content__title,
.cmp-card-teaser-list .cmp-teaserlist__item .pageteaser__content p.pageteaser__content__description,
.cmp-card-teaser-list .cmp-teaserlist__item .pageteaser__content span.pageteaser__content__link,
.cmp-teaser .cmp-card-teaser-list .cmp-teaserlist__item .pageteaser__content .pageteaser__content__title {
    color: #000
}

.cmp-card-teaser-list .cmp-teaserlist__item .pageteaser__content__title {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    margin-bottom: 1.875rem
}

.cmp-card-teaser-list .cmp-teaserlist__item .pageteaser__content__link {
    position: relative;
    color: #000;
    font-family: Intro, "sans-serif";
    font-size: 1.125rem;
    line-height: 1;
    text-transform: capitalize;
    border-radius: 3.125rem;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-top: auto;
    background: #fcd800;
    text-decoration: none;
    font-weight: 600;
    border: none;
    border-radius: 1.25rem;
    padding: .375rem .75rem;
    -webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, .08);
    box-shadow: 3px 3px 1px rgba(0, 0, 0, .08);
    text-transform: uppercase;
    width: 80%;
    text-align: center;
    font-size: 9pt
}

.cmp-card-teaser-list .cmp-teaserlist__item .pageteaser__content__link:hover {
    color: #fff;
    background: #004364;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.cmp-card-teaser-list .mobile-teaserlist-header-btn,
.cmp-card-teaser-list .teaserlist-header {
    text-align: center;
    margin-bottom: 1rem
}

.cmp-card-teaser-list .mobile-teaserlist-header-btn .cmp-teaserlist__item .pageteaser__content__link,
.cmp-card-teaser-list .mobile-teaserlist-header-btn a,
.cmp-card-teaser-list .teaserlist-header .cmp-teaserlist__item .pageteaser__content__link,
.cmp-card-teaser-list .teaserlist-header a,
.cmp-teaserlist__item .cmp-card-teaser-list .mobile-teaserlist-header-btn .pageteaser__content__link,
.cmp-teaserlist__item .cmp-card-teaser-list .teaserlist-header .pageteaser__content__link {
    position: relative;
    background: #fcd800;
    color: #000;
    font-family: Intro, "sans-serif";
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    border: none;
    border-radius: 3.125rem;
    padding: 1rem 1.625rem;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    display: inline-block
}

.cmp-card-teaser-list .mobile-teaserlist-header-btn .cmp-teaserlist__item .pageteaser__content__link:hover,
.cmp-card-teaser-list .mobile-teaserlist-header-btn a:hover,
.cmp-card-teaser-list .teaserlist-header .cmp-teaserlist__item .pageteaser__content__link:hover,
.cmp-card-teaser-list .teaserlist-header a:hover,
.cmp-teaserlist__item .cmp-card-teaser-list .mobile-teaserlist-header-btn .pageteaser__content__link:hover,
.cmp-teaserlist__item .cmp-card-teaser-list .teaserlist-header .pageteaser__content__link:hover {
    color: #fff;
    background: #004364;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.cmp-card-teaser-list .teaserlist-header {
    display: none
}

@media (min-width:696px) {
    .cmp-card-teaser-list .cmp-teaserlist__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.33333% - 1.25rem);
        flex: 0 1 calc(33.33333% - 1.25rem)
    }

    .cmp-card-teaser-list .cmp-teaserlist__item .pageteaser__content__title {
        color: #000;
        margin-bottom: 0;
        min-height: 4.4375rem
    }

    .cmp-card-teaser-list .teaserlist-header {
        display: block
    }

    .cmp-card-teaser-list .mobile-teaserlist-header-btn {
        display: none
    }
}

.reengagementbanner {
    display: block
}

.reengagementbanner:not(.cq-Editable-dom) {
    display: none
}

.aem-AuthorLayer-Edit .reengagementbanner {
    display: block
}

.cookie-opt-out__container ol li {
    list-style: auto
}

.cookie-opt-out__container .tu-modal__image .cmp-icon__image {
    background-image: url(clientlib-trubrand/resources/images/security.svg);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    display: block
}

.tu-modal {
    z-index: 1001
}

.cmp-gated-content-wall.active,
.tu-modal.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cmp-gated-content-wall.active {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .4);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.cmp-gated-content-wall.hidden {
    display: none
}

.cmp-gated-content-wall #content-gate {
    margin: 0 auto;
    background: #fff;
    padding: 1.875rem;
    border-radius: 1.25rem
}

.cmp-gated-content-wall .error-message {
    display: none;
    color: #b50000;
    padding-top: 1.25rem
}

.cmp-gated-content-wall .error-message.show {
    display: block
}

@media (min-width:696px) {
    .cmp-gated-content-wall #content-gate {
        padding: 4.375rem
    }
}

.insightsbycategory.teaserlist {
    background-color: #fff;
    padding-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.insightsbycategory.teaserlist .teaserlist-header {
    padding: 1rem;
    margin-bottom: 2rem
}

.insightsbycategory.teaserlist .teaserlist-header h2 {
    text-align: center;
    min-height: 4rem;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cmp-teaserlist__item .insightsbycategory.teaserlist .teaserlist-header .pageteaser__content__link,
.insightsbycategory.teaserlist .teaserlist-header .cmp-teaserlist__item .pageteaser__content__link,
.insightsbycategory.teaserlist .teaserlist-header a {
    display: none
}

.insightsbycategory.teaserlist .cmp-teaserlist__item+.cmp-teaserlist__item {
    border-top: 1px solid #707070;
    padding-top: 1rem
}

.insightsbycategory.teaserlist .cmp-teaserlist {
    padding: 0 1rem
}

.insightsbycategory.teaserlist .cmp-teaserlist__item__linkcontainer {
    text-decoration: none
}

.insightsbycategory.teaserlist .cmp-teaserlist__item__linkcontainer:hover {
    text-decoration: underline
}

.insightsbycategory.teaserlist .pageteaser__content__title {
    font-weight: 600;
    margin-bottom: 1rem
}

.insightsbycategory.teaserlist .pageteaser__content__contenttype {
    text-transform: uppercase;
    text-decoration: none;
    color: #005365;
    font-weight: 600;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.insightsbycategory.teaserlist .mobile-teaserlist-header-btn {
    text-align: center;
    margin-top: auto;
    margin-bottom: .625rem
}

.cmp-teaserlist__item .insightsbycategory.teaserlist .mobile-teaserlist-header-btn .pageteaser__content__link,
.insightsbycategory.teaserlist .mobile-teaserlist-header-btn .cmp-teaserlist__item .pageteaser__content__link,
.insightsbycategory.teaserlist .mobile-teaserlist-header-btn a {
    font-weight: 600;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    border: 3px solid #fcd800;
    padding: .25rem 1rem
}

.cmp-teaserlist__item .insightsbycategory.teaserlist .mobile-teaserlist-header-btn .pageteaser__content__link:hover,
.insightsbycategory.teaserlist .mobile-teaserlist-header-btn .cmp-teaserlist__item .pageteaser__content__link:hover,
.insightsbycategory.teaserlist .mobile-teaserlist-header-btn a:hover {
    border-color: #b09700
}

.insightsbycategory.teaserlist.ss-header-bg-color--primary .teaserlist-header {
    background-color: #00a6ca
}

.insightsbycategory.teaserlist.ss-header-bg-color--secondary .teaserlist-header {
    background-color: #fcd800
}

.insightsbycategory.teaserlist.ss-header-bg-color--success .teaserlist-header {
    background-color: #00552a
}

.insightsbycategory.teaserlist.ss-header-bg-color--info .teaserlist-header {
    background-color: #00a6ca
}

.insightsbycategory.teaserlist.ss-header-bg-color--warning .teaserlist-header {
    background-color: #f26e00
}

.insightsbycategory.teaserlist.ss-header-bg-color--danger .teaserlist-header {
    background-color: #b50000
}

.insightsbycategory.teaserlist.ss-header-bg-color--light .teaserlist-header {
    background-color: #f5f5f5
}

.insightsbycategory.teaserlist.ss-header-bg-color--dark .teaserlist-header {
    background-color: #343a40
}

.insightsbycategory.teaserlist.ss-header-bg-color--light-gray .teaserlist-header {
    background-color: #ddd
}

.insightsbycategory.teaserlist.ss-header-bg-color--gray .teaserlist-header {
    background-color: #a9a9a9
}

@media (min-width:696px) {
    .insightsbycategory.teaserlist {
        height: 100%
    }
}

.featuredhero .cmp-featuredhero .cmp-linkcalltoaction,
.featuredhero .cmp-featuredhero .teaserfeature .cmp-teaser__action-container,
.featuredhero .cmp-featuredhero .teaserfeature .cmp-teaser__action-link,
.teaserfeature .featuredhero .cmp-featuredhero .cmp-teaser__action-container,
.teaserfeature .featuredhero .cmp-featuredhero .cmp-teaser__action-link {
    width: 100%
}

.featuredhero .cmp-featuredhero .cmp-link,
.featuredhero .cmp-featuredhero .cmp-text,
.featuredhero .cmp-featuredhero .cmp-title {
    text-align: center
}

.featuredhero .cmp-featuredhero .image {
    margin-bottom: 0
}

.featuredhero .cmp-featuredhero .cmp-image {
    width: 12.5rem;
    margin: auto
}

@media (min-width:696px) {
    .featuredhero .cmp-featuredhero {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .featuredhero .cmp-featuredhero__block {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .featuredhero .cmp-featuredhero .cmp-link,
    .featuredhero .cmp-featuredhero .cmp-text,
    .featuredhero .cmp-featuredhero .cmp-title {
        text-align: left
    }

    .featuredhero .cmp-featuredhero .cmp-image {
        padding-left: 1rem;
        width: auto
    }

    .featuredhero .cmp-featuredhero .cmp-image__image {
        width: auto;
        margin: auto;
        display: block;
        max-width: 100%
    }

    .featuredhero .cmp-featuredhero .responsivegrid {
        padding-right: 1rem
    }
}

@media (min-width:992px) {
    .featuredhero .cmp-featuredhero__block--left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .featuredhero .cmp-featuredhero__block--right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .featuredhero .cmp-featuredhero .cmp-linkcalltoaction,
    .featuredhero .cmp-featuredhero .teaserfeature .cmp-teaser__action-container,
    .featuredhero .cmp-featuredhero .teaserfeature .cmp-teaser__action-link,
    .teaserfeature .featuredhero .cmp-featuredhero .cmp-teaser__action-container,
    .teaserfeature .featuredhero .cmp-featuredhero .cmp-teaser__action-link {
        width: unset
    }
}

.eloquacontainer.ss-white-background select,
.select {
    position: relative
}

.eloquacontainer.ss-white-background select:after,
.select:after {
    background-color: transparent;
    border-bottom: .125rem solid #00a6ca;
    border-left: .125rem solid #00a6ca;
    content: "";
    height: .625rem;
    pointer-events: none;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    -webkit-transform: rotate(-45deg) translate(.4375rem, -.175rem);
    transform: rotate(-45deg) translate(.4375rem, -.175rem);
    width: .625rem;
    z-index: 2
}

.eloquacontainer.ss-white-background select select,
.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f7f9fa;
    border-radius: .9375rem;
    border: .0625rem solid rgba(0, 67, 100, .5);
    color: #4b4b4b;
    font-family: Roboto, sans-serif;
    font-size: inherit;
    font-weight: 100;
    line-height: inherit;
    margin: 0;
    outline: none;
    padding: .625rem 2.5rem .625rem .625rem;
    width: 100%
}

.eloquacontainer.ss-white-background select select:focus,
.eloquacontainer.ss-white-background select select:focus-visible,
.select select:focus,
.select select:focus-visible {
    border-radius: .9375rem;
    border: .125rem solid #00a6ca;
    bottom: -.0625rem
}

@media (min-width:696px) {

    .eloquacontainer.ss-white-background select select,
    .select select {
        padding: .3125rem 2.5rem .3125rem .625rem
    }
}

@media (min-width:992px) {

    .eloquacontainer.ss-white-background select select,
    .select select {
        padding: .625rem 2.5rem .625rem .625rem
    }
}

.eloquacontainer.ss-white-background select select::-ms-expand,
.select select::-ms-expand {
    display: none
}

.input__search--custom {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f7f9fa;
    border-radius: .9375rem;
    border: .0625rem solid rgba(0, 67, 100, .5);
    color: #4b4b4b;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    outline: none;
    padding: .625rem 2.5rem .625rem .625rem;
    width: 100%
}

.input__search--custom:focus {
    border-radius: .9375rem;
    border: .125rem solid #00a6ca
}

@media (min-width:696px) {
    .input__search--custom {
        padding: .3125rem 2.5rem .3125rem .625rem
    }
}

@media (min-width:992px) {
    .input__search--custom {
        padding: .625rem 2.5rem .625rem .625rem
    }
}

.gallery__pagination {
    margin: 3.75rem 0 4.0625rem;
    position: relative
}

@media (min-width:696px) {
    .gallery__pagination {
        margin: 3.125rem 0 6.25rem
    }
}

@media (min-width:992px) {
    .gallery__pagination {
        margin: 3.75rem 0 6.25rem
    }
}

.gallery__pagination__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Roboto, sans-serif;
    gap: .3125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    list-style: none;
    margin: 0;
    padding: 0 1.25rem;
    word-break: break-all;
    justify-content: center
}

@media (min-width:696px) {
    .gallery__pagination__list {
        gap: .625rem
    }
}

.gallery__pagination__list--next,
.gallery__pagination__list--prev {
    position: absolute
}

@media (min-width:696px) {

    .gallery__pagination__list--next,
    .gallery__pagination__list--prev {
        position: relative
    }
}

.gallery__pagination__list--next {
    right: 0
}

.gallery__pagination__list--prev {
    left: 0
}

.gallery__pagination__list--next-button,
.gallery__pagination__list--prev-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(clientlib-trubrand/resources/images/angle-left-small.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: none;
    -webkit-box-shadow: 0 2px 24px 0 rgba(0, 67, 100, .15);
    box-shadow: 0 2px 24px 0 rgba(0, 67, 100, .15);
    padding: 1.4375rem;
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease
}

@media (min-width:696px) {

    .gallery__pagination__list--next-button,
    .gallery__pagination__list--prev-button {
        padding: .9375rem;
        position: relative
    }
}

@media (min-width:992px) {

    .gallery__pagination__list--next-button,
    .gallery__pagination__list--prev-button {
        padding: 1.125rem
    }
}

.gallery__pagination__list--next-button:active,
.gallery__pagination__list--next-button:focus,
.gallery__pagination__list--next-button:hover,
.gallery__pagination__list--prev-button:active,
.gallery__pagination__list--prev-button:focus,
.gallery__pagination__list--prev-button:hover {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 67, 100, .15);
    box-shadow: 0 2px 4px 0 rgba(0, 67, 100, .15)
}

.gallery__pagination__list--next-button {
    background-image: url(clientlib-trubrand/resources/images/angle-right-small.svg);
    margin-left: 10px;
    right: 0
}

.gallery__pagination__list--prev-button {
    margin-right: 10px;
    left: 0
}

.gallery__pagination__item--button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    color: rgba(0, 0, 0, .5);
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    padding: 0 5px
}

.gallery__pagination__item--button[data-current=true] {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .15);
    color: #00a6ca;
    font-weight: 700
}

.gallery__pagination__item--button:hover {
    color: #00a6ca
}

.gallery__pagination__placeholder {
    pointer-events: none
}

.gallery__facetsSelector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 3.125rem;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 1.25rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.gallery__facetsSelector input::-webkit-input-placeholder {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 1.0625rem
}

.gallery__facetsSelector input::-moz-placeholder {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 1.0625rem
}

.gallery__facetsSelector input:-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 1.0625rem
}

.gallery__facetsSelector input::-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 1.0625rem
}

.gallery__facetsSelector input::placeholder {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 1.0625rem
}

@media (min-width:696px) {
    .gallery__facetsSelector {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        margin: 0 0 4.6875rem
    }
}

@media (min-width:992px) {
    .gallery__facetsSelector {
        -webkit-column-gap: 1.75rem;
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem;
        margin: 0 0 5.3125rem
    }
}

.gallery__facetsSelector--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.25rem;
    margin: 0
}

.eloquacontainer.ss-white-background .gallery__facetsSelector--list select,
.gallery__facetsSelector--list .eloquacontainer.ss-white-background select,
.gallery__facetsSelector--list .select {
    width: 100%;
    font-weight: 300
}

.eloquacontainer.ss-white-background .gallery__facetsSelector--list select:focus,
.gallery__facetsSelector--list .eloquacontainer.ss-white-background select:focus,
.gallery__facetsSelector--list .select:focus {
    border: .125rem solid var(--tu-trubrand-blue)
}

.eloquacontainer.ss-white-background .gallery__facetsSelector--list select span,
.gallery__facetsSelector--list .eloquacontainer.ss-white-background select span,
.gallery__facetsSelector--list .select span {
    display: none
}

@media (min-width:696px) {

    .eloquacontainer.ss-white-background .gallery__facetsSelector--list select,
    .gallery__facetsSelector--list .eloquacontainer.ss-white-background select,
    .gallery__facetsSelector--list .select {
        width: 8.4375rem
    }
}

@media (min-width:992px) {

    .eloquacontainer.ss-white-background .gallery__facetsSelector--list select,
    .gallery__facetsSelector--list .eloquacontainer.ss-white-background select,
    .gallery__facetsSelector--list .select {
        width: 12.5rem
    }
}

@media (min-width:1200px) {

    .eloquacontainer.ss-white-background .gallery__facetsSelector--list select,
    .gallery__facetsSelector--list .eloquacontainer.ss-white-background select,
    .gallery__facetsSelector--list .select {
        width: 15rem
    }
}

@media (min-width:696px) {
    .gallery__facetsSelector--list {
        -webkit-column-gap: .625rem;
        -moz-column-gap: .625rem;
        column-gap: .625rem;
        row-gap: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:992px) {
    .gallery__facetsSelector--list {
        -webkit-column-gap: .9375rem;
        -moz-column-gap: .9375rem;
        column-gap: .9375rem
    }
}

.gallery__facetsSelector--form {
    position: relative;
    width: 100%
}

@media (min-width:696px) {
    .gallery__facetsSelector--form {
        width: 8.4375rem
    }
}

@media (min-width:992px) {
    .gallery__facetsSelector--form {
        width: 10rem
    }
}

@media (min-width:1200px) {
    .gallery__facetsSelector--form {
        width: 12.5rem
    }
}

.gallery__facetsSelector--form .button__submit-custom {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 41px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border-radius: 0 15px 15px 0
}

.gallery__facetsSelector--form .button__submit-custom span {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(clientlib-trubrand/resources/images/search-app-blu.svg);
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 15px;
    background-position: 50%
}

.gallery__facetsSelector--label {
    margin: 0;
    width: 100%
}

.gallery__facetsSelector--search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: padding .2s ease;
    transition: padding .2s ease
}

.gallery__facetsSelector--search.clear-added {
    padding-right: 0
}

@media (min-width:696px) {
    .gallery__facetsSelector--search.clear-added {
        padding-right: 6.875rem
    }
}

@media (min-width:696px) {
    .gallery__facetsSelector--search {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.gallery__facetsSelector--clear {
    display: none;
    height: 2.9375rem;
    position: relative;
    right: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.gallery__facetsSelector--clear .cmp-linkcalltoaction,
.gallery__facetsSelector--clear .teaserfeature .cmp-teaser__action-container,
.gallery__facetsSelector--clear .teaserfeature .cmp-teaser__action-link,
.teaserfeature .gallery__facetsSelector--clear .cmp-teaser__action-container,
.teaserfeature .gallery__facetsSelector--clear .cmp-teaser__action-link {
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: .625rem
}

@media (min-width:696px) {
    .gallery__facetsSelector--clear {
        position: absolute;
        height: 2.375rem;
        right: 0
    }
}

@media (min-width:992px) {
    .gallery__facetsSelector--clear {
        height: 2.9375rem
    }
}

.gallery__facetsSelector--clear.show {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gallery__item {
    min-height: 22.1875rem
}

@media (min-width:992px) {
    .gallery__item {
        min-height: 25.9375rem
    }
}

.gallery__item.main {
    grid-column: auto
}

.gallery__item.main .gallery__item--body p {
    display: none
}

@media (min-width:696px) {
    .gallery__item.main {
        grid-column: 1/4;
        max-height: 18rem
    }

    .gallery__item.main .gallery__item--tags {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: .625rem
    }

    .gallery__item.main .gallery__item--body {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left;
        width: 55%
    }

    .cmp-teaser .gallery__item.main .gallery__item--body .pageteaser__content__title,
    .cmp-teaserlist__item .gallery__item.main .gallery__item--body .pageteaser__content__title,
    .gallery__item.main .gallery__item--body .cmp-teaser .pageteaser__content__title,
    .gallery__item.main .gallery__item--body .cmp-teaserlist__item .pageteaser__content__title,
    .gallery__item.main .gallery__item--body h4 {
        font-size: 1.375rem;
        font-weight: 400;
        line-height: 29px;
        margin-bottom: .9375rem
    }

    .gallery__item.main .gallery__item--body p {
        display: block;
        color: #000;
        font-family: Roboto, sans-serif;
        font-size: .875rem;
        line-height: 1.25rem
    }

    .gallery__item.main .gallery__item--pill {
        -webkit-transform: none;
        transform: none;
        margin-bottom: 2rem
    }

    .gallery__item.main .gallery__item--wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .gallery__item.main .gallery__item--placeholder {
        bottom: auto;
        left: 0;
        -webkit-transform: translateY(-31.25rem);
        transform: translateY(-31.25rem);
        top: 50%
    }

    .gallery__item.main .gallery__item--image {
        height: 100%;
        -webkit-mask-image: url(clientlib-trubrand/resources/images/gallery-main-mask.svg);
        mask-image: url(clientlib-trubrand/resources/images/gallery-main-mask.svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: 0 -2px;
        mask-position: 0 -2px;
        -webkit-mask-size: cover;
        mask-size: cover;
        width: 45%
    }
}

@media (min-width:696px) and (min-width:696px) {
    .gallery__item.main .gallery__item--image {
        height: 22.625rem
    }
}

@media (min-width:696px) and (min-width:992px) {
    .gallery__item.main .gallery__item--image {
        height: 100%;
        -webkit-mask-size: auto;
        mask-size: auto
    }
}

@media (min-width:992px) {
    .gallery__item.main {
        min-height: 29.5rem
    }

    .gallery__item.main .gallery__item--service {
        padding-bottom: 1.8125rem
    }

    .gallery__item.main .gallery__item--tags {
        gap: 1.5625rem
    }

    .gallery__item.main .gallery__item--body {
        padding: 4.0625rem 2.5rem 4.0625rem 4.6875rem
    }

    .cmp-teaser .gallery__item.main .gallery__item--body .pageteaser__content__title,
    .cmp-teaserlist__item .gallery__item.main .gallery__item--body .pageteaser__content__title,
    .gallery__item.main .gallery__item--body .cmp-teaser .pageteaser__content__title,
    .gallery__item.main .gallery__item--body .cmp-teaserlist__item .pageteaser__content__title,
    .gallery__item.main .gallery__item--body h4 {
        font-size: 1.875rem;
        font-weight: 400;
        line-height: 40px
    }

    .gallery__item.main .gallery__item--body p {
        font-size: 1.0625rem;
        line-height: 1.5625rem
    }

    .gallery__item.main .gallery__item--pill {
        margin-bottom: 6.25rem
    }
}

.gallery__item--wrapper {
    border-radius: .9375rem;
    -webkit-box-shadow: 0 2px 24px 0 rgba(0, 67, 100, .15);
    box-shadow: 0 2px 24px 0 rgba(0, 67, 100, .15);
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Intro, sans-serif;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease
}

.gallery__item--wrapper:active,
.gallery__item--wrapper:focus,
.gallery__item--wrapper:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 67, 100, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 67, 100, .2)
}

.gallery__item--image {
    width: 100%;
    height: 8.125rem;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: url(clientlib-trubrand/resources/images/gallery-mask.svg);
    mask-image: url(clientlib-trubrand/resources/images/gallery-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center 100%;
    mask-position: center 100%;
    -webkit-mask-size: cover;
    mask-size: cover
}

.gallery__item--placeholder {
    width: 62.5rem;
    height: 62.5rem;
    display: block;
    position: absolute;
    border-radius: 100%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-31.25rem);
    transform: translateX(-31.25rem)
}

.gallery__item--body {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.875rem;
    text-align: center
}

.gallery__item--body,
.gallery__item--tags {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.gallery__item--service {
    color: #595959;
    padding-bottom: 1.375rem
}

.gallery__item--pill,
.gallery__item--service {
    font-size: 9pt;
    font-weight: 600;
    text-transform: uppercase
}

.gallery__item--pill {
    -ms-flex-line-pack: center;
    align-content: center;
    background: #004364;
    border-radius: 20px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Intro, sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2px 10px 0;
    height: 20px;
    text-align: center;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    letter-spacing: 1px
}

@media (min-width:696px) {
    .gallery .cmp-contentgallery {
        padding: 0 15px
    }
}

.gallery .loading {
    opacity: .5
}

.gallery__grid {
    display: grid;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    margin-bottom: 3.75rem;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

@media (min-width:696px) {
    .gallery__grid {
        grid-column-gap: .9375rem;
        grid-row-gap: 1rem;
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 3.125rem
    }
}

@media (min-width:992px) {
    .gallery__grid {
        grid-column-gap: 1.5625rem;
        grid-row-gap: 1.875rem;
        margin-bottom: 3.75rem
    }
}

.resourcecards .cmp-resourcecards__wrapper .cmp-resourcecards__container .cmp-resourcecards__cards .cmp-resourcecards__card-item {
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    height: auto;
    background-color: #fff
}

.resourcecards .cmp-resourcecards__wrapper .cmp-resourcecards__container .cmp-resourcecards__cards .cmp-resourcecards__card-item:hover {
    border: none
}

.resourcecards .cmp-resourcecards__wrapper .cmp-resourcecards__container .cmp-resourcecards__cards .cmp-resourcecards__card-item .cmp-resourcecards__root-link {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.resourcecards .cmp-resourcecards__wrapper .cmp-resourcecards__container .cmp-resourcecards__cards .cmp-resourcecards__card-item .cmp-resourcecards__root-link .cmp-resourcecards__icon {
    -ms-flex-item-align: center;
    align-self: center;
    padding-right: 15px
}

.resourcecards .cmp-resourcecards__wrapper .cmp-resourcecards__container .cmp-resourcecards__cards .cmp-resourcecards__card-item .cmp-resourcecards__root-link .cmp-resourcecards__icon img {
    width: 49px;
    max-width: none
}

.resourcecards .cmp-resourcecards__wrapper .cmp-resourcecards__container .cmp-resourcecards__cards .cmp-resourcecards__card-item .cmp-resourcecards__root-link .cmp-resourcecards__title {
    padding-bottom: 0
}

.resourcecards .cmp-resourcecards__wrapper .cmp-resourcecards__container .cmp-resourcecards__cards .cmp-resourcecards__card-item .cmp-resourcecards__root-link .cmp-resourcecards__title span {
    color: #707070;
    text-transform: uppercase;
    font-size: .75rem;
    line-height: .875rem;
    font-weight: 600;
    letter-spacing: 1px
}

.cmp-teaser .resourcecards .cmp-resourcecards__wrapper .cmp-resourcecards__container .cmp-resourcecards__cards .cmp-resourcecards__card-item .cmp-resourcecards__root-link .cmp-resourcecards__description .pageteaser__content__title,
.cmp-teaserlist__item .resourcecards .cmp-resourcecards__wrapper .cmp-resourcecards__container .cmp-resourcecards__cards .cmp-resourcecards__card-item .cmp-resourcecards__root-link .cmp-resourcecards__description .pageteaser__content__title,
.resourcecards .cmp-resourcecards__wrapper .cmp-resourcecards__container .cmp-resourcecards__cards .cmp-resourcecards__card-item .cmp-resourcecards__root-link .cmp-resourcecards__description .cmp-teaser .pageteaser__content__title,
.resourcecards .cmp-resourcecards__wrapper .cmp-resourcecards__container .cmp-resourcecards__cards .cmp-resourcecards__card-item .cmp-resourcecards__root-link .cmp-resourcecards__description .cmp-teaserlist__item .pageteaser__content__title,
.resourcecards .cmp-resourcecards__wrapper .cmp-resourcecards__container .cmp-resourcecards__cards .cmp-resourcecards__card-item .cmp-resourcecards__root-link .cmp-resourcecards__description h4 {
    color: #000;
    margin-bottom: 0
}

@media (min-width:696px) {
    .resourcecards .cmp-resourcecards__wrapper .cmp-resourcecards__container .cmp-resourcecards__cards .cmp-resourcecards__card-item {
        height: 100%;
        padding: 30px 25px 25px;
        margin-bottom: 0
    }

    .resourcecards .cmp-resourcecards__wrapper .cmp-resourcecards__container .cmp-resourcecards__cards .cmp-resourcecards__card-item .cmp-resourcecards__root-link .cmp-resourcecards__icon {
        padding-right: 10px
    }

    .resourcecards .cmp-resourcecards__wrapper .cmp-resourcecards__container .cmp-resourcecards__cards .cmp-resourcecards__card-item .cmp-resourcecards__root-link .cmp-resourcecards__icon img {
        width: 40px
    }

    .resourcecards .cmp-resourcecards__wrapper .cmp-resourcecards__container .cmp-resourcecards__cards .cmp-resourcecards__card-item .cmp-resourcecards__root-link .cmp-resourcecards__title span {
        font-size: .625rem;
        line-height: .875rem
    }

    .resourcecards .cmp-resourcecards__wrapper .cmp-resourcecards__container .cmp-resourcecards__cards .cmp-resourcecards__card-item .cmp-resourcecards__root-link .cmp-resourcecards__description {
        padding-top: .5rem
    }
}

@media (min-width:1200px) {
    .resourcecards .cmp-resourcecards__wrapper .cmp-resourcecards__container .cmp-resourcecards__cards .cmp-resourcecards__card-item {
        padding: 25px
    }

    .resourcecards .cmp-resourcecards__wrapper .cmp-resourcecards__container .cmp-resourcecards__cards .cmp-resourcecards__card-item .cmp-resourcecards__root-link {
        text-decoration: none
    }

    .resourcecards .cmp-resourcecards__wrapper .cmp-resourcecards__container .cmp-resourcecards__cards .cmp-resourcecards__card-item .cmp-resourcecards__root-link .cmp-resourcecards__icon {
        padding-right: 25px
    }

    .resourcecards .cmp-resourcecards__wrapper .cmp-resourcecards__container .cmp-resourcecards__cards .cmp-resourcecards__card-item .cmp-resourcecards__root-link .cmp-resourcecards__icon img {
        width: 5pc
    }

    .resourcecards .cmp-resourcecards__wrapper .cmp-resourcecards__container .cmp-resourcecards__cards .cmp-resourcecards__card-item .cmp-resourcecards__root-link .cmp-resourcecards__title {
        padding-bottom: 0;
        padding-top: .5rem
    }

    .resourcecards .cmp-resourcecards__wrapper .cmp-resourcecards__container .cmp-resourcecards__cards .cmp-resourcecards__card-item .cmp-resourcecards__root-link .cmp-resourcecards__title span {
        font-size: .75rem;
        line-height: .875rem;
        letter-spacing: 1px
    }

    .cmp-teaser .resourcecards .cmp-resourcecards__wrapper .cmp-resourcecards__container .cmp-resourcecards__cards .cmp-resourcecards__card-item .cmp-resourcecards__root-link .cmp-resourcecards__description .pageteaser__content__title,
    .cmp-teaserlist__item .resourcecards .cmp-resourcecards__wrapper .cmp-resourcecards__container .cmp-resourcecards__cards .cmp-resourcecards__card-item .cmp-resourcecards__root-link .cmp-resourcecards__description .pageteaser__content__title,
    .resourcecards .cmp-resourcecards__wrapper .cmp-resourcecards__container .cmp-resourcecards__cards .cmp-resourcecards__card-item .cmp-resourcecards__root-link .cmp-resourcecards__description .cmp-teaser .pageteaser__content__title,
    .resourcecards .cmp-resourcecards__wrapper .cmp-resourcecards__container .cmp-resourcecards__cards .cmp-resourcecards__card-item .cmp-resourcecards__root-link .cmp-resourcecards__description .cmp-teaserlist__item .pageteaser__content__title,
    .resourcecards .cmp-resourcecards__wrapper .cmp-resourcecards__container .cmp-resourcecards__cards .cmp-resourcecards__card-item .cmp-resourcecards__root-link .cmp-resourcecards__description h4 {
        font-weight: 600;
        font-size: 1.3125rem;
        line-height: 1.75rem
    }
}

.testimonial {
    background-color: #e6f6fa;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.testimonial.ss-small-version {
    overflow: hidden;
    border-radius: 1.25rem;
    margin: 2.5rem 0
}

@media (max-width:695.98px) {
    .testimonial.ss-small-version {
        -webkit-box-shadow: #a9a9a9 0 2px 4px 0;
        box-shadow: 0 2px 4px 0 #a9a9a9
    }
}

.testimonial.ss-small-version .cmp-testimonial__corner img {
    width: 3.75rem
}

@media (min-width:696px) {
    .testimonial.ss-small-version .cmp-testimonial__corner img {
        -webkit-transform: translateX(15px);
        transform: translateX(15px)
    }
}

@media (min-width:696px) {
    .testimonial.ss-small-version .cmp-testimonial__corner {
        max-width: 5rem
    }
}

@media (min-width:696px) {
    .testimonial.ss-small-version .cmp-testimonial__content {
        max-width: 100%;
        margin-left: 0;
        padding-left: 8.375rem;
        padding-right: 2.5rem
    }
}

.testimonial.ss-small-version .cmp-testimonial__container {
    padding: 1.875rem 2.1875rem 2.1875rem
}

@media (min-width:696px) {
    .testimonial.ss-small-version .cmp-testimonial__container {
        padding: 2.5rem 0;
        padding: 2.5rem 0 2.25rem
    }
}

.testimonial.ss-small-version .testimonial__description * {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5rem
}

.testimonial__description * {
    color: #000;
    font-family: Intro, sans-serif;
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-size: 1.75rem;
    line-height: 2.125rem
}

@media (min-width:992px) {
    .testimonial__description * {
        font-size: 2.5rem;
        line-height: 2.875rem
    }
}

.testimonial__signature {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 100;
    display: inline-block;
    margin-top: .5625rem
}

.testimonial .cmp-testimonial__container {
    padding: 2.5625rem 1.6875rem 3.1875rem
}

@media (min-width:696px) {
    .testimonial .cmp-testimonial__container {
        padding: 5.5rem 0 5.375rem
    }
}

@media (min-width:992px) {
    .testimonial .cmp-testimonial__container {
        padding: 8.125rem 0 7.8125rem
    }
}

.testimonial .cmp-testimonial__corner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
    max-width: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 5.8125rem
}

@media (min-width:696px) {
    .testimonial .cmp-testimonial__corner {
        position: absolute;
        width: 14vw;
        max-width: 13.375rem;
        -webkit-box-pack: right;
        -ms-flex-pack: right;
        justify-content: right;
        height: 100%
    }
}

@media (min-width:992px) {
    .testimonial .cmp-testimonial__corner {
        width: 15.1vw
    }
}

.testimonial .cmp-testimonial__corner img {
    z-index: 9;
    width: 3.75rem;
    -webkit-transform: translateY(17px);
    transform: translateY(17px)
}

@media (min-width:696px) {
    .testimonial .cmp-testimonial__corner img {
        width: 3.4375rem;
        -webkit-transform: translate(-2px);
        transform: translate(-2px)
    }
}

@media (min-width:992px) {
    .testimonial .cmp-testimonial__corner img {
        width: 5.625rem;
        -webkit-transform: translate(5px);
        transform: translate(5px)
    }
}

.testimonial .cmp-testimonial__corner:before {
    content: "";
    background: #004364;
    -webkit-mask-image: url(clientlib-trubrand/resources/images/testimonial-mask-mb.svg);
    mask-image: url(clientlib-trubrand/resources/images/testimonial-mask-mb.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: bottom center;
    mask-position: bottom center;
    width: 100%;
    height: 100%;
    right: 0;
    position: absolute
}

@media (min-width:696px) {
    .testimonial .cmp-testimonial__corner:before {
        -webkit-mask-position: center right;
        mask-position: center right;
        -webkit-mask-image: url(clientlib-trubrand/resources/images/testimonial-mask.svg);
        mask-image: url(clientlib-trubrand/resources/images/testimonial-mask.svg)
    }
}

@media (min-width:992px) {
    .testimonial .cmp-testimonial__content {
        padding-left: 0
    }
}

.socialmedialinklist .cmp-genericlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    margin-left: 0
}

.socialmedialinklist .cmp-genericlist .cmp-genericlist__item {
    margin-left: 0;
    margin-right: 2rem
}

.socialmedialinklist .cmp-genericlist .cmp-genericlist__item .socialicon .cmp-icon .cmp-icon__link .cmp-icon__container {
    background: hsla(0, 0%, 100%, .3);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 2px 24px 0 rgba(0, 67, 10, .1);
    box-shadow: 0 2px 24px 0 rgba(0, 67, 10, .1)
}

.socialmedialinklist .cmp-genericlist .cmp-genericlist__item .socialicon .cmp-icon .cmp-icon__link .cmp-icon__container img {
    width: 1rem;
    height: auto;
    margin-bottom: 0
}

@media (min-width:696px) {
    .socialmedialinklist .cmp-genericlist .cmp-genericlist__item {
        width: 1.5rem;
        height: 1.5rem
    }
}

@media (min-width:1200px) {
    .socialmedialinklist .cmp-genericlist {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.trubrandconsumerpage .tableofcontents {
    --primary-nav-offset-height: 140px;
    -webkit-box-shadow: 3px 3px 20px 0 #ddd;
    box-shadow: 3px 3px 20px 0 #ddd;
    -webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    border: none
}

.trubrandconsumerpage .tableofcontents:active,
.trubrandconsumerpage .tableofcontents:focus,
.trubrandconsumerpage .tableofcontents:hover {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 67, 100, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 67, 100, .2)
}

.tableofcontents {
    --ff-base: Roboto, sans-serif;
    --ff-weight: 400;
    --primary-nav-offset-height: 100px;
    --toc-background-color: #fff;
    --toc-list-type-color: #333;
    --toc-border-color: #e1e1e1;
    --toc-active-bg-color: rgba(228, 242, 246, 0.68);
    --toc-active-border-left: 1px solid #005365;
    --toc-link-active-color: #000;
    --toc-link-color: #004364;
    position: sticky;
    top: 0;
    background-color: var(--toc-background-color);
    border: 1px solid var(--toc-border-color);
    padding: 0 0 2rem;
    line-height: 1.4;
    border-radius: 10px;
    max-width: 92%;
    z-index: 4;
    top: var(--primary-nav-offset-height);
    margin: 0 auto 40px
}

.tableofcontents:not(.tableofcontents:has(li)) {
    display: none
}

.tableofcontents .cmp-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 0;
    -webkit-margin-after: 5%;
    margin-block-end: 5%;
    padding: 15px 20px 0
}

.tableofcontents ol,
.tableofcontents ul {
    margin: 0 0 5px;
    list-style: none;
    list-style-type: none
}

.tableofcontents ol li,
.tableofcontents ul li {
    padding: 5px 25px;
    width: 100%;
    border-left: 1px solid transparent
}

.tableofcontents ol li.active,
.tableofcontents ul li.active {
    background: var(--toc-active-bg-color);
    border-left: var(--toc-active-border-left)
}

.cmp-teaserlist__item .tableofcontents ol li.active .pageteaser__content__link,
.cmp-teaserlist__item .tableofcontents ul li.active .pageteaser__content__link,
.tableofcontents ol li.active .cmp-teaserlist__item .pageteaser__content__link,
.tableofcontents ol li.active a,
.tableofcontents ul li.active .cmp-teaserlist__item .pageteaser__content__link,
.tableofcontents ul li.active a {
    color: var(--toc-link-active-color);
    text-decoration: underline
}

.tableofcontents ol li:has(ol>li.active),
.tableofcontents ul li:has(ol>li.active) {
    background: var(--toc-active-bg-color);
    border-left: var(--toc-active-border-left)
}

.cmp-teaserlist__item .tableofcontents ol li:has(ol>li.active) .pageteaser__content__link,
.cmp-teaserlist__item .tableofcontents ul li:has(ol>li.active) .pageteaser__content__link,
.tableofcontents ol li:has(ol>li.active) .cmp-teaserlist__item .pageteaser__content__link,
.tableofcontents ol li:has(ol>li.active) a,
.tableofcontents ul li:has(ol>li.active) .cmp-teaserlist__item .pageteaser__content__link,
.tableofcontents ul li:has(ol>li.active) a {
    text-decoration: underline;
    color: var(--toc-link-active-color)
}

.cmp-teaserlist__item .tableofcontents ol li .pageteaser__content__link,
.cmp-teaserlist__item .tableofcontents ul li .pageteaser__content__link,
.tableofcontents ol li .cmp-teaserlist__item .pageteaser__content__link,
.tableofcontents ol li a,
.tableofcontents ul li .cmp-teaserlist__item .pageteaser__content__link,
.tableofcontents ul li a {
    font-family: var(--ff-base);
    font-weight: var(--ff-weight);
    color: var(--toc-link-color);
    margin-top: 5px;
    text-decoration: none
}

.cmp-teaserlist__item .tableofcontents ol li .pageteaser__content__link:hover,
.cmp-teaserlist__item .tableofcontents ul li .pageteaser__content__link:hover,
.tableofcontents ol li .cmp-teaserlist__item .pageteaser__content__link:hover,
.tableofcontents ol li a:hover,
.tableofcontents ul li .cmp-teaserlist__item .pageteaser__content__link:hover,
.tableofcontents ul li a:hover {
    color: #01354f;
    text-decoration: underline
}

.tableofcontents ol ol,
.tableofcontents ol ul,
.tableofcontents ul ol,
.tableofcontents ul ul {
    margin-bottom: 7px
}

.tableofcontents ol ol li.active,
.tableofcontents ol ul li.active,
.tableofcontents ul ol li.active,
.tableofcontents ul ul li.active {
    background: none
}

.ss-sticky {
    position: sticky
}

.blog-single-post .cmp-teaser .pageteaser__content__title,
.blog-single-post .cmp-teaserlist__item .pageteaser__content__title,
.blog-single-post h2,
.blog-single-post h3,
.blog-single-post h4,
.blog-single-post h5,
.cmp-teaser .blog-single-post .pageteaser__content__title,
.cmp-teaserlist__item .blog-single-post .pageteaser__content__title {
    margin: 1.6rem 0
}

.blog-single-post blockquote {
    width: auto
}

.blog-single-post h2 {
    font-size: clamp(1.8rem, 5vw, 2.3rem)
}

.blog-single-post h3 {
    font-size: clamp(1.6rem, 5vw, 2rem)
}

.blog-single-post .cmp-teaser .pageteaser__content__title,
.blog-single-post .cmp-teaserlist__item .pageteaser__content__title,
.blog-single-post h4,
.cmp-teaser .blog-single-post .pageteaser__content__title,
.cmp-teaserlist__item .blog-single-post .pageteaser__content__title {
    font-size: clamp(1.4rem, 5vw, 1.8rem)
}

.blog-single-post h5 {
    font-size: clamp(1.3rem, 5vw, 1.7rem)
}

.blog-single-post img.cq-LinkChecker {
    width: auto
}

.blog-article-hero .image {
    margin-bottom: 0
}

.blog-article-hero .cmp-image {
    max-height: 390px;
    margin-bottom: 0
}

@media (min-width:992px) {
    .blog-article-hero .cmp-image {
        min-height: 340px;
        max-height: auto
    }
}

.blog-article-hero .cmp-image__image {
    border-radius: 15px
}

@media (min-width:992px) {
    .blog-article-hero .cmp-image__image {
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (min-width:992px) {
    .blog-article-hero .ss-hero-image-sm .cmp-image {
        min-height: 15pc;
        max-height: 15pc
    }
}

.blog-post-content .cmp-teaser .pageteaser__content__title,
.blog-post-content .cmp-teaserlist__item .pageteaser__content__title,
.blog-post-content h2,
.blog-post-content h3,
.blog-post-content h4,
.blog-post-content h5,
.cmp-teaser .blog-post-content .pageteaser__content__title,
.cmp-teaserlist__item .blog-post-content .pageteaser__content__title {
    font-family: Roboto
}

.blog-post-content img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block
}

.blog-post-content img.cq-LinkChecker {
    width: auto
}

.blog-post-content .text .cmp-teaserlist__item .pageteaser__content__link,
.blog-post-content .text a,
.cmp-teaserlist__item .blog-post-content .text .pageteaser__content__link {
    color: #004364;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.blog-post-content .text .cmp-teaserlist__item .pageteaser__content__link:hover,
.blog-post-content .text a:hover,
.cmp-teaserlist__item .blog-post-content .text .pageteaser__content__link:hover {
    color: var(--tu-trubrand-blue);
    background-color: rgba(26, 115, 232, .04)
}

.blog-post-content .text p {
    font-size: clamp(1rem, 4.5vw, 1.4rem);
    margin: 1.6rem 0;
    line-height: 1.75;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased
}

.blog-post-content .text ol,
.blog-post-content .text ul {
    margin-bottom: 30px;
    font-family: Roboto, sans-serif;
    font-weight: 300
}

.blog-post-content .text ol li,
.blog-post-content .text ul li {
    position: relative;
    font-size: clamp(1rem, 4.5vw, 1.3rem) !important;
    line-height: 1.2 !important;
    margin: 1.7rem 1rem
}

.blog-post-content .text.ss-listed-circle-bullet ul li {
    margin: 1.7rem 1rem
}

.blog-post-content .text.ss-listed-bullet ul li:before {
    top: 2.5px;
    left: -25.8px;
    height: 25px;
    width: 25px
}

@media screen {
    .tu-blog-post .pagesection {
        padding: 2.5rem 1.3rem
    }

    .featuredhero .tu-blog-post .pagesection .cmp-featuredhero,
    .gallery .tu-blog-post .pagesection .cmp-contentgallery,
    .tu-blog-post .pagesection .cmp-pagesection,
    .tu-blog-post .pagesection .featuredhero .cmp-featuredhero,
    .tu-blog-post .pagesection .gallery .cmp-contentgallery {
        max-width: 75pc
    }

    .cmp-teaser .tu-blog-post .pageteaser__content__title,
    .cmp-teaserlist__item .tu-blog-post .pageteaser__content__title,
    .tu-blog-post .cmp-teaser .pageteaser__content__title,
    .tu-blog-post .cmp-teaserlist__item .pageteaser__content__title,
    .tu-blog-post h1,
    .tu-blog-post h2,
    .tu-blog-post h3,
    .tu-blog-post h4,
    .tu-blog-post h5 {
        font-family: Intro, Helvetica, Arial, sans-serif;
        font-weight: 600
    }

    .tu-blog-post .tableofcontents .cmp-title {
        border: none;
        padding: 15px 20px 0
    }
}

.blog-post-container .cmp-columnrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.4rem;
    margin: 0
}

.blog-post-content .linkcalltoaction:not(.blog-post-content .ctacard .linkcalltoaction):not(.insightcontentteaser .linkcalltoaction) {
    margin: 20px auto;
    background: #eee;
    padding: 20px;
    border: 1px solid #ddd
}

.blog-post-content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 999;
    -ms-flex-positive: 999;
    flex-grow: 999;
    min-width: 57%
}

.blog-post-content img.cq-LinkChecker {
    width: auto !important
}

.blog-post-sidebar {
    -ms-flex-preferred-size: clamp(19rem, 100%, 21.75rem);
    flex-basis: clamp(19rem, 100%, 21.75rem);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem
}

.blog-post-sidebar .contentcontainer {
    min-height: 100%
}

#article-sidebar {
    height: 100%;
    -webkit-margin-after: 40px;
    margin-block-end: 40px
}

@media (max-width:992px) {
    #article-sidebar {
        -webkit-margin-after: 20px;
        margin-block-end: 20px
    }

    .blog-post-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .blog-post-sidebar .articlectacard,
    .blog-post-sidebar .experiencefragment,
    .blog-post-sidebar .pagesection {
        display: none
    }

    .blog-post-sidebar .tableofcontents {
        position: relative;
        top: 0;
        margin-bottom: 0
    }
}

@media (max-width:768px) {
    .blog-post-container .cmp-columnrow {
        gap: 0
    }
}

.blog__title {
    margin-bottom: .625rem;
    text-align: center;
    padding: 3.75rem 1.25rem 0
}

.blog__title h1 {
    font-weight: 400
}

.cmp-blog-metadata {
    padding: 0;
    font-size: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

.cmp-blog-metadata__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cmp-blog-metadata__categories ul {
    margin-left: 0;
    margin-bottom: 0
}

.cmp-blog-metadata__categories ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: .3125rem
}

.cmp-blog-metadata__categories ul li:after {
    content: ", "
}

.cmp-blog-metadata__categories ul li .cmp-teaserlist__item .pageteaser__content__link,
.cmp-blog-metadata__categories ul li a,
.cmp-teaserlist__item .cmp-blog-metadata__categories ul li .pageteaser__content__link {
    color: #005365;
    text-decoration: none
}

.cmp-blog-metadata__categories ul:last-child li:after {
    display: none
}

.cmp-blog-metadata__blog-details {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cmp-blog-metadata__blog-details .cmp-blog-metadata__date {
    padding: 0
}

.ss-blogmetadata-single-post .cmp-blog-metadata__blog-details {
    width: 100%;
    display: block
}

.ss-blogmetadata-single-post .cmp-blog-metadata__author-name,
.ss-blogmetadata-single-post .cmp-blog-metadata__categories,
.ss-blogmetadata-single-post .cmp-blog-metadata__content-type {
    display: none
}

.ss-blogmetadata-single-post .cmp-blog-metadata__date {
    padding: 0;
    padding: 0 !important;
    margin-bottom: 1.875rem
}

@media (min-width:696px) {
    .ss-blogmetadata-single-post .cmp-blog-metadata__date {
        margin-bottom: 2.8125rem
    }
}

@media (min-width:992px) {
    .ss-blogmetadata-single-post .cmp-blog-metadata__date {
        margin-bottom: 3.125rem
    }
}

.blog__body .cmp-pagesection,
.blog__body .featuredhero .cmp-featuredhero,
.blog__body .gallery .cmp-contentgallery,
.featuredhero .blog__body .cmp-featuredhero,
.gallery .blog__body .cmp-contentgallery {
    padding: 0 1.25rem 2.5rem;
    padding: 0 .625rem;
    max-width: 36rem;
    width: 80%
}

.cmp-blog-metadata {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 800;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cmp-blog-metadata__blog-details {
    margin: .625rem 0
}

.cmp-blog-metadata__blog-details .cmp-blog-metadata__content-type,
.cmp-blog-metadata__blog-details .cmp-blog-metadata__date {
    padding: 0 1.25rem
}

@media (min-width:576px) {

    .blog__body .cmp-pagesection,
    .blog__body .featuredhero .cmp-featuredhero,
    .blog__body .gallery .cmp-contentgallery,
    .featuredhero .blog__body .cmp-featuredhero,
    .gallery .blog__body .cmp-contentgallery {
        padding: 0 .625rem;
        max-width: 36rem;
        width: 80%
    }

    .cmp-blog-metadata {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 800;
        text-transform: uppercase;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .cmp-blog-metadata__blog-details {
        margin: .625rem 0
    }

    .cmp-blog-metadata__blog-details .cmp-blog-metadata__content-type,
    .cmp-blog-metadata__blog-details .cmp-blog-metadata__date {
        padding: 0 1.25rem
    }
}

@media (min-width:696px) {

    .blog__body .cmp-pagesection,
    .blog__body .featuredhero .cmp-featuredhero,
    .blog__body .gallery .cmp-contentgallery,
    .featuredhero .blog__body .cmp-featuredhero,
    .gallery .blog__body .cmp-contentgallery {
        padding: 0 .625rem;
        max-width: 45rem
    }

    .cmp-blog-metadata {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 800;
        text-transform: uppercase;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .cmp-blog-metadata__author-name {
        width: 30%
    }

    .cmp-blog-metadata__blog-details {
        width: 40%;
        margin: 0
    }

    .cmp-blog-metadata__categories {
        width: 30%
    }
}

@media (min-width:992px) {

    .blog__body .cmp-pagesection,
    .blog__body .featuredhero .cmp-featuredhero,
    .blog__body .gallery .cmp-contentgallery,
    .featuredhero .blog__body .cmp-featuredhero,
    .gallery .blog__body .cmp-contentgallery {
        padding: 0 .625rem;
        max-width: 66.66%
    }

    .cmp-blog-metadata {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .cmp-blog-metadata__blog-details {
        margin: 0
    }
}

@media (min-width:1200px) {

    .blog__body .cmp-pagesection,
    .blog__body .featuredhero .cmp-featuredhero,
    .blog__body .gallery .cmp-contentgallery,
    .featuredhero .blog__body .cmp-featuredhero,
    .gallery .blog__body .cmp-contentgallery {
        padding: 0 .625rem;
        max-width: 66.66%
    }

    .cmp-blog-metadata__author-name {
        width: 30%
    }

    .cmp-blog-metadata__blog-details {
        width: 35%;
        margin: 0
    }

    .cmp-blog-metadata {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.blog-single-post .cmp-blog-metadata {
    padding: 0 1.25rem 2.5rem 0;
    font-weight: 600;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    width: 100%
}

.blog-single-post .cmp-blog-metadata p {
    font-size: clamp(1rem, 4.5vw, 1.25rem);
    text-transform: capitalize
}

.blog-single-post .cmp-blog-metadata__minutes {
    font-size: 1.1875rem
}

.blog-single-post .cmp-blog-metadata__date p {
    display: inline
}

.blog-single-post .cmp-blog-metadata__date .cal-icon {
    width: 20px;
    height: 20px;
    bottom: 4px;
    position: relative
}

.blog-single-post .cmp-blog-metadata__author-name p {
    display: inline
}

.blog-single-post .cmp-blog-metadata__author-name:before {
    content: "";
    background: url(../../../content/dam/common/icons/user.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 22px;
    bottom: 2px;
    position: relative
}

.blog-single-post .cmp-blog-metadata__categories {
    text-transform: capitalize;
    width: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:876px) {
    .blog-single-post .cmp-blog-metadata__categories {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.blog-single-post .cmp-blog-metadata__categories:before {
    content: "";
    background: url(../../../content/dam/common/icons/tag.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 22px;
    position: relative
}

.blog-single-post .cmp-blog-metadata__categories .cmp-teaserlist__item .cmp-item.pageteaser__content__link,
.blog-single-post .cmp-blog-metadata__categories a.cmp-item,
.cmp-teaserlist__item .blog-single-post .cmp-blog-metadata__categories .cmp-item.pageteaser__content__link {
    background-color: #fff;
    color: var(--tu-trubrand-dark-blue);
    -webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    text-transform: capitalize;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    text-decoration: none;
    border-radius: 10px;
    font-size: clamp(.8rem, 4.5vw, .9rem);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-item-align: center;
    align-self: center;
    line-height: 1rem;
    padding: 10px 7px;
    justify-content: center
}

.blog-single-post .cmp-blog-metadata__categories .cmp-teaserlist__item .cmp-item.pageteaser__content__link:active,
.blog-single-post .cmp-blog-metadata__categories .cmp-teaserlist__item .cmp-item.pageteaser__content__link:focus,
.blog-single-post .cmp-blog-metadata__categories .cmp-teaserlist__item .cmp-item.pageteaser__content__link:hover,
.blog-single-post .cmp-blog-metadata__categories a.cmp-item:active,
.blog-single-post .cmp-blog-metadata__categories a.cmp-item:focus,
.blog-single-post .cmp-blog-metadata__categories a.cmp-item:hover,
.cmp-teaserlist__item .blog-single-post .cmp-blog-metadata__categories .cmp-item.pageteaser__content__link:active,
.cmp-teaserlist__item .blog-single-post .cmp-blog-metadata__categories .cmp-item.pageteaser__content__link:focus,
.cmp-teaserlist__item .blog-single-post .cmp-blog-metadata__categories .cmp-item.pageteaser__content__link:hover {
    -webkit-box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
    box-shadow: 0 2px 8px 0 rgba(99, 99, 99, .2);
    text-decoration: underline
}

.blog-single-post .ss-hide-categories .cmp-blog-metadata__categories {
    display: none
}

.ctacard {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 5px;
    margin-bottom: 1.5rem;
    padding-bottom: 20px;
    border-radius: 10px
}

.ctacard,
.ctacard__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ctacard__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ctacard__title-icon {
    max-width: 20px !important;
    display: inline-block;
    margin-right: .5rem;
    top: 0;
    right: 4px;
    position: relative
}

.ctacard__title .cmp-title__text {
    font-size: clamp(1.9rem, 5vw, 2.2rem);
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    font-family: Intro
}

.ctacard__content {
    grid-row: 2
}

.ctacard__link {
    margin-bottom: 20px;
    margin-top: 20px
}

.ctacard__link .cmp-linkcalltoaction,
.ctacard__link .teaserfeature .cmp-teaser__action-container,
.ctacard__link .teaserfeature .cmp-teaser__action-link,
.teaserfeature .ctacard__link .cmp-teaser__action-container,
.teaserfeature .ctacard__link .cmp-teaser__action-link {
    width: 100%
}

@media (min-width:768px) {
    .ctacard__content {
        grid-row: 1;
        padding-top: 2rem
    }
}

.ctacard__item {
    padding: 20px 1.2rem
}

.ss-ctacard-mask-style-circle .ctacard__image {
    -webkit-clip-path: circle(55% at 56% 56%);
    clip-path: circle(55% at 56% 56%)
}

.ss-content-callout-blue .ctacard,
.ss-ctacard-blue-box .ctacard {
    background: #004364;
    padding-bottom: 0
}

.ss-content-callout-blue .ctacard__title .cmp-title__text,
.ss-ctacard-blue-box .ctacard__title .cmp-title__text {
    color: #fff
}

.cmp-teaserlist__item .ss-content-callout-blue .ctacard__link .cmp-linkcalltoaction.pageteaser__content__link:hover,
.cmp-teaserlist__item .ss-ctacard-blue-box .ctacard__link .cmp-linkcalltoaction.pageteaser__content__link:hover,
.cmp-teaserlist__item .teaserfeature .ss-content-callout-blue .ctacard__link .cmp-teaser__action-container.pageteaser__content__link:hover,
.cmp-teaserlist__item .teaserfeature .ss-content-callout-blue .ctacard__link .cmp-teaser__action-link.pageteaser__content__link:hover,
.cmp-teaserlist__item .teaserfeature .ss-ctacard-blue-box .ctacard__link .cmp-teaser__action-container.pageteaser__content__link:hover,
.cmp-teaserlist__item .teaserfeature .ss-ctacard-blue-box .ctacard__link .cmp-teaser__action-link.pageteaser__content__link:hover,
.ss-content-callout-blue .ctacard__link .cmp-teaserlist__item .cmp-linkcalltoaction.pageteaser__content__link:hover,
.ss-content-callout-blue .ctacard__link .cmp-teaserlist__item .teaserfeature .cmp-teaser__action-container.pageteaser__content__link:hover,
.ss-content-callout-blue .ctacard__link .cmp-teaserlist__item .teaserfeature .cmp-teaser__action-link.pageteaser__content__link:hover,
.ss-content-callout-blue .ctacard__link .teaserfeature .cmp-teaserlist__item .cmp-teaser__action-container.pageteaser__content__link:hover,
.ss-content-callout-blue .ctacard__link .teaserfeature .cmp-teaserlist__item .cmp-teaser__action-link.pageteaser__content__link:hover,
.ss-content-callout-blue .ctacard__link .teaserfeature a.cmp-teaser__action-container:hover,
.ss-content-callout-blue .ctacard__link .teaserfeature a.cmp-teaser__action-link:hover,
.ss-content-callout-blue .ctacard__link a.cmp-linkcalltoaction:hover,
.ss-ctacard-blue-box .ctacard__link .cmp-teaserlist__item .cmp-linkcalltoaction.pageteaser__content__link:hover,
.ss-ctacard-blue-box .ctacard__link .cmp-teaserlist__item .teaserfeature .cmp-teaser__action-container.pageteaser__content__link:hover,
.ss-ctacard-blue-box .ctacard__link .cmp-teaserlist__item .teaserfeature .cmp-teaser__action-link.pageteaser__content__link:hover,
.ss-ctacard-blue-box .ctacard__link .teaserfeature .cmp-teaserlist__item .cmp-teaser__action-container.pageteaser__content__link:hover,
.ss-ctacard-blue-box .ctacard__link .teaserfeature .cmp-teaserlist__item .cmp-teaser__action-link.pageteaser__content__link:hover,
.ss-ctacard-blue-box .ctacard__link .teaserfeature a.cmp-teaser__action-container:hover,
.ss-ctacard-blue-box .ctacard__link .teaserfeature a.cmp-teaser__action-link:hover,
.ss-ctacard-blue-box .ctacard__link a.cmp-linkcalltoaction:hover,
.teaserfeature .cmp-teaserlist__item .ss-content-callout-blue .ctacard__link .cmp-teaser__action-container.pageteaser__content__link:hover,
.teaserfeature .cmp-teaserlist__item .ss-content-callout-blue .ctacard__link .cmp-teaser__action-link.pageteaser__content__link:hover,
.teaserfeature .cmp-teaserlist__item .ss-ctacard-blue-box .ctacard__link .cmp-teaser__action-container.pageteaser__content__link:hover,
.teaserfeature .cmp-teaserlist__item .ss-ctacard-blue-box .ctacard__link .cmp-teaser__action-link.pageteaser__content__link:hover,
.teaserfeature .ss-content-callout-blue .ctacard__link a.cmp-teaser__action-container:hover,
.teaserfeature .ss-content-callout-blue .ctacard__link a.cmp-teaser__action-link:hover,
.teaserfeature .ss-ctacard-blue-box .ctacard__link a.cmp-teaser__action-container:hover,
.teaserfeature .ss-ctacard-blue-box .ctacard__link a.cmp-teaser__action-link:hover {
    background: #fff;
    color: #000
}

.ss-content-callout-blue .ctacard__description p,
.ss-ctacard-blue-box .ctacard__description p {
    color: #fff;
    -webkit-margin-after: auto;
    margin-block-end: auto;
    font-size: clamp(1rem, 3.5vw, 1.25rem)
}

.ss-content-callout-blue .ctacard__image,
.ss-ctacard-blue-box .ctacard__image {
    border-radius: 10px;
    background: #fad906;
    -webkit-clip-path: circle(74% at 50% 25%);
    clip-path: circle(74% at 50% 25%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0
}

@media (min-width:768px) {

    .ss-content-callout-blue .ctacard__image,
    .ss-ctacard-blue-box .ctacard__image {
        -webkit-clip-path: circle(75% at 76% 46%);
        clip-path: circle(75% at 76% 46%)
    }

    .ss-content-callout-blue .ctacard__image-fill,
    .ss-ctacard-blue-box .ctacard__image-fill {
        min-width: 15pc
    }
}

.ss-content-callout-blue .ctacard,
.ss-content-callout-grey .ctacard,
.ss-content-callout-ltblue .ctacard {
    -webkit-box-shadow: none;
    box-shadow: none
}

.ss-content-callout-blue .ctacard__title .cmp-title__text,
.ss-content-callout-grey .ctacard__title .cmp-title__text,
.ss-content-callout-ltblue .ctacard__title .cmp-title__text {
    font-size: clamp(1.1rem, 5vw, 1.4rem);
    margin-bottom: 1px;
    margin-top: 8px
}

.ss-content-callout-blue .ctacard__description,
.ss-content-callout-grey .ctacard__description,
.ss-content-callout-ltblue .ctacard__description {
    margin: 0 0 20px
}

.ss-content-callout-blue .ctacard__description p,
.ss-content-callout-grey .ctacard__description p,
.ss-content-callout-ltblue .ctacard__description p {
    line-height: 1.8;
    margin-top: 1rem;
    margin-bottom: 1rem
}

@media (min-width:768px) {

    .ss-content-callout-blue .ctacard__description,
    .ss-content-callout-grey .ctacard__description,
    .ss-content-callout-ltblue .ctacard__description {
        margin-inline: 1.8rem 1.8rem
    }
}

.ss-content-callout-blue .ctacard__link,
.ss-content-callout-grey .ctacard__link,
.ss-content-callout-ltblue .ctacard__link {
    margin: 20px 0
}

@media (min-width:768px) {

    .ss-content-callout-blue .ctacard__link,
    .ss-content-callout-grey .ctacard__link,
    .ss-content-callout-ltblue .ctacard__link {
        margin-inline: 1.6em
    }
}

.cmp-teaserlist__item .ss-content-callout-blue .ctacard__link .cmp-linkcalltoaction.pageteaser__content__link,
.cmp-teaserlist__item .ss-content-callout-grey .ctacard__link .cmp-linkcalltoaction.pageteaser__content__link,
.cmp-teaserlist__item .ss-content-callout-ltblue .ctacard__link .cmp-linkcalltoaction.pageteaser__content__link,
.cmp-teaserlist__item .teaserfeature .ss-content-callout-blue .ctacard__link .cmp-teaser__action-container.pageteaser__content__link,
.cmp-teaserlist__item .teaserfeature .ss-content-callout-blue .ctacard__link .cmp-teaser__action-link.pageteaser__content__link,
.cmp-teaserlist__item .teaserfeature .ss-content-callout-grey .ctacard__link .cmp-teaser__action-container.pageteaser__content__link,
.cmp-teaserlist__item .teaserfeature .ss-content-callout-grey .ctacard__link .cmp-teaser__action-link.pageteaser__content__link,
.cmp-teaserlist__item .teaserfeature .ss-content-callout-ltblue .ctacard__link .cmp-teaser__action-container.pageteaser__content__link,
.cmp-teaserlist__item .teaserfeature .ss-content-callout-ltblue .ctacard__link .cmp-teaser__action-link.pageteaser__content__link,
.ss-content-callout-blue .ctacard__link .cmp-teaserlist__item .cmp-linkcalltoaction.pageteaser__content__link,
.ss-content-callout-blue .ctacard__link .cmp-teaserlist__item .teaserfeature .cmp-teaser__action-container.pageteaser__content__link,
.ss-content-callout-blue .ctacard__link .cmp-teaserlist__item .teaserfeature .cmp-teaser__action-link.pageteaser__content__link,
.ss-content-callout-blue .ctacard__link .teaserfeature .cmp-teaserlist__item .cmp-teaser__action-container.pageteaser__content__link,
.ss-content-callout-blue .ctacard__link .teaserfeature .cmp-teaserlist__item .cmp-teaser__action-link.pageteaser__content__link,
.ss-content-callout-blue .ctacard__link .teaserfeature a.cmp-teaser__action-container,
.ss-content-callout-blue .ctacard__link .teaserfeature a.cmp-teaser__action-link,
.ss-content-callout-blue .ctacard__link a.cmp-linkcalltoaction,
.ss-content-callout-grey .ctacard__link .cmp-teaserlist__item .cmp-linkcalltoaction.pageteaser__content__link,
.ss-content-callout-grey .ctacard__link .cmp-teaserlist__item .teaserfeature .cmp-teaser__action-container.pageteaser__content__link,
.ss-content-callout-grey .ctacard__link .cmp-teaserlist__item .teaserfeature .cmp-teaser__action-link.pageteaser__content__link,
.ss-content-callout-grey .ctacard__link .teaserfeature .cmp-teaserlist__item .cmp-teaser__action-container.pageteaser__content__link,
.ss-content-callout-grey .ctacard__link .teaserfeature .cmp-teaserlist__item .cmp-teaser__action-link.pageteaser__content__link,
.ss-content-callout-grey .ctacard__link .teaserfeature a.cmp-teaser__action-container,
.ss-content-callout-grey .ctacard__link .teaserfeature a.cmp-teaser__action-link,
.ss-content-callout-grey .ctacard__link a.cmp-linkcalltoaction,
.ss-content-callout-ltblue .ctacard__link .cmp-teaserlist__item .cmp-linkcalltoaction.pageteaser__content__link,
.ss-content-callout-ltblue .ctacard__link .cmp-teaserlist__item .teaserfeature .cmp-teaser__action-container.pageteaser__content__link,
.ss-content-callout-ltblue .ctacard__link .cmp-teaserlist__item .teaserfeature .cmp-teaser__action-link.pageteaser__content__link,
.ss-content-callout-ltblue .ctacard__link .teaserfeature .cmp-teaserlist__item .cmp-teaser__action-container.pageteaser__content__link,
.ss-content-callout-ltblue .ctacard__link .teaserfeature .cmp-teaserlist__item .cmp-teaser__action-link.pageteaser__content__link,
.ss-content-callout-ltblue .ctacard__link .teaserfeature a.cmp-teaser__action-container,
.ss-content-callout-ltblue .ctacard__link .teaserfeature a.cmp-teaser__action-link,
.ss-content-callout-ltblue .ctacard__link a.cmp-linkcalltoaction,
.teaserfeature .cmp-teaserlist__item .ss-content-callout-blue .ctacard__link .cmp-teaser__action-container.pageteaser__content__link,
.teaserfeature .cmp-teaserlist__item .ss-content-callout-blue .ctacard__link .cmp-teaser__action-link.pageteaser__content__link,
.teaserfeature .cmp-teaserlist__item .ss-content-callout-grey .ctacard__link .cmp-teaser__action-container.pageteaser__content__link,
.teaserfeature .cmp-teaserlist__item .ss-content-callout-grey .ctacard__link .cmp-teaser__action-link.pageteaser__content__link,
.teaserfeature .cmp-teaserlist__item .ss-content-callout-ltblue .ctacard__link .cmp-teaser__action-container.pageteaser__content__link,
.teaserfeature .cmp-teaserlist__item .ss-content-callout-ltblue .ctacard__link .cmp-teaser__action-link.pageteaser__content__link,
.teaserfeature .ss-content-callout-blue .ctacard__link a.cmp-teaser__action-container,
.teaserfeature .ss-content-callout-blue .ctacard__link a.cmp-teaser__action-link,
.teaserfeature .ss-content-callout-grey .ctacard__link a.cmp-teaser__action-container,
.teaserfeature .ss-content-callout-grey .ctacard__link a.cmp-teaser__action-link,
.teaserfeature .ss-content-callout-ltblue .ctacard__link a.cmp-teaser__action-container,
.teaserfeature .ss-content-callout-ltblue .ctacard__link a.cmp-teaser__action-link {
    width: inherit
}

.ss-content-callout-ltblue .ctacard {
    background: #e6f6fa
}

.ss-content-callout-ltblue .ctacard__description {
    margin-bottom: 0
}

.ss-content-callout-ltblue .ctacard__description p {
    color: #000
}

.ss-content-callout-grey .ctacard,
.ss-content-callout-simple .ctacard {
    background: #fff;
    border: 1px solid #e1e1e1
}

.ss-content-callout-grey .ctacard__description,
.ss-content-callout-simple .ctacard__description {
    margin-bottom: 0
}

.ss-content-callout-grey .ctacard__description p,
.ss-content-callout-simple .ctacard__description p {
    line-height: 2rem;
    margin-bottom: 0
}

.ss-content-callout-grey .ctacard p {
    font-size: 92%
}

.ss-ctacard-blue-box .ctacard__title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ss-ctacard-blue-box .ctacard__title .cmp-title__text {
    color: #fff
}

.ss-ctacard-blue-box .ctacard__link {
    max-width: 260px
}

#article-sidebar .ctacard {
    border-radius: 10px;
    grid-template-columns: 1fr
}

#article-sidebar .ctacard__image {
    padding: 0;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#article-sidebar .ctacard__image img {
    margin: 0 auto;
    max-width: 230px
}

#article-sidebar .ctacard__content {
    grid-row: 2;
    padding-top: 0
}

#article-sidebar .ctacard__link {
    margin: 5px 0
}

#article-sidebar .ctacard__title .cmp-title__text {
    font-family: IntroSemiBold;
    font-size: clamp(1.3rem, 5vw, 1.9rem);
    text-align: center;
    margin-bottom: 15px
}

#article-sidebar .ss-ctacard-blue-box {
    border-radius: 10px
}

#article-sidebar .ss-ctacard-blue-box .ctacard {
    padding-bottom: 0
}

#article-sidebar .ss-ctacard-blue-box .ctacard__image {
    border-radius: 10px;
    justify-items: center;
    -webkit-clip-path: circle(74% at 50% 25%);
    clip-path: circle(74% at 50% 25%)
}

#article-sidebar .ss-ctacard-blue-box .ctacard__title .cmp-title__text {
    text-wrap: balance
}

#article-sidebar .ss-ctacard-blue-box .ctacard__description p {
    color: #fff
}

#article-sidebar .ss-ctacard-blue-box .ctacard__link .cmp-teaserlist__item .pageteaser__content__link:hover,
#article-sidebar .ss-ctacard-blue-box .ctacard__link a:hover,
.cmp-teaserlist__item #article-sidebar .ss-ctacard-blue-box .ctacard__link .pageteaser__content__link:hover {
    background: #fff;
    color: #000
}

.insightgrid {
    --space: clamp(1rem, 1rem, 1rem);
    --insight-bg-color: #fff;
    --insight-border-radius: 10px;
    display: grid
}

.insightgrid .teaserlist-header {
    margin-bottom: 2rem
}

.cmp-teaserlist__item .insightgrid .teaserlist-header .pageteaser__content__link,
.insightgrid .teaserlist-header .cmp-teaserlist__item .pageteaser__content__link,
.insightgrid .teaserlist-header a {
    display: none
}

.insightgrid .mobile-teaserlist-header-btn {
    margin: 0 auto;
    -webkit-margin-before: 40px;
    margin-block-start: 40px
}

.cmp-teaserlist__item .insightgrid .mobile-teaserlist-header-btn .pageteaser__content__link,
.insightgrid .mobile-teaserlist-header-btn .cmp-teaserlist__item .pageteaser__content__link,
.insightgrid .mobile-teaserlist-header-btn a {
    background: var(--tu-trubrand-yellow);
    text-transform: capitalize;
    text-decoration: none;
    color: #333;
    font-size: 1.125rem;
    border: none;
    border-radius: 3.125rem;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    width: auto;
    max-width: 100%;
    padding: 1rem 2rem
}

.cmp-teaserlist__item .insightgrid .mobile-teaserlist-header-btn .pageteaser__content__link:hover,
.insightgrid .mobile-teaserlist-header-btn .cmp-teaserlist__item .pageteaser__content__link:hover,
.insightgrid .mobile-teaserlist-header-btn a:hover {
    color: #fff !important;
    background: var(--tu-trubrand-dark-blue)
}

.cmp-teaserlist__item .insightgrid .mobile-teaserlist-header-btn .pageteaser__content__link:focus,
.insightgrid .mobile-teaserlist-header-btn .cmp-teaserlist__item .pageteaser__content__link:focus,
.insightgrid .mobile-teaserlist-header-btn a:focus {
    background-color: var(--tu-trubrand-yellow-darken);
    color: #000 !important;
    -webkit-box-shadow: var(--btn-focus-shadow);
    box-shadow: var(--btn-focus-shadow)
}

.insightgrid .cmp-teaserlist {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20pc, 1fr));
    grid-gap: 2em
}

.insightgrid .cmp-teaserlist__item {
    border-radius: var(--insight-border-radius);
    background-color: var(--insight-bg-color);
    -webkit-box-shadow: 3px 3px 20px 0 #ddd;
    box-shadow: 3px 3px 20px 0 #ddd;
    -webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    height: 100%;
    width: 100%;
    overflow: hidden
}

.insightgrid .cmp-teaserlist__item:active,
.insightgrid .cmp-teaserlist__item:focus,
.insightgrid .cmp-teaserlist__item:hover {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 67, 100, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 67, 100, .2)
}

.insightgrid .cmp-teaserlist__item__linkcontainer {
    text-decoration: none
}

.insightgrid .pageteaser__imagecontainer {
    padding: 0;
    width: 100%;
    margin-bottom: 0;
    border-radius: 15px
}

.insightgrid .pageteaser__imagecontainer__image {
    overflow: hidden;
    position: relative;
    -webkit-mask-image: url(clientlib-trubrand/resources/images/gallery-mask.svg);
    mask-image: url(clientlib-trubrand/resources/images/gallery-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center 100%;
    mask-position: center 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 100%;
    height: auto;
    min-height: 11rem
}

.insightgrid .pageteaser__imagecontainer__image>div {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.insightgrid .pageteaser__imagecontainer__image img {
    -o-object-fit: cover;
    object-fit: cover;
    border: none;
    height: 100%;
    width: 100%
}

.insightgrid .pageteaser__content {
    padding: var(--space);
    display: grid;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-margin-after: 25px;
    margin-block-end: 25px
}

.insightgrid .pageteaser__content__contenttype {
    color: #000;
    font-weight: 700;
    color: #494949;
    text-transform: uppercase
}

.insightgrid .pageteaser__content__contenttype span:not(:first-of-type) {
    display: none
}

.insightgrid .pageteaser__content__title {
    text-align: left;
    grid-area: 1;
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem;
    font-size: clamp(1.35rem, 5vw, 1.5rem);
    line-height: 1.2
}

.insightgrid .pageteaser__content__info {
    font-size: clamp(.85rem, 5vw, 1rem);
    line-height: 1.2;
    color: #333
}

.insightgrid .pageteaser__content__link {
    font-size: clamp(1rem, 5vw, 1.2rem);
    justify-self: flex-start
}

.relatedarticles {
    margin: 40px 0 0
}

.relatedarticles h2 {
    font-weight: 700;
    text-transform: uppercase
}

.relatedarticles .cmp-teaserlist__item {
    padding-top: .4375rem;
    border-bottom: 1px solid rgba(0, 0, 0, .131)
}

.relatedarticles .cmp-teaserlist__item__linkcontainer {
    text-decoration: none
}

.relatedarticles .cmp-teaserlist__item__linkcontainer:focus .pageteaser {
    outline: 1px solid #005365
}

.relatedarticles .pageteaser__imagecontainer {
    padding: 0 1.125rem
}

.relatedarticles .pageteaser__imagecontainer__image {
    background-color: transparent;
    padding: 0;
    height: 7.5rem;
    width: 18rem;
    margin-left: auto;
    margin-right: auto
}

.relatedarticles .pageteaser__imagecontainer__image img {
    min-height: 7.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    position: relative
}

.relatedarticles .pageteaser__content {
    text-align: center
}

.relatedarticles .pageteaser__content__contenttype {
    display: none
}

.relatedarticles .pageteaser__content__title {
    color: #000;
    font-weight: 600;
    margin-bottom: 1rem
}

.relatedarticles .pageteaser__content__link {
    padding: .4375rem 0 1.375rem;
    color: #005365;
    font-weight: 800;
    text-decoration: none
}

.relatedarticles .pageteaser__content__link:after {
    border-top: .1875rem solid transparent;
    border-bottom: .1875rem solid transparent;
    border-left: .23438rem solid #005365;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: .04688rem;
    width: 0;
    vertical-align: middle
}

@media (min-width:696px) {
    .relatedarticles .pageteaser__content__link:after {
        border-top: .25rem solid transparent;
        border-bottom: .25rem solid transparent;
        border-left: .3125rem solid #005365;
        margin-left: .0625rem
    }
}

.relatedarticles .pageteaser__content__link:hover {
    text-decoration: none
}

@media (min-width:576px) {
    .relatedarticles h2 {
        margin-bottom: 1.25rem
    }

    .relatedarticles .pageteaser {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .relatedarticles .pageteaser__imagecontainer {
        width: auto
    }

    .relatedarticles .pageteaser__imagecontainer__image,
    .relatedarticles .pageteaser__imagecontainer__image img {
        margin: 0;
        height: auto
    }

    .relatedarticles .pageteaser__content {
        text-align: left
    }

    .relatedarticles .pageteaser__content__title {
        margin-bottom: 1rem
    }
}

@media (min-width:992px) {
    .relatedarticles h2 {
        margin-bottom: .625rem
    }

    .relatedarticles .pageteaser {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .relatedarticles .pageteaser__imagecontainer {
        padding: 0
    }

    .relatedarticles .pageteaser__imagecontainer__image,
    .relatedarticles .pageteaser__imagecontainer__image img {
        max-width: 100%;
        margin: auto
    }

    .relatedarticles .pageteaser__content {
        text-align: center
    }

    .relatedarticles .pageteaser__content__link {
        padding: 0 0 .9375rem
    }
}

.relatedarticles h3 {
    text-transform: capitalize;
    margin: 0 0 1pc
}

.relatedarticles .cmp-teaserlist {
    grid-gap: 30px
}

@media (max-width:991px) {
    .relatedarticles .cmp-teaserlist {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0
    }
}

@media (max-width:767px) {
    .relatedarticles .cmp-teaserlist {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.relatedarticles .cmp-teaserlist__item {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0
}

.relatedarticles .cmp-teaserlist__item .pageteaser {
    background-color: #fff;
    text-align: center;
    border-radius: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 3px 3px 20px 0 #ddd;
    box-shadow: 3px 3px 20px 0 #ddd;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
    width: 100%
}

.relatedarticles .cmp-teaserlist__item .pageteaser:active,
.relatedarticles .cmp-teaserlist__item .pageteaser:focus,
.relatedarticles .cmp-teaserlist__item .pageteaser:hover {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 67, 100, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 67, 100, .2)
}

.relatedarticles .cmp-teaserlist__item .pageteaser .pageteaser__imagecontainer {
    margin: 0;
    padding: 0
}

.relatedarticles .cmp-teaserlist__item .pageteaser .pageteaser__imagecontainer .pageteaser__imagecontainer__image {
    width: 100%;
    height: 10rem;
    overflow: hidden;
    position: relative;
    background-color: #00a6ca;
    -webkit-mask-image: url(clientlib-trubrand/resources/images/gallery-mask.svg);
    mask-image: url(clientlib-trubrand/resources/images/gallery-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center 100%;
    mask-position: center 100%;
    -webkit-mask-size: cover;
    mask-size: cover
}

@media (min-width:696px) {
    .relatedarticles .cmp-teaserlist__item .pageteaser .pageteaser__imagecontainer .pageteaser__imagecontainer__image {
        height: 5.625rem
    }
}

@media (min-width:992px) {
    .relatedarticles .cmp-teaserlist__item .pageteaser .pageteaser__imagecontainer .pageteaser__imagecontainer__image {
        height: 10rem
    }
}

.relatedarticles .cmp-teaserlist__item .pageteaser .pageteaser__imagecontainer .pageteaser__imagecontainer__image .cmp-image,
.relatedarticles .cmp-teaserlist__item .pageteaser .pageteaser__imagecontainer .pageteaser__imagecontainer__image>div {
    height: 100%
}

.relatedarticles .cmp-teaserlist__item .pageteaser .pageteaser__imagecontainer .pageteaser__imagecontainer__image .cmp-image img {
    margin: 0;
    width: 100%
}

.relatedarticles .cmp-teaserlist__item .pageteaser .pageteaser__content__contenttype {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #004364;
    width: auto;
    z-index: 2;
    height: 20px;
    padding: 2px 15px 0;
    margin-bottom: 0;
    margin-top: -11px;
    font-size: .75rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 3.125rem
}

.relatedarticles .cmp-teaserlist__item .pageteaser .pageteaser__content__contenttype.hide {
    visibility: hidden
}

.relatedarticles .cmp-teaserlist__item .pageteaser .pageteaser__content {
    width: 100%;
    padding: 2.75rem 1.75rem
}

@media (min-width:696px) {
    .relatedarticles .cmp-teaserlist__item .pageteaser .pageteaser__content {
        padding: 1.375rem 1.25rem 1.5rem
    }
}

@media (min-width:992px) {
    .relatedarticles .cmp-teaserlist__item .pageteaser .pageteaser__content {
        padding: 1.5rem 1.75rem 2.75rem
    }
}

.relatedarticles .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__info {
    text-transform: uppercase;
    color: #494949;
    letter-spacing: 1px;
    font-size: .75rem;
    font-weight: 600
}

@media (min-width:696px) {
    .relatedarticles .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__info {
        font-size: .625rem
    }
}

@media (min-width:992px) {
    .relatedarticles .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__info {
        font-size: .75rem
    }
}

.relatedarticles .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__title {
    padding: 1.25rem 0 0;
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-align: center
}

@media (min-width:696px) {
    .relatedarticles .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__title {
        padding: .9375rem 0 0;
        line-height: 1.5rem
    }
}

@media (min-width:992px) {
    .relatedarticles .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__title {
        padding: 1.25rem 0 0;
        line-height: 1.75rem
    }
}

form input,
form select,
form textarea {
    border: 1px solid #ddd;
    padding: .375rem .5rem
}

form input::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
    font-size: .875rem
}

form input::-moz-placeholder,
form select::-moz-placeholder,
form textarea::-moz-placeholder {
    font-size: .875rem
}

form input:-ms-input-placeholder,
form select:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
    font-size: .875rem
}

form input::-ms-input-placeholder,
form select::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
    font-size: .875rem
}

form input::placeholder,
form select::placeholder,
form textarea::placeholder {
    font-size: .875rem
}

form select {
    padding: .5rem
}

form textarea {
    margin-bottom: .0625rem
}

form input[type=submit] {
    position: relative;
    background: #fcd800;
    color: #000;
    font-family: Intro, "sans-serif";
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    border: none;
    border-radius: 3.125rem;
    padding: 1rem 1.625rem;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

form input[type=submit]:hover {
    color: #fff;
    background: #004364;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

form input[type=submit].disabled {
    opacity: .5;
    background: #fdeb7f;
    cursor: default;
    pointer-events: none
}

.eloquacontainer.ss-white-background input,
.eloquacontainer.ss-white-background select,
.eloquacontainer.ss-white-background textarea,
.input,
.textarea {
    background: #f7f9fa;
    border-radius: .625rem;
    border: 1px solid rgba(0, 67, 100, .5);
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 100;
    line-height: 1.625rem;
    padding: .8125rem .96875rem .75rem
}

.eloquacontainer.ss-white-background input:-webkit-autofill,
.eloquacontainer.ss-white-background input:-webkit-autofill:focus,
.eloquacontainer.ss-white-background input:-webkit-autofill:hover,
.eloquacontainer.ss-white-background select:-webkit-autofill,
.eloquacontainer.ss-white-background select:-webkit-autofill:focus,
.eloquacontainer.ss-white-background select:-webkit-autofill:hover,
.eloquacontainer.ss-white-background textarea:-webkit-autofill,
.eloquacontainer.ss-white-background textarea:-webkit-autofill:focus,
.eloquacontainer.ss-white-background textarea:-webkit-autofill:hover,
.input:-webkit-autofill,
.input:-webkit-autofill:focus,
.input:-webkit-autofill:hover,
.textarea:-webkit-autofill,
.textarea:-webkit-autofill:focus,
.textarea:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 750pt #f7f9fa inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.eloquacontainer.ss-white-background input:focus,
.eloquacontainer.ss-white-background input:focus-visible,
.eloquacontainer.ss-white-background select:focus,
.eloquacontainer.ss-white-background select:focus-visible,
.eloquacontainer.ss-white-background textarea:focus,
.eloquacontainer.ss-white-background textarea:focus-visible,
.input:focus,
.input:focus-visible,
.textarea:focus,
.textarea:focus-visible {
    border: 1px solid #00a6ca;
    outline: none
}

.eloquacontainer.ss-white-background input.invalid,
.eloquacontainer.ss-white-background select.invalid,
.eloquacontainer.ss-white-background textarea.invalid,
.input.invalid,
.invalid.textarea {
    border: 1px solid #eb0000;
    outline: none
}

@media (min-width:696px) {

    .eloquacontainer.ss-white-background input,
    .eloquacontainer.ss-white-background select,
    .eloquacontainer.ss-white-background textarea,
    .input,
    .textarea {
        font-size: .875rem;
        line-height: 1.5625rem;
        padding: .4375rem .96875rem
    }
}

@media (min-width:992px) {

    .eloquacontainer.ss-white-background input,
    .eloquacontainer.ss-white-background select,
    .eloquacontainer.ss-white-background textarea,
    .input,
    .textarea {
        font-size: 1.0625rem;
        line-height: 1.5625rem;
        padding: .8125rem .96875rem .75rem
    }
}

.eloquacontainer.ss-white-background label,
.label {
    color: #4b4b4b;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 100;
    line-height: 1.625rem;
    width: auto
}

@media (min-width:696px) {

    .eloquacontainer.ss-white-background label,
    .label {
        font-size: .875rem;
        line-height: 1.5625rem
    }
}

@media (min-width:992px) {

    .eloquacontainer.ss-white-background label,
    .label {
        font-size: 1.0625rem;
        line-height: 1.5625rem
    }
}

.eloquacontainer.ss-white-background label.elq-label,
.label.elq-label {
    position: absolute;
    -webkit-transform: translate(.9375rem, .875rem);
    transform: translate(.9375rem, .875rem);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    z-index: 2
}

@media (min-width:696px) {

    .eloquacontainer.ss-white-background label.elq-label,
    .label.elq-label {
        -webkit-transform: translate(.9375rem, .5rem);
        transform: translate(.9375rem, .5rem)
    }
}

@media (min-width:992px) {

    .eloquacontainer.ss-white-background label.elq-label,
    .label.elq-label {
        -webkit-transform: translate(.9375rem, .875rem);
        transform: translate(.9375rem, .875rem)
    }
}

.eloquacontainer.ss-white-background .focus label,
.focus .eloquacontainer.ss-white-background label,
.focus .label {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f7f9fa));
    background: linear-gradient(transparent 50%, #f7f9fa 0);
    color: #004364;
    font-size: .8125rem;
    padding: 0 .3125rem;
    -webkit-transform: translate(.9375rem, -.8125rem);
    transform: translate(.9375rem, -.8125rem)
}

.eloquacontainer.ss-white-background select,
.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 100;
    line-height: 1.625rem
}

@media (min-width:696px) {

    .eloquacontainer.ss-white-background select,
    .select {
        font-size: .875rem;
        line-height: 1.5625rem
    }
}

@media (min-width:992px) {

    .eloquacontainer.ss-white-background select,
    .select {
        font-size: 1.0625rem;
        line-height: 1.5625rem;
        min-height: 3.125rem
    }
}

.selectElement:after {
    border-right: .1875rem solid #00a6ca;
    border-top: .1875rem solid #00a6ca;
    content: "";
    height: .8125rem;
    margin-top: -.5rem;
    pointer-events: none;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: .8125rem;
    z-index: 2
}

.eloquacontainer.ss-white-background textarea,
.textarea {
    min-height: 6.25rem
}

@media (min-width:696px) {

    .eloquacontainer.ss-white-background textarea,
    .textarea {
        min-height: auto
    }
}

.eloquacontainer .cmp-eloqua-form__subtitle,
.eloquacontainer .cmp-eloqua-form__title {
    margin-left: 1.5625rem
}

.eloquacontainer .cmp-eloqua-form__title {
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.125rem;
    margin-bottom: 4.375rem
}

.eloquacontainer .cmp-eloqua-form__subtitle {
    font-size: .9375rem;
    line-height: .9375rem
}

.eloquacontainer .cmp-eloqua-form form .elq-field-style {
    height: 6.25rem
}

.eloquacontainer .cmp-eloqua-form form input[type=submit] {
    margin-top: 1.875rem
}

.eloquacontainer .cmp-eloqua-form__failed {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.eloquacontainer .cmp-eloqua-form__failed-text {
    margin-top: .625rem;
    margin-left: 1.25rem
}

.eloquacontainer .cmp-eloqua-form__failed-text p {
    margin-bottom: 0
}

.eloquacontainer .cmp-eloqua-form__failed .exclamation-circle-icon {
    background-image: url(clientlib-trubrand/resources/images/exclamation-circle.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%
}

.eloquacontainer .cmp-eloqua-form.show-failed .cmp-eloqua-form__form,
.eloquacontainer .cmp-eloqua-form.show-failed .cmp-eloqua-form__title {
    display: none
}

.eloquacontainer .cmp-eloqua-form.show-failed .cmp-eloqua-form__failed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.eloquacontainer .cmp-eloqua-form.hidden,
.eloquacontainer .cmp-eloqua-form__after-submit.hidden {
    display: none
}

.eloquacontainer .error {
    color: #c00;
    font-size: 14px;
    font-weight: 600
}

.eloquacontainer .invalid {
    outline: 1px solid #c00
}

.eloquacontainer.gray-background {
    background: #f5f5f5;
    padding: 1.875rem 0;
    -webkit-box-shadow: 0 1px 1px .5px rgba(0, 0, 0, .025), 0 4px 14px -.5px rgba(0, 0, 0, .1), 0 9pt 22px -.75px rgba(0, 0, 0, .075), 0 20px 30px -1px rgba(0, 0, 0, .05), 0 35px 45px -1.22px rgba(0, 0, 0, .025);
    box-shadow: 0 1px 1px .5px rgba(0, 0, 0, .025), 0 4px 14px -.5px rgba(0, 0, 0, .1), 0 9pt 22px -.75px rgba(0, 0, 0, .075), 0 20px 30px -1px rgba(0, 0, 0, .05), 0 35px 45px -1.22px rgba(0, 0, 0, .025);
    border-radius: 10px
}

.eloquacontainer.gray-background .cmp-eloqua-form__title {
    margin-bottom: .625rem
}

.eloquacontainer.gray-background .cmp-eloqua-form__form {
    margin-top: 1.25rem
}

.eloquacontainer.gray-background h3 {
    font-weight: bolder;
    line-height: 1.875rem;
    font-size: 1.3125rem
}

.eloquacontainer.gray-background input:not([type=submit]):focus,
.eloquacontainer.gray-background select:focus {
    outline: none
}

.eloquacontainer.gray-background .recaptcha-text {
    text-align: center;
    padding: 0 1.25rem
}

.eloquacontainer.gray-background .recaptcha-text.hidden {
    display: none
}

.eloquacontainer.ss-two-columms.stop-row-at-4 .layout>.row:nth-child(n+4) {
    grid-column-start: 1
}

@media (min-width:696px) {
    .eloquacontainer.ss-two-columms.stop-row-at-4 .layout>.row:nth-child(n+4) {
        grid-column-start: span 2
    }
}

.eloquacontainer.ss-two-columms.stop-row-at-6 .layout>.row:nth-child(n+6) {
    grid-column-start: 1
}

@media (min-width:696px) {
    .eloquacontainer.ss-two-columms.stop-row-at-6 .layout>.row:nth-child(n+6) {
        grid-column-start: span 2
    }
}

.eloquacontainer.ss-two-columms.stop-row-at-8 .layout>.row:nth-child(n+8) {
    grid-column-start: 1
}

@media (min-width:696px) {
    .eloquacontainer.ss-two-columms.stop-row-at-8 .layout>.row:nth-child(n+8) {
        grid-column-start: span 2
    }
}

.eloquacontainer.ss-two-columms.stop-row-at-10 .layout>.row:nth-child(n+10) {
    grid-column-start: 1
}

@media (min-width:696px) {
    .eloquacontainer.ss-two-columms.stop-row-at-10 .layout>.row:nth-child(n+10) {
        grid-column-start: span 2
    }
}

.eloquacontainer.ss-two-columms .layout {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 1.25rem
}

@media (min-width:696px) {
    .eloquacontainer.ss-two-columms .layout {
        grid-template-columns: 1fr 1fr
    }
}

.eloquacontainer.ss-two-columms .layout>.row:first-child,
.eloquacontainer.ss-two-columms .layout>.row:last-child {
    grid-column-start: 1
}

@media (min-width:696px) {

    .eloquacontainer.ss-two-columms .layout>.row:first-child,
    .eloquacontainer.ss-two-columms .layout>.row:last-child {
        grid-column-start: span 2
    }
}

.eloquacontainer.ss-white-background {
    background: #fff;
    color: #000;
    border-radius: .9375rem;
    -webkit-box-shadow: 0 10px 46px 0 rgba(0, 67, 10, .1);
    box-shadow: 0 10px 46px 0 rgba(0, 67, 10, .1);
    padding: 2.5rem 1.875rem 2.1875rem
}

.eloquacontainer.ss-white-background * {
    margin: 0;
    padding: 0;
    width: 100%
}

.eloquacontainer.ss-white-background .disclosures {
    font-size: .625rem;
    line-height: 1rem
}

.eloquacontainer.ss-white-background .cmp-eloqua-form .elq-field-style {
    height: auto;
    margin-bottom: 1.25rem
}

@media (min-width:696px) {
    .eloquacontainer.ss-white-background .cmp-eloqua-form .elq-field-style {
        margin-bottom: .625rem
    }
}

@media (min-width:992px) {
    .eloquacontainer.ss-white-background .cmp-eloqua-form .elq-field-style {
        margin-bottom: 1.25rem
    }
}

.eloquacontainer.ss-white-background .cmp-eloqua-form .error {
    font-family: Roboto, sans-serif;
    font-size: .6875rem;
    font-weight: 100
}

.eloquacontainer.ss-white-background .cmp-eloqua-form__title {
    font-family: Intro, sans-serif;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 1.5625rem;
    margin-left: 0
}

@media (max-width:991.98px) {
    .eloquacontainer.ss-white-background .cmp-eloqua-form__title {
        font-size: 1.125rem;
        line-height: 1.5rem;
        margin-bottom: 1.875rem
    }
}

@media (min-width:992px) {
    .eloquacontainer.ss-white-background .cmp-eloqua-form__title {
        font-size: 1.3125rem;
        line-height: 1.75rem
    }
}

@media (min-width:696px) {
    .eloquacontainer.ss-white-background {
        padding: 1.875rem 1.875rem 2.5625rem
    }
}

@media (min-width:992px) {
    .eloquacontainer.ss-white-background {
        padding: 3.75rem
    }
}

.eloquacontainer.ss-white-background button,
.eloquacontainer.ss-white-background input[type=submit] {
    margin: 2.1875rem 0 0
}

@media (min-width:696px) {

    .eloquacontainer.ss-white-background button,
    .eloquacontainer.ss-white-background input[type=submit] {
        margin: 1.25rem 0 0
    }
}

@media (min-width:992px) {

    .eloquacontainer.ss-white-background button,
    .eloquacontainer.ss-white-background input[type=submit] {
        margin: 2.1875rem 0 0
    }
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .eloquacontainer.ss-white-background p {
    color: #000
}

.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .eloquacontainer.ss-white-background p .pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .eloquacontainer.ss-white-background p .cmp-teaserlist__item .pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .eloquacontainer.ss-white-background p a {
    color: #005365
}

.insightsubscribe .cmp-insight-subscribe {
    background-color: #f5f5f5;
    border: 4px solid #a9a9a9;
    padding: 1.25rem 1rem
}

.insightsubscribe .cmp-insight-subscribe__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-align: center
}

.insightsubscribe .cmp-insight-subscribe__insight-container {
    text-align: center;
    margin-top: 2.1875rem
}

.insightsubscribe .cmp-insight-subscribe__insight-image {
    width: 30px;
    height: 30px
}

.insightsubscribe .cmp-insight-subscribe__insight-title {
    color: #005365;
    font-size: .875rem;
    line-height: 1.375rem;
    font-weight: 600
}

.insightsubscribe .cmp-insight-subscribe__insight-content p {
    font-weight: 100
}

@media (min-width:696px) {
    .insightsubscribe .cmp-insight-subscribe {
        padding: 1.25rem 2.5rem 1.25rem 3.125rem
    }

    .insightsubscribe .cmp-insight-subscribe__insights {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .insightsubscribe .cmp-insight-subscribe__insight-title {
        margin-bottom: 1.75rem
    }

    .insightsubscribe .cmp-insight-subscribe__insight-container {
        margin-top: .3125rem
    }

    .insightsubscribe .cmp-insight-subscribe__insight-container:not(:first-child) {
        margin-left: 1.875rem
    }

    .insightsubscribe .cmp-insight-subscribe__insight-content p {
        font-size: .875rem;
        line-height: 1.25rem;
        font-weight: 400
    }

    .insightsubscribe .cmp-insight-subscribe__failed,
    .insightsubscribe .cmp-insight-subscribe__thank-you {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .insightsubscribe .cmp-insight-subscribe__failed-text,
    .insightsubscribe .cmp-insight-subscribe__thank-you-text {
        margin-left: 0;
        margin-top: .3125rem
    }

    .insightsubscribe .cmp-insight-subscribe__iterable-form-wrapper {
        max-width: 42%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin: 0 0 0 2.5rem;
        padding-left: 1.875rem;
        border-left: 1px solid #a9a9a9
    }

    .insightsubscribe .cmp-insight-subscribe__iterable-form-wrapper form {
        display: grid;
        grid-template-columns: 50% 50%;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    .insightsubscribe .cmp-insight-subscribe__iterable-form-wrapper .button {
        text-align: center
    }

    .insightsubscribe .cmp-insight-subscribe__iterable-form-wrapper .button+.text {
        margin-top: 1.875rem
    }

    .insightsubscribe .cmp-insight-subscribe__iterable-form-wrapper .cmp-form-button {
        padding: .375rem .9375rem
    }
}

@media (min-width:1200px) {
    .insightsubscribe .cmp-insight-subscribe__insight-image {
        display: inline-block;
        margin-right: .3125rem
    }

    .insightsubscribe .cmp-insight-subscribe__insight-title {
        display: inline-block
    }

    .insightsubscribe .cmp-insight-subscribe__insight-container:not(:first-child) {
        margin-left: 1.25rem
    }
}

.insightsubscribe.ss-design-two .cmp-insight-subscribe {
    background-color: transparent;
    border: 4px solid #00a6ca;
    padding: 2.5rem 1.875rem
}

.insightsubscribe.ss-design-two .cmp-insight-subscribe__title {
    font-size: 1rem;
    margin-bottom: .9375rem
}

.insightsubscribe.ss-design-two .cmp-insight-subscribe__insight-container {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fcd800;
    margin-top: 0;
    padding: .9375rem 0 0 .9375rem
}

.insightsubscribe.ss-design-two .cmp-insight-subscribe__insight-title {
    font-size: 1rem;
    margin-left: .9375rem;
    color: #000
}

.insightsubscribe.ss-design-two .cmp-insight-subscribe__insight-content {
    display: none
}

@media (min-width:696px) {
    .insightsubscribe.ss-design-two .cmp-insight-subscribe__insights {
        display: block
    }

    .insightsubscribe.ss-design-two .cmp-insight-subscribe__insight-container {
        margin-left: 0
    }

    .insightsubscribe.ss-design-two .cmp-insight-subscribe__iterable-form-wrapper {
        border: none;
        margin: 1.5rem 0 0;
        padding: 0;
        max-width: none
    }

    .insightsubscribe.ss-design-two .cmp-insight-subscribe__iterable-form-wrapper form {
        display: block
    }

    .insightsubscribe.ss-design-two .cmp-insight-subscribe .iterable-form__failed,
    .insightsubscribe.ss-design-two .cmp-insight-subscribe .iterable-form__thank-you {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:1200px) {
    .insightsubscribe.ss-design-two .cmp-insight-subscribe__insight-image {
        margin-right: 0
    }
}

.insightsubscribe.ss-design-three .cmp-insight-subscribe {
    border: 4px solid #fcd800;
    border-top: none;
    border-bottom: none;
    background-color: transparent;
    padding: 0 1.875rem .625rem
}

.insightsubscribe.ss-design-three .cmp-insight-subscribe__title {
    display: none
}

.insightsubscribe.ss-design-three .cmp-insight-subscribe__insight-container {
    margin-top: 0
}

.insightsubscribe.ss-design-three .cmp-insight-subscribe__insight-image {
    width: 45px;
    height: 45px
}

.insightsubscribe.ss-design-three .cmp-insight-subscribe__insight-title {
    color: #000;
    font-size: 1.125rem
}

.insightsubscribe.ss-design-three .cmp-insight-subscribe__insight-content p {
    font-size: .625rem;
    line-height: .625rem;
    color: #a9a9a9;
    font-weight: 600;
    text-transform: uppercase
}

.insightsubscribe.ss-design-three .cmp-insight-subscribe__iterable-form-wrapper form .cmp-form-text label {
    display: none
}

.insightsubscribe.ss-design-three .cmp-insight-subscribe__iterable-form-wrapper form .cmp-form-button {
    margin-top: .625rem;
    width: auto
}

@media (min-width:696px) {
    .insightsubscribe.ss-design-three .cmp-insight-subscribe {
        border-left: 10px solid #fcd800;
        border-right: 10px solid #fcd800;
        padding-top: 1rem;
        padding-bottom: 1.875rem
    }

    .insightsubscribe.ss-design-three .cmp-insight-subscribe__insights {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .insightsubscribe.ss-design-three .cmp-insight-subscribe__insight-container {
        text-align: left
    }

    .insightsubscribe.ss-design-three .cmp-insight-subscribe__insight-title {
        margin: .75rem 0
    }

    .insightsubscribe.ss-design-three .cmp-insight-subscribe__insight-content p {
        font-size: 1.125rem;
        line-height: 1.125rem;
        color: #000;
        font-weight: 100;
        text-transform: none
    }

    .insightsubscribe.ss-design-three .cmp-insight-subscribe__insight-image {
        float: left;
        width: 75px;
        height: 75px;
        margin-right: 1.875rem
    }

    .insightsubscribe.ss-design-three .cmp-insight-subscribe__iterable-form-wrapper {
        border: none;
        margin: 1rem 0 0;
        padding: 0;
        max-width: none
    }

    .insightsubscribe.ss-design-three .cmp-insight-subscribe__iterable-form-wrapper form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .insightsubscribe.ss-design-three .cmp-insight-subscribe__iterable-form-wrapper form .text {
        width: 100%
    }

    .insightsubscribe.ss-design-three .cmp-insight-subscribe__iterable-form-wrapper form .cmp-form-button {
        margin-top: 0;
        padding: .875rem .625rem;
        font-size: .75rem;
        line-height: .75rem;
        min-width: 75pt
    }
}

.insightsubscribe.ss-horizontal-trubrand .cmp-insight-subscribe {
    border: transparent;
    background-color: transparent;
    padding: 0 1.875rem .625rem
}

.insightsubscribe.ss-horizontal-trubrand .cmp-insight-subscribe__title {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 1rem
}

.insightsubscribe.ss-horizontal-trubrand .cmp-insight-subscribe__insight-container {
    margin-top: 0
}

.insightsubscribe.ss-horizontal-trubrand .cmp-insight-subscribe__insight-image {
    width: 45px;
    height: 45px
}

.insightsubscribe.ss-horizontal-trubrand .cmp-insight-subscribe__insight-title {
    color: #000;
    font-size: 2.0625rem
}

.insightsubscribe.ss-horizontal-trubrand .cmp-insight-subscribe__insight-title h2 {
    margin-bottom: 1rem
}

.insightsubscribe.ss-horizontal-trubrand .cmp-insight-subscribe__insight-content p {
    font-size: .625rem;
    line-height: .625rem;
    color: #a9a9a9;
    font-weight: 600;
    text-transform: uppercase
}

.insightsubscribe.ss-horizontal-trubrand .cmp-insight-subscribe__iterable-form-wrapper {
    border-left: transparent
}

.insightsubscribe.ss-horizontal-trubrand .cmp-insight-subscribe__iterable-form-wrapper form {
    display: grid;
    grid-template-columns: 50% 50%;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.insightsubscribe.ss-horizontal-trubrand .cmp-insight-subscribe__iterable-form-wrapper form input.cmp-form-text__text {
    border-radius: .625rem;
    border: 1px solid rgba(0, 67, 100, .5);
    color: #000;
    font-family: Roboto;
    font-weight: 300;
    background: #fff
}

.insightsubscribe.ss-horizontal-trubrand .cmp-insight-subscribe .recaptcha-text p {
    font-size: 9pt;
    color: #525252
}

@media (min-width:696px) {
    .insightsubscribe.ss-horizontal-trubrand .cmp-insight-subscribe {
        padding-top: 1rem;
        padding-bottom: 1.875rem
    }

    .insightsubscribe.ss-horizontal-trubrand .cmp-insight-subscribe__insights {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .insightsubscribe.ss-horizontal-trubrand .cmp-insight-subscribe__insight-container {
        text-align: left
    }

    .insightsubscribe.ss-horizontal-trubrand .cmp-insight-subscribe__insight-title {
        margin: .75rem 0
    }

    .insightsubscribe.ss-horizontal-trubrand .cmp-insight-subscribe__insight-content p {
        font-size: 1.125rem;
        line-height: 1.125rem;
        color: #000;
        font-weight: 100;
        text-transform: none
    }

    .insightsubscribe.ss-horizontal-trubrand .cmp-insight-subscribe__insight-image {
        float: left;
        width: 75px;
        height: 75px;
        margin-right: 1.875rem
    }

    .insightsubscribe.ss-horizontal-trubrand .cmp-insight-subscribe__iterable-form-wrapper {
        max-width: unset;
        border: none;
        margin: 1rem 0 0;
        padding: 0
    }

    .insightsubscribe.ss-horizontal-trubrand .cmp-insight-subscribe__iterable-form-wrapper form {
        display: grid;
        grid-template-columns: 50% 50%;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    .insightsubscribe.ss-horizontal-trubrand .cmp-insight-subscribe__iterable-form-wrapper form .text {
        width: 100%
    }

    .insightsubscribe.ss-horizontal-trubrand .cmp-insight-subscribe__iterable-form-wrapper .cmp-form-button {
        margin-top: 1.5625rem
    }
}

@media (min-width:696px) {
    .insightsubscribe.ss-horizontal-trubrand .cmp-insight-subscribe__title {
        font-size: 2.0625rem
    }

    .insightsubscribe.ss-horizontal-trubrand .cmp-insight-subscribe__iterable-form-wrapper {
        width: 50%
    }
}

.cmp-insight-subscribe,
.cmp-iterable-form__container {
    margin-top: 1.5625rem
}

.cmp-insight-subscribe .cmp-form-text,
.cmp-iterable-form__container .cmp-form-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cmp-insight-subscribe .button,
.cmp-iterable-form__container .button {
    text-align: center
}

.cmp-insight-subscribe .button+.text,
.cmp-iterable-form__container .button+.text {
    text-align: center;
    margin-top: .75rem
}

.cmp-insight-subscribe .button+.text *,
.cmp-iterable-form__container .button+.text * {
    font-size: .75rem;
    line-height: 1rem
}

.cmp-insight-subscribe .cmp-form-button,
.cmp-iterable-form__container .cmp-form-button {
    position: relative;
    background: #fcd800;
    color: #000;
    font-family: Intro, "sans-serif";
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    border: none;
    border-radius: 3.125rem;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    opacity: .5;
    background: #fdeb7f;
    cursor: default;
    pointer-events: none;
    margin-top: 1.25rem;
    font-size: .875rem;
    line-height: .875rem;
    padding: .625rem 1.25rem;
    width: 100%
}

.cmp-insight-subscribe .cmp-form-button:hover,
.cmp-iterable-form__container .cmp-form-button:hover {
    color: #fff;
    background: #004364;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.cmp-insight-subscribe .cmp-form-button.active,
.cmp-iterable-form__container .cmp-form-button.active {
    position: relative;
    background: #fcd800;
    color: #000;
    font-family: Intro, "sans-serif";
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    border: none;
    border-radius: 3.125rem;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    font-size: .875rem;
    line-height: .875rem;
    padding: .625rem 1.25rem
}

.cmp-insight-subscribe .cmp-form-button.active:hover,
.cmp-iterable-form__container .cmp-form-button.active:hover {
    color: #fff;
    background: #004364;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.cmp-insight-subscribe.show-failed+.recaptcha-text,
.cmp-insight-subscribe.show-failed .cmp-insight-subscribe__insights,
.cmp-insight-subscribe.show-failed .cmp-insight-subscribe__title,
.cmp-insight-subscribe.show-failed form.cmp-iterable-form,
.cmp-insight-subscribe.show-thank-you+.recaptcha-text,
.cmp-insight-subscribe.show-thank-you .cmp-insight-subscribe__insights,
.cmp-insight-subscribe.show-thank-you .cmp-insight-subscribe__title,
.cmp-insight-subscribe.show-thank-you form.cmp-iterable-form,
.cmp-iterable-form__container.show-failed+.recaptcha-text,
.cmp-iterable-form__container.show-failed .cmp-insight-subscribe__insights,
.cmp-iterable-form__container.show-failed .cmp-insight-subscribe__title,
.cmp-iterable-form__container.show-failed form.cmp-iterable-form,
.cmp-iterable-form__container.show-thank-you+.recaptcha-text,
.cmp-iterable-form__container.show-thank-you .cmp-insight-subscribe__insights,
.cmp-iterable-form__container.show-thank-you .cmp-insight-subscribe__title,
.cmp-iterable-form__container.show-thank-you form.cmp-iterable-form {
    display: none
}

.cmp-insight-subscribe.show-failed .iterable-form__failed,
.cmp-insight-subscribe.show-thank-you .iterable-form__thank-you,
.cmp-iterable-form__container.show-failed .iterable-form__failed,
.cmp-iterable-form__container.show-thank-you .iterable-form__thank-you {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.iterable-form__failed,
.iterable-form__thank-you {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.iterable-form__failed-text,
.iterable-form__thank-you-text {
    margin-left: 1.25rem
}

.iterable-form__failed-text p,
.iterable-form__thank-you-text p {
    margin-bottom: 0
}

.iterable-form__thank-you .approved-icon {
    background-image: url(clientlib-trubrand/resources/images/approved.svg)
}

.iterable-form__failed .exclamation-circle-icon,
.iterable-form__thank-you .approved-icon {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%
}

.iterable-form__failed .exclamation-circle-icon {
    background-image: url(clientlib-trubrand/resources/images/exclamation-circle.svg)
}

.collapse {
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
    transition: max-height .5s cubic-bezier(0, 1, 0, 1)
}

.collapse.show {
    max-height: 99em;
    -webkit-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out
}

.collapse:not(.show) {
    display: block
}

.grecaptcha-badge {
    visibility: hidden
}

.eloquacontainer .ext-spc {
    padding: 0 1.5625rem
}

.recaptcha-text {
    font-size: 10px;
    line-height: 1.5em;
    color: #707070;
    margin-top: .625rem
}

:root {
    --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --menu-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    --menu-shadow-big: 0 12px 40px 0 rgba(23, 16, 159, 0.2), 0 70px 100px -60px rgba(23, 16, 159, 0.4)
}

.arguspageheader,
.gtppageheader,
.sontiqpageheader,
.techservicespageheader,
.trubrandbusinesspageheader,
.trubrandconsumerpageheader {
    --nav-height: 80px;
    --nav-main-height: 50px;
    --nav-mobile-display: flex;
    --nav-desktop-display: none;
    --nav-logo-height: 29px;
    --nav-utils-display: flex;
    height: var(--nav-height)
}

@media (min-width:1200px) {

    .arguspageheader,
    .gtppageheader,
    .sontiqpageheader,
    .techservicespageheader,
    .trubrandbusinesspageheader,
    .trubrandconsumerpageheader {
        --nav-height: 120px;
        --nav-main-height: 80px;
        --nav-mobile-display: none;
        --nav-desktop-display: flex;
        --nav-logo-height: 46px;
        --nav-utils-display: none
    }
}

.header.trubrandpageheader {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 111;
    background: #fff;
    -webkit-box-shadow: var(--shadow-medium);
    box-shadow: var(--shadow-medium)
}

@media (min-width:1200px) and (max-height:700px) {
    .header.trubrandpageheader {
        position: relative
    }
}

.header.trubrandpageheader .nav-main {
    width: 100%;
    max-width: 1400px;
    height: var(--nav-main-height);
    margin: 0 auto
}

.header.trubrandpageheader li,
.header.trubrandpageheader ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.header.trubrandpageheader .site-nav-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    border-radius: .5em
}

.cmp-teaserlist__item .header.trubrandpageheader .site-nav-content .logo-wrap .pageteaser__content__link,
.header.trubrandpageheader .site-nav-content .logo-wrap .cmp-teaserlist__item .pageteaser__content__link,
.header.trubrandpageheader .site-nav-content .logo-wrap a {
    display: inline-block;
    padding: 10px 15px 11px
}

.cmp-teaserlist__item .header.trubrandpageheader .site-nav-content .logo-wrap .pageteaser__content__link img,
.header.trubrandpageheader .site-nav-content .logo-wrap .cmp-teaserlist__item .pageteaser__content__link img,
.header.trubrandpageheader .site-nav-content .logo-wrap a img {
    height: var(--nav-logo-height);
    padding: 0;
    width: auto;
    -webkit-transition: height .5s;
    transition: height .5s
}

.header.trubrandpageheader .site-nav__cmp {
    position: fixed;
    display: inline-block;
    height: 100%;
    width: 100%;
    top: 5pc;
    left: 0;
    z-index: 111;
    background: #fff;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    -webkit-box-shadow: 0 6px 14px -4px rgba(0, 0, 0, .07) inset, 0 2px 6px -4px rgba(0, 0, 0, .1) inset;
    box-shadow: inset 0 6px 14px -4px rgba(0, 0, 0, .07), inset 0 2px 6px -4px rgba(0, 0, 0, .1);
    -webkit-transition: visibility 0s .4s, -webkit-transform .4s ease-in-out;
    transition: visibility 0s .4s, -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out, visibility 0s .4s;
    transition: transform .4s ease-in-out, visibility 0s .4s, -webkit-transform .4s ease-in-out
}

.header.trubrandpageheader .site-nav__cmp .site-nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: calc(100% - 5pc);
    overflow-y: auto;
    overflow-x: hidden
}

.header.trubrandpageheader .site-nav__cmp .site-nav,
.header.trubrandpageheader .site-nav__cmp .site-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header.trubrandpageheader .site-nav__cmp .site-nav__item {
    margin: 0
}

.cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item .pageteaser__content__link,
.header.trubrandpageheader .site-nav__cmp .site-nav__item .cmp-teaserlist__item .pageteaser__content__link,
.header.trubrandpageheader .site-nav__cmp .site-nav__item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 70px;
    padding: 0;
    border-bottom: 1px solid #ccdbe3;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    letter-spacing: .14px;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item .site-nav__toggle.pageteaser__content__link,
.header.trubrandpageheader .site-nav__cmp .site-nav__item .cmp-teaserlist__item .site-nav__toggle.pageteaser__content__link,
.header.trubrandpageheader .site-nav__cmp .site-nav__item a.site-nav__toggle {
    padding: 0 28px
}

.cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item .site-nav__toggle.pageteaser__content__link h6,
.header.trubrandpageheader .site-nav__cmp .site-nav__item .cmp-teaserlist__item .site-nav__toggle.pageteaser__content__link h6,
.header.trubrandpageheader .site-nav__cmp .site-nav__item a.site-nav__toggle h6 {
    pointer-events: none
}

.cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item .site-nav__toggle.pageteaser__content__link:after,
.header.trubrandpageheader .site-nav__cmp .site-nav__item .cmp-teaserlist__item .site-nav__toggle.pageteaser__content__link:after,
.header.trubrandpageheader .site-nav__cmp .site-nav__item a.site-nav__toggle:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item .site-nav__toggle.active.pageteaser__content__link:after,
.header.trubrandpageheader .site-nav__cmp .site-nav__item .cmp-teaserlist__item .site-nav__toggle.active.pageteaser__content__link:after,
.header.trubrandpageheader .site-nav__cmp .site-nav__item a.site-nav__toggle.active:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item .site-nav__no-toggle.pageteaser__content__link,
.header.trubrandpageheader .site-nav__cmp .site-nav__item .cmp-teaserlist__item .site-nav__no-toggle.pageteaser__content__link,
.header.trubrandpageheader .site-nav__cmp .site-nav__item a.site-nav__no-toggle {
    padding: 0 28px
}

.header.trubrandpageheader .site-nav__cmp .site-nav__item--login {
    background-color: #f7f9fa
}

.cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item--login .login-link.pageteaser__content__link,
.header.trubrandpageheader .site-nav__cmp .site-nav__item--login .cmp-teaserlist__item .login-link.pageteaser__content__link,
.header.trubrandpageheader .site-nav__cmp .site-nav__item--login a.login-link {
    color: #004364
}

.cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item--login .login-link.pageteaser__content__link .login-link-text,
.header.trubrandpageheader .site-nav__cmp .site-nav__item--login .cmp-teaserlist__item .login-link.pageteaser__content__link .login-link-text,
.header.trubrandpageheader .site-nav__cmp .site-nav__item--login a.login-link .login-link-text {
    pointer-events: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 18px
}

.cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item--login .login-link.pageteaser__content__link:before,
.header.trubrandpageheader .site-nav__cmp .site-nav__item--login .cmp-teaserlist__item .login-link.pageteaser__content__link:before,
.header.trubrandpageheader .site-nav__cmp .site-nav__item--login a.login-link:before {
    content: "";
    display: inline-block;
    height: 23px;
    width: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: .3125rem
}

.cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item--login li .pageteaser__content__link,
.header.trubrandpageheader .site-nav__cmp .site-nav__item--login li .cmp-teaserlist__item .pageteaser__content__link,
.header.trubrandpageheader .site-nav__cmp .site-nav__item--login li a {
    min-height: 60px;
    font-weight: 400;
    font-size: 1pc
}

.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #f7f9fa
}

.cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap .header.trubrandpageheader .site-nav__cmp .site-nav__item--cta button.pageteaser__content__link.mktoButton[type=submit],
.cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item--cta .btn.pageteaser__content__link,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item--cta button.pageteaser__content__link.mktoButton[type=submit],
.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta .cmp-teaserlist__item .btn.pageteaser__content__link,
.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta .cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.pageteaser__content__link.mktoButton[type=submit],
.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta .embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item button.pageteaser__content__link.mktoButton[type=submit],
.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta a.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    width: calc(100% - 54px);
    min-height: 50px;
    padding: 9px 10px;
    margin: 30px auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    text-align: center;
    background: #fcd800;
    border-radius: 50px
}

.cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap .header.trubrandpageheader .site-nav__cmp .site-nav__item--cta button.pageteaser__content__link.mktoButton:hover[type=submit],
.cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item--cta .btn.pageteaser__content__link:hover,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item--cta button.pageteaser__content__link.mktoButton:hover[type=submit],
.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta .cmp-teaserlist__item .btn.pageteaser__content__link:hover,
.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta .cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.pageteaser__content__link.mktoButton:hover[type=submit],
.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta .embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item button.pageteaser__content__link.mktoButton:hover[type=submit],
.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta a.btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap .header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.blueBorderedCTA button.pageteaser__content__link.mktoButton[type=submit],
.cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.blueBorderedCTA .btn.pageteaser__content__link,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.blueBorderedCTA button.pageteaser__content__link.mktoButton[type=submit],
.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.blueBorderedCTA .cmp-teaserlist__item .btn.pageteaser__content__link,
.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.blueBorderedCTA .cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.pageteaser__content__link.mktoButton[type=submit],
.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.blueBorderedCTA .embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item button.pageteaser__content__link.mktoButton[type=submit],
.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.blueBorderedCTA a.btn {
    background-color: #fff;
    border: 2px solid #004364;
    color: #004364
}

.cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap .header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.blueBorderedCTA button.pageteaser__content__link.mktoButton[type=submit]:before,
.cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.blueBorderedCTA .btn.pageteaser__content__link:before,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.blueBorderedCTA button.pageteaser__content__link.mktoButton[type=submit]:before,
.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.blueBorderedCTA .cmp-teaserlist__item .btn.pageteaser__content__link:before,
.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.blueBorderedCTA .cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.pageteaser__content__link.mktoButton[type=submit]:before,
.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.blueBorderedCTA .embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item button.pageteaser__content__link.mktoButton[type=submit]:before,
.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.blueBorderedCTA a.btn:before {
    content: "";
    display: inline-block;
    height: 1pc;
    width: 1pc;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../../content/dam/transunion/trubrand/icons/login-dkblu.svg);
    margin-right: .3125rem
}

.cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap .header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.blueBorderedCTA button.pageteaser__content__link.mktoButton:hover[type=submit],
.cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.blueBorderedCTA .btn.pageteaser__content__link:hover,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.blueBorderedCTA button.pageteaser__content__link.mktoButton:hover[type=submit],
.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.blueBorderedCTA .cmp-teaserlist__item .btn.pageteaser__content__link:hover,
.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.blueBorderedCTA .cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.pageteaser__content__link.mktoButton:hover[type=submit],
.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.blueBorderedCTA .embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item button.pageteaser__content__link.mktoButton:hover[type=submit],
.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.blueBorderedCTA a.btn:hover {
    background-color: #004364;
    color: #fff
}

.cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap .header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.blueBorderedCTA button.pageteaser__content__link.mktoButton[type=submit]:hover:before,
.cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.blueBorderedCTA .btn.pageteaser__content__link:hover:before,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.blueBorderedCTA button.pageteaser__content__link.mktoButton[type=submit]:hover:before,
.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.blueBorderedCTA .cmp-teaserlist__item .btn.pageteaser__content__link:hover:before,
.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.blueBorderedCTA .cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.pageteaser__content__link.mktoButton[type=submit]:hover:before,
.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.blueBorderedCTA .embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item button.pageteaser__content__link.mktoButton[type=submit]:hover:before,
.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.blueBorderedCTA a.btn:hover:before {
    background-image: url(../../../content/dam/transunion/trubrand/icons/login-whi.svg)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.mobileConsumerLogin button.mktoButton[type=submit],
.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.mobileConsumerLogin .btn,
.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.mobileConsumerLogin .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccdbe3;
    border-radius: 0;
    color: #004364;
    padding: 0 28px;
    margin: 0;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    min-height: 70px;
    width: 100%
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.mobileConsumerLogin button.mktoButton[type=submit]:before,
.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.mobileConsumerLogin .btn:before,
.header.trubrandpageheader .site-nav__cmp .site-nav__item--cta.mobileConsumerLogin .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit]:before {
    content: "";
    display: inline-block;
    height: 30px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../../content/dam/transunion/trubrand/icons/login-dkblu.svg);
    margin-right: 8px
}

.header.trubrandpageheader .site-nav__cmp .site-nav .vantageDisclaimerMobileNav {
    color: #004364;
    padding: 30px;
    background-color: #f7f9fa
}

.header.trubrandpageheader .site-nav__cmp .site-nav .vantageDisclaimerMobileNav .vantageTitle {
    font-size: 24px;
    margin-bottom: 9pt
}

.header.trubrandpageheader .site-nav__cmp .site-nav .vantageDisclaimerMobileNav .vantageDescription {
    font-size: 9pt
}

.header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns ul li {
    padding: 0
}

.cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns>ul>li>.site-nav__mobile.pageteaser__content__link,
.header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .cmp-teaserlist__item .site-nav__panel>.site-nav-panel__columns>ul>li>.site-nav__mobile.pageteaser__content__link,
.header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns>ul>li>a.site-nav__mobile {
    padding: 0 28px
}

.cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns>ul>li>.pageteaser__content__link .site-nav__text .site-nav__title,
.header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .cmp-teaserlist__item .site-nav__panel>.site-nav-panel__columns>ul>li>.pageteaser__content__link .site-nav__text .site-nav__title,
.header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns>ul>li>a .site-nav__text .site-nav__title {
    font-size: 18px;
    font-weight: 600
}

.cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns>ul>li>.pageteaser__content__link .site-nav__text .site-nav__desc,
.header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .cmp-teaserlist__item .site-nav__panel>.site-nav-panel__columns>ul>li>.pageteaser__content__link .site-nav__text .site-nav__desc,
.header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns>ul>li>a .site-nav__text .site-nav__desc {
    display: block
}

.cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns>ul>li ul li .pageteaser__content__link .site-nav__title,
.header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns>ul>li ul li .cmp-teaserlist__item .pageteaser__content__link .site-nav__title,
.header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns>ul>li ul li a .site-nav__title {
    font-weight: 400
}

.cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns>ul>li:hover .pageteaser__content__link,
.header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns>ul>li:hover .cmp-teaserlist__item .pageteaser__content__link,
.header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns>ul>li:hover a {
    background-color: #f7f9fa
}

.header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel .site-nav__icon img {
    height: 35px;
    width: 35px
}

.header.trubrandpageheader .site-nav__cmp .site-nav__spacer {
    display: none
}

.header.trubrandpageheader .site-nav__cmp .site-nav__panel {
    position: relative;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #f7f9fa;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: none;
    box-shadow: none
}

.header.trubrandpageheader .site-nav__cmp .site-nav__panel__title {
    display: none;
    padding: 10px 10px 0 14px;
    color: #707070;
    margin: 0 0 .9090909090909em;
    text-transform: uppercase
}

.header.trubrandpageheader .site-nav__cmp .site-nav__panel ul {
    font-size: 1em;
    width: 100%
}

.header.trubrandpageheader .site-nav__cmp .site-nav__panel ul li {
    color: #000;
    padding: 0;
    list-style: none
}

.cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__panel ul li:last-child .pageteaser__content__link,
.header.trubrandpageheader .site-nav__cmp .site-nav__panel ul li:last-child .cmp-teaserlist__item .pageteaser__content__link,
.header.trubrandpageheader .site-nav__cmp .site-nav__panel ul li:last-child a {
    border: none
}

.cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__panel ul li .pageteaser__content__link:hover,
.header.trubrandpageheader .site-nav__cmp .site-nav__panel ul li .cmp-teaserlist__item .pageteaser__content__link:hover,
.header.trubrandpageheader .site-nav__cmp .site-nav__panel ul li a:hover {
    background-color: #f7f9fa
}

.header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__icon {
    margin-right: 10px;
    pointer-events: none
}

.header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__icon img,
.header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__icon svg {
    border-radius: 0
}

.header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__icon img {
    height: 25px;
    width: 25px
}

.header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 0;
    color: #000;
    pointer-events: none
}

.header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__text .site-nav__title {
    display: block;
    padding-top: 0;
    font-size: 1pc;
    font-weight: 400;
    line-height: 1.5em;
    pointer-events: none
}

.header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__text .site-nav__desc {
    display: none;
    margin-top: -3px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5em;
    pointer-events: none
}

.header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav-panel__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav-panel__columns ul li {
    padding: 0 28px
}

.cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav-panel__columns ul li .active.pageteaser__content__link,
.header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav-panel__columns ul li .cmp-teaserlist__item .active.pageteaser__content__link,
.header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav-panel__columns ul li a.active {
    background-color: #e6edf1
}

.header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav-panel__columns ul li .site-nav__mobile {
    display: var(--nav-mobile-display);
    min-height: 66px
}

.header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav-panel__columns ul li .site-nav__desktop {
    display: var(--nav-desktop-display)
}

.header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav-panel__column {
    display: none;
    justify-items: stretch;
    padding: 0 27px;
    border-bottom: 1px solid #ccdbe3
}

.cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav-panel__column .pageteaser__content__link,
.header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav-panel__column .cmp-teaserlist__item .pageteaser__content__link,
.header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav-panel__column a {
    min-height: 60px;
    padding: 0
}

.header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav-panel__column .site-nav__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 0;
    color: #000
}

.header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav-panel__column .site-nav__text .site-nav__title {
    font-weight: 400;
    font-size: 1pc;
    line-height: 1.5em
}

.header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav-panel__column .site-nav__text .site-nav__desc {
    display: none
}

.header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav-panel__column.active {
    display: block;
    -webkit-animation-name: slidedown;
    animation-name: slidedown;
    overflow-y: auto;
    -webkit-animation: showDropdown .4s;
    animation: showDropdown .4s
}

.header.trubrandpageheader .site-nav__cmp .site-nav__panel.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ccdbe3;
    -webkit-animation-name: slidedown;
    animation-name: slidedown;
    -webkit-animation: showDropdown .4s;
    animation: showDropdown .4s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__survey {
    width: 100%;
    margin-top: -20px;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    background-color: #fff;
    display: none
}

.header.trubrandpageheader .site-nav__cmp.active {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.header.trubrandpageheader .menu-mobile-header,
.header.trubrandpageheader .menu-mobile-toggle {
    display: none
}

.header.trubrandpageheader .nav-utils {
    display: var(--nav-utils-display)
}

.header.trubrandpageheader .nav-utils__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header.trubrandpageheader .menu-toggle {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 14px
}

.header.trubrandpageheader .menu-toggle span,
.header.trubrandpageheader .menu-toggle span:after,
.header.trubrandpageheader .menu-toggle span:before {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #00a6ca;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.header.trubrandpageheader .menu-toggle span {
    margin: 0 auto;
    position: relative;
    top: 10px
}

.header.trubrandpageheader .menu-toggle span:after,
.header.trubrandpageheader .menu-toggle span:before {
    position: absolute;
    content: "";
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-delay: 0, .2s;
    transition-delay: 0, .2s
}

.header.trubrandpageheader .menu-toggle span:before {
    margin-top: -9px
}

.header.trubrandpageheader .menu-toggle span:after {
    margin-top: 9px
}

.header.trubrandpageheader .menu-toggle-active span {
    background-color: #fff
}

.header.trubrandpageheader .menu-toggle-active span:after,
.header.trubrandpageheader .menu-toggle-active span:before {
    background-color: #004364 !important;
    margin-top: 0
}

.header.trubrandpageheader .menu-toggle-active span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header.trubrandpageheader .menu-toggle-active span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header.trubrandpageheader .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, .65);
    -webkit-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out
}

.header.trubrandpageheader .overlay.active {
    opacity: 1;
    visibility: visible
}

.header.trubrandpageheader .is-visible.menu-bg-wrapper {
    -webkit-animation: fade-in .2s ease-in-out;
    animation: fade-in .2s ease-in-out
}

.header.trubrandpageheader .is-animatable.menu-arrow,
.header.trubrandpageheader .is-animatable.menu-bg {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (min-width:1200px) {
    .header.trubrandpageheader .menu-bg-wrapper {
        margin-top: 20px;
        position: absolute;
        left: 0;
        top: 100%;
        display: none;
        will-change: display;
        z-index: 3
    }

    .header.trubrandpageheader .menu-bg-wrapper.is-visible {
        display: block
    }

    .header.trubrandpageheader .menu-bg-wrapper .menu-bg {
        height: var(--nav-dropdown-height);
        width: var(--nav-dropdown-width);
        -webkit-transform: translate(var(--nav-dropdown-left)) !important;
        transform: translate(var(--nav-dropdown-left)) !important;
        background: #fff;
        -webkit-transform-origin: left top;
        transform-origin: left top;
        will-change: transform, width, height;
        z-index: 999;
        border-radius: 10px;
        -webkit-box-shadow: var(--menu-shadow);
        box-shadow: var(--menu-shadow)
    }

    .header.trubrandpageheader .menu-bg-wrapper .menu-arrow {
        content: "";
        display: block;
        position: absolute;
        z-index: 6;
        width: 11px;
        height: 11px;
        background: #fff;
        -webkit-transform: rotate(45deg) translateX(-70%);
        transform: rotate(45deg) translateX(-70%);
        top: -5px;
        left: -5px;
        border: 1px solid rgba(0, 67, 100, .075);
        border-width: 1px 0 0 1px;
        -webkit-box-shadow: -1px -1px 1px rgba(0, 67, 100, .05);
        box-shadow: -1px -1px 1px rgba(0, 67, 100, .05)
    }

    .header.trubrandpageheader .menu-bg-wrapper .is-animatable {
        opacity: 1;
        visibility: visible
    }

    .header.trubrandpageheader .menu-bg-wrapper .is-animatable.menu-bg {
        min-width: 175px
    }

    .header.trubrandpageheader .menu-bg-wrapper .is-animatable.menu-arrow,
    .header.trubrandpageheader .menu-bg-wrapper .is-animatable.menu-bg {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .cmp-teaserlist__item .header.trubrandpageheader .site-nav-content .logo-wrap .pageteaser__content__link,
    .header.trubrandpageheader .site-nav-content .logo-wrap .cmp-teaserlist__item .pageteaser__content__link,
    .header.trubrandpageheader .site-nav-content .logo-wrap a {
        padding: 1pc 45px 18px 20px
    }

    .cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap .header.trubrandpageheader .site-nav-content .site-nav__item--cta button.pageteaser__content__link.mktoButton[type=submit],
    .cmp-teaserlist__item .header.trubrandpageheader .site-nav-content .site-nav__item--cta .btn.pageteaser__content__link,
    .embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item .header.trubrandpageheader .site-nav-content .site-nav__item--cta button.pageteaser__content__link.mktoButton[type=submit],
    .header.trubrandpageheader .site-nav-content .site-nav__item--cta .cmp-teaserlist__item .btn.pageteaser__content__link,
    .header.trubrandpageheader .site-nav-content .site-nav__item--cta .cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.pageteaser__content__link.mktoButton[type=submit],
    .header.trubrandpageheader .site-nav-content .site-nav__item--cta .embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item button.pageteaser__content__link.mktoButton[type=submit],
    .header.trubrandpageheader .site-nav-content .site-nav__item--cta a.btn {
        position: relative;
        background: #fcd800;
        color: #000;
        font-family: Intro, "sans-serif";
        text-decoration: none;
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 1;
        text-transform: capitalize;
        border: none;
        border-radius: 3.125rem;
        opacity: 1;
        cursor: pointer;
        pointer-events: all;
        -webkit-transition: .2s linear;
        transition: .2s linear;
        width: auto;
        min-height: 35px;
        padding: 0 20px
    }

    .cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap .header.trubrandpageheader .site-nav-content .site-nav__item--cta button.pageteaser__content__link.mktoButton:hover[type=submit],
    .cmp-teaserlist__item .header.trubrandpageheader .site-nav-content .site-nav__item--cta .btn.pageteaser__content__link:hover,
    .embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item .header.trubrandpageheader .site-nav-content .site-nav__item--cta button.pageteaser__content__link.mktoButton:hover[type=submit],
    .header.trubrandpageheader .site-nav-content .site-nav__item--cta .cmp-teaserlist__item .btn.pageteaser__content__link:hover,
    .header.trubrandpageheader .site-nav-content .site-nav__item--cta .cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.pageteaser__content__link.mktoButton:hover[type=submit],
    .header.trubrandpageheader .site-nav-content .site-nav__item--cta .embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item button.pageteaser__content__link.mktoButton:hover[type=submit],
    .header.trubrandpageheader .site-nav-content .site-nav__item--cta a.btn:hover {
        color: #fff;
        background: #004364;
        -webkit-transition: .2s linear;
        transition: .2s linear
    }

    .header.trubrandpageheader .site-nav__cmp {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        max-width: 870pt;
        top: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .header.trubrandpageheader .site-nav__cmp .site-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: var(--nav-main-height);
        overflow-x: visible;
        overflow-y: visible
    }

    .cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item .pageteaser__content__link,
    .header.trubrandpageheader .site-nav__cmp .site-nav__item .cmp-teaserlist__item .pageteaser__content__link,
    .header.trubrandpageheader .site-nav__cmp .site-nav__item a {
        padding: 0 25px;
        min-height: 5pc;
        font-size: 1pc;
        border-bottom: none;
        border-radius: 10px
    }

    .cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item .site-nav__toggle.pageteaser__content__link:after,
    .header.trubrandpageheader .site-nav__cmp .site-nav__item .cmp-teaserlist__item .site-nav__toggle.pageteaser__content__link:after,
    .header.trubrandpageheader .site-nav__cmp .site-nav__item a.site-nav__toggle:after {
        display: none
    }

    .header.trubrandpageheader .site-nav__cmp .site-nav__item--login {
        background-color: transparent
    }

    .cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item--login .login-link.pageteaser__content__link:before,
    .header.trubrandpageheader .site-nav__cmp .site-nav__item--login .cmp-teaserlist__item .login-link.pageteaser__content__link:before,
    .header.trubrandpageheader .site-nav__cmp .site-nav__item--login a.login-link:before {
        height: 17px;
        width: 17px;
        margin-right: 4px
    }

    .cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item--login .login-link.pageteaser__content__link .login-link-text,
    .header.trubrandpageheader .site-nav__cmp .site-nav__item--login .cmp-teaserlist__item .login-link.pageteaser__content__link .login-link-text,
    .header.trubrandpageheader .site-nav__cmp .site-nav__item--login a.login-link .login-link-text {
        font-size: 1pc
    }

    .header.trubrandpageheader .site-nav__cmp .site-nav__item--login .site-nav__panel {
        left: unset;
        right: 0;
        min-width: 300px
    }

    .cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item--login .site-nav__panel .pageteaser__content__link,
    .header.trubrandpageheader .site-nav__cmp .site-nav__item--login .site-nav__panel .cmp-teaserlist__item .pageteaser__content__link,
    .header.trubrandpageheader .site-nav__cmp .site-nav__item--login .site-nav__panel a {
        min-height: 40px
    }

    .header.trubrandpageheader .site-nav__cmp .site-nav__item--cta {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        font-size: 15px;
        background-color: transparent
    }

    .cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap .header.trubrandpageheader .site-nav__cmp .site-nav__item--cta button.pageteaser__content__link.mktoButton[type=submit],
    .cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item--cta .btn.pageteaser__content__link,
    .embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item--cta button.pageteaser__content__link.mktoButton[type=submit],
    .header.trubrandpageheader .site-nav__cmp .site-nav__item--cta .cmp-teaserlist__item .btn.pageteaser__content__link,
    .header.trubrandpageheader .site-nav__cmp .site-nav__item--cta .cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.pageteaser__content__link.mktoButton[type=submit],
    .header.trubrandpageheader .site-nav__cmp .site-nav__item--cta .embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item button.pageteaser__content__link.mktoButton[type=submit],
    .header.trubrandpageheader .site-nav__cmp .site-nav__item--cta a.btn {
        margin: 26px 25px 0 0;
        font-size: 15px
    }

    .header.trubrandpageheader .site-nav__cmp .site-nav__item--has-submenu .site-nav-panel__column {
        left: calc(100% - 10px);
        visibility: hidden;
        position: absolute;
        min-width: 330px;
        top: 20px;
        padding: 36px 20px 20px 30px;
        height: calc(100% - 20px);
        border-radius: 0 8px 8px 0;
        background: #f7f9fa
    }

    .cmp-teaser .header.trubrandpageheader .site-nav__cmp .site-nav__item--has-submenu .site-nav-panel__column .pageteaser__content__title,
    .cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__item--has-submenu .site-nav-panel__column .pageteaser__content__title,
    .header.trubrandpageheader .site-nav__cmp .site-nav__item--has-submenu .site-nav-panel__column .cmp-teaser .pageteaser__content__title,
    .header.trubrandpageheader .site-nav__cmp .site-nav__item--has-submenu .site-nav-panel__column .cmp-teaserlist__item .pageteaser__content__title,
    .header.trubrandpageheader .site-nav__cmp .site-nav__item--has-submenu .site-nav-panel__column h4 {
        height: auto
    }

    .header.trubrandpageheader .site-nav__cmp .site-nav__item--has-submenu.active .site-nav-panel__column {
        display: block;
        visibility: visible !important;
        z-index: 2
    }

    .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel {
        overflow: visible
    }

    .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns {
        padding-right: 10px
    }

    .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns ul li {
        padding: 0 20px 0 0
    }

    .cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns ul li .site-nav__desktop.pageteaser__content__link,
    .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns ul li .cmp-teaserlist__item .site-nav__desktop.pageteaser__content__link,
    .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns ul li a.site-nav__desktop {
        min-height: 66px
    }

    .cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns ul li ul li .pageteaser__content__link,
    .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns ul li ul li .cmp-teaserlist__item .pageteaser__content__link,
    .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns ul li ul li a {
        min-height: 50px;
        padding: 8px 20px;
        border-radius: 10px
    }

    .cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns ul li ul li .pageteaser__content__link:hover,
    .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns ul li ul li .cmp-teaserlist__item .pageteaser__content__link:hover,
    .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns ul li ul li a:hover {
        background-color: #fff
    }

    .cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns ul li ul li .pageteaser__content__link .site-nav__title,
    .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns ul li ul li .cmp-teaserlist__item .pageteaser__content__link .site-nav__title,
    .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns ul li ul li a .site-nav__title {
        font-size: 1pc
    }

    .cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns ul.active .site-nav__desktop.pageteaser__content__link,
    .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns ul.active .cmp-teaserlist__item .site-nav__desktop.pageteaser__content__link,
    .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:first-child .site-nav__panel>.site-nav-panel__columns ul.active a.site-nav__desktop {
        background-color: #f7f9fa
    }

    .header.trubrandpageheader .site-nav__cmp .site-nav__spacer {
        display: list-item;
        -webkit-box-flex: 999;
        -ms-flex-positive: 999;
        flex-grow: 999
    }

    .header.trubrandpageheader .site-nav__cmp .site-nav__panel {
        position: absolute;
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-width: 175px;
        height: auto;
        width: auto;
        background-color: transparent;
        border-radius: 10px;
        z-index: 109;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        top: 5pc;
        padding: 20px 0 0;
        opacity: 0;
        overflow: visible
    }

    .cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__panel ul li .site-nav__desktop.pageteaser__content__link,
    .header.trubrandpageheader .site-nav__cmp .site-nav__panel ul li .cmp-teaserlist__item .site-nav__desktop.pageteaser__content__link,
    .header.trubrandpageheader .site-nav__cmp .site-nav__panel ul li a.site-nav__desktop {
        min-height: 40px;
        padding: 0 20px
    }

    .cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav__panel ul li .site-nav__desktop.pageteaser__content__link .site-nav__text .site-nav__title,
    .header.trubrandpageheader .site-nav__cmp .site-nav__panel ul li .cmp-teaserlist__item .site-nav__desktop.pageteaser__content__link .site-nav__text .site-nav__title,
    .header.trubrandpageheader .site-nav__cmp .site-nav__panel ul li a.site-nav__desktop .site-nav__text .site-nav__title {
        font-weight: 600px
    }

    .header.trubrandpageheader .site-nav__cmp .site-nav__panel__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 0 0 20px;
        margin-bottom: 0;
        font-size: 9pt;
        letter-spacing: 1px;
        font-weight: 600;
        min-width: 270px
    }

    .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__text {
        max-width: 258px
    }

    .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav-panel__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 36px 20px 30px;
        background-color: #fff;
        border-radius: 10px
    }

    .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav-panel__columns ul li {
        padding: 0
    }

    .cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:hover>.pageteaser__content__link:after,
    .header.trubrandpageheader .site-nav__cmp .cmp-teaserlist__item .site-nav>.site-nav__item:hover>.pageteaser__content__link:after,
    .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item:hover>a:after {
        display: block
    }

    .cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item>.pageteaser__content__link,
    .header.trubrandpageheader .site-nav__cmp .cmp-teaserlist__item .site-nav>.site-nav__item>.pageteaser__content__link,
    .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item>a {
        padding: 35px 25px 29px
    }

    .cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item>.pageteaser__content__link:after,
    .header.trubrandpageheader .site-nav__cmp .cmp-teaserlist__item .site-nav>.site-nav__item>.pageteaser__content__link:after,
    .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item>a:after {
        content: "";
        position: absolute;
        top: 4em;
        left: calc(50% - 3.5px);
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: none;
        -webkit-transition: none;
        transition: none;
        background-color: #00a6ca;
        display: none
    }

    .cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item>.pageteaser__content__link:focus-within:after,
    .cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item>.pageteaser__content__link:focus:after,
    .cmp-teaserlist__item .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item>.pageteaser__content__link:hover:after,
    .header.trubrandpageheader .site-nav__cmp .cmp-teaserlist__item .site-nav>.site-nav__item>.pageteaser__content__link:focus-within:after,
    .header.trubrandpageheader .site-nav__cmp .cmp-teaserlist__item .site-nav>.site-nav__item>.pageteaser__content__link:focus:after,
    .header.trubrandpageheader .site-nav__cmp .cmp-teaserlist__item .site-nav>.site-nav__item>.pageteaser__content__link:hover:after,
    .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item>a:focus-within:after,
    .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item>a:focus:after,
    .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item>a:hover:after {
        display: block
    }

    .header.trubrandpageheader .site-nav__cmp>ul>li.site-nav__item--hasChildren {
        position: relative
    }

    .header.trubrandpageheader .site-nav__cmp>ul>li.site-nav__item--hasChildren.show-menu .site-nav__panel,
    .header.trubrandpageheader .site-nav__cmp>ul>li.site-nav__item--hasChildren:hover .site-nav__panel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        -webkit-animation: showDropdown .4s;
        animation: showDropdown .4s;
        pointer-events: auto;
        -webkit-transition: all .2s ease-in-out .1s;
        transition: all .2s ease-in-out .1s
    }
}

#consent_blackbar #truste-consent-track {
    background-color: #e6edf1;
    border: none;
    -webkit-box-shadow: var(--shadow-medium);
    box-shadow: var(--shadow-medium);
    top: 5pc;
    bottom: auto !important;
    z-index: 100 !important
}

#consent_blackbar #truste-consent-track button {
    border: none;
    border-radius: 500px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
    font-weight: 600
}

#consent_blackbar #truste-consent-track button#truste-consent-button {
    background-color: #fcd800
}

@media (min-width:1200px) {
    #consent_blackbar #truste-consent-track {
        top: 90pt
    }
}

.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__toggle.pageteaser__content__link,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .cmp-teaserlist__item .site-nav__toggle.pageteaser__content__link,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel a.site-nav__toggle {
    background-color: #e6edf1;
    min-height: 30px;
    border-bottom: 1px solid #ccdbe3
}

.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__toggle.pageteaser__content__link .site-nav__column__item__title,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .cmp-teaserlist__item .site-nav__toggle.pageteaser__content__link .site-nav__column__item__title,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel a.site-nav__toggle .site-nav__column__item__title {
    font-size: 9pt;
    line-height: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    color: #707070
}

.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__toggle.pageteaser__content__link .site-nav__column__item__title:before,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .cmp-teaserlist__item .site-nav__toggle.pageteaser__content__link .site-nav__column__item__title:before,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel a.site-nav__toggle .site-nav__column__item__title:before {
    content: none
}

.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__toggle.pageteaser__content__link:after,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .cmp-teaserlist__item .site-nav__toggle.pageteaser__content__link:after,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel a.site-nav__toggle:after {
    background-image: url(clientlib-trubrand/resources/images/nav-expand-plus.svg);
    -webkit-transition: none;
    transition: none;
    height: 13px
}

.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__toggle.active.pageteaser__content__link:after,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .cmp-teaserlist__item .site-nav__toggle.active.pageteaser__content__link:after,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel a.site-nav__toggle.active:after {
    background-image: url(clientlib-trubrand/resources/images/nav-expand-minus.svg)
}

.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__column__list {
    position: relative;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #f7f9fa;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: none;
    box-shadow: none
}

.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__column__list.active,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__column__list.activeSubMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ccdbe3;
    -webkit-animation-name: slidedown;
    animation-name: slidedown;
    -webkit-animation: showDropdown .4s;
    animation: showDropdown .4s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__column__list .site-nav__column__list__item .site-nav__column__list__item__link.pageteaser__content__link,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__column__list .site-nav__column__list__item .cmp-teaserlist__item .site-nav__column__list__item__link.pageteaser__content__link,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__column__list .site-nav__column__list__item a.site-nav__column__list__item__link {
    font-size: 1pc;
    line-height: 1pc;
    font-weight: 400;
    min-height: 50px;
    padding: 0;
    margin: 0 28px;
    border-bottom: 1px solid #d8d8d8
}

.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__column__list .site-nav__column__list__item:last-child .site-nav__column__list__item__link.pageteaser__content__link,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__column__list .site-nav__column__list__item:last-child .cmp-teaserlist__item .site-nav__column__list__item__link.pageteaser__content__link,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__column__list .site-nav__column__list__item:last-child a.site-nav__column__list__item__link {
    border-bottom: none
}

.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content {
    display: block
}

.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer .creditlink.pageteaser__content__link,
.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .creditlink.pageteaser__content__link,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer a.creditlink,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink {
    padding: 40px 28px;
    display: block
}

.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer .creditlink.pageteaser__content__link .imageContainer .cmp-image,
.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .creditlink.pageteaser__content__link .imageContainer .cmp-image,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link .imageContainer .cmp-image,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer a.creditlink .imageContainer .cmp-image,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link .imageContainer .cmp-image,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink .imageContainer .cmp-image {
    width: 30px;
    height: 30px
}

.cmp-teaser .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer a.creditlink .contentTitle.pageteaser__content__title,
.cmp-teaser .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink .contentTitle.pageteaser__content__title,
.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer .creditlink.pageteaser__content__link .contentTitle.pageteaser__content__title,
.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer .creditlink.pageteaser__content__link h4.contentTitle,
.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer a.creditlink .contentTitle.pageteaser__content__title,
.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .creditlink.pageteaser__content__link .contentTitle.pageteaser__content__title,
.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .creditlink.pageteaser__content__link h4.contentTitle,
.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink .contentTitle.pageteaser__content__title,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link .contentTitle.pageteaser__content__title,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link h4.contentTitle,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer a.creditlink .cmp-teaser .contentTitle.pageteaser__content__title,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer a.creditlink .cmp-teaserlist__item .contentTitle.pageteaser__content__title,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer a.creditlink h4.contentTitle,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link .contentTitle.pageteaser__content__title,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link h4.contentTitle,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink .cmp-teaser .contentTitle.pageteaser__content__title,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink .cmp-teaserlist__item .contentTitle.pageteaser__content__title,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink h4.contentTitle {
    font-size: 21px;
    line-height: 25px;
    margin: 1rem 0
}

.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer .creditlink.pageteaser__content__link .contentDescription p,
.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .creditlink.pageteaser__content__link .contentDescription p,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link .contentDescription p,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer a.creditlink .contentDescription p,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link .contentDescription p,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink .contentDescription p {
    font-size: 14px;
    line-height: 1.5rem
}

.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer .creditlink.pageteaser__content__link .contentBtn,
.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .creditlink.pageteaser__content__link .contentBtn,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link .contentBtn,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer a.creditlink .contentBtn,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link .contentBtn,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink .contentBtn {
    margin-top: 20px;
    display: block;
    position: relative;
    background: #fcd800;
    color: #000;
    font-family: Intro, "sans-serif";
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    border: none;
    border-radius: 3.125rem;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    font-size: 18px;
    line-height: 1pc;
    text-align: center;
    padding: 1rem
}

.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer .creditlink.pageteaser__content__link .contentBtn:hover,
.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .creditlink.pageteaser__content__link .contentBtn:hover,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link .contentBtn:hover,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer a.creditlink .contentBtn:hover,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link .contentBtn:hover,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink .contentBtn:hover {
    color: #fff;
    background: #004364;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer .vantageDisclaimer,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .vantageDisclaimer {
    padding: 40px 28px
}

.cmp-teaser .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer .vantageDisclaimer .vantageTitle.pageteaser__content__title,
.cmp-teaser .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .vantageDisclaimer .vantageTitle.pageteaser__content__title,
.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer .vantageDisclaimer .vantageTitle.pageteaser__content__title,
.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .vantageDisclaimer .vantageTitle.pageteaser__content__title,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer .vantageDisclaimer .cmp-teaser .vantageTitle.pageteaser__content__title,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer .vantageDisclaimer .cmp-teaserlist__item .vantageTitle.pageteaser__content__title,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer .vantageDisclaimer h4.vantageTitle,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .vantageDisclaimer .cmp-teaser .vantageTitle.pageteaser__content__title,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .vantageDisclaimer .cmp-teaserlist__item .vantageTitle.pageteaser__content__title,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .vantageDisclaimer h4.vantageTitle {
    font-size: 20px;
    line-height: 1pc;
    margin-bottom: 1rem
}

.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer .vantageDisclaimer .vantageDescription,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .vantageDisclaimer .vantageDescription {
    font-size: 10px;
    line-height: 1pc;
    margin-bottom: 0
}

.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .creditlink.pageteaser__content__link,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink {
    border-bottom: none
}

.cmp-teaser .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink .contentTitle.pageteaser__content__title,
.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .creditlink.pageteaser__content__link .contentTitle.pageteaser__content__title,
.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .creditlink.pageteaser__content__link h4.contentTitle,
.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink .contentTitle.pageteaser__content__title,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link .contentTitle.pageteaser__content__title,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link h4.contentTitle,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink .cmp-teaser .contentTitle.pageteaser__content__title,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink .cmp-teaserlist__item .contentTitle.pageteaser__content__title,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink h4.contentTitle {
    margin-bottom: 20px;
    margin-top: 0
}

.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .creditlink.pageteaser__content__link .contentDescription,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link .contentDescription,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink .contentDescription {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin-top: 10px
}

.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .creditlink.pageteaser__content__link .contentDescription p,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link .contentDescription p,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink .contentDescription p {
    margin-top: 5px
}

.cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .creditlink.pageteaser__content__link .contentBtn,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link .contentBtn,
.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink .contentBtn {
    margin-bottom: 0
}

.trubrandconsumerpageheader .header.trubrandpageheader .site-nav__cmp.active {
    padding-bottom: 65px
}

@media (min-width:1200px) {
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content {
        position: relative
    }

    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp {
        position: unset
    }

    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel {
        min-width: 600px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 20px 0 0;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }

    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        border-right: 1px solid #d8d8d8;
        padding: 30px 20px 40px 25px;
        border-radius: 10px 0 0 10px;
        background-color: #fff
    }

    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__column .site-nav__column__item {
        margin-right: 5px
    }

    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__column .site-nav__column__item .site-nav__column__item__title {
        font-size: 9pt;
        line-height: 14px;
        letter-spacing: 1px;
        font-weight: 600;
        text-transform: uppercase;
        padding-left: 15px;
        color: #707070
    }

    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__column .site-nav__column__item .site-nav__column__item__title:before {
        content: none
    }

    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__column .site-nav__column__item .site-nav__column__list {
        display: block;
        background-color: #fff;
        height: unset
    }

    .cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__column .site-nav__column__item .site-nav__column__list .site-nav__column__list__item .site-nav__column__list__item__link.pageteaser__content__link,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__column .site-nav__column__item .site-nav__column__list .site-nav__column__list__item .cmp-teaserlist__item .site-nav__column__list__item__link.pageteaser__content__link,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__column .site-nav__column__item .site-nav__column__list .site-nav__column__list__item a.site-nav__column__list__item__link {
        border-bottom: none;
        margin: 0;
        min-height: 42px;
        padding: 10px 15px;
        line-height: 1.25em
    }

    .cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__column .site-nav__column__item .site-nav__column__list .site-nav__column__list__item .site-nav__column__list__item__link.pageteaser__content__link:hover,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__column .site-nav__column__item .site-nav__column__list .site-nav__column__list__item .cmp-teaserlist__item .site-nav__column__list__item__link.pageteaser__content__link:hover,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__column .site-nav__column__item .site-nav__column__list .site-nav__column__list__item a.site-nav__column__list__item__link:hover {
        text-shadow: none
    }

    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content {
        margin-right: 0;
        margin-top: 20px;
        background-color: #fff;
        border-radius: 0 10px 10px 0
    }

    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer {
        width: 335px
    }

    .cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer .creditlink.pageteaser__content__link,
    .cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .creditlink.pageteaser__content__link,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer a.creditlink,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink {
        margin: 0;
        padding: 60px 40px 40px
    }

    .cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer .creditlink.pageteaser__content__link .contentBtn,
    .cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .creditlink.pageteaser__content__link .contentBtn,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link .contentBtn,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer a.creditlink .contentBtn,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link .contentBtn,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink .contentBtn {
        margin-bottom: 0;
        font-size: 15px;
        line-height: 1pc;
        padding: 10px 40px
    }

    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditMonitoringAdContainer .vantageDisclaimer,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .vantageDisclaimer {
        background-color: #f7f9fa;
        padding: 40px;
        border-radius: 0 0 10px 0
    }

    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer {
        width: 290px
    }

    .cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .creditlink.pageteaser__content__link,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink {
        padding-top: 5pc
    }

    .cmp-teaser .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink .contentTitle.pageteaser__content__title,
    .cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .creditlink.pageteaser__content__link .contentTitle.pageteaser__content__title,
    .cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .creditlink.pageteaser__content__link h4.contentTitle,
    .cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink .contentTitle.pageteaser__content__title,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link .contentTitle.pageteaser__content__title,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link h4.contentTitle,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink .cmp-teaser .contentTitle.pageteaser__content__title,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink .cmp-teaserlist__item .contentTitle.pageteaser__content__title,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink h4.contentTitle {
        margin-bottom: 40px
    }

    .cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .creditlink.pageteaser__content__link .contentDescription,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link .contentDescription,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink .contentDescription {
        font-size: 1pc;
        line-height: 19px
    }

    .cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .creditlink.pageteaser__content__link .contentBtn,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer .cmp-teaserlist__item .creditlink.pageteaser__content__link .contentBtn,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav__panel .site-nav__panel__right-content .creditReportAdContainer a.creditlink .contentBtn {
        padding: 10px 20px
    }

    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav .site-nav__item--hasChildren {
        position: static
    }

    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav .site-nav__item--hasChildren:first-child .site-nav__panel {
        min-width: 900px
    }

    .cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav>.site-nav__item>.pageteaser__content__link,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .cmp-teaserlist__item .site-nav>.site-nav__item>.pageteaser__content__link,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav>.site-nav__item>a {
        padding: 35px 9pt 29px;
        font-size: 14px
    }

    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav .site-nav__item:nth-child(2) .site-nav__panel .site-nav__column .site-nav__column__item {
        max-width: 190px
    }

    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp.active {
        padding-bottom: 0
    }

    .cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .logo-wrap .pageteaser__content__link,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .logo-wrap .cmp-teaserlist__item .pageteaser__content__link,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .logo-wrap a {
        padding-right: 20px
    }
}

@media (min-width:1350px) {

    .cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav>.site-nav__item>.pageteaser__content__link,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .cmp-teaserlist__item .site-nav>.site-nav__item>.pageteaser__content__link,
    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav>.site-nav__item>a {
        padding: 35px 18px 29px;
        font-size: 1rem
    }

    .trubrandconsumerpageheader .header.trubrandpageheader .site-nav-content .site-nav__cmp .site-nav .site-nav__item:nth-child(2) .site-nav__panel .site-nav__column .site-nav__column__item {
        max-width: 15pc
    }

    .cmp-teaserlist__item .trubrandconsumerpageheader .header.trubrandpageheader .logo-wrap .pageteaser__content__link,
    .trubrandconsumerpageheader .header.trubrandpageheader .logo-wrap .cmp-teaserlist__item .pageteaser__content__link,
    .trubrandconsumerpageheader .header.trubrandpageheader .logo-wrap a {
        padding-right: 45px
    }
}

@-webkit-keyframes showDropdown {
    0% {
        opacity: 0;
        height: 0
    }

    to {
        opacity: 1;
        height: auto
    }
}

@keyframes showDropdown {
    0% {
        opacity: 0;
        height: 0
    }

    to {
        opacity: 1;
        height: auto
    }
}

@-webkit-keyframes hideDropdown {
    0% {
        opacity: 1;
        height: auto
    }

    to {
        opacity: 0;
        height: 0
    }
}

@keyframes hideDropdown {
    0% {
        opacity: 1;
        height: auto
    }

    to {
        opacity: 0;
        height: 0
    }
}

.cmp-teaserlist__item .phoenixconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item--login>.pageteaser__content__link:hover:after,
.phoenixconsumerpageheader .header.trubrandpageheader .site-nav__cmp .cmp-teaserlist__item .site-nav>.site-nav__item--login>.pageteaser__content__link:hover:after,
.phoenixconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item--login>a:hover:after {
    content: none
}

.cmp-teaserlist__item .phoenixconsumerpageheader.trubrandbusinesspageheader header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user li:nth-of-type(2) div .pageteaser__content__link:before,
.phoenixconsumerpageheader.trubrandbusinesspageheader header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user li:nth-of-type(2) div .cmp-teaserlist__item .pageteaser__content__link:before,
.phoenixconsumerpageheader.trubrandbusinesspageheader header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user li:nth-of-type(2) div a:before {
    display: none
}

.cmp-teaserlist__item .phoenixconsumerpageheader.trubrandbusinesspageheader header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user li:first-of-type div .pageteaser__content__link:before,
.phoenixconsumerpageheader.trubrandbusinesspageheader header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user li:first-of-type div .cmp-teaserlist__item .pageteaser__content__link:before,
.phoenixconsumerpageheader.trubrandbusinesspageheader header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user li:first-of-type div a:before {
    display: inline-block
}

@media (min-width:992px) {
    header.trubrandpageheader nav.nav-top .quickAccess__util .quickAccess__search .header-search__input-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

header.trubrandpageheader .util-link.search .search-button {
    content: "";
    display: inline-block;
    height: 50px;
    width: 20px;
    vertical-align: bottom;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out, visibility 0s .4s;
    transition: all .4s ease-in-out, visibility 0s .4s
}

header.trubrandpageheader .util-link.search.active {
    z-index: 200
}

header.trubrandpageheader .util-link.search.active .header-search {
    display: block;
    visibility: visible;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 1;
    z-index: 200
}

header.trubrandpageheader .header-search {
    border: none;
    background: #fff;
    position: absolute;
    right: 0;
    top: 5rem;
    -webkit-box-shadow: 0 3px 9pt -7px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 9pt -7px rgba(0, 0, 0, .2);
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: -1
}

header.trubrandpageheader .header-search__input-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

header.trubrandpageheader .header-search__input {
    border: 1px solid #ddd;
    height: 2.125rem;
    padding-right: 0;
    width: 100%
}

header.trubrandpageheader .header-search__input::-webkit-input-placeholder {
    color: #ddd
}

header.trubrandpageheader .header-search__input::-moz-placeholder {
    color: #ddd
}

header.trubrandpageheader .header-search__input:-ms-input-placeholder {
    color: #ddd
}

header.trubrandpageheader .header-search__input::-ms-input-placeholder {
    color: #ddd
}

header.trubrandpageheader .header-search__input::placeholder {
    color: #ddd
}

header.trubrandpageheader .header-search__close-icon,
header.trubrandpageheader .header-search__icon {
    background-size: 60%;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute
}

header.trubrandpageheader .header-search__close-icon {
    right: 35px;
    background-image: url(clientlib-trubrand/resources/images/close.svg);
    height: 100%;
    width: 25px;
    display: none
}

header.trubrandpageheader .header-search__icon {
    right: 0;
    padding-right: 1.875rem;
    padding-left: .25rem;
    background-color: #eee;
    height: 2.125rem
}

header.trubrandpageheader .header-search__additional-note {
    color: #005365;
    font-size: .75rem;
    font-weight: 400
}

@media (min-width:992px) {
    header.trubrandpageheader .util-link.search .search-button {
        height: 40px;
        width: auto;
        padding: 6px 25px 0 41px;
        vertical-align: initial;
        background-size: 9pt;
        background-image: url(clientlib-trubrand/resources/images/search-app-whi.svg);
        background-position: 25px 15px
    }

    header.trubrandpageheader .util-link.search .searchText {
        color: #fff !important;
        font-size: 9pt;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase
    }

    header.trubrandpageheader .util-link.search.active .search-button:after {
        content: "";
        position: absolute;
        width: 0;
        bottom: -1px;
        right: calc(50% - 10px);
        border-left: 10px outset transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff
    }

    header.trubrandpageheader .header-search {
        -webkit-box-shadow: 0 17px 1pc -7px rgba(0, 0, 0, .2);
        box-shadow: 0 17px 1pc -7px rgba(0, 0, 0, .2);
        right: auto;
        -webkit-transform: translate(-257.453px) rotateX(0deg);
        transform: translate(-257.453px) rotateX(0deg);
        top: 3.1875rem;
        width: 17.375rem;
        -webkit-transform: translate(-228.453px) rotateX(0deg);
        transform: translate(-228.453px) rotateX(0deg);
        padding: 6px 10px 11px;
        border-radius: 0 0 8px 8px
    }
}

.arguspageheader,
.gtppageheader,
.techservicespageheader,
.trubrandbusinesspageheader,
.trubrandconsumerpageheader {
    --nav-top-nav-height: 30px;
    --quickAccess-user-display: grid;
    --quickAccess-util-display: none
}

@media (min-width:696px) {

    .arguspageheader,
    .gtppageheader,
    .techservicespageheader,
    .trubrandbusinesspageheader,
    .trubrandconsumerpageheader {
        --quickAccess-util-display: flex;
        --quickAccess-user-display: flex
    }
}

@media (min-width:992px) {

    .arguspageheader,
    .gtppageheader,
    .techservicespageheader,
    .trubrandbusinesspageheader,
    .trubrandconsumerpageheader {
        --nav-top-nav-height: 40px
    }
}

header.trubrandpageheader nav.nav-top {
    background: #004364;
    height: var(--nav-top-nav-height)
}

header.trubrandpageheader nav.nav-top .quickAccess {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
}

header.trubrandpageheader nav.nav-top .quickAccess svg {
    height: 13px;
    width: 13px
}

header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user,
header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    margin: 0;
    color: #fff
}

header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user li,
header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util li {
    background: #004364
}

header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user li:nth-of-type(2),
header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util li:nth-of-type(2) {
    border-left: .5px solid #e6f6fa
}

header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user li div,
header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util li div {
    display: block
}

.cmp-teaserlist__item header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user .pageteaser__content__link,
.cmp-teaserlist__item header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util .pageteaser__content__link,
header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user .cmp-teaserlist__item .pageteaser__content__link,
header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user a,
header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util .cmp-teaserlist__item .pageteaser__content__link,
header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util a {
    width: 100%;
    height: var(--nav-top-nav-height);
    padding: 6px 25px 0;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 9pt;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center
}

header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user {
    display: var(--quickAccess-user-display);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-template-columns: 1fr 1fr
}

header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user li div {
    background-color: rgba(0, 0, 0, .3)
}

.cmp-teaserlist__item header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user li div .pageteaser__content__link,
header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user li div .cmp-teaserlist__item .pageteaser__content__link,
header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user li div a {
    display: block
}

.cmp-teaserlist__item header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user li div .pageteaser__content__link:before,
header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user li div .cmp-teaserlist__item .pageteaser__content__link:before,
header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user li div a:before {
    content: "";
    display: none;
    width: 6px;
    height: 6px;
    margin-right: 5px;
    margin-bottom: 1px;
    border-radius: 7.5px;
    background-color: #00a6ca
}

header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util {
    display: var(--quickAccess-util-display);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 200
}

header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util span {
    position: relative
}

header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util .quickAccess__language {
    z-index: 1
}

header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util li div.country-selector .country-selector__dropdown {
    display: none
}

header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util li div.country-selector .country-selector__dropdown.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible
}

header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util .country-selector {
    position: relative;
    padding: 0;
    margin: 0
}

.cmp-teaserlist__item header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util .country-selector .country-selector__link .pageteaser__content__link,
header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util .country-selector .country-selector__link .cmp-teaserlist__item .pageteaser__content__link,
header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util .country-selector .country-selector__link a {
    margin-right: 0;
    padding-top: 10px
}

header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util .country-selector span {
    color: #fff;
    top: 0;
    line-height: 1em
}

header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util .country-selector span.country-selector__lang {
    border-left: 1px solid #fff;
    height: 10px;
    margin-left: 5px;
    padding-left: 5px
}

header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util .country-selector .country-selector__icon {
    margin-left: 0;
    top: 0
}

header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util .country-selector .country-selector__dropdown {
    position: absolute;
    right: 0;
    background-color: #fff;
    border-radius: 10px;
    z-index: 1;
    -webkit-box-shadow: var(--menu-shadow);
    box-shadow: var(--menu-shadow);
    margin-top: 10px;
    padding: 6px 15px 8px
}

header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util .country-selector .country-selector__dropdown:after,
header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util .country-selector .country-selector__dropdown:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util .country-selector .country-selector__dropdown:before {
    border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #e6edf1;
    border-width: 0 7px 8px;
    margin-left: -7px
}

header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util .country-selector .country-selector__dropdown:after {
    border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #fff;
    border-width: 0 6px 7px;
    margin-left: -6px
}

.cmp-teaserlist__item header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util .country-selector .country-selector__dropdown .pageteaser__content__link,
header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util .country-selector .country-selector__dropdown .cmp-teaserlist__item .pageteaser__content__link,
header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util .country-selector .country-selector__dropdown a {
    height: auto;
    padding: 5px 10px;
    border-radius: 8px;
    text-align: left
}

header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util .country-selector .country-selector__dropdown span {
    color: #000
}

@media (min-width:696px) {
    header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util .quickAccess__search {
        display: none
    }

    .cmp-teaserlist__item header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util .country-selector .country-selector__link .pageteaser__content__link,
    header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util .country-selector .country-selector__link .cmp-teaserlist__item .pageteaser__content__link,
    header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util .country-selector .country-selector__link a {
        padding-top: 10px
    }
}

@media (min-width:992px) {
    header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user li div {
        background-color: transparent
    }

    .cmp-teaserlist__item header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user li div .pageteaser__content__link,
    header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user li div .cmp-teaserlist__item .pageteaser__content__link,
    header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user li div a {
        padding-top: 11px
    }

    header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util .quickAccess__search {
        display: initial
    }

    .cmp-teaserlist__item header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util .country-selector .country-selector__link .pageteaser__content__link,
    header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util .country-selector .country-selector__link .cmp-teaserlist__item .pageteaser__content__link,
    header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__util .country-selector .country-selector__link a {
        padding-top: 14px
    }
}

.trubrandbusinesspageheader header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user li:nth-of-type(2) div {
    background-color: transparent
}

.cmp-teaserlist__item .trubrandbusinesspageheader header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user li:nth-of-type(2) div .pageteaser__content__link:before,
.trubrandbusinesspageheader header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user li:nth-of-type(2) div .cmp-teaserlist__item .pageteaser__content__link:before,
.trubrandbusinesspageheader header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user li:nth-of-type(2) div a:before {
    display: inline-block
}

.trubrandconsumerpageheader header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user li:first-of-type div {
    background-color: transparent
}

.cmp-teaserlist__item .trubrandconsumerpageheader header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user li:first-of-type div .pageteaser__content__link:before,
.trubrandconsumerpageheader header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user li:first-of-type div .cmp-teaserlist__item .pageteaser__content__link:before,
.trubrandconsumerpageheader header.trubrandpageheader nav.nav-top .quickAccess .quickAccess__user li:first-of-type div a:before {
    display: inline-block
}

.trubrandpagefooter {
    padding: 0
}

.trubrandpagefooter .footer {
    padding-top: 1rem;
    border-top: none
}

@media (min-width:696px) {
    .trubrandpagefooter .footer {
        padding-top: 6.25rem
    }
}

@media (max-width:991.98px) {
    .trubrandpagefooter .footer .footer__container {
        max-width: 100%
    }
}

.trubrandpagefooter .footer .footer__container sup {
    font-size: 9pt;
    top: -9px
}

.trubrandpagefooter .footer .footer__container .footerWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.trubrandpagefooter .footer .footer__container .footerWrapper .footer__logo {
    margin-bottom: 1rem
}

.trubrandpagefooter .footer .footer__container .footerWrapper .footer__logo .cmp-image {
    margin: 0;
    width: 50px;
    height: 50px
}

.trubrandpagefooter .footer .footer__container .footerWrapper .IFGText p {
    font-size: 1.5625rem;
    line-height: 1.5625rem;
    font-weight: 600;
    font-family: Intro, Helvetica, Arial, sans-serif
}

.trubrandpagefooter .footer .footer__container .footerWrapper .ConnectText {
    margin-top: 3rem
}

.trubrandpagefooter .footer .footer__container .footerWrapper .ConnectText p {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.125rem
}

.trubrandpagefooter .footer .footer__container .footerWrapper .footer__social-icons .cmp-genericlist {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.trubrandpagefooter .footer .footer__container .footerWrapper .footer__social-icons .cmp-genericlist .cmp-genericlist__item {
    margin-left: 0;
    margin-right: 2.5rem
}

.trubrandpagefooter .footer .footer__container .footerWrapper .footer__social-icons .cmp-genericlist .cmp-genericlist__item:last-child {
    margin-top: 1rem
}

.trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-mobile {
    margin-bottom: 1rem
}

.trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-mobile .footer__accordion-item .footer__accordion-button .cmp-title {
    padding-left: 15px
}

.trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-mobile .footer__accordion-item .footer__accordion-button .cmp-title h3 {
    display: inline-block
}

.trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-mobile .footer__accordion-item .footer__accordion-button .cmp-title:after {
    content: "";
    background-repeat: no-repeat;
    padding: 1rem;
    float: right
}

.trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-mobile .footer__accordion-item .footer__accordion-button.active {
    border-bottom: none
}

.trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-mobile .footer__accordion-item .footer__accordion-collapse .cmp-list {
    margin-left: 15px
}

.trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-mobile .footer__accordion-item .footer__accordion-collapse .cmp-list .cmp-list__item {
    margin-bottom: 22px
}

.trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-mobile .footer__accordion-item:after {
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    margin-top: -1rem;
    border-bottom: 1px solid #ccdbe3
}

.trubrandpagefooter .footer .footer__bottom {
    margin-top: 3rem;
    font-family: Roboto, sans-serif
}

.trubrandpagefooter .footer .footer__bottom .footer__cnt-terms {
    padding: 10px 0;
    border-top: 1px solid #ccdbe3
}

.trubrandpagefooter .footer .footer__bottom .footer__cnt-terms .footer__terms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.trubrandpagefooter .footer .footer__bottom .footer__cnt-terms .footer__terms .footWrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.trubrandpagefooter .footer .footer__bottom .footer__cnt-terms .footer__terms .footWrap .title {
    font-weight: 300;
    color: #000
}

.trubrandpagefooter .footer .footer__bottom .footer__cnt-terms .footer__terms .footWrap img {
    max-width: 30px;
    width: 100%
}

.trubrandpagefooter .footer .footer__bottom .footer__cnt-terms .footer__terms .cmp-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
}

.cmp-teaserlist__item .trubrandpagefooter .footer .footer__bottom .footer__cnt-terms .footer__terms .cmp-list .cmp-list__item .cmp-list__item-link.pageteaser__content__link,
.trubrandpagefooter .footer .footer__bottom .footer__cnt-terms .footer__terms .cmp-list .cmp-list__item .cmp-teaserlist__item .cmp-list__item-link.pageteaser__content__link,
.trubrandpagefooter .footer .footer__bottom .footer__cnt-terms .footer__terms .cmp-list .cmp-list__item a.cmp-list__item-link {
    margin-right: 7px
}

.cmp-teaserlist__item .trubrandpagefooter .footer .footer__bottom .footer__cnt-terms .footer__terms .cmp-list .cmp-list__item .cmp-list__item-link.pageteaser__content__link .cmp-list__item-title,
.trubrandpagefooter .footer .footer__bottom .footer__cnt-terms .footer__terms .cmp-list .cmp-list__item .cmp-teaserlist__item .cmp-list__item-link.pageteaser__content__link .cmp-list__item-title,
.trubrandpagefooter .footer .footer__bottom .footer__cnt-terms .footer__terms .cmp-list .cmp-list__item a.cmp-list__item-link .cmp-list__item-title {
    color: #000;
    line-height: 1.1875rem;
    font-weight: 300
}

.cmp-teaserlist__item .trubrandpagefooter .footer .footer__bottom .footer__cnt-terms .footer__terms .cmp-list .cmp-list__item .cmp-list__item-link.pageteaser__content__link:after,
.trubrandpagefooter .footer .footer__bottom .footer__cnt-terms .footer__terms .cmp-list .cmp-list__item .cmp-teaserlist__item .cmp-list__item-link.pageteaser__content__link:after,
.trubrandpagefooter .footer .footer__bottom .footer__cnt-terms .footer__terms .cmp-list .cmp-list__item a.cmp-list__item-link:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    border-radius: 5px;
    margin-left: 3px;
    background-color: #000;
    position: relative;
    top: -3px
}

@media (max-width:767px) {

    .cmp-teaserlist__item .trubrandpagefooter .footer .footer__bottom .footer__cnt-terms .footer__terms .cmp-list .cmp-list__item:last-of-type .cmp-list__item-link.pageteaser__content__link:after,
    .trubrandpagefooter .footer .footer__bottom .footer__cnt-terms .footer__terms .cmp-list .cmp-list__item:last-of-type .cmp-teaserlist__item .cmp-list__item-link.pageteaser__content__link:after,
    .trubrandpagefooter .footer .footer__bottom .footer__cnt-terms .footer__terms .cmp-list .cmp-list__item:last-of-type a.cmp-list__item-link:after {
        display: none
    }
}

.cmp-teaserlist__item .trubrandpagefooter .footer .footer__bottom .footer__cnt-terms .footer__terms .cmp-list:last-child .cmp-list__item:last-child .cmp-list__item-link.pageteaser__content__link:after,
.trubrandpagefooter .footer .footer__bottom .footer__cnt-terms .footer__terms .cmp-list:last-child .cmp-list__item:last-child .cmp-teaserlist__item .cmp-list__item-link.pageteaser__content__link:after,
.trubrandpagefooter .footer .footer__bottom .footer__cnt-terms .footer__terms .cmp-list:last-child .cmp-list__item:last-child a.cmp-list__item-link:after {
    display: none
}

.trubrandpagefooter .footer .footer__bottom .footer__cnt-terms .footer__terms .truste_caIcon_display {
    display: inline-block !important;
    margin-top: 1.625rem
}

@media (min-width:576px) {
    .trubrandpagefooter .footer .footer__bottom .footer__cnt-terms .footer__terms .truste_caIcon_display {
        width: auto;
        height: auto
    }
}

@media (min-width:1200px) {
    .trubrandpagefooter .footer .footer__bottom .footer__cnt-terms .footer__terms .truste_caIcon_display {
        margin-top: 0
    }
}

.cmp-teaserlist__item .trubrandpagefooter .footer .footer__bottom .footer__cnt-terms .footer__terms .truste_caIcon_display .pageteaser__content__link,
.trubrandpagefooter .footer .footer__bottom .footer__cnt-terms .footer__terms .truste_caIcon_display .cmp-teaserlist__item .pageteaser__content__link,
.trubrandpagefooter .footer .footer__bottom .footer__cnt-terms .footer__terms .truste_caIcon_display a {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: .75rem;
    color: #000
}

.trubrandpagefooter .footer .footer__bottom .footer__copyright {
    background-color: #004364;
    padding: 7px 0;
    margin-top: 0
}

.trubrandpagefooter .footer .footer__bottom .footer__copyright .cmp-text__paragraph {
    text-align: left;
    color: #fff;
    margin-top: .3rem;
    margin-bottom: .3rem
}

.trubrandpagefooter .footer .footer__bottom .footer__copyright .cmp-text__paragraph p {
    margin: 0;
    font-size: .75rem;
    line-height: 1.1875rem
}

@media (min-width:696px) {
    .trubrandpagefooter {
        padding: 0
    }

    .trubrandpagefooter .footer .footer__container .footerWrapper .IFGText p {
        line-height: 2rem
    }

    .trubrandpagefooter .footer .footer__container .footerWrapper .ConnectText {
        margin-top: 1rem
    }

    .trubrandpagefooter .footer .footer__container .footerWrapper .footer__social-icons .cmp-genericlist .cmp-genericlist__item {
        margin-right: 1.5rem;
        width: 1.5rem;
        height: 1.5rem
    }

    .trubrandpagefooter .footer .footer__container .footerWrapper .footer__social-icons .cmp-genericlist .cmp-genericlist__item:last-child {
        margin-top: 1rem
    }

    .trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-mobile {
        display: block
    }

    .trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-mobile .footer__accordion-item .footer__accordion-button {
        border-bottom: none
    }

    .trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-mobile .footer__accordion-item .footer__accordion-button .cmp-title {
        padding-left: 0
    }

    .trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-mobile .footer__accordion-item .footer__accordion-button .cmp-title h3.cmp-title__text {
        font-size: 1.125rem;
        line-height: 1.5rem
    }

    .trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-mobile .footer__accordion-item .footer__accordion-collapse .cmp-list {
        margin-left: 0
    }

    .cmp-teaserlist__item .trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-mobile .footer__accordion-item .footer__accordion-collapse .cmp-list .cmp-list__item .cmp-list__item-link.pageteaser__content__link,
    .trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-mobile .footer__accordion-item .footer__accordion-collapse .cmp-list .cmp-list__item .cmp-teaserlist__item .cmp-list__item-link.pageteaser__content__link,
    .trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-mobile .footer__accordion-item .footer__accordion-collapse .cmp-list .cmp-list__item a.cmp-list__item-link {
        font-weight: 400
    }

    .trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-desktop {
        display: none
    }

    .trubrandpagefooter .footer .footer__bottom .footer__cnt-terms .footer__terms {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .trubrandpagefooter .footer .footer__bottom .footer__cnt-terms .footer__terms .footWrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:992px) {
    .trubrandpagefooter .footer .footer__container .footerWrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .trubrandpagefooter .footer .footer__container .footerWrapper .IFGText p {
        font-size: 20px
    }

    .trubrandpagefooter .footer .footer__container .footerWrapper .ConnectText {
        margin-top: 8.125rem
    }

    .trubrandpagefooter .footer .footer__container .footerWrapper .cmp-text__paragraph h2 {
        letter-spacing: 1px;
        margin-bottom: 5rem
    }

    .trubrandpagefooter .footer .footer__container .footerWrapper .cmp-text__paragraph p {
        margin-bottom: 0
    }

    .trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-mobile {
        display: none
    }

    .trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-desktop {
        border-right: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-desktop .footer__accordion-item .footer__accordion-button {
        border-bottom: none;
        margin-bottom: 0
    }

    .trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-desktop .footer__accordion-item .footer__accordion-button .cmp-title .cmp-title__text {
        font-family: Roboto, sans-serif;
        font-weight: 700;
        font-size: .875rem;
        line-height: 1.125rem
    }

    .trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-desktop .footer__accordion-item .footer__accordion-collapse article {
        line-height: 1pc
    }

    .trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-desktop .footer__accordion-item .footer__accordion-collapse .cmp-list__item {
        margin-bottom: 22px
    }

    .trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-desktop .footer__accordion-item .footer__accordion-collapse .cmp-list__item-link {
        font-family: Roboto, sans-serif;
        font-weight: 300;
        font-size: .875rem;
        line-height: 1.125rem
    }

    .cmp-teaserlist__item .trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-desktop .footer__accordion-item .cmp-text p .exploreAllLink.pageteaser__content__link,
    .trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-desktop .footer__accordion-item .cmp-text p .cmp-teaserlist__item .exploreAllLink.pageteaser__content__link,
    .trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-desktop .footer__accordion-item .cmp-text p a.exploreAllLink {
        color: #000;
        font-family: Roboto, sans-serif;
        font-weight: 700;
        font-size: .875rem;
        line-height: 1.0625rem
    }

    .cmp-teaserlist__item .trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-desktop .footer__accordion-item .cmp-text p .exploreAllLink.pageteaser__content__link span,
    .trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-desktop .footer__accordion-item .cmp-text p .cmp-teaserlist__item .exploreAllLink.pageteaser__content__link span,
    .trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-desktop .footer__accordion-item .cmp-text p a.exploreAllLink span {
        margin-left: 8px
    }

    .trubrandpagefooter .footer .footer__container .footerWrapper .footer__social-icons .cmp-genericlist {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .trubrandpagefooter .footer .footer__container .footerWrapper .footer__social-icons .cmp-genericlist .cmp-genericlist__item {
        margin: .75rem .75rem .75rem 0
    }

    .trubrandpagefooter .footer .footer__container .footerWrapper .footer__social-icons .cmp-genericlist .cmp-genericlist__item:last-child {
        margin-top: 1rem
    }

    .trubrandpagefooter .footer .footer__container .footerWrapper .footer__social-icons .cmp-genericlist .cmp-genericlist__item .socialicon .cmp-icon .cmp-icon__link .cmp-icon__container {
        width: 1.2rem;
        height: auto
    }
}

@media (min-width:1200px) {
    .trubrandpagefooter .footer .footer__container {
        padding: 0
    }

    .trubrandpagefooter .footer .footer__container .footerWrapper .IFGText p {
        font-size: 25px
    }

    .trubrandpagefooter .footer .footer__bottom .footer__copyright .cmp-text__paragraph {
        padding-left: 24px
    }
}

@media (max-width:695.98px) {
    .footer__terms.container {
        padding: 0 15px
    }
}

@media (max-height:850px) and (min-width:1200px) {
    .trubrandconsumerpage .trubrandpagefooter .footer {
        padding-top: 15px
    }

    .trubrandconsumerpage .trubrandpagefooter .footer .footer__bottom {
        margin-top: 0
    }

    .trubrandconsumerpage .trubrandpagefooter .footer .footer__container .footerWrapper .footer__accordion-desktop .footer__accordion-item .footer__accordion-collapse .cmp-list__item {
        margin-bottom: 15px
    }
}

.gtppageheader.simpleTrubrandHeader,
.trubrandbusinesspageheader.simpleTrubrandHeader {
    height: 40px
}

.cmp-teaserlist__item .gtppageheader.simpleTrubrandHeader header.trubrandpageheader .nav-main .site-nav__cmp .site-nav__item--login .login-link.pageteaser__content__link,
.cmp-teaserlist__item .trubrandbusinesspageheader.simpleTrubrandHeader header.trubrandpageheader .nav-main .site-nav__cmp .site-nav__item--login .login-link.pageteaser__content__link,
.gtppageheader.simpleTrubrandHeader header.trubrandpageheader .nav-main .site-nav__cmp .site-nav__item--login .cmp-teaserlist__item .login-link.pageteaser__content__link,
.gtppageheader.simpleTrubrandHeader header.trubrandpageheader .nav-main .site-nav__cmp .site-nav__item--login a.login-link,
.gtppageheader.simpleTrubrandHeader header.trubrandpageheader nav.nav-top,
.trubrandbusinesspageheader.simpleTrubrandHeader header.trubrandpageheader .nav-main .site-nav__cmp .site-nav__item--login .cmp-teaserlist__item .login-link.pageteaser__content__link,
.trubrandbusinesspageheader.simpleTrubrandHeader header.trubrandpageheader .nav-main .site-nav__cmp .site-nav__item--login a.login-link,
.trubrandbusinesspageheader.simpleTrubrandHeader header.trubrandpageheader nav.nav-top {
    display: none
}

.gtppageheader.simpleTrubrandHeader header.trubrandpageheader .nav-main .site-nav__cmp .site-nav__panel .site-nav-panel__column .site-nav__text .site-nav__desc,
.trubrandbusinesspageheader.simpleTrubrandHeader header.trubrandpageheader .nav-main .site-nav__cmp .site-nav__panel .site-nav-panel__column .site-nav__text .site-nav__desc {
    display: block
}

@media (min-width:1200px) {
    .trubrandbusinesspageheader.simpleTrubrandHeader {
        height: 5pc
    }
}

.apimarketplaceconsumerpageheader header {
    height: 8.1pc
}

.apimarketplaceconsumerpageheader header .country-selector {
    display: none
}

@media (max-width:991px) {
    .apimarketplaceconsumerpageheader header .user-opt-ways .util-link {
        margin: 0
    }

    .apimarketplaceconsumerpageheader header .user-opt-ways .util-link .cmp-link__link {
        text-transform: capitalize;
        text-decoration: underline
    }

    .apimarketplaceconsumerpageheader header .user-opt-ways .util-link:first-of-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .apimarketplaceconsumerpageheader header .user-opt-ways .util-link:first-of-type:after {
        content: "or";
        margin: 0 20px;
        color: #707070;
        text-transform: lowercase
    }

    .apimarketplaceconsumerpageheader header .user-opt-ways .util-link:first-of-type .cmp-link__link {
        margin: 0
    }
}

.apimarketplaceconsumerpageheader header .logo-util-links .util-link .cmp-link__link {
    font-size: 14px;
    text-transform: capitalize
}

.apimarketplaceconsumerpageheader header .logo-util-links .util-link .cmp-link__link:hover {
    border: 0
}

.apimarketplaceconsumerpageheader header .user-opt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:991px) {
    .apimarketplaceconsumerpageheader header .user-opt {
        display: none
    }
}

.apimarketplaceconsumerpageheader header .user-opt .util-link .cmp-link__link {
    text-decoration: underline
}

.apimarketplaceconsumerpageheader header .user-opt .util-link:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.apimarketplaceconsumerpageheader header .user-opt .util-link:first-of-type:after {
    content: "or";
    margin: 0 10px;
    color: #707070
}

.apimarketplaceconsumerpageheader header .user-opt .util-link:first-of-type .cmp-link__link {
    margin: 0
}

.apimarketplaceconsumerpageheader header.small-style .pageheader-container .logo-util-links .logo-util-links_logo {
    padding: inherit
}

.apimarketplaceconsumerpageheader header.small-style .pageheader-container .logo-util-links .right-side-links {
    opacity: 1
}

@media (max-width:991px) {
    .apimarketplaceconsumerpageheader header {
        height: 4pc
    }

    .apimarketplaceconsumerpageheader header .user-option {
        padding: 20px .9375rem;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd
    }

    .apimarketplaceconsumerpageheader header .user-option .user-opt-ways,
    .apimarketplaceconsumerpageheader header ul {
        margin: 0
    }
}

@media (max-width:991px) {
    .apimarketplaceconsumerpageheader header .pageheader-container .nav-hamburger-menu .linkcalltoaction {
        margin: 0;
        border: 0
    }
}

.apimarketplaceconsumerpageheader header .pageheader-container .logo-util-links_logo {
    margin: 0
}

.apimarketplaceconsumerpageheader header .pageheader-container .logo-util-links_logo .cmp-logo .logo-link {
    display: block
}

.apimarketplaceconsumerpageheader header .pageheader-container .logo-util-links_logo .cmp-logo .logo-link img {
    height: auto
}

@media (max-width:991px) {
    .apimarketplaceconsumerpageheader header .pageheader-container .logo-util-links_logo .cmp-logo .logo-link img {
        height: 50px
    }
}

.apimarketplaceconsumerpageheader header .pageheader-container .desktop-site-nav {
    left: auto;
    margin: 0 30px 0 21.025rem
}

.apimarketplaceconsumerpageheader header .pageheader-container .desktop-site-nav .site-nav__panel__right-content {
    display: none
}

.apimarketplaceconsumerpageheader header .pageheader-container .desktop-site-nav .site-nav__link.active+.site-nav__panel {
    top: auto
}

.apimarketplaceconsumerpageheader header .pageheader-container .desktop-site-nav .site-nav__link.active+.site-nav__panel .site-nav__column__item {
    width: 100%
}

.apimarketplaceconsumerpageheader header .pageheader-container .logo-util-links .right-side-links {
    margin: 0 15px 0 0
}

.apimarketplaceconsumerpageheader header .pageheader-container .logo-util-links .right-side-links .util-link .cmp-teaserlist__item .pageteaser__content__link,
.apimarketplaceconsumerpageheader header .pageheader-container .logo-util-links .right-side-links .util-link a,
.cmp-teaserlist__item .apimarketplaceconsumerpageheader header .pageheader-container .logo-util-links .right-side-links .util-link .pageteaser__content__link {
    font-weight: 600;
    text-decoration: underline
}

.apimarketplaceconsumerpageheader header .pageheader-container .logo-util-links .right-side-links .divider {
    margin: 0 10px;
    color: #707070
}

.apimarketplaceconsumerpageheader header .pageheader-container .logo-util-links .right-side-links p {
    font-size: 14px;
    margin: 0 10px 0 0;
    color: #707070
}

.apimarketplaceconsumerpageheader header .site-nav__cmp {
    width: 100%
}

.apimarketplaceconsumerpageheader header .right-corner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.apimarketplaceconsumerpageheader header .right-corner .cta {
    margin: 10px 0 0
}

.apimarketplaceconsumerpageheader header .right-corner .util-link.search {
    border-radius: 50%;
    background: #ccc;
    padding: 0;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0 0 20px
}

@media (max-width:1200px) {
    .apimarketplaceconsumerpageheader .customer-indication-desk {
        display: none
    }

    .apimarketplaceconsumerpageheader .customer-indication-mob {
        font-size: 14px
    }
}

.apimarketplacepagefooter .connect_with_us p {
    font-size: 1.125rem;
    min-height: 2.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.apimarketplacepagefooter .footer__accordion-desktop {
    border-right: none
}

.apimarketplacepagefooter .footer__accordion-desktop .footer__accordion-item .footer__accordion-button {
    border-bottom: none
}

.apimarketplacepagefooter .showbar {
    border: 1px solid #ddd;
    margin: 20px 0
}

.footer__copyright .cmp-text__paragraph {
    width: 100%
}

.apimarketplacepagefooter .footer__container .cmp-list__item-link .cmp-list__item-title {
    text-transform: capitalize
}

@media only screen and (max-width:600px) {
    .showbar {
        display: none
    }
}

.tupagesectionwithbackgroundcolor.ss-circle-accent {
    position: relative;
    overflow: hidden
}

.tupagesectionwithbackgroundcolor.ss-circle-accent:before {
    background-color: #e6f6fa;
    content: "";
    position: absolute;
    right: 0;
    height: 13rem;
    width: 20rem;
    border-radius: 5rem 5rem 0 0;
    z-index: -1;
    overflow: hidden;
    -webkit-transform: rotate(270deg) translateY(-65px) translateX(230px);
    transform: rotate(270deg) translateY(-65px) translateX(230px);
    -webkit-transform-origin: right;
    transform-origin: right;
    border-radius: 10rem 10rem 0 0
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 {
    background-color: #494949;
    --darkbg-textcolor: #fff
}

.cmp-teaser .tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .pageteaser__content__title,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .cmp-teaser .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .cmp-teaserlist__item .pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .cmp-teaserlist__item .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 a,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 button,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 h1,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 h2,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 h3,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 h4,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 li,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 p,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 ul {
    color: var(--darkbg-textcolor)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .ss-buttonstyle-secondary button.mktoButton[type=submit],
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .ss-buttonstyle-secondary .btn,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-1 .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--darkbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 {
    background-color: #707070;
    --darkbg-textcolor: #fff
}

.cmp-teaser .tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .pageteaser__content__title,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .cmp-teaser .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .cmp-teaserlist__item .pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .cmp-teaserlist__item .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 a,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 button,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 h1,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 h2,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 h3,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 h4,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 li,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 p,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 ul {
    color: var(--darkbg-textcolor)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .ss-buttonstyle-secondary button.mktoButton[type=submit],
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .ss-buttonstyle-secondary .btn,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-gray-2 .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--darkbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 {
    background-color: #a9a9a9;
    --darkbg-textcolor: #fff
}

.cmp-teaser .tupagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .pageteaser__content__title,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .cmp-teaser .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .cmp-teaserlist__item .pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .cmp-teaserlist__item .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 a,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 button,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 h1,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 h2,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 h3,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 h4,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 li,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 p,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 ul {
    color: var(--darkbg-textcolor)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .tupagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .ss-buttonstyle-secondary button.mktoButton[type=submit],
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .ss-buttonstyle-secondary .btn,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-1 .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--darkbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-mid-gray-2 {
    background-color: #ddd
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-gray-1 {
    background-color: #eee
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-gray-2 {
    background-color: #f5f5f5
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-green {
    background-color: #00552a;
    --darkbg-textcolor: #fff
}

.cmp-teaser .tupagesectionwithbackgroundcolor.ss-backgroundcolor-green .pageteaser__content__title,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-green .pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-green .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-green .cmp-teaser .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-green .cmp-teaserlist__item .pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-green .cmp-teaserlist__item .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-green a,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-green button,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-green h1,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-green h2,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-green h3,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-green h4,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-green li,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-green p,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-green ul {
    color: var(--darkbg-textcolor)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .tupagesectionwithbackgroundcolor.ss-backgroundcolor-green .ss-buttonstyle-secondary button.mktoButton[type=submit],
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-green .ss-buttonstyle-secondary .btn,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-green .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-green .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-green .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-green .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-green .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-green .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-green .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-green .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-green .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--darkbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-green {
    background-color: #a9d161;
    --darkbg-textcolor: #fff
}

.cmp-teaser .tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .pageteaser__content__title,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .cmp-teaser .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .cmp-teaserlist__item .pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .cmp-teaserlist__item .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-green a,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-green button,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-green h1,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-green h2,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-green h3,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-green h4,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-green li,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-green p,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-green ul {
    color: var(--darkbg-textcolor)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .ss-buttonstyle-secondary button.mktoButton[type=submit],
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .ss-buttonstyle-secondary .btn,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-light-green .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--darkbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-blue {
    background-color: #00a6ca;
    --lightbg-textcolor: #000
}

.cmp-teaser .tupagesectionwithbackgroundcolor.ss-backgroundcolor-blue .pageteaser__content__title,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-blue .pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-blue .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-blue .cmp-teaser .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-blue .cmp-teaserlist__item .pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-blue .cmp-teaserlist__item .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-blue a,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-blue button,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-blue h1,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-blue h2,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-blue h3,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-blue h4,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-blue li,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-blue p,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-blue ul {
    color: var(--lightbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-blue .cmp-breadcrumb__list {
    background-color: #e6edf1
}

.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-blue .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--lightbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue {
    background-color: #005365;
    --darkbg-textcolor: #fff
}

.cmp-teaser .tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .pageteaser__content__title,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .cmp-teaser .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .cmp-teaserlist__item .pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .cmp-teaserlist__item .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue a,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue button,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue h1,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue h2,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue h3,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue h4,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue li,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue p,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue ul {
    color: var(--darkbg-textcolor)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .ss-buttonstyle-secondary button.mktoButton[type=submit],
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .ss-buttonstyle-secondary .btn,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--darkbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue {
    background-color: #004364;
    --darkbg-textcolor: #fff
}

.cmp-teaser .tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .pageteaser__content__title,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .cmp-teaser .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue a,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue button,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue h1,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue h2,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue h3,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue h4,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue li,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue p,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue ul {
    color: var(--darkbg-textcolor)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .ss-buttonstyle-secondary button.mktoButton[type=submit],
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .ss-buttonstyle-secondary .btn,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--darkbg-textcolor)
}

.cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap .tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue button.pageteaser__content__link.mktoButton[type=submit],
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .btn.pageteaser__content__link,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue button.pageteaser__content__link.mktoButton[type=submit],
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .btn.pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.pageteaser__content__link.mktoButton[type=submit],
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item button.pageteaser__content__link.mktoButton[type=submit],
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue a.btn {
    color: #000 !important
}

.cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap .tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue button.pageteaser__content__link.mktoButton:hover[type=submit],
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .btn.pageteaser__content__link:hover,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue button.pageteaser__content__link.mktoButton:hover[type=submit],
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .btn.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.pageteaser__content__link.mktoButton:hover[type=submit],
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue .embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item button.pageteaser__content__link.mktoButton:hover[type=submit],
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-trubrand-dark-blue a.btn:hover {
    background: #e6f6fa
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-yellow {
    background-color: #fcd800;
    --darkbg-textcolor: #fff
}

.cmp-teaser .tupagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .pageteaser__content__title,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .cmp-teaser .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .cmp-teaserlist__item .pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .cmp-teaserlist__item .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-yellow a,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-yellow button,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-yellow h1,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-yellow h2,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-yellow h3,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-yellow h4,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-yellow li,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-yellow p,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-yellow ul {
    color: var(--darkbg-textcolor)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .tupagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .ss-buttonstyle-secondary button.mktoButton[type=submit],
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .ss-buttonstyle-secondary .btn,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-yellow .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--darkbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-white {
    background-color: #fff
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-red {
    background-color: #b50000;
    --darkbg-textcolor: #fff
}

.cmp-teaser .tupagesectionwithbackgroundcolor.ss-backgroundcolor-red .pageteaser__content__title,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-red .pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-red .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-red .cmp-teaser .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-red .cmp-teaserlist__item .pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-red .cmp-teaserlist__item .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-red a,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-red button,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-red h1,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-red h2,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-red h3,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-red h4,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-red li,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-red p,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-red ul {
    color: var(--darkbg-textcolor)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .tupagesectionwithbackgroundcolor.ss-backgroundcolor-red .ss-buttonstyle-secondary button.mktoButton[type=submit],
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-red .ss-buttonstyle-secondary .btn,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-red .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-red .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-red .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-red .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-red .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-red .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-red .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-red .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-red .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--darkbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-black {
    background-color: #000;
    --darkbg-textcolor: #fff
}

.cmp-teaser .tupagesectionwithbackgroundcolor.ss-backgroundcolor-black .pageteaser__content__title,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-black .pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-black .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-black .cmp-teaser .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-black .cmp-teaserlist__item .pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-black .cmp-teaserlist__item .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-black a,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-black button,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-black h1,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-black h2,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-black h3,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-black h4,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-black li,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-black p,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-black ul {
    color: var(--darkbg-textcolor)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .tupagesectionwithbackgroundcolor.ss-backgroundcolor-black .ss-buttonstyle-secondary button.mktoButton[type=submit],
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-black .ss-buttonstyle-secondary .btn,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-black .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-black .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-black .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-black .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-black .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-black .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-black .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-black .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-black .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--darkbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-orange {
    background-color: #f26e00;
    --darkbg-textcolor: #fff
}

.cmp-teaser .tupagesectionwithbackgroundcolor.ss-backgroundcolor-orange .pageteaser__content__title,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-orange .pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-orange .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-orange .cmp-teaser .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-orange .cmp-teaserlist__item .pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-orange .cmp-teaserlist__item .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-orange a,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-orange button,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-orange h1,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-orange h2,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-orange h3,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-orange h4,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-orange li,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-orange p,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-orange ul {
    color: var(--darkbg-textcolor)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .tupagesectionwithbackgroundcolor.ss-backgroundcolor-orange .ss-buttonstyle-secondary button.mktoButton[type=submit],
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-orange .ss-buttonstyle-secondary .btn,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-orange .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-backgroundcolor-orange .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-orange .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-backgroundcolor-orange .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-orange .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-orange .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-orange .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-orange .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.tupagesectionwithbackgroundcolor.ss-backgroundcolor-orange .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--darkbg-textcolor)
}

.featuredhero .tupagesectionwithbackgroundcolor.ss-sectiontype-banner>.cmp-featuredhero>div,
.gallery .tupagesectionwithbackgroundcolor.ss-sectiontype-banner>.cmp-contentgallery>div,
.tupagesectionwithbackgroundcolor.ss-sectiontype-banner>.cmp-pagesection>div {
    border-left: .5rem solid #fff;
    padding-left: 1.5rem
}

.tupagesectionwithbackgroundcolor.ss-text-color-white * {
    --darkbg-textcolor: #fff
}

.cmp-teaser .tupagesectionwithbackgroundcolor.ss-text-color-white * .pageteaser__content__title,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-text-color-white * .pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-text-color-white * .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-text-color-white * .cmp-teaser .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-text-color-white * .cmp-teaserlist__item .pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-text-color-white * .cmp-teaserlist__item .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-text-color-white * a,
.tupagesectionwithbackgroundcolor.ss-text-color-white * button,
.tupagesectionwithbackgroundcolor.ss-text-color-white * h1,
.tupagesectionwithbackgroundcolor.ss-text-color-white * h2,
.tupagesectionwithbackgroundcolor.ss-text-color-white * h3,
.tupagesectionwithbackgroundcolor.ss-text-color-white * h4,
.tupagesectionwithbackgroundcolor.ss-text-color-white * li,
.tupagesectionwithbackgroundcolor.ss-text-color-white * p,
.tupagesectionwithbackgroundcolor.ss-text-color-white * ul {
    color: var(--darkbg-textcolor)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .tupagesectionwithbackgroundcolor.ss-text-color-white * .ss-buttonstyle-secondary button.mktoButton[type=submit],
.tupagesectionwithbackgroundcolor.ss-text-color-white * .ss-buttonstyle-secondary .btn,
.tupagesectionwithbackgroundcolor.ss-text-color-white * .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-text-color-white * .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-text-color-white * .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-text-color-white * .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-text-color-white * .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.tupagesectionwithbackgroundcolor.ss-text-color-white * .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-text-color-white * .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-text-color-white * .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.tupagesectionwithbackgroundcolor.ss-text-color-white * .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--darkbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-text-color-black * {
    --lightbg-textcolor: #000
}

.cmp-teaser .tupagesectionwithbackgroundcolor.ss-text-color-black * .pageteaser__content__title,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-text-color-black * .pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-text-color-black * .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-text-color-black * .cmp-teaser .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-text-color-black * .cmp-teaserlist__item .pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-text-color-black * .cmp-teaserlist__item .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-text-color-black * a,
.tupagesectionwithbackgroundcolor.ss-text-color-black * button,
.tupagesectionwithbackgroundcolor.ss-text-color-black * h1,
.tupagesectionwithbackgroundcolor.ss-text-color-black * h2,
.tupagesectionwithbackgroundcolor.ss-text-color-black * h3,
.tupagesectionwithbackgroundcolor.ss-text-color-black * h4,
.tupagesectionwithbackgroundcolor.ss-text-color-black * li,
.tupagesectionwithbackgroundcolor.ss-text-color-black * p,
.tupagesectionwithbackgroundcolor.ss-text-color-black * ul {
    color: var(--lightbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-text-color-black * .cmp-breadcrumb__list {
    background-color: #e6edf1
}

.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-text-color-black * .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-text-color-black * .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-text-color-black * .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.tupagesectionwithbackgroundcolor.ss-text-color-black * .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-text-color-black * .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-text-color-black * .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.tupagesectionwithbackgroundcolor.ss-text-color-black * .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--lightbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-full-width>.container {
    max-width: 100%;
    padding: 0
}

.tupagesectionwithbackgroundcolor.ss-full-width .title {
    padding-left: 15px
}

@media (min-width:696px) {
    .tupagesectionwithbackgroundcolor.ss-full-width .title {
        padding-left: 0
    }
}

.tupagesectionwithbackgroundcolor.ss-contrast-light * {
    --lightbg-textcolor: #000
}

.cmp-teaser .tupagesectionwithbackgroundcolor.ss-contrast-light * .pageteaser__content__title,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-contrast-light * .pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-contrast-light * .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-contrast-light * .cmp-teaser .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-contrast-light * .cmp-teaserlist__item .pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-contrast-light * .cmp-teaserlist__item .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-contrast-light * a,
.tupagesectionwithbackgroundcolor.ss-contrast-light * button,
.tupagesectionwithbackgroundcolor.ss-contrast-light * h1,
.tupagesectionwithbackgroundcolor.ss-contrast-light * h2,
.tupagesectionwithbackgroundcolor.ss-contrast-light * h3,
.tupagesectionwithbackgroundcolor.ss-contrast-light * h4,
.tupagesectionwithbackgroundcolor.ss-contrast-light * li,
.tupagesectionwithbackgroundcolor.ss-contrast-light * p,
.tupagesectionwithbackgroundcolor.ss-contrast-light * ul {
    color: var(--lightbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-contrast-light * .cmp-breadcrumb__list {
    background-color: #e6edf1
}

.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-contrast-light * .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-contrast-light * .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-contrast-light * .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.tupagesectionwithbackgroundcolor.ss-contrast-light * .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-contrast-light * .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-contrast-light * .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.tupagesectionwithbackgroundcolor.ss-contrast-light * .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--lightbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-contrast-dark * {
    --darkbg-textcolor: #fff
}

.cmp-teaser .tupagesectionwithbackgroundcolor.ss-contrast-dark * .pageteaser__content__title,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-contrast-dark * .pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-contrast-dark * .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-contrast-dark * .cmp-teaser .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-contrast-dark * .cmp-teaserlist__item .pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-contrast-dark * .cmp-teaserlist__item .pageteaser__content__title,
.tupagesectionwithbackgroundcolor.ss-contrast-dark * a,
.tupagesectionwithbackgroundcolor.ss-contrast-dark * button,
.tupagesectionwithbackgroundcolor.ss-contrast-dark * h1,
.tupagesectionwithbackgroundcolor.ss-contrast-dark * h2,
.tupagesectionwithbackgroundcolor.ss-contrast-dark * h3,
.tupagesectionwithbackgroundcolor.ss-contrast-dark * h4,
.tupagesectionwithbackgroundcolor.ss-contrast-dark * li,
.tupagesectionwithbackgroundcolor.ss-contrast-dark * p,
.tupagesectionwithbackgroundcolor.ss-contrast-dark * ul {
    color: var(--darkbg-textcolor)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .tupagesectionwithbackgroundcolor.ss-contrast-dark * .ss-buttonstyle-secondary button.mktoButton[type=submit],
.tupagesectionwithbackgroundcolor.ss-contrast-dark * .ss-buttonstyle-secondary .btn,
.tupagesectionwithbackgroundcolor.ss-contrast-dark * .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.tupagesectionwithbackgroundcolor.ss-contrast-dark * .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-contrast-dark * .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .tupagesectionwithbackgroundcolor.ss-contrast-dark * .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-contrast-dark * .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.tupagesectionwithbackgroundcolor.ss-contrast-dark * .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.tupagesectionwithbackgroundcolor.ss-contrast-dark * .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.tupagesectionwithbackgroundcolor.ss-contrast-dark * .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.tupagesectionwithbackgroundcolor.ss-contrast-dark * .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--darkbg-textcolor)
}

.heading.ss-heading-icon-location h2:before {
    content: url(clientlib-trubrand/resources/images/location-searching.svg);
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    margin-right: .5rem
}

@media (min-width:992px) {
    .heading.ss-heading-icon-location h2:before {
        margin-right: 1rem
    }
}

.cmp-teaser .heading.ss-headingposition-stacked .pageteaser__content__title,
.cmp-teaserlist__item .heading.ss-headingposition-stacked .pageteaser__content__title,
.heading.ss-headingposition-stacked .cmp-teaser .pageteaser__content__title,
.heading.ss-headingposition-stacked .cmp-teaserlist__item .pageteaser__content__title,
.heading.ss-headingposition-stacked h1,
.heading.ss-headingposition-stacked h2,
.heading.ss-headingposition-stacked h3,
.heading.ss-headingposition-stacked h4,
.heading.ss-headingposition-stacked h5 {
    margin-bottom: .5rem
}

.cmp-teaser .heading.ss-headingdesign-underline-purple .pageteaser__content__title,
.cmp-teaserlist__item .heading.ss-headingdesign-underline-purple .pageteaser__content__title,
.heading.ss-headingdesign-underline-purple .cmp-teaser .pageteaser__content__title,
.heading.ss-headingdesign-underline-purple .cmp-teaserlist__item .pageteaser__content__title,
.heading.ss-headingdesign-underline-purple h1,
.heading.ss-headingdesign-underline-purple h2,
.heading.ss-headingdesign-underline-purple h3,
.heading.ss-headingdesign-underline-purple h4,
.heading.ss-headingdesign-underline-purple h5 {
    border-bottom: .0625rem solid #6f42c1;
    padding-bottom: .5rem
}

@media (min-width:992px) {

    .cmp-teaser .heading.ss-headingdesign-underline-purple .pageteaser__content__title,
    .cmp-teaserlist__item .heading.ss-headingdesign-underline-purple .pageteaser__content__title,
    .heading.ss-headingdesign-underline-purple .cmp-teaser .pageteaser__content__title,
    .heading.ss-headingdesign-underline-purple .cmp-teaserlist__item .pageteaser__content__title,
    .heading.ss-headingdesign-underline-purple h1,
    .heading.ss-headingdesign-underline-purple h2,
    .heading.ss-headingdesign-underline-purple h3,
    .heading.ss-headingdesign-underline-purple h4,
    .heading.ss-headingdesign-underline-purple h5 {
        padding-bottom: 2.5rem;
        border-bottom-width: .25rem
    }
}

.cmp-teaser .heading.ss-headingweight-light .pageteaser__content__title,
.cmp-teaserlist__item .heading.ss-headingweight-light .pageteaser__content__title,
.heading.ss-headingweight-light .cmp-teaser .pageteaser__content__title,
.heading.ss-headingweight-light .cmp-teaserlist__item .pageteaser__content__title,
.heading.ss-headingweight-light h1,
.heading.ss-headingweight-light h2,
.heading.ss-headingweight-light h3,
.heading.ss-headingweight-light h4,
.heading.ss-headingweight-light h5,
.heading.ss-headingweight-light h6 {
    font-weight: 300
}

.aem-Grid>div:last-child>h2.cmp-heading,
.aem-Grid>div:last-child>h3.cmp-heading,
.aem-Grid>div:last-child>h4.cmp-heading,
.aem-Grid>div:last-child>h5.cmp-heading,
.aem-Grid>div:last-child>h6.cmp-heading,
.cmp-container>div:last-child>h2.cmp-heading,
.cmp-container>div:last-child>h3.cmp-heading,
.cmp-container>div:last-child>h4.cmp-heading,
.cmp-container>div:last-child>h5.cmp-heading,
.cmp-container>div:last-child>h6.cmp-heading,
.cmp-teaser .aem-Grid>div:last-child>.cmp-heading.pageteaser__content__title,
.cmp-teaser .cmp-container>div:last-child>.cmp-heading.pageteaser__content__title,
.cmp-teaserlist__item .aem-Grid>div:last-child>.cmp-heading.pageteaser__content__title,
.cmp-teaserlist__item .cmp-container>div:last-child>.cmp-heading.pageteaser__content__title {
    margin-bottom: 0
}

.threecircleimage .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.threecircleimage .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .circleContainer {
    position: relative;
    width: 100%;
    height: 330px
}

.threecircleimage .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .circleContainer .circleimage {
    border-radius: 500px;
    overflow: hidden;
    margin: 0 auto;
    position: relative
}

.threecircleimage .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .circleContainer .circleimage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center
}

.threecircleimage .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .circleContainer .circleimage1 {
    width: 100%
}

.threecircleimage .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .circleContainer .circleimage2,
.threecircleimage .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .circleContainer .circleimage3,
.threecircleimage .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .circleContainer .iconimage {
    display: none
}

.threecircleimage .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .textContainer .text {
    margin-bottom: 1.5rem
}

.threecircleimage .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .textContainer .text.ss-statLargeText {
    margin-bottom: .5rem
}

.threecircleimage .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .textContainer .text.ss-statLargeText p {
    margin-bottom: 0
}

@media (min-width:696px) {
    .threecircleimage .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .threecircleimage .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .circleContainer {
        height: 370px
    }

    .threecircleimage .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .circleContainer .circleimage,
    .threecircleimage .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .circleContainer .circleimage img {
        position: absolute
    }

    .threecircleimage .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .circleContainer .circleimage1 {
        width: 230px;
        height: 230px;
        right: 0
    }

    .threecircleimage .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .circleContainer .circleimage2 {
        display: block;
        top: 200px;
        left: 0;
        width: 161px;
        height: 161px
    }

    .threecircleimage .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .circleContainer .circleimage3 {
        display: block;
        top: 250px;
        right: 50px;
        width: 90pt;
        height: 90pt
    }

    .threecircleimage .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .textContainer .text {
        margin-bottom: 2rem
    }

    .threecircleimage.threecircleimagewithicon .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .circleContainer {
        height: 391px
    }

    .threecircleimage.threecircleimagewithicon .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .circleContainer .circleimage1 {
        width: 207px;
        height: 207px
    }

    .threecircleimage.threecircleimagewithicon .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .circleContainer .circleimage2 {
        width: 158px;
        height: 158px;
        top: 190px
    }

    .threecircleimage.threecircleimagewithicon .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .circleContainer .circleimage3 {
        top: 300px;
        right: 75px;
        width: 90px;
        height: 90px
    }

    .threecircleimage.threecircleimagewithicon .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .circleContainer .iconimage {
        display: block;
        width: 35px;
        height: 35px;
        right: 114px;
        top: 220px
    }
}

@media (min-width:1200px) {
    .threecircleimage .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .circleContainer {
        height: 537px
    }

    .threecircleimage .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .circleContainer .circleimage1 {
        width: 22.375rem;
        height: 22.375rem
    }

    .threecircleimage .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .circleContainer .circleimage2 {
        top: 265px;
        width: 17.0625rem;
        height: 17.0625rem
    }

    .threecircleimage .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .circleContainer .circleimage3 {
        top: 375px;
        right: 125px;
        width: 9.75rem;
        height: 9.75rem
    }

    .threecircleimage .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .textContainer .text {
        margin-bottom: 4rem
    }

    .threecircleimage.threecircleimagewithicon .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .circleContainer {
        height: 680px
    }

    .threecircleimage.threecircleimagewithicon .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .circleContainer .circleimage1 {
        width: 22.375rem;
        height: 22.375rem
    }

    .threecircleimage.threecircleimagewithicon .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .circleContainer .circleimage2 {
        top: 330px;
        width: 17.0625rem;
        height: 17.0625rem
    }

    .threecircleimage.threecircleimagewithicon .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .circleContainer .circleimage3 {
        right: 125px;
        top: 520px;
        width: 9.75rem;
        height: 9.75rem
    }

    .threecircleimage.threecircleimagewithicon .cmp-threecircleimage__wrapper .cmp-threecircleimage__container .cmp-threecircleimage__wrapper1 .circleContainer .iconimage {
        width: 3.75rem;
        height: 3.75rem;
        right: 200px;
        top: 378px
    }
}

.bannerimagecta .cmp-bannerimagecta__image {
    height: 21.875rem
}

.bannerimagecta .cmp-bannerimagecta__content {
    padding: 50px 1pc 2pc
}

.bannerimagecta .cmp-bannerimagecta .cmp-link,
.bannerimagecta .cmp-bannerimagecta .cmp-text,
.bannerimagecta .cmp-bannerimagecta .cmp-title {
    text-align: center
}

.bannerimagecta .cmp-bannerimagecta .image {
    margin-bottom: 0
}

.bannerimagecta .cmp-bannerimagecta .cmp-image {
    width: 12.5rem;
    margin: auto
}

.bannerimagecta.ss-hide-breadcrumb .breadcrumb,
.bannerimagecta.ss-hide-breadcrumb .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype,
.carousel.ss-carousel-hero-banner .cmp-carousel .bannerimagecta.ss-hide-breadcrumb .tu-pageteaser__content__contenttype {
    display: none
}

.bannerimagecta.tss-backgroundcolor-dark-blue {
    background-color: #005365;
    --darkbg-textcolor: #fff
}

.bannerimagecta.tss-backgroundcolor-dark-blue .cmp-teaser .pageteaser__content__title,
.bannerimagecta.tss-backgroundcolor-dark-blue .cmp-teaserlist__item .pageteaser__content__link,
.bannerimagecta.tss-backgroundcolor-dark-blue .cmp-teaserlist__item .pageteaser__content__title,
.bannerimagecta.tss-backgroundcolor-dark-blue a,
.bannerimagecta.tss-backgroundcolor-dark-blue button,
.bannerimagecta.tss-backgroundcolor-dark-blue h1,
.bannerimagecta.tss-backgroundcolor-dark-blue h2,
.bannerimagecta.tss-backgroundcolor-dark-blue h3,
.bannerimagecta.tss-backgroundcolor-dark-blue h4,
.bannerimagecta.tss-backgroundcolor-dark-blue li,
.bannerimagecta.tss-backgroundcolor-dark-blue p,
.bannerimagecta.tss-backgroundcolor-dark-blue ul,
.cmp-teaser .bannerimagecta.tss-backgroundcolor-dark-blue .pageteaser__content__title,
.cmp-teaserlist__item .bannerimagecta.tss-backgroundcolor-dark-blue .pageteaser__content__link,
.cmp-teaserlist__item .bannerimagecta.tss-backgroundcolor-dark-blue .pageteaser__content__title {
    color: var(--darkbg-textcolor)
}

.bannerimagecta.tss-backgroundcolor-dark-blue .ss-buttonstyle-secondary .btn,
.bannerimagecta.tss-backgroundcolor-dark-blue .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .bannerimagecta.tss-backgroundcolor-dark-blue .ss-buttonstyle-secondary button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.bannerimagecta.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.bannerimagecta.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.bannerimagecta.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.bannerimagecta.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.bannerimagecta.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.bannerimagecta.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.cmp-teaserlist__item .bannerimagecta.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .bannerimagecta.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover {
    color: var(--darkbg-textcolor)
}

.bannerimagecta.tss-backgroundcolor-gray {
    background-color: #ddd;
    --lightbg-textcolor: #000
}

.bannerimagecta.tss-backgroundcolor-gray .cmp-teaser .pageteaser__content__title,
.bannerimagecta.tss-backgroundcolor-gray .cmp-teaserlist__item .pageteaser__content__link,
.bannerimagecta.tss-backgroundcolor-gray .cmp-teaserlist__item .pageteaser__content__title,
.bannerimagecta.tss-backgroundcolor-gray a,
.bannerimagecta.tss-backgroundcolor-gray button,
.bannerimagecta.tss-backgroundcolor-gray h1,
.bannerimagecta.tss-backgroundcolor-gray h2,
.bannerimagecta.tss-backgroundcolor-gray h3,
.bannerimagecta.tss-backgroundcolor-gray h4,
.bannerimagecta.tss-backgroundcolor-gray li,
.bannerimagecta.tss-backgroundcolor-gray p,
.bannerimagecta.tss-backgroundcolor-gray ul,
.cmp-teaser .bannerimagecta.tss-backgroundcolor-gray .pageteaser__content__title,
.cmp-teaserlist__item .bannerimagecta.tss-backgroundcolor-gray .pageteaser__content__link,
.cmp-teaserlist__item .bannerimagecta.tss-backgroundcolor-gray .pageteaser__content__title {
    color: var(--lightbg-textcolor)
}

.bannerimagecta.tss-backgroundcolor-gray .cmp-breadcrumb__list {
    background-color: #e6edf1
}

.bannerimagecta.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.bannerimagecta.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.bannerimagecta.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.bannerimagecta.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.bannerimagecta.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.cmp-teaserlist__item .bannerimagecta.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .bannerimagecta.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover {
    color: var(--lightbg-textcolor)
}

.bannerimagecta.tss-backgroundcolor-white {
    background-color: #fff;
    --lightbg-textcolor: #000
}

.bannerimagecta.tss-backgroundcolor-white .cmp-teaser .pageteaser__content__title,
.bannerimagecta.tss-backgroundcolor-white .cmp-teaserlist__item .pageteaser__content__link,
.bannerimagecta.tss-backgroundcolor-white .cmp-teaserlist__item .pageteaser__content__title,
.bannerimagecta.tss-backgroundcolor-white a,
.bannerimagecta.tss-backgroundcolor-white button,
.bannerimagecta.tss-backgroundcolor-white h1,
.bannerimagecta.tss-backgroundcolor-white h2,
.bannerimagecta.tss-backgroundcolor-white h3,
.bannerimagecta.tss-backgroundcolor-white h4,
.bannerimagecta.tss-backgroundcolor-white li,
.bannerimagecta.tss-backgroundcolor-white p,
.bannerimagecta.tss-backgroundcolor-white ul,
.cmp-teaser .bannerimagecta.tss-backgroundcolor-white .pageteaser__content__title,
.cmp-teaserlist__item .bannerimagecta.tss-backgroundcolor-white .pageteaser__content__link,
.cmp-teaserlist__item .bannerimagecta.tss-backgroundcolor-white .pageteaser__content__title {
    color: var(--lightbg-textcolor)
}

.bannerimagecta.tss-backgroundcolor-white .cmp-breadcrumb__list {
    background-color: #e6edf1
}

.bannerimagecta.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.bannerimagecta.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.bannerimagecta.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.bannerimagecta.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.bannerimagecta.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.cmp-teaserlist__item .bannerimagecta.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .bannerimagecta.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover {
    color: var(--lightbg-textcolor)
}

.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue {
    background-color: #004364;
    --darkbg-textcolor: #fff
}

.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue .cmp-teaser .pageteaser__content__title,
.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .pageteaser__content__link,
.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .pageteaser__content__title,
.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue a,
.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue button,
.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue h1,
.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue h2,
.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue h3,
.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue h4,
.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue li,
.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue p,
.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue ul,
.cmp-teaser .bannerimagecta.tss-backgroundcolor-trubrand-dark-blue .pageteaser__content__title,
.cmp-teaserlist__item .bannerimagecta.tss-backgroundcolor-trubrand-dark-blue .pageteaser__content__link,
.cmp-teaserlist__item .bannerimagecta.tss-backgroundcolor-trubrand-dark-blue .pageteaser__content__title {
    color: var(--darkbg-textcolor)
}

.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue .ss-buttonstyle-secondary .btn,
.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .bannerimagecta.tss-backgroundcolor-trubrand-dark-blue .ss-buttonstyle-secondary button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.cmp-teaserlist__item .bannerimagecta.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .bannerimagecta.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover {
    color: var(--darkbg-textcolor)
}

.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .btn.pageteaser__content__link,
.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.pageteaser__content__link.mktoButton[type=submit],
.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue .embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item button.pageteaser__content__link.mktoButton[type=submit],
.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue a.btn,
.cmp-teaserlist__item .bannerimagecta.tss-backgroundcolor-trubrand-dark-blue .btn.pageteaser__content__link,
.cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap .bannerimagecta.tss-backgroundcolor-trubrand-dark-blue button.pageteaser__content__link.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item .bannerimagecta.tss-backgroundcolor-trubrand-dark-blue button.pageteaser__content__link.mktoButton[type=submit] {
    color: #000
}

.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .btn.pageteaser__content__link:hover,
.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.pageteaser__content__link.mktoButton:hover[type=submit],
.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue .embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item button.pageteaser__content__link.mktoButton:hover[type=submit],
.bannerimagecta.tss-backgroundcolor-trubrand-dark-blue a.btn:hover,
.cmp-teaserlist__item .bannerimagecta.tss-backgroundcolor-trubrand-dark-blue .btn.pageteaser__content__link:hover,
.cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap .bannerimagecta.tss-backgroundcolor-trubrand-dark-blue button.pageteaser__content__link.mktoButton:hover[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item .bannerimagecta.tss-backgroundcolor-trubrand-dark-blue button.pageteaser__content__link.mktoButton:hover[type=submit] {
    background: #e6f6fa
}

.bannerimagecta.tss-backgroundcolor-trubrand-light-gray {
    background-color: #f7f9fa;
    --lightbg-textcolor: #000
}

.bannerimagecta.tss-backgroundcolor-trubrand-light-gray .cmp-teaser .pageteaser__content__title,
.bannerimagecta.tss-backgroundcolor-trubrand-light-gray .cmp-teaserlist__item .pageteaser__content__link,
.bannerimagecta.tss-backgroundcolor-trubrand-light-gray .cmp-teaserlist__item .pageteaser__content__title,
.bannerimagecta.tss-backgroundcolor-trubrand-light-gray a,
.bannerimagecta.tss-backgroundcolor-trubrand-light-gray button,
.bannerimagecta.tss-backgroundcolor-trubrand-light-gray h1,
.bannerimagecta.tss-backgroundcolor-trubrand-light-gray h2,
.bannerimagecta.tss-backgroundcolor-trubrand-light-gray h3,
.bannerimagecta.tss-backgroundcolor-trubrand-light-gray h4,
.bannerimagecta.tss-backgroundcolor-trubrand-light-gray li,
.bannerimagecta.tss-backgroundcolor-trubrand-light-gray p,
.bannerimagecta.tss-backgroundcolor-trubrand-light-gray ul,
.cmp-teaser .bannerimagecta.tss-backgroundcolor-trubrand-light-gray .pageteaser__content__title,
.cmp-teaserlist__item .bannerimagecta.tss-backgroundcolor-trubrand-light-gray .pageteaser__content__link,
.cmp-teaserlist__item .bannerimagecta.tss-backgroundcolor-trubrand-light-gray .pageteaser__content__title {
    color: var(--lightbg-textcolor)
}

.bannerimagecta.tss-backgroundcolor-trubrand-light-gray .cmp-breadcrumb__list {
    background-color: #e6edf1
}

.bannerimagecta.tss-backgroundcolor-trubrand-light-gray .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.bannerimagecta.tss-backgroundcolor-trubrand-light-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.bannerimagecta.tss-backgroundcolor-trubrand-light-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.bannerimagecta.tss-backgroundcolor-trubrand-light-gray .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.bannerimagecta.tss-backgroundcolor-trubrand-light-gray .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.cmp-teaserlist__item .bannerimagecta.tss-backgroundcolor-trubrand-light-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .bannerimagecta.tss-backgroundcolor-trubrand-light-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover {
    color: var(--lightbg-textcolor)
}

.bannerimagecta.tss-backgroundcolor-trubrand-blue-tint-5 {
    background-color: #f7f9fa;
    --lightbg-textcolor: #000
}

.bannerimagecta.tss-backgroundcolor-trubrand-blue-tint-5 .cmp-teaser .pageteaser__content__title,
.bannerimagecta.tss-backgroundcolor-trubrand-blue-tint-5 .cmp-teaserlist__item .pageteaser__content__link,
.bannerimagecta.tss-backgroundcolor-trubrand-blue-tint-5 .cmp-teaserlist__item .pageteaser__content__title,
.bannerimagecta.tss-backgroundcolor-trubrand-blue-tint-5 a,
.bannerimagecta.tss-backgroundcolor-trubrand-blue-tint-5 button,
.bannerimagecta.tss-backgroundcolor-trubrand-blue-tint-5 h1,
.bannerimagecta.tss-backgroundcolor-trubrand-blue-tint-5 h2,
.bannerimagecta.tss-backgroundcolor-trubrand-blue-tint-5 h3,
.bannerimagecta.tss-backgroundcolor-trubrand-blue-tint-5 h4,
.bannerimagecta.tss-backgroundcolor-trubrand-blue-tint-5 li,
.bannerimagecta.tss-backgroundcolor-trubrand-blue-tint-5 p,
.bannerimagecta.tss-backgroundcolor-trubrand-blue-tint-5 ul,
.cmp-teaser .bannerimagecta.tss-backgroundcolor-trubrand-blue-tint-5 .pageteaser__content__title,
.cmp-teaserlist__item .bannerimagecta.tss-backgroundcolor-trubrand-blue-tint-5 .pageteaser__content__link,
.cmp-teaserlist__item .bannerimagecta.tss-backgroundcolor-trubrand-blue-tint-5 .pageteaser__content__title {
    color: var(--lightbg-textcolor)
}

.bannerimagecta.tss-backgroundcolor-trubrand-blue-tint-5 .cmp-breadcrumb__list {
    background-color: #e6edf1
}

.bannerimagecta.tss-backgroundcolor-trubrand-blue-tint-5 .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.bannerimagecta.tss-backgroundcolor-trubrand-blue-tint-5 .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.bannerimagecta.tss-backgroundcolor-trubrand-blue-tint-5 .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.bannerimagecta.tss-backgroundcolor-trubrand-blue-tint-5 .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.bannerimagecta.tss-backgroundcolor-trubrand-blue-tint-5 .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.cmp-teaserlist__item .bannerimagecta.tss-backgroundcolor-trubrand-blue-tint-5 .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .bannerimagecta.tss-backgroundcolor-trubrand-blue-tint-5 .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover {
    color: var(--lightbg-textcolor)
}

.bannerimagecta .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container {
    position: relative
}

.bannerimagecta.img-style-ctaSingleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 {
    min-height: 430px
}

.bannerimagecta.img-style-ctaSingleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content {
    z-index: 1
}

.bannerimagecta.img-style-ctaSingleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .brandNameWrapper {
    height: 42px;
    margin-bottom: .9375rem
}

.bannerimagecta.img-style-ctaSingleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .brandNameWrapper img {
    height: 100%
}

.bannerimagecta.img-style-ctaSingleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .brandNameWrapper:has(img[src="/content/dam/transunion/trubrand/word-marks/TruContact-Neustar-wht.svg"]) {
    height: 58px
}

.bannerimagecta.img-style-ctaSingleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block {
    position: absolute;
    z-index: 0
}

.bannerimagecta.img-style-ctaSingleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper {
    border-radius: 500px;
    position: absolute;
    top: -44px;
    right: -30px;
    overflow: hidden
}

.bannerimagecta.img-style-ctaSingleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper .cmp-image {
    width: 178px;
    height: 178px
}

.bannerimagecta.img-style-ctaSingleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper .cmp-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.bannerimagecta.img-style-ctaSingleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .iconImageWrapper,
.bannerimagecta.img-style-ctaSingleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .smallImageWrapper {
    display: none
}

.bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 {
    min-height: 275px
}

.bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .breadcrumb,
.bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype,
.carousel.ss-carousel-hero-banner .cmp-carousel .bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .tu-pageteaser__content__contenttype {
    margin-bottom: 1rem
}

.bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .breadcrumb .cmp-breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item span,
.bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item span,
.carousel.ss-carousel-hero-banner .cmp-carousel .bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .tu-pageteaser__content__contenttype .cmp-breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item span {
    font-size: 9pt;
    font-weight: 600
}

.bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .brandName {
    display: none
}

.bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .text {
    margin-bottom: 1.5rem;
    margin-top: 1rem
}

.bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .linkcalltoaction {
    margin-bottom: 3rem
}

.bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block {
    margin-top: 2.5rem;
    padding: 0
}

.bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper {
    height: 370px;
    width: 100%;
    -webkit-clip-path: ellipse(80% 70% at 52% 70%);
    clip-path: ellipse(80% 70% at 52% 70%)
}

.bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper .cmp-image {
    height: 100%
}

.bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper .cmp-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .smallImageWrapper {
    display: none
}

.bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .iconImageWrapper {
    position: absolute;
    width: 94px;
    height: 94px;
    top: -20px;
    left: 1rem;
    -webkit-box-shadow: 0 10px 46px 0 rgba(0, 67, 100, .1);
    box-shadow: 0 10px 46px 0 rgba(0, 67, 100, .1);
    background-color: #00a6ca;
    opacity: 0;
    overflow: hidden;
    padding: 24px;
    border-radius: 500px
}

.bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .iconImageWrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .iconImageWrapper:has(img) {
    opacity: 1
}

.bannerimagecta.img-style-threeCircles .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 {
    height: auto
}

.bannerimagecta.img-style-threeCircles .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .brandName {
    display: none
}

.bannerimagecta.img-style-threeCircles .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block {
    height: 344px
}

.bannerimagecta.img-style-threeCircles .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper,
.bannerimagecta.img-style-threeCircles .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .iconImageWrapper,
.bannerimagecta.img-style-threeCircles .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .smallImageWrapper {
    border-radius: 500px;
    position: absolute;
    overflow: hidden
}

.bannerimagecta.img-style-threeCircles .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper .cmp-image,
.bannerimagecta.img-style-threeCircles .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .iconImageWrapper .cmp-image,
.bannerimagecta.img-style-threeCircles .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .smallImageWrapper .cmp-image {
    height: 100%
}

.bannerimagecta.img-style-threeCircles .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper .cmp-image img,
.bannerimagecta.img-style-threeCircles .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .iconImageWrapper .cmp-image img,
.bannerimagecta.img-style-threeCircles .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .smallImageWrapper .cmp-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center
}

.bannerimagecta.img-style-threeCircles .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper {
    width: 295px;
    height: 295px;
    right: 1rem
}

.bannerimagecta.img-style-threeCircles .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .smallImageWrapper {
    width: 85px;
    height: 85px;
    left: 1rem;
    bottom: 0
}

.bannerimagecta.img-style-threeCircles .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .iconImageWrapper {
    width: 43px;
    height: 43px;
    left: 1rem
}

.bannerimagecta.img-style-fullCircle .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 {
    height: auto
}

.bannerimagecta.img-style-fullCircle .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .iconImageWrapper,
.bannerimagecta.img-style-fullCircle .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .smallImageWrapper,
.bannerimagecta.img-style-fullCircle .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .brandName {
    display: none
}

.bannerimagecta.img-style-fullCircle .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper {
    border-radius: 500px;
    overflow: hidden;
    width: 263px;
    height: 263px;
    left: 1rem
}

.bannerimagecta.img-style-fullCircle .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center
}

@media (min-width:696px) {
    .bannerimagecta.img-style-ctaSingleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 {
        min-height: 430px
    }

    .bannerimagecta.img-style-ctaSingleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content {
        padding-top: 70px
    }

    .bannerimagecta.img-style-ctaSingleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block {
        position: relative
    }

    .bannerimagecta.img-style-ctaSingleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper {
        top: -110px;
        right: auto
    }

    .bannerimagecta.img-style-ctaSingleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper .cmp-image {
        width: 442px;
        height: 442px
    }

    .bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 {
        min-height: 454px
    }

    .bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content {
        padding-top: 75px
    }

    .bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block {
        margin-top: 0;
        overflow-y: clip
    }

    .bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper {
        position: absolute;
        overflow: hidden;
        height: 900px;
        width: 900px;
        top: -210px;
        border-radius: 500px;
        -webkit-clip-path: none;
        clip-path: none
    }

    .bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .iconImageWrapper {
        width: 70px;
        height: 70px;
        padding: 20px;
        top: 30px;
        left: 0
    }

    .bannerimagecta.img-style-threeCircles .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1,
    .bannerimagecta.img-style-threeCircles .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content {
        padding-top: 50px
    }

    .bannerimagecta.img-style-threeCircles .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block {
        height: 360px
    }

    .bannerimagecta.img-style-threeCircles .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper {
        width: 308px;
        height: 308px;
        right: 0
    }

    .bannerimagecta.img-style-threeCircles .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .smallImageWrapper {
        width: 89px;
        height: 89px;
        left: 0
    }

    .bannerimagecta.img-style-threeCircles .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .iconImageWrapper {
        width: 45px;
        height: 45px;
        left: 0;
        top: 2rem
    }

    .bannerimagecta.img-style-fullCircle .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 {
        padding-top: 5pc
    }

    .bannerimagecta.img-style-fullCircle .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block {
        height: 277px
    }

    .bannerimagecta.img-style-fullCircle .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper {
        width: 277px;
        height: 277px;
        right: 0;
        position: absolute;
        left: unset
    }
}

@media (min-width:1200px) {
    .bannerimagecta {
        overflow-x: hidden
    }

    .bannerimagecta.img-style-ctaSingleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 {
        min-height: 574px
    }

    .bannerimagecta.img-style-ctaSingleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content {
        padding-top: 150px
    }

    .bannerimagecta.img-style-ctaSingleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .brandNameWrapper {
        height: 54px;
        margin-bottom: .9375rem
    }

    .bannerimagecta.img-style-ctaSingleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .brandNameWrapper:has(img[src="/content/dam/transunion/trubrand/word-marks/TruContact-Neustar-wht.svg"]) {
        height: 75px
    }

    .bannerimagecta.img-style-ctaSingleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper {
        top: -150px
    }

    .bannerimagecta.img-style-ctaSingleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper .cmp-image {
        width: 724px;
        height: 724px
    }

    .bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 {
        min-height: 645px
    }

    .bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content {
        padding-top: 150px
    }

    .bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .breadcrumb,
    .bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype,
    .carousel.ss-carousel-hero-banner .cmp-carousel .bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .tu-pageteaser__content__contenttype {
        margin-bottom: 1.5rem
    }

    .bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .text {
        margin-bottom: 2rem
    }

    .bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block {
        margin-top: 0
    }

    .bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper {
        height: 750pt;
        width: 750pt;
        top: -190px
    }

    .bannerimagecta.img-style-halfCircleIcon .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .iconImageWrapper {
        width: 90pt;
        height: 90pt;
        padding: 33px;
        top: 60px
    }

    .bannerimagecta.img-style-threeCircles .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 {
        padding-top: 70px
    }

    .bannerimagecta.img-style-threeCircles .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content {
        padding-top: 75pt
    }

    .bannerimagecta.img-style-threeCircles .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block {
        height: 510px
    }

    .bannerimagecta.img-style-threeCircles .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper {
        width: 437px;
        height: 437px
    }

    .bannerimagecta.img-style-threeCircles .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .smallImageWrapper {
        width: 126px;
        height: 126px
    }

    .bannerimagecta.img-style-threeCircles .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .iconImageWrapper {
        width: 63px;
        height: 63px
    }

    .bannerimagecta.img-style-fullCircle .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 {
        height: 570px;
        padding-top: 95px
    }

    .bannerimagecta.img-style-fullCircle .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content {
        padding-top: 75px
    }

    .bannerimagecta.img-style-fullCircle .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper {
        width: 475px;
        height: 475px
    }
}

.bannerimagecta.adj-ctbanner .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 {
    min-height: 275px
}

.bannerimagecta.adj-ctbanner .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .breadcrumb,
.bannerimagecta.adj-ctbanner .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype,
.carousel.ss-carousel-hero-banner .cmp-carousel .bannerimagecta.adj-ctbanner .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .tu-pageteaser__content__contenttype {
    margin-bottom: 1rem
}

.bannerimagecta.adj-ctbanner .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .breadcrumb .cmp-breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item span,
.bannerimagecta.adj-ctbanner .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item span,
.carousel.ss-carousel-hero-banner .cmp-carousel .bannerimagecta.adj-ctbanner .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .tu-pageteaser__content__contenttype .cmp-breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item span {
    font-size: 9pt;
    font-weight: 600
}

.bannerimagecta.adj-ctbanner .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .brandName {
    display: none
}

.bannerimagecta.adj-ctbanner .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .text {
    margin-bottom: 1.5rem;
    margin-top: 1rem
}

.bannerimagecta.adj-ctbanner .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .linkcalltoaction {
    margin-bottom: 3rem
}

.bannerimagecta.adj-ctbanner .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block {
    margin-top: 2.5rem;
    padding: 0
}

.bannerimagecta.adj-ctbanner .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper {
    height: 370px;
    width: 100%;
    -webkit-clip-path: ellipse(80% 70% at 52% 70%);
    clip-path: ellipse(80% 70% at 52% 70%)
}

.bannerimagecta.adj-ctbanner .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper .cmp-image {
    height: 100%
}

.bannerimagecta.adj-ctbanner .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper .cmp-image img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center
}

.bannerimagecta.adj-ctbanner .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .smallImageWrapper {
    display: none
}

.bannerimagecta.adj-ctbanner .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .iconImageWrapper {
    position: absolute;
    width: 94px;
    height: 94px;
    top: -20px;
    left: 1rem;
    -webkit-box-shadow: 0 10px 46px 0 rgba(0, 67, 100, .1);
    box-shadow: 0 10px 46px 0 rgba(0, 67, 100, .1);
    background-color: #00a6ca;
    opacity: 0;
    overflow: hidden;
    padding: 24px;
    border-radius: 500px
}

.bannerimagecta.adj-ctbanner .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .iconImageWrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.bannerimagecta.adj-ctbanner .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .iconImageWrapper:has(img) {
    opacity: 1
}

@media (min-width:696px) {
    .bannerimagecta.adj-ctbanner {
        overflow: hidden
    }
}

@media (min-width:696px) {
    .bannerimagecta.adj-ctbanner .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 {
        min-height: 380px
    }
}

@media (min-width:696px) {
    .bannerimagecta.adj-ctbanner .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content {
        padding: 50px 0;
        -ms-flex-item-align: center;
        align-self: center
    }
}

.bannerimagecta.adj-ctbanner .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__content .linkcalltoaction {
    margin-bottom: 0
}

@media (min-width:696px) {
    .bannerimagecta.adj-ctbanner .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block {
        padding-left: 20px
    }
}

@media (min-width:992px) {
    .bannerimagecta.adj-ctbanner .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block {
        padding-left: 0
    }
}

@media (min-width:696px) {
    .bannerimagecta.adj-ctbanner .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper {
        width: 888px;
        top: -10pc;
        overflow: clip;
        position: absolute;
        border-radius: 500px;
        height: 620px
    }
}

@media (min-width:696px) {
    .bannerimagecta.adj-ctbanner .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper .cmp-image {
        height: 100%
    }
}

.bannerimagecta.adj-ctbanner .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper .cmp-image img {
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:696px) {
    .bannerimagecta.adj-ctbanner .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper .cmp-image img {
        -o-object-position: -130px 94px;
        object-position: -130px 94px
    }
}

@media (min-width:1200px) {
    .bannerimagecta.adj-ctbanner .cmp-bannerimagecta__wrapper .cmp-bannerimagecta__container .cmp-bannerimagecta__wrapper1 .cmp-bannerimagecta__block .bigImageWrapper .cmp-image img {
        -o-object-position: center 94px;
        object-position: center 94px
    }
}

.bannerctacards {
    background-color: #f7f9fa
}

.bannerctacards .cmp-bannerctacards__image {
    height: 21.875rem
}

.bannerctacards .cmp-bannerctacards__content {
    padding: 1rem 1rem 2rem
}

.bannerctacards .cmp-bannerctacards .cmp-link,
.bannerctacards .cmp-bannerctacards .cmp-text,
.bannerctacards .cmp-bannerctacards .cmp-title {
    text-align: center
}

.bannerctacards .cmp-bannerctacards .image {
    margin-bottom: 0
}

.bannerctacards .cmp-bannerctacards .cmp-image {
    width: 12.5rem;
    margin: auto
}

.bannerctacards.tss-backgroundcolor-dark-blue {
    background-color: #005365;
    --darkbg-textcolor: #fff
}

.bannerctacards.tss-backgroundcolor-dark-blue .cmp-teaser .pageteaser__content__title,
.bannerctacards.tss-backgroundcolor-dark-blue .cmp-teaserlist__item .pageteaser__content__link,
.bannerctacards.tss-backgroundcolor-dark-blue .cmp-teaserlist__item .pageteaser__content__title,
.bannerctacards.tss-backgroundcolor-dark-blue a,
.bannerctacards.tss-backgroundcolor-dark-blue button,
.bannerctacards.tss-backgroundcolor-dark-blue h1,
.bannerctacards.tss-backgroundcolor-dark-blue h2,
.bannerctacards.tss-backgroundcolor-dark-blue h3,
.bannerctacards.tss-backgroundcolor-dark-blue h4,
.bannerctacards.tss-backgroundcolor-dark-blue li,
.bannerctacards.tss-backgroundcolor-dark-blue p,
.bannerctacards.tss-backgroundcolor-dark-blue ul,
.cmp-teaser .bannerctacards.tss-backgroundcolor-dark-blue .pageteaser__content__title,
.cmp-teaserlist__item .bannerctacards.tss-backgroundcolor-dark-blue .pageteaser__content__link,
.cmp-teaserlist__item .bannerctacards.tss-backgroundcolor-dark-blue .pageteaser__content__title {
    color: var(--darkbg-textcolor)
}

.bannerctacards.tss-backgroundcolor-dark-blue .ss-buttonstyle-secondary .btn,
.bannerctacards.tss-backgroundcolor-dark-blue .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .bannerctacards.tss-backgroundcolor-dark-blue .ss-buttonstyle-secondary button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.bannerctacards.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.bannerctacards.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.bannerctacards.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.bannerctacards.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.bannerctacards.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.bannerctacards.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.cmp-teaserlist__item .bannerctacards.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .bannerctacards.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover {
    color: var(--darkbg-textcolor)
}

.bannerctacards.tss-backgroundcolor-gray {
    background-color: #ddd;
    --darkbg-textcolor: #fff
}

.bannerctacards.tss-backgroundcolor-gray .cmp-teaser .pageteaser__content__title,
.bannerctacards.tss-backgroundcolor-gray .cmp-teaserlist__item .pageteaser__content__link,
.bannerctacards.tss-backgroundcolor-gray .cmp-teaserlist__item .pageteaser__content__title,
.bannerctacards.tss-backgroundcolor-gray a,
.bannerctacards.tss-backgroundcolor-gray button,
.bannerctacards.tss-backgroundcolor-gray h1,
.bannerctacards.tss-backgroundcolor-gray h2,
.bannerctacards.tss-backgroundcolor-gray h3,
.bannerctacards.tss-backgroundcolor-gray h4,
.bannerctacards.tss-backgroundcolor-gray li,
.bannerctacards.tss-backgroundcolor-gray p,
.bannerctacards.tss-backgroundcolor-gray ul,
.cmp-teaser .bannerctacards.tss-backgroundcolor-gray .pageteaser__content__title,
.cmp-teaserlist__item .bannerctacards.tss-backgroundcolor-gray .pageteaser__content__link,
.cmp-teaserlist__item .bannerctacards.tss-backgroundcolor-gray .pageteaser__content__title {
    color: var(--darkbg-textcolor)
}

.bannerctacards.tss-backgroundcolor-gray .ss-buttonstyle-secondary .btn,
.bannerctacards.tss-backgroundcolor-gray .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .bannerctacards.tss-backgroundcolor-gray .ss-buttonstyle-secondary button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.bannerctacards.tss-backgroundcolor-gray .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.bannerctacards.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.bannerctacards.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.bannerctacards.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.bannerctacards.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.bannerctacards.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.cmp-teaserlist__item .bannerctacards.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .bannerctacards.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover {
    color: var(--darkbg-textcolor)
}

.bannerctacards.tss-backgroundcolor-white {
    background-color: #fff;
    --darkbg-textcolor: #fff
}

.bannerctacards.tss-backgroundcolor-white .cmp-teaser .pageteaser__content__title,
.bannerctacards.tss-backgroundcolor-white .cmp-teaserlist__item .pageteaser__content__link,
.bannerctacards.tss-backgroundcolor-white .cmp-teaserlist__item .pageteaser__content__title,
.bannerctacards.tss-backgroundcolor-white a,
.bannerctacards.tss-backgroundcolor-white button,
.bannerctacards.tss-backgroundcolor-white h1,
.bannerctacards.tss-backgroundcolor-white h2,
.bannerctacards.tss-backgroundcolor-white h3,
.bannerctacards.tss-backgroundcolor-white h4,
.bannerctacards.tss-backgroundcolor-white li,
.bannerctacards.tss-backgroundcolor-white p,
.bannerctacards.tss-backgroundcolor-white ul,
.cmp-teaser .bannerctacards.tss-backgroundcolor-white .pageteaser__content__title,
.cmp-teaserlist__item .bannerctacards.tss-backgroundcolor-white .pageteaser__content__link,
.cmp-teaserlist__item .bannerctacards.tss-backgroundcolor-white .pageteaser__content__title {
    color: var(--darkbg-textcolor)
}

.bannerctacards.tss-backgroundcolor-white .ss-buttonstyle-secondary .btn,
.bannerctacards.tss-backgroundcolor-white .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .bannerctacards.tss-backgroundcolor-white .ss-buttonstyle-secondary button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.bannerctacards.tss-backgroundcolor-white .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.bannerctacards.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.bannerctacards.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.bannerctacards.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.bannerctacards.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.bannerctacards.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.cmp-teaserlist__item .bannerctacards.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .bannerctacards.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover {
    color: var(--darkbg-textcolor)
}

.bannerctacards .cmp-bannerctacards__wrapper {
    overflow: hidden;
    background-size: cover;
    background-position: 50%
}

.bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container {
    position: relative;
    padding-bottom: 321px
}

.bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__wrapper1 .cmp-bannerctacards__content {
    padding-top: 2rem
}

.bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__wrapper1 .cmp-bannerctacards__content .breadcrumb,
.bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__wrapper1 .cmp-bannerctacards__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype,
.carousel.ss-carousel-hero-banner .cmp-carousel .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__wrapper1 .cmp-bannerctacards__content .tu-pageteaser__content__contenttype {
    padding-top: 3rem
}

.bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__wrapper1 .cmp-bannerctacards__block {
    position: absolute;
    bottom: 0
}

.bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__wrapper1 .cmp-bannerctacards__block .bigImageWrapper {
    border-radius: 500px;
    width: 321px;
    height: 321px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    display: block
}

.bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__wrapper1 .cmp-bannerctacards__block .bigImageWrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    -o-object-position: top center;
    object-position: top center
}

.bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards .cmp-bannerctacards__card-item {
    padding: 1rem 1rem 0;
    margin-bottom: 20px;
    height: auto;
    background-color: #fff
}

.bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards .cmp-bannerctacards__card-item:hover {
    border: none
}

.bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards .cmp-bannerctacards__card-item .cmp-bannerctacards__root-link {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px
}

.bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards .cmp-bannerctacards__card-item .cmp-bannerctacards__root-link .cmp-bannerctacards__icon img {
    width: 45px
}

.bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards .cmp-bannerctacards__card-item .cmp-bannerctacards__root-link .cmp-bannerctacards__title {
    padding-bottom: 1.4rem;
    padding-top: 1rem
}

.bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards .cmp-bannerctacards__card-item .cmp-bannerctacards__root-link .cmp-bannerctacards__title span {
    color: #707070;
    text-transform: uppercase;
    font-size: .75rem;
    line-height: .875rem;
    font-weight: 600;
    letter-spacing: 1px
}

.bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards .cmp-bannerctacards__card-item .cmp-bannerctacards__root-link .cmp-bannerctacards__description .cmp-teaser .pageteaser__content__title,
.bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards .cmp-bannerctacards__card-item .cmp-bannerctacards__root-link .cmp-bannerctacards__description .cmp-teaserlist__item .pageteaser__content__title,
.bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards .cmp-bannerctacards__card-item .cmp-bannerctacards__root-link .cmp-bannerctacards__description h4,
.cmp-teaser .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards .cmp-bannerctacards__card-item .cmp-bannerctacards__root-link .cmp-bannerctacards__description .pageteaser__content__title,
.cmp-teaserlist__item .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards .cmp-bannerctacards__card-item .cmp-bannerctacards__root-link .cmp-bannerctacards__description .pageteaser__content__title {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #000
}

@media (max-width:767px) {
    .bannerctacards.phoenixmod-banner .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__wrapper1 .cmp-bannerctacards__content {
        padding: 2rem
    }

    .bannerctacards.phoenixmod-banner .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__wrapper1 .cmp-bannerctacards__content .breadcrumb,
    .bannerctacards.phoenixmod-banner .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__wrapper1 .cmp-bannerctacards__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype,
    .carousel.ss-carousel-hero-banner .cmp-carousel .bannerctacards.phoenixmod-banner .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__wrapper1 .cmp-bannerctacards__content .tu-pageteaser__content__contenttype {
        display: none
    }

    .bannerctacards.phoenixmod-banner .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__wrapper1 .cmp-bannerctacards__block .bigImageWrapper {
        width: 100%;
        height: 267px;
        border-radius: 0
    }

    .bannerctacards.phoenixmod-banner .cmp-bannerctacards__wrapper .cmp-bannerctacards__container {
        padding: 0
    }

    .bannerctacards.phoenixmod-banner .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__wrapper1 .cmp-bannerctacards__block {
        position: relative
    }

    .bannerctacards.phoenix-deskslt .cmp-bannerctacards__wrapper {
        background-image: none !important;
        background-color: #eefcfd
    }

    .bannerctacards.phoenix-deskslt .cmp-bannerctacards__wrapper .cmp-text,
    .bannerctacards.phoenix-deskslt .cmp-bannerctacards__wrapper .cmp-title__text,
    .bannerctacards.phoenix-deskslt .cmp-bannerctacards__wrapper ul li {
        color: #000
    }

    .bannerctacards.phoenix-deskslt .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__wrapper1 .cmp-bannerctacards__block .bigImageWrapper {
        height: 364px;
        padding: 0 20px
    }

    .bannerctacards.phoenix-deskslt .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__wrapper1 .cmp-bannerctacards__block .bigImageWrapper img {
        position: static;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: bottom;
        object-position: bottom
    }

    .bannerctacards.phoenix-deskslt .squarecheckmark.text ul li:before {
        background-image: url(../../../content/dam/transunion/phoenix/checkmark.svg)
    }
}

.bannerctacards.darktheme {
    background-color: #004364
}

.bannerctacards.darktheme .cmp-text,
.bannerctacards.darktheme .cmp-title__text {
    color: #fff
}

.bannerctacards.darktheme .linkcalltoaction .cmp-linkcalltoaction:hover,
.bannerctacards.darktheme .linkcalltoaction .teaserfeature .cmp-teaser__action-container:hover,
.bannerctacards.darktheme .linkcalltoaction .teaserfeature .cmp-teaser__action-link:hover,
.teaserfeature .bannerctacards.darktheme .linkcalltoaction .cmp-teaser__action-container:hover,
.teaserfeature .bannerctacards.darktheme .linkcalltoaction .cmp-teaser__action-link:hover {
    background: #e6f6fa;
    color: #000
}

.bannerctacards.lighttheme {
    background-color: #eefcfd
}

.bannerctacards.lighttheme .cmp-text,
.bannerctacards.lighttheme .cmp-title__text {
    color: #000
}

@media (min-width:696px) {
    .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container {
        padding-bottom: 0
    }

    .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__wrapper1 {
        height: auto
    }

    .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__wrapper1 .cmp-bannerctacards__content {
        padding-right: 0
    }

    .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__wrapper1 .cmp-bannerctacards__content .breadcrumb,
    .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__wrapper1 .cmp-bannerctacards__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype,
    .carousel.ss-carousel-hero-banner .cmp-carousel .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__wrapper1 .cmp-bannerctacards__content .tu-pageteaser__content__contenttype {
        padding-top: 4rem
    }

    .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__wrapper1 .cmp-bannerctacards__block {
        position: relative
    }

    .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__wrapper1 .cmp-bannerctacards__block .bigImageWrapper {
        width: 534px;
        height: 534px;
        top: -70px;
        overflow: hidden
    }

    .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards .cmp-bannerctacards__card-item {
        height: auto;
        padding: 1rem
    }

    .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards .cmp-bannerctacards__card-item .cmp-bannerctacards__root-link {
        row-gap: 0;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards .cmp-bannerctacards__card-item .cmp-bannerctacards__root-link .cmp-bannerctacards__icon {
        padding: .5rem
    }

    .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards .cmp-bannerctacards__card-item .cmp-bannerctacards__root-link .cmp-bannerctacards__icon img {
        width: 40px
    }

    .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards .cmp-bannerctacards__card-item .cmp-bannerctacards__root-link .cmp-bannerctacards__title span {
        font-size: .875rem;
        line-height: .875rem
    }

    .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards .cmp-bannerctacards__card-item .cmp-bannerctacards__root-link .cmp-bannerctacards__description {
        margin-left: 3.4rem;
        margin-top: -1rem
    }

    .bannerctacards.phoenixmod-banner .cmp-bannerctacards__wrapper {
        min-height: 609px
    }

    .bannerctacards.phoenixmod-banner .cmp-bannerctacards__content .text.ss-miniParagraph .cmp-text p {
        font-weight: 400
    }

    .bannerctacards.phoenixmod-banner .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__wrapper1 .cmp-bannerctacards__block .bigImageWrapper {
        width: 43pc;
        height: 45pc;
        top: -20px
    }

    .bannerctacards.phoenixmod-banner .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__wrapper1 .cmp-bannerctacards__block .bigImageWrapper img {
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: left center;
        object-position: left center
    }

    .bannerctacards.phoenix-deskslt .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__wrapper1 .cmp-bannerctacards__block .bigImageWrapper {
        width: auto;
        height: 32pc;
        border-radius: 0;
        text-align: center;
        top: 44px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .bannerctacards.phoenix-deskslt .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__wrapper1 .cmp-bannerctacards__block .bigImageWrapper img {
        width: auto
    }
}

@media (min-width:992px) {
    .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container {
        padding-bottom: 2rem
    }

    .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__wrapper1 .cmp-bannerctacards__content {
        padding-right: 1rem
    }

    .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__wrapper1 .cmp-bannerctacards__block .bigImageWrapper {
        width: 921px;
        height: 921px
    }

    .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards {
        margin-top: -15rem
    }

    .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards .cmp-bannerctacards__card-item .cmp-bannerctacards__root-link {
        text-decoration: none
    }

    .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards .cmp-bannerctacards__card-item .cmp-bannerctacards__root-link .cmp-bannerctacards__icon {
        padding: 1rem
    }

    .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards .cmp-bannerctacards__card-item .cmp-bannerctacards__root-link .cmp-bannerctacards__icon img {
        width: 5pc
    }

    .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards .cmp-bannerctacards__card-item .cmp-bannerctacards__root-link .cmp-bannerctacards__title {
        padding-bottom: 0;
        padding-top: 1rem
    }

    .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards .cmp-bannerctacards__card-item .cmp-bannerctacards__root-link .cmp-bannerctacards__title span {
        font-size: .75rem;
        line-height: .875rem;
        letter-spacing: 1px
    }

    .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards .cmp-bannerctacards__card-item .cmp-bannerctacards__root-link .cmp-bannerctacards__description {
        margin-left: 7rem;
        margin-top: -4rem
    }

    .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards .cmp-bannerctacards__card-item .cmp-bannerctacards__root-link .cmp-bannerctacards__description .cmp-teaser .pageteaser__content__title,
    .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards .cmp-bannerctacards__card-item .cmp-bannerctacards__root-link .cmp-bannerctacards__description .cmp-teaserlist__item .pageteaser__content__title,
    .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards .cmp-bannerctacards__card-item .cmp-bannerctacards__root-link .cmp-bannerctacards__description h4,
    .cmp-teaser .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards .cmp-bannerctacards__card-item .cmp-bannerctacards__root-link .cmp-bannerctacards__description .pageteaser__content__title,
    .cmp-teaserlist__item .bannerctacards .cmp-bannerctacards__wrapper .cmp-bannerctacards__container .cmp-bannerctacards__cards .cmp-bannerctacards__card-item .cmp-bannerctacards__root-link .cmp-bannerctacards__description .pageteaser__content__title {
        font-weight: 600;
        font-size: 1.3125rem;
        line-height: 1.75rem
    }
}

.bannerfullimage .cmp-bannerfullimage__image {
    height: 21.875rem
}

.bannerfullimage .cmp-bannerfullimage .cmp-link,
.bannerfullimage .cmp-bannerfullimage .cmp-text,
.bannerfullimage .cmp-bannerfullimage .cmp-title {
    text-align: center
}

.bannerfullimage .cmp-bannerfullimage .image {
    margin-bottom: 0
}

.bannerfullimage .cmp-bannerfullimage .cmp-image {
    width: 12.5rem;
    margin: auto
}

.bannerfullimage.tss-backgroundcolor-dark-blue {
    background-color: #005365;
    --darkbg-textcolor: #fff
}

.bannerfullimage.tss-backgroundcolor-dark-blue .cmp-teaser .pageteaser__content__title,
.bannerfullimage.tss-backgroundcolor-dark-blue .cmp-teaserlist__item .pageteaser__content__link,
.bannerfullimage.tss-backgroundcolor-dark-blue .cmp-teaserlist__item .pageteaser__content__title,
.bannerfullimage.tss-backgroundcolor-dark-blue a,
.bannerfullimage.tss-backgroundcolor-dark-blue button,
.bannerfullimage.tss-backgroundcolor-dark-blue h1,
.bannerfullimage.tss-backgroundcolor-dark-blue h2,
.bannerfullimage.tss-backgroundcolor-dark-blue h3,
.bannerfullimage.tss-backgroundcolor-dark-blue h4,
.bannerfullimage.tss-backgroundcolor-dark-blue li,
.bannerfullimage.tss-backgroundcolor-dark-blue p,
.bannerfullimage.tss-backgroundcolor-dark-blue ul,
.cmp-teaser .bannerfullimage.tss-backgroundcolor-dark-blue .pageteaser__content__title,
.cmp-teaserlist__item .bannerfullimage.tss-backgroundcolor-dark-blue .pageteaser__content__link,
.cmp-teaserlist__item .bannerfullimage.tss-backgroundcolor-dark-blue .pageteaser__content__title {
    color: var(--darkbg-textcolor)
}

.bannerfullimage.tss-backgroundcolor-dark-blue .ss-buttonstyle-secondary .btn,
.bannerfullimage.tss-backgroundcolor-dark-blue .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .bannerfullimage.tss-backgroundcolor-dark-blue .ss-buttonstyle-secondary button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.bannerfullimage.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.bannerfullimage.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.bannerfullimage.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.bannerfullimage.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.bannerfullimage.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.bannerfullimage.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.cmp-teaserlist__item .bannerfullimage.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .bannerfullimage.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover {
    color: var(--darkbg-textcolor)
}

.bannerfullimage.tss-backgroundcolor-gray {
    background-color: #ddd;
    --darkbg-textcolor: #fff
}

.bannerfullimage.tss-backgroundcolor-gray .cmp-teaser .pageteaser__content__title,
.bannerfullimage.tss-backgroundcolor-gray .cmp-teaserlist__item .pageteaser__content__link,
.bannerfullimage.tss-backgroundcolor-gray .cmp-teaserlist__item .pageteaser__content__title,
.bannerfullimage.tss-backgroundcolor-gray a,
.bannerfullimage.tss-backgroundcolor-gray button,
.bannerfullimage.tss-backgroundcolor-gray h1,
.bannerfullimage.tss-backgroundcolor-gray h2,
.bannerfullimage.tss-backgroundcolor-gray h3,
.bannerfullimage.tss-backgroundcolor-gray h4,
.bannerfullimage.tss-backgroundcolor-gray li,
.bannerfullimage.tss-backgroundcolor-gray p,
.bannerfullimage.tss-backgroundcolor-gray ul,
.cmp-teaser .bannerfullimage.tss-backgroundcolor-gray .pageteaser__content__title,
.cmp-teaserlist__item .bannerfullimage.tss-backgroundcolor-gray .pageteaser__content__link,
.cmp-teaserlist__item .bannerfullimage.tss-backgroundcolor-gray .pageteaser__content__title {
    color: var(--darkbg-textcolor)
}

.bannerfullimage.tss-backgroundcolor-gray .ss-buttonstyle-secondary .btn,
.bannerfullimage.tss-backgroundcolor-gray .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .bannerfullimage.tss-backgroundcolor-gray .ss-buttonstyle-secondary button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.bannerfullimage.tss-backgroundcolor-gray .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.bannerfullimage.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.bannerfullimage.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.bannerfullimage.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.bannerfullimage.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.bannerfullimage.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.cmp-teaserlist__item .bannerfullimage.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .bannerfullimage.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover {
    color: var(--darkbg-textcolor)
}

.bannerfullimage.tss-backgroundcolor-white {
    background-color: #fff;
    --darkbg-textcolor: #fff
}

.bannerfullimage.tss-backgroundcolor-white .cmp-teaser .pageteaser__content__title,
.bannerfullimage.tss-backgroundcolor-white .cmp-teaserlist__item .pageteaser__content__link,
.bannerfullimage.tss-backgroundcolor-white .cmp-teaserlist__item .pageteaser__content__title,
.bannerfullimage.tss-backgroundcolor-white a,
.bannerfullimage.tss-backgroundcolor-white button,
.bannerfullimage.tss-backgroundcolor-white h1,
.bannerfullimage.tss-backgroundcolor-white h2,
.bannerfullimage.tss-backgroundcolor-white h3,
.bannerfullimage.tss-backgroundcolor-white h4,
.bannerfullimage.tss-backgroundcolor-white li,
.bannerfullimage.tss-backgroundcolor-white p,
.bannerfullimage.tss-backgroundcolor-white ul,
.cmp-teaser .bannerfullimage.tss-backgroundcolor-white .pageteaser__content__title,
.cmp-teaserlist__item .bannerfullimage.tss-backgroundcolor-white .pageteaser__content__link,
.cmp-teaserlist__item .bannerfullimage.tss-backgroundcolor-white .pageteaser__content__title {
    color: var(--darkbg-textcolor)
}

.bannerfullimage.tss-backgroundcolor-white .ss-buttonstyle-secondary .btn,
.bannerfullimage.tss-backgroundcolor-white .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .bannerfullimage.tss-backgroundcolor-white .ss-buttonstyle-secondary button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.bannerfullimage.tss-backgroundcolor-white .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.bannerfullimage.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.bannerfullimage.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.bannerfullimage.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.bannerfullimage.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.bannerfullimage.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.cmp-teaserlist__item .bannerfullimage.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .bannerfullimage.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover {
    color: var(--darkbg-textcolor)
}

.bannerfullimage .cmp-bannerfullimage__wrapper {
    background-color: #004364
}

.bannerfullimage .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content {
    padding-top: 3rem;
    padding-bottom: 1rem
}

.bannerfullimage .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .breadcrumb,
.bannerfullimage .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype,
.carousel.ss-carousel-hero-banner .cmp-carousel .bannerfullimage .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .tu-pageteaser__content__contenttype {
    margin-bottom: 1.5rem;
    margin-top: .5rem
}

.bannerfullimage .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .linkcalltoaction {
    display: none
}

.bannerfullimage .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__block img {
    height: 100%;
    width: 100%
}

.bannerfullimage.ss-dark-banner-img .cmp-bannerfullimage__wrapper {
    background-color: #004364
}

.bannerfullimage.ss-dark-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .breadcrumb .cmp-breadcrumb__list,
.bannerfullimage.ss-dark-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list,
.carousel.ss-carousel-hero-banner .cmp-carousel .bannerfullimage.ss-dark-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .tu-pageteaser__content__contenttype .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.bannerfullimage.ss-dark-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.bannerfullimage.ss-dark-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.bannerfullimage.ss-dark-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.bannerfullimage.ss-dark-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.bannerfullimage.ss-dark-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.bannerfullimage.ss-dark-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.bannerfullimage.ss-dark-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.bannerfullimage.ss-dark-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.bannerfullimage.ss-dark-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.bannerfullimage.ss-dark-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.bannerfullimage.ss-dark-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .text .cmp-text p,
.bannerfullimage.ss-dark-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .title .cmp-title .cmp-title__text,
.carousel.ss-carousel-hero-banner .cmp-carousel .bannerfullimage.ss-dark-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.carousel.ss-carousel-hero-banner .cmp-carousel .bannerfullimage.ss-dark-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.carousel.ss-carousel-hero-banner .cmp-carousel .bannerfullimage.ss-dark-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.carousel.ss-carousel-hero-banner .cmp-carousel .bannerfullimage.ss-dark-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.carousel.ss-carousel-hero-banner .cmp-carousel .bannerfullimage.ss-dark-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.cmp-teaserlist__item .bannerfullimage.ss-dark-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .bannerfullimage.ss-dark-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.cmp-teaserlist__item .bannerfullimage.ss-dark-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .bannerfullimage.ss-dark-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.cmp-teaserlist__item .carousel.ss-carousel-hero-banner .cmp-carousel .bannerfullimage.ss-dark-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .carousel.ss-carousel-hero-banner .cmp-carousel .bannerfullimage.ss-dark-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover {
    color: #fff
}

.bannerfullimage.ss-light-banner-img .cmp-bannerfullimage__wrapper {
    background-color: #fff
}

.bannerfullimage.ss-light-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .breadcrumb .cmp-breadcrumb__list,
.bannerfullimage.ss-light-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list,
.carousel.ss-carousel-hero-banner .cmp-carousel .bannerfullimage.ss-light-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .tu-pageteaser__content__contenttype .cmp-breadcrumb__list {
    background-color: #e6edf1
}

.bannerfullimage.ss-light-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.bannerfullimage.ss-light-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.bannerfullimage.ss-light-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.bannerfullimage.ss-light-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.bannerfullimage.ss-light-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.bannerfullimage.ss-light-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.bannerfullimage.ss-light-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.bannerfullimage.ss-light-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.bannerfullimage.ss-light-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.bannerfullimage.ss-light-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.bannerfullimage.ss-light-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .text .cmp-text p,
.bannerfullimage.ss-light-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .title .cmp-title .cmp-title__text,
.carousel.ss-carousel-hero-banner .cmp-carousel .bannerfullimage.ss-light-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.carousel.ss-carousel-hero-banner .cmp-carousel .bannerfullimage.ss-light-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.carousel.ss-carousel-hero-banner .cmp-carousel .bannerfullimage.ss-light-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.carousel.ss-carousel-hero-banner .cmp-carousel .bannerfullimage.ss-light-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.carousel.ss-carousel-hero-banner .cmp-carousel .bannerfullimage.ss-light-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.cmp-teaserlist__item .bannerfullimage.ss-light-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .bannerfullimage.ss-light-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.cmp-teaserlist__item .bannerfullimage.ss-light-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .bannerfullimage.ss-light-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.cmp-teaserlist__item .carousel.ss-carousel-hero-banner .cmp-carousel .bannerfullimage.ss-light-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .carousel.ss-carousel-hero-banner .cmp-carousel .bannerfullimage.ss-light-banner-img .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover {
    color: #000
}

@media (min-width:576px) {
    .bannerfullimage .cmp-bannerfullimage__wrapper {
        background-size: cover;
        min-height: 25pc;
        background-position: bottom
    }

    .bannerfullimage .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content {
        padding: 5pc 0
    }

    .bannerfullimage .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .breadcrumb,
    .bannerfullimage .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype,
    .carousel.ss-carousel-hero-banner .cmp-carousel .bannerfullimage .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .tu-pageteaser__content__contenttype {
        margin-bottom: 25px;
        margin-top: 0
    }

    .bannerfullimage .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .text {
        margin-top: 1rem
    }

    .bannerfullimage .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .linkcalltoaction {
        display: block;
        margin-top: 1.5rem
    }
}

@media (min-width:992px) {
    .bannerfullimage .cmp-bannerfullimage__wrapper {
        min-height: 600px;
        background-position: 50%
    }

    .bannerfullimage .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content {
        padding: 150px 0
    }

    .bannerfullimage .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .breadcrumb,
    .bannerfullimage .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype,
    .carousel.ss-carousel-hero-banner .cmp-carousel .bannerfullimage .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .tu-pageteaser__content__contenttype {
        margin-bottom: 1.75rem
    }

    .bannerfullimage .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .text {
        margin-top: 1.5rem
    }

    .bannerfullimage .cmp-bannerfullimage__wrapper .cmp-bannerfullimage__content .linkcalltoaction {
        margin-top: 2rem
    }
}

.bannerhalfimage .cmp-bannerhalfimage__image {
    height: 21.875rem
}

.bannerhalfimage .cmp-bannerhalfimage__content {
    padding: 1rem 1rem 2rem
}

.bannerhalfimage .cmp-bannerhalfimage .cmp-link,
.bannerhalfimage .cmp-bannerhalfimage .cmp-text,
.bannerhalfimage .cmp-bannerhalfimage .cmp-title {
    text-align: center
}

.bannerhalfimage .cmp-bannerhalfimage .image {
    margin-bottom: 0
}

.bannerhalfimage .cmp-bannerhalfimage .cmp-image {
    width: 12.5rem;
    margin: auto
}

.bannerhalfimage.tss-backgroundcolor-dark-blue {
    background-color: #005365;
    --darkbg-textcolor: #fff
}

.bannerhalfimage.tss-backgroundcolor-dark-blue .cmp-teaser .pageteaser__content__title,
.bannerhalfimage.tss-backgroundcolor-dark-blue .cmp-teaserlist__item .pageteaser__content__link,
.bannerhalfimage.tss-backgroundcolor-dark-blue .cmp-teaserlist__item .pageteaser__content__title,
.bannerhalfimage.tss-backgroundcolor-dark-blue a,
.bannerhalfimage.tss-backgroundcolor-dark-blue button,
.bannerhalfimage.tss-backgroundcolor-dark-blue h1,
.bannerhalfimage.tss-backgroundcolor-dark-blue h2,
.bannerhalfimage.tss-backgroundcolor-dark-blue h3,
.bannerhalfimage.tss-backgroundcolor-dark-blue h4,
.bannerhalfimage.tss-backgroundcolor-dark-blue li,
.bannerhalfimage.tss-backgroundcolor-dark-blue p,
.bannerhalfimage.tss-backgroundcolor-dark-blue ul,
.cmp-teaser .bannerhalfimage.tss-backgroundcolor-dark-blue .pageteaser__content__title,
.cmp-teaserlist__item .bannerhalfimage.tss-backgroundcolor-dark-blue .pageteaser__content__link,
.cmp-teaserlist__item .bannerhalfimage.tss-backgroundcolor-dark-blue .pageteaser__content__title {
    color: var(--darkbg-textcolor)
}

.bannerhalfimage.tss-backgroundcolor-dark-blue .ss-buttonstyle-secondary .btn,
.bannerhalfimage.tss-backgroundcolor-dark-blue .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .bannerhalfimage.tss-backgroundcolor-dark-blue .ss-buttonstyle-secondary button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.bannerhalfimage.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.bannerhalfimage.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.bannerhalfimage.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.bannerhalfimage.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.bannerhalfimage.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.bannerhalfimage.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.cmp-teaserlist__item .bannerhalfimage.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .bannerhalfimage.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover {
    color: var(--darkbg-textcolor)
}

.bannerhalfimage.tss-backgroundcolor-gray {
    background-color: #ddd;
    --lightbg-textcolor: #000
}

.bannerhalfimage.tss-backgroundcolor-gray .cmp-teaser .pageteaser__content__title,
.bannerhalfimage.tss-backgroundcolor-gray .cmp-teaserlist__item .pageteaser__content__link,
.bannerhalfimage.tss-backgroundcolor-gray .cmp-teaserlist__item .pageteaser__content__title,
.bannerhalfimage.tss-backgroundcolor-gray a,
.bannerhalfimage.tss-backgroundcolor-gray button,
.bannerhalfimage.tss-backgroundcolor-gray h1,
.bannerhalfimage.tss-backgroundcolor-gray h2,
.bannerhalfimage.tss-backgroundcolor-gray h3,
.bannerhalfimage.tss-backgroundcolor-gray h4,
.bannerhalfimage.tss-backgroundcolor-gray li,
.bannerhalfimage.tss-backgroundcolor-gray p,
.bannerhalfimage.tss-backgroundcolor-gray ul,
.cmp-teaser .bannerhalfimage.tss-backgroundcolor-gray .pageteaser__content__title,
.cmp-teaserlist__item .bannerhalfimage.tss-backgroundcolor-gray .pageteaser__content__link,
.cmp-teaserlist__item .bannerhalfimage.tss-backgroundcolor-gray .pageteaser__content__title {
    color: var(--lightbg-textcolor)
}

.bannerhalfimage.tss-backgroundcolor-gray .cmp-breadcrumb__list {
    background-color: #e6edf1
}

.bannerhalfimage.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.bannerhalfimage.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.bannerhalfimage.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.bannerhalfimage.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.bannerhalfimage.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.cmp-teaserlist__item .bannerhalfimage.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .bannerhalfimage.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover {
    color: var(--lightbg-textcolor)
}

.bannerhalfimage.tss-backgroundcolor-white {
    background-color: #fff;
    --lightbg-textcolor: #000
}

.bannerhalfimage.tss-backgroundcolor-white .cmp-teaser .pageteaser__content__title,
.bannerhalfimage.tss-backgroundcolor-white .cmp-teaserlist__item .pageteaser__content__link,
.bannerhalfimage.tss-backgroundcolor-white .cmp-teaserlist__item .pageteaser__content__title,
.bannerhalfimage.tss-backgroundcolor-white a,
.bannerhalfimage.tss-backgroundcolor-white button,
.bannerhalfimage.tss-backgroundcolor-white h1,
.bannerhalfimage.tss-backgroundcolor-white h2,
.bannerhalfimage.tss-backgroundcolor-white h3,
.bannerhalfimage.tss-backgroundcolor-white h4,
.bannerhalfimage.tss-backgroundcolor-white li,
.bannerhalfimage.tss-backgroundcolor-white p,
.bannerhalfimage.tss-backgroundcolor-white ul,
.cmp-teaser .bannerhalfimage.tss-backgroundcolor-white .pageteaser__content__title,
.cmp-teaserlist__item .bannerhalfimage.tss-backgroundcolor-white .pageteaser__content__link,
.cmp-teaserlist__item .bannerhalfimage.tss-backgroundcolor-white .pageteaser__content__title {
    color: var(--lightbg-textcolor)
}

.bannerhalfimage.tss-backgroundcolor-white .cmp-breadcrumb__list {
    background-color: #e6edf1
}

.bannerhalfimage.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.bannerhalfimage.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.bannerhalfimage.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.bannerhalfimage.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.bannerhalfimage.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.cmp-teaserlist__item .bannerhalfimage.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .bannerhalfimage.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover {
    color: var(--lightbg-textcolor)
}

.bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue {
    background-color: #004364;
    --darkbg-textcolor: #fff
}

.bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue .cmp-teaser .pageteaser__content__title,
.bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .pageteaser__content__link,
.bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .pageteaser__content__title,
.bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue a,
.bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue button,
.bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue h1,
.bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue h2,
.bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue h3,
.bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue h4,
.bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue li,
.bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue p,
.bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue ul,
.cmp-teaser .bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue .pageteaser__content__title,
.cmp-teaserlist__item .bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue .pageteaser__content__link,
.cmp-teaserlist__item .bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue .pageteaser__content__title {
    color: var(--darkbg-textcolor)
}

.bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue .ss-buttonstyle-secondary .btn,
.bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue .ss-buttonstyle-secondary button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.cmp-teaserlist__item .bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover {
    color: var(--darkbg-textcolor)
}

.bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .btn.pageteaser__content__link,
.bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.pageteaser__content__link.mktoButton[type=submit],
.bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue .embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item button.pageteaser__content__link.mktoButton[type=submit],
.bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue a.btn,
.cmp-teaserlist__item .bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue .btn.pageteaser__content__link,
.cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap .bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue button.pageteaser__content__link.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item .bannerhalfimage.tss-backgroundcolor-trubrand-dark-blue button.pageteaser__content__link.mktoButton[type=submit] {
    color: #000
}

.bannerhalfimage.tss-backgroundcolor-trubrand-light-gray {
    background-color: #f7f9fa;
    --lightbg-textcolor: #000
}

.bannerhalfimage.tss-backgroundcolor-trubrand-light-gray .cmp-teaser .pageteaser__content__title,
.bannerhalfimage.tss-backgroundcolor-trubrand-light-gray .cmp-teaserlist__item .pageteaser__content__link,
.bannerhalfimage.tss-backgroundcolor-trubrand-light-gray .cmp-teaserlist__item .pageteaser__content__title,
.bannerhalfimage.tss-backgroundcolor-trubrand-light-gray a,
.bannerhalfimage.tss-backgroundcolor-trubrand-light-gray button,
.bannerhalfimage.tss-backgroundcolor-trubrand-light-gray h1,
.bannerhalfimage.tss-backgroundcolor-trubrand-light-gray h2,
.bannerhalfimage.tss-backgroundcolor-trubrand-light-gray h3,
.bannerhalfimage.tss-backgroundcolor-trubrand-light-gray h4,
.bannerhalfimage.tss-backgroundcolor-trubrand-light-gray li,
.bannerhalfimage.tss-backgroundcolor-trubrand-light-gray p,
.bannerhalfimage.tss-backgroundcolor-trubrand-light-gray ul,
.cmp-teaser .bannerhalfimage.tss-backgroundcolor-trubrand-light-gray .pageteaser__content__title,
.cmp-teaserlist__item .bannerhalfimage.tss-backgroundcolor-trubrand-light-gray .pageteaser__content__link,
.cmp-teaserlist__item .bannerhalfimage.tss-backgroundcolor-trubrand-light-gray .pageteaser__content__title {
    color: var(--lightbg-textcolor)
}

.bannerhalfimage.tss-backgroundcolor-trubrand-light-gray .cmp-breadcrumb__list {
    background-color: #e6edf1
}

.bannerhalfimage.tss-backgroundcolor-trubrand-light-gray .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.bannerhalfimage.tss-backgroundcolor-trubrand-light-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.bannerhalfimage.tss-backgroundcolor-trubrand-light-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.bannerhalfimage.tss-backgroundcolor-trubrand-light-gray .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.bannerhalfimage.tss-backgroundcolor-trubrand-light-gray .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.cmp-teaserlist__item .bannerhalfimage.tss-backgroundcolor-trubrand-light-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .bannerhalfimage.tss-backgroundcolor-trubrand-light-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover {
    color: var(--lightbg-textcolor)
}

.bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container {
    position: relative
}

.bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 {
    background-color: #fff;
    overflow: hidden;
    border: none;
    min-height: 275px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__content {
    padding: 0 2rem
}

.bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__content .breadcrumb,
.bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype,
.carousel.ss-carousel-hero-banner .cmp-carousel .bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__content .tu-pageteaser__content__contenttype {
    margin-top: 2rem;
    margin-bottom: 1rem
}

.bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__content .linkcalltoaction {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem
}

.bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__content .title {
    margin-bottom: 2rem
}

.bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__block .bigImageWrapper,
.bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__block .cmp-bannerhalfimage__animation {
    height: 250px;
    width: 100%;
    -webkit-clip-path: ellipse(80% 70% at 50% 70%);
    clip-path: ellipse(80% 70% at 50% 70%)
}

.bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__block .bigImageWrapper .cmp-image,
.bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__block .cmp-bannerhalfimage__animation .cmp-image {
    height: 100%
}

.bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__block .bigImageWrapper .cmp-image img,
.bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__block .cmp-bannerhalfimage__animation .cmp-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__block .cmp-bannerhalfimage__animation[data-animation=sl-income-misrepresentation] {
    background-color: #e0f6e9
}

.bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__block .cmp-bannerhalfimage__animation[data-animation=sl-income-stability-indicators] {
    background-color: #e6f6fa
}

.bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__block .cmp-bannerhalfimage__animation[data-animation=truvision-income-employment-verification] {
    background-color: #fbe8ec
}

.bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__block .cmp-bannerhalfimage__animation[data-animation=truvision-income-estimator] {
    background-color: #f2f2fc
}

.bannerhalfimage.keyfeatures {
    padding-bottom: 40px;
    background-color: #effbfd
}

.bannerhalfimage.keyfeatures .breadcrumb,
.bannerhalfimage.keyfeatures .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype,
.carousel.ss-carousel-hero-banner .cmp-carousel .bannerhalfimage.keyfeatures .tu-pageteaser__content__contenttype {
    display: none
}

.bannerhalfimage.keyfeatures .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__content {
    -ms-flex-item-align: center;
    align-self: center
}

@media (min-width:696px) {
    .bannerhalfimage.keyfeatures {
        padding-bottom: 0
    }
}

.bannerhalfimage.keyfeatures .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container {
    max-width: 1274px;
    margin: 0 auto;
    padding: 0 15px
}

@media (min-width:696px) {
    .bannerhalfimage.keyfeatures .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container {
        padding: 0
    }
}

.bannerhalfimage.keyfeatures .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #effbfd
}

@media (max-width:767px) {
    .bannerhalfimage.keyfeatures .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .bannerhalfimage.keyfeatures .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .breadcrumb,
    .bannerhalfimage.keyfeatures .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype,
    .carousel.ss-carousel-hero-banner .cmp-carousel .bannerhalfimage.keyfeatures .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .tu-pageteaser__content__contenttype {
        display: none
    }
}

.bannerhalfimage.keyfeatures .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__block {
    margin: 0
}

@media (max-width:767px) {
    .bannerhalfimage.keyfeatures .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__block .bigImageWrapper {
        height: 521px;
        margin: 0 0 20px;
        -webkit-clip-path: circle(100% at 0 50%);
        clip-path: circle(100% at 0 50%)
    }

    .bannerhalfimage.keyfeatures .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__block .bigImageWrapper .cmp-image img {
        -o-object-position: -136px -35px;
        object-position: -136px -35px
    }
}

@media (min-width:696px) {
    .bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: 318px
    }

    .bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__content {
        padding: 0
    }

    .bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__content .breadcrumb,
    .bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype,
    .carousel.ss-carousel-hero-banner .cmp-carousel .bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__content .tu-pageteaser__content__contenttype {
        margin-bottom: 2rem
    }

    .bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__content .linkcalltoaction,
    .bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__content .title {
        margin-bottom: 1rem
    }

    .bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfanimation__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__block {
        padding: 0
    }

    .bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__block .bigImageWrapper,
    .bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__block .cmp-bannerhalfimage__animation {
        height: 100%;
        -webkit-clip-path: ellipse(70% 100% at 70% 50%);
        clip-path: ellipse(70% 100% at 70% 50%)
    }
}

@media (min-width:992px) {
    .bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 {
        min-height: 456px
    }

    .bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__content {
        margin-top: 1.5rem;
        margin-bottom: 2rem;
        padding: 0
    }

    .bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__content .breadcrumb,
    .bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype,
    .carousel.ss-carousel-hero-banner .cmp-carousel .bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__content .tu-pageteaser__content__contenttype {
        margin-bottom: 3rem
    }

    .bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__block {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        border-radius: 10px
    }

    .bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__block .bigImageWrapper,
    .bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__block .cmp-bannerhalfimage__animation {
        position: absolute
    }
}

@media (min-width:1200px) {

    .bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__content .breadcrumb,
    .bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype,
    .carousel.ss-carousel-hero-banner .cmp-carousel .bannerhalfimage .cmp-bannerhalfimage__wrapper .cmp-bannerhalfimage__container .cmp-bannerhalfimage__wrapper1 .cmp-bannerhalfimage__content .tu-pageteaser__content__contenttype {
        margin-bottom: 4rem
    }
}

.banneraboutTU .cmp-banneraboutTU__image {
    height: 21.875rem
}

.banneraboutTU .cmp-banneraboutTU__content {
    padding: 1rem 1rem 2rem
}

.banneraboutTU .cmp-banneraboutTU .cmp-link,
.banneraboutTU .cmp-banneraboutTU .cmp-text,
.banneraboutTU .cmp-banneraboutTU .cmp-title {
    text-align: center
}

.banneraboutTU .cmp-banneraboutTU .image {
    margin-bottom: 0
}

.banneraboutTU .cmp-banneraboutTU .cmp-image {
    width: 12.5rem;
    margin: auto
}

.banneraboutTU .cmp-banneraboutTU__wrapper {
    overflow: hidden
}

.banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue {
    background-color: #004364;
    --darkbg-textcolor: #fff
}

.banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue .cmp-teaser .pageteaser__content__title,
.banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .pageteaser__content__link,
.banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .pageteaser__content__title,
.banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue a,
.banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue button,
.banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue h1,
.banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue h2,
.banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue h3,
.banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue h4,
.banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue li,
.banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue p,
.banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue ul,
.cmp-teaser .banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue .pageteaser__content__title,
.cmp-teaserlist__item .banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue .pageteaser__content__link,
.cmp-teaserlist__item .banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue .pageteaser__content__title {
    color: var(--darkbg-textcolor)
}

.banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue .ss-buttonstyle-secondary .btn,
.banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue .ss-buttonstyle-secondary button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.cmp-teaserlist__item .banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover {
    color: var(--darkbg-textcolor)
}

.banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .btn.pageteaser__content__link,
.banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.pageteaser__content__link.mktoButton[type=submit],
.banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue .embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item button.pageteaser__content__link.mktoButton[type=submit],
.banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue a.btn,
.cmp-teaserlist__item .banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue .btn.pageteaser__content__link,
.cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap .banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue button.pageteaser__content__link.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item .banneraboutTU .cmp-banneraboutTU__wrapper.tss-backgroundcolor-trubrand-dark-blue button.pageteaser__content__link.mktoButton[type=submit] {
    color: #000
}

.banneraboutTU .cmp-banneraboutTU__wrapper .cmp-banneraboutTU__container {
    position: relative
}

.banneraboutTU .cmp-banneraboutTU__wrapper .cmp-banneraboutTU__container .cmp-banneraboutTU__wrapper1 .cmp-banneraboutTU__content {
    padding: 3rem 2rem 2rem
}

.banneraboutTU .cmp-banneraboutTU__wrapper .cmp-banneraboutTU__container .cmp-banneraboutTU__wrapper1 .cmp-banneraboutTU__content .breadcrumb,
.banneraboutTU .cmp-banneraboutTU__wrapper .cmp-banneraboutTU__container .cmp-banneraboutTU__wrapper1 .cmp-banneraboutTU__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype,
.banneraboutTU .cmp-banneraboutTU__wrapper .cmp-banneraboutTU__container .cmp-banneraboutTU__wrapper1 .cmp-banneraboutTU__content .title,
.carousel.ss-carousel-hero-banner .cmp-carousel .banneraboutTU .cmp-banneraboutTU__wrapper .cmp-banneraboutTU__container .cmp-banneraboutTU__wrapper1 .cmp-banneraboutTU__content .tu-pageteaser__content__contenttype {
    margin-bottom: 1rem
}

.banneraboutTU .cmp-banneraboutTU__wrapper .cmp-banneraboutTU__container .cmp-banneraboutTU__wrapper1 .cmp-banneraboutTU__block .bigImageWrapper {
    border-radius: 500px;
    width: 20pc;
    height: 20pc;
    overflow: hidden;
    margin: 0 auto;
    position: relative
}

.banneraboutTU .cmp-banneraboutTU__wrapper .cmp-banneraboutTU__container .cmp-banneraboutTU__wrapper1 .cmp-banneraboutTU__block .bigImageWrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    -o-object-position: top center;
    object-position: top center
}

@media (min-width:696px) {
    .banneraboutTU .cmp-banneraboutTU__wrapper .cmp-banneraboutTU__container .cmp-banneraboutTU__wrapper1 .cmp-banneraboutTU__content {
        padding: 4rem 0 2rem
    }

    .banneraboutTU .cmp-banneraboutTU__wrapper .cmp-banneraboutTU__container .cmp-banneraboutTU__wrapper1 .cmp-banneraboutTU__content .breadcrumb,
    .banneraboutTU .cmp-banneraboutTU__wrapper .cmp-banneraboutTU__container .cmp-banneraboutTU__wrapper1 .cmp-banneraboutTU__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype,
    .carousel.ss-carousel-hero-banner .cmp-carousel .banneraboutTU .cmp-banneraboutTU__wrapper .cmp-banneraboutTU__container .cmp-banneraboutTU__wrapper1 .cmp-banneraboutTU__content .tu-pageteaser__content__contenttype {
        margin-bottom: 1rem
    }

    .banneraboutTU .cmp-banneraboutTU__wrapper .cmp-banneraboutTU__container .cmp-banneraboutTU__wrapper1 .cmp-banneraboutTU__block .bigImageWrapper {
        width: 537px;
        height: 537px;
        top: -70px
    }
}

@media (min-width:992px) {
    .banneraboutTU .cmp-banneraboutTU__wrapper .cmp-banneraboutTU__container .cmp-banneraboutTU__wrapper1 {
        height: 580px
    }

    .banneraboutTU .cmp-banneraboutTU__wrapper .cmp-banneraboutTU__container .cmp-banneraboutTU__wrapper1 .cmp-banneraboutTU__content {
        margin-top: 3rem
    }

    .banneraboutTU .cmp-banneraboutTU__wrapper .cmp-banneraboutTU__container .cmp-banneraboutTU__wrapper1 .cmp-banneraboutTU__block {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 0
    }

    .banneraboutTU .cmp-banneraboutTU__wrapper .cmp-banneraboutTU__container .cmp-banneraboutTU__wrapper1 .cmp-banneraboutTU__block .bigImageWrapper {
        position: absolute;
        width: 801px;
        height: 801px;
        top: -14rem
    }
}

#bannercarousel {
    color: #fff
}

#bannercarousel .carousel .cmp-carousel-content .cmp-carousel__indicators {
    bottom: -7.5rem
}

#bannercarousel .carousel .cmp-carousel-content .cmp-carousel__indicator--active {
    background: #fff
}

#bannercarousel .carousel .cmp-carousel-content .cmp-carousel__indicator {
    background-color: hsla(0, 0%, 100%, .3)
}

#bannercarousel .carousel .cmp-carousel-content .cmp-title__text {
    padding-top: 30px 0;
    font-size: 3.125rem;
    font-weight: 600;
    color: #fff
}

#bannercarousel .carousel .cmp-carousel-content .text {
    max-width: 25pc
}

#bannercarousel .carousel .cmp-carousel-content p {
    font-size: 1.25rem
}

#bannercarousel .carousel .cmp-carousel-content .carousel .cmp-carousel__actions .cmp-carousel__action--previous {
    display: none
}

#bannercarousel .carousel .cmp-carousel-content .carousel .cmp-carousel__actions .cmp-carousel__action--next {
    background-color: #fff;
    width: 5pc;
    height: 5pc;
    border-radius: 50%;
    background-position: 2pc 30px;
    position: absolute;
    top: 30px;
    right: -90px
}

.bannercarousel .cmp-bannercarousel__image {
    height: 21.875rem
}

.bannercarousel .cmp-bannercarousel__content {
    padding: 1rem 1rem 2rem;
    width: 60%
}

.bannercarousel .cmp-bannercarousel .cmp-link,
.bannercarousel .cmp-bannercarousel .cmp-text,
.bannercarousel .cmp-bannercarousel .cmp-title {
    text-align: center
}

.bannercarousel .cmp-bannercarousel .image {
    margin-bottom: 0
}

.bannercarousel .cmp-bannercarousel .cmp-image {
    width: 12.5rem;
    margin: auto
}

.bannercarousel .cmp-bannercarousel__wrapper {
    padding-top: 2rem
}

.bannercarousel .cmp-bannercarousel__wrapper .cmp-bannercarousel__container {
    position: relative
}

.bannercarousel .cmp-bannercarousel__wrapper .cmp-bannercarousel__container .cmp-bannercarousel__wrapper1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bannercarousel .cmp-bannercarousel__wrapper .cmp-bannercarousel__container .cmp-bannercarousel__wrapper1 .cmp-bannercarousel__content {
    -ms-flex-item-align: center;
    align-self: center
}

.bannercarousel .cmp-bannercarousel__wrapper .cmp-bannercarousel__container .cmp-bannercarousel__wrapper1 .cmp-bannercarousel__content h2.cmp-title__text {
    font-size: 22px
}

.bannercarousel .cmp-bannercarousel__wrapper .cmp-bannercarousel__container .cmp-bannercarousel__wrapper1 .cmp-bannercarousel__block .bigImageWrapper {
    border-radius: 500px;
    width: 227px;
    height: 227px;
    margin: 0 auto;
    overflow: hidden
}

.bannercarousel .cmp-bannercarousel__wrapper .cmp-bannercarousel__container .cmp-bannercarousel__wrapper1 .cmp-bannercarousel__block .bigImageWrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.bannercarousel .cmp-bannercarousel__wrapper .cmp-bannercarousel__container .cmp-bannercarousel__wrapper1 .cmp-bannercarousel__block .iconImageWrapper {
    width: 42px;
    height: 42px;
    top: 20px;
    left: calc(50% - 110px);
    position: absolute;
    border-radius: 500px;
    overflow: hidden
}

.bannercarousel .cmp-bannercarousel__wrapper .cmp-bannercarousel__container .cmp-bannercarousel__wrapper1 .cmp-bannercarousel__block .iconImageWrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:696px) {
    .bannercarousel .cmp-bannercarousel__wrapper {
        padding: 7rem 0
    }

    .bannercarousel .cmp-bannercarousel__wrapper .cmp-bannercarousel__container .cmp-bannercarousel__wrapper1 .cmp-bannercarousel__content {
        width: inherit
    }

    .bannercarousel .cmp-bannercarousel__wrapper .cmp-bannercarousel__container .cmp-bannercarousel__wrapper1 .cmp-bannercarousel__content h2.cmp-title__text {
        font-size: 28px
    }

    .bannercarousel .cmp-bannercarousel__wrapper .cmp-bannercarousel__container .cmp-bannercarousel__wrapper1 .cmp-bannercarousel__block .bigImageWrapper {
        width: 269px;
        height: 269px
    }

    .bannercarousel .cmp-bannercarousel__wrapper .cmp-bannercarousel__container .cmp-bannercarousel__wrapper1 .cmp-bannercarousel__block .iconImageWrapper {
        width: 49px;
        height: 49px;
        top: 20px;
        left: auto
    }
}

@media (min-width:992px) {
    .bannercarousel .cmp-bannercarousel__wrapper {
        padding: 7rem 0
    }

    .bannercarousel .cmp-bannercarousel__wrapper .cmp-bannercarousel__container .cmp-bannercarousel__wrapper1 .cmp-bannercarousel__content h2.cmp-title__text {
        font-size: 40px
    }

    .bannercarousel .cmp-bannercarousel__wrapper .cmp-bannercarousel__container .cmp-bannercarousel__wrapper1 .cmp-bannercarousel__block .bigImageWrapper {
        width: 490px;
        height: 490px
    }

    .bannercarousel .cmp-bannercarousel__wrapper .cmp-bannercarousel__container .cmp-bannercarousel__wrapper1 .cmp-bannercarousel__block .iconImageWrapper {
        width: 90px;
        height: 90px;
        top: 20px
    }
}

.bannercasestudy .cmp-bannercasestudy__image {
    height: 21.875rem
}

.bannercasestudy .cmp-bannercasestudy .cmp-link,
.bannercasestudy .cmp-bannercasestudy .cmp-text,
.bannercasestudy .cmp-bannercasestudy .cmp-title {
    text-align: center
}

.bannercasestudy .cmp-bannercasestudy .image {
    margin-bottom: 0
}

.bannercasestudy .cmp-bannercasestudy .cmp-image {
    width: 12.5rem;
    margin: auto
}

.bannercasestudy .cmp-bannercasestudy__wrapper {
    overflow: hidden
}

.bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue {
    background-color: #004364;
    --darkbg-textcolor: #fff
}

.bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue .cmp-teaser .pageteaser__content__title,
.bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .pageteaser__content__link,
.bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .pageteaser__content__title,
.bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue a,
.bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue button,
.bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue h1,
.bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue h2,
.bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue h3,
.bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue h4,
.bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue li,
.bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue p,
.bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue ul,
.cmp-teaser .bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue .pageteaser__content__title,
.cmp-teaserlist__item .bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue .pageteaser__content__link,
.cmp-teaserlist__item .bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue .pageteaser__content__title {
    color: var(--darkbg-textcolor)
}

.bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue .ss-buttonstyle-secondary .btn,
.bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue .ss-buttonstyle-secondary button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.cmp-teaserlist__item .bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover {
    color: var(--darkbg-textcolor)
}

.bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .btn.pageteaser__content__link,
.bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.pageteaser__content__link.mktoButton[type=submit],
.bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue .embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item button.pageteaser__content__link.mktoButton[type=submit],
.bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue a.btn,
.cmp-teaserlist__item .bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue .btn.pageteaser__content__link,
.cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap .bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue button.pageteaser__content__link.mktoButton[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item .bannercasestudy .cmp-bannercasestudy__wrapper.tss-backgroundcolor-trubrand-dark-blue button.pageteaser__content__link.mktoButton[type=submit] {
    color: #000
}

.bannercasestudy .cmp-bannercasestudy__wrapper .cmp-bannercasestudy__container {
    position: relative
}

.bannercasestudy .cmp-bannercasestudy__wrapper .cmp-bannercasestudy__container .cmp-bannercasestudy__wrapper1 .cmp-bannercasestudy__content {
    padding-top: 3rem;
    padding-bottom: 0
}

.bannercasestudy .cmp-bannercasestudy__wrapper .cmp-bannercasestudy__container .cmp-bannercasestudy__wrapper1 .cmp-bannercasestudy__content .breadcrumb,
.bannercasestudy .cmp-bannercasestudy__wrapper .cmp-bannercasestudy__container .cmp-bannercasestudy__wrapper1 .cmp-bannercasestudy__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype,
.bannercasestudy .cmp-bannercasestudy__wrapper .cmp-bannercasestudy__container .cmp-bannercasestudy__wrapper1 .cmp-bannercasestudy__content .title,
.carousel.ss-carousel-hero-banner .cmp-carousel .bannercasestudy .cmp-bannercasestudy__wrapper .cmp-bannercasestudy__container .cmp-bannercasestudy__wrapper1 .cmp-bannercasestudy__content .tu-pageteaser__content__contenttype {
    margin-bottom: 1rem
}

.bannercasestudy .cmp-bannercasestudy__wrapper .cmp-bannercasestudy__container .cmp-bannercasestudy__wrapper1 .cmp-bannercasestudy__block .bigImageWrapper {
    border-radius: 50%;
    width: 20pc;
    height: 20pc;
    overflow: hidden;
    margin: 0 auto;
    position: relative
}

.bannercasestudy .cmp-bannercasestudy__wrapper .cmp-bannercasestudy__container .cmp-bannercasestudy__wrapper1 .cmp-bannercasestudy__block .bigImageWrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    -o-object-position: top center;
    object-position: top center
}

@media (min-width:696px) {
    .bannercasestudy .cmp-bannercasestudy__wrapper .cmp-bannercasestudy__container .cmp-bannercasestudy__wrapper1 .cmp-bannercasestudy__content {
        padding: 4rem 0 2rem
    }

    .bannercasestudy .cmp-bannercasestudy__wrapper .cmp-bannercasestudy__container .cmp-bannercasestudy__wrapper1 .cmp-bannercasestudy__content .breadcrumb,
    .bannercasestudy .cmp-bannercasestudy__wrapper .cmp-bannercasestudy__container .cmp-bannercasestudy__wrapper1 .cmp-bannercasestudy__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype,
    .carousel.ss-carousel-hero-banner .cmp-carousel .bannercasestudy .cmp-bannercasestudy__wrapper .cmp-bannercasestudy__container .cmp-bannercasestudy__wrapper1 .cmp-bannercasestudy__content .tu-pageteaser__content__contenttype {
        margin-bottom: 1rem
    }

    .bannercasestudy .cmp-bannercasestudy__wrapper .cmp-bannercasestudy__container .cmp-bannercasestudy__wrapper1 .cmp-bannercasestudy__block .bigImageWrapper {
        width: 22pc;
        height: 22pc;
        top: -50px
    }
}

@media (min-width:992px) {
    .bannercasestudy .cmp-bannercasestudy__wrapper .cmp-bannercasestudy__container .cmp-bannercasestudy__wrapper1 .cmp-bannercasestudy__content {
        margin-top: 3rem
    }

    .bannercasestudy .cmp-bannercasestudy__wrapper .cmp-bannercasestudy__container .cmp-bannercasestudy__wrapper1 .cmp-bannercasestudy__block {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 0
    }

    .bannercasestudy .cmp-bannercasestudy__wrapper .cmp-bannercasestudy__container .cmp-bannercasestudy__wrapper1 .cmp-bannercasestudy__block .bigImageWrapper {
        position: absolute;
        width: 628px;
        height: 628px;
        top: -170px
    }

    .bannercasestudy .cmp-bannercasestudy__wrapper .cmp-bannercasestudy__container .cmp-bannercasestudy__wrapper1 .cmp-bannercasestudy__block .bigImageWrapper img {
        -o-object-position: 0 75pt;
        object-position: 0 75pt
    }
}

.accentcirclebackground .bg-circle {
    width: 30rem;
    height: 30rem;
    border-radius: 250px;
    background-color: #e6f6fa;
    position: absolute;
    right: -15%;
    z-index: -1
}

.featuredhero .relatedinsights .cmp-featuredhero,
.gallery .relatedinsights .cmp-contentgallery,
.relatedinsights .cmp-pagesection,
.relatedinsights .featuredhero .cmp-featuredhero,
.relatedinsights .gallery .cmp-contentgallery {
    padding: 0
}

.relatedinsights #relatedInsights .insightgrid .mobile-teaserlist-header-btn {
    border-bottom: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-bottom: 0
}

.relatedinsights #relatedInsights .insightgrid .mobile-teaserlist-header-btn .btn-relatedInsights-second {
    font-weight: 600;
    display: inline-block
}

@media (min-width:696px) {
    .relatedinsights #relatedInsights .insightgrid .mobile-teaserlist-header-btn .btn-relatedInsights-second {
        display: none
    }
}

.relatedinsights #relatedInsights .insightgrid .cmp-teaserlist {
    display: grid;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr !important;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    margin-top: .75rem
}

@media (min-width:696px) {
    .relatedinsights #relatedInsights .insightgrid .cmp-teaserlist {
        grid-column-gap: .9375rem;
        grid-row-gap: 1rem;
        grid-template-columns: repeat(3, 1fr) !important;
        margin-top: 1.75rem
    }
}

@media (max-width:991px) {
    .relatedinsights #relatedInsights .insightgrid .cmp-teaserlist {
        grid-template-columns: repeat(2, 1fr)
    }

    .relatedinsights #relatedInsights .insightgrid .cmp-teaserlist .cmp-teaserlist__item {
        margin: 0
    }
}

@media (max-width:412px) {
    .relatedinsights #relatedInsights .insightgrid .cmp-teaserlist {
        grid-template-columns: repeat(1, 1fr)
    }

    .relatedinsights #relatedInsights .insightgrid .cmp-teaserlist .cmp-teaserlist__item {
        margin-right: 15px
    }
}

@media (min-width:992px) {
    .relatedinsights #relatedInsights .insightgrid .cmp-teaserlist {
        grid-column-gap: 1.5625rem;
        grid-row-gap: 1.875rem
    }
}

.relatedinsights #relatedInsights .insightgrid .cmp-teaserlist .cmp-teaserlist__item {
    width: 100%;
    padding: 0
}

.relatedinsights #relatedInsights .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser {
    background-color: #fff;
    text-align: center;
    border-radius: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 3px 3px 20px 0 #ddd;
    box-shadow: 3px 3px 20px 0 #ddd;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
    width: 100%
}

.relatedinsights #relatedInsights .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser:active,
.relatedinsights #relatedInsights .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser:focus,
.relatedinsights #relatedInsights .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser:hover {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 67, 100, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 67, 100, .2)
}

.relatedinsights #relatedInsights .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__imagecontainer .pageteaser__imagecontainer__image {
    width: 100%;
    height: 10rem;
    overflow: hidden;
    position: relative;
    background-color: #00a6ca;
    -webkit-mask-image: url(clientlib-trubrand/resources/images/gallery-mask.svg);
    mask-image: url(clientlib-trubrand/resources/images/gallery-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center 100%;
    mask-position: center 100%;
    -webkit-mask-size: cover;
    mask-size: cover
}

@media (min-width:696px) {
    .relatedinsights #relatedInsights .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__imagecontainer .pageteaser__imagecontainer__image {
        height: 5.625rem
    }
}

@media (min-width:992px) {
    .relatedinsights #relatedInsights .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__imagecontainer .pageteaser__imagecontainer__image {
        height: 10rem
    }
}

.relatedinsights #relatedInsights .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__imagecontainer .pageteaser__imagecontainer__image img {
    top: 0;
    left: 0
}

.relatedinsights #relatedInsights .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content__contenttype {
    font-size: .75rem;
    font-weight: 600;
    background-color: #004364;
    color: #fff;
    border-radius: 20px;
    width: auto;
    letter-spacing: 1px;
    margin-bottom: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 19px;
    padding: 0 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 90%;
    height: 20px
}

.relatedinsights #relatedInsights .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content__contenttype.hide {
    visibility: hidden
}

.relatedinsights #relatedInsights .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content {
    width: 100%;
    padding: 1.5rem 1.75rem 2.75rem
}

@media (min-width:696px) {
    .relatedinsights #relatedInsights .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content {
        padding: 1.375rem 1.25rem 1.5rem
    }
}

@media (min-width:992px) {
    .relatedinsights #relatedInsights .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content {
        padding: 1.5rem 1.75rem 2.75rem
    }
}

.relatedinsights #relatedInsights .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__info {
    text-transform: uppercase;
    color: #494949;
    letter-spacing: 1px;
    font-size: .75rem;
    line-height: .875rem;
    font-weight: 600
}

@media (min-width:696px) {
    .relatedinsights #relatedInsights .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__info {
        font-size: .625rem
    }
}

@media (min-width:992px) {
    .relatedinsights #relatedInsights .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__info {
        font-size: .75rem
    }
}

.relatedinsights #relatedInsights .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__title {
    padding: 1.25rem 0 0;
    margin: 0;
    font-size: 21px;
    line-height: 1.75rem;
    text-align: center
}

@media (min-width:696px) {
    .relatedinsights #relatedInsights .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__title {
        padding: .9375rem 0 0;
        font-size: 18px;
        line-height: 1.5rem
    }
}

@media (min-width:992px) {
    .relatedinsights #relatedInsights .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__title {
        padding: 1.25rem 0 0;
        font-size: 21px;
        line-height: 1.75rem
    }
}

.relatedinsights .btn-relatedInsights {
    display: none;
    font-weight: 600
}

@media (min-width:696px) {
    .relatedinsights .btn-relatedInsights {
        display: block
    }
}

.breadcrumb,
.carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype {
    background-color: transparent;
    padding: 0;
    margin-bottom: 2rem
}

.breadcrumb .cmp-breadcrumb__list,
.carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list {
    margin-left: 0;
    padding: 0 15px;
    background: rgba(0, 67, 100, .15);
    border-radius: 20px
}

.breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item,
.carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item {
    display: inline
}

.breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item:after,
.carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item:after {
    content: "/"
}

.breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item:last-child:after,
.carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item:last-child:after {
    content: none
}

.breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.cmp-teaserlist__item .breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 9pt;
    letter-spacing: 1px;
    line-height: 14px;
    font-weight: 600
}

.breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.cmp-teaserlist__item .breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.cmp-teaserlist__item .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover {
    text-decoration: none;
    color: #000
}

.breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 9pt;
    letter-spacing: 1px;
    line-height: 14px
}

.breadcrumb.ss-blue-bg .cmp-breadcrumb__list,
.carousel.ss-carousel-hero-banner .cmp-carousel .ss-blue-bg.tu-pageteaser__content__contenttype .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.breadcrumb.ss-blue-bg .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.breadcrumb.ss-blue-bg .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.breadcrumb.ss-blue-bg .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.breadcrumb.ss-blue-bg .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.breadcrumb.ss-blue-bg .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.carousel.ss-carousel-hero-banner .cmp-carousel .ss-blue-bg.tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.carousel.ss-carousel-hero-banner .cmp-carousel .ss-blue-bg.tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.carousel.ss-carousel-hero-banner .cmp-carousel .ss-blue-bg.tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.carousel.ss-carousel-hero-banner .cmp-carousel .ss-blue-bg.tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.carousel.ss-carousel-hero-banner .cmp-carousel .ss-blue-bg.tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.cmp-teaserlist__item .breadcrumb.ss-blue-bg .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .breadcrumb.ss-blue-bg .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.cmp-teaserlist__item .carousel.ss-carousel-hero-banner .cmp-carousel .ss-blue-bg.tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .carousel.ss-carousel-hero-banner .cmp-carousel .ss-blue-bg.tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover {
    color: #fff
}

@media (min-width:576px) {

    .breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
    .breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
    .breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
    .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
    .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
    .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
    .cmp-teaserlist__item .breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
    .cmp-teaserlist__item .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link {
        font-size: 10px
    }
}

@media (min-width:992px) {

    .breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
    .breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
    .breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
    .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
    .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
    .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
    .cmp-teaserlist__item .breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
    .cmp-teaserlist__item .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link {
        font-size: 9pt
    }
}

.col-md-6.col-lg-4.cmp-columnrow__item:has(.cardwithicons) {
    margin-bottom: 1.5rem
}

.cardwithicons,
.cardwithicons .contentteasercards {
    height: 100%
}

.cardwithicons .contentteasercards .cmp-teasercards__item {
    padding: 2rem;
    height: 100%
}

.cardwithicons .contentteasercards .cmp-teasercards__item .cmp-teaserlist__item .pageteaser__content__link,
.cardwithicons .contentteasercards .cmp-teasercards__item a,
.cmp-teaserlist__item .cardwithicons .contentteasercards .cmp-teasercards__item .pageteaser__content__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-decoration: none;
    color: #000
}

.cardwithicons .contentteasercards .cmp-teasercards__item .cmp-teaserlist__item .pageteaser__content__link .cmp-teasercards__icon,
.cardwithicons .contentteasercards .cmp-teasercards__item a .cmp-teasercards__icon,
.cmp-teaserlist__item .cardwithicons .contentteasercards .cmp-teasercards__item .pageteaser__content__link .cmp-teasercards__icon {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin: 0 10px 0 0
}

.cardwithicons .contentteasercards .cmp-teasercards__item .cmp-teaserlist__item .pageteaser__content__link .cmp-teasercards__icon.blackicon,
.cardwithicons .contentteasercards .cmp-teasercards__item a .cmp-teasercards__icon.blackicon,
.cmp-teaserlist__item .cardwithicons .contentteasercards .cmp-teasercards__item .pageteaser__content__link .cmp-teasercards__icon.blackicon {
    display: none
}

.cardwithicons .contentteasercards .cmp-teasercards__item .cmp-teaserlist__item .pageteaser__content__link .cmp-teasercards__icon.blueicon,
.cardwithicons .contentteasercards .cmp-teasercards__item a .cmp-teasercards__icon.blueicon,
.cmp-teaserlist__item .cardwithicons .contentteasercards .cmp-teasercards__item .pageteaser__content__link .cmp-teasercards__icon.blueicon {
    display: inline-block
}

.cardwithicons .contentteasercards .cmp-teasercards__item .cmp-teaserlist__item .pageteaser__content__link .cmp-teaser__title,
.cardwithicons .contentteasercards .cmp-teasercards__item a .cmp-teaser__title,
.cmp-teaserlist__item .cardwithicons .contentteasercards .cmp-teasercards__item .pageteaser__content__link .cmp-teaser__title {
    display: inline-block;
    width: calc(100% - 40px);
    margin-bottom: 1rem
}

.cardwithicons .contentteasercards .cmp-teasercards__item .cmp-teaserlist__item .pageteaser__content__link .cmp-teaser__description,
.cardwithicons .contentteasercards .cmp-teasercards__item a .cmp-teaser__description,
.cmp-teaserlist__item .cardwithicons .contentteasercards .cmp-teasercards__item .pageteaser__content__link .cmp-teaser__description {
    width: 100%
}

.cardwithicons .contentteasercards .cmp-teasercards__item .cmp-teaserlist__item .pageteaser__content__link .cmp-teaser__description p,
.cardwithicons .contentteasercards .cmp-teasercards__item a .cmp-teaser__description p,
.cmp-teaserlist__item .cardwithicons .contentteasercards .cmp-teasercards__item .pageteaser__content__link .cmp-teaser__description p {
    font-size: 1rem;
    line-height: 1.625rem;
    min-height: auto;
    padding: 0
}

.cardwithicons .contentteasercards .cmp-teasercards__item .cmp-teaserlist__item .pageteaser__content__link .cmp-teaser__content__link,
.cardwithicons .contentteasercards .cmp-teasercards__item a .cmp-teaser__content__link,
.cmp-teaserlist__item .cardwithicons .contentteasercards .cmp-teasercards__item .pageteaser__content__link .cmp-teaser__content__link {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    color: #005365
}

.cardwithicons .contentteasercards .cmp-teasercards__item .cmp-teaserlist__item .pageteaser__content__link .cmp-teaser__content__link:after,
.cardwithicons .contentteasercards .cmp-teasercards__item a .cmp-teaser__content__link:after,
.cmp-teaserlist__item .cardwithicons .contentteasercards .cmp-teasercards__item .pageteaser__content__link .cmp-teaser__content__link:after {
    content: "";
    display: inline-block;
    margin-left: .5rem;
    width: 20px;
    height: 20px;
    background-image: url(../../../content/dam/transunion/trubrand/icons/ArrowRight-TruBlue.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position-y: 7px
}

.cardwithicons .contentteasercards:hover {
    background-color: #00a6ca
}

.cardwithicons .contentteasercards:hover .cmp-teasercards__item .cmp-teaserlist__item .pageteaser__content__link .cmp-teasercards__icon.blackicon,
.cardwithicons .contentteasercards:hover .cmp-teasercards__item a .cmp-teasercards__icon.blackicon,
.cmp-teaserlist__item .cardwithicons .contentteasercards:hover .cmp-teasercards__item .pageteaser__content__link .cmp-teasercards__icon.blackicon {
    display: inline-block
}

.cardwithicons .contentteasercards:hover .cmp-teasercards__item .cmp-teaserlist__item .pageteaser__content__link .cmp-teasercards__icon.blueicon,
.cardwithicons .contentteasercards:hover .cmp-teasercards__item a .cmp-teasercards__icon.blueicon,
.cmp-teaserlist__item .cardwithicons .contentteasercards:hover .cmp-teasercards__item .pageteaser__content__link .cmp-teasercards__icon.blueicon {
    display: none
}

.ss-icon-grid .cardwithicons .contentteasercards {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.ss-icon-grid .cardwithicons .contentteasercards .cmp-teasercards__item .cmp-teasercards__icon:first-child {
    display: block;
    height: 75pt;
    max-width: 75pt
}

.ss-icon-grid .cardwithicons .contentteasercards .cmp-teasercards__item .cmp-teasercards__icon:nth-child(2) {
    display: none
}

.ss-icon-grid .cardwithicons .contentteasercards .cmp-teasercards__item .cmp-teaser__title {
    font-size: 1.2rem;
    line-height: 1.375rem;
    font-weight: 600
}

.ss-icon-grid .cardwithicons .contentteasercards:hover {
    background-color: transparent
}

.ss-icon-grid .cardwithicons .contentteasercards:hover .cmp-teasercards__item .cmp-teasercards__icon:first-child {
    display: block;
    height: 75pt;
    max-width: 75pt
}

.ss-icon-grid .cardwithicons .contentteasercards:hover .cmp-teasercards__item .cmp-teasercards__icon:nth-child(2) {
    display: none
}

@media (min-width:696px) {

    .cardwithicons .contentteasercards .cmp-teasercards__item .cmp-teaserlist__item .pageteaser__content__link .cmp-teaser__description p,
    .cardwithicons .contentteasercards .cmp-teasercards__item a .cmp-teaser__description p,
    .cmp-teaserlist__item .cardwithicons .contentteasercards .cmp-teasercards__item .pageteaser__content__link .cmp-teaser__description p {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

@media (min-width:1200px) {
    .cardwithicons .contentteasercards {
        margin-bottom: 0
    }

    .cardwithicons .contentteasercards .cmp-teasercards__item .cmp-teaserlist__item .pageteaser__content__link .cmp-teaser__description p,
    .cardwithicons .contentteasercards .cmp-teasercards__item a .cmp-teaser__description p,
    .cmp-teaserlist__item .cardwithicons .contentteasercards .cmp-teasercards__item .pageteaser__content__link .cmp-teaser__description p {
        font-size: 1.0625rem;
        line-height: 1.5625rem
    }
}

.ctaicongroup {
    width: 80%;
    margin: 1rem auto
}

.ctaicongroup .ctaicongroup__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 15px;
    margin-bottom: 1rem;
    margin-right: 1rem
}

.cmp-teaserlist__item .ctaicongroup .ctaicongroup__wrapper .cmp-ctaicongroup__item .pageteaser__content__link,
.ctaicongroup .ctaicongroup__wrapper .cmp-ctaicongroup__item .cmp-teaserlist__item .pageteaser__content__link,
.ctaicongroup .ctaicongroup__wrapper .cmp-ctaicongroup__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    padding: 0 1.5rem;
    border-radius: 500px;
    text-decoration: none;
    color: #000;
    background-color: #fff
}

.cmp-teaserlist__item .ctaicongroup .ctaicongroup__wrapper .cmp-ctaicongroup__item .pageteaser__content__link .cmp-ctaicongroup__icon,
.ctaicongroup .ctaicongroup__wrapper .cmp-ctaicongroup__item .cmp-teaserlist__item .pageteaser__content__link .cmp-ctaicongroup__icon,
.ctaicongroup .ctaicongroup__wrapper .cmp-ctaicongroup__item a .cmp-ctaicongroup__icon {
    display: inline-block;
    margin-right: .3125rem;
    width: 30px
}

.cmp-teaserlist__item .ctaicongroup .ctaicongroup__wrapper .cmp-ctaicongroup__item .pageteaser__content__link .cmp-ctaicongroup__icon.blueicon,
.ctaicongroup .ctaicongroup__wrapper .cmp-ctaicongroup__item .cmp-teaserlist__item .pageteaser__content__link .cmp-ctaicongroup__icon.blueicon,
.ctaicongroup .ctaicongroup__wrapper .cmp-ctaicongroup__item a .cmp-ctaicongroup__icon.blueicon {
    display: inline-block
}

.cmp-teaserlist__item .ctaicongroup .ctaicongroup__wrapper .cmp-ctaicongroup__item .pageteaser__content__link .cmp-ctaicongroup__icon.blackicon,
.ctaicongroup .ctaicongroup__wrapper .cmp-ctaicongroup__item .cmp-teaserlist__item .pageteaser__content__link .cmp-ctaicongroup__icon.blackicon,
.ctaicongroup .ctaicongroup__wrapper .cmp-ctaicongroup__item a .cmp-ctaicongroup__icon.blackicon {
    display: none
}

.cmp-teaserlist__item .ctaicongroup .ctaicongroup__wrapper .cmp-ctaicongroup__item .pageteaser__content__link .cmp-ctaicongroup__title,
.ctaicongroup .ctaicongroup__wrapper .cmp-ctaicongroup__item .cmp-teaserlist__item .pageteaser__content__link .cmp-ctaicongroup__title,
.ctaicongroup .ctaicongroup__wrapper .cmp-ctaicongroup__item a .cmp-ctaicongroup__title {
    display: inline-block;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 18px;
    font-weight: 600
}

.cmp-teaserlist__item .ctaicongroup .ctaicongroup__wrapper .cmp-ctaicongroup__item .pageteaser__content__link:hover,
.ctaicongroup .ctaicongroup__wrapper .cmp-ctaicongroup__item .cmp-teaserlist__item .pageteaser__content__link:hover,
.ctaicongroup .ctaicongroup__wrapper .cmp-ctaicongroup__item a:hover {
    background-color: #00a6ca
}

.cmp-teaserlist__item .ctaicongroup .ctaicongroup__wrapper .cmp-ctaicongroup__item .pageteaser__content__link:hover .cmp-ctaicongroup__icon.blackicon,
.ctaicongroup .ctaicongroup__wrapper .cmp-ctaicongroup__item .cmp-teaserlist__item .pageteaser__content__link:hover .cmp-ctaicongroup__icon.blackicon,
.ctaicongroup .ctaicongroup__wrapper .cmp-ctaicongroup__item a:hover .cmp-ctaicongroup__icon.blackicon {
    display: inline-block
}

.cmp-teaserlist__item .ctaicongroup .ctaicongroup__wrapper .cmp-ctaicongroup__item .pageteaser__content__link:hover .cmp-ctaicongroup__icon.blueicon,
.ctaicongroup .ctaicongroup__wrapper .cmp-ctaicongroup__item .cmp-teaserlist__item .pageteaser__content__link:hover .cmp-ctaicongroup__icon.blueicon,
.ctaicongroup .ctaicongroup__wrapper .cmp-ctaicongroup__item a:hover .cmp-ctaicongroup__icon.blueicon {
    display: none
}

.ss-relatedproducts-list .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__title::before,
.ss-relatedproducts-list .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content h4::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    right: 5px;
    border-radius: 7.5px;
    background-color: #00a6ca
}

.ss-relatedproducts-list .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content span.pageteaser__content__link {
    display: none
}

.ss-relatedproducts-list .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content::after {
    content: "\2192";
    color: #000;
    font-size: 24px
}

.button-primary,
.cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap .relatedSolutionsWrapper .relatedSolutionsHeading button.pageteaser__content__link.mktoButton[type=submit],
.cmp-teaserlist__item .relatedSolutionsWrapper .relatedSolutionsHeading .btn.pageteaser__content__link,
.eloquacontainer .cmp-eloqua-form form input[type=submit],
.eloquacontainer.ss-white-background button,
.eloquacontainer.ss-white-background input[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item .relatedSolutionsWrapper .relatedSolutionsHeading button.pageteaser__content__link.mktoButton[type=submit],
.relatedSolutionsWrapper .btn-primary-second,
.relatedSolutionsWrapper .relatedSolutionsHeading .cmp-teaserlist__item .btn.pageteaser__content__link,
.relatedSolutionsWrapper .relatedSolutionsHeading .cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.pageteaser__content__link.mktoButton[type=submit],
.relatedSolutionsWrapper .relatedSolutionsHeading .embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item button.pageteaser__content__link.mktoButton[type=submit],
.relatedSolutionsWrapper .relatedSolutionsHeading a.btn {
    position: relative;
    background: #fcd800;
    color: #000;
    font-family: Intro, "sans-serif";
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    border: none;
    border-radius: 3.125rem;
    padding: 1rem 1.625rem;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    width: auto !important;
    -webkit-transition: color .2s ease, background .2s ease;
    transition: color .2s ease, background .2s ease
}

.button-primary:hover,
.cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap .relatedSolutionsWrapper .relatedSolutionsHeading button.pageteaser__content__link.mktoButton:hover[type=submit],
.cmp-teaserlist__item .relatedSolutionsWrapper .relatedSolutionsHeading .btn.pageteaser__content__link:hover,
.eloquacontainer .cmp-eloqua-form form input:hover[type=submit],
.eloquacontainer.ss-white-background button:hover,
.eloquacontainer.ss-white-background input:hover[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item .relatedSolutionsWrapper .relatedSolutionsHeading button.pageteaser__content__link.mktoButton:hover[type=submit],
.relatedSolutionsWrapper .btn-primary-second:hover,
.relatedSolutionsWrapper .relatedSolutionsHeading .cmp-teaserlist__item .btn.pageteaser__content__link:hover,
.relatedSolutionsWrapper .relatedSolutionsHeading .cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.pageteaser__content__link.mktoButton:hover[type=submit],
.relatedSolutionsWrapper .relatedSolutionsHeading .embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item button.pageteaser__content__link.mktoButton:hover[type=submit],
.relatedSolutionsWrapper .relatedSolutionsHeading a.btn:hover {
    color: #fff;
    background: #004364;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.button-primary.disabled,
.cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap .relatedSolutionsWrapper .relatedSolutionsHeading button.disabled.pageteaser__content__link.mktoButton[type=submit],
.cmp-teaserlist__item .relatedSolutionsWrapper .relatedSolutionsHeading .disabled.btn.pageteaser__content__link,
.eloquacontainer .cmp-eloqua-form form input.disabled[type=submit],
.eloquacontainer.ss-white-background button.disabled,
.eloquacontainer.ss-white-background input.disabled[type=submit],
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item .relatedSolutionsWrapper .relatedSolutionsHeading button.disabled.pageteaser__content__link.mktoButton[type=submit],
.relatedSolutionsWrapper .disabled.btn-primary-second,
.relatedSolutionsWrapper .relatedSolutionsHeading .cmp-teaserlist__item .disabled.btn.pageteaser__content__link,
.relatedSolutionsWrapper .relatedSolutionsHeading .cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.disabled.pageteaser__content__link.mktoButton[type=submit],
.relatedSolutionsWrapper .relatedSolutionsHeading .embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item button.disabled.pageteaser__content__link.mktoButton[type=submit],
.relatedSolutionsWrapper .relatedSolutionsHeading a.disabled.btn {
    opacity: .8;
    pointer-events: none
}

.relatedSolutionsWrapper .btn-primary-second {
    display: inline-block;
    text-decoration: none
}

@media (min-width:696px) {
    .relatedSolutionsWrapper .btn-primary-second {
        display: none
    }
}

.relatedSolutionsWrapper .relatedSolutionsHeading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.relatedSolutionsWrapper .relatedSolutionsHeading h2 {
    display: inline-block;
    padding: 0 8px 0 0
}

.cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap .relatedSolutionsWrapper .relatedSolutionsHeading button.pageteaser__content__link.mktoButton[type=submit],
.cmp-teaserlist__item .relatedSolutionsWrapper .relatedSolutionsHeading .btn.pageteaser__content__link,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item .relatedSolutionsWrapper .relatedSolutionsHeading button.pageteaser__content__link.mktoButton[type=submit],
.relatedSolutionsWrapper .relatedSolutionsHeading .cmp-teaserlist__item .btn.pageteaser__content__link,
.relatedSolutionsWrapper .relatedSolutionsHeading .cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.pageteaser__content__link.mktoButton[type=submit],
.relatedSolutionsWrapper .relatedSolutionsHeading .embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item button.pageteaser__content__link.mktoButton[type=submit],
.relatedSolutionsWrapper .relatedSolutionsHeading a.btn {
    text-decoration: none;
    display: none
}

@media (min-width:696px) {

    .cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap .relatedSolutionsWrapper .relatedSolutionsHeading button.pageteaser__content__link.mktoButton[type=submit],
    .cmp-teaserlist__item .relatedSolutionsWrapper .relatedSolutionsHeading .btn.pageteaser__content__link,
    .embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item .relatedSolutionsWrapper .relatedSolutionsHeading button.pageteaser__content__link.mktoButton[type=submit],
    .relatedSolutionsWrapper .relatedSolutionsHeading .cmp-teaserlist__item .btn.pageteaser__content__link,
    .relatedSolutionsWrapper .relatedSolutionsHeading .cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.pageteaser__content__link.mktoButton[type=submit],
    .relatedSolutionsWrapper .relatedSolutionsHeading .embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item button.pageteaser__content__link.mktoButton[type=submit],
    .relatedSolutionsWrapper .relatedSolutionsHeading a.btn {
        display: inline-block
    }
}

.relatedSolutionsWrapper .relatedSolutionsDescription {
    font-family: Roboto, sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    padding: 0 8px 0 0
}

.relatedSolutionsWrapper .cardListBullets .cmp-teaserlist .cmp-teaserlist__item {
    padding: 30px
}

.relatedSolutionsWrapper .cardListBullets .cmp-teaserlist .cmp-teaserlist__item .pageteaser {
    position: relative;
    padding-bottom: 1.75rem
}

.relatedSolutionsWrapper .cardListBullets .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__title,
.relatedSolutionsWrapper .cardListBullets .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0
}

.relatedSolutionsWrapper .cardListBullets .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__title:before,
.relatedSolutionsWrapper .cardListBullets .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content h4:before {
    content: "";
    position: relative;
    display: inline-block;
    width: .5625rem;
    height: .5625rem;
    border-radius: .46875rem;
    background-color: #00a6ca;
    -webkit-transform: translateY(.5625rem);
    transform: translateY(.5625rem);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.relatedSolutionsWrapper .cardListBullets .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__description {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.625rem
}

.relatedSolutionsWrapper .cardListBullets .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content span.pageteaser__content__link {
    display: none
}

.relatedSolutionsWrapper .cardListBullets .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content:after {
    content: "\2192";
    color: #000;
    font-size: 1.5rem;
    position: absolute;
    bottom: 0;
    left: 0
}

@media (min-width:696px) {
    .relatedSolutionsWrapper .cardListBullets .cmp-teaserlist .cmp-teaserlist__item {
        padding: 2% 3%
    }

    .relatedSolutionsWrapper .cardListBullets .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__description {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

@media (min-width:1200px) {
    .relatedSolutionsWrapper .cardListBullets .cmp-teaserlist .cmp-teaserlist__item {
        padding: 2% 3%
    }

    .relatedSolutionsWrapper .cardListBullets .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__description {
        font-size: 1.0625rem;
        line-height: 1.5625rem
    }
}

.cmp-cta-thumbnail-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    max-width: 305px;
    margin-top: 40px
}

@media (min-width:696px) {
    .cmp-cta-thumbnail-img {
        max-width: 17pc;
        -webkit-transform: translateX(-19px);
        transform: translateX(-19px)
    }
}

@media (min-width:992px) {
    .cmp-cta-thumbnail-img {
        max-width: 387px;
        -webkit-transform: none;
        transform: none;
        margin-top: 0
    }
}

.cmp-cta-thumbnail-img .thumbnail-img {
    max-width: 307px
}

.cmp-cta-thumbnail-img .thumbnail-cta {
    position: absolute;
    right: -40px;
    bottom: 0;
    width: 75pt
}

@media (max-width:991.98px) {
    .cmp-cta-thumbnail-img .thumbnail-cta {
        right: -25px;
        bottom: -15px;
        width: 95px
    }
}

@media (min-width:1200px) {
    .cmp-cta-thumbnail-img .thumbnail-cta {
        right: -2rem;
        top: 19.5rem;
        width: auto
    }
}

.iconlink {
    width: 80%
}

.iconlink .iconlink__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.cmp-teaserlist__item .iconlink .iconlink__wrapper .pageteaser__content__link,
.iconlink .iconlink__wrapper .cmp-teaserlist__item .pageteaser__content__link,
.iconlink .iconlink__wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}

.cmp-teaserlist__item .iconlink .iconlink__wrapper .pageteaser__content__link .cmp-iconlink__item,
.iconlink .iconlink__wrapper .cmp-teaserlist__item .pageteaser__content__link .cmp-iconlink__item,
.iconlink .iconlink__wrapper a .cmp-iconlink__item {
    padding: .8rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
    border-radius: 50px
}

.cmp-teaserlist__item .iconlink .iconlink__wrapper .pageteaser__content__link .cmp-iconlink__item .cmp-iconlink__icon,
.cmp-teaserlist__item .iconlink .iconlink__wrapper .pageteaser__content__link .cmp-iconlink__item .cmp-iconlink__icon.blueicon,
.iconlink .iconlink__wrapper .cmp-teaserlist__item .pageteaser__content__link .cmp-iconlink__item .cmp-iconlink__icon,
.iconlink .iconlink__wrapper .cmp-teaserlist__item .pageteaser__content__link .cmp-iconlink__item .cmp-iconlink__icon.blueicon,
.iconlink .iconlink__wrapper a .cmp-iconlink__item .cmp-iconlink__icon,
.iconlink .iconlink__wrapper a .cmp-iconlink__item .cmp-iconlink__icon.blueicon {
    display: inline-block
}

.cmp-teaserlist__item .iconlink .iconlink__wrapper .pageteaser__content__link .cmp-iconlink__title,
.iconlink .iconlink__wrapper .cmp-teaserlist__item .pageteaser__content__link .cmp-iconlink__title,
.iconlink .iconlink__wrapper a .cmp-iconlink__title {
    font-size: 1.5rem;
    line-height: 1.375rem;
    font-weight: 500;
    color: #004364
}

.cmp-teaserlist__item .iconlink .iconlink__wrapper .pageteaser__content__link .cmp-iconlink__icon2,
.iconlink .iconlink__wrapper .cmp-teaserlist__item .pageteaser__content__link .cmp-iconlink__icon2,
.iconlink .iconlink__wrapper a .cmp-iconlink__icon2 {
    display: inline-block
}

.cmp-teaserlist__item .iconlink .iconlink__wrapper .pageteaser__content__link .cmp-iconlink__icon2.blackicon,
.iconlink .iconlink__wrapper .cmp-teaserlist__item .pageteaser__content__link .cmp-iconlink__icon2.blackicon,
.iconlink .iconlink__wrapper a .cmp-iconlink__icon2.blackicon {
    display: inline-block;
    padding-bottom: .8rem;
    padding-left: .5rem
}

@media (min-width:1200px) {
    .iconlink {
        width: 70%
    }
}

.linkiconcalltoaction .iconlink__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cmp-teaserlist__item .linkiconcalltoaction .iconlink__wrapper .pageteaser__content__link,
.linkiconcalltoaction .iconlink__wrapper .cmp-teaserlist__item .pageteaser__content__link,
.linkiconcalltoaction .iconlink__wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}

.cmp-teaserlist__item .linkiconcalltoaction .iconlink__wrapper .pageteaser__content__link .cmp-iconlink__item,
.linkiconcalltoaction .iconlink__wrapper .cmp-teaserlist__item .pageteaser__content__link .cmp-iconlink__item,
.linkiconcalltoaction .iconlink__wrapper a .cmp-iconlink__item {
    padding: .8rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
    border-radius: 50px
}

.cmp-teaserlist__item .linkiconcalltoaction .iconlink__wrapper .pageteaser__content__link .cmp-iconlink__item.bxShadow0-4-14-0,
.linkiconcalltoaction .iconlink__wrapper .cmp-teaserlist__item .pageteaser__content__link .cmp-iconlink__item.bxShadow0-4-14-0,
.linkiconcalltoaction .iconlink__wrapper a .cmp-iconlink__item.bxShadow0-4-14-0 {
    -webkit-box-shadow: 0 4px 14px 0 rgba(0, 67, 100, .1);
    box-shadow: 0 4px 14px 0 rgba(0, 67, 100, .1)
}

.cmp-teaserlist__item .linkiconcalltoaction .iconlink__wrapper .pageteaser__content__link .cmp-iconlink__item .cmp-iconlink__icon,
.linkiconcalltoaction .iconlink__wrapper .cmp-teaserlist__item .pageteaser__content__link .cmp-iconlink__item .cmp-iconlink__icon,
.linkiconcalltoaction .iconlink__wrapper a .cmp-iconlink__item .cmp-iconlink__icon {
    display: inline-block;
    height: 30px;
    width: 30px
}

.cmp-teaserlist__item .linkiconcalltoaction .iconlink__wrapper .pageteaser__content__link .cmp-iconlink__item .cmp-iconlink__icon.blueicon,
.linkiconcalltoaction .iconlink__wrapper .cmp-teaserlist__item .pageteaser__content__link .cmp-iconlink__item .cmp-iconlink__icon.blueicon,
.linkiconcalltoaction .iconlink__wrapper a .cmp-iconlink__item .cmp-iconlink__icon.blueicon {
    display: inline-block
}

.cmp-teaserlist__item .linkiconcalltoaction .iconlink__wrapper .pageteaser__content__link .cmp-iconlink__title,
.linkiconcalltoaction .iconlink__wrapper .cmp-teaserlist__item .pageteaser__content__link .cmp-iconlink__title,
.linkiconcalltoaction .iconlink__wrapper a .cmp-iconlink__title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #000
}

.cmp-teaserlist__item .linkiconcalltoaction .iconlink__wrapper .pageteaser__content__link .cmp-iconlink__icon2,
.linkiconcalltoaction .iconlink__wrapper .cmp-teaserlist__item .pageteaser__content__link .cmp-iconlink__icon2,
.linkiconcalltoaction .iconlink__wrapper a .cmp-iconlink__icon2 {
    display: inline-block
}

.cmp-teaserlist__item .linkiconcalltoaction .iconlink__wrapper .pageteaser__content__link .cmp-iconlink__icon2.blackicon,
.linkiconcalltoaction .iconlink__wrapper .cmp-teaserlist__item .pageteaser__content__link .cmp-iconlink__icon2.blackicon,
.linkiconcalltoaction .iconlink__wrapper a .cmp-iconlink__icon2.blackicon {
    display: inline-block;
    padding-left: .5rem
}

.linkiconcalltoaction.ss-linkiconcalltoaction-black .iconlink__wrapper img.cmp-iconlink__icon,
.linkiconcalltoaction.ss-linkiconcalltoaction-black .iconlink__wrapper img.cmp-iconlink__icon2 {
    display: none
}

.linkiconcalltoaction.ss-linkiconcalltoaction-black .iconlink__wrapper .cmp-iconlink__title {
    color: #000;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.linkiconcalltoaction.ss-linkiconcalltoaction-black .iconlink__wrapper:after {
    content: url(clientlib-trubrand/resources/images/blackRightArrow.svg);
    width: 1.75rem;
    height: 1.25rem;
    display: inline-block;
    padding-left: .5rem
}

.linkiconcalltoaction.ss-linkiconcalltoaction-black .iconlink__wrapper:hover .cmp-iconlink__title {
    color: #004364;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.linkiconcalltoaction.ss-linkiconcalltoaction-black .iconlink__wrapper:hover:after {
    content: url(clientlib-trubrand/resources/images/ArrowRight-TruBlue.svg)
}

.linkiconcalltoaction.ss-linkiconcalltoaction-blue .iconlink__wrapper img.cmp-iconlink__icon,
.linkiconcalltoaction.ss-linkiconcalltoaction-blue .iconlink__wrapper img.cmp-iconlink__icon2 {
    display: none
}

.linkiconcalltoaction.ss-linkiconcalltoaction-blue .iconlink__wrapper .cmp-iconlink__title {
    color: #004364;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.linkiconcalltoaction.ss-linkiconcalltoaction-blue .iconlink__wrapper:after {
    content: url(clientlib-trubrand/resources/images/ArrowRight-TruBlue.svg);
    width: 1.75rem;
    height: 1.25rem;
    display: inline-block;
    padding-left: .5rem
}

.linkiconcalltoaction.ss-linkiconcalltoaction-blue .iconlink__wrapper:hover .cmp-iconlink__title {
    color: #000;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.linkiconcalltoaction.ss-linkiconcalltoaction-blue .iconlink__wrapper:hover:after {
    content: url(clientlib-trubrand/resources/images/blackRightArrow.svg)
}

.linkiconcalltoaction.ss-linkiconcalltoaction-no-margin .iconlink__wrapper {
    margin-bottom: 0
}

.linkiconcalltoaction.ss-linkiconcalltoaction-mid-margin .iconlink__wrapper {
    margin-bottom: .5rem
}

.linkiconcalltoaction.ss-linkiconcalltoaction-margin-two-columns-list .iconlink__wrapper {
    margin-bottom: 2.25rem
}

@media (min-width:992px) {
    .linkiconcalltoaction.ss-linkiconcalltoaction-margin-two-columns-list .iconlink__wrapper {
        margin-bottom: 3.75rem
    }
}

.linkiconcalltoaction.ss-linkiconcalltoaction-margin-vertical-list .iconlink__wrapper {
    margin-bottom: 1.5625rem
}

@media (min-width:992px) {

    .cmp-teaserlist__item .linkiconcalltoaction .iconlink__wrapper .pageteaser__content__link .cmp-iconlink__title,
    .linkiconcalltoaction .iconlink__wrapper .cmp-teaserlist__item .pageteaser__content__link .cmp-iconlink__title,
    .linkiconcalltoaction .iconlink__wrapper a .cmp-iconlink__title {
        font-size: 1.125rem
    }
}

@media (min-width:1200px) {

    .cmp-teaserlist__item .linkiconcalltoaction .iconlink__wrapper .pageteaser__content__link .cmp-iconlink__title,
    .linkiconcalltoaction .iconlink__wrapper .cmp-teaserlist__item .pageteaser__content__link .cmp-iconlink__title,
    .linkiconcalltoaction .iconlink__wrapper a .cmp-iconlink__title {
        font-size: 1.125rem
    }
}

.twocircleimages .circleContainer {
    position: relative;
    height: 345px;
    width: 100%
}

.twocircleimages .circleContainer .circleimage {
    border-radius: 500px;
    overflow: hidden;
    position: absolute
}

.twocircleimages .circleContainer .circleimage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    -o-object-position: top center;
    object-position: top center
}

.twocircleimages .circleContainer .circleimage1 {
    width: 223px;
    height: 223px
}

.twocircleimages .circleContainer .circleimage2 {
    top: 60%;
    right: 10%;
    width: 123px;
    height: 123px
}

@media (min-width:576px) {
    .twocircleimages .circleContainer .circleimage1 {
        width: 230px;
        height: 230px
    }

    .twocircleimages .circleContainer .circleimage2 {
        right: 20%;
        width: 98px;
        height: 98px
    }
}

@media (min-width:696px) {
    .twocircleimages .circleContainer {
        height: 249px
    }

    .twocircleimages .circleContainer .circleimage1 {
        left: 0
    }

    .twocircleimages .circleContainer .circleimage2 {
        right: 0
    }
}

@media (min-width:1200px) {
    .twocircleimages .circleContainer {
        height: 450px
    }

    .twocircleimages .circleContainer .circleimage1 {
        width: 332px;
        height: 332px
    }

    .twocircleimages .circleContainer .circleimage2 {
        top: 63%;
        width: 183px;
        height: 183px
    }
}

.groupofcirclecallouts {
    padding-top: 50px;
    padding-bottom: 200px;
    padding-left: 75pt
}

.groupofcirclecallouts__secondCircle {
    position: absolute;
    top: 25%;
    left: -3%
}

.groupofcirclecallouts__thirdCircle {
    position: absolute;
    top: 20%;
    right: 80%
}

.groupofcirclecallouts #image1 {
    display: inline-block;
    position: absolute;
    top: 92%;
    left: 49%;
    border-radius: 50%;
    overflow: hidden
}

.groupofcirclecallouts #image1 .cmp-image {
    height: 10.9375rem;
    width: 10.9375rem
}

.groupofcirclecallouts #image1 .cmp-image__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.groupofcirclecallouts #image2 {
    display: inline-block;
    position: absolute;
    top: 40%;
    left: -7%;
    border-radius: 50%;
    overflow: hidden
}

.groupofcirclecallouts #image2 .cmp-image {
    height: 3.75rem;
    width: 3.75rem
}

.groupofcirclecallouts #image2 .cmp-image__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.groupofcirclecallouts #image3 {
    display: inline-block;
    position: absolute;
    top: 15%;
    right: 30%;
    border-radius: 50%;
    overflow: hidden
}

.groupofcirclecallouts #image3 .cmp-image {
    height: 7.1875rem;
    width: 7.1875rem
}

.groupofcirclecallouts #image3 .cmp-image__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.groupofcirclecallouts #image4 {
    display: inline-block;
    position: absolute;
    top: 124%;
    border-radius: 50%;
    overflow: hidden
}

.groupofcirclecallouts #image4 .cmp-image {
    height: 10.9375rem;
    width: 10.9375rem
}

.groupofcirclecallouts #image4 .cmp-image__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:991.98px) {

    .groupofcirclecallouts #image1,
    .groupofcirclecallouts #image2,
    .groupofcirclecallouts #image3,
    .groupofcirclecallouts #image4 {
        display: none
    }

    .groupofcirclecallouts__firstCircle,
    .groupofcirclecallouts__secondCircle {
        position: relative;
        top: auto;
        left: auto
    }

    .groupofcirclecallouts__thirdCircle {
        position: relative;
        top: auto;
        right: auto
    }
}

@media (min-width:696px) and (max-width:1199.98px) {
    .groupofcirclecallouts__secondCircle {
        position: absolute;
        top: 55%;
        left: 18%
    }

    .groupofcirclecallouts__thirdCircle {
        position: absolute;
        top: -22%;
        right: 2%
    }

    .groupofcirclecallouts #image1 {
        top: 100%;
        left: 74%
    }

    .groupofcirclecallouts #image1 .cmp-image {
        height: 75pt;
        width: 75pt
    }

    .groupofcirclecallouts #image1 .cmp-image__image {
        border-radius: 50%
    }

    .groupofcirclecallouts #image2 {
        top: 30%;
        left: 20%
    }

    .groupofcirclecallouts #image2 .cmp-image {
        height: 55px;
        width: 55px
    }

    .groupofcirclecallouts #image2 .cmp-image__image {
        border-radius: 50%
    }

    .groupofcirclecallouts #image3 {
        top: 20%;
        right: 30%
    }

    .groupofcirclecallouts #image3 .cmp-image {
        height: 65px;
        width: 65px
    }

    .groupofcirclecallouts #image3 .cmp-image__image {
        border-radius: 50%
    }

    .groupofcirclecallouts #image4 {
        top: 93%;
        right: 70%
    }

    .groupofcirclecallouts #image4 .cmp-image {
        height: 75px;
        width: 75px
    }

    .groupofcirclecallouts #image4 .cmp-image__image {
        border-radius: 50%
    }
}

@media (min-width:992px) {
    .groupofcirclecallouts {
        padding-left: 20px
    }

    .groupofcirclecallouts__firstCircle {
        margin-top: auto
    }

    .groupofcirclecallouts__secondCircle {
        position: absolute;
        top: 30%;
        left: 12%
    }

    .groupofcirclecallouts__thirdCircle {
        position: absolute;
        top: 14%;
        right: 45%
    }

    .groupofcirclecallouts #image1 {
        top: 100%;
        left: 65%
    }

    .groupofcirclecallouts #image2 {
        top: 22%;
        left: 1%
    }

    .groupofcirclecallouts #image3 {
        top: 15%;
        right: 28%
    }

    .groupofcirclecallouts #image4 {
        top: 130%
    }
}

@media (min-width:1200px) {
    .groupofcirclecallouts {
        padding-left: 0
    }

    .groupofcirclecallouts__firstCircle {
        margin-top: auto;
        margin-left: auto
    }

    .groupofcirclecallouts__secondCircle {
        position: absolute;
        top: 30%;
        left: 2%
    }

    .groupofcirclecallouts__thirdCircle {
        position: absolute;
        top: 14%;
        right: 8%
    }

    .groupofcirclecallouts #image1 {
        top: 100%;
        left: 44%
    }

    .groupofcirclecallouts #image2 {
        top: 22%;
        left: 5%
    }

    .groupofcirclecallouts #image3 {
        top: 15%;
        right: 15%
    }

    .groupofcirclecallouts #image4 {
        top: 130%;
        left: 35%
    }
}

.truPortfolio_expFragment {
    text-align: left;
    position: relative;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 35px
}

.truPortfolio_expFragment .ss-teaser-award-image,
.truPortfolio_expFragment .ss-teaser-card,
.truPortfolio_expFragment .ss-teaser-card-link {
    height: 100%
}

.truPortfolio_expFragment .introSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 25px;
    margin-bottom: 2.1875rem
}

.truPortfolio_expFragment .introContent {
    font-size: 1.375rem;
    line-height: 2rem;
    margin-bottom: -10px
}

.truPortfolio_expFragment .cmp-teaser__root-link {
    text-decoration: none;
    color: #000
}

.truPortfolio_expFragment .cmp-teaser__root-link .cmp-teaser__image img {
    height: 5pc;
    width: 5pc
}

.truPortfolio_expFragment .cmp-teaser__root-link .cmp-teaser__description p {
    font-size: 1rem;
    margin: 0;
    line-height: 1.25rem;
    font-weight: 300;
    padding: 10px 15px 25px 5px;
    min-height: 40px !important
}

.truPortfolio_expFragment .cmp-teaser__root-link .cmp-teaser__content {
    padding-left: 30px;
    position: relative;
    height: 210px;
    border-radius: 10px;
    cursor: pointer;
    -webkit-box-shadow: 0 10px 46px 0 rgba(0, 67, 100, .1);
    box-shadow: 0 10px 46px 0 rgba(0, 67, 100, .1);
    margin-bottom: 1.25rem;
    background-color: #fff
}

.truPortfolio_expFragment .cmp-teaser__root-link .cmp-teaser__content .truPortfolio_icon {
    padding: 30px 0 23px;
    height: 102px
}

.truPortfolio_expFragment .cmp-teaser__root-link .cmp-teaser__content .truPortfolio_icon img {
    height: 50px
}

.truPortfolio_expFragment .cmp-teaser__root-link .cmp-teaser__content .truPortfolio__title {
    width: 100%
}

.truPortfolio_expFragment .cmp-teaser__root-link .cmp-teaser__content .truPortfolio__title img {
    height: 30px
}

.truPortfolio_expFragment .cmp-teaser__root-link .cmp-teaser__content .truPortfolio__title__hover {
    display: none;
    width: 100%
}

.truPortfolio_expFragment .cmp-teaser__root-link .cmp-teaser__content .truPortfolio__title__hover img {
    height: 30px
}

.truPortfolio_expFragment .cmp-teaser__root-link .cmp-teaser__content .truPortfolio_icon_hover {
    display: none;
    height: 102px
}

.truPortfolio_expFragment .cmp-teaser__root-link .cmp-teaser__content .truPortfolio_icon_hover img {
    position: absolute;
    height: 10pc;
    width: 10pc;
    top: -50px;
    right: -10px
}

.truPortfolio_expFragment .cmp-teaser__root-link .cmp-teaser__content span {
    font-size: 1.0625rem;
    line-height: 1.375rem;
    text-transform: uppercase;
    font-weight: 600
}

.truPortfolio_expFragment .cmp-teaser__root-link .cmp-teaser__content:active,
.truPortfolio_expFragment .cmp-teaser__root-link .cmp-teaser__content:hover {
    background-color: #004364;
    color: #fff;
    overflow: hidden
}

.truPortfolio_expFragment .cmp-teaser__root-link .cmp-teaser__content:active .truPortfolio_icon,
.truPortfolio_expFragment .cmp-teaser__root-link .cmp-teaser__content:hover .truPortfolio_icon {
    display: none
}

.truPortfolio_expFragment .cmp-teaser__root-link .cmp-teaser__content:active .truPortfolio_icon_hover,
.truPortfolio_expFragment .cmp-teaser__root-link .cmp-teaser__content:hover .truPortfolio_icon_hover {
    display: block
}

.truPortfolio_expFragment .cmp-teaser__root-link .cmp-teaser__content:active .truPortfolio__title,
.truPortfolio_expFragment .cmp-teaser__root-link .cmp-teaser__content:hover .truPortfolio__title {
    display: none
}

.truPortfolio_expFragment .cmp-teaser__root-link .cmp-teaser__content:active .truPortfolio__title__hover,
.truPortfolio_expFragment .cmp-teaser__root-link .cmp-teaser__content:hover .truPortfolio__title__hover {
    display: block;
    width: 100%
}

@media (min-width:576px) {
    .truPortfolio_expFragment .cmp-teaser__root-link .cmp-teaser__content {
        height: 190px
    }

    .truPortfolio_expFragment .cmp-teaser__root-link .cmp-teaser__content:hover .truPortfolio_icon_hover img {
        top: -70px;
        right: -20px;
        height: 170px;
        width: 170px
    }
}

@media (min-width:992px) {
    .truPortfolio_expFragment .cmp-teaser__root-link .cmp-teaser__content:hover .truPortfolio_icon_hover img {
        top: -70px;
        right: -20px
    }
}

@media (min-width:1200px) {
    .truPortfolio_expFragment .cmp-teaser__root-link .cmp-teaser__content {
        height: 216px
    }

    .truPortfolio_expFragment .cmp-teaser__root-link .cmp-teaser__content:hover .truPortfolio_icon_hover img {
        top: -70px;
        right: -30px
    }
}

.groupofcirclecallouts .categoryIcon {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #00a6ca;
    color: #fff
}

.groupofcirclecallouts__firstCircle .circleCallouts-circle {
    width: 327px;
    height: 327px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    margin-bottom: 5%
}

.groupofcirclecallouts__firstCircle .ss-circle-blue .circleCallouts-circle {
    background-color: #004364;
    color: #fff;
    margin-bottom: 5%
}

.groupofcirclecallouts__firstCircle .categoryIcon {
    position: absolute;
    top: -5%;
    right: 8%
}

.groupofcirclecallouts__secondCircle .circleCallouts-circle {
    width: 437px;
    height: 437px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    margin-bottom: 5%
}

.groupofcirclecallouts__secondCircle .ss-circle-blue .circleCallouts-circle {
    background-color: #004364;
    color: #fff;
    margin-bottom: 5%
}

.groupofcirclecallouts__secondCircle .categoryIcon {
    position: absolute;
    top: -2%;
    right: 12%
}

.groupofcirclecallouts__thirdCircle .circleCallouts-circle {
    width: 407px;
    height: 407px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    margin-bottom: 5%
}

.groupofcirclecallouts__thirdCircle .ss-circle-blue .circleCallouts-circle {
    background-color: #004364;
    color: #fff;
    margin-bottom: 5%
}

.groupofcirclecallouts__thirdCircle .categoryIcon {
    position: absolute;
    top: 0;
    right: 6%
}

.groupofcirclecallouts .circleCallouts-circle .circle-content div {
    margin-top: 20px;
    margin-bottom: 10px
}

.groupofcirclecallouts .circleCallouts-circle .circleCallouts-category span {
    margin-left: 0;
    padding: 3px 13px;
    border-radius: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 9pt;
    letter-spacing: 1px;
    background-color: #e6edf1
}

.groupofcirclecallouts .circleCallouts-circle .circleCallouts-heading {
    font-family: Intro, sans-serif;
    font-weight: 500;
    font-size: 3.75rem;
    line-height: 3.125rem
}

.groupofcirclecallouts .circleCallouts-circle .circleCallouts-description {
    font-family: Roboto, sans-serif;
    font-weight: 200;
    font-size: 1.0625rem;
    padding: 0 60px
}

.cmp-teaserlist__item .groupofcirclecallouts .circleCallouts-circle .circleCallouts-link .pageteaser__content__link,
.groupofcirclecallouts .circleCallouts-circle .circleCallouts-link .cmp-teaserlist__item .pageteaser__content__link,
.groupofcirclecallouts .circleCallouts-circle .circleCallouts-link a {
    color: #00a6ca;
    text-decoration: none
}

.cmp-teaserlist__item .groupofcirclecallouts .circleCallouts-circle .circleCallouts-link .pageteaser__content__link .arrow-blue,
.cmp-teaserlist__item .groupofcirclecallouts .circleCallouts-circle .circleCallouts-link .pageteaser__content__link .arrow-blue.blueicon,
.groupofcirclecallouts .circleCallouts-circle .circleCallouts-link .cmp-teaserlist__item .pageteaser__content__link .arrow-blue,
.groupofcirclecallouts .circleCallouts-circle .circleCallouts-link .cmp-teaserlist__item .pageteaser__content__link .arrow-blue.blueicon,
.groupofcirclecallouts .circleCallouts-circle .circleCallouts-link a .arrow-blue,
.groupofcirclecallouts .circleCallouts-circle .circleCallouts-link a .arrow-blue.blueicon {
    display: inline-block
}

.groupofcirclecallouts .ss-circle-blue .circleCallouts-circle .circleCallouts-category {
    color: #fff
}

.groupofcirclecallouts .ss-circle-blue .circleCallouts-circle .circleCallouts-category span {
    margin-left: 0;
    padding: 3px 13px;
    border-radius: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 9pt;
    letter-spacing: 1px;
    background: rgba(230, 246, 250, .2)
}

.groupofcirclecallouts .ss-circle-blue .circleCallouts-circle .circleCallouts-description {
    font-family: Intro, sans-serif;
    font-size: 1.375rem;
    padding: 0 60px
}

.cmp-teaserlist__item .groupofcirclecallouts .ss-circle-blue .circleCallouts-circle .circleCallouts-link .pageteaser__content__link,
.groupofcirclecallouts .ss-circle-blue .circleCallouts-circle .circleCallouts-link .cmp-teaserlist__item .pageteaser__content__link,
.groupofcirclecallouts .ss-circle-blue .circleCallouts-circle .circleCallouts-link a {
    color: #00a6ca;
    text-decoration: none
}

.cmp-teaserlist__item .groupofcirclecallouts .ss-circle-blue .circleCallouts-circle .circleCallouts-link .pageteaser__content__link .arrow-blue,
.cmp-teaserlist__item .groupofcirclecallouts .ss-circle-blue .circleCallouts-circle .circleCallouts-link .pageteaser__content__link .arrow-blue.blueicon,
.groupofcirclecallouts .ss-circle-blue .circleCallouts-circle .circleCallouts-link .cmp-teaserlist__item .pageteaser__content__link .arrow-blue,
.groupofcirclecallouts .ss-circle-blue .circleCallouts-circle .circleCallouts-link .cmp-teaserlist__item .pageteaser__content__link .arrow-blue.blueicon,
.groupofcirclecallouts .ss-circle-blue .circleCallouts-circle .circleCallouts-link a .arrow-blue,
.groupofcirclecallouts .ss-circle-blue .circleCallouts-circle .circleCallouts-link a .arrow-blue.blueicon {
    display: inline-block
}

@media (max-width:991.98px) {
    .centeredCircles {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .groupofcirclecallouts {
        padding: 50px 0
    }

    .groupofcirclecallouts__firstCircle {
        margin-top: auto
    }

    .groupofcirclecallouts__firstCircle .circleCallouts-circle {
        height: 325px;
        width: 325px
    }

    .groupofcirclecallouts__firstCircle .categoryIcon {
        position: absolute;
        top: -6%;
        right: 12%
    }

    .groupofcirclecallouts__secondCircle .circleCallouts-circle {
        height: 325px;
        width: 325px
    }

    .groupofcirclecallouts__secondCircle .categoryIcon {
        position: absolute;
        top: -6%;
        right: 12%
    }

    .groupofcirclecallouts__thirdCircle .circleCallouts-circle {
        height: 325px;
        width: 325px
    }

    .groupofcirclecallouts__thirdCircle .categoryIcon {
        position: absolute;
        top: -6%;
        right: 12%
    }

    .groupofcirclecallouts .circleCallouts-circle .circle-content div {
        margin-top: 20px;
        margin-bottom: 10px
    }
}

@media (min-width:696px) and (max-width:1199.98px) {
    .groupofcirclecallouts {
        padding: 60px 15px 200px 30px
    }

    .groupofcirclecallouts .categoryIcon {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        background-color: #00a6ca;
        color: #fff
    }

    .groupofcirclecallouts .categoryIcon img {
        width: 55%
    }

    .groupofcirclecallouts__firstCircle .circleCallouts-circle {
        height: 236px;
        width: 236px
    }

    .groupofcirclecallouts__firstCircle .categoryIcon {
        position: absolute;
        top: 1%;
        right: 12%
    }

    .groupofcirclecallouts__secondCircle .circleCallouts-circle {
        height: 246px;
        width: 246px
    }

    .groupofcirclecallouts__secondCircle .categoryIcon {
        position: absolute;
        top: -5%;
        right: 12%
    }

    .groupofcirclecallouts__thirdCircle .circleCallouts-circle {
        height: 16pc;
        width: 16pc
    }

    .groupofcirclecallouts__thirdCircle .categoryIcon {
        position: absolute;
        top: -5%;
        right: 12%
    }

    .groupofcirclecallouts .circleCallouts-circle .circle-content div {
        margin-top: 20px;
        margin-bottom: 10px
    }

    .groupofcirclecallouts .circleCallouts-circle .circleCallouts-heading {
        font-size: 2.5rem
    }

    .groupofcirclecallouts .circleCallouts-circle .circleCallouts-description {
        font-size: .875rem
    }

    .cmp-teaserlist__item .groupofcirclecallouts .circleCallouts-circle .circleCallouts-link .pageteaser__content__link,
    .groupofcirclecallouts .circleCallouts-circle .circleCallouts-link .cmp-teaserlist__item .pageteaser__content__link,
    .groupofcirclecallouts .circleCallouts-circle .circleCallouts-link a {
        font-size: .75rem
    }

    .groupofcirclecallouts .ss-circle-blue .circleCallouts-circle .circle-content div {
        margin-top: 20px;
        margin-bottom: 10px
    }

    .groupofcirclecallouts .ss-circle-blue .circleCallouts-circle .circleCallouts-heading {
        font-size: 2.5rem
    }

    .groupofcirclecallouts .ss-circle-blue .circleCallouts-circle .circleCallouts-description {
        font-size: .875rem
    }

    .cmp-teaserlist__item .groupofcirclecallouts .ss-circle-blue .circleCallouts-circle .circleCallouts-link .pageteaser__content__link,
    .groupofcirclecallouts .ss-circle-blue .circleCallouts-circle .circleCallouts-link .cmp-teaserlist__item .pageteaser__content__link,
    .groupofcirclecallouts .ss-circle-blue .circleCallouts-circle .circleCallouts-link a {
        font-size: .75rem
    }
}

@media (min-width:1200px) {
    .groupofcirclecallouts .circleCallouts-circle .circleCallouts-description {
        padding: 0 75pt
    }
}

.timeline-wrapper {
    padding: 5% 0 10%;
    background-color: #f7f9fa
}

.timeline-wrapper h2 {
    padding: 0 50px 0 10px;
    line-height: 40px;
    margin-bottom: 0
}

.timeline-wrapper .swiper-container {
    margin: 0 10px;
    overflow-y: hidden
}

.timeline-wrapper .swiper-container .swiper-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 35px
}

.timeline-wrapper .swiper-container .swiper-wrapper .swiper-slide {
    font-family: Roboto, sans-serif;
    font-size: 1pc;
    font-weight: 300;
    width: 300px;
    height: 100%;
    line-height: 24px;
    text-align: left
}

.timeline-wrapper .swiper-container .swiper-wrapper .swiper-slide .status {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #d8d8d8;
    position: relative;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    top: 235px
}

.timeline-wrapper .swiper-container .swiper-wrapper .swiper-slide .status span {
    margin-bottom: 30px
}

.timeline-wrapper .swiper-container .swiper-wrapper .swiper-slide .status span:before {
    content: "";
    width: 9pt;
    height: 9pt;
    background-color: #00a6ca;
    border-radius: 9pt;
    border: 2px solid #00a6ca;
    position: absolute;
    left: 2.5%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.timeline-wrapper .swiper-container .swiper-wrapper .swiper-slide .content {
    padding-top: 10px
}

.timeline-wrapper .swiper-container .swiper-wrapper .swiper-slide .content .circle-img {
    float: none;
    padding-bottom: 40px;
    padding-right: 0
}

.timeline-wrapper .swiper-container .swiper-wrapper .swiper-slide .content .circle-img .circle-border {
    border-radius: 50%;
    width: 153.38px;
    height: 153.38px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.timeline-wrapper .swiper-container .swiper-wrapper .swiper-slide .content .item {
    padding-top: 25px
}

.timeline-wrapper .swiper-container .swiper-wrapper .swiper-slide .content .item .timestamp {
    margin-bottom: 5px;
    font-size: 30px;
    font-family: Intro;
    font-weight: 400;
    line-height: 40px
}

.timeline-wrapper .swiper-container .swiper-wrapper .swiper-slide .content .item .timeLineText {
    width: 222px
}

.timeline-wrapper .swiper-container .swiper-wrapper .swiper-slide:nth-child(odd) {
    padding-top: none
}

.timeline-wrapper .swiper-container .swiper-wrapper .odd:nth-child(odd) {
    top: 235px
}

.timeline-wrapper .swiper-container::-webkit-scrollbar-track {
    background: #e6edf1;
    border: 1px transparent;
    border-radius: 10px
}

.timeline-wrapper .swiper-container::-webkit-scrollbar {
    height: 10px
}

.timeline-wrapper .swiper-container::-webkit-scrollbar-thumb {
    background: #00a6ca;
    border-radius: 10px;
    height: 6px
}

@media (min-width:696px) {
    .timeline-wrapper h2 {
        padding: 0 0 0 55px;
        line-height: 46px;
        margin-bottom: 2rem
    }

    .timeline-wrapper .swiper-container {
        margin: 0 13px;
        overflow-y: hidden
    }

    .timeline-wrapper .swiper-container .swiper-wrapper .swiper-slide {
        font-size: 14px;
        line-height: 20px;
        width: 520px
    }

    .timeline-wrapper .swiper-container .swiper-wrapper .swiper-slide .status {
        top: 0
    }

    .timeline-wrapper .swiper-container .swiper-wrapper .swiper-slide .status span:before {
        left: 33%
    }

    .timeline-wrapper .swiper-container .swiper-wrapper .swiper-slide .content .circle-img {
        float: left;
        padding-bottom: 40px;
        padding-right: 20px
    }

    .timeline-wrapper .swiper-container .swiper-wrapper .swiper-slide .content .item {
        padding-top: 25px
    }

    .timeline-wrapper .swiper-container .swiper-wrapper .swiper-slide .content .item .timestamp {
        font-size: 22px;
        line-height: 29px
    }

    .timeline-wrapper .swiper-container .swiper-wrapper .swiper-slide .content .item .timeLineText {
        width: 520px
    }

    .timeline-wrapper .swiper-container .swiper-wrapper .swiper-slide:nth-child(odd) {
        padding-top: 267px
    }

    .timeline-wrapper .swiper-container .swiper-wrapper .odd:nth-child(odd) {
        top: 267px
    }
}

@media (min-width:992px) {
    .timeline-wrapper h2 {
        padding: 0 0 0 130px;
        line-height: 46px;
        margin-bottom: 2rem
    }

    .timeline-wrapper .swiper-container {
        margin: 0 25px;
        overflow-y: hidden
    }

    .timeline-wrapper .swiper-container .swiper-wrapper .swiper-slide {
        font-size: 17px;
        width: 40pc;
        line-height: 25px
    }

    .timeline-wrapper .swiper-container .swiper-wrapper .swiper-slide .status {
        top: 0
    }

    .timeline-wrapper .swiper-container .swiper-wrapper .swiper-slide .status span:before {
        left: 27%
    }

    .timeline-wrapper .swiper-container .swiper-wrapper .swiper-slide .content {
        padding-top: 10px
    }

    .timeline-wrapper .swiper-container .swiper-wrapper .swiper-slide .content .circle-img {
        float: left;
        padding-bottom: 40px;
        padding-right: 20px
    }

    .timeline-wrapper .swiper-container .swiper-wrapper .swiper-slide .content .item {
        padding-top: 25px
    }

    .timeline-wrapper .swiper-container .swiper-wrapper .swiper-slide .content .item .timeLineText {
        width: 40pc
    }

    .timeline-wrapper .swiper-container .swiper-wrapper .swiper-slide:nth-child(odd) {
        padding-top: 267px
    }

    .timeline-wrapper .swiper-container .swiper-wrapper .odd:nth-child(odd) {
        top: 267px
    }
}

.ssbannervideohidecircle #firstimage {
    display: none
}

.bannervideo #firstimage {
    border-radius: 500px;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    width: 79px;
    height: 79px;
    background-color: #e6f6fa;
    left: 65px
}

@media (max-width:1024px) {
    .bannervideo #firstimage {
        left: 15px
    }
}

@media (max-width:767px) {
    .bannervideo #firstimage {
        position: static;
        margin: 0 0 -45px;
        width: 49px;
        height: 49px
    }
}

.bannervideo #firstimage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top left;
    object-position: top left;
    -webkit-box-shadow: 0 10px 46px 0 rgba(0, 67, 100, .1);
    box-shadow: 0 10px 46px 0 rgba(0, 67, 100, .1);
    background-color: #e6f6fa
}

.bannervideo .video__calltoaction {
    background-color: #004364;
    color: #fff;
    text-transform: none
}

.bannervideo .video_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
    margin-top: 3.125rem
}

@media (min-width:696px) {
    .bannervideo .video_container {
        margin-top: 0
    }
}

.bannervideo .video_image_container {
    display: inline-block;
    width: 20pc;
    height: 20pc;
    border-radius: 50%;
    overflow: hidden
}

.bannervideo #video_image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.bannervideo .btn-video {
    font-family: Intro, Trebuchet MS, Helvetica, Arial, sans-serif;
    width: 178px !important;
    height: 50px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #004364;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 10px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 4px solid transparent;
    border-radius: 500px !important;
    margin: 5px 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-column-gap: .3125rem;
    -moz-column-gap: .3125rem;
    column-gap: .3125rem
}

.bannervideo .btn-video__videoplay {
    background-image: url(clientlib-trubrand/resources/images/play_dblue_24dp.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    display: inline-block;
    width: 24px !important;
    height: 24px !important
}

.bannervideo .btn-video:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #004364;
    border-color: #004364
}

.bannervideo .btn-video:not(:disabled):not(.disabled):active__videoplay {
    background-image: url(clientlib-trubrand/resources/images/play_dblue_24dp.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px !important;
    height: 24px !important
}

.bannervideo .btn-video:hover {
    color: #fff;
    background-color: #004364;
    border-color: #004364
}

.bannervideo .btn-video:hover .btn-video__videoplay {
    background-image: url(clientlib-trubrand/resources/images/play_white_24dp.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px !important;
    height: 24px !important
}

.video_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.video_image_container {
    display: inline-block;
    width: 375px;
    height: 375px;
    border-radius: 50%;
    overflow: hidden
}

@media (min-width:696px) {
    .bannervideo .video_image_container {
        display: inline-block;
        width: 283px;
        height: 283px;
        border-radius: 50%;
        overflow: hidden
    }
}

@media (min-width:1200px) {
    .bannervideo .video_image_container {
        display: inline-block;
        width: 475px;
        height: 475px;
        border-radius: 50%;
        overflow: hidden
    }
}

.tu-modal {
    display: none;
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto
}

.tu-modal.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.tu-modal.active.after-message--active .tu-modal__button,
.tu-modal.active.after-message--active .tu-modal__text-container {
    display: none
}

.tu-modal.active.after-message--active .tu-modal__after-message-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tu-modal .close-icon {
    right: 10px;
    background-image: url(clientlib-trubrand/resources/images/close.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 75%;
    position: absolute;
    top: 10px
}

.tu-modal__content {
    background-color: #fff;
    margin: 1.25rem 3%;
    overflow-y: auto;
    padding: 3.125rem 1.25rem 2.5rem;
    position: relative
}

.tu-modal__content,
.tu-modal__text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tu-modal__text li,
.tu-modal__text p {
    font-size: 1pc
}

.cmp-teaserlist__item .tu-modal__text .pageteaser__content__link,
.tu-modal__text .cmp-teaserlist__item .pageteaser__content__link,
.tu-modal__text a {
    text-decoration: underline
}

.tu-modal__image {
    margin-bottom: 2.5rem
}

.tu-modal__button {
    position: relative;
    background: #fcd800;
    color: #000;
    font-family: Intro, "sans-serif";
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    border: none;
    border-radius: 3.125rem;
    padding: 1rem 1.625rem;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
    margin-top: 1.25rem
}

.tu-modal__button,
.tu-modal__button:hover {
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.tu-modal__button:hover {
    color: #fff;
    background: #004364;
    text-decoration: none;
    color: #000
}

.tu-modal__after-message-container {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tu-modal__after-message-container .tu-modal__image {
    margin-right: 1.25rem
}

@media (min-width:696px) {
    .tu-modal__content {
        margin: 0 auto;
        max-width: 43.75rem
    }
}

@media (min-width:992px) {
    .tu-modal__content {
        padding: 3.125rem
    }

    .tu-modal__text-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .tu-modal__image {
        margin-right: 1.25rem
    }
}

.tu-modal video {
    width: 100%
}

.insightcontentteaser__title {
    margin-bottom: 1.25rem
}

.insightcontentteaser .cmp-insightcontentteaser__wrapper1 {
    overflow: hidden
}

.insightcontentteaser .cmp-insightcontentteaser__block {
    padding: 0
}

.insightcontentteaser .cmp-insightcontentteaser__block .leftImageWrapper {
    -webkit-mask-image: url(clientlib-trubrand/resources/images/carousel-mb-mask.svg);
    mask-image: url(clientlib-trubrand/resources/images/carousel-mb-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    -webkit-mask-size: cover;
    mask-size: cover;
    height: 100%;
    max-height: 11.875rem
}

@media (min-width:696px) {
    .insightcontentteaser .cmp-insightcontentteaser__block .leftImageWrapper {
        max-height: none;
        -webkit-mask-image: url(clientlib-trubrand/resources/images/insights-mask.svg);
        mask-image: url(clientlib-trubrand/resources/images/insights-mask.svg);
        -webkit-mask-position: center right;
        mask-position: center right
    }
}

.insightcontentteaser .cmp-insightcontentteaser__block .leftImageWrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.insightcontentteaser .cmp-insightcontentteaser__block .leftImageWrapper .cmp-image,
.insightcontentteaser .cmp-insightcontentteaser__block .leftImageWrapper .cmp-teaser__image {
    height: 100%
}

.insightcontentteaser .cmp-insightcontentteaser__content {
    padding: 35px 35px 44px
}

@media (min-width:696px) {
    .insightcontentteaser .cmp-insightcontentteaser__content {
        padding: 1.875rem 1.5rem
    }
}

@media (min-width:992px) {
    .insightcontentteaser .cmp-insightcontentteaser__content {
        padding: 2.5rem
    }
}

.insightcontentteaser .cmp-insightcontentteaser .cmp-link,
.insightcontentteaser .cmp-insightcontentteaser .cmp-text,
.insightcontentteaser .cmp-insightcontentteaser .cmp-title {
    text-align: center
}

.insightcontentteaser .cmp-insightcontentteaser .linkcalltoaction {
    padding-bottom: 2.5rem
}

.insightcontentteaser.tss-backgroundcolor-dark-blue {
    background-color: #005365;
    --darkbg-textcolor: #fff
}

.cmp-teaser .insightcontentteaser.tss-backgroundcolor-dark-blue .pageteaser__content__title,
.cmp-teaserlist__item .insightcontentteaser.tss-backgroundcolor-dark-blue .pageteaser__content__link,
.cmp-teaserlist__item .insightcontentteaser.tss-backgroundcolor-dark-blue .pageteaser__content__title,
.insightcontentteaser.tss-backgroundcolor-dark-blue .cmp-teaser .pageteaser__content__title,
.insightcontentteaser.tss-backgroundcolor-dark-blue .cmp-teaserlist__item .pageteaser__content__link,
.insightcontentteaser.tss-backgroundcolor-dark-blue .cmp-teaserlist__item .pageteaser__content__title,
.insightcontentteaser.tss-backgroundcolor-dark-blue a,
.insightcontentteaser.tss-backgroundcolor-dark-blue button,
.insightcontentteaser.tss-backgroundcolor-dark-blue h1,
.insightcontentteaser.tss-backgroundcolor-dark-blue h2,
.insightcontentteaser.tss-backgroundcolor-dark-blue h3,
.insightcontentteaser.tss-backgroundcolor-dark-blue h4,
.insightcontentteaser.tss-backgroundcolor-dark-blue li,
.insightcontentteaser.tss-backgroundcolor-dark-blue p,
.insightcontentteaser.tss-backgroundcolor-dark-blue ul {
    color: var(--darkbg-textcolor)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .insightcontentteaser.tss-backgroundcolor-dark-blue .ss-buttonstyle-secondary button.mktoButton[type=submit],
.insightcontentteaser.tss-backgroundcolor-dark-blue .ss-buttonstyle-secondary .btn,
.insightcontentteaser.tss-backgroundcolor-dark-blue .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.insightcontentteaser.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.cmp-teaserlist__item .insightcontentteaser.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .insightcontentteaser.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.insightcontentteaser.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.insightcontentteaser.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.insightcontentteaser.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.insightcontentteaser.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.insightcontentteaser.tss-backgroundcolor-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--darkbg-textcolor)
}

.insightcontentteaser.tss-backgroundcolor-gray {
    background-color: #ddd;
    --lightbg-textcolor: #000
}

.cmp-teaser .insightcontentteaser.tss-backgroundcolor-gray .pageteaser__content__title,
.cmp-teaserlist__item .insightcontentteaser.tss-backgroundcolor-gray .pageteaser__content__link,
.cmp-teaserlist__item .insightcontentteaser.tss-backgroundcolor-gray .pageteaser__content__title,
.insightcontentteaser.tss-backgroundcolor-gray .cmp-teaser .pageteaser__content__title,
.insightcontentteaser.tss-backgroundcolor-gray .cmp-teaserlist__item .pageteaser__content__link,
.insightcontentteaser.tss-backgroundcolor-gray .cmp-teaserlist__item .pageteaser__content__title,
.insightcontentteaser.tss-backgroundcolor-gray a,
.insightcontentteaser.tss-backgroundcolor-gray button,
.insightcontentteaser.tss-backgroundcolor-gray h1,
.insightcontentteaser.tss-backgroundcolor-gray h2,
.insightcontentteaser.tss-backgroundcolor-gray h3,
.insightcontentteaser.tss-backgroundcolor-gray h4,
.insightcontentteaser.tss-backgroundcolor-gray li,
.insightcontentteaser.tss-backgroundcolor-gray p,
.insightcontentteaser.tss-backgroundcolor-gray ul {
    color: var(--lightbg-textcolor)
}

.insightcontentteaser.tss-backgroundcolor-gray .cmp-breadcrumb__list {
    background-color: #e6edf1
}

.cmp-teaserlist__item .insightcontentteaser.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .insightcontentteaser.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.insightcontentteaser.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.insightcontentteaser.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.insightcontentteaser.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.insightcontentteaser.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.insightcontentteaser.tss-backgroundcolor-gray .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--lightbg-textcolor)
}

.insightcontentteaser.tss-backgroundcolor-white {
    background-color: #fff;
    --lightbg-textcolor: #000
}

.cmp-teaser .insightcontentteaser.tss-backgroundcolor-white .pageteaser__content__title,
.cmp-teaserlist__item .insightcontentteaser.tss-backgroundcolor-white .pageteaser__content__link,
.cmp-teaserlist__item .insightcontentteaser.tss-backgroundcolor-white .pageteaser__content__title,
.insightcontentteaser.tss-backgroundcolor-white .cmp-teaser .pageteaser__content__title,
.insightcontentteaser.tss-backgroundcolor-white .cmp-teaserlist__item .pageteaser__content__link,
.insightcontentteaser.tss-backgroundcolor-white .cmp-teaserlist__item .pageteaser__content__title,
.insightcontentteaser.tss-backgroundcolor-white a,
.insightcontentteaser.tss-backgroundcolor-white button,
.insightcontentteaser.tss-backgroundcolor-white h1,
.insightcontentteaser.tss-backgroundcolor-white h2,
.insightcontentteaser.tss-backgroundcolor-white h3,
.insightcontentteaser.tss-backgroundcolor-white h4,
.insightcontentteaser.tss-backgroundcolor-white li,
.insightcontentteaser.tss-backgroundcolor-white p,
.insightcontentteaser.tss-backgroundcolor-white ul {
    color: var(--lightbg-textcolor)
}

.insightcontentteaser.tss-backgroundcolor-white .cmp-breadcrumb__list {
    background-color: #e6edf1
}

.cmp-teaserlist__item .insightcontentteaser.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .insightcontentteaser.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.insightcontentteaser.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.insightcontentteaser.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.insightcontentteaser.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.insightcontentteaser.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.insightcontentteaser.tss-backgroundcolor-white .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--lightbg-textcolor)
}

.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue {
    background-color: #004364;
    border-radius: 10px;
    --darkbg-textcolor: #fff
}

.cmp-teaser .insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue .pageteaser__content__title,
.cmp-teaserlist__item .insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue .pageteaser__content__link,
.cmp-teaserlist__item .insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue .pageteaser__content__title,
.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue .cmp-teaser .pageteaser__content__title,
.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .pageteaser__content__link,
.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .pageteaser__content__title,
.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue a,
.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue button,
.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue h1,
.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue h2,
.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue h3,
.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue h4,
.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue li,
.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue p,
.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue ul {
    color: var(--darkbg-textcolor)
}

.embed .mktoForm .mktoButtonRow .mktoButtonWrap .insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue .ss-buttonstyle-secondary button.mktoButton[type=submit],
.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue .ss-buttonstyle-secondary .btn,
.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue .ss-buttonstyle-secondary .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton[type=submit] {
    border-color: var(--darkbg-textcolor);
    color: var(--darkbg-textcolor)
}

.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list {
    background: rgba(230, 246, 250, .2)
}

.cmp-teaserlist__item .insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--darkbg-textcolor)
}

.cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap .insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue button.pageteaser__content__link.mktoButton[type=submit],
.cmp-teaserlist__item .insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue .btn.pageteaser__content__link,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item .insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue button.pageteaser__content__link.mktoButton[type=submit],
.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .btn.pageteaser__content__link,
.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.pageteaser__content__link.mktoButton[type=submit],
.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue .embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item button.pageteaser__content__link.mktoButton[type=submit],
.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue a.btn {
    color: #000
}

.cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap .insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue button.pageteaser__content__link.mktoButton:hover[type=submit],
.cmp-teaserlist__item .insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue .btn.pageteaser__content__link:hover,
.embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item .insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue button.pageteaser__content__link.mktoButton:hover[type=submit],
.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .btn.pageteaser__content__link:hover,
.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue .cmp-teaserlist__item .embed .mktoForm .mktoButtonRow .mktoButtonWrap button.pageteaser__content__link.mktoButton:hover[type=submit],
.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue .embed .mktoForm .mktoButtonRow .mktoButtonWrap .cmp-teaserlist__item button.pageteaser__content__link.mktoButton:hover[type=submit],
.insightcontentteaser.tss-backgroundcolor-trubrand-dark-blue a.btn:hover {
    background-color: #fff
}

.insightcontentteaser.tss-backgroundcolor-trubrand-light-gray {
    background-color: #f7f9fa;
    --lightbg-textcolor: #000
}

.cmp-teaser .insightcontentteaser.tss-backgroundcolor-trubrand-light-gray .pageteaser__content__title,
.cmp-teaserlist__item .insightcontentteaser.tss-backgroundcolor-trubrand-light-gray .pageteaser__content__link,
.cmp-teaserlist__item .insightcontentteaser.tss-backgroundcolor-trubrand-light-gray .pageteaser__content__title,
.insightcontentteaser.tss-backgroundcolor-trubrand-light-gray .cmp-teaser .pageteaser__content__title,
.insightcontentteaser.tss-backgroundcolor-trubrand-light-gray .cmp-teaserlist__item .pageteaser__content__link,
.insightcontentteaser.tss-backgroundcolor-trubrand-light-gray .cmp-teaserlist__item .pageteaser__content__title,
.insightcontentteaser.tss-backgroundcolor-trubrand-light-gray a,
.insightcontentteaser.tss-backgroundcolor-trubrand-light-gray button,
.insightcontentteaser.tss-backgroundcolor-trubrand-light-gray h1,
.insightcontentteaser.tss-backgroundcolor-trubrand-light-gray h2,
.insightcontentteaser.tss-backgroundcolor-trubrand-light-gray h3,
.insightcontentteaser.tss-backgroundcolor-trubrand-light-gray h4,
.insightcontentteaser.tss-backgroundcolor-trubrand-light-gray li,
.insightcontentteaser.tss-backgroundcolor-trubrand-light-gray p,
.insightcontentteaser.tss-backgroundcolor-trubrand-light-gray ul {
    color: var(--lightbg-textcolor)
}

.insightcontentteaser.tss-backgroundcolor-trubrand-light-gray .cmp-breadcrumb__list {
    background-color: #e6edf1
}

.cmp-teaserlist__item .insightcontentteaser.tss-backgroundcolor-trubrand-light-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .insightcontentteaser.tss-backgroundcolor-trubrand-light-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.insightcontentteaser.tss-backgroundcolor-trubrand-light-gray .cmp-breadcrumb__list .cmp-breadcrumb__item.cmp-breadcrumb__item--active span,
.insightcontentteaser.tss-backgroundcolor-trubrand-light-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.insightcontentteaser.tss-backgroundcolor-trubrand-light-gray .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.insightcontentteaser.tss-backgroundcolor-trubrand-light-gray .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.insightcontentteaser.tss-backgroundcolor-trubrand-light-gray .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover {
    color: var(--lightbg-textcolor)
}

.insightcontentteaser .cmp-insightcontentteaser__wrapper {
    overflow: hidden
}

.insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container {
    position: relative
}

.insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 {
    min-height: 14.0625rem;
    background-color: #fff;
    overflow: hidden;
    border: none
}

.insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content {
    padding: 0 2rem
}

.carousel.ss-carousel-hero-banner .cmp-carousel .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content .tu-pageteaser__content__contenttype,
.insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content .breadcrumb,
.insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype {
    margin-top: 2rem;
    margin-bottom: 1rem
}

.insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content .linkcalltoaction {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem
}

.insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content .insightcontentteaser__title {
    margin-bottom: 2rem
}

.insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content .insightcontentteaser__title .cmp-title .cmp-title__text {
    font-size: 1.375rem;
    line-height: 1.75rem
}

.insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content .text .cmp-text p {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.625rem
}

@media (min-width:696px) {
    .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content {
        padding: 0
    }

    .carousel.ss-carousel-hero-banner .cmp-carousel .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content .tu-pageteaser__content__contenttype,
    .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content .breadcrumb,
    .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype {
        margin-bottom: 2rem
    }

    .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content .linkcalltoaction,
    .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content .title {
        margin-bottom: 1.5rem
    }

    .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__block {
        padding: 0
    }

    .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__block .bigImageWrapper {
        height: 318px;
        -webkit-clip-path: ellipse(70% 70% at 70% 48%);
        clip-path: ellipse(70% 70% at 70% 48%)
    }
}

@media (min-width:992px) {
    .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content {
        margin-top: 1.5rem;
        margin-bottom: 2rem;
        padding: 0
    }

    .carousel.ss-carousel-hero-banner .cmp-carousel .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content .tu-pageteaser__content__contenttype,
    .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content .breadcrumb,
    .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content .carousel.ss-carousel-hero-banner .cmp-carousel .tu-pageteaser__content__contenttype {
        margin-bottom: 3rem
    }

    .cmp-teaser .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content .pageteaser__content__title,
    .cmp-teaserlist__item .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content .pageteaser__content__title,
    .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content .cmp-teaser .pageteaser__content__title,
    .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content .cmp-teaserlist__item .pageteaser__content__title,
    .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content h4 {
        font-size: 1.3125rem;
        line-height: 1.75rem;
        font-family: Intro, sans-serif;
        font-weight: 600
    }

    .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__block {
        position: relative;
        width: 100%;
        border-radius: 10px
    }

    .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__block .leftImageWrapper {
        position: absolute;
        height: 200px;
        -webkit-clip-path: ellipse(70% 70% at 70% 40%);
        clip-path: ellipse(70% 70% at 70% 40%)
    }
}

@media (min-width:1200px) {

    .cmp-teaser .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content .pageteaser__content__title,
    .cmp-teaserlist__item .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content .pageteaser__content__title,
    .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content .cmp-teaser .pageteaser__content__title,
    .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content .cmp-teaserlist__item .pageteaser__content__title,
    .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content h4 {
        font-size: 1.3125rem;
        line-height: 1.75rem;
        font-family: Intro, sans-serif;
        font-weight: 600
    }

    .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content .title .cmp-title .cmp-title__text {
        font-size: 1.875rem;
        line-height: 2.5rem
    }

    .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__content .text .cmp-text p {
        font-size: 1.25rem;
        line-height: 1.875rem
    }

    .insightcontentteaser .cmp-insightcontentteaser__wrapper .cmp-insightcontentteaser__container .cmp-insightcontentteaser__wrapper1 .cmp-insightcontentteaser__block .leftImageWrapper {
        -webkit-clip-path: ellipse(70% 90% at 70% 43%);
        clip-path: ellipse(70% 90% at 70% 43%)
    }
}

.blog-nav-wrap .blog-mobile-dropdown {
    padding: 1.125rem 1.75rem;
    border-color: #ccdbe3;
    border-style: solid;
    border-width: 1px 0
}

.blog-nav-wrap .blog-mobile-dropdown img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.blog-nav-wrap .blog-mobile-dropdown.open img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.blog-nav-wrap .blog-subnavigation {
    padding: 1.125rem 0;
    border-color: #ccdbe3;
    border-style: solid;
    border-width: 1px 0
}

.blog-nav-wrap .blog-subnavigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    list-style: none;
    margin: 0 auto
}

.blog-nav-wrap .blog-subnavigation li.active .cmp-teaserlist__item .pageteaser__content__link,
.blog-nav-wrap .blog-subnavigation li.active a,
.cmp-teaserlist__item .blog-nav-wrap .blog-subnavigation li.active .pageteaser__content__link {
    text-decoration: underline;
    color: #004364;
    pointer-events: none
}

.blog-nav-wrap .blog-subnavigation li .cmp-teaserlist__item .pageteaser__content__link,
.blog-nav-wrap .blog-subnavigation li a,
.cmp-teaserlist__item .blog-nav-wrap .blog-subnavigation li .pageteaser__content__link {
    color: #000;
    text-transform: capitalize;
    text-decoration: none
}

.featuredblogs.teaserlist {
    margin-bottom: 0
}

.bloglist .cmp-pagesection,
.bloglist .featuredhero .cmp-featuredhero,
.bloglist .gallery .cmp-contentgallery,
.featuredhero .bloglist .cmp-featuredhero,
.gallery .bloglist .cmp-contentgallery {
    padding: 0
}

.bloglist .teaserlist {
    margin-bottom: 0
}

.bloglist .insightgrid .mobile-teaserlist-header-btn {
    border-bottom: none;
    padding-bottom: 0
}

.bloglist .insightgrid .cmp-teaserlist {
    grid-template-columns: auto;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    margin: 0;
    grid-gap: unset
}

.bloglist .insightgrid .cmp-teaserlist .cmp-teaserlist__item {
    width: 100%;
    padding: 0;
    margin: 0 0 1.875rem
}

@media (min-width:992px) {
    .bloglist .insightgrid .cmp-teaserlist .cmp-teaserlist__item {
        margin: 0
    }
}

.bloglist .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser {
    background-color: #fff;
    text-align: center;
    border-radius: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 3px 3px 20px 0 #ddd;
    box-shadow: 3px 3px 20px 0 #ddd;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
    width: 100%
}

.bloglist .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser:active,
.bloglist .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser:focus,
.bloglist .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser:hover {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 67, 100, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 67, 100, .2)
}

.bloglist .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__imagecontainer {
    max-height: 11.4375rem
}

@media (min-width:992px) {
    .bloglist .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__imagecontainer {
        max-height: 10.8125rem
    }
}

.bloglist .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__imagecontainer .pageteaser__imagecontainer__image {
    width: 100%;
    height: 10rem;
    overflow: hidden;
    position: relative;
    background-color: #00a6ca;
    -webkit-mask-image: url(clientlib-trubrand/resources/images/gallery-mask.svg);
    mask-image: url(clientlib-trubrand/resources/images/gallery-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center 100%;
    mask-position: center 100%;
    -webkit-mask-size: cover;
    mask-size: cover
}

@media (min-width:696px) {
    .bloglist .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__imagecontainer .pageteaser__imagecontainer__image {
        height: 5.625rem
    }
}

@media (min-width:992px) {
    .bloglist .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__imagecontainer .pageteaser__imagecontainer__image {
        height: 10rem
    }
}

.bloglist .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__imagecontainer .pageteaser__imagecontainer__image img {
    top: 0;
    left: 0
}

.bloglist .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content__contenttype {
    font-size: .75rem;
    font-weight: 600;
    background-color: #004364;
    color: #fff;
    border-radius: 60px;
    letter-spacing: 1px;
    margin-bottom: 0;
    z-index: 2;
    line-height: 24px;
    padding: 0 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 90%
}

@media (min-width:992px) {
    .bloglist .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content__contenttype {
        -webkit-transform: none;
        transform: none
    }
}

.bloglist .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content__contenttype.hide {
    visibility: hidden
}

.bloglist .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content {
    width: 100%;
    padding: 1.5rem 1.75rem 0;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    margin: 0;
    grid-gap: .625rem
}

.bloglist .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content .read-info {
    font-size: .875rem;
    padding: 1rem 0;
    border-top: .0625rem solid #ccc
}

.bloglist .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content .description {
    text-transform: none;
    line-height: 1.6;
    letter-spacing: normal;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (min-width:696px) {
    .bloglist .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content {
        padding: 1.375rem 1.25rem 1.5rem
    }
}

@media (min-width:992px) {
    .bloglist .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content {
        padding: 1.5rem 1.75rem 0;
        margin: 0
    }

    .bloglist .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content .description {
        font-size: .875rem
    }

    .bloglist .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content .read-info {
        font-size: .75rem
    }
}

.bloglist .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__title {
    padding: 1.25rem 0 0;
    margin: 0;
    font-size: 21px;
    line-height: 1.75rem;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

@media (min-width:696px) {
    .bloglist .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__title {
        padding: .9375rem 0 0;
        font-size: 18px;
        line-height: 1.5rem
    }
}

@media (min-width:992px) {
    .bloglist .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__title {
        padding: 0;
        font-size: 21px;
        line-height: 1.75rem
    }
}

.bloglist .insightgrid .cmp-teaserlist .categorygrid-items .category-items {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0
}

.bloglist .insightgrid .cmp-teaserlist .categorygrid-items .category-items.loading {
    opacity: .5;
    pointer-events: none
}

.bloglist .insightgrid .cmp-teaserlist .categorygrid-items .category-items .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__title {
    -webkit-line-clamp: 2
}

.bloglist .assorted-bloglist .bloglist-wrap {
    display: grid;
    grid-template-columns: 1fr;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem
}

@media (min-width:992px) {
    .bloglist .assorted-bloglist .bloglist-wrap {
        grid-template-columns: 1.2fr 2fr
    }
}

.bloglist .assorted-bloglist .side-layout {
    margin: 0;
    list-style: none
}

.bloglist .assorted-bloglist .main-layout {
    margin: 0 0 1.875rem
}

@media (min-width:992px) {
    .bloglist .assorted-bloglist .main-layout {
        margin: 0
    }
}

.bloglist .list-view-wrap {
    list-style: none;
    margin: 0
}

.bloglist .list-view-wrap.plain li {
    margin: 0
}

@media (min-width:992px) {
    .bloglist .list-view-wrap.plain li {
        border: none;
        padding: 0
    }
}

.bloglist .list-view-wrap li {
    padding: 1.25rem;
    border: 1px solid #ccc;
    border-radius: .625rem;
    margin: 0 0 1.875rem
}

.bloglist .list-view-wrap li:last-of-type {
    margin: 0
}

@media (min-width:992px) {
    .bloglist .list-view-wrap li {
        padding: 1.875rem 0;
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: 0;
        margin: 0
    }

    .bloglist .list-view-wrap li:first-of-type {
        padding-top: 0
    }

    .bloglist .list-view-wrap li:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
        margin: 0
    }
}

.bloglist .list-view-wrap li .list-teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    gap: 1.5rem
}

.bloglist .list-view-wrap li .list-teaser>.has-img,
.bloglist .list-view-wrap li .list-teaser>.no-img {
    max-width: 8.1875rem;
    height: 3.9375rem;
    width: 100%
}

@media (min-width:696px) {

    .bloglist .list-view-wrap li .list-teaser>.has-img,
    .bloglist .list-view-wrap li .list-teaser>.no-img {
        max-width: 12.5rem;
        width: 100%;
        height: 6.0625rem
    }
}

.bloglist .list-view-wrap li .list-teaser>.no-img {
    background: #00a6ca;
    border-radius: .625rem
}

.bloglist .list-view-wrap li .list-teaser>.has-img>div {
    height: 100%
}

.bloglist .list-view-wrap li .list-teaser>.has-img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: .625rem
}

@media (min-width:696px) {
    .bloglist .list-view-wrap li .list-teaser {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:992px) {
    .bloglist .list-view-wrap li .list-teaser {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .bloglist .list-view-wrap li .list-teaser>.has-img,
    .bloglist .list-view-wrap li .list-teaser>.no-img {
        max-width: 12.5rem;
        height: 6.0625rem
    }
}

.bloglist .list-view-wrap li .list-teaser:hover {
    text-decoration: none
}

.bloglist .list-view-wrap li .list-teaser:hover h5 {
    color: #00a6ca
}

@media (min-width:696px) {
    .bloglist .list-view-wrap li .list-teaser .list_content {
        max-width: calc(100% - 12.5rem);
        width: 100%
    }
}

.bloglist .list-view-wrap li .list-teaser .list_content .category-read {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 .625rem;
    gap: 1rem
}

.bloglist .list-view-wrap li .list-teaser .list_content .category-read .list-pill {
    font-size: .75rem;
    font-weight: 600;
    background-color: #004364;
    color: #fff;
    border-radius: 20px;
    padding: .125rem .375rem
}

.bloglist .list-view-wrap li .list-teaser .list_content .category-read .list-pill:not(:first-of-type) {
    display: none
}

.bloglist .list-view-wrap li .list-teaser .list_content .category-read h6 {
    margin: 0;
    font-size: .75rem;
    color: #333
}

.bloglist .list-view-wrap li .list-teaser .list_content .list-title {
    font-size: 1.3125rem
}

.bloglist .list-view-wrap li .list-teaser .list_content h5 {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.bloglist .with-effect li {
    padding: 0;
    border: none;
    margin: 0 0 1.875rem
}

.bloglist .with-effect li .cmp-teaserlist__item .pageteaser__content__link,
.bloglist .with-effect li a,
.cmp-teaserlist__item .bloglist .with-effect li .pageteaser__content__link {
    padding: 1.25rem;
    background: hsla(0, 0%, 100%, .6);
    border-radius: .5rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.bloglist .with-effect li .cmp-teaserlist__item .pageteaser__content__link:hover,
.bloglist .with-effect li a:hover,
.cmp-teaserlist__item .bloglist .with-effect li .pageteaser__content__link:hover {
    -webkit-box-shadow: 0 3px 24px rgba(0, 67, 100, .10196078431372549);
    box-shadow: 0 3px 24px rgba(0, 67, 100, .10196078431372549);
    opacity: 1;
    background: #fff
}

.bloglist .grid-lt {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.875rem;
    margin: 0
}

@media (max-width:767px) {
    .bloglist .grid-lt.responsive-slider {
        grid-template-columns: repeat(3, 85%);
        overflow: auto
    }

    .bloglist .grid-lt.responsive-slider .pageteaser__content>p {
        display: none
    }
}

@media (max-width:767px) and (min-width:696px) {
    .bloglist .grid-lt.responsive-slider .pageteaser__content>p {
        display: block
    }
}

@media (max-width:767px) and (min-width:992px) {
    .bloglist .grid-lt.responsive-slider .pageteaser__content>p {
        display: block
    }
}

@media (min-width:696px) {
    .bloglist .grid-lt {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:992px) {
    .bloglist .grid-lt {
        grid-template-columns: repeat(3, 1fr)
    }
}

.bloglist .grid-tw {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.875rem;
    margin: 0
}

@media (min-width:992px) {
    .bloglist .grid-tw {
        grid-template-columns: repeat(2, 1fr)
    }
}

.bloglist .bloglist-custom-heading {
    padding: 0 0 1.0625rem;
    margin: 0 0 2rem;
    border-bottom: 1px solid #ccdbe3
}

@media (min-width:992px) {
    .bloglist .bloglist-custom-heading {
        margin: 0 0 4.0625rem
    }
}

.bloglist .bloglist-custom-heading .iconic-title {
    gap: .75rem
}

.bloglist .bloglist-custom-heading .iconic-title .related-img img {
    max-width: 2.5rem;
    width: 100%
}

.bloglist .btn-bloglist {
    gap: 8px;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: capitalize
}

.bloglist .btn-bloglist img {
    max-width: 1.1875rem;
    width: 100%;
    height: 100%
}

.bloglist .mobile-viewall {
    padding: 1.0625rem 0 0;
    border-top: 1px solid #ccdbe3;
    margin: 2rem 0 0
}

.bloglist .blogsearch-wrap {
    padding: 2.5rem 0 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:696px) {
    .bloglist .blogsearch-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 6.25rem
    }
}

@media (min-width:696px) {
    .bloglist .blogsearch-wrap .title {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media (min-width:992px) {
    .bloglist .blogsearch-wrap .title {
        -ms-flex-preferred-size: 65%;
        flex-basis: 65%
    }
}

.bloglist .blogsearch-wrap form {
    width: 100%
}

@media (min-width:696px) {
    .bloglist .blogsearch-wrap form {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: auto
    }
}

@media (min-width:992px) {
    .bloglist .blogsearch-wrap form {
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%
    }
}

.bloglist .blogsearch-wrap form .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=search],
.bloglist .blogsearch-wrap form .form-group input[type=search],
.embed .mktoForm .mktoFormRow .mktoFormCol .bloglist .blogsearch-wrap form .mktoFieldWrap input[type=search] {
    padding: 1.625rem 1.5rem 1.625rem 3.25rem;
    background: url(../../../content/dam/blogimages/search.svg) no-repeat;
    background-position: 1.5rem;
    background-size: 1rem
}

.statement-item {
    padding: 3.75rem 1.5625rem;
    -webkit-box-shadow: 0 3px 24px rgba(0, 67, 100, .10196078431372549);
    box-shadow: 0 3px 24px rgba(0, 67, 100, .10196078431372549);
    border-radius: 1rem;
    background-color: #fff
}

@media (min-width:696px) {
    .statement-item {
        background-size: contain;
        background: url(../../../content/dam/transunion/trubrand/icons/tu-icon.svg) no-repeat;
        background-position-x: -8%;
        background-position-y: 92px
    }
}

.statement-item .cmp-text {
    max-width: 74%;
    width: 100%;
    margin: auto
}

@media (min-width:696px) {
    .statement-item .cmp-text {
        max-width: 80%
    }
}

@media (min-width:992px) {
    .statement-item .cmp-text {
        max-width: 74%
    }
}

.columnrow .cmp-columnrow .cmp-columnrow__item .contentteaser.neutral-cards {
    padding: 2.5rem 2.125rem calc(40px - 5%);
    background-color: #fff;
    -webkit-box-shadow: 0 3px 24px rgba(0, 67, 100, .10196078431372549);
    box-shadow: 0 3px 24px rgba(0, 67, 100, .10196078431372549);
    border-radius: 1rem;
    margin-bottom: 1.5rem
}

.columnrow .cmp-columnrow .cmp-columnrow__item .contentteaser.neutral-cards .cmp-teaser__content h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0 0 1.125rem;
    font-weight: 600
}

.columnrow .cmp-columnrow .cmp-columnrow__item .contentteaser.neutral-cards .cmp-teaser__content p {
    color: #595959;
    font-size: inherit;
    line-height: inherit
}

.columnrow .cmp-columnrow .cmp-columnrow__item .contentteaser.neutral-cards .cmp-teaser__root-link .cmp-teaser__content__link {
    position: relative;
    background: #fcd800;
    font-family: Intro, "sans-serif";
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    border: none;
    border-radius: 3.125rem;
    padding: 1rem 1.625rem;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    text-decoration: none;
    text-transform: capitalize;
    color: #000;
    display: inline-block
}

.columnrow .cmp-columnrow .cmp-columnrow__item .contentteaser.neutral-cards .cmp-teaser__root-link .cmp-teaser__content__link:hover {
    background: #004364;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    color: #fff
}

.list-feature .bloglist-custom-heading .iconic-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .25rem
}

.list-feature .bloglist-custom-heading .iconic-title h2 {
    font-size: 2.2rem
}

.list-feature .bloglist-custom-heading .iconic-title .related-img img {
    max-width: 2.5rem;
    width: 100%;
    height: 37px
}

@media (min-width:992px) {
    .list-feature .bloglist .list-view-wrap li {
        padding: .9rem 0;
        border: none;
        border-bottom: 1px solid #ccc;
        border-top: 0;
        border-radius: 10px;
        margin: 0;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        width: 100%
    }
}

.bloglist .assorted-bloglist .side-layout {
    display: grid
}

.cmp-teaserlist__item .btn-bloglist.text-decoration-none.d-md-flex.align-items-center.d-none.pageteaser__content__link,
a.btn-bloglist.text-decoration-none.d-md-flex.align-items-center.d-none {
    display: none !important
}

@media (min-width:992px) {
    .list-feature .main-layout {
        display: grid;
        margin-top: 7% !important;
        margin-bottom: 4% !important
    }
}

@media (min-width:992px) {
    .list-feature .bloglist .bloglist-custom-heading {
        margin: 0;
        padding: 0;
        border: 0
    }
}

.list-feature .bloglist .list-view-wrap li {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: grid;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    border-bottom: 2px solid #e1e1e1;
    grid-template-columns: 1fr;
    padding-inline: 10px
}

.list-feature .bloglist .list-view-wrap li:hover {
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 4px 9pt;
    box-shadow: 0 4px 9pt rgba(0, 0, 0, .1)
}

.list-feature .bloglist .list-view-wrap li:hover h5 {
    color: #000
}

@media (min-width:696px) {
    .list-feature .bloglist .list-view-wrap li:last-child {
        border-bottom: none
    }
}

.list-feature .bloglist .list-view-wrap li .list-teaser {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.list-feature .bloglist .list-view-wrap li .list-teaser :hover h5 {
    color: #000
}

.list-feature .bloglist .list-view-wrap li .list-teaser .list_content {
    overflow: hidden
}

.list-feature .bloglist .list-view-wrap li .list-teaser .list_content h5:hover {
    color: #000
}

.list-feature .bloglist .list-view-wrap li .list-teaser .list_content .category-read {
    margin: 0 0 .225rem;
    grid-column-start: 3;
    grid-row-start: 1;
    grid-column-end: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.list-feature .bloglist .list-view-wrap li .list-teaser .list_content .description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

@media (min-width:696px) {
    .list-feature .bloglist .list-view-wrap li .list-teaser .list_content {
        max-width: calc(100% - 12.5rem);
        width: 100%;
        display: grid;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.list-feature .bloglist .insightgrid {
    border-top: 1px solid #ddd;
    border-radius: 9pt;
    padding-block: 10px
}

.list-feature .bloglist .insightgrid .cmp-teaserlist__item .pageteaser .pageteaser__content {
    -ms-flex-line-pack: baseline;
    align-content: baseline
}

@media (min-width:992px) {
    .list-feature .bloglist .insightgrid .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__title {
        text-align: left;
        padding: 0;
        font-size: 2rem;
        line-height: 1.2
    }
}

.list-feature .bloglist .insightgrid .cmp-teaserlist__item .pageteaser .pageteaser__content .description {
    margin-top: 10px;
    font-size: 1rem;
    text-wrap: pretty;
    -webkit-line-clamp: 3;
    text-align: left
}

.featuredblogs .cmp-pagesection,
.featuredblogs .featuredhero .cmp-featuredhero,
.featuredblogs .gallery .cmp-contentgallery,
.featuredhero .featuredblogs .cmp-featuredhero,
.gallery .featuredblogs .cmp-contentgallery {
    padding: 0
}

.featuredblogs #featuredblogs .insightgrid .mobile-teaserlist-header-btn {
    border-bottom: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-bottom: 0
}

.featuredblogs #featuredblogs .insightgrid .mobile-teaserlist-header-btn .btn-relatedInsights-second {
    font-weight: 600;
    display: inline-block
}

@media (min-width:696px) {
    .featuredblogs #featuredblogs .insightgrid .mobile-teaserlist-header-btn .btn-relatedInsights-second {
        display: none
    }
}

.featuredblogs #featuredblogs .insightgrid .cmp-teaserlist {
    display: grid;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr !important;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    margin-top: .75rem
}

@media (min-width:696px) {
    .featuredblogs #featuredblogs .insightgrid .cmp-teaserlist {
        grid-column-gap: .9375rem;
        grid-row-gap: 1rem;
        grid-template-columns: repeat(3, 1fr) !important;
        margin-top: 1.75rem
    }
}

@media (max-width:991px) {
    .featuredblogs #featuredblogs .insightgrid .cmp-teaserlist {
        grid-template-columns: repeat(2, 1fr)
    }

    .featuredblogs #featuredblogs .insightgrid .cmp-teaserlist .cmp-teaserlist__item {
        margin: 0
    }
}

@media (max-width:412px) {
    .featuredblogs #featuredblogs .insightgrid .cmp-teaserlist {
        grid-template-columns: repeat(1, 1fr)
    }

    .featuredblogs #featuredblogs .insightgrid .cmp-teaserlist .cmp-teaserlist__item {
        margin-right: 15px
    }
}

@media (min-width:992px) {
    .featuredblogs #featuredblogs .insightgrid .cmp-teaserlist {
        grid-column-gap: 1.5625rem;
        grid-row-gap: 1.875rem
    }
}

.featuredblogs #featuredblogs .insightgrid .cmp-teaserlist .cmp-teaserlist__item {
    width: 100%;
    padding: 0
}

.featuredblogs #featuredblogs .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser {
    background-color: #fff;
    text-align: center;
    border-radius: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 3px 3px 20px 0 #ddd;
    box-shadow: 3px 3px 20px 0 #ddd;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
    width: 100%
}

.featuredblogs #featuredblogs .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser:active,
.featuredblogs #featuredblogs .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser:focus,
.featuredblogs #featuredblogs .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser:hover {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 67, 100, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 67, 100, .2)
}

.featuredblogs #featuredblogs .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__imagecontainer .pageteaser__imagecontainer__image {
    width: 100%;
    height: 10rem;
    overflow: hidden;
    position: relative;
    background-color: #00a6ca;
    -webkit-mask-image: url(clientlib-trubrand/resources/images/gallery-mask.svg);
    mask-image: url(clientlib-trubrand/resources/images/gallery-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center 100%;
    mask-position: center 100%;
    -webkit-mask-size: cover;
    mask-size: cover
}

@media (min-width:696px) {
    .featuredblogs #featuredblogs .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__imagecontainer .pageteaser__imagecontainer__image {
        height: 5.625rem
    }
}

@media (min-width:992px) {
    .featuredblogs #featuredblogs .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__imagecontainer .pageteaser__imagecontainer__image {
        height: 10rem
    }
}

.featuredblogs #featuredblogs .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__imagecontainer .pageteaser__imagecontainer__image img {
    top: 0;
    left: 0
}

.featuredblogs #featuredblogs .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content__contenttype {
    font-size: .75rem;
    font-weight: 600;
    background-color: #004364;
    color: #fff;
    border-radius: 20px;
    width: auto;
    letter-spacing: 1px;
    margin-bottom: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 19px;
    padding: 0 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 90%;
    height: 20px
}

.featuredblogs #featuredblogs .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content__contenttype.hide {
    visibility: hidden
}

.featuredblogs #featuredblogs .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content {
    width: 100%;
    padding: 1.5rem 1.75rem 2.75rem
}

@media (min-width:696px) {
    .featuredblogs #featuredblogs .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content {
        padding: 1.375rem 1.25rem 1.5rem
    }
}

@media (min-width:992px) {
    .featuredblogs #featuredblogs .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content {
        padding: 1.5rem 1.75rem 2.75rem
    }
}

.featuredblogs #featuredblogs .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__info {
    text-transform: uppercase;
    color: #494949;
    letter-spacing: 1px;
    font-size: .75rem;
    line-height: .875rem;
    font-weight: 600
}

@media (min-width:696px) {
    .featuredblogs #featuredblogs .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__info {
        font-size: .625rem
    }
}

@media (min-width:992px) {
    .featuredblogs #featuredblogs .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__info {
        font-size: .75rem
    }
}

.featuredblogs #featuredblogs .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__title {
    padding: 1.25rem 0 0;
    margin: 0;
    font-size: 21px;
    line-height: 1.75rem;
    text-align: center
}

@media (min-width:696px) {
    .featuredblogs #featuredblogs .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__title {
        padding: .9375rem 0 0;
        font-size: 18px;
        line-height: 1.5rem
    }
}

@media (min-width:992px) {
    .featuredblogs #featuredblogs .insightgrid .cmp-teaserlist .cmp-teaserlist__item .pageteaser .pageteaser__content .pageteaser__content__title {
        padding: 1.25rem 0 0;
        font-size: 21px;
        line-height: 1.75rem
    }
}

.featuredblogs .btn-relatedInsights {
    display: none;
    font-weight: 600
}

@media (min-width:696px) {
    .featuredblogs .btn-relatedInsights {
        display: block
    }
}

.imageandvideocircles .smallimage_container {
    display: inline-block;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 50px;
    float: right
}

@media (max-width:767px) {
    .imageandvideocircles .smallimage_container {
        display: none
    }
}

.imageandvideocircles .cmp-image,
.imageandvideocircles .cmp-image__image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.imageandvideocircles .video__calltoaction {
    background-color: #004364;
    color: #fff;
    text-transform: none
}

.imageandvideocircles .video_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative
}

.imageandvideocircles .video_image_container {
    display: inline-block;
    width: 322px;
    height: 322px;
    border-radius: 50%;
    overflow: hidden
}

@media (min-width:696px) {
    .imageandvideocircles .video_image_container {
        width: 277px;
        height: 277px
    }
}

@media (min-width:1200px) {
    .imageandvideocircles .video_image_container {
        width: 375px;
        height: 375px
    }
}

.imageandvideocircles #video_image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.imageandvideocircles .btn-video {
    position: absolute;
    top: 50%;
    width: 178px;
    height: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #004364;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 4px solid transparent;
    border-radius: 500px !important;
    margin: 5px 0;
    -webkit-column-gap: .3125rem;
    -moz-column-gap: .3125rem;
    column-gap: .3125rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.imageandvideocircles .btn-video__videoplay {
    background-image: url(clientlib-trubrand/resources/images/play_dblue_24dp.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px !important;
    height: 24px !important
}

.imageandvideocircles .btn-video:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #004364;
    border-color: #004364
}

.imageandvideocircles .btn-video:not(:disabled):not(.disabled):active__videoplay {
    background-image: url(clientlib-trubrand/resources/images/play_dblue_24dp.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px !important;
    height: 24px !important
}

.imageandvideocircles .btn-video:hover {
    color: #fff;
    background-color: #004364;
    border-color: #004364
}

.imageandvideocircles .btn-video:hover .btn-video__videoplay {
    background-image: url(clientlib-trubrand/resources/images/play_white_24dp.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px !important;
    height: 24px !important
}

.imageandvideocircles .tu-modal__header-content {
    background: #004364;
    color: #fff;
    padding: 0
}

.imageandvideocircles .tu-modal__name {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase
}

.apimarketplacebreadcrumb {
    background-color: #006685;
    border-radius: 0;
    margin: 0;
    padding: 8px 0
}

.apimarketplacebreadcrumb .cmp-breadcrumb {
    display: block;
    width: 100%
}

.apimarketplacebreadcrumb .cmp-breadcrumb .cmp-breadcrumb__list {
    border-radius: 0;
    margin: 0;
    background: transparent
}

.apimarketplacebreadcrumb .cmp-breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item:nth-child(2) {
    pointer-events: none
}

.apimarketplacebreadcrumb .cmp-breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item--active span,
.apimarketplacebreadcrumb .cmp-breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.apimarketplacebreadcrumb .cmp-breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-teaserlist__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover,
.apimarketplacebreadcrumb .cmp-breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link,
.apimarketplacebreadcrumb .cmp-breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item a.cmp-breadcrumb__item-link:hover,
.cmp-teaserlist__item .apimarketplacebreadcrumb .cmp-breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link,
.cmp-teaserlist__item .apimarketplacebreadcrumb .cmp-breadcrumb .cmp-breadcrumb__list .cmp-breadcrumb__item .cmp-breadcrumb__item-link.pageteaser__content__link:hover {
    color: #fff
}

.contentteaservideomodal.contentteaser .cmp-teaser__root-link .cmp-teaser__description p {
    padding: 0;
    margin: .6875rem 0
}

.contentteaservideomodal.contentteaser .cmp-teaser__content span {
    font-size: 1.12rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
    cursor: pointer
}

.contentteaservideomodal.contentteaser.ss-teaser-card-2 .cmp-teaser__image .cmp-image img {
    height: 56px;
    width: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.contentteaservideomodal.contentteaser.ss-teaser-card-IFG .cmp-teaser__image .cmp-image img {
    height: 70px;
    width: auto;
    max-width: unset;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.contentteaservideomodal.contentteaser .cmp-image__image {
    border-radius: 0
}

.form-wrp .trubrand-form-ui {
    color: #4b4b4b;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form-wrp .trubrand-form-ui input[type=date] {
    font-weight: 100
}

.form-wrp .trubrand-form-ui h2 {
    margin: 0 0 20px
}

.form-wrp .trubrand-form-ui * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form-wrp .trubrand-form-ui label {
    font-size: 1.0625rem;
    line-height: 1.5625rem
}

.form-wrp .trubrand-form-ui .radiobutton {
    margin: 0 0 1.25rem
}

.form-wrp .trubrand-form-ui .radiobutton p {
    margin: 0 0 10px
}

.embed .mktoForm .mktoFormRow .mktoFormCol .form-wrp .trubrand-form-ui .mktoFieldWrap:not(.radiobutton),
.form-wrp .trubrand-form-ui .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap:not(.radiobutton),
.form-wrp .trubrand-form-ui .form-group:not(.radiobutton) {
    margin: 0 0 1.25rem
}

.embed .mktoForm .mktoFormRow .mktoFormCol .form-wrp .trubrand-form-ui .mktoFieldWrap:not(.radiobutton) .multiselectLabel,
.form-wrp .trubrand-form-ui .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap:not(.radiobutton) .multiselectLabel,
.form-wrp .trubrand-form-ui .form-group:not(.radiobutton) .multiselectLabel {
    -webkit-transform: translate(.9375rem, -.8125rem);
    transform: translate(.9375rem, -.8125rem);
    background: #fff;
    font-size: .8125rem;
    padding: 0 .3125rem
}

.embed .mktoForm .mktoFormRow .mktoFormCol .form-wrp .trubrand-form-ui .mktoFieldWrap:not(.radiobutton) select,
.form-wrp .trubrand-form-ui .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap:not(.radiobutton) select,
.form-wrp .trubrand-form-ui .form-group:not(.radiobutton) select {
    width: 100%;
    padding: 1rem .96875rem;
    background-color: #f7f9fa;
    border-radius: .625rem;
    font-size: 1.0625rem;
    line-height: 1.5625rem;
    font-weight: 100;
    border: 1px solid rgba(0, 67, 100, .5)
}

.embed .mktoForm .mktoFormRow .mktoFormCol .form-wrp .trubrand-form-ui .mktoFieldWrap:not(.radiobutton) select option,
.form-wrp .trubrand-form-ui .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap:not(.radiobutton) select option,
.form-wrp .trubrand-form-ui .form-group:not(.radiobutton) select option {
    font-weight: 100
}

.embed .mktoForm .mktoFormRow .mktoFormCol .form-wrp .trubrand-form-ui .mktoFieldWrap:not(.radiobutton) .field-wrap.error-pr .form-control,
.embed .mktoForm .mktoFormRow .mktoFormCol .form-wrp .trubrand-form-ui .mktoFieldWrap:not(.radiobutton) .field-wrap.error-pr select.mktoField,
.embed .mktoForm .mktoFormRow .mktoFormCol .form-wrp .trubrand-form-ui .mktoFieldWrap:not(.radiobutton) .field-wrap.error-pr textarea.mktoField,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .form-wrp .trubrand-form-ui .form-group:not(.radiobutton) .field-wrap.error-pr select.mktoField,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .form-wrp .trubrand-form-ui .form-group:not(.radiobutton) .field-wrap.error-pr textarea.mktoField,
.form-wrp .trubrand-form-ui .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap:not(.radiobutton) .field-wrap.error-pr .form-control,
.form-wrp .trubrand-form-ui .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap:not(.radiobutton) .field-wrap.error-pr select.mktoField,
.form-wrp .trubrand-form-ui .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap:not(.radiobutton) .field-wrap.error-pr textarea.mktoField,
.form-wrp .trubrand-form-ui .form-group:not(.radiobutton) .field-wrap.error-pr .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField,
.form-wrp .trubrand-form-ui .form-group:not(.radiobutton) .field-wrap.error-pr .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField,
.form-wrp .trubrand-form-ui .form-group:not(.radiobutton) .field-wrap.error-pr .form-control {
    border: 1px solid #eb0000
}

.embed .mktoForm .mktoFormRow .mktoFormCol .form-wrp .trubrand-form-ui .mktoFieldWrap:not(.radiobutton) .field-wrap.error-pr .form-control:focus,
.embed .mktoForm .mktoFormRow .mktoFormCol .form-wrp .trubrand-form-ui .mktoFieldWrap:not(.radiobutton) .field-wrap.error-pr select.mktoField:focus,
.embed .mktoForm .mktoFormRow .mktoFormCol .form-wrp .trubrand-form-ui .mktoFieldWrap:not(.radiobutton) .field-wrap.error-pr textarea.mktoField:focus,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .form-wrp .trubrand-form-ui .form-group:not(.radiobutton) .field-wrap.error-pr select.mktoField:focus,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .form-wrp .trubrand-form-ui .form-group:not(.radiobutton) .field-wrap.error-pr textarea.mktoField:focus,
.form-wrp .trubrand-form-ui .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap:not(.radiobutton) .field-wrap.error-pr .form-control:focus,
.form-wrp .trubrand-form-ui .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap:not(.radiobutton) .field-wrap.error-pr select.mktoField:focus,
.form-wrp .trubrand-form-ui .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap:not(.radiobutton) .field-wrap.error-pr textarea.mktoField:focus,
.form-wrp .trubrand-form-ui .form-group:not(.radiobutton) .field-wrap.error-pr .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:focus,
.form-wrp .trubrand-form-ui .form-group:not(.radiobutton) .field-wrap.error-pr .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:focus,
.form-wrp .trubrand-form-ui .form-group:not(.radiobutton) .field-wrap.error-pr .form-control:focus {
    outline-color: #eb0000
}

.embed .mktoForm .mktoFormRow .mktoFormCol .form-wrp .trubrand-form-ui .mktoFieldWrap:not(.radiobutton) .field-wrap.error-pr select,
.form-wrp .trubrand-form-ui .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap:not(.radiobutton) .field-wrap.error-pr select,
.form-wrp .trubrand-form-ui .form-group:not(.radiobutton) .field-wrap.error-pr select {
    border: 1px solid #eb0000
}

.embed .mktoForm .mktoFormRow .mktoFormCol .form-wrp .trubrand-form-ui .mktoFieldWrap:not(.radiobutton) .field-wrap.error-pr label,
.form-wrp .trubrand-form-ui .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap:not(.radiobutton) .field-wrap.error-pr label,
.form-wrp .trubrand-form-ui .form-group:not(.radiobutton) .field-wrap.error-pr label {
    color: #eb0000
}

.embed .mktoForm .mktoFormRow .mktoFormCol .form-wrp .trubrand-form-ui .mktoFieldWrap:not(.radiobutton) .field-wrap,
.form-wrp .trubrand-form-ui .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap:not(.radiobutton) .field-wrap,
.form-wrp .trubrand-form-ui .form-group:not(.radiobutton) .field-wrap {
    position: relative
}

.embed .mktoForm .mktoFormRow .mktoFormCol .form-wrp .trubrand-form-ui .mktoFieldWrap:not(.radiobutton) .field-wrap textarea,
.form-wrp .trubrand-form-ui .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap:not(.radiobutton) .field-wrap textarea,
.form-wrp .trubrand-form-ui .form-group:not(.radiobutton) .field-wrap textarea {
    resize: none
}

.embed .mktoForm .mktoFormRow .mktoFormCol .form-wrp .trubrand-form-ui .mktoFieldWrap:not(.radiobutton) label,
.form-wrp .trubrand-form-ui .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap:not(.radiobutton) label,
.form-wrp .trubrand-form-ui .form-group:not(.radiobutton) label {
    position: absolute;
    -webkit-transform: translate(.9375rem, .875rem);
    transform: translate(.9375rem, .875rem);
    transition: transform .2s ease, -webkit-transform .2s ease;
    z-index: 2;
    pointer-events: none
}

.embed .mktoForm .mktoFormRow .mktoFormCol .form-wrp .trubrand-form-ui .mktoFieldWrap:not(.radiobutton) label.focus,
.form-wrp .trubrand-form-ui .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap:not(.radiobutton) label.focus,
.form-wrp .trubrand-form-ui .form-group:not(.radiobutton) label.focus {
    -webkit-transform: translate(.9375rem, -.8125rem);
    transform: translate(.9375rem, -.8125rem);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0, #f7f9fa));
    background: linear-gradient(transparent 50%, #f7f9fa 0);
    color: #004364;
    font-size: .8125rem;
    padding: 0 .3125rem
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .form-wrp .trubrand-form-ui select.mktoField,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .form-wrp .trubrand-form-ui textarea.mktoField,
.form-wrp .trubrand-form-ui .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField,
.form-wrp .trubrand-form-ui .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField,
.form-wrp .trubrand-form-ui .form-control {
    font-size: 1.0625rem;
    line-height: 1.5625rem;
    padding: .8125rem .96875rem .75rem;
    background: #f7f9fa;
    border-radius: .625rem;
    border: 1px solid rgba(0, 67, 100, .5);
    color: #000;
    z-index: 3;
    width: 100%;
    height: auto
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .form-wrp .trubrand-form-ui select.mktoField:-moz-read-only,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .form-wrp .trubrand-form-ui textarea.mktoField:-moz-read-only,
.form-wrp .trubrand-form-ui .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:-moz-read-only,
.form-wrp .trubrand-form-ui .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:-moz-read-only,
.form-wrp .trubrand-form-ui .form-control:-moz-read-only {
    cursor: not-allowed;
    opacity: .7
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .form-wrp .trubrand-form-ui select.mktoField:read-only,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .form-wrp .trubrand-form-ui textarea.mktoField:read-only,
.form-wrp .trubrand-form-ui .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:read-only,
.form-wrp .trubrand-form-ui .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:read-only,
.form-wrp .trubrand-form-ui .form-control:read-only {
    cursor: not-allowed;
    opacity: .7
}

.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .form-wrp .trubrand-form-ui select.mktoField:focus,
.embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .form-wrp .trubrand-form-ui textarea.mktoField:focus,
.form-wrp .trubrand-form-ui .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField:focus,
.form-wrp .trubrand-form-ui .embed .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:focus,
.form-wrp .trubrand-form-ui .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #005365
}

.form-wrp .trubrand-form-ui .btn-type {
    font-family: Intro, Helvetica, Arial, sans-serif;
    background: #fcd800;
    color: #000;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 3.125rem;
    padding: 1rem 1.625rem;
    border: none
}

.form-wrp .trubrand-form-ui div.error-holder {
    font-family: Roboto, sans-serif;
    font-size: .6875rem;
    font-weight: 100;
    color: #eb0000;
    margin: 10px 0 0
}

.form-wrp .trubrand-form-ui .invalid-feedback {
    display: block;
    color: #eb0000;
    margin: 8px 0 0
}

.form-wrp .trubrand-form-ui .hiddenstate {
    display: none
}

.form-wrp .trubrand-form-ui .button-utils {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.form-wrp .trubrand-form-ui .button-utils .loading-gif {
    width: 30px;
    height: 30px
}

.form-wrp .trubrand-form-ui .button-utils .submitButton:disabled {
    opacity: .7
}

.form-wrp .trubrand-form-ui .button-utils .cancelButton {
    text-decoration: none
}

.form-wrp .trubrand-form-ui .button-utils .verify-info:disabled {
    opacity: .7
}

.form-wrp .trubrand-form-ui .pe-none {
    pointer-events: none
}

.form-wrp .trubrand-form-ui input.pe-none,
.form-wrp .trubrand-form-ui select.pe-none {
    border: 1px solid rgba(0, 67, 100, .1);
    background: #fff
}

.form-wrp .submit-failure,
.form-wrp .submit-success {
    display: none;
    margin: 10px 0 0
}

.form-wrp .api-err-msg {
    color: #eb0000;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 26px
}

.form-wrp .api-err-msg.api-success {
    color: #000
}

.techserviceslinks p {
    font-family: Intro, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400
}

.techserviceslinks p b {
    font-weight: 700
}

.techserviceslinks .resource-link .resource-headline {
    gap: .625rem;
    margin: 0 0 1rem
}

.techserviceslinks .resource-link figure {
    -ms-flex-preferred-size: 1.25rem;
    flex-basis: 1.25rem;
    line-height: 1.45;
    margin: 0
}

.techserviceslinks .resource-link .resource-text {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0
}

.cmp-teaserlist__item .fw-anchor-img .pageteaser__content__link,
.fw-anchor-img .cmp-teaserlist__item .pageteaser__content__link,
.fw-anchor-img a {
    width: 100%
}

@media (min-width:1200px) {
    .techservicespageheader header.header .site-nav__cmp .site-nav .site-nav__item .site-nav__no-toggle {
        padding: 35px 9pt 29px
    }

    .techservicespageheader header.header .nav-top ul.auth_utility {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .cmp-teaserlist__item .techservicespageheader header.header .nav-top ul.auth_utility li .cmp-link .pageteaser__content__link,
    .techservicespageheader header.header .nav-top ul.auth_utility li .cmp-link .cmp-teaserlist__item .pageteaser__content__link,
    .techservicespageheader header.header .nav-top ul.auth_utility li .cmp-link a {
        font-size: 10px;
        padding-top: 13px
    }
}

.tuna-access {
    margin: 0 0 20px
}

.cmp-teaser .tuna-access .pageteaser__content__title,
.cmp-teaserlist__item .tuna-access .pageteaser__content__title,
.tuna-access .cmp-teaser .pageteaser__content__title,
.tuna-access .cmp-teaserlist__item .pageteaser__content__title,
.tuna-access h4 {
    color: #005365
}

.cmp-teaserlist__item .tuna-access .pageteaser__content__link,
.tuna-access .cmp-teaserlist__item .pageteaser__content__link,
.tuna-access a {
    background-color: #00a6ca
}

.cmp-teaserlist__item .tuna-access .pageteaser__content__link img,
.tuna-access .cmp-teaserlist__item .pageteaser__content__link img,
.tuna-access a img {
    max-width: 20px;
    height: 26px
}

.tuna-access select {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.tuna-access select.select-error {
    border: 1px solid #eb0000
}

.tuna-access .tuna-accesserror {
    font-size: 1pc;
    color: #eb0000;
    font-weight: 600
}

.ctavideomodal .cta-btn-video {
    font-family: Intro, Trebuchet MS, Helvetica, Arial, sans-serif;
    height: 50px !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #000;
    background-color: #fcd800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 10px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 4px solid transparent;
    border-radius: 500px !important;
    margin: 5px 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-column-gap: .3125rem;
    -moz-column-gap: .3125rem;
    column-gap: .3125rem;
    cursor: pointer
}

.ctavideomodal .cta-btn-video__videoplay {
    background-image: url(clientlib-trubrand/resources/images/play_black_24dp.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    display: inline-block;
    width: 24px !important;
    height: 24px !important
}

.ctavideomodal .cta-btn-video:hover {
    color: #fff;
    background-color: #004364;
    border-color: #004364
}

.ctavideomodal .cta-btn-video:hover .cta-btn-video__videoplay {
    background-image: url(clientlib-trubrand/resources/images/play_white_24dp.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px !important;
    height: 24px !important
}

.ctavideomodal.ss-dark-background-color .cta-btn-video:hover {
    color: #004364;
    background-color: #fff;
    border-color: #fff
}

.ctavideomodal.ss-dark-background-color .cta-btn-video:hover .cta-btn-video__videoplay {
    background-image: url(clientlib-trubrand/resources/images/play_dblue_24dp.svg)
}

.cmp--pricingcard__slider {
    --offset-feature: -30px;
    margin-top: 60px
}

.cmp--pricingcard__slider>div {
    padding-top: 30px
}

.cmp--pricingcard__slider .pricingcard:has(.pricingcard__popular) {
    margin-top: var(--offset-feature)
}

.cmp--pricingcard__slider .pricingcard .pricingcard__basic {
    margin-top: var(--offset-feature)
}

.pricingcard {
    --txt-rsp-align: center;
    -webkit-box-shadow: var(--inset-shadow-grey);
    box-shadow: var(--inset-shadow-grey);
    display: grid;
    -ms-flex-line-pack: baseline;
    align-content: baseline;
    background: var(--card-bg-color);
    color: var(--card-txt-color);
    text-wrap: balance
}

@media (max-width:480px) {
    .pricingcard {
        max-width: 19.4rem
    }
}

.cmp-teaser .pricingcard .pageteaser__content__title,
.cmp-teaserlist__item .pricingcard .pageteaser__content__title,
.pricingcard .cmp-teaser .pageteaser__content__title,
.pricingcard .cmp-teaserlist__item .pageteaser__content__title,
.pricingcard h3,
.pricingcard h4 {
    font-weight: 600;
    font-size: clamp(1.2rem, 5vw, 1.4rem)
}

.pricingcard__content {
    padding: 0 1rem 2rem;
    font-weight: 400;
    font-family: var(--card-body-font);
    display: grid
}

@media (max-width:740px) {
    .pricingcard__content {
        padding: 1rem .6rem
    }
}

.pricingcard .featurelabel {
    min-height: 60px
}

@media (max-width:740px) {
    .pricingcard .featurelabel {
        min-height: 30px
    }
}

.pricingcard .featurelabel h3 {
    text-align: var(--txt-rsp-align);
    padding-block: 4px;
    text-transform: uppercase;
    background: var(--green-accent-color)
}

@media (max-width:740px) {
    .pricingcard .featurelabel h3 {
        padding: 0 10px
    }
}

.pricingcard .linkcalltoaction .cmp-linkcalltoaction,
.pricingcard .linkcalltoaction .teaserfeature .cmp-teaser__action-container,
.pricingcard .linkcalltoaction .teaserfeature .cmp-teaser__action-link,
.teaserfeature .pricingcard .linkcalltoaction .cmp-teaser__action-container,
.teaserfeature .pricingcard .linkcalltoaction .cmp-teaser__action-link {
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-before: .5rem;
    margin-block-start: .5rem;
    border-radius: 1.625rem;
    line-height: 1.4
}

.pricingcard__basic {
    border: 5px solid transparent
}

.pricingcard__popular {
    border: 5px solid var(--green-accent-color)
}

.pricingcard__title {
    text-align: var(--txt-rsp-align);
    max-width: 340px;
    margin: 0 auto
}

.cmp-teaser .pricingcard__title .pageteaser__content__title,
.cmp-teaserlist__item .pricingcard__title .pageteaser__content__title,
.pricingcard__title .cmp-teaser .pageteaser__content__title,
.pricingcard__title .cmp-teaserlist__item .pageteaser__content__title,
.pricingcard__title h4 {
    margin: 5px 0
}

.pricingcard__title p {
    font-size: clamp(1rem, 3.7vw, 1.1rem);
    line-height: 1.6;
    color: #494949;
    text-wrap: pretty;
    text-align: center
}

.pricingcard__billing {
    display: grid;
    -ms-flex-line-pack: space-evenly;
    align-content: space-evenly;
    grid-template-columns: 1fr 13% 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-margin-after: 30px;
    margin-block-end: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: var(--txt-rsp-align);
    gap: 1rem;
    margin: 0 auto;
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
    color: #000
}

@media (min-width:1274px) {
    .pricingcard__billing {
        max-width: 220px
    }
}

@media (max-width:740px) {
    .pricingcard__billing {
        gap: .4rem;
        -webkit-margin-after: 0;
        margin-block-end: 0;
        max-width: 268px;
        margin: 0 auto
    }
}

.pricingcard__billing .item {
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.pricingcard__billing .item-cost {
    font-size: clamp(1.5rem, 3.7vw, 2.2rem)
}

.pricingcard__billing .item-cost span {
    font-size: clamp(1.1rem, 3.4vw, 1.8rem)
}

.pricingcard__billing .item-savings {
    color: var(--card-saving-txt-color, #c1453b);
    font-size: clamp(.8rem, 3.7vw, 1rem)
}

.pricingcard__billing .item-savings span {
    text-decoration: line-through
}

.pricingcard__billing .last-item {
    font-size: clamp(1.3rem, 3.7vw, 1.8rem)
}

.pricingcard__bundleterms p {
    font-size: .9rem;
    padding: 0 1rem;
    margin: 0;
    color: #494949;
    -webkit-margin-before: .5rem;
    margin-block-start: .5rem
}

.pricingcard__bundleoptions {
    list-style: none;
    margin: 0;
    -webkit-margin-before: 1rem;
    margin-block-start: 1rem
}

.pricingcard__bundleoptions li {
    padding-bottom: .5rem;
    padding-left: var(--space-s);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pricingcard__bundleoptions li,
.pricingcard__bundleoptions li p {
    color: var(--card-txt-color);
    font-size: clamp(1rem, 3.7vw, 1.1rem);
    line-height: 1.4
}

.pricingcard__bundleoptions li p {
    margin: 0
}

.pricingcard__bundleoptions li:before {
    content: "";
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    height: 28px;
    max-width: 36px;
    width: 100%;
    background-image: url(clientlib-trubrand/resources/images/checkmark.svg)
}

.pricingcard .txt-bold {
    font-weight: 600
}

.pricingcard .btn-cta {
    width: 100%;
    font-size: 1pc;
    padding: 19px 20px 22px;
    height: 57px;
    display: inline-block;
    text-align: center
}

.pricingcard.ph-pricing-theme {
    -ms-flex-line-pack: normal;
    align-content: normal;
    height: 100%;
    max-width: 100%
}

.pricingcard.ph-pricing-theme .featurelabel h3 {
    font-weight: 700;
    font-family: IntroSemiBold, sans-serif;
    font-size: 1.5rem !important;
    text-transform: capitalize;
    -webkit-padding-before: .4rem;
    padding-block-start: .4rem;
    -webkit-padding-after: 0;
    padding-block-end: 0
}

@media (max-width:740px) {
    .pricingcard.ph-pricing-theme .featurelabel h3 {
        -webkit-padding-after: .5em;
        padding-block-end: .5em;
        -webkit-padding-before: .6em;
        padding-block-start: .6em
    }
}

.pricingcard.ph-pricing-theme .pricingcard__title {
    max-width: 100%
}

@media (min-width:740px) {
    .pricingcard.ph-pricing-theme .pricingcard__title {
        max-width: 360px
    }
}

.cmp-teaser .pricingcard.ph-pricing-theme .pricingcard__title .pageteaser__content__title,
.cmp-teaserlist__item .pricingcard.ph-pricing-theme .pricingcard__title .pageteaser__content__title,
.pricingcard.ph-pricing-theme .pricingcard__title .cmp-teaser .pageteaser__content__title,
.pricingcard.ph-pricing-theme .pricingcard__title .cmp-teaserlist__item .pageteaser__content__title,
.pricingcard.ph-pricing-theme .pricingcard__title h4 {
    padding: 0 0 10px;
    font-weight: 700;
    font-size: 1.7rem
}

@media (min-width:740px) {

    .cmp-teaser .pricingcard.ph-pricing-theme .pricingcard__title .pageteaser__content__title,
    .cmp-teaserlist__item .pricingcard.ph-pricing-theme .pricingcard__title .pageteaser__content__title,
    .pricingcard.ph-pricing-theme .pricingcard__title .cmp-teaser .pageteaser__content__title,
    .pricingcard.ph-pricing-theme .pricingcard__title .cmp-teaserlist__item .pageteaser__content__title,
    .pricingcard.ph-pricing-theme .pricingcard__title h4 {
        padding: 17px 0 10px
    }
}

.pricingcard.ph-pricing-theme .pricingcard__title p {
    text-align: left;
    margin: 0;
    color: #000;
    font-size: clamp(1rem, 3.7vw, 1.15rem);
    padding-inline: 1pc;
    font-weight: 400;
    text-wrap: pretty;
    line-height: 1.4
}

.pricingcard.ph-pricing-theme .pricingcard__bundleterms {
    max-width: 340px;
    -webkit-margin-before: .8em;
    margin-block-start: .8em
}

.pricingcard.ph-pricing-theme .pricingcard__bundleterms p {
    text-align: left;
    color: #000;
    padding-inline: 6%;
    font-size: clamp(1rem, 3.7vw, 1.15rem);
    font-weight: 400;
    text-wrap: pretty;
    line-height: 1.2
}

.pricingcard.ph-pricing-theme .pricingcard__bundleoptions li {
    padding-bottom: 1.3em;
    font-weight: 400
}

.pricingcard.ph-pricing-theme .pricingcard__bundleoptions li p {
    font-weight: 400
}

.pricingcard.ph-pricing-theme .pricingcard__bundleoptions li:before {
    height: 1.6em;
    max-width: 1.9em;
    width: 100%;
    background-image: url(clientlib-trubrand/resources/images/checkmark-blk.svg)
}

.pricingcard.ph-pricing-theme.tu-green .pricingcard__popular {
    border-color: #67d995
}

.pricingcard.ph-pricing-theme.tu-green .pricingcard__popular .featurelabel {
    background: #67d995
}

.pricingcard.ph-pricing-theme.tu-dark-blue .pricingcard__popular {
    border-color: #004364
}

.pricingcard.ph-pricing-theme.tu-dark-blue .pricingcard__popular .featurelabel {
    background: #004364
}

.pricingcard.ph-pricing-theme.tu-dark-blue .pricingcard__popular .featurelabel-txt {
    color: #fff
}

.pricingcard.ph-pricing-theme.tu-light-blue .pricingcard__popular {
    border-color: #9bd5ff
}

.pricingcard.ph-pricing-theme.tu-light-blue .pricingcard__popular .featurelabel {
    background: #9bd5ff
}

.pricingcard.ph-pricing-theme.hide-bundleterms .pricingcard__bundleterms {
    visibility: hidden
}

.pricingcard.ph-pricing-theme .pricingcard__popular {
    border-radius: 10px;
    border: 2px solid;
    display: grid;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content
}

.pricingcard.ph-pricing-theme .pricingcard__popular .pricingcard__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.pricingcard.ph-pricing-theme .pricingcard__popular .featurelabel {
    min-height: auto
}

.pricingcard.ph-pricing-theme .pricingcard__popular .featurelabel h3 {
    font-size: 1rem;
    margin: 0
}

.pricingcard.ph-pricing-theme .pricingcard__popular .pricingcard__cta {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.pricingcard.ph-pricing-theme .pricingcard__popular .pricingcard__cta .btn-cta {
    border-radius: 4.625rem;
    height: auto
}

.pricingcard.ph-pricing-theme .pricingcard__popular .pricingcard__cta .linkcalltoaction {
    width: 100%
}

.ph-pricing-container .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    scrollbar-width: none
}

@media (max-width:695px) {
    .ph-pricing-container .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        scroll-behavior: smooth;
        gap: 18px;
        padding: 0 18px;
        margin: 0;
        overflow-x: auto;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory
    }
}

@media (min-width:696px) {
    .ph-pricing-container .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.ph-pricing-container .row .cmp-columnrow__item {
    min-width: 100%
}

@media (max-width:695px) {
    .ph-pricing-container .row .cmp-columnrow__item {
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        scroll-snap-align: start;
        width: 100%
    }
}

@media (min-width:696px) {
    .ph-pricing-container .row .cmp-columnrow__item {
        min-width: auto
    }
}

.cardcontainer {
    position: relative
}

.ss-pricing-card .pagesection {
    margin-top: -30px
}

.ss-pricing-card .pagesection .text {
    margin-bottom: 0
}

.cmp--pricingcard__container {
    max-width: 900px;
    margin: 0 auto
}

.cmp--pricingcard__container .cmp--pricingcard__slider {
    overflow-y: revert
}

.cmp--pricingcard__container .cmp--pricingcard__slider>.aem-Grid {
    gap: var(--gap)
}

@media (max-width:740px) {
    .cmp--pricingcard__container .cmp--pricingcard__slider>.aem-Grid {
        gap: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: scroll;
        scroll-snap-align: center;
        scroll-behavior: smooth;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 1.875rem;
        padding-left: 1.975rem;
        padding-right: 6.675rem;
        position: relative;
        z-index: 11
    }
}

@media (max-width:740px) and (max-width:480px) {
    .cmp--pricingcard__container .cmp--pricingcard__slider>.aem-Grid {
        padding-left: 1.875rem;
        padding-right: 1.875rem
    }
}

@media (max-width:740px) and (max-width:390px) {
    .cmp--pricingcard__container .cmp--pricingcard__slider>.aem-Grid {
        padding-left: .675rem;
        padding-right: 1.475rem
    }
}

@media (max-width:740px) {
    .cmp--pricingcard__container .cmp--pricingcard__slider>.aem-Grid .pricingcard {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        z-index: -1;
        scroll-snap-align: center
    }
}

.cmp--pricingcard__container .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cmp--pricingcard__container .pagination .dot {
    width: 10px;
    height: 10px;
    background: hsla(0, 0%, 100%, .5);
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer
}

.cmp--pricingcard__container .pagination .dot.active {
    background: #fff;
    background-color: #00a6ca;
    height: 15px;
    width: 15px
}

.cmp--pricingcard__container .cmp-slider__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-margin-after: 15px;
    margin-block-end: 15px;
    -webkit-margin-before: 5px;
    margin-block-start: 5px;
    -ms-flex-line-pack: center;
    align-content: center;
    display: none
}

.cmp--pricingcard__container .cmp-slider__actions .cmp-slider__action-text {
    display: none
}

.cmp--pricingcard__container .cmp-slider__actions button {
    background: hsla(0, 0%, 100%, .5);
    color: #fff;
    border: none;
    border-radius: 50%;
    padding: 10px;
    margin-top: 10px;
    height: 50px;
    width: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cmp--pricingcard__container .cmp-slider__actions button .cmp-slider__action-icon {
    height: 40px;
    width: 20px;
    background-repeat: no-repeat
}

.cmp--pricingcard__container .cmp-slider__actions button.cmp-next .cmp-slider__action-icon {
    background-image: url(clientlib-trubrand/resources/images/angle-right.svg)
}

.cmp--pricingcard__container .cmp-slider__actions button.cmp-prev .cmp-slider__action-icon {
    background-image: url(clientlib-trubrand/resources/images/angle-left.svg)
}

.cmp--pricingcard__container .cmp-slider__actions button:hover {
    background: hsla(0, 0%, 100%, .95)
}

.cmp--pricingcard__container .cmp-slider__actions button:hover:focus {
    background: hsla(0, 0%, 100%, .5)
}

.cmp--pricingcard__container .cmp-slider__actions button.next-btn:hover,
.cmp--pricingcard__container .cmp-slider__actions button.prev-btn:hover {
    background-color: #0056b3
}

.pricingcard {
    --darkbg-textcolor: #000;
    --card-bg-color: #fff;
    --card-txt-color: #000;
    --card-body-font: "Roboto", system-ui, sans-serif;
    --card-saving-txt-color: #c1453b;
    --pm-btn-bg: #c1453b !important;
    --pm-btn-border: 2px solid transparent;
    --pm-btn-txt-clr: #fff !important;
    --pm-btn-hvr-bg: #912f27 !important;
    --pm-btn-hvr-border: 2px solid var(--pm-btn-bg) !important;
    --pm-btn-hvr-txt: #fff !important;
    --sec-btn-bg: #fff !important;
    --sec-btn-border: 2px solid var(--tu-trubrand-dark-blue) !important;
    --sec-btn-txt-clr: var(--tu-trubrand-dark-blue) !important;
    --sec-btn-hvr-bg: var(--tu-trubrand-dark-blue)
}

.phoenixconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav__panel__title {
    min-width: 340px
}

@media (min-width:992px) {
    .phoenixconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item .site-nav__panel {
        min-width: 340px
    }
}

.cmp-teaserlist__item .phoenixconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item .site-nav__panel>.site-nav-panel__columns>ul>li>.site-nav__desktop.pageteaser__content__link,
.phoenixconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item .cmp-teaserlist__item .site-nav__panel>.site-nav-panel__columns>ul>li>.site-nav__desktop.pageteaser__content__link,
.phoenixconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item .site-nav__panel>.site-nav-panel__columns>ul>li>a.site-nav__desktop {
    min-height: 66px
}

.cmp-teaserlist__item .phoenixconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item .site-nav__panel>.site-nav-panel__columns>ul>li>.pageteaser__content__link .site-nav__icon img,
.phoenixconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item .cmp-teaserlist__item .site-nav__panel>.site-nav-panel__columns>ul>li>.pageteaser__content__link .site-nav__icon img,
.phoenixconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item .site-nav__panel>.site-nav-panel__columns>ul>li>a .site-nav__icon img {
    width: 27px;
    height: 27px
}

.cmp-teaserlist__item .phoenixconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item .site-nav__panel>.site-nav-panel__columns>ul>li>.pageteaser__content__link .site-nav__text .site-nav__title,
.phoenixconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item .cmp-teaserlist__item .site-nav__panel>.site-nav-panel__columns>ul>li>.pageteaser__content__link .site-nav__text .site-nav__title,
.phoenixconsumerpageheader .header.trubrandpageheader .site-nav__cmp .site-nav>.site-nav__item .site-nav__panel>.site-nav-panel__columns>ul>li>a .site-nav__text .site-nav__title {
    font-size: 1pc;
    font-weight: 400
}