@font-face {
    font-family: 'Allianz Neo';
    src: url('../fonts/AllianzNeo-BoldItalic.eot');
    src: url('../fonts/AllianzNeo-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/AllianzNeo-BoldItalic.woff2') format('woff2'), url('../fonts/AllianzNeo-BoldItalic.woff') format('woff'), url('../fonts/AllianzNeo-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Allianz Neo';
    src: url('../fonts/AllianzNeo-Italic.eot');
    src: url('../fonts/AllianzNeo-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/AllianzNeo-Italic.woff2') format('woff2'), url('../fonts/AllianzNeo-Italic.woff') format('woff'), url('../fonts/AllianzNeo-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Allianz Neo';
    src: url('../fonts/AllianzNeo-LightItalic.eot');
    src: url('../fonts/AllianzNeo-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/AllianzNeo-LightItalic.woff2') format('woff2'), url('../fonts/AllianzNeo-LightItalic.woff') format('woff'), url('../fonts/AllianzNeo-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Allianz Neo';
    src: url('../fonts/AllianzNeo-Light.eot');
    src: url('../fonts/AllianzNeo-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/AllianzNeo-Light.woff2') format('woff2'), url('../fonts/AllianzNeo-Light.woff') format('woff'), url('../fonts/AllianzNeo-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Allianz Neo';
    src: url('../fonts/AllianzNeo-Bold.eot');
    src: url('../fonts/AllianzNeo-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AllianzNeo-Bold.woff2') format('woff2'), url('../fonts/AllianzNeo-Bold.woff') format('woff'), url('../fonts/AllianzNeo-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Allianz Neo';
    src: url('../fonts/AllianzNeo-SemiBoldItalic.eot');
    src: url('../fonts/AllianzNeo-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/AllianzNeo-SemiBoldItalic.woff2') format('woff2'), url('../fonts/AllianzNeo-SemiBoldItalic.woff') format('woff'), url('../fonts/AllianzNeo-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Allianz Neo';
    src: url('../fonts/AllianzNeo-Regular.eot');
    src: url('../fonts/AllianzNeo-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AllianzNeo-Regular.woff2') format('woff2'), url('../fonts/AllianzNeo-Regular.woff') format('woff'), url('../fonts/AllianzNeo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Allianz Neo';
    src: url('../fonts/AllianzNeo-SemiBold.eot');
    src: url('../fonts/AllianzNeo-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/AllianzNeo-SemiBold.woff2') format('woff2'), url('../fonts/AllianzNeo-SemiBold.woff') format('woff'), url('../fonts/AllianzNeo-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AllianzNeoW01';
    src: url('../fonts/AllianzNeoW01-SemiBold.eot');
    src: url('../fonts/AllianzNeoW01-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/AllianzNeoW01-SemiBold.woff2') format('woff2'), url('../fonts/AllianzNeoW01-SemiBold.woff') format('woff'), url('../fonts/AllianzNeoW01-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Global */
a,
aside,
body,
div,
iframe,
label,
legend,
li,
nav,
ol,
span,
strong,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

div,
img {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

aside {
    display: block;
}

ul,
ol {
    /* list-style: none; */
    padding-left: 20px;
    margin-top: 15px;
}

body {
    font-family: "Allianz Neo", sans-serif;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

* {
    scroll-behavior: smooth;
}

.container {
    display: flex;
    justify-content: center;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

strong,
b {
    font-weight: 700;
}

i {
    font-style: italic;
}

/* PACE */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #0075c9;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

@keyframes sds-fade-in-down {
    0% {
        transform: translateY(-32px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.sds-content,
[data-section] {
    display: flex;
    justify-content: center;
    padding-top: 45px;
    padding-right: 0;
    padding-bottom: 45px;
    padding-left: 0;
}

[class*="--dark"] {
    background-color: rgb(234 245 251);
}

[class*="renderer__card "],
[class*="--dark"] [class*="renderer__card "] {
    border-radius: 10px;
    padding: 20px 0;
}

[class*="--dark"] [class*="renderer__card"]:not([class*="renderer__cards"]) {
    background-color: #fff;
}

[class*="--dark"] [class*="renderer__card"]:not([class*="renderer__cards"]).blank {
    background: none;
}

[class*="__gallery-item"],
[class*="renderer__card "] {
    background-color: #eaf5fb;
}

[class*="__wrapper"] {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    position: relative;
    max-width: 1255px;
}

@media(max-width:768px){
    [class*="__wrapper"]{
        max-width: 100%;
    }
}

[data-section] {
    position: relative !important;
}

[data-section] [class*="title-underline"] {
    width: 42px;
    height: 2px;
    margin-top: 0 !important;
    background-color: #0075c8;
    margin-bottom: 40px;
}

[data-section] [class*="__title"] {
    margin-bottom: 25px;
    color: #003781;
}

[data-section] [class*="__title"] font {
    color: #003781 !important;
}

[data-section] [class*="__title"] strong,
[data-section] [class*="__title"] b {
    color: #0075c8;
}

.sd-accordion__container {
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-duration: .3s;
    height: 0;
    overflow: hidden;
    transform: translateY(-24px);
    transform-origin: top;
    opacity: 0;
    transition-property: opacity, transform;
}

.sd-accordion__item--active .sd-accordion__container {
    height: auto !important;
    padding-top: 18px;
    padding-bottom: 0;
    transform: translateY(0) !important;
    opacity: 1 !important;
}

@media (max-width: 768px) {

    .sd-carousel__gallery-content-wrapper,
    .sds-card-renderer__cards-row {
        flex-direction: column !important;
        gap: 30px;
    }

    [data-section] [class*="_overline"] p,
    [data-section] [class*="_overline"],
    [data-section] [class*="_title"] {
        margin-top: 0 !important;
    }

    [data-section] [class*="__title"] {
        font-size: 30px !important;
    }

    [class*="--dark"] [class*="renderer__card"]:not([class*="renderer__cards"]).blank {
        display: none;
    }

    .sd-footer__bottom.sd-footer.sd-footer--large.flex-footer,
    .footer,
    .sds-content,
    [data-section] {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
}

.button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding-right: 35px;
    padding-left: 35px;
    color: #fff;
    font-size: 19px;
    background-color: #0075c8;
    border: none;
    border-radius: 30px;
    outline: none;
    transition: box-shadow .5s ease;
    border: 1px solid #0075c8;
    text-decoration: none;
    width: fit-content;
}

table,
tbody,
td,
tr {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table {
    padding: initial;
    margin: initial;
    width: 100%;
    margin-bottom: 30px;
}

table td {
    padding: 10px;
    border-bottom: 1px solid rgb(212 212 212);
}

.sd-accordion__item ul {
    padding-left: 35px;
    /* margin-top: 35px; */
}

select.sd-textfield,
.sd-textfield--focus label {
    top: -10px !important;
    font-size: 15px !important;
}

[data-section] h3,
[data-section] h4,
[data-section] h5,
[data-section] h6 {
    margin-top: 0;
}

i.sd-icon.icon-download {
    top: -5px;
    position: relative;
}

.sd-button i {
    top: -1px !important;
    margin-left: 10px;
}

[data-section] [class*="__title"] {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-top: 0;
}

[data-section] .sd-accordion__item h3,
[data-section] .sd-accordion__item h4 {
    margin-top: 40px !important;
    margin-bottom: 10px;
}

[data-section] th {
    background: #0075c8;
    color: #fff;
    padding: 10px;
    vertical-align: middle;
}

[data-section] th u {
    font-size: 16px;
    text-decoration: none;
    line-height: 1.1 !important;
    display: block;
}

[data-section] tr p {
    margin: 0 !important;
    padding: 0;
}


.sd-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding-right: 35px;
    padding-left: 35px;
    color: #fff;
    font-size: 16px;
    background-color: #0075c8;
    border: none;
    border-radius: 30px;
    outline: none;
    transition: box-shadow .5s ease;
    border: 1px solid #0075c8;
    width: max-content;
}

.sd-button:hover:not(:disabled):not(.sd-button--outline) {
    background-color: #e6f1fa;
    color: #0275c8;
    border: 1px solid #0275c8;
}

[data-section][style*="linear-gradient"] .sds-offering-cards__nav-item-text,
[data-section][style*="linear-gradient"] .sds-offering-cards__title {
    color: #ffffff !important;
}

[data-section][style*="linear-gradient"] .sds-card-renderer__cards-row .sds-card-renderer__card {
    background: #ffffff !important;
}

#breadcrumb {
    display: none;
}

#breadcrumb,
#breadcrumb a {
    color: #bebebe;
    text-decoration: none;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    line-height: 22px;
    font-size: 13px;
}

#breadcrumb>section {
    padding-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

#breadcrumb .sds-splash__wrapper {
    margin: 0 auto;
}

#breadcrumb i.icon-fleche {
    color: #0378cd;
    font-size: 13px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

#breadcrumb .sds-splash__container-one-wrapper {
    display: flex;
    gap: 10px;
}

@media (max-width:768px) {
    #breadcrumb .sds-splash__container-one-wrapper {
        gap: 3px;
        padding-left: 10px;
    }
}

p.sds-content-list-cards__text.editable {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.5;
}

[data-section="content-without-image"] ul li::marker,
.sds-content-image__text ul li::marker {
    content: "\e996";
    color: #0d9fd4;
    font-family: 'icomoon' !important;
}

[data-section="content-without-image"] ul li,
.sds-content-image__text ul li {
    padding-left: 8px;
}

body > .pace + p {
    display: none;
}